@charset "utf-8";
/* CSS Document */

.FV_wrap {
	padding-bottom: 50px;
}

.FV_wrap::after {
	content: '';
	background: #F8E5EA;
	display: inline-block;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 30%;
	bottom: 0px;
	position: absolute;
	z-index: -1;
}

section {
	background: #F8E5EA;
	padding-top: 0px;
}

.sec_inner {
	padding: 8% 0px;
}

.area_ttl_wrap {
	display: flex;
	justify-content: center;
	max-width: 500px;
	width: 100%;
	margin: 30px auto;
}

.area_ttl_wrap::before {
	content: '';
	background: url("../images/area/ttl_icon.svg");
	background-repeat: no-repeat;
	background-size: contain;
	display: inline-block;
	width: 7%;
	height: 36%;
	top: -10px;
	position: absolute;
}

.area_ttl {
	font-size: clamp(30px,4.6vw,46px);
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
	color: #B7002C;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3vw 10px 0px;
	width: 100%;
}

.area_ttl::before,
.area_ttl::after {
	content: '';
	background-repeat: no-repeat !important;
	background-size: contain !important;
	display: inline-block;
	width: 16px;
	height: 90px;
	position: absolute;
}

.area_ttl::before {
	background: url("../images/area/ttl_left.svg");
	left: 0px;
}

.area_ttl::after {
	background: url("../images/area/ttl_right.svg");
	right: 0px;
}

.red_ttl {
	font-size: clamp(30px,4.2vw,42px);
}

section.map {
	padding: 0px 0px 5%;
}

.map_img > p {
	max-width: 600px;
	width: 100%;
	margin: 0px auto;
}

.map_img > p img {
	background: #FFF;
}

.map_content {
	text-align: center;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
}

.map_ttl {
	color: #B7002C;
	font-size: clamp(23px,5vw,50px);
	margin-bottom: 10px;
	letter-spacing: 0px;
}

.map_txt {
	font-size: clamp(16px,2vw,20px);
	line-height: 200%;
	padding: 0px 20px;
}

.feature_inner {
}


.area_wrap:nth-of-type(n+2) {
	margin-top: 12%;
}

.area_content {
	text-align: center;
	font-family: "fot-tsukuardgothic-std", sans-serif;
	font-weight: bold;
}

.area_content_ttl {
	font-size: clamp(18px,2.4vw,24px);
	padding: 1vw 0px 30px;
}

.area_content_ttl > span {
	 background: linear-gradient(transparent 60%, #ffec47 60%)
}

.area_content_txt {
	font-size: clamp(16px,2vw,20px);
	line-height: 200%;
}

.property_box {
	background: #FFF;
	border: 2px solid #B7002C;
	padding: 5% 0px 0px;
	border-radius: 20px;
	margin-top: 50px;
}

.property_img {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	width: 92%;
	margin: 0px auto;
}

.property_img > dt {
	width: 66%;
}

.property_img > dd {
	width: 32%;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.property_img > * img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.merit_wrap {
	width: 92%;
	margin: 0px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.merit_inner {
	max-width: 560px;
	width: 90%;
	margin: 0px auto 6%;
	display: flex;
	flex-direction: column;
	gap: 20px;
}

.merit_box > span {
	top: 0px;
	left: 20px;
	position: absolute;
	z-index: 1;
	border: 2px solid #B7002C;
	color: #B7002C;
	background: #FFF;
	font-size: clamp(14px,2vw,20px);
	font-weight: bold;
	padding: 5px 10px;
	
}

.merit_list {
	background: #F8F8F2;
	display: inline-block;
	padding: 40px 30px 20px;
	border-radius: 10px;
	width: 100%;
	margin: 20px auto 0px;
}

.merit_list li {
	font-size: clamp(15px,1.8vw,18px);
	text-indent: -10px;
	margin-left: 1em;
}

.merit_list li::before {
	content: '・';
}

.merit_img {
	max-width: 300px;
	width: 70%;
	display: flex;
	align-items: flex-end;
	margin: 0px auto;
}


@media screen and (max-width: 980px) {
	.property_img > dt {
		width: 100%;
	}
	
	.property_img > dd {
		width: 100%;
		justify-content: space-between;
	}
	
	.property_img > dd > p {
		width: 48%;
	}
}


@media screen and (max-width: 768px) {
	.FV_wrap::after {
		top: 20%;
	}
}


@media screen and (max-width: 600px) {
	.FV_wrap::after {
		top: 10%;
	}
	
	.red_ttl {
		margin-top: 0px;
	}
	
	.area_ttl::before,
	.area_ttl::after {
		width: 12px;
		height: 65px;
	}
	
	.merit_list {
		padding: 30px 0px 20px;
	}
	
	.merit_box > span {
		left: 10px;
	}
	
	.property_spec {
		margin: 30px 0px;
	}
	
	.property_spec > dl {
		padding: 15px 30px;
	}
}











