@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;*/
}/*
.main-image__inner .main-image-text {
	text-align: center;
	font-size: 2em;
	color: #fff;
	line-height: 1.4;
	letter-spacing: 0.2em;
	font-weight: bold;
	text-shadow: 2px 2px 6px rgba(0,0,0,1);
}
.main {
	padding: 10px 10px 30px;
	margin: auto;
	height: 100%;
	max-width: 1200px;
}
h2 {
	margin-bottom: 30px;
	font-size: 2em;
}
h3 {
	margin-bottom: 20px;
	font-size: 1.6em;
}*/
.com {
	color: grey;
}
.com h3,
.com h4 {
	color: #333;
}
.com p+p {
	margin-top: 25px;
}


/* トップページ  -----------------*/
.onsen .onsen-ttl {
	margin-bottom: 10px;
}

.onsen .grid {
	gap: 0 30px;

}

.onsen .com h3 {
	margin-bottom: 6px;
}
.onsen .image {
	padding-top: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.onsen .image h3 {
	margin-bottom: 6px;
}
.onsen .image p {
	margin-top: 6px;
	font-size: 0.9em;
	color: #333;
}
.onsen .onsen-gallery .image__inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 65%;
}
.onsen .onsen-gallery .image__inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}

/* 松川温泉  -----------------*/
.matsukawa .matsukawa-ttl {
	margin-bottom: 10px;
}

.matsukawa .grid {
	gap: 0 30px;
}

.matsukawa .com h3 {
	margin-bottom: 6px;
}
.matsukawa .image {
	padding-top: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.matsukawa .image h3 {
	margin-bottom: 6px;
}
.matsukawa .image p {
	margin-top: 6px;
	font-size: 0.9em;
	color: #333;
}

.matsukawa .accessmap {
	position: relative;
	width: 100%;
	height: 0;
	margin: 15px auto;
	padding-top: 50%;
}
.matsukawa .accessmap iframe {
	position: absolute;
	top: 0;
	left: 0;
	border: 0;
	width: 100%;
	height: 100%;
}


/* 松川温泉の歴史  -----------------*/
.history .history-ttl {
	margin-bottom: 10px;
}

.history .grid {
	gap: 0 30px;

}

.history .com h3 {
	margin-bottom: 6px;
}
.history .image {
	padding-top: 10px;
	text-align: center;
	margin-bottom: 20px;
}
.history .image h3 {
	margin-bottom: 6px;
}
.history .image p {
	margin-top: 6px;
	font-size: 0.9em;
	color: #333;
}



/* タブレット版
==============================================================================*/
@media screen and (max-width:800px) {
/*	.main-image__inner .main-image-text {
		font-size: 1.6em;
		line-height: 1.3;
		letter-spacing: 0.1em;
	}
*/

}


/* スマートフォン版
==============================================================================*/
@media screen and (max-width:500px) {
/*	.main-image__inner .main-image-text {
		font-size: 1.5em;
		line-height: 1.2;
		letter-spacing: 0;
	}
*/


}
