@charset "UTF-8";

/* kv
---------------------------------------------- */
.kv__img .p-caption {
	font-size: 12px;
	color: #fff;
}

/* bg-wrap
---------------------------------------------- */
.bg-wrap {
	background-image: url(../img/pc/content_bg.jpg);
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	color: #fff;
	padding-top: 39px;
	padding-bottom: 127px;
}

/* intro
---------------------------------------------- */
.intro {
	text-align: center;
	padding-top: 0;
}

.intro__logo {
	max-width: clamp(560px, calc(480px + 10.417vw), 680px);
	margin-inline: auto;
}

.intro__logo img {
	width: 100%;
	height: auto;
}

.intro__ttlBox {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 16px;
	margin-top: -33px;
}

.intro__ttl {
	font-family: 'EB Garamond', serif;
	font-size: clamp(60px, calc(50.67px + 1.215vw), 74px);
	font-weight: 400;
	letter-spacing: 0.02em;
	line-height: 1;
}

.intro__badge {
	display: flex;
	align-items: center;
	flex-shrink: 0;
	gap: 4px;
}

.intro__badge-part {
	display: block;
	flex-shrink: 0;
	line-height: 0;
}

.intro__badge-part img {
	display: block;
	width: auto;
	height: 46px;
}

.intro__badge-part.reverse {
	transform: scaleX(-1);
}

.intro__badge-inner {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	padding-inline: 4px;
	font-family: 'EB Garamond', serif;
	font-size: 35px;
	letter-spacing: 0.12em;
	line-height: 1;
}

.intro__badge-inner .num-small {
	font-size: 30px;
}

.intro__text {
	margin-top: 40px;
	font-size: 17.85px;
	line-height: calc(38 / 17.85);
	letter-spacing: 0.025em;
}

/* room-img
---------------------------------------------- */
.room-img {
	margin-top: 104px;
}

.room-img img {
	display: block;
	width: 100%;
	height: auto;
}

/* room-slider
---------------------------------------------- */
.room-slider {
	margin-top: 143px;
}

.room-slider__inner.inner {
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
}

.roomSlider {
	position: relative;
}

.roomSlider .swiper-slide {
	aspect-ratio: 1000 / 554;
}

.roomSlider .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.roomSlider .swiper-button-prev,
.roomSlider .swiper-button-next {
	top: 50%;
	width: 43px;
	height: 43px;
	margin-top: 0;
	transform: translateY(-50%);
}

.roomSlider .swiper-button-prev {
	left: 20px;
}

.roomSlider .swiper-button-next {
	right: 20px;
	transform: translateY(-50%) scaleX(-1);
}

.roomSlider .swiper-button-prev img,
.roomSlider .swiper-button-next img {
	display: block;
	width: 100%;
	height: auto;
}

/* style
---------------------------------------------- */
.style {
	margin-top: 71px;
	text-align: center;
}

.style__ttl {
	font-size: 81px;
	font-family: 'EB Garamond', serif;
	font-weight: 400;
	line-height: 1;
}

.style__head {
	margin-top: 43px;
	font-size: 36px;
}

.style__text {
	margin-top: 40px;
	font-size: 17.85px;
	line-height: calc(38 / 17.85);
	letter-spacing: 0.025em;
}



/* floor
---------------------------------------------- */
.floor {
	margin-top: 79px;
}

.floor__inner.inner {
	max-width: 1040px;
	width: 100%;
	padding: 0 20px;
}

.floorBox {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: clamp(20px, calc(-6.67px + 3.472vw), 60px);
	position: relative;
	background-color: #f2efee;
	padding: 105px clamp(30px, calc(8.67px + 2.778vw), 62px) 104px clamp(30px, calc(-16.67px + 6.076vw), 100px) ;
}

.floorBox::after,
.floorBox::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 11px;
	background-image: url(../img/pc/floor_part.jpg);
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}

.floorBox::before {
	top: auto;
	bottom: 0;
}

.floorBox__type {
	display: flex;
	align-items: flex-end;
	gap: 0.08em;
	color: #530000;
	letter-spacing: 0.05em;
	font-family: 'EB Garamond', serif;
}

