@charset "utf-8";

.area-map {
	display: flex;
}

.area-map__image {
	max-width: calc(100% - 220px);
	flex-basis: calc(100% - 220px);
	display: flex;
	position: relative;
}

#gmap {
	width: calc(100% + 60px);
	height: 100%;
	background-color: rgba(0, 0, 0, 1);
	position: absolute;
	top: 0;
	right: 0;
}

.gmap-area #gmap {
	width: 100%;
	height: calc(250px + 20vw);
	position: static;
	border-radius: 20px;
}

.area-map-list {
	max-width: 220px;
	flex-basis: 220px;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-left: 0;
	border-radius: 0 20px 20px 0;
	overflow: hidden;
	box-sizing: border-box;
}

.area-map-list__item {
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.area-map-list__item:last-child {
	border-bottom: 0;
}

.area-map-list__item a {
	padding: 20px;
	padding-right: 60px;
	display: flex;
	position: relative;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.6;
	text-decoration: none;
	color: rgba(0, 0, 0, 1);
}

.area-map-list__item a:before,
.area-map-list__item a:after {
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
}

.area-map-list__item a:before {
	width: 20px;
	height: 20px;
	border: 1px solid rgba(24, 141, 96, 0.3);
	border-radius: 50%;
	right: 20px;
	top: calc(50% - 10px);
}

.area-map-list__item a:after {
	width: 4px;
	height: 4px;
	border-top: 1px solid rgba(24, 141, 96, 1);
	border-right: 1px solid rgba(24, 141, 96, 1);
	right: 28px;
	top: calc(50% - 2px);
	transform: rotate3d(0, 0, 1, 45deg);
	transform-origin: center;
}

.area-map-list__item a:hover {
	background-color: rgba(24, 141, 96, 0.1);
	color: rgba(24, 141, 96, 1);
}

.area-map-list__item a:hover:before {
	border-color: rgba(24, 141, 96, 1);
}

.area-map-list__item a:hover:after {
	transform: translateX(3px) rotate3d(0, 0, 1, 45deg);
}

.area-map-list__item a.current {
	background-color: rgba(24, 141, 96, 1);
	color: rgba(255, 255, 255, 1);
	pointer-events: none;
}

.area-map-list__item a.current:before {
	border-color: rgba(255, 255, 255, 1);
}

.area-map-list__item a.current:after {
	border-top-color: rgba(255, 255, 255, 1);
	border-right-color: rgba(255, 255, 255, 1);
}

.area-main {
	margin-top: 80px;
}

.area-main-section {
	margin-bottom: 60px;
}

.area-main-section:last-child {
	margin-bottom: 0;
}

.area-main__title {
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.area-main-list__item {
	margin: 40px 0;
}

.area-main-list__item a {
	display: block;
	border: 4px solid rgba(24, 141, 96, 1);
	box-sizing: border-box;
	border-radius: 40px;
	overflow: hidden;
	text-decoration: none;
	align-items: center;
}

.area-main-list__item a:hover {
	background-color: rgba(24, 141, 96, 0.05);
}

.area-main-list-top {
	padding: 30px 60px;
	display: flex;
	border-bottom: 2px dotted rgba(24, 141, 96, 1);
	flex-wrap: wrap;
	align-items: center;
}

.area-main-list-top__title {
	margin-right: 30px;
	font-size: 2.5rem;
	font-weight: 600;
	line-height: 1.6;
}

.area-main-list-top__text {
	font-size: 1.5rem;
	line-height: 1.6;
}

.area-main-list-info {
	padding: 30px 60px;
	background-color: rgba(24, 141, 96, 0.1);
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.area-main-list-info li {
	margin: 5px 0;
	margin-right: 40px;
	display: flex;
}

.area-main-list-info__title {
	height: 30px;
	padding: 0 10px;
	margin-right: 20px;
	display: flex;
	background-color: rgba(24, 141, 96, 1);
	border-radius: 5px;
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.6;
	color: rgba(255, 255, 255, 1);
	align-items: center;
	white-space: nowrap;
}

.area-main-list-info__text {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.8;
}

.cleargmap .gmap-lat,
.cleargmap .gmap-lng {
	display: none;
}

.infobox:before {
	content: "";
	width: 20px;
	height: 20px;
	display: block;
	background-image: url(../images/common/img_map_arrow.png);
	background-size: 100% auto;
	position: absolute;
	left: calc(50% - 10px);
	bottom: -17px;
	z-index: 1;
}

.infobox a {
	width: 100%;
	min-height: 40px;
	display: flex;
	padding: 5px 10px;
	padding-right: 40px;
	background-color: rgba(255, 255, 255, 1);
	border: 3px solid rgba(24, 141, 96, 1);
	border-radius: 10px;
	position: relative;
	z-index: 0;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.4;
	text-decoration: none;
	color: rgba(24, 141, 96, 1);
	box-sizing: border-box;
	align-items: center;
	cursor: pointer;
}

.infobox a:before,
.infobox a:after {
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
}

.infobox a:before {
	width: 20px;
	height: 20px;
	border: 1px solid rgba(24, 141, 96, 0.3);
	border-radius: 50%;
	top: calc(50% - 10px);
	right: 10px;
}

.infobox a:after {
	width: 4px;
	height: 4px;
	border-top: 1px solid rgba(24, 141, 96, 1);
	border-right: 1px solid rgba(24, 141, 96, 1);
	top: calc(50% - 2px);
	right: 18px;
	transform: rotate3d(0, 0, 1, 45deg);
	transform-origin: center;
}

.infobox a:hover:before {
	border-color: rgba(24, 141, 96, 1);
}

.infobox a:hover:after {
	transform: translateX(3px) rotate3d(0, 0, 1, 45deg);
}

.infobox img {
	display: none;
}

@media screen and (min-width: 1621px) {
	#gmap {
		width: calc(100% + ((100vw - 1500px) / 2));
	}
}

@media screen and (max-width: 1024px) {
	#gmap {
		width: calc(100% + 6vw);
	}

	.area-map__image {
		max-width: calc(100% - 180px);
		flex-basis: calc(100% - 180px);
		display: flex;
		position: relative;
	}

	.area-map-list {
		max-width: 180px;
		flex-basis: 180px;
	}

	.area-map-list__item a {
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 1.4rem;
	}

	.area-main-list__item {
		margin: calc(10px + 2vw) 0;
	}

	.area-main-list-top__title {
		font-size: calc(1.5rem + 1vw);
	}

	.area-main-list-info__title {
		font-size: calc(1rem + 0.5vw);
	}

	.area-main-list-info__text {
		font-size: calc(1.2rem + 0.5vw);
	}
}

@media screen and (max-width: 800px) {
	.area-map {
		display: block;
	}

	.area-map__image {
		width: 100%;
		height: calc(300px + 20vw);
		max-width: none;
	}

	#gmap {
		width: calc(100% + 12vw);
		right: auto;
		left: -6vw;
	}

	.area-map-list {
		margin-top: 40px;
		max-width: none;
		border: 0;
		display: flex;
		flex-wrap: wrap;
	}

	.area-map-list__item {
		margin-right: 10px;
		margin-bottom: 10px;
		border-bottom: 0;
	}

	.area-map-list__item a {
		height: 30px;
		padding: 0 10px;
		padding-right: 40px;
		border: 1px solid rgba(24, 141, 96, 1);
		border-radius: 15px;
		box-sizing: border-box;
		align-items: center;
		color: rgba(24, 141, 96, 1);
	}

	.area-map-list__item a:before {
		right: 5px;
	}

	.area-map-list__item a:after {
		right: 14px;
	}

	.area-main-list__item a {
		border-radius: 20px;
		border-width: 2px;
	}

	.area-main-list-top,
	.area-main-list-info {
		padding: 20px 30px;
	}

	.area-main-list-info__title {
		height: 24px;
		margin-right: 10px;
		border-radius: 5px;
	}
}

