@charset "utf-8";

/*================================================
 *  共通設定
 ================================================*/

html{
	font-size:62.5%;
	width:100%;
	height:100%
}

body {
	background:#cae8e2;
	font-family: serif;
	font-size:15px;
	line-height:1;
	position:relative;
	text-align:center;
	-webkit-text-size-adjust:100%;
	-moz-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
	-o-text-size-adjust:100%;
	text-size-adjust:100%;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	width:100%;
	height:100%
}

a{
	text-decoration:none
}
a:hover{
	text-decoration:none
}


#header{
	width:1000px;
	margin:0 auto;
	padding:0;
	overflow:hidden;
	max-width: 100%
}

#footer{
	width:1000px;
	margin:30px auto;
	padding:0;
	overflow:hidden;
	max-width: 100%;
	font-size:11px;
	font-size:1.1rem;
	color: white;
	line-height:2
}

/*================================================
 *  TOPページ 
 ================================================*/
.topmenu {
	width:100%;
	margin:30px aute;
	padding:0;
	text-align: center;
	overflow: hidden;
	background: -moz-linear-gradient(to bottom,#cae8e2,#FFF 10%,#FFF 90%,#cae8e2); 
	background: -webkit-linear-gradient(to bottom,#cae8e2,#FFF 10%,#FFF 90%,#cae8e2); 
	background: linear-gradient(to bottom,#cae8e2,#FFF 10%,#FFF 90%,#cae8e2);
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}


.topmenu-in {
	width:100%;
	max-width:900px;
	margin:5px auto;
}

#topmenu-navi{
	margin-top:50px;
	margin-bottom:50px
}

#topmenu-navi ul{
	display:table; /*テーブル扱いにする */
	table-layout:fixed; /*テーブル（表）の列幅を固定レイアウトにする*/
	width:100%;
	direction:rtl; /*右から左に文字表記*/
	unicode-bidi:bidi-override; /*Unicodeによる文字表記の方向設定を無効*/
	font-family: serif;
	font-size:20px;
	font-size:2rem
}

#topmenu-navi ul li{
	display:table-cell;/* セル扱いにする */
	width:100%;
	border-right:1px solid #cae8e2;
	vertical-align:top;
}

#topmenu-navi ul li img{
	margin-bottom:10px
}

#topmenu-navi ul li:last-child {
	border-left:1px solid #cae8e2
}

#topmenu-navi ul li a{
	color:#111;
	display:block;
	padding:40px 0 20px;
	text-decoration:none
}

#topmenu-navi ul li a:hover{
	opacity:.4
}

#topmenu-navi ul li a span{
	width:1em;
	margin:0 auto;
	display:block;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}

/*------------------------------------------------
 *  TOPページ Edge用
 -------------------------------------------------*/
@supports (-ms-ime-align:auto) {
	.topmenu-in {
		width:100%;
		max-width:900px;
		margin:5px auto;
		}
	#topmenu-navi{
		margin-top:50px;
		margin-bottom:50px
	}

	#topmenu-navi ul{
		display:table; /*テーブル扱いにする */
		table-layout:fixed; /*テーブル（表）の列幅を固定レイアウトにする*/
		width:100%;
		direction:rtl; /*右から左に文字表記*/
		unicode-bidi:bidi-override; /*Unicodeによる文字表記の方向設定を無効*/
		font-family: serif;
		font-size:18px;
	}

	#topmenu-navi ul li{
		display:table-cell;/* セル扱いにする */
		width:100%;
		height:300px;
		border-right:1px solid #cae8e2;
		vertical-align:top;
		font-weight: bold;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-o-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		white-space: nowrap;
		-webkit-text-orientation: upright;
		text-orientation: upright;
	}

	#topmenu-navi ul li img{
		margin-bottom:10px
	}

	#topmenu-navi ul li:last-child {
		border-left:1px solid #cae8e2
	}

	#topmenu-navi ul li a{
		color:#111;
		display:block;
		padding:40px 0 20px;
		text-decoration:none
	}

	#topmenu-navi ul li a:hover{
		color:#ccc;
	}

	#topmenu-navi ul li a span{
		width:1em;
		margin:0 auto;
	}
}

