<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">img {
	max-width: 100%;
}

.text-18-24 {
	font-size: 24px;
	font-weight: 500;
}

@media screen and (max-width: 768px) {
	.text-18-24 {
		font-size: 18px;
	}
}

.plan {
	position: relative;
	z-index: 1;
}

#bg_cerry_front {
	z-index: 0;
}

.common-mv {
	background: url(../images/plan_mv.webp) center center / cover no-repeat;
}

.common-mv .mv-text {
	margin: 0 auto;
}

.common-mv .mv-text img {
	margin: 0 auto;
}

.common-mv p {
	position: absolute;
	bottom: 10px;
	right: 10px;
	margin: 0;
	color: #fff;
	font-size: 0.625em;
}

.wrap {
	max-width: 1020px;
	margin: 35px auto 0;
	padding: 0 20px;
}

.plan .title {
	font-size: 2.25em;
	font-weight: 600;
}

.plan-list ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	row-gap: 50px;
	margin: 20px 0 0;
	padding: 0;
}

.plan-list li:last-child {
	width: 100%;
}

.plan-list li:last-child a {
	width: 100%;
	max-width: 980px;
}

.plan-list li {
	position: relative;
	width: 50%;
	list-style: none;
}

.plan-list li:nth-child(3),
.plan-list li:nth-child(4),
.plan-list li:nth-child(5),
.plan-list li:nth-child(6) {
	margin-top: 50px;
}

.plan-list li:nth-child(1):before,
.plan-list li:nth-child(2):before {
	position: absolute;
	bottom: -50px;
	left: 0;
	width: 100%;
	height: 1px;
	border-bottom: 1px solid #999;
	content: '';
}

.plan-list li a {
	display: inline-block;
	width: 100%;
	max-width: 440px;
}

.plan-list li.non-active a {
	cursor: default;
}

.plan-list li.non-active a:hover {
	opacity: 1;
}

.plan-list li:nth-child(2n) {
	text-align: right;
}

.text {
	margin-top: 48px;
	font-size: 0.625em;
	font-weight: 500;
	text-align: right;
}

.plan .buttons,
.detail .buttons {
	margin: 100px 0 50px;
}

@media screen and (max-width: 1000px) {
	.plan .buttons {
		margin: 50px 0;
	}
}

@media screen and (max-width: 768px) {
	h2 {
		padding: 0;
	}

	.common-mv {
		background: url(../images/plan_mv.webp) center center / cover;
	}

	.common-mv .mv-text img {
		height: 300px;
	}

	.wrap {
		margin: 28px auto 0;
	}

	.title {
		font-size: 1.4375em;
	}

	.plan-list ul {
		display: block;
		margin: -20px auto 0;
		row-gap: 30px;
	}

	.plan-list ul li,
	.plan-list ul li:nth-child(2n) {
		width: 100%;
		text-align: center;
	}

	.plan-list li:nth-child(2):before {
		position: absolute;
		left: 0;
		width: 100%;
		height: 1px;
		border-bottom: 1px solid #999;
		content: '';
	}

	.plan-list li:nth-child(2):before,
	.plan-list li:nth-child(4):before {
		bottom: -30px;
	}

	.plan-list li:nth-child(1):before,
	.plan-list li:nth-child(3):before {
		content: none;
	}

	.plan-list li + li {
		margin: 30px auto 0;
	}

	.plan-list li:nth-child(3),
	.plan-list li:nth-child(5) {
		margin-top: 60px;
	}

	.plan-list li:nth-child(4),
	.plan-list li:nth-child(6) {
		margin-top: 30px;
	}

	.plan-list li:last-child a {
		max-width: 500px;
	}

	.plan-list ul li a {
		max-width: 500px;
		margin: 0 auto;
	}
}

.detail {
	display: flex;
	justify-content: space-between;
	align-items: center;
	column-gap: 50px;
	margin: 50px 0 0;
}

.detail .detail-text {
	flex: 0 0 465px;
	/* width: 47.448979591836749%; */
}

.detail .detail-text .detail-title {
	margin: 0;
	font-size: 2em;
	font-weight: 600;
}

.detail .detail-text ul {
	margin: 26px 0 0;
	padding: 0;
	list-style: none;
}

.detail .detail-text ul li {
	padding: 0 0 0 1em;
	text-indent: -1em;
	line-height: 1.9;
}

.detail .detail-text ul li + li {
	margin: 5px 0 0;
}

.detail .detail-text ul li:before {
	display: inline-block;
	position: relative;
	top: 1px;
	width: 14px;
	height: 14px;
	border-radius: 100%;
	background: #000;
	content: '';
}

