.property-detail {
	background: #fff;
}

.property-detail .cmn-contact {
	isolation: isolate;
}

.property-detail__page-header {
	padding: 70px 0 55px;
}

.property-detail__page-title {
	font-size: 3.2rem;
	font-weight: 700;
	line-height: 1.45;
}

.property-detail__page-title span {
	display: block;
	margin-top: 10px;
	font-family: Montserrat, sans-serif;
	font-size: 1.1rem;
	font-weight: 600;
	letter-spacing: .14em;
	color: #999;
}

.property-detail__article {
	margin: 0;
}

.property-detail--land .property-detail__article {
	padding-top: 70px;
}

.property-detail__inner {
	max-width: 1040px;
}

.property-detail__title {
	padding: .35em 0 .45em 20px;
	border-left: 5px solid #00269f;
	font-size: 2.6rem;
	font-weight: 700;
	line-height: 1.5;
}

.property-gallery {
	margin-top: 35px;
}

.property-gallery__stage {
	position: relative;
	height: 610px;
	overflow: hidden;
	background: #f4f4f4;
}

.property-gallery__slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	pointer-events: none;
	transition: opacity .35s ease;
}

.property-gallery__slide.is-active {
	opacity: 1;
	pointer-events: auto;
}

.property-gallery__slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

button.property-gallery__arrow {
	position: absolute;
	z-index: 2;
	top: 50%;
	width: 60px;
	height: 60px;
	padding: 0;
	border: 0 !important;
	border-radius: 50%;
	color: #00269f;
	background: rgba(255, 255, 255, .92) !important;
	box-shadow: 0 2px 12px rgba(0, 0, 0, .14);
	cursor: pointer;
	transform: translateY(-50%);
}

button.property-gallery__arrow:after {
	content: '';
	position: absolute;
	top: 24px;
	width: 12px;
	height: 12px;
	background: transparent !important;
	border-top: 2px solid #000;
	border-right: 2px solid #000;
}

.property-gallery__arrow--prev {
	left: 25px;
}

.property-gallery__arrow--prev:after {
	left: 25px;
	transform: rotate(-135deg);
}

.property-gallery__arrow--next {
	right: 25px;
}

.property-gallery__arrow--next:after {
	right: 25px;
	transform: rotate(45deg);
}

.property-gallery__thumbs {
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 8px;
	margin: 8px 0 0;
	padding: 0;
}

button.property-gallery__thumb {
	display: block;
	width: 100%;
	height: 110px;
	padding: 0;
	overflow: hidden;
	border: 0 !important;
	border-radius: 0;
	background: #eee;
	cursor: pointer;
}

.property-gallery__thumb img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.property-detail__specs {
	margin-top: 70px;
	border-bottom: 1px solid #e5e5e5;
}

.property-detail__spec-row {
	display: grid;
	grid-template-columns: 200px 1fr;
	gap: 30px;
	padding: 24px 20px;
	border-top: 1px solid #e5e5e5;
}

.property-detail__spec-row dt,
.property-detail__spec-row dd {
	margin: 0;
	font-size: 1.5rem;
	line-height: 1.8;
}

.property-detail__spec-row dt {
	font-weight: 700;
}

.property-detail__description {
	margin-top: 55px;
}

.property-detail__description,
.property-detail__description p,
.property-detail__description li {
	font-size: 1.5rem;
	line-height: 2;
}

.property-detail__description > * {
	max-width: none !important;
	margin-right: 0 !important;
	margin-left: 0 !important;
}

.property-detail__description h2,
.property-detail__description h3 {
	margin: 35px 0 20px;
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.6;
}

.property-detail__map {
	height: 430px;
	margin-top: 55px;
	overflow: hidden;
	background: #f1f1f1;
}

.property-detail__map iframe {
	width: 100%;
	height: 100%;
	border: 0;
}

.property-related {
	margin-top: 90px;
	padding: 75px 0 85px;
	border-top: 1px solid #eee;
}

.property-related__heading {
	padding: .35em 0 .45em 20px;
	border-left: 5px solid #00269f;
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.5;
}

.property-related__list {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 55px;
	margin: 45px 0 0;
	padding: 0;
}

.property-related__image {
	height: 210px;
	overflow: hidden;
}

.property-related__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform .6s ease, opacity .6s ease;
}

.property-related__item a:hover .property-related__image img {
	transform: scale(1.04);
	opacity: .7;
}

