@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 p+p {
	margin-top: 25px;
}

/* プラントップページ -------------------*/
.plan-top .plan-top-ttl {
	border-bottom: 1px solid grey;
	padding: 10px;
	font-size: 1.4em;
}
.plan-top .grid {
	gap: 40px;
}
.plan-top .grid>* {
	margin-bottom: 20px;
}
.plan-top .grid .image {
	margin-bottom: 50px;
}
.plan-top .grid image .image__inner {
	position: relative;
	width: 100%;
	height: 0;
	padding-top: 75%;
}
.plan-top .grid image .image__inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.plan-top .com h3 {
	color: #333;
}
.plan-top .plan-link {
	display: block;
	background: #6AB165;
	border-radius: 4px;
	min-width: 200px;
	width: fit-content;
	margin-top: 15px;
	padding: 6px;
	text-align: center;
	font-size: 0.9em;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
}

/* プランページ -------------------*/
.plan .plan-ttl {
	margin-bottom: 6px;
	font-size: 1.6em;
}

.plan .grid {
	gap: 30px;
}

.plan .plan-gallery {
	margin: 30px auto;
	gap: 0 15px;
}
.plan .plan-gallery li {
	margin-bottom: 15px;
}
.plan .plan-gallery li .image__inner {
	position: relative;
	width: 100%;
	padding-top: 70%;
	height: 0;
	overflow: hidden;
}
.plan .plan-gallery li .image__inner img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
.plan .com+.com {
	margin-top: 30px;
}
.plan .com h3 {
	margin-bottom: 6px;
	font-size: 1.4em;
	color: #333;
}
.plan .com ul {
	margin-top: 15px;
	margin-bottom: 15px;
	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;
	}



}
