main {
	background-color: #fcd88d;
	position: relative;
}

main::before {
	content: '';
	width: 100%;
	aspect-ratio: 1500/520;
	background-color: white;
	position: absolute;
	top: 0;
	left: 0;
}

.main_content {
	position: relative;
}

.main_img {
	width: 76%;
	aspect-ratio: 1140/655;
	border-radius: 0 calc(76vw * 0.08772);
	overflow: hidden;
	margin: 0 auto;
}

.main_img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.area_wrap {
	width: 100%;
	padding: 95px 0 120px;
}
.area_wrap.toyo {
	background-color: #f9f6f0;
}
.area_wrap.nanyo {
	background-color: #83ccd2;
}

.area_wrap .area_content {
	max-width: 1140px;
	width: 90%;
	margin: 0 auto;
}

.area_wrap .area_head {
	width: 100%;
	padding-bottom: 30px;
}

.area_wrap.chuyo .area_head {
	border-bottom: solid 2px #83ccd2;
}
.area_wrap.toyo .area_head {
	border-bottom: solid 2px #cb5d6a;
}
.area_wrap.nanyo .area_head {
	border-bottom: solid 2px #fcd174;
}

.area_wrap .area_head h2 {
	text-align: center;
	font-size: 60px;
	line-height: 1;
}

.area_wrap .list {
	display: flex;
	flex-wrap: wrap;
	gap: 45px 2.6%;
	margin: 60px auto 0;
}

.area_wrap .list .item {
	width: calc(94.8% / 3);
	border-radius: 20px 20px 20px 0;
	overflow: hidden;
	background-color: white;
	transition: all 0.3s;
}

.area_wrap .list .item .img_box {
	width: 100%;
	aspect-ratio: 360/280;
	border-radius: 0 0 20px 0;
	overflow: hidden;
}

.area_wrap .list .item .img_box img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.area_wrap .list .item .item_content {
	padding: 10px 8px;
	position: relative;
}

.area_wrap .list .item .name {
	display: flex;
	align-items: flex-start;
	gap: 2px;
}

.area_wrap .list .item .name::before {
	content: '●';
	font-size: 16px;
	line-height: 20px;
}

.area_wrap.chuyo .list .item .name::before,
.area_wrap.chuyo .list .item .city {
	color: #83ccd2;
}
.area_wrap.toyo .list .item .name::before,
.area_wrap.toyo .list .item .city {
	color: #cb5d6a;
}
.area_wrap.nanyo .list .item .name::before,
.area_wrap.nanyo .list .item .city {
	color: #fcd174;
}

.area_wrap .list .item .name p {
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
	font-size: 16px;
	line-height: 20px;
	word-break: break-all;
}

.area_wrap .list .item .ttl {
	font-size: 18px;
	line-height: 24px;
	height: 48px;
	display: -webkit-box;
	overflow: hidden;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 8px;
	word-break: break-all;
}

.area_wrap .list .item .city {
	font-size: 14px;
	line-height: 20px;
	margin-top: 10px;
}

.area_wrap .list .item .sosyoku {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 20px;
	border-radius: 4px;
	font-size: 13px;
	color: #d64550;
	border: solid 1.5px #d64550;
	position: absolute;
	bottom: 10px;
	right: 15px;
}

.area_wrap .map_block {
	width: 100%;
	aspect-ratio: 1140/705;
	margin-top: 95px;
}

.area_wrap .map_block iframe {
	width: 100%;
	height: 100%;
}

@media (hover: hover) {
	.area_wrap .list .item:hover {
		opacity: 0.6;
	}
}

@media screen and (max-width: 1500px) {
	main::before {
		aspect-ratio: none;
		height: 520px;
	}

	.main_img {
		max-width: 1140px;
		border-radius: 0 100px;
		width: 90%;
	}
}

@media screen and (max-width: 1265px) {
	main::before {
		aspect-ratio: 1265/520;
		height: auto;
	}
}

@media screen and (max-width: 1000px) {
	.main_img {
		border-radius: 0 70px;
	}

	.area_wrap {
		padding: 70px 0 100px;
	}

	.area_wrap .area_head h2 {
		font-size: 45px;
	}

	.area_wrap .list .item .name::before,
	.area_wrap .list .item .name p {
		font-size: 14px;
		line-height: 20px;
	}

	.area_wrap .list .item .ttl {
		font-size: 16px;
		line-height: 22px;
		height: 44px;
	}
}

@media screen and (max-width: 700px) {
	.area_wrap .list .item {
		width: calc(97.4% / 2);
		border-radius: 20px 20px 20px 0;
		overflow: hidden;
		background-color: white;
	}
}

@media screen and (max-width: 600px) {
	.main_img {
		border-radius: 0 40px;
		width: calc(100% - 30px);
	}

	.area_wrap {
		padding: 60px 0 85px;
	}

	.area_wrap .area_head {
		padding-bottom: 25px;
	}

	.area_wrap .area_content {
		width: calc(100% - 30px);
	}

	.area_wrap .area_head h2 {
		font-size: 30px;
	}

	.area_wrap .list {
		margin-top: 40px;
	}

	.area_wrap .list .item,
	.area_wrap .list .item .img_box {
		border-radius: 15px 15px 15px 0;
	}

	.area_wrap .list .item .name::before,
	.area_wrap .list .item .name p {
		font-size: 12px;
		line-height: 16px;
	}

	.area_wrap .list .item .ttl {
		font-size: 14px;
		line-height: 20px;
		height: 40px;
	}

	.area_wrap .list .item .city {
		font-size: 12px;
		line-height: 18px;
	}

	.area_wrap .list .item .sosyoku {
		width: 55px;
		height: 18px;
		border-radius: 4px;
		font-size: 12px;
		right: 10px;
	}

	.area_wrap .map_block {
		margin-top: 60px;
		aspect-ratio: 1/1;
	}
}
