@charset "utf-8";
/* main image
------------------------------------------*/
.main-image {
	background-image: var(--bg-path,url(../images/bg-main-shape.png));
/*	background-color: rgba(0, 0, 0, 0.2);
	background-blend-mode: darken;*/
}
.com {
	color: grey;
}
.com h3,
.com h4 {
	color: #333;
}

.com p+p {
	margin-top: 25px;
}


/* トップページ  -----------------*/
.season.page-image {
	display: flex;
	align-items: stretch;
	background-image: url(images/hachiman-numa.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	margin-top: 30px;
	min-height: 700px;
}
.season.page-image .page-image__inner {
	display: flex;
	max-width: 1200px;
	width: 100%;
	height: 100%;
	margin: auto;
	padding: 10px;
}
.season.page-image .page-image__inner dl {
	max-width: 800px;
	width: 100%;
	color: #fff;
	text-shadow: 1px 1px 3px rgba(0,0,0,0.6);
}
.season.page-image .page-image__inner dl dt {
	font-size: clamp(1.5em, 4vw, 3.2em);
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 10px;
}

.season .season-ttl {
	display: none;
}

.season .spring,
.season .summer,
.season .autumn {
	margin-bottom: 40px;
}

.season h3 {
	margin-bottom: 6px;
}

.season .grid {
	gap: 0 30px;
}
.season .grid>*:not(.com) {
	margin-bottom: 30px;
}

.season .com h4 {
	margin-bottom: 6px;
}
.season .imageslider-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	min-width: 0;
	margin: 0 auto;
}
.season .imageslider {
	position:relative;
	display: block;
	width: 0;
	min-width: 100%;
	overflow: hidden;
	opacity: 0;
	transition: opacity 0.3s ease;
	min-height: 0;
	height: auto;
}
.season .imageslider.swiper-initialized {
	opacity: 1;
}
.season .imageslider .swiper-slide {
	padding-top: 62.5%;
}


/* 桜松神社と幸運の木  -----------------*/
.sakuramatsu .com h3 {
	font-size: 1.5em;
	color: #333;
}
.sakuramatsu .image {
	text-align: center;
}
.sakuramatsu .image p {
	margin-top: 6px;
	color: #333;
}
.sakuramatsu .grid {
	gap: 0 30px;
}
.sakuramatsu .grid .image {
	margin-bottom: 30px;
}
.sakuramatsu .accessmap {
	position: relative;
	width: 100%;
	height: 0;
	margin-top: 15px;
	padding-top: 60%;
}
.sakuramatsu .accessmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 100%;
}

/* 安比塗 -----------------*/
.appinuri .appinuri-ttl {
	display: none;
}
.appinuri .grid {
	gap: 0 30px;
}
.appinuri .image {
	text-align: center;
}
.appinuri .image p {
	margin-top: 6px;
	color: #333;
}
.appinuri .grid .image {
	margin-bottom: 30px;
}


/* サイクリング  -----------------*/
.cycling .cycling-ttl {

}
.cycling .grid {
	gap: 0 30px;
}
.cycling .com h3,
.cycling .com h4,
.cycling .image h3,
.cycling .image h4  {
	margin-bottom: 15px;
}
.cycling .com,
.cycling .image {
	margin-bottom: 15px;
}
.cycling .image {
	text-align: center;
}
.cycling .course+.course {
	margin-top: 40px;
}

.cycling .com .cycling-mapfile {
	display: flex;
	justify-content: center;
	align-items: center;
	background: linear-gradient(to bottom, #11a9e2 0%, #0087c1 50%, #0094C5 50%, #0076a3 100%);
	background-size: 100% 200%;
	background-position: top;
	border-radius: 6px;
	width: 80%;
	max-width: 900px;
	min-height: 70px;
	margin: 20px auto;
	padding: 6px;
	text-align: center;
	font-size: 1em;
	color: #fff;
	text-shadow: 1px 1px 1px rgba(0,0,0,1);
	text-decoration: none;
}
.cycling .com .cycling-mapfile:hover {
	background-position: bottom;
}
.cycling h3 a {
	color: #333;
	text-decoration: none;
}
.cycling h3 a:hover {
	color: #63AB45;
}
.cycling .movie {
	position: relative;
	width: 100%;
	padding-top: 56.25%;
	margin: 20px auto;

}
.cycling .movie iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
}

.cycling .sitelink {
	display: block;
	background: #63AB45;
	border-radius: 6px;
	width: 200px;
	margin-top: 10px;
	padding: 4px;
	text-align: center;
	color: #fff;
	text-decoration: none;
}
.cycling .sitelink::after {
	content: "\00BB";
	margin-left: 5px;
}


/* タブレット版
==============================================================================*/
@media screen and (max-width:800px) {
	.season.page-image {
		min-height: 550px;
	}


}


/* スマートフォン版
==============================================================================*/
@media screen and (max-width:500px) {
	.season.page-image {
		min-height: 400px;
	}



}
