article h2
{
	font-size: 42px;
	line-height: 1;
	color: var(--link-color);
	font-weight: normal;
	text-align: center;
	background-image: url(../images/h2_bg.gif);
	background-repeat: no-repeat;
	background-position: center bottom;
	padding-bottom: 14px;
	margin-bottom: 30px;
}

article h2 small
{
	font-size: 18px;
	line-height: 1;
	display: block;
	letter-spacing: 0em;
	color: var(--font-color);
	padding-top: 10px;
}


#eyecatch,
#sp_eyecatch
{
	position: relative;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

#eyecatch .msg_box
{
	position: absolute;
	z-index: 99;
	left: 0px;
	bottom: 0px;
	width:100%
}



#eyecatch img
{
	width: 100% !important;
	height: auto;
}



#sp_eyecatch
{
	display: none;
}


#sp_eyecatch img
{
	width: 100% !important;
	height:auto;
	margin-bottom: 0px;

}


#eyecatch ul,
#sp_eyecatch ul
{
	margin: 0px;
	padding: 0px;
}

#eyecatch ul li
#sp_eyecatch ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#eyecatch ul li img
{
	width:auto;
	height:auto;
}


#plan .plan_box h4
{
	font-size: 32px;
	line-height: 1.2;
	background-color: #006BB4;
	padding: 20px;
	text-align: center;
	margin-bottom: 20px;
	color: #FFF;
	font-weight: normal;
}

.bx-wrapper .bx-pager 
{
	position: absolute !important;
	left 50% !important;
	transform: translateX(-560px) !important;
	bottom: 0px !important;
}

#head_box
{
	background-attachment: fixed;
	background-image: url(../images/bg_01.gif);
}

#head_box .body
{
	display: flex;
	justify-content: space-between;
}

#head_box .body .about_title
{
	width: 48%;
}

#head_box .body .about_title img
{
	width:auto;
	height:auto;
}

#head_box .body .text
{
	width: 50%;
}

#news .body
{
	display: flex;
	justify-content: space-between;
	align-items: flex-start; 

}

#news .news_box
{
	width: 80%;
}

#news .news_box table
{
	width: 100%;
	margin-bottom: 20px;
}

#news .news_box table th
{
	font-weight: normal;
	width: 200px;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}

#news .news_box table td
{
	font-weight: normal;
	padding-top: 12px;
	padding-bottom: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #eee;
}

#news .next_link
{
	text-align: right;
}

#about
{
	background-attachment: fixed;
	background-image: url(../images/bg_02.gif);
}

#about h3
{
	text-align: center;
	margin-bottom: 40px;
}

#about ul
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px; /* 横のスペース */
	row-gap: 0px; /* 縦のスペース */
	align-items: stretch;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
}

#about ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

#about ul li img
{
	width: auto;
	height:auto;
}

#plan img
{
	width:auto;
	height:auto;
}

#plan h3
{
	text-align: center;
	margin-bottom: 40px;
}

#plan a img
{
	vertical-align: middle;
	transition-duration: 0.6s;
	transform:scale(1,1);
}

#plan a:hover img
{
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
	transform:scale(1.04,1.04);
}

#plan .head_box
{
	margin-bottom: 30px;
}



#plan .plan_box ul
{
	margin-bottom: 50px;
}

#plan .plan_box ul
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 30px; /* 横のスペース */
	row-gap: 0px; /* 縦のスペース */
	align-items: stretch;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;

}

#plan .plan_box ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;

}

#plan .include_box
{
	padding: 4px;
	border: 1px solid var(--point-color);
	margin-bottom: 50px;
}

#plan .include_box .text
{
	border: 1px solid var(--point-color);
	padding: 30px;
	gap: 30px;
	display: flex;
	justify-content: space-between;
}

#plan .include_box .photo
{
}

#plan .include_box .include_info
{
	width: 400px;
}

#plan .include_box .include_info h4
{
	font-size: 28px;
	line-height: 1.2;
	margin-bottom: 50px;
	color: var(--point-color);
	font-weight: normal;
}

#plan .include_box .include_info ul
{
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	column-gap: 20px; /* 横のスペース */
	row-gap: 10px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
}

#plan .include_box .include_info ul li
{
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}

#plan .include_box .include_info ul li:before
{
	font-family: "Font Awesome 6 Free";
	content: '\f068';
	font-weight: 900;
	margin-right: 10px;
	color: var(--point-color);

}

#plan .supplement .wak_box
{
	background-color: #f5f5f5;
	padding: 20px;
	margin-bottom: 10px;
}

#plan .supplement .wak_box h5
{
	font-size: 22px;
	line-height: 1.2;
	color: #CC3333;
	text-decoration: underline;
}

#plan .supplement .wak_box p
{
	margin-bottom: 0px;
}

#plan .supplement > p
{
	font-size: 16px;
	line-height: 1.4;
}

#plan .whats
{
	min-height: 1170px;
	background-image: url(../images/plan_whats_bg.jpg);
	background-repeat: no-repeat;
	background-position: center bottom;
	position: relative;
	-ms-background-size: auto 100%;
	-o-background-size: auto 100%;
	-webkit-background-size: auto 100%;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

#plan .whats .text
{
	width: 55%;
	background-color: #FFF;
	padding-top: 50px;
	padding-right: 50px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}


#plan .whats .text h3
{
	font-size: 46px;
	line-height: 1.2;
	color: var(--point-color);
	text-align: justify;
	letter-spacing: 0em;

}

#plan .whats .text h3 small
{
	font-size: 24px;
	line-height: 1.4;
	color: var(--font-color);
	display: block;
	padding-top: 10px;
}

#plan .whats .text .photo
{
	display: none;
}


#access
{
	background-attachment: fixed;
	background-image: url(../images/bg_02.gif);
}

#access .map
{
	text-align: center;
	margin-bottom: 40px;
}

#access .map img
{
	width:auto;
	height:auto;
}

#access .next_box_center
{
	margin-bottom: 40px;
}


#access .access_info dl
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	column-gap: 0px; /* 横のスペース */
	row-gap: 0px; /* 縦のスペース */
	align-items: stretch; /* 子要素をセルの高さに合わせて引き伸ばす */
	margin: 0px;
	padding: 0px;
}