@media screen and (max-width: 480px) {
	.area-main-list-top,
	.area-main-list-info {
		padding: 20px 6vw;
	}

	.area-main-list-info {
		display: block;
	}

	.area-main-list-info li {
		margin-right: 0;
	}

	.area-main-list-info li.wide {
		flex-wrap: wrap;
	}
}

/*------------------------------------*/

.area__image {
	margin-bottom: 120px;
}

.swiper-container {
	width: 100%;
	height: 300px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 40px;
}

.swiper-slide {
	background-color: rgba(0, 0, 0, 0.85);
	background-size: cover;
	background-position: center;
	border-radius: 0;
}

.swiper-slide img {
	height: 100%;
	object-fit: contain;
}

.gallery-top {
	height: 80%;
	width: 100%;
}

.gallery-top.swiper-container,
.gallery-thumbs.swiper-container {
	overflow: hidden !important;
}

.gallery-thumbs.swiper-container {
	height: 20%;
	box-sizing: border-box;
	margin-top: 20px;
	border-radius: 0;
}

.gallery-thumbs .swiper-slide {
	height: calc(40px + 5vw);
	max-height: 120px;
	/* 	margin-right: 0 !important; */
	overflow: hidden;
	position: relative;
	border-radius: 10px;
	cursor: pointer;
}