/*------------------------------------------------
 *  TOPページ IE11用
 -------------------------------------------------*/
_:-ms-lang(x)::-ms-backdrop,.topmenu {
	width:100%;
	margin:30px aute;
	padding:0;
	text-align: center;
	overflow: hidden;
	background: -moz-linear-gradient(to bottom,#cae8e2,#FFF 10%,#FFF 90%,#cae8e2); 
	background: -webkit-linear-gradient(to bottom,#cae8e2,#FFF 10%,#FFF 90%,#cae8e2); 
	background: linear-gradient(to bottom,#cae8e2,#FFF 10%,#FFF 90%,#cae8e2);
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}


_:-ms-lang(x)::-ms-backdrop,.topmenu-in {
	width:100%;
	max-width:900px;
	height:300px;
	margin:5px auto;
}

_:-ms-lang(x)::-ms-backdrop,#topmenu-navi{
	margin-top:50px 50px 50px 0;
}

_:-ms-lang(x)::-ms-backdrop,#topmenu-navi ul{
	display:table; /*テーブル扱いにする */
	table-layout:fixed; /*テーブル（表）の列幅を固定レイアウトにする*/
	width:100%;
	unicode-bidi:bidi-override; /*Unicodeによる文字表記の方向設定を無効*/
	font-family: serif;
	font-size:20px;
	font-size:2rem
}

_:-ms-lang(x)::-ms-backdrop,#topmenu-navi ul li{
	display:table-cell;/* セル扱いにする */
	width:100%;
	border-right:1px solid #cae8e2;
	vertical-align:top;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}

_:-ms-lang(x)::-ms-backdrop,#topmenu-navi ul li img{
	margin-bottom:10px
}

_:-ms-lang(x)::-ms-backdrop,#topmenu-navi ul li:last-child{
	border-left:1px solid #cae8e2
}

_:-ms-lang(x)::-ms-backdrop,#topmenu-navi ul li a{
	color:#111;
	display:block;
	padding:40px 0 20px;
	text-decoration:none
}

_:-ms-lang(x)::-ms-backdrop,#topmenu-navi ul li a:hover{
	color:#ccc;
}

_:-ms-lang(x)::-ms-backdrop,#topmenu-navi ul li a span{
	width:1em;
	margin:0 auto;
}
/*------------------------------------------------
 *  TOPページ IE11用↑ここまで↑
 -------------------------------------------------*/