.floorBox__type-alpha {
	font-size: 93px;
	letter-spacing: 0.05em;
}

.floorBox__type-label {
	font-size: 73px;
}

.floorBox__ldk {
	color: #530000;
	line-height: 1.2;
	margin-top: 15px;
	letter-spacing: 0.1em;
	font-family: 'EB Garamond', serif;
}

.floorBox__ldk-main {
	display: block;
	font-size: 34px;
	letter-spacing: 0.05em;
}

.floorBox__ldk-sub {
	display: block;
	font-size: 24px;
	letter-spacing: 0.05em;
}

.floorBox__line {
	width: 287px;
	margin-top: 18px;
	border-top: 0.6px solid #000;
}

.floorBox__area {
	margin-top: 23px;
	color: #000;
	padding-left: 10px;
}

.floorBox__area-block+.floorBox__area-block {
	margin-top: 18px;
}

.floorBox__area-block dt {
	font-size: 19px;
	letter-spacing: 0.05em;
	line-height: 1.2;
}

.floorBox__area-block dt::before {
	content: '■';
	margin-right: 0.35em;
}

.floorBox__area-value {
	line-height: 1.2;
	font-family: 'EB Garamond', YakuHanMP_Noto, "Noto Serif JP", serif;
}

.floorBox__area-num {
	font-size: 55px;
	letter-spacing: 0.05em;
}

.floorBox__area-unit {
	font-size: 45px;
	margin-left: 5px;
}

.floorBox__area-tsubo {
	font-family: 'EB Garamond', YakuHanMP_Noto, "Noto Serif JP", serif;
	font-size: 27px;
	letter-spacing: 0.05em;
	line-height: 1;
}

.floorBox__area-detail {
	font-family: 'EB Garamond', YakuHanMP_Noto, "Noto Serif JP", serif;
	margin-top: 8px;
	font-size: 19px;
	letter-spacing: 0.05em;
}

.floorBox__area-detail+.floorBox__area-detail {
	margin-top: 8px;
}

.floorBox__area-detail .floorBox__area-unit {
	font-size: 19px;
}

.floorBox__area-tsubo-inline {
	font-size: 19px;
}

.floorBox__area-note {
	font-family: 'EB Garamond', YakuHanMP_Noto, "Noto Serif JP", serif;
	margin-top: 18px;
	font-size: 15px;
	letter-spacing: 0.05em;
}

.floorBox__img {
	max-width: clamp(384px, calc(317.33px + 8.681vw), 484px);
	width: 100%;
}

