@charset "UTF-8";

/*================================================
 *  CSSリセット
 ================================================*/
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;font-weight:normal;}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}

/*================================================
 *  一般・共通設定
 ================================================*/
body {
	font-size:14px;
	font-family:"メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color:#352f25;
	line-height:1.6;
}

#contents {
	width:980px;
	margin:0 auto;
}


a {
	color:#f39100;
}
a:hover {
	color:#d98200;
}


h1 {
	font-size:28px;
}

h2 {
	clear:both;
	margin-top:50px;
	margin-bottom:1em;
	font-size:28px;
	color:#655844;
	text-align:center;
}

h2 span {
	display:block;
	font-size:13px;
	text-decoration:none !important;
	font-weight:bold;
}

h3 {
	margin-bottom:0.25em;
	font-size:18px;
	color:#e65305;
	font-weight:bold;
}

h4 {
	font-size:18px;
	margin-bottom:3em;
}

h5 {
	margin-bottom:0.25em;
	font-size:16px;
	font-weight:bold;
}

h5 span {
	display:block;
    font-size:14px;
	text-decoration:none !important;
    margin:0 0 1em 0;
}

p {
	margin:0 0 2em 0;
}

img {
	vertical-align: bottom;
}



ul,ol,dl {
	margin:0 0 1em 0;
}
ul li {
	list-style:none;
}
ol li {
	list-style:decimal;
}
li {
	margin-left:2em;
}

ul li span {
 	font-weight:bold; 
}


dt {
	margin-bottom: 0.5em;
	border-bottom:1px dotted #ddd;
	font-weight: bold;
}

dd {
	margin-bottom:3em;
}

dd span {
	font-weight:bold;
}

table {
	width:80%;
	margin-bottom:1em;
	border-collapse:collapse;
	border:1px solid #9b8462;
	margin: auto;
}

td {
	padding:10px;
	text-align:center;
	border:1px solid #9b8462;

}


/*================================================
*  汎用クラス
================================================*/

/* youtube 埋め込み　レスポンシブ */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
}

/* 定期集会の時間 */
.program {
	background: #add6e2;
}

/* 写真中央寄せ */
.imgC {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
	text-align:center;
}
.imgC img {
	border-radius:5px;
	margin-bottom:0.5em;
    width: 400px;
}



/* 写真右寄せ */
.imgR {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}

.imgR img {
	float:right;
	margin:0 0 2em 2em;
	border-radius:5px;
	width: 250px;
	
}

/* 写真左寄せ */
.imgL {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgL img {
	float:left;
	margin:0 2em 2em 0;
	border-radius:5px;
	width: 400px;
}

.infimg img {
	width: 90%;
}


/* 名前の間隔 */
.name {
	margin-left: 10px;
}
/* アクセス教会の住所 */
.textD {
	text-align: center;
	font-size: 18px;
	margin-bottom: 5px;
}
/* アクセス教会の地図 */
.map img {
	width: 50%;
}

.map {
	text-align: center;
}

/* アクセス車・電車の行き方 */
.textC {
	text-align:center;
}

/* 各集会・イベントの写真 */
.imgS {
	clear:both;
	overflow:hidden;
	margin-bottom:50px;
}
.imgS img {
	float:left;
	margin:0 2em 2em 0;
	border-radius:5px;
	width: 400px;
}

/* お知らせ */
.information {
	text-align:left;
}


/*================================================
 *  ヘッダー
 ================================================*/
 header {
	position:fixed;
	top:0;
	z-index:100;
	width:100%;
	background:#9b8462;
	opacity:0.80;
	filter:alpha(opacity=80);
	-ms-filter:"alpha(opacity=80)";
}

header h1 {
	padding:5px 0;
}

header h1 a {
	color:#fff;
	text-decoration:none;
}

header h1 a:hover {
	color:#f8ce45;
}

header .inner {
	position:relative;
	width:980px;
	margin:0 auto;
}

/* グローバルナビゲーション */
header nav {
	overflow:hidden;
	position:absolute;
	top:0;
	right:0;
	padding-top:16px;
}
header nav ul {
	margin:0 0 0 -10px;
}
header nav li {
	position:relative;
	float:left;
	list-style:none;
	margin:0;
	padding:0 17px;
}

header nav li a {
	font-weight:bold;
	color:#fff;
	text-decoration:none;
}

header nav li a:hover {
	color:#f8ce45;
	text-decoration:underline;;
}

header img{
	width: 30px;
	height: 30px;
}

/*================================================
 *  フッター
 ================================================*/
footer {
	clear:both;
	padding:2% 0;
	font-size:11px;
	text-align:center;
}

/*================================================
 *  ページトップへの戻り
 ================================================*/
.totop {
	position:fixed;
	bottom:15px;
	right:15px;
}
.totop a {
	display:block;
	text-decoration:none;
}
.totop img {
	background:#867254;
}
.totop img:hover {
	background:#6d5d45;
}

/*================================================
 *  スライドショー
 ================================================*/
.slide {
	overflow:hidden;
	position:relative;
}
.slideInner {
	list-style:none;
	margin:0;
	padding:0;
	text-align:center;
}
.slideInner li {
	position:absolute;
	width:100%;
	margin:0;
	padding:0;
	background:#fff;
	list-style:none;
}
.slideInner li img {
	max-width:100%;
}

/*================================================
 *  タブレット向けデザイン
 ================================================*/
/* スクロールバーを考慮して20px大きいサイズで切り替え */
@media screen and (max-width:979px) {
	header h1 {
		margin-left:10px;
	}

	header .inner {
		width:100%;
	}
	h2:first-child {
		margin-top: 200px;
	}

	    
 	#info {
		margin-top: 50px;
	}
       
    
    

	#contents {
		box-sizing:border-box;
		width:100%;
		padding:0 10px;
	}
	header nav {
		position:relative;
		padding:0 0 10px 0;
	}
	header nav li {
		margin: 10px;
		padding: 3px;
	}
	

}

/*================================================
 *  スマートフォン向けデザイン
 ================================================*/
@media screen and (max-width:767px) {
	header nav {
		position:relative;
		padding:0 0 5px 0;
	}
	header nav li {
		margin-left: 10px;
		padding: 3px;
	}
	
	
	h2:first-child {
		margin-top: 200px;
	}

	    
    #info {
		margin-top: 50px;
	}
 
	.imgR {
		margin-bottom:30px;
	}
	.imgR img {
		display:block;
		float:none;
		max-width:100%;
		margin:0 auto 1em auto;
	}
	.imgS {
		margin-bottom:30px;
	}
	.imgS img {
		display:block;
		float:none;
		max-width:100%;
		margin:0 auto 1em auto;
	}
}
	
/* youtube 埋め込み　レスポンシブ */
.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.youtube iframe {
  width: 100% !important;
  height: 100% !important;
}