.access {
	width:100%;
	margin:30px aute;
	padding:0;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
.acbox {
	width:100%;
	max-width:800px;
	margin:30px;
	padding:15px;
	outline: 3px solid #cae8e2; /* 線幅、線のスタイル、カラー */
        outline-offset: -7px; /* 対象の要素からの距離、マイナス(内側)にも対応 */
        padding:5px;
	background:#ffffff;
}

.actitle {
	margin:10px;
	padding:5px;
	display:flex;
	align-items: center;
	border-bottom: solid 2px #a6937c;
}
.actitle-img {
	margin:10px;
	padding:0;
}
.actitle-w1 {
	margin:10px;
	padding:0;
	font-family: serif;
	font-weight: bold;
	font-size:25px;
	font-size:2.5rem;
}
.actitle-w2 {
	margin:10px;
	padding:0;
	font-family: serif;
	font-weight: bold;
	font-size:18px;
	font-size:1.8rem;
}
.acadd {
	margin:10px;
	padding:5px 0 0 5px;
	display:flex;
	align-items: center;
}
.acadd-w1 {
	background: #a6937c; /*背景色*/
	margin:10px 10px 0 10px;
	padding: 7px;/*文字周りの余白*/
	color: white;/*文字を白に*/
	border-radius: 0.5em;/*角の丸み*/
}
.acadd-w2 {
	margin:10px 10px 0 10px;
	padding:0;
	text-align:left;
	display:inline-block;
}
.acadd-w3 {
	margin:10px 30px 30px 50px;
	padding:5px 0 0 5px;
	text-align:left;
}
.acadd-w3-a {
	margin:5px;
	padding:5px;
}

/*================================================
 *  コンテンツページ共通 
 ================================================*/
.sidemenu {
	width:100%;
	margin:0;
	padding:0;
	text-align: center;
	overflow: hidden;
	background: -moz-linear-gradient(to bottom,#cae8e2,#FFF 10%,#FFF 90%,#cae8e2); 
	background: -webkit-linear-gradient(to bottom,#cae8e2,#FFF 10%,#FFF 90%,#cae8e2); 
	background: linear-gradient(to bottom,#cae8e2,#FFF 10%,#FFF 90%,#cae8e2);
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
.sidemenu img {
	margin:0;
	padding:0;
}

#sidemenu-navi{
	width:600px;
	max-width:100%;
	margin-top:20px;
	margin-bottom:20px
}
@supports (-ms-ime-align:auto) {
	#sidemenu-navi{
		width:600px;
		height:180px;
		max-width:100%;
		margin-top:20px;
		margin-bottom:20px
	}
}
_:-ms-lang(x)::-ms-backdrop,#sidemenu-navi{
		width:600px;
		height:180px;
		max-width:100%;
		margin-top:20px;
		margin-bottom:20px
	}

#sidemenu-navi ul{
	display:table; /*テーブル扱いにする */
	table-layout:fixed; /*テーブル（表）の列幅を固定レイアウトにする*/
	width:100%;
	direction:rtl; /*右から左に文字表記*/
	unicode-bidi:bidi-override; /*Unicodeによる文字表記の方向設定を無効*/
	font-family: serif;
	font-size:12px;
	font-size:1.2rem
}

@supports (-ms-ime-align:auto) {
	#sidemenu-navi ul{
		display:table; /*テーブル扱いにする */
		table-layout:fixed; /*テーブル（表）の列幅を固定レイアウトにする*/
		width:100%;
		direction:rtl; /*右から左に文字表記*/
		unicode-bidi:bidi-override; /*Unicodeによる文字表記の方向設定を無効*/
		font-family: serif;
		font-size:12px;
	}
}

_:-ms-lang(x)::-ms-backdrop,#sidemenu-navi ul{
		display:table; /*テーブル扱いにする */
		table-layout:fixed; /*テーブル（表）の列幅を固定レイアウトにする*/
		width:100%;
		direction:rtl; /*右から左に文字表記*/
		unicode-bidi:bidi-override; /*Unicodeによる文字表記の方向設定を無効*/
		font-family: serif;
		font-size:12px;
}


#sidemenu-navi ul li{
	display:table-cell;/* セル扱いにする */
	width:100%;
	border-right:1px solid #cae8e2;
	vertical-align:top;
}

@supports (-ms-ime-align:auto) {
	#sidemenu-navi ul li{
		display:table-cell;/* セル扱いにする */
		width:100%;
		border-right:1px solid #cae8e2;
		vertical-align:top;
		font-weight: bold;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-o-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		white-space: nowrap;
		-webkit-text-orientation: upright;
		text-orientation: upright;
	}
}

_:-ms-lang(x)::-ms-backdrop,#sidemenu-navi ul li{
		display:table-cell;/* セル扱いにする */
		width:100%;
		border-right:1px solid #cae8e2;
		vertical-align:top;
		font-weight: bold;
		-webkit-writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-o-writing-mode: vertical-rl;
		writing-mode: vertical-rl;
		white-space: nowrap;
		-webkit-text-orientation: upright;
		text-orientation: upright;
}

#sidemenu-navi ul li img{
	margin-bottom:3px
}

#sidemenu-navi ul li:last-child{
	border-left:1px solid #cae8e2;
}

#sidemenu-navi ul li a{
	color:#111;
	display:block;
	padding:10px 0 0px;
	text-decoration:none
}