.property-related__title {
	margin-top: 20px;
	font-size: 1.7rem;
	font-weight: 700;
	line-height: 1.6;
}

.property-related__meta {
	margin-top: 15px;
}

.property-related__meta p {
	margin-top: 9px;
	font-size: 1.3rem;
	line-height: 1.8;
}

.property-related__meta span {
	display: inline-block;
	min-width: 86px;
	margin-right: 10px;
	padding: 4px 8px;
	font-size: 1.2rem;
	line-height: 1.2;
	color: #00269f;
	background: #f5f5fa;
}

.property-detail__contact {
	padding: 65px 0;
	text-align: center;
	background: #f4f5fa;
}

.property-detail__contact h2 {
	font-size: 2.2rem;
	font-weight: 700;
	line-height: 1.6;
}

.property-detail__contact a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px;
	height: 52px;
	margin: 28px auto 0;
	border: 1px solid #00269f;
	border-radius: 28px;
	font-size: 1.5rem;
	font-weight: 700;
	color: #fff;
	background: #00269f;
}

.property-detail__contact a:hover {
	color: #00269f;
	background: #fff;
}

.property-detail__contact p {
	margin-top: 12px;
	font-size: 1.2rem;
	color: #777;
}

.property-detail .cmn-aboutList-wrapper {
	margin-top: 80px;
}

@media screen and (max-width: 1023px) {
	.property-detail--land .property-detail__article {
		padding-top: 50px;
	}
	.property-detail__page-header {
		padding: 50px 0 40px;
	}
	.property-detail__page-title {
		font-size: 2.5rem;
	}
	.property-detail__title {
		font-size: 2.1rem;
	}
	.property-gallery__stage {
		height: 56vw;
	}
	.property-gallery__thumb {
		height: 11vw;
	}
	.property-related__list {
		gap: 25px;
	}
	.property-related__image {
		height: 18vw;
	}
}

@media screen and (max-width: 767px) {
	.property-detail--land .property-detail__article {
		padding-top: 40px;
	}
	.property-detail__page-header {
		padding: 40px 0 35px;
	}
	.property-detail__page-title {
		font-size: 2rem;
	}
	.property-detail__page-title span {
		font-size: .9rem;
	}
	.property-detail__title {
		padding-left: 14px;
		border-left-width: 4px;
		font-size: 1.8rem;
	}
	.property-gallery {
		margin-top: 25px;
	}
	.property-gallery__stage {
		height: 62vw;
	}
	button.property-gallery__arrow {
		width: 38px;
		height: 38px;
	}
	button.property-gallery__arrow:after {
		top: 13px;
		width: 10px;
		height: 10px;
	}
	.property-gallery__arrow--prev {
		left: 10px;
	}
	.property-gallery__arrow--prev:after {
		left: 16px;
	}
	.property-gallery__arrow--next {
		right: 10px;
	}
	.property-gallery__arrow--next:after {
		right: 16px;
	}
	.property-gallery__thumbs {
		grid-template-columns: repeat(5, 1fr);
		gap: 4px;
	}
	button.property-gallery__thumb {
		height: 14vw;
	}
	.property-detail__specs {
		margin-top: 45px;
	}
	.property-detail__spec-row {
		grid-template-columns: 105px 1fr;
		gap: 15px;
		padding: 18px 10px;
	}
	.property-detail__spec-row dt,
	.property-detail__spec-row dd,
	.property-detail__description,
	.property-detail__description p,
	.property-detail__description li {
		font-size: 1.3rem;
	}
	.property-detail__description {
		margin-top: 40px;
	}
	.property-detail__description h2,
	.property-detail__description h3 {
		font-size: 1.7rem;
	}
	.property-detail__map {
		height: 70vw;
		margin-top: 40px;
	}
	.property-related {
		margin-top: 60px;
		padding: 55px 0 60px;
	}
	.property-related__heading {
		padding-left: 14px;
		font-size: 1.8rem;
	}
	.property-related__list {
		grid-template-columns: 1fr;
		gap: 40px;
		margin-top: 35px;
	}
	.property-related__image {
		height: 56vw;
	}
	.property-detail__contact {
		padding: 50px 0;
	}
	.property-detail__contact h2 {
		font-size: 1.7rem;
	}
	.property-detail__contact a {
		width: min(300px, 90%);
	}
	.property-detail .cmn-aboutList-wrapper {
		margin-top: 60px;
	}
}