@media screen and (max-width: 768px) {

	/* kv */
	.kv__img .p-caption {
		font-size: 10px;
	}

	/* bg-wrap */
	.bg-wrap {
		padding-top: 80px;
		padding-bottom: 80px;
	}

	/* intro */
	.intro__logo {
		max-width: 280px;
	}

	.intro__ttlBox {
		gap: 10px;
		margin-top: -18px;
	}

	.intro__ttl {
		font-size: 32px;
	}

	.intro__badge-part img {
		height: 28px;
	}

	.intro__badge-inner {
		font-size: 22px;
	}

	.intro__badge-inner .num-small {
		font-size: 18px;
	}

	.intro__text {
		margin-top: 24px;
		font-size: 14px;
		line-height: calc(28 / 14);
		letter-spacing: 0.05em;
	}

	/* room-img */
	.room-img {
		margin-top: 50px;
	}

	/* room-slider */
	.room-slider {
		margin-top: 60px;
	}

	.room-slider__inner.inner {
		padding: 0 15px;
		max-width: 500px;
		margin-inline: auto;
	}


	.roomSlider .swiper-button-prev,
	.roomSlider .swiper-button-next {
		width: 30px;
		height: 30px;
	}

	.roomSlider .swiper-button-prev {
		left: 10px;
	}

	.roomSlider .swiper-button-next {
		right: 10px;
	}

	/* style */
	.style {
		margin-top: 40px;
	}

	.style__ttl {
		font-size: 42px;
	}

	.style__head {
		margin-top: 24px;
		font-size: 20px;
	}

	.style__text {
		margin-top: 24px;
		font-size: 14px;
		line-height: calc(28 / 14);
		letter-spacing: 0.05em;
	}

	/* floor */
	.floor {
		margin-top: 80px;
	}

	.floor__inner.inner {
		max-width: 500px;
		padding: 0 15px;
	}

	.floorBox.atype {
		flex-direction: column;
		margin-top: 26px;
		gap: 24px;
		padding: 50px 20px 48px;
	}

	.floorBox__spec {
		text-align: center;
	}

	.floorBox__type {
		justify-content: center;
	}

	.floorBox__contents {
		width: 100%;
	}

	.floorBox__img.atype {
		width: 100%;
	}

	.floorBox__type-alpha {
		font-size: 56px;
	}

	.floorBox__type-label {
		font-size: 40px;
	}

	.floorBox__ldk-main {
		font-size: 24px;
	}

	.floorBox__ldk-sub {
		font-size: 16px;
	}

	.floorBox__line {
		width: 100%;
		margin-top: 14px;
	}

	.floorBox__area {
		margin-top: 14px;
		padding-left: 0;
	}

	.floorBox__area-block+.floorBox__area-block {
		margin-top: 14px;
	}

	.floorBox__area-block dt {
		font-size: 14px;
	}

	.floorBox__area-num {
		font-size: 36px;
	}

	.floorBox__area-unit {
		font-size: 28px;
	}

	.floorBox__area-tsubo {
		font-size: 18px;
	}

	.floorBox__area-detail {
		font-size: 14px;
	}

	.floorBox__area-detail .floorBox__area-unit,
	.floorBox__area-tsubo-inline {
		font-size: 14px;
	}

	.floorBox__area-note {
		font-size: 11px;
		margin-top: 8px;
	}

}

/* room
---------------------------------------------- */
.room {
	margin-top: 110px;
}

.room__inner.inner {
	width: 100%;
	max-width: 1380px;
	margin-inline: auto;
	padding: 0 20px;
}

.room__list {
	list-style: none;
	margin: 0;
	padding: 0;
}

.room__item {
	display: flex;
	align-items: center;
	justify-content: flex-end;
}

.room__item+.room__item {
	margin-top: 76px;
}

.room__item.reverse {
	flex-direction: row-reverse;
}

.room__body {
	position: relative;
	z-index: 2;
	max-width: clamp(350px, calc(276.67px + 9.549vw), 460px);
	background-color: #48321b;
	padding: clamp(20px, calc(-3.33px + 3.038vw), 55px);
}

.room__item:not(.reverse) .room__body {
	margin-right: -50px;
}

.room__item.reverse .room__body {
	margin-left: -50px;
}

.room__ttl {
	font-size: 30px;
	font-weight: 400;
	letter-spacing: 0.25em;
	line-height: 1;
	color: #fff;
	font-family: 'EB Garamond', serif;
}

.room__text {
	margin-top: 28px;
	font-size: 17.5px;
	line-height: calc(38 / 17.5);
	font-feature-settings: 'palt' 1;
}

.room__img {
	position: relative;
	z-index: 1;
	flex: 1;
	max-width: 765px;
	width: 100%;
	aspect-ratio: 765 / 458;
}

.room__img img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

@media screen and (max-width: 768px) {

	/* room */
	.room {
		margin-top: 80px;
	}

	.room__inner.inner {
		padding: 0 15px;
		max-width: 500px;
	}

	.room__item,
	.room__item.reverse {
		flex-direction: column;
	}

	.room__item+.room__item {
		margin-top: 50px;
	}

	.room__body {
		max-width: none;
		width: 100%;
		padding: 30px 24px;
	}

	.room__item:not(.reverse) .room__body,
	.room__item.reverse .room__body {
		margin: 0;
	}

	.room__ttl {
		font-size: 22px;
		letter-spacing: 0.2em;
	}

	.room__text {
		margin-top: 18px;
		font-size: 14px;
		line-height: calc(28 / 14);
	}

	.room__img {
		max-width: none;
		width: 100%;
	}

}