#sidemenu-navi ul li a:hover{
	opacity:.4
}
@supports (-ms-ime-align:auto) {
	#sidemenu-navi ul li a:hover{
		color:#ccc;
	}
}
_:-ms-lang(x)::-ms-backdrop,#sidemenu-navi ul li a:hover{
		color:#ccc;
	}

#sidemenu-navi ul li a span{
	margin:0 auto;
	display:block;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}

@supports (-ms-ime-align:auto) {
	#sidemenu-navi ul li a span{
		margin:0 auto;
		display:block;
	}
}

_:-ms-lang(x)::-ms-backdrop,#sidemenu-navi ul li a span{
	margin:0 auto;
}

.main {
	width:100%;
	margin:30px auto;
	padding:0;
	text-align: center;
}
.mainbox {
	width:800px;
	max-width:90%;
	text-align:left;
	margin:0px auto;
        padding:5px;
	outline: 3px solid #cae8e2; /* 線幅、線のスタイル、カラー */
        outline-offset: -7px; /* 対象の要素からの距離、マイナス(内側)にも対応 */
	background:#ffffff;
}
.mainbox2 {
	width:800px;
	max-width:90%;
	text-align:right;
	margin:0px auto;
        padding:5px;
	outline: 3px solid #cae8e2; /* 線幅、線のスタイル、カラー */
        outline-offset: -7px; /* 対象の要素からの距離、マイナス(内側)にも対応 */
	background:#ffffff;
}
.mainbox3 {
	width:800px;
	max-width:90%;
	text-align:center;
	margin:0px auto;
        padding:5px;
	outline: 3px solid #cae8e2; /* 線幅、線のスタイル、カラー */
        outline-offset: -7px; /* 対象の要素からの距離、マイナス(内側)にも対応 */
	background:#ffffff;
}

.matitle {
	margin:10px 15px 10px 15px;
	padding:5px;
	display:flex;
	align-items: center;
	border-bottom: solid 2px #a6937c;
}
.matitle-img {
	margin:10px;
	padding:0;
}
.matitle-w1 {
	margin:10px;
	padding:0;
	font-family: serif;
	font-weight: bold;
	font-size:25px;
	font-size:2.5rem;
}

/*================================================
 *  01.参拝の順路 
 ================================================*/
.sanpai_00 {
	margin:30px;
	padding:0;
}
.sanpai_01 {
	margin:15px;
	padding:3px 5px;
	font-family: serif;
	font-weight: bold;
	font-size:23px;
	font-size:2.3rem;
	text-align: left;
	background: linear-gradient(transparent 40%, #BFE1FC 70%);
}
.sanpai_02 {
	margin:0;
	padding:0;
	font-family: serif;
	font-weight: bold;
	font-size:20px;
	font-size:2rem;
	text-align: left;
}
.sanpai_03 {
	width:92%;
	margin:0 0 0 8%;
	padding:0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-auto-rows: 1fr;
	justify-content: center;
}
.sanpai_04 {
	margin:0;
	padding:15px 12px 5px 12px;
	font-family: serif;
	font-weight: bold;
	line-height:1.5
}
.sanpai_05 {
	color: #ea653e;
	font-weight: bold;
}
.sanpai_06 {
	margin:0;
	text-align: center;
}
.sanpai_07 {
	width:94%;
	margin:0 0 0 6%;
	padding:0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	grid-auto-rows: 1fr;

}
.sanpai_08 {
	margin:0;
	padding:15px 12px 5px 12px;
	font-family: serif;
	font-weight: bold;
	line-height:1.5
}
.sanpai_09 {
	margin:0;
	text-align: center;
}
.sanpai_10 {
	margin:15px;
	padding:10px;
	width:700px;
	max-width: 90%
}

/*================================================
 *  02.当社の概要 
 ================================================*/
.gaiyou {
	width:100%;
	height:200px;
	margin:20px auto;
	padding:0;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
.gaiyou2 {
	width:100%;
	height:500px;
	margin:20px auto;
	padding:0;
	text-align: center;
	overflow: hidden;
	display: flex;
	justify-content: center;
	flex-direction: row-reverse;
}
.gaiyou-in {
	width:90%;
	max-width:700px;
	margin:5px auto;
}

#gaiyou-navi{
	margin-top:30px;
	margin-bottom:20px
}

#gaiyou-navi ul{
	display:table; /*テーブル扱いにする */
	table-layout:fixed; /*テーブル（表）の列幅を固定レイアウトにする*/
	width:100%;
	unicode-bidi:bidi-override; /*Unicodeによる文字表記の方向設定を無効*/
	font-family: serif;
	font-size:20px;
	line-height:1.5
}

