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

/* プラントップページ -------------------*/
.plan-top .plan-top-ttl {
	border-bottom: 1px solid grey;
	padding: 10px;
	font-size: clamp(1.3em, 2.8vw, 1.8em);
}
.plan-top .grid {
	gap: 40px;
}
.plan-top .grid>* {
	margin-bottom: 20px;
}
.plan-top .grid .image {
	margin-bottom: 50px;
}
.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-top: 0 !important;
	margin-bottom: 15px;
}
.plan .plan-gallery .image__fit {
	padding-top: 62.5%;
}
.plan .com+.com {
	margin-top: 30px;
}
.plan .com h3 {
	margin-bottom: 6px;
}
.plan .com ul {
	margin-top: 25px;
	margin-bottom: 25px;
	color: #333;
}
.plan .com ul li+li {
	margin-top: 10px;
}


/* タブレット版
==============================================================================*/
@media screen and (max-width:800px) {

}


/* スマートフォン版
==============================================================================*/
@media screen and (max-width:500px) {


}
