@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;
}

/* ツーリズムページ -------------------*/
.tourism .tourism-ttl {
	margin-bottom: 6px;
}
.tourism .grid {
	gap: 0 30px;
}

.tourism .com h3,
.tourism .image h3 {
	margin-bottom: 6px;
}
.tourism .com h4,
.tourism .image h4 {
	margin-top: 10px;
	margin-bottom: 6px;
}
.tourism .image,
.tourism .com {
	margin-bottom: 25px;
}
.tourism .image p {
	font-size: 0.9em;
}
.tourism .image .image__fit {
	padding-top: 65%;
}
.tourism .tourism-box:not(:last-child) {
	border-bottom: 1px solid #acacac;
	margin-bottom: 25px;
	padding-bottom: 10px;
}



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

	h2 {
		margin-bottom: 15px;
		font-size: 1.6em;
	}
	h3 {
		font-size: 1.3em;
	}
	h4 {
		font-size: 1.2em;
	}
*/
}


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

	h2 {
		font-size: 1.4em;
	}
	h3 {
		font-size: 1.2em;
	}
	h4 {
		font-size: 1.1em;
	}
*/

}