#access .access_info dl dt
{
	padding-right: 20px;
	padding-left: 20px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #b1d3d2;
}

#access .access_info dl dt:last-child
{
	border-right-style: none;
}

#access .access_info dl dt h4
{
	font-size: 24px;
	line-height: 1;
	background-image: url(../images/access_icon_01.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 40px;
	margin-bottom: 20px;
	font-weight: normal;
	padding-top: 8px;
	padding-bottom: 8px;
}

#access .access_info dl dt:nth-child(2)  h4{	background-image: url(../images/access_icon_02.png);}
#access .access_info dl dt:nth-child(2)  h4{	background-image: url(../images/access_icon_03.png);}


#access .access_info dl dt ul li
{
	margin-bottom: 10px;
}

#access .access_info dl dt ul li::marker
{
	color: var(--point-color);
	content: "− ";
}


#shrine a img
{
	vertical-align: middle;
	transition-duration: 0.6s;
	transform:scale(1,1);
}

#shrine a:hover img
{
	-moz-transition-duration: 0.6s;
	-webkit-transition-duration: 0.6s;
	-o-transition-duration: 0.6s;
	-ms-transition-duration: 0.6s;
	transition-duration: 0.6s;
	transform:scale(1.04,1.04);
}



/* PCのみ設定  768 以上*/
@media screen and (min-width:1200px)
{



}


@media (max-width: 1199px) 
{

.bx-wrapper .bx-pager 
{
	position: absolute !important;
	left 0px !important;
	transform: translateX(-44vw) !important;
	bottom: 0px !important;
}

#plan .include_box .text
{
	padding: 30px;
	gap: 30px;
	flex-wrap: wrap;
}

#plan .include_box .text .photo
{
	width: 30%;
}

#plan .include_box .text .include_info
{
	width: 60%;
}

#plan .supplement
{
	width: 100%;
}

#plan .supplement .wak_box
{
	display:block;
	width: auto;
}

#plan .whats .text
{
	width: 60%;
	background-color: #FFF;
	padding-top: 50px;
	padding-right: 50px;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

#plan .whats .text h3
{
	font-size: 38px;
	line-height: 1.2;
	letter-spacing: 0em;
}

#plan .whats .text h3 small
{
	font-size: 18px;
	line-height: 1.4;
}


}

/* タブレットレイアウト : 768 px 〜 959 px */
@media screen and (min-width:768px) and (max-width:1199px)
{



}


/* スマホ設定  767 以下*/
@media screen and (max-width:767px)
{


}

/* スマホ設定  599 以下*/
@media screen and (max-width:599px)
{

#eyecatch
{
	display: none;
}

#sp_eyecatch
{
	display:block;
}

.bx-wrapper .bx-pager 
{
	position: absolute !important;
	left 50% !important;
	transform: translateX(0vw) !important;
	bottom: -10px !important;
}


#head_box .body
{
	display: block;
}


#head_box .body .about_title,
#head_box .body .text
{
	width: auto;
}

#news .body
{
	display: block;
}

#news .news_box
{
	width: auto;
}

#news .news_box table th
{
	width: auto;
	display: block;
	padding-top: 12px;
	padding-bottom: 0px;
	border-bottom-style: none;
}

#news .news_box table td
{
	width: auto;
	display: block;
	padding-top: 0px;
	padding-bottom: 12px;
}



#about ul,
#plan .plan_box ul
{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0px; /* 横のスペース */
	row-gap: 30px; /* 縦のスペース */
}

#plan .include_box .text
{
	padding: 20px;
	gap: 0px;
	display: block;
}

#plan .include_box .text .photo
{
	width: 100%;
	margin-bottom: 20px;
	text-align: center;
}

#plan .include_box .text .include_info
{
	width: 100%;
	margin-bottom: 20px;
	display: block;
}

#plan .include_box .text .include_info h4
{
	margin-bottom: 10px;
}

#plan .include_box .include_info ul
{
	display: grid;
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0px; /* 横のスペース */
	row-gap: 10px; /* 縦のスペース */
	padding-left: 20px;
}

#plan .whats
{
	min-height: initial;
}

#plan .whats .text
{
	width: auto;
	padding: 0px;
	position: static;
}

#plan .whats .text h3
{
	font-size: 32px;
	line-height: 1.2;
	letter-spacing: 0em;
}

#plan .whats .text h3 small
{
	font-size: 18px;
	line-height: 1.4;
}

#plan .whats .text .photo
{
	display: block;
	margin-bottom: 20px;
}

#access .access_info dl
{
	grid-template-columns: repeat(1, 1fr);
	column-gap: 0px; /* 横のスペース */
	row-gap: 0px; /* 縦のスペース */
}

#access .access_info dl dt
{
	padding-right: 0px;
	padding-left: 0px;
	border-right-style: none;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #b1d3d2;
}

#access .access_info dl dt:last-child
{
	border-right-style: none;
	border-top-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

}
