<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.sub-page {
	overflow: hidden;
}
.sub-page .inner {
	width: min(90%, 1640px);
	margin-left: auto;
	margin-right: auto;
}
.mv,.lead,figure {
	position: relative;
}
figcaption {
	position: absolute;
	bottom: 0;
	right: 0;
	font-size: 10px;
	color: #fff;
	background: rgba(0, 0, 0, .6);
	padding: 3px 5px;
}
.flex {
	display: flex;
	flex-wrap: wrap;
}
.ai-st {
	align-items: stretch;
}
.ai-c {
	align-items: center;
}
.jc-sb {
	justify-content: space-between;
}
.jc-c {
	justify-content: center;
}
.blur {
	filter: blur(5px);
}

.page_title {
	position: relative
}

.page_title img {
	width: 100%;
	min-height: 400px;
	max-height: 430px;
	-o-object-fit: cover;
	object-fit: cover;
	-o-object-position: 25%;
	object-position: 25%
}

.page_title_text {
	position: absolute;
	display: flex;
	flex-direction: column;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	text-align: center
}

.page_title .comment {
	position: absolute;
	bottom: 4px;
	right: 4px;
	font-size: 10px;
	line-height: 1;
	font-weight: 600;
	color: #fff
}

.page_title_en {
	display: block;
	font-size: 32px;
	letter-spacing: 4px;
	color: #fff
}

.page_title_ja {
	display: block;
	font-size: 20px;
	color: #fff
}

.content .limited {
	padding: 60px 0;
	background-image: url(../images/plan/plan_info_bg.webp);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: top
}

.limited__annotation {
	max-width: 900px;
	margin: 40px auto 0;
	padding: 32px 24px;
	text-align: center;
	box-shadow: 4px 4px 4px #eee;
	background: linear-gradient(-45deg, rgba(167, 132, 50, 0.2) 0%, rgba(255, 255, 255, 0.2) 51.23%, rgba(155, 117, 28, 0.2) 100%)
}

.limited__annotation--description {
	font-size: 16px;
	margin-bottom: 20px;
	text-align: left
}

@media(min-width: 768px) {
	.page_title_en {
		font-size: 64px
	}

	.page_title_text {
		gap: 28px
	}

	.page_title_en {
		font-size: 64px
	}

	.content .limited {
		padding: 88px 24px
	}

	.limited__annotation {
		margin-top: 80px;
		padding: 40px 40px 48px
	}

	.limited__annotation--description {
		text-align: center
	}
}

section.flow .upper .obi {
	padding-top: .6em;
	padding-bottom: .6em;
	color: #fff;
	font-size: 7.1794871795vw;
	text-align: center;
	font-weight: 500;
	letter-spacing: .1em
}

@media only screen and (min-width: 599px) {
	section.flow .upper .obi {
		font-size: 2.5rem
	}
}

section.flow .upper .desc {
	margin-top: 1em;
	color: #fff
}

@media only screen and (min-width: 599px) {
	section.flow .upper .desc {
		text-align: center
	}
}

section.flow .upper .button-block {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 1em;
	margin-top: 3em
}

@media only screen and (min-width: 599px) {
	section.flow .upper .button-block {
		flex-direction: row;
		justify-content: center;
		gap: 2em
	}
}

section.flow .upper .button-block .buttons {
	display: flex;
	justify-content: center;
	width: 100%
}

@media only screen and (min-width: 599px) {
	section.flow .upper .button-block .buttons {
		width: 320px;
		background: #fff
	}
}

section.flow .upper .button-block .buttons .button-gold {
	padding: .5em;
	margin-top: 0
}

@media only screen and (min-width: 599px) {
	section.flow .upper .button-block .buttons .button-gold {
		font-size: 2.6666666667vw
	}
}

@media only screen and (min-width: 750px) {
	section.flow .upper .button-block .buttons .button-gold {
		font-size: 1.25rem
	}
}

section.flow .flow-screen {
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2000;
	visibility: hidden;
	opacity: 0;
	transition: all .2s
}

section.flow .flow-screen.show {
	visibility: visible;
	opacity: 1
}

section.flow .flow-block {
	width: min(100%, 1280px);
	height: 100dvh;
	padding-top: 2em;
	padding-bottom: 2em;
	overflow-y: auto;
	margin: auto;
	background: #fdfcfa;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 2001;
	visibility: hidden;
	opacity: 0;
	transform: translateY(20px);
	transition: all .5s
}

@media only screen and (min-width: 599px) {
	section.flow .flow-block {
		height: -moz-fit-content;
		height: fit-content;
		padding-top: 0;
		padding-bottom: 0;
		right: 0;
		bottom: 0
	}
}

section.flow .flow-block.show {
	visibility: visible;
	opacity: 1;
	transform: translateY(0)
}