.floorplan {
	margin: 40px 0 0;
}

.floorplan img {
	margin: 0 auto;
}

.floorplan.a-type img {
	max-width: 503px;
}

.floorplan.b-type img {
	max-width: 509px;
}

.floorplan.c-type img {
	max-width: 564px;
}

.floorplan.d-type img {
	max-width: 534px;
}

.floorplan.e-type img {
	max-width: 563px;
}

.floorplan.f-type img {
	max-width: 595px;
}

.floorplan.g-type img {
	max-width: 588px;
}

.floorplan.h-type img {
	max-width: 595px;
}

.floorplan.i-type img {
	max-width: 975px;
}

figure.caption {
	margin: 30px 0 0;
}

figure.caption img {
	width: 100%;
}

.images {
	display: flex;
	justify-content: space-between;
	margin-top: 62px;
	column-gap: 22px;
}

.images .image {
	width: 100%;
	max-width: 478px;
}

.images .image .caption {
	margin: 0;
	text-align: right;
	font-size: 0.75em;
}

.plan-buttons {
	display: flex;
	justify-content: center;
	margin: 60px 0 0;
}

.plan-buttons a {
	display: inline-block;
	min-width: 220px;
	margin: 0 36px;
	color: #fff;
	background: #404040;
	font-size: 1em;
	line-height: 54px;
	text-align: center;
}

.plan-buttons a:hover {
	text-decoration: none;
}

.plan-annotation-area {
	margin: 48px 0 0;
}

.plan-annotation-area p {
	margin: 0;
	font-size: 0.625em;
}

@media screen and (max-width: 768px) {
	.detail {
		display: block;
	}

	.detail .detail-text {
		margin: 35px 0 0;
		padding: 0 5px;
	}

	.detail .detail-text .detail-title {
		font-size: 1.4375em;
	}

	.detail .detail-text ul {
		margin: 10px 0 0;
	}

	.detail .detail-text ul li {
		font-size: 0.8125em;
	}

	.detail .detail-text ul li + li {
		margin: 5px 0 0;
	}

	.detail .detail-text ul li:before {
		top: 2px;
		width: 12px;
		height: 12px;
	}

	.floorplan {
		margin: 20px 0 0;
	}

	.floorplan.a-type img,
	.floorplan.b-type img,
	.floorplan.c-type img,
	.floorplan.d-type img,
	.floorplan.e-type img,
	.floorplan.f-type img,
	.floorplan.g-type img,
	.floorplan.h-type img,
	.floorplan.i-type img {
		max-width: 100%;
	}

	.images {
		flex-wrap: wrap;
		row-gap: 10px;
	}

	.images .image {
		max-width: 320px;
		margin: 0 auto;
	}

	.images .image .caption {
		font-size: 0.625em;
	}

	.plan-buttons {
		display: block;
		text-align: center;
	}

	.plan-buttons a {
		font-size: 0.875em;
	}

	.plan-buttons a + a {
		margin: 20px 0 0;
	}
}

@media print {
	header,
	footer,
	#footerBottom,
	#map_print,
	#btn-pagetop {
		display: none !important;
	}
}

.badge-4ldk {
	position: relative;
}

.badge-4ldk::after {
	position: absolute;
	width: 90px;
	height: 90px;
	content: '';
	background-image: url(../images/badge-4ldk.svg);
	background-repeat: no-repeat;
}

.badge-aging-free {
	position: relative;
}

.badge-aging-free::after {
	position: absolute;
	width: 90px;
	height: 90px;
	content: '';
	background-image: url(../images/badge-aging-free.svg);
	background-repeat: no-repeat;
}

a[href='type-h/'].badge-aging-free::after {
	top: -30px;
	left: -30px;
}

a[href='type-g/'].badge-4ldk::after,
a[href='type-g1/'].badge-4ldk::after {
	top: -30px;
	left: -30px;
}

a[href='type-i/'].badge-4ldk::after {
	top: -30px;
	right: -30px;
}

@media screen and (max-width: 768px) {
	.badge-4ldk::after {
		width: 60px;
		height: 60px;
	}

	a[href='type-g/'].badge-4ldk::after {
		top: -20px;
		left: -20px;
	}

	a[href='type-i/'].badge-4ldk::after {
		top: -20px;
		right: -20px;
	}
}

.button-4ldk,
.button-3ldk {
	max-width: 500px;
	margin: 0 auto;
	width: 100%;
	padding: 32px 0;
	transition: filter 300ms;
	display: block;
}

.button-4ldk:hover,
.button-3ldk:hover {
	filter: brightness(1.2) drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
	opacity: unset;
}
</pre></body></html>