#gaiyou-navi ul li{
	display:table-cell;/* セル扱いにする */
	width:100%;
	vertical-align:top;
	text-align: left;
}

#gaiyou-navi ul li img{
	margin-bottom:10px
}

#gaiyou-navi ul li span{
	width:1em;
	margin:0 auto;
	display:block;
	font-weight: bold;
	-webkit-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-o-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	white-space: nowrap;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
.gaiyou_01 {
	margin:15px;
	padding:10px;
	width:700px;
	max-width: 90%
}

/* 横幅が640px以下の場合に適用するスタイル */
@media (max-width: 640px) {
#gaiyou-navi{
	margin-top:30px;
	margin-bottom:20px
}

#gaiyou-navi ul{
	display:table; /*テーブル扱いにする */
	table-layout:fixed; /*テーブル（表）の列幅を固定レイアウトにする*/
	width:100%;
	unicode-bidi:bidi-override; /*Unicodeによる文字表記の方向設定を無効*/
	font-family: serif;
	font-size:17px;
	line-height:1.2
}

#gaiyou-navi ul li{
	display:table-cell;/* セル扱いにする */
	width:100%;
	vertical-align:top;
	text-align: left;
}

#gaiyou-navi ul li img{
	margin-bottom:10px
}

#gaiyou-navi ul li span{
	width:1em;
	margin:0 auto;
	display:block;
	font-weight: bold;
	writing-mode: vertical-rl;
	white-space: nowrap;
	-webkit-text-orientation: upright;
	text-orientation: upright;
}
}

/*================================================
 *  03.例祭・祭礼 
 ================================================*/