.gallery-thumbs .swiper-slide:before {
	content: "";
	width: 100%;
	height: 100%;
	display: block;
	border: 4px solid rgba(24, 141, 96, 1);
	border-radius: 10px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	opacity: 0;
	box-sizing: border-box;
}

.gallery-thumbs .swiper-slide img {
	height: 100%;
	object-fit: cover;
}

.gallery-thumbs .swiper-slide-thumb-active:before {
	opacity: 1;
}

.swiper-button-next,
.swiper-button-prev {
	width: 40px;
	height: 40px;
	background-size: 100% auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	right: -20px;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	left: -20px;
}

.noswipe .swiper-button-next,
.noswipe .swiper-button-prev {
	display: none;
}

.swiper-button-next,
.swiper-button-prev {
	top: auto;
	bottom: 30px;
}

.swiper-pagination {
	display: none;
	margin-top: 20px;
	position: static;
	justify-content: center;
}

.swiper-pagination-bullet {
	margin-right: 5px;
}

.swiper-pagination-bullet:last-child {
	margin-right: 0;
}

.detail-title {
	margin-bottom: 40px;
	font-size: 4rem;
	font-weight: 600;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.detail-title span {
	display: block;
	font-size: 2rem;
	color: rgba(24, 141, 96, 1);
}

.house-infomation {
	margin-top: 80px;
	position: sticky;
	top: 120px;
}

.house-infomation__title {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.6;
	color: rgba(24, 141, 96, 1);
}

.house-infomation__title:after {
	content: "";
	width: 100%;
	height: 0;
	margin: 10px 0;
	display: block;
	border-bottom: 2px dotted rgba(24, 141, 96, 1);
}

.house-infomation-list {
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
}

.house-infomation-list dt,
.house-infomation-list dd {
	margin: 5px 0;
	font-size: 1.3rem;
	line-height: 1.6;
}

.house-infomation-list dt {
	max-width: 70px;
	flex-basis: 70px;
	font-weight: 600;
	color: rgba(0, 0, 0, 1);
}

.house-infomation-list dd {
	max-width: calc(100% - 70px);
	flex-basis: calc(100% - 70px);
}

.estate-area {
	padding: 80px 0;
	padding-right: 60px;
	display: block;
	position: relative;
	align-items: center;
	justify-content: space-between;
}

.estate-area:before {
	content: "";
	width: calc(100% + 60px);
	height: 100%;
	display: block;
	background-color: rgba(24, 141, 96, 1);
	border-radius: 0 40px 40px 0;
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	transition: all 0ms ease;
}

.estate-area__image {
	/* max-width: 45%;
	flex-basis: 45%; */
	margin-bottom: 40px;
	background-color: rgba(255, 255, 255, 1);
	border-radius: 20px;
	overflow: hidden;
	position: relative;
	z-index: 1;
	box-sizing: border-box;
}

.estate-area-list {
	/* max-width: calc(55% - 40px);
	flex-basis: calc(55% - 40px); */
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	grid-gap: 20px;
	position: relative;
	z-index: 2;
}

.estate-area-list__list {
	padding-left: 50px;
	display: flex;
	/* justify-content: space-between; */
	flex-wrap: wrap;
	position: relative;
	align-items: flex-start;
	align-content: flex-start;
}

.estate-area-list__list:before {
	content: "";
	width: 40px;
	height: 40px;
	display: flex;
	border: 2px solid white;
	border-radius: 50%;
	position: absolute;
	top: 5px;
	left: 0;
	font-size: 2rem;
	font-family: din-2014, sans-serif;
	line-height: 1.6;
	color: white;
	font-weight: 600;
	box-sizing: border-box;
	justify-content: center;
	align-items: center;
}

.estate-area-list__list.area1:before {
	content: "1";
}

.estate-area-list__list.area2:before {
	content: "2";
}

.estate-area-list__list.area3:before {
	content: "3";
}

.estate-area-list__list.area4:before {
	content: "4";
}

.estate-area-list__list.area5:before {
	content: "5";
}

.estate-area-list__list.area6:before {
	content: "6";
}

.estate-area-list__list.area7:before {
	content: "7";
}

.estate-area-list__list.area8:before {
	content: "8";
}

.estate-area-list__list.area9:before {
	content: "9";
}

.estate-area-list__list.area10:before {
	content: "10";
}

.estate-area-list__list.area11:before {
	content: "11";
}

.estate-area-list__list.area12:before {
	content: "12";
}

.estate-area-list__list.area13:before {
	content: "13";
}

.estate-area-list__list.area14:before {
	content: "14";
}

.estate-area-list__list.area15:before {
	content: "15";
}

.estate-area-list__list.area16:before {
	content: "16";
}

.estate-area-list__list.area17:before {
	content: "17";
}

.estate-area-list__list.area18:before {
	content: "18";
}

.estate-area-list__list.area19:before {
	content: "19";
}

.estate-area-list__list.area20:before {
	content: "20";
}

.estate-area-list__list.area21:before {
	content: "21";
}

.estate-area-list__list.area22:before {
	content: "22";
}

.estate-area-list__list.area23:before {
	content: "23";
}

.estate-area-list__list.area24:before {
	content: "24";
}

.estate-area-list__list.area25:before {
	content: "25";
}

.estate-area-list__list.area26:before {
	content: "26";
}

.estate-area-list__list.area27:before {
	content: "27";
}

.estate-area-list__list.area28:before {
	content: "28";
}

.estate-area-list__list.area29:before {
	content: "29";
}

.estate-area-list__list.area30:before {
	content: "30";
}

.estate-area-list__list.area31:before {
	content: "31";
}

.estate-area-list__list.area32:before {
	content: "32";
}

.estate-area-list__list.area33:before {
	content: "33";
}

.estate-area-list__list.area34:before {
	content: "34";
}

.estate-area-list__list.area35:before {
	content: "35";
}

.estate-area-list__list.area36:before {
	content: "36";
}

.estate-area-list__list.area37:before {
	content: "37";
}

.estate-area-list__list.area38:before {
	content: "38";
}

.estate-area-list__list.area39:before {
	content: "39";
}

.estate-area-list__list.area40:before {
	content: "40";
}

.estate-area-list__list:after {
	content: "";
	width: 100%;
	flex-basis: 100%;
	margin: 20px 0;
	height: 1px;
	display: block;
	background-color: rgba(255, 255, 255, 0.15);
}

/* .estate-area-list__list:last-child:after {
	display: none;
} */

.estate-area-list__list dl {
	margin-right: 20px;
	margin-bottom: 10px;
	color: rgba(255, 255, 255, 1);
}

.estate-area-list__list dl:last-child {
	margin-right: 0;
}

.estate-area-list__list dt {
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.4;
}

.estate-area-list__list dd {
	border-bottom: 2px dotted rgba(255, 255, 255, 1);
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.6;
}

.estate-area-list__list dd .en {
	font-size: 3.5rem;
	font-weight: 600;
	line-height: 1.1;
	letter-spacing: -0.03em;
}

.estate-area-list__list dl:first-child span,
.estate-area-list__list dl:nth-child(2) span {
	display: none;
}

dd.estate-area-list__sub {
	border-bottom: 0;
	font-size: 1.3rem;
	font-weight: 600;
	line-height: 1.8;
	text-align: center;
}

.estate-area-secrion__title {
	margin-bottom: 30px;
	display: table;
	border-bottom: 1px solid rgba(0, 0, 0, 1);
	font-size: 3rem;
	font-weight: 600;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.facilities-list {
	display: flex;
	flex-wrap: wrap;
}

.facilities-list__item {
	max-width: calc((100% - (20px * 3) - 1px) / 4);
	flex-basis: calc((100% - (20px * 3) - 1px) / 4);
	margin-top: 40px;
	margin-right: 20px;
}

.facilities-list__item:first-child,
.facilities-list__item:nth-child(2),
.facilities-list__item:nth-child(3),
.facilities-list__item:nth-child(4) {
	margin-top: 0;
}

.facilities-list__item:nth-child(4n) {
	margin-right: 0;
}

.facilities-list__image {
	margin-bottom: 10px;
	padding-top: 60%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.facilities-list__image img {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	object-fit: cover;
}

.facilities-list__text {
	font-size: 1.4rem;
	font-weight: 600;
	line-height: 1.6;
	color: rgba(0, 0, 0, 1);
}

.estate-area-map {
	border-radius: 20px;
	overflow: hidden;
}

.area-gmlink {
	margin-top: 20px;
}

.area-gmlink a {
	height: 40px;
	padding: 0 20px;
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: rgba(24, 141, 96, 1);
	border-radius: 20px;
	font-size: 1.4rem;
	line-height: 1.6;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	transition: opacity 250ms ease;
}

.area-gmlink a:hover {
	opacity: 0.8;
}

.build-foot {
	max-width: 800px;
	margin: 100px auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

/* .build-foot__item {
	max-width: calc((100% - 40px) / 2);
	flex-basis: calc((100% - 40px) / 2);
} */

.build-foot__item {
	width: 100%;
}

.build-foot__item a {
	width: 100%;
	height: 80px;
	padding: 0 40px;
	display: flex;
	background-color: rgba(24, 141, 96, 1);
	position: relative;
	border-radius: 10px;
	text-decoration: none;
	color: rgba(255, 255, 255, 1);
	box-sizing: border-box;
	align-items: center;
}

.build-foot__item a:before,
.build-foot__item a:after {
	content: "";
	display: block;
	position: absolute;
	box-sizing: border-box;
}

.build-foot__item a:before {
	width: 20px;
	height: 20px;
	border: 1px solid white;
	border-radius: 50%;
	right: 30px;
	top: calc(50% - 10px);
}

.build-foot__item a:after {
	width: 5px;
	height: 5px;
	border-right: 1px solid white;
	border-bottom: 1px solid white;
	transform: rotate3d(0, 0, -1, 45deg);
	right: 38px;
	top: calc(50% - 3px);
}

.build-foot__item a:hover {
	opacity: 0.8;
}

.build-foot__item.youtube a {
	background-color: rgba(251, 0, 0, 1);
}

.build-foot__item.youtube figure {
	max-width: 120px;
	flex-basis: 120px;
	margin-right: 20px;
}

.build-foot__item span {
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.6;
}

@media screen and (min-width: 1621px) {
	.estate-area:before {
		width: calc(100% + ((100vw - 1500px) / 2));
	}

	.estate-area__image figure {
		border-radius: 20px;
	}
}

@media screen and (max-width: 1280px) {
	.estate-area-list {
		grid-template-columns: repeat(2, 1fr);
	}

	.facilities-list__item {
		max-width: calc((100% - (20px * 2) - 1px) / 3);
		flex-basis: calc((100% - (20px * 2) - 1px) / 3);
	}

	.facilities-list__item:nth-child(4) {
		margin-top: 40px;
	}

	.facilities-list__item:nth-child(4n) {
		margin-right: 20px;
	}

	.facilities-list__item:nth-child(3n) {
		margin-right: 0;
	}
}

@media screen and (max-width: 1024px) {
	.area__image {
		margin-bottom: 10vw;
	}

	.estate-area::before {
		width: calc(100% + 6vw);
	}

	.detail-title {
		margin-bottom: calc(10px + 2vw);
		font-size: calc(1.8rem + 2vw);
	}

	.detail-title span {
		font-size: calc(1.2rem + 0.6vw);
	}

	.estate-area-secrion__title {
		margin-bottom: calc(10px + 1vw);
		font-size: calc(1.2rem + 2vw);
	}

	.build-foot {
		margin: 60px 0;
		display: block;
	}

	.build-foot__item {
		max-width: none;
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 800px) {
	.estate-area {
		padding: 6vw 0;
		padding-right: 0;
		display: block;
	}

	.estate-area::before {
		width: calc(100% + 12vw);
		border-radius: 0;
		right: -6vw;
	}

	.estate-area__image {
		max-width: none;
		margin-bottom: 20px;
		padding: 20px;
		text-align: center;
	}

	.estate-area__image img {
		max-width: 100%;
		width: auto;
		height: 100%;
		max-height: 300px;
	}

	.estate-area-list {
		max-width: none;
	}

	.house-infomation {
		margin-top: 0;
		order: 0;
	}

	.facilities-list__item {
		max-width: calc((100% - 20px - 1px) / 2);
		flex-basis: calc((100% - 20px - 1px) / 2);
	}

	.facilities-list__item:nth-child(3) {
		margin-top: 40px;
	}

	.facilities-list__item:nth-child(3n) {
		margin-right: 20px;
	}

	.facilities-list__item:nth-child(2n) {
		margin-right: 0;
	}

	.gallery-thumbs.swiper-container,
	.swiper-button-next,
	.swiper-button-prev {
		display: none;
	}

	.swiper-container {
		border-radius: 20px;
	}

	.gallery-thumbs {
		margin-top: 0;
	}

	.swiper-pagination {
		display: block;
	}

	.house-infomation {
		position: static;
	}
}

@media screen and (max-width: 640px) {
	.area__image {
		margin-bottom: 12vw;
	}

	.estate-area-list__list {
		padding-left: 40px;
	}

	.estate-area-list__list:before {
		width: 30px;
		height: 30px;
		font-size: 1.2rem;
	}

	.estate-area-list__list dl {
		margin-right: 10px;
	}

	.estate-area-list__list dt {
		font-size: 1.2rem;
	}

	.estate-area-list__list dd {
		font-size: 1.4rem;
	}

	.estate-area-list__list dd .en {
		font-size: 3rem;
	}

	.gmap-area #gmap {
		left: auto;
	}

	.build-foot__item a {
		height: 60px;
		padding: 0 20px;
	}

	.build-foot__item.youtube figure {
		max-width: 90px;
		flex-basis: 90px;
		margin-right: 10px;
	}

	.build-foot__item span {
		font-size: 1.4rem;
	}
}

@media screen and (max-width: 400px) {
	.estate-area-list__list {
		padding-left: 0;
		padding-bottom: 20px;
		flex-direction: column;
	}

	.estate-area-list__list:before {
		width: 30px;
		height: 30px;
		margin-bottom: 10px;
		position: relative;
		font-size: 1.2rem;
	}

	.estate-area-list__list:after {
		margin: 0;
		position: absolute;
		left: 0;
		bottom: 0;
	}

	.estate-area-list__list dl:last-child .en {
		font-size: 2.4rem;
	}

	.area__image,
	.gmap-area #gmap {
		width: calc(100% + 12vw);
		border-radius: 0;
		position: relative;
		left: -6vw;
	}

	.swiper-container {
		border-radius: 0;
	}

	.facilities-list {
		display: block;
	}

	.facilities-list__item {
		max-width: none;
		margin-top: 20px !important;
		margin-right: 0 !important;
	}

	.facilities-list__item:first-child {
		margin-top: 0 !important;
	}
}

@media screen and (min-width: 801px) and (max-width: 1024px) {
	.house-infomation-list {
		display: block;
	}

	.house-infomation-list dt,
	.house-infomation-list dd {
		max-width: none;
	}

	.house-infomation-list dt {
		margin-bottom: 0;
	}

	.house-infomation-list dd {
		margin-top: 0;
	}
}