section.flow .flow-block .close-button {
	width: 40px;
	height: 40px;
	padding: 0;
	border: 1px solid #777;
	background: #fff;
	position: absolute;
	right: 10px;
	top: 10px
}

section.flow .flow-block .close-button::before,
section.flow .flow-block .close-button::after {
	content: "";
	display: block;
	width: 60%;
	height: 1px;
	background: #777;
	margin: auto;
	position: absolute;
	inset: 0;
	transform: rotate(45deg)
}

section.flow .flow-block .close-button::after {
	transform: rotate(-45deg)
}

section.flow .flow-block .flow-title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1em;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	background: #53585a;
	color: #fff;
	font-size: 5.1282051282vw;
	font-weight: 400
}

@media only screen and (min-width: 599px) {
	section.flow .flow-block .flow-title {
		font-size: 1.5rem;
		cursor: pointer
	}
}

section.flow .flow-block .flow-title .icon-open {
	display: block;
	width: 28px;
	height: 28px;
	background: #fff;
	position: relative
}

@media only screen and (min-width: 599px) {
	section.flow .flow-block .flow-title .icon-open {
		width: 32px;
		height: 32px
	}
}

section.flow .flow-block .flow-title .icon-open::before,
section.flow .flow-block .flow-title .icon-open::after {
	content: "";
	display: block;
	width: 60%;
	height: 2px;
	margin: auto;
	background: #53585a;
	position: absolute;
	inset: 0
}

section.flow .flow-block .flow-area {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: .2em;
	padding-top: 2em;
	padding-bottom: 2em;
	transition: opacity .2s
}

@media only screen and (min-width: 599px) {
	section.flow .flow-block .flow-area {
		flex-direction: row;
		justify-content: center;
		align-items: stretch;
		gap: 1em;
		padding-top: 4em;
		padding-bottom: 4em
	}
}

section.flow .flow-block .flow-area.closed {
	opacity: 0
}

section.flow .flow-block .flow-area .box {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 0;
	width: 100%;
	padding: .8em .5em 1em;
	border: 1px solid #53585a;
	background: #fff;
	text-align: center
}

@media only screen and (min-width: 599px) {
	section.flow .flow-block .flow-area .box {
		gap: 1em;
		padding: 1.2em .5em 1.5em
	}
}

section.flow .flow-block .flow-area .box .step-en {
	font-size: 4.6153846154vw;
	font-family: "Times New Roman", serif;
	font-weight: 500
}

@media only screen and (min-width: 599px) {
	section.flow .flow-block .flow-area .box .step-en {
		font-size: 1.8320610687vw
	}
}

@media only screen and (min-width: 1310px) {
	section.flow .flow-block .flow-area .box .step-en {
		font-size: 1.5rem
	}
}

section.flow .flow-block .flow-area .box h4 {
	line-height: 1.2;
	font-size: 4.6153846154vw;
	font-weight: 500;
	color: #a78432
}

@media only screen and (min-width: 599px) {
	section.flow .flow-block .flow-area .box h4 {
		font-size: 1.5267175573vw
	}
}

@media only screen and (min-width: 1310px) {
	section.flow .flow-block .flow-area .box h4 {
		font-size: 1.25rem
	}
}

section.flow .flow-block .flow-area .box .desc {
	padding-top: 1em;
	font-size: 3.3333333333vw;
	letter-spacing: normal
}

@media only screen and (min-width: 599px) {
	section.flow .flow-block .flow-area .box .desc {
		padding: 0;
		font-size: .9923664122vw
	}
}

@media only screen and (min-width: 1310px) {
	section.flow .flow-block .flow-area .box .desc {
		font-size: .8125rem
	}
}

section.flow .flow-block .flow-area .box .buttons {
	width: 90%;
	margin-top: .5em
}

@media only screen and (min-width: 599px) {
	section.flow .flow-block .flow-area .box .buttons {
		margin-top: 0
	}
}

section.flow .flow-block .flow-area .box .buttons .button-gold {
	padding: .3em
}

@media only screen and (min-width: 599px) {
	section.flow .flow-block .flow-area .box .buttons .button-gold {
		font-size: 1.5267175573vw
	}
}

@media only screen and (min-width: 1310px) {
	section.flow .flow-block .flow-area .box .buttons .button-gold {
		font-size: 1.25rem
	}
}

section.flow .flow-block .flow-area .arrow {
	display: block
}

@media only screen and (min-width: 599px) {
	section.flow .flow-block .flow-area .arrow {
		display: flex;
		align-items: center
	}
}

section.flow .flow-block .flow-area .arrow::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	color: #333;
	line-height: 1;
	width: 1em;
	height: 1em;
	border: .1em solid currentColor;
	border-left: 0;
	border-bottom: 0;
	box-sizing: border-box;
	transform: translateY(-30%) rotate(135deg)
}