.reisai_00 {
	margin:30px;
	padding:0;
}
.reisai_01 {
	margin:15px;
	padding:3px 5px;
	font-family: serif;
	font-weight: bold;
	font-size:30px;
	font-size:3rem;
	text-align: left;
	background: linear-gradient(transparent 40%, #BFE1FC 70%);
}
.reisai_03 {
	width:84%;
	margin:0 8% 0 8%;
	padding:0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-auto-rows: 1fr;
	justify-content: center;
}
.reisai_04 {
	margin:0;
	padding:15px 12px 5px 12px;
	font-family: serif;
	font-weight: bold;
	line-height:1.5
}
.reisai_05 {
	font-family: serif;
	font-weight: bold;
	font-size:20px;
	font-size:2rem;
}
.reisai_06 {
	margin:0;
	text-align: center;
}
.reisai_07 {
	margin:0;
	text-align: center;
	width:350px;
	max-width: 90%
}

/*================================================
 *  04.富士講について 
 ================================================*/
.fujikou_00 {
	width:80%;
	margin:30px auto;
	padding:0 0 3px 0;
	text-align: center;
	background: linear-gradient(transparent 40%, #BFE1FC 70%);
}
.fujikou_01 {
	margin:10px;
	padding:3px 5px;
	font-family: serif;
	font-weight: bold;
	font-size:23px;
	font-size:2.3rem;
	display: inline-block;
}
.fujikou_02 {
	margin:5px auto;
	column-count: 2;
	column-gap: 4em;
	font-family: serif;
	line-height:2;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: left;
}
.fujikou_03 {
	width:85%;
	margin:0 8% 0 8%;
	padding:0;
}

.fujikou_04 {
	float: right;
	margin:20px;
	width:280px;
	max-width: 100%;
	text-align: left;
}

.fujikou_05 {
	margin:10px;
	width:100px;
}
.fujikou_06 {
	width:80%;
	margin:20px;
	padding:0;
	background:#cae8e2;
	border-radius: 10px;
	text-align: right;
}

.fujikou_07 {
	font-family: serif;
	line-height:2;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	height: 200px;
	text-align: left;
	display: inline-block;
	margin:15px;
}
.fujikou_08 {
	font-family: serif;
	font-weight: bold;
	font-size:19px;
	font-size:1.9rem;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	height: 200px;
	text-align: left;
	display: inline-block;
	margin:5px 15px 0 20px;
}
.fujikou_09 {
	float: left;
	margin:10px 5px 0 15px;
	text-align: center;
	width:180px;
}

.fujikou_10 {
	font-family: serif;
	line-height:1.5;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	height: 300px;
	text-align: left;
	display: inline-block;
	margin:10px;
}
.fujikou_11 {
	font-family: serif;
	font-weight: bold;
}
.fujikou_12 {
	font-family: serif;
	line-height:2;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	height: 300px;
	text-align: left;
	display: inline-block;
	margin:10px 15px 80px 15px;
}
.fujikou_13 {
	font-family: serif;
	font-weight: bold;
	font-size:19px;
	font-size:1.9rem;
	line-height:2;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	margin:0px 10px 5px 10px;
	padding:15px 15px 15px 5px;
	border-left:double 4px  black;
	border-right:double 4px  black;
}

/* 横幅が896px以下の場合に適用するスタイル */
@media (max-width: 896px) {
.fujikou_02 {
	margin:5px auto;
	column-count: 2;
	font-family: serif;
	line-height:1.2;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: left;
	}
.fujikou_04 {
	float: right;
	margin:10px;
	width:280px;
	max-width: 100%;
	text-align: left;
	}
}

/* 横幅が640px以下の場合に適用するスタイル */
@media (max-width: 640px) {
.fujikou_02 {
	margin:30px auto;
	column-count: 4;
	font-family: serif;
	line-height:1.5;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: left;
	}
.fujikou_04 {
	float: left;
	margin:15px;
	text-align: center;
	width:300px;
	}
.fujikou_07 {
	font-family: serif;
	line-height:1.5;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	height: 300px;
	text-align: left;
	display: inline-block;
	margin:15px;
	}
.fujikou_08 {
	font-family: serif;
	font-weight: bold;
	font-size:19px;
	font-size:1.9rem;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	height: 300px;
	text-align: left;
	display: inline-block;
	margin:5px 15px 0 15px;
	}
.fujikou_10 {
	font-family: serif;
	line-height:1;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	height: 300px;
	text-align: left;
	display: inline-block;
	margin:10px;
	}
.fujikou_12 {
	font-family: serif;
	line-height:1.2;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	height: 300px;
	text-align: left;
	display: inline-block;
	margin:10px 15px 50px 15px;
	}
}

/*================================================
 *  05.鎮守の杜 
 ================================================*/
.chinju_00 {
	width:85%;
	margin:0px 10% 0 5%;
	padding:0;
}
.chinju_01 {
	line-height:1.8;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	height: 250px;
	text-align: justify;
	display: inline-block;
	margin:28px;
}
.chinju_02 {
	margin:15px;
	padding:10px;
	width:600px;
	max-width: 90%
}
.chinju_03 {
	font-weight: bold;
	font-size:19px;
	font-size:1.9rem;
	line-height:2;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	margin:0px 10px 5px 10px;
	padding:15px 15px 15px 5px;
	background: linear-gradient(to right,transparent 40%, #BFE1FC 70%);
}
.chinju_04 {
	font-weight: bold;
	margin:20px 0;
}
.chinju_05 {
	color:#a6937c;
	font-weight: bold;
}
.chinju_06 {
	margin:5px 0;
}

/* 横幅が896px以下の場合に適用するスタイル */
@media (max-width: 896px) {
.chinju_01 {
	line-height:1.5;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	height: 250px;
	text-align: justify;
	display: inline-block;
	margin:0;
	}
}

/* 横幅が640px以下の場合に適用するスタイル */
@media (max-width: 640px) {
.chinju_01 {
	font-family: serif;
	line-height:1;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	height: 280px;
	text-align: left;
	display: inline-block;
	margin:0;
	}
}

/*================================================
 *  06.ウォーキングコース 
 ================================================*/
.working_00 {
	margin:10px 0 10px 0;
	padding:0;
}
.working_01 {
	margin:0;
	padding:0;
	font-family: serif;
	font-weight: bold;
	font-size:18px;
	font-size:1.8rem;
	line-height:1.5;
	display:inline-block;
}
.working_03 {
	margin:15px;
	padding:0;
	width:595px;
	max-width: 90%;
}
.working_04 {
	margin:15px;
	padding:0;
	width:595px;
	max-width: 90%;
	box-shadow: 2px 2px 4px gray;
}


/*================================================
 *  07.周辺のご案内 
 ================================================*/
.around_00 {
	margin:50px 0 50px 0;
	padding:0;
}
.around_01 {
	margin:10px 0 10px 0;
	padding:3px 5px;
	font-family: serif;
	font-weight: bold;
	font-size:20px;
	font-size:2rem;
	display: inline-block;
}
.around_03 {
	width:84%;
	margin:20px 10% 20px 10%;
	padding:0;
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
	grid-auto-rows: 1fr;
	justify-content: center;
}
.around_04 {
	margin:0;
	padding:15px 12px 5px 12px;
	font-family: serif;
	font-weight: bold;
	line-height:1.5;
	text-align: left;
}
.around_05 {
	font-weight: bold;
	font-size:20px;
	font-size:2rem;
	background: linear-gradient(transparent 40%, #BFE1FC 70%);
}
.around_06 {
	margin:20px 0 0 0;
	text-align: center;
}
.around_07 {
	margin:0;
	text-align: center;
	width:350px;
	max-width: 90%
}

/*================================================
 *  08.「神衣奉仕会」
 ================================================*/
.houshi_00 {
	margin:50px 0 30px 0;
	padding:0;
}
.houshi_01 {
	margin: 0
}
.houshi_01 {
	text-align: center;
	overflow: hidden;
}
.houshi_01 span {
	display: inline-block;
	position: relative;
	font-weight: bold;
	font-size:25px;
	font-size:2.5rem;
}
.houshi_01 span:before,
.houshi_01 span:after {
 	content: "";
 	border-bottom: 2px solid #000;
 	width: 45px;
	margin: 0 15px;
 	position: absolute;
	bottom: 13px;
}
.houshi_01 span:before {
	right: 100%;
}
.houshi_01 span:after {
	left: 100%;
}
.houshi_02 {
	margin:10px;
	width:565px;
	height:90px;
	max-width: 85%
}
.houshi_03 {
	margin:0;
	width:480px;
	max-width: 80%
}
.houshi_04 {
	margin:5px 0 5px 0;
	padding:0;
}
.houshi_05 {
	margin:0;
	padding:0;
	font-family: serif;
	font-weight: bold;
	font-size:18px;
	font-size:1.8rem;
	line-height:1.5;
	display:inline-block;
}
.houshi_06 {
	font-family: serif;
	font-weight: bold;
	font-size:28px;
	font-size:2.8rem;
	color:#004986;
}
.houshi_07 {
	width:250px;
	margin:10px;
	padding:0;
	font-family: serif;
	font-weight: bold;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.5;
	text-align: left;
	display:inline-block;
}

.houshi_08{
	width:80%;
	margin:2em 0;
	position: relative;
	padding: 0.5em 1.5em;
	border-top: solid 2px #cae8e2;
	border-bottom: solid 2px #cae8e2;
}
.houshi_08:before, 
.houshi_08:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: #cae8e2;
}
.houshi_08:before {left: 10px;}
.houshi_08:after {right: 10px;}
.houshi_08 p {
    margin: 0; 
    padding: 0;
}

.houshi_09 {
	font-family: serif;
	font-weight: bold;
	font-size:18px;
	font-size:1.8rem;
	line-height:1.5;
	display:inline-block;
}
.houshi_10 {
	font-family: serif;
	font-weight: bold;
	font-size:23px;
	font-size:2.3rem;
}
.houshi_10 span {
	font-weight: bold;
	font-size:25px;
	font-size:2.5rem;
	color:#e60012;
}
.houshi_11 {
	font-family: serif;
	font-weight: bold;
	font-size:18px;
	font-size:1.8rem;
	line-height:1.5;
	margin: 10px 0 0 0;
}
.houshi_12 {
	margin:0;
	padding:0;
	font-family: serif;
	font-weight: bold;
	font-size:16px;
	font-size:1.6rem;
	line-height:1.5;
	display:inline-block;
}
.houshi_13 {
	font-family: serif;
	font-weight: bold;
	font-size:23px;
	font-size:2.3rem;
	letter-spacing : -0.07em;
}

/* 横幅が640px以下の場合に適用するスタイル */
@media (max-width: 640px) {
.houshi_05 {
	margin:0;
	padding:0;
	font-family: serif;
	font-weight: bold;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.2;
	display:inline-block;
	}
.houshi_06 {
	margin:0;
	padding:0;
	font-family: serif;
	font-weight: bold;
	font-size:24px;
	font-size:2.4rem;
	color:#004986;
	}
.houshi_07 {
	width:250px;
	margin:10px;
	padding:0;
	font-family: serif;
	font-weight: bold;
	font-size:15px;
	font-size:1.5rem;
	line-height:1.5;
	text-align: left;
	display:inline-block;
	}
.houshi_09 {
	margin:0;
	padding:0;
	font-family: serif;
	font-weight: bold;
	font-size:13px;
	font-size:1.3rem;
	line-height:1;
	display:inline-block;
	}
}


/*================================================
 *  09.御神符 
 ================================================*/
.goshinpu_00 {
	width:80%;
	margin:30px auto;
	padding:0 0 3px 0;
	text-align: center;
	background: linear-gradient(transparent 40%, #BFE1FC 70%);
}
.goshinpu_01 {
	margin:10px;
	padding:3px 5px;
	font-family: serif;
	font-weight: bold;
	font-size:23px;
	font-size:2.3rem;
	display: inline-block;
}
.goshinpu_02 {
	margin:5px auto;
	font-family: serif;
	font-weight: bold;
	font-size:28px;
	line-height: 75px;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: left;
}
.goshinpu_03 {
	float: right;
	margin:20px;
	width:280px;
	max-width: 100%;
	text-align: left;
}

.goshinpu_04 {
	width:80%;
	margin:30px auto;
	padding:0 0 3px 0;
	text-align: center;
}

.goshinpu_05 {
	margin:10px;
	padding:3px 5px;
	font-family: serif;
	font-weight: bold;
	font-size:20px;
	font-size:2.0rem;
	display: inline-block;
}


/* 横幅が640px以下の場合に適用するスタイル */
@media (max-width: 640px) {
.goshinpu_01 {
	margin:10px;
	padding:3px 5px;
	font-family: serif;
	font-weight: bold;
	font-size:20px;
	display: inline-block;
}
.goshinpu_02 {
	margin:5px auto;
	font-family: serif;
	font-weight: bold;
	font-size:23px;
	line-height: 40px;
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	text-align: left;
}
.goshinpu_03 {
	float: right;
	margin:20px;
	width:230px;
	max-width: 100%;
	text-align: left;
}

.goshinpu_05 {
	margin:10px;
	padding:3px 5px;
	font-family: serif;
	font-weight: bold;
	font-size:15px;
	display: inline-block;
}

}
