<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";



/*  l-detail
--------------------------------------------------*/
.l-detail {
	position: relative;
	padding-block: 24.0rem 20.0rem;
	background: #222020;
}
.detail-inner {
	padding-block: 12.0rem;
	background: linear-gradient(141.58deg, #F3F0F0 0.24%, #FFFFFF 70.6%, #F0EBDF 100%);
}
.detail-direction {
	position: absolute;
	left: 0;
	top: 0;
	width: 12.0rem;
	height: 12.0rem;
	font-size: 2.4rem;
	line-height: 1;
	color: var(--white);
	background: #943535;
	padding-bottom: .1em;
}
.detail-contents {
	width: min(90%,1320px);
	margin-inline: auto;
}
.detail-box {
	width: calc(480 / 1320 * 100%);
	padding-top: 10.0rem;
}
.detail-type {
	font-size: 3.6rem;
	line-height: 1;
	letter-spacing: 0;
	color: #B49B5E;
	margin-bottom: 4.0rem;
	padding-bottom: 4.0rem;
	border-bottom: 1px solid rgba(180, 155, 94, 0.3);
}
.detail-type em {
	font-size: 14.0rem;
	line-height: 1;
    vertical-align: -.1em;
    padding-right: 0.05em;
}
.detail-spec {
	margin-bottom: 7.5rem;
}
.detail-spec__ldk {
	font-size: 2.8rem;
	line-height: 1;
	letter-spacing: -0.06em;
	margin-bottom: 4.0rem;
}
.detail-spec__ldk span {
	font-size: 1.714285714285714em;
	letter-spacing: -0.02em;
}
.detail-spec__ldk em {
	font-size: 1.5em;
}
.detail-spec__area {
	position: relative;
	margin-bottom: 2.0rem;
}
.detail-spec__area__item {
	width: 100%;
	align-items: baseline;
}
.detail-spec__area__item__heading {
	position: relative;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: .05em;
	padding-right: 1.2em;
	margin-right: .7em;
}
.detail-spec__area__item__heading i {
	position: absolute;
	right: 0;
	top: 50%;
    transform: translateY(-50%);
}
.detail-spec__area__item__desc {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: .05em;
}
.detail-spec__area__item__desc em {
	font-size: 3em;
}
.detail-spec__area__item__desc i {
	font-size: 2em;
}
.detail-spec__area__item__desc b {
	font-size: 1.5em;
	font-weight: 400;
	font-family: YakuHanMP, 'Noto Serif JP', YuMincho, 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
}
.detail-spec__area__item__desc small {
	font-size: 0.6875em;
}
.detail-spec__list {
	position: relative;
	display: inline-block;
}
.detail-spec__list__item {
	width: 100%;
	align-items: baseline;
}
.detail-spec__list__item + .detail-spec__list__item {
	margin-top: 2.0rem;
}
.detail-spec__list__item__heading {
	position: relative;
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: .05em;
    margin-right: .7em;
    padding-right: 1.2em;
    /*flex: 1 auto;*/
}
.detail-spec__list__item__heading i {
	position: absolute;
	right: 0;
	top: 50%;
    transform: translateY(-50%);
}
.detail-spec__list__item__desc {
	font-size: 1.6rem;
	line-height: 1;
	letter-spacing: .05em;
}
.detail-spec__list__item__desc b {
	font-size: 1em;
	font-weight: 400;
	font-family: YakuHanMP, 'Noto Serif JP', YuMincho, 'Hiragino Mincho ProN', 'Yu Mincho', 'MS PMincho', serif;
}
.detail-spec__list__item__desc small {
	font-size: 0.6875em;
}
.detail-point {
	margin-bottom: 6.5rem;
}
.detail-point__heading {
	font-size: 2.6rem;
	line-height: 1;
	letter-spacing: .05em;
	color: #B49B5E;
	margin-bottom: 1.5rem;
}
.detail-point__list {
	width: 100%;
}
.detail-point__list__item {
	position: relative;
	display: inline-block;
	font-size: 1.8rem;
	line-height: 1.86;
	letter-spacing: .05em;
	color: #B49B5E;
	padding: .5rem 2.5rem;
	background: var(--white);
	border: 1px solid #B49B5E;
}
.detail-point__list__item + .detail-point__list__item {
	margin-top: 1.0rem;
}
.detail-point__list__item small {
	letter-spacing: 0;
}
/*.detail-point__list__item::before {
	content: '';
	position: absolute;
	left: 0;
	top: .65em;
	width: 1.2rem;
	height: 1.2rem;
	background: linear-gradient(135deg, #F0EBDF 0%, #B49B5E 100%);
}*/
.detail-note {
	font-size: min(1.0rem,11px);
	line-height: 1.82;
	letter-spacing: 0;
	text-indent: -1em;
	margin-left: 1em;
}
.detail-floor {
	width: calc(740 / 1320 * 100%);
	padding-block: 7.0rem;
	padding-inline: 3.0rem;
	background: var(--white);
}
.detail-floor__madori {
	--maxwidth: 0;
	max-width: var(--maxwidth);
	width: 100%;
	margin-inline: auto;
}
.detail-floor__legend {
	position: relative;
	width: 100%;
	font-size: 0;
	text-align: center;
	margin-top: 3.0rem;
}
.detail-floor__legend__mark {
	font-size: max(1.1rem,10px);
	letter-spacing: .05em;
}
.detail-floor__legend__mark span{
	display: inline-block;
	letter-spacing: .1em;
	margin: .6rem .8rem;
}
.detail-floor__legend__mark i{
	display: inline-block;
	margin-right: .8rem;
	vertical-align: -.1em;
	width: max(2.6rem,24px);
}
.detail-floor__legend__mark img{
	vertical-align: -.08em;
}
.detail-btn {
	width: 100%;
	margin-top: 8.0rem;
}
.detail-btn__item {
	position: relative;
	width: 320px;
	height: 60px;
	font-size: 18px;
	line-height: 1;
	letter-spacing: .05em;
	color: var(--white);
	background: #B49B5E;
	margin-inline: auto;
	padding-left: 30px;
    padding-bottom: .2em;
}
.detail-btn__item::before {
	content: '';
	position: absolute;
	left: 60px;
	top: 50%;
	transform: translateY(-50%);
	width: 15px;
	height: 15px;
	background: url('../imgs/icon_plan.svg') no-repeat center center/cover;
}
@media screen and (max-width: 768px){
	.l-detail {
		padding-block: 12.0rem 10.0rem;
	}
	.detail-inner {
		padding-block: 8.0rem 6.0rem;
	}
	.detail-direction {
		width: 100%;
		height: 4.0rem;
		font-size: 1.6rem;
	}
	.detail-contents {
		width: calc(260 / 320 * 100%);
		margin-bottom: 3.0rem;
	}
	.detail-box {
		width: 100%;
		padding-top: 0;
		margin-bottom: 4.0rem;
	}
	.detail-type {
		font-size: 2.3rem;
		margin-bottom: 2.0rem;
		padding-bottom: 2.0rem;
	}
	.detail-type em {
		font-size: 9.0rem;
	}
	.detail-spec {
		/*margin-bottom: 4.0rem;*/
		margin-bottom: 0;
	}
	.detail-spec__ldk {
		font-size: 1.8rem;
		margin-bottom: 2.0rem;
	}
	.detail-spec__area {
		margin-bottom: 1.0rem;
	}
	.detail-spec__area__item__heading {
		font-size: 1.1rem;
		padding-right: 1.2em;
		margin-right: .7em;
	}
	.detail-spec__area__item__desc {
		font-size: 1.1rem;
	}
	.detail-spec__area__item__desc small {
	    font-size: 0.909090909090909em;
	}
	.detail-spec__list__item + .detail-spec__list__item {
		margin-top: 1.0rem;
	}
	.detail-spec__list__item__heading {
		font-size: 1.1rem;
	    margin-right: .7em;
	    padding-right: 1.2em;
	}
	.detail-spec__list__item__desc {
		font-size: 1.1rem;
	}
	.detail-spec__list__item__desc small {
    	font-size: 0.909090909090909em
	}
	.detail-point {
		margin-bottom: 0;
	}
	.detail-point__heading {
		font-size: 2.2rem;
		margin-bottom: 1.5rem;
	}
	.detail-point__list {
		margin-top: 3.0rem;
	}
	.detail-point__list__item {
		font-size: 1.4rem;
        line-height: 1.5;
        padding: .6rem 2.0rem .7rem;
	}
	.detail-point__list__item + .detail-point__list__item {
		margin-top: .5rem;
	}
	/*.detail-point__list__item::before {
		top: .55em;
		width: 1.0rem;
		height: 1.0rem;
	}*/
	.detail-note {
		font-size: 1.0rem;
	}
	.detail-box .detail-note {
		display: none;
	}
	.detail-floor {
		width: 100%;
		padding-block: 4.0rem;
		padding-inline: 0;
	}
	.detail-floor__madori {
		width: 90%;
	}
	.detail-floor__legend {
		margin-top: 2.0rem;
	}
	.detail-floor__legend__mark {
		font-size: 1.0rem;
		line-height: 1.5;
		letter-spacing: .03em;
	}
	.detail-floor__legend__mark + .detail-floor__legend__mark {
		margin-top: .5rem;
	}
	.detail-floor__legend__mark span{
		letter-spacing: .03em;
		margin: 0 .8rem 0 0;
	}
	.detail-floor__legend__mark i{
		margin-right: .5rem;
		width: 2.2rem;
	}
	.detail-floor__legend__mark img{
		vertical-align: -.03em;
	}
	.detail-btn {
		margin-top: 3.0rem;
	}
	.detail-btn__item {
		width: 260px;
		height: 50px;
		font-size: 16px;
	}
	.detail-btn__item::before {
		left: 45px;
		top: 48%;
		width: 12px;
		height: 12px;
	}
}

</pre></body></html>