@media only screen and (min-width: 599px) {
	section.flow .flow-block .flow-area .arrow::before {
		transform: translateX(-25%) rotate(45deg)
	}
}

.limited__title {
	text-align: center;
	font-size: clamp(20px, 1.979166666vw, 38px);
	font-family: "YakuhanMP", "Shippori Mincho", serif;
	font-weight: 500;
	line-height: 1.65;
	letter-spacing: .1em;
	margin-bottom: 40px;
}
.limited__wrap{
	position: relative;
}
.limited__wrap:before{
	content: '';
	display: block;
	width: 370px;
	margin: 0 20px;
	order: 1;
}
.limited__wrap:after{
	content: '';
	display: block;
	width: 370px;
	margin: 0 20px;
}

.content .limited__info {
	width: 370px;
	margin: 40px 20px 0;
	padding-bottom: 20px;
	border: solid 1px;
	border-image: linear-gradient(135deg, rgba(104, 174, 40, 1) 0%, rgba(0, 128, 189, 1) 56.67%, rgba(0, 83, 125, 1) 100%);
	border-image-slice: 1;
	background-color: rgba(255, 255, 255, .6);
	text-align: center;
}
.content .limited__info a {
	display: block;
}

.content .limited__info--wrap {
	display: flex;
	align-items: center;
}

.content .limited__info--type {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 48.648648648%;
	font-size: clamp(22px, 1.25vw, 24px);
	font-family: "YakuhanMP", "Shippori Mincho", serif;
	position: relative;
	padding: 1.75%;
}
.content .limited__info--type:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background : linear-gradient(135deg, rgba(105, 172, 41, 1) 0%, rgba(0, 129, 185, 1) 68.32%, rgba(0, 83, 125, 1) 100%);
	opacity : 0.1;
}
.content .limited__info--type span {
	font-size: clamp(38px , 2.1875vw,42px);
	padding-bottom: 10px
}

.content .limited__info--floor {
	width: 51.351351351%;
	padding: 0 20px;
}

.content .limited__info--floor--kind {
	text-align: center;
	border-bottom: 1px solid #aaa;
	font-size: clamp(22px, 1.25vw, 24px);
	font-family: "YakuhanMP", "Shippori Mincho", serif;
	font-weight: 400;
	letter-spacing: 0;
	line-height: 1.2;
	padding-bottom: 5px;
}
.content .limited__info--floor--kind span {
	font-size: clamp(11px, .625vw, 12px);
	vertical-align: 5px;
}
.content .limited__info--floor--closet {
	text-align: center
}
.content .limited__info--area {
	text-align: center;
	font-size: clamp(14px, .833333333vw, 16px);
	font-family: "YakuhanJP", "Noto sans JP", serif;
	font-weight: 400;
	margin-bottom: 5px;
}
.content .limited__info--area--int {
	display: inline-block;
	font-size: clamp(28px, 1.666666666vw, 32px);
	font-weight: 300;
	font-family: "Oswald", serif;
	letter-spacing: 0;
}
.content .limited__info--area--decimal {
	font-size: clamp(18px, 1.041666666vw, 20px);
}
.content .limited__info--area--decimal small {
	font-size: clamp(12px, .729166666vw, 14px);
}

.content .limited__info--link {
	display: inline-block;
	width: calc(100% - 40px);
	padding: 7px 0;
	color: #fff;
	font-size: clamp(13px, .78125vw, 15px);
	font-family: "YakuhanJP", "Noto sans JP", serif;
	font-weight: 500;
	position: relative;
	border-radius: 5px;
	z-index: 2;
}
.content .limited__info--link:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background :linear-gradient(-45deg, rgba(105, 172, 41, 1) 0%, rgba(0, 129, 185, 1) 68.32%, rgba(0, 83, 125, 1) 100%);
	opacity: .9;
	border-radius: 5px;
	z-index: -1;
}
.content .limited__info--link:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background :linear-gradient(135deg, rgba(105, 172, 41, 1) 0%, rgba(0, 129, 185, 1) 68.32%, rgba(0, 83, 125, 1) 100%);
	opacity: 1;
	transition: .3s;
	border-radius: 5px;
	z-index: -1;
}
.content .limited__info a:hover .limited__info--link:after {
	opacity: 0;
}

@media(max-width: 599px) {
	.limited-plan {
		padding: 80px 0;
	}
	.limited__title {
		margin-bottom: 20px;
	}

	.content .limited__info {
		width: 100%;
		margin: 10px 0;
		padding-bottom: 20px;
	}

	.content .limited__info--link {
		width: calc(100% - 40px);
		padding: 7px 0;
		border-radius: 3px;
	}
	.content .limited__info--link:before {
		border-radius: 3px;
	}
	.content .limited__info--link:after {
		border-radius: 3px;
	}
}</pre></body></html>