@charset "UTF-8";

/* ----------------------------------------------------
	article
---------------------------------------------------- */
.article {
	padding: 100px 0;
}

.article__title {
	margin-bottom: 100px;
	line-height: 1;
	font-family: var(--title);
	font-size: 52px;
	font-weight: 600;
	text-align: center;
}

.article__title .small {
	margin-bottom: 30px;
	font-size: 30px;
	display: block;
}

.article__title .jp {
	margin-top: 30px;
	font-family: var(--mincho);
	font-size: 30px;
	font-weight: 500;
	display: block;
}

@media screen and (max-width: 1200px) {
	.article {
		padding: 8.333vw 0;
	}

	.article__title {
		margin-bottom: 8.333vw;
		font-size: 4.333vw;
	}

	.article__title .small {
		margin-bottom: 2.5vw;
		font-size: 2.5vw;
	}

	.article__title .jp {
		margin-top: 2.5vw;
		font-size: 2.5vw;
	}
}

@media screen and (max-width: 768px) {
	.article {
		padding: 13.333vw 0;
	}

	.article__title {
		margin-bottom: 9.6vw;
		line-height: 1.25;
		font-size: 8vw;
	}

	.article__title .small {
		margin-bottom: 3.2vw;
		font-size: 4.533vw;
	}

	.article__title .jp {
		margin-top: 3.2vw;
		font-size: 4.267vw;
	}
}

/* ----------------------------------------------------
	view
---------------------------------------------------- */
.view {
	padding-bottom: 0;
}

/*
	lead
------------------------------ */
.view__lead {
	background: rgb(var(--gry));
}

.view__lead--content {
	margin: 0 auto;
	padding: 150px 0;
	width: 900px;
	line-height: 1.5;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.view__lead--detail {
	padding-right: 2em;
	width: calc(100% - 430px)
}

.view__lead--title {
	margin-bottom: 30px;
	color: rgb(var(--brn));
	font-family: var(--mincho);
	font-size: 34px;
	font-weight: 500;
}

.view__lead--title small {
	font-size: 0.75em;
	display: block;
}

.view__lead--text {
	line-height: 1.8;
	font-size: 20px;
	font-weight: 300;
}

.view__lead--image {
	width: 430px;
}

.view__lead--imageEn {
	width: 210px;
	position: absolute;
	right: 20px;
	bottom: 160px;
}

@media screen and (max-width: 1200px) {
	.view__lead--content {
		padding: 12.5vw 0;
		width: 75vw;
	}

	.view__lead--detail {
		width: calc(100% - 35.833vw)
	}

	.view__lead--title {
		margin-bottom: 2.5vw;
		font-size: 2.833vw;
	}

	.view__lead--text {
		font-size: 1.667vw;
	}

	.view__lead--image {
		width: 35.833vw;
	}

	.view__lead--imageEn {
		width: 17.5vw;
		right: 1.667vw;
		bottom: 13.333vw;
	}
}

@media screen and (max-width: 768px) {
	.view__lead--content {
		padding: 13.333vw 0;
		width: 100%;
		flex-direction: column-reverse;
	}

	.eng .view__lead--content {
		padding: 13.333vw 0 96vw;
	}

	.view__lead--detail {
		padding: 0 7.2vw;
		width: 100%;
	}

	.view__lead--title {
		margin-bottom: 6.4vw;
		font-size: 6.667vw;
	}

	.view__lead--text {
		font-size: 4vw;
	}

	.view__lead--image {
		margin-bottom: 6.4vw;
		width: 75vw;
	}

	.view__lead--imageEn {
		width: 50vw;
		right: auto;
		bottom: 13.333vw;
		left: 50%;
		transform: translate(-50%, 0);
	}
}

/*
	content
------------------------------ */
.view__content {
	background: rgb(var(--blk));
	color: rgb(var(--wht));
	padding: 150px 0;
}

.view__content--detail {
	margin: 0 auto;
	width: 1150px;
	display: flex;
	position: relative;
}

.view__content--inner .title {
	margin-bottom: 20px;
	line-height: 1;
	font-family: var(--mincho);
	font-size: 30px;
	font-weight: 500;
	display: flex;
	align-items: center;
	position: relative;
}

.view__content--inner .title::before {
	background: rgb(var(--wht));
	width: 100%;
	height: 1px;
	content: "";
}

.view__content--inner .title__inner {
	background: rgb(var(--blk));
	white-space: nowrap;
	display: inline-block;
	position: relative;
	z-index: 2;
}

.view__content--inner .text {
	font-size: 18px;
	font-weight: 300;
}

/* type1 */
.view__content--detail.type1 {
	margin-bottom: 78px;
	padding: 78px 0;
	height: 600px;
	justify-content: flex-end;
}

.type1 .view__content--inner {
	width: 480px;
}

.view__content--detail.type1 .photo {
	position: absolute;
}

.view__content--detail.type1 .photo01 {
	width: 485px;
	top: 0;
	left: 122px;
}

.view__content--detail.type1 .photo02 {
	width: 312px;
	right: 260px;
	bottom: 0;
}

.type1 .view__content--inner .title {
	flex-direction: row-reverse;
}

.type1 .view__content--inner .title__inner {
	padding-right: 30px;
}

/* type2 */
.view__content--detail.type2 {
	justify-content: flex-start;
}

.type2 .view__content--inner .title {
	width: 450px;
	flex-direction: row;
}

.type2 .view__content--inner .title__inner {
	padding-left: 30px;
}

.type2 .view__content--inner .text {
	padding-left: 220px;
}

/* photo */
.view__photo {
	margin-bottom: 40px;
	font-family: var(--mincho);
	font-size: 30px;
	font-weight: 500;
	text-align: center;
}

.view__photoSlide {
	overflow: hidden;
}

.view__photoSlide--inner {
	width: 280%;
	display: flex;
	animation: scroll 24s linear infinite;
	will-change: transform;
}

.view__photoSlide--item {
	margin-right: 0.5%;
	width: 27.5%;
}

@keyframes scroll {
	0% {
		transform: translateX(0%);
	}

	100% {
		transform: translateX(-50%);
	}
}

@media screen and (max-width: 1200px) {
	.view__content {
		padding: 12.5vw 0;
	}

	.view__content--detail {
		width: 95.833vw;
	}

	.view__content--inner .title {
		margin-bottom: 1.667vw;
		font-size: 2.5vw;
	}

	.view__content--inner .text {
		font-size: 1.5vw;
	}

	/* type1 */
	.view__content--detail.type1 {
		margin-bottom: 6.5vw;
		padding: 6.5vw 0;
		height: 50vw;
	}

	.type1 .view__content--inner {
		width: 40vw;
	}

	.view__content--detail.type1 .photo01 {
		width: 40.417vw;
		left: 10.167vw;
	}

	.view__content--detail.type1 .photo02 {
		width: 26vw;
		right: 21.667vw;
	}

	.type1 .view__content--inner .title__inner {
		padding-right: 2.5vw;
	}

	/* type2 */
	.type2 .view__content--inner .title {
		width: 37.5vw;
	}

	.type2 .view__content--inner .title__inner {
		padding-left: 2.5vw;
	}

	.type2 .view__content--inner .text {
		padding-left: 18.333vw;
	}

	/* photo */
	.view__photo {
		margin-bottom: 3.333vw;
		font-size: 2.5vw;
	}
}

@media screen and (max-width: 768px) {
	.view__content {
		padding: 13.333vw 0;
	}

	.view__content--detail {
		width: 100%;
		display: block;
	}

	.view__content--inner .title {
		margin-bottom: 5.333vw;
		font-size: 6.667vw;
	}

	.view__content--inner .text {
		font-size: 4vw;
	}

	/* type1 */
	.view__content--detail.type1 {
		margin-bottom: 13.867vw;
		padding: 0;
		height: 106.667vw;
	}

	.type1 .view__content--inner {
		width: 100%;
	}

	.view__content--detail.type1 .photo01 {
		width: 54.4vw;
		top: auto;
		bottom: 21.867vw;
		left: 7.2vw;
	}

	.view__content--detail.type1 .photo01.en {
		bottom: 18vw;
	}

	.view__content--detail.type1 .photo02 {
		width: 34.667vw;
		right: 7.2vw;
		bottom: 0;
	}

	.type1 .view__content--inner .title {
		flex-direction: row-reverse;
	}

	.type1 .view__content--inner .title__inner {
		padding: 0 3.2vw 0 7.2vw;
	}

	.type1 .view__content--inner .text {
		padding-right: 4.8vw;
		padding-left: 7.2vw;
	}

	/* type2 */
	.view__content--detail.type2 {
		height: auto;
		justify-content: flex-start;
	}

	.type2 .view__content--inner .title {
		width: 100%;
	}

	.type2 .view__content--inner .title__inner {
		padding: 0 7.2vw 0 3.2vw;
	}

	.type2 .view__content--inner .text {
		padding-left: 7.2vw;
	}

	/* photo */
	.view__photo {
		margin-bottom: 4vw;
		font-size: 6.667vw;
	}

	.view__photoSlide--inner {
		width: 510%;
	}

	.view__photoSlide--item {
		margin-right: 0.5%;
		width: 52.5%;
	}
}

/* ----------------------------------------------------
	room
---------------------------------------------------- */
.room {
	background: rgb(var(--gry));
}

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

/*
	room__slide
------------------------------ */
.room__slide {
	margin-bottom: 8.333vw;
}

.room__slide--title {
	/* margin-bottom: 100px; */
	margin-bottom: 8.333vw;
	line-height: 1;
	font-family: var(--mincho);
	/* font-size: 2.5vw; */
	font-size: 32px;
	font-weight: 500;
	text-align: center;
}

.roomSlide.swiper {
	padding-bottom: 6.667vw;
	width: 100%;
	overflow: visible;
}

.roomSlide__item.swiper-slide {
	padding: 0 2.916vw;
	transform: scale(1);
	transition: transform 0.3s ease;
}

.roomSlide__item.swiper-slide a {
	color: rgb(var(--blk));
	text-decoration: none;
}

.swiper-slide-active.roomSlide__item.swiper-slide {
	transform: scale(1.3);
	z-index: 2;
}

.roomSlide__item figcaption {
	font-family: var(--mincho);
	font-size: 1.667vw;
	text-align: center;
}

.roomSlide.swiper .swiper-button-next,
.roomSlide.swiper .swiper-button-prev {
	width: 1.167vw;
	height: 2.333vw;
	color: rgb(var(--blk));
	top: auto;
	right: auto;
	bottom: 0;
}

.roomSlide.swiper .swiper-button-next {
	left: 55%;
	transform: translateX(-50%);
}

.roomSlide.swiper .swiper-button-prev {
	left: 45%;
	transform: translateX(-50%);
}

.roomSlide.swiper .swiper-button-next::after,
.roomSlide.swiper .swiper-button-prev::after {
	width: 100%;
	height: 100%;
	font-size: 2vw;
}

.roomSlide.swiper .swiper-pagination {
	height: 2.167vw;
	line-height: 1;
	font-size: 1.667vw;
	display: flex;
	justify-content: center;
	align-items: center;
	position: absolute;
	bottom: 0.25vw;
	left: 50%;
	transform: translateX(-50%);
}

@media screen and (max-width: 768px) {
	.room__slide {
		margin-bottom: 13.333vw;
	}

	.room__slide--title {
		margin-bottom: 13.333vw;
		font-size: 5.333vw;
	}

	.room__slide--title.en {
		line-height: 1.5;
	}

	.roomSlide.swiper {
		padding-bottom: 24vw;
	}

	.roomSlide__item.swiper-slide {
		padding: 0 3.733vw;
	}

	.roomSlide__item figcaption {
		font-size: 4.267vw;
	}

	.roomSlide.swiper .swiper-button-next,
	.roomSlide.swiper .swiper-button-prev {
		width: 3.733vw;
		height: 6.4vw;
	}

	.roomSlide.swiper .swiper-button-next {
		left: 62.5%;
	}

	.roomSlide.swiper .swiper-button-prev {
		left: 37.5%;
	}

	.roomSlide.swiper .swiper-button-next::after,
	.roomSlide.swiper .swiper-button-prev::after {
		font-size: 6.4vw;
	}

	.roomSlide.swiper .swiper-pagination {
		height: 6.4vw;
		font-size: 4.267vw;
		bottom: 0;
	}
}

/*
	room__list
------------------------------ */
.room__list {
	margin: 0 auto;
	width: 1100px;
}

.room__list--head {
	background: #000;
	color: rgb(var(--wht));
	position: relative;
}

.room__list--head .overview {
	width: 900px;
	display: flex;
	align-items: center;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}

.room__list--head .overview__title {
	line-height: 1.25;
	width: 320px;
	font-family: var(--mincho);
	font-size: 30px;
	font-weight: 500;
}

.eng .room__list--head .overview__title {
	width: 340px;
}

.room__list--head .overview__title .jp {
	font-size: 20px;
	display: block;
}

.room__list--head .overview__text {
	padding-right: 1em;
	width: calc(100% - 450px);
	line-height: 1.8;
	font-size: 18px;
	font-weight: 300;
}

.room__list--head .overview .more {
	width: 150px;
	height: 45px;
	font-family: var(--mincho);
	font-size: 20px;
	border: solid 1px rgb(var(--wht));
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

@media screen and (max-width: 1200px) {
	.room__list {
		width: 91.667vw;
	}

	.room__list--head .overview {
		width: 75vw;
		bottom: 3.333vw;
	}

	.room__list--head .overview__title {
		width: 26.667vw;
		font-size: 2.5vw;
	}

	.eng .room__list--head .overview__title {
		width: 28.333vw;
	}

	.room__list--head .overview__title .jp {
		font-size: 2.083vw;
	}

	.room__list--head .overview__text {
		width: calc(100% - 37.5vw);
		font-size: 1.5vw;
	}

	.room__list--head .overview .more {
		width: 12.5vw;
		height: 3.75vw;
		font-size: 1.667vw;
	}
}

@media screen and (max-width: 768px) {
	.room__list {
		width: 100%;
	}

	.room__list--head {
		padding-bottom: 12vw;
		display: flex;
		flex-direction: column-reverse;
	}

	.room__list--head .overview {
		width: 100%;
		display: block;
		position: static;
		transform: translateX(0);
	}

	.room__list--head .overview__title {
		padding: 6.4vw 7.2vw 1.6vw;
		line-height: 1.25;
		width: 100%;
		font-size: 5.333vw;
		display: flex;
		align-items: center;
	}

	.eng .room__list--head .overview__title {
		width: 100%;
	}

	.room__list--head .overview__title.spBlock {
		display: block;
	}

	.room__list--head .overview__title .jp {
		font-size: 4vw;
	}

	.room__list--head .overview__text {
		margin-bottom: 4.8vw;
		padding: 0 7.2vw;
		width: 100%;
		line-height: 1.4;
		font-size: 4vw;
	}

	.room__list--head .overview .more {
		margin: 0 auto;
		width: 64vw;
		height: 13.333vw;
		font-size: 4vw;
	}

	.room__list--head .bg {
		position: relative;
	}

	.room__list--head .bg::before {
		background: linear-gradient(0deg, rgba(0, 0, 0, 1) 0%, rgba(0, 0, 0, 0) 15%);
		width: 100%;
		height: 100%;
		position: absolute;
		top: 0;
		left: 0;
		content: "";
	}
}

/*
	room__list--body
------------------------------ */
.room__list--body {
	padding: 50px 50px 100px;
	display: none;

	/* display: block; */
}

.room__content {
	display: flex;
}

.room__content:not(:last-of-type) {
	margin-bottom: 26px;
}

.room__content--image {
	margin-right: 44px;
	display: flex;
}

.room__content--image .image {
	width: 270px;
}

.room__content--image .image:not(:last-of-type) {
	margin-right: 4px;
}

.room__content--detail {}

.room__content--detail .name {
	margin-bottom: 10px;
	line-height: 1;
	font-family: var(--mincho);
	font-size: 30px;
	font-weight: 500;
	white-space: nowrap;
	display: flex;
	align-items: baseline;
}

.room__content--detail .name .memo {
	margin-left: 10px;
	font-size: 20px;
}

.room__content--detail .text {
	font-size: 18px;
	font-weight: 300;
}

.room__content--detail .text sup {
	font-size: 0.7em;
}

.room__content--detail .note li {
	/* font-size: 18px; */
}

.room__content--detail .link {
	margin-top: 30px;
	display: flex;
	flex-wrap: wrap;
}

.room__content--detail .linkBtn:not(:last-of-type) {
	margin-right: 15px;
	margin-bottom: 0.5em;
}

.room__content--detail .linkBtn a {
	width: 200px;
	height: 45px;
	color: rgb(var(--blk));
	font-size: 20px;
	border: solid 1px rgb(var(--blk));
}

.room__content--detail .link.en .linkBtn a {
	width: 300px;
}

.room__content+.note {
	margin-top: 30px;
}

.room__content+.note li {
	line-height: 1.5;
	/* font-size: 18px; */
}

@media screen and (max-width: 1200px) {
	.room__list--body {
		padding: 4.167vw 4.167vw 8.333vw;
	}

	.room__content:not(:last-of-type) {
		margin-bottom: 2.167vw;
	}

	.room__content--image {
		margin-right: 3.667vw;
	}

	.room__content--image .image {
		width: 22.5vw;
	}

	.room__content--image .image:not(:last-of-type) {
		margin-right: 0.333vw;
	}

	.room__content--detail .name {
		margin-bottom: 0.833vw;
		font-size: 2.5vw;
	}

	.room__content--detail .name .memo {
		margin-left: 0.833vw;
		font-size: 1.667vw;
	}

	.room__content--detail .text {
		font-size: 1.5vw;
	}

	.room__content--detail .note li {
		/* font-size: 1.5vw; */
	}

	.room__content--detail .link {
		margin-top: 2.5vw;
	}

	.room__content--detail .linkBtn:not(:last-of-type) {
		margin-right: 1.25vw;
	}

	.room__content--detail .linkBtn a {
		width: 16.667vw;
		height: 3.75vw;
		font-size: 1.667vw;
	}

	.room__content--detail .link.en .linkBtn a {
		width: 25vw;
	}

	.room__content+.note {
		margin-top: 2.5vw;
	}

	.room__content+.note li {
		/* font-size: 1.5vw; */
	}
}

@media screen and (max-width: 768px) {
	.room__list--body {
		padding: 13.333vw 0;
	}

	.room__content {
		padding: 0 6.4vw;
		display: block;
	}

	.room__content:not(:last-of-type) {
		margin-bottom: 13.333vw;
	}

	.room__content--image {
		margin: 0 0 4vw;
		width: 100%;
	}

	.room__content--image .image {
		margin: 0 auto;
		width: 100%;
	}

	.room__content--image .image:not(:last-of-type) {
		margin-right: 0;
	}

	.room01 .room__content--image .image {
		margin: 0 auto;
		width: calc(100% - 1vw);
	}

	.room01 .room__content--image .image:not(:last-of-type) {
		margin-right: 1vw;
	}

	.room__content--detail .name {
		margin-bottom: 1.6vw;
		line-height: 1.5;
		font-size: 5.333vw;
		flex-direction: column;
	}

	.room__content--detail .name.spBlock {
		display: block;
	}

	.room__content--detail .name .memo {
		margin-left: 0;
		font-size: 4vw;
	}

	.room__content--detail .name.spBlock .memo {
		margin-left: 1.6vw;
	}

	.room__content--detail .text {
		font-size: 4vw;
	}

	.room__content--detail .note li {
		/* font-size: 4vw; */
	}

	.room__content--detail .link {
		margin-top: 4vw;
		justify-content: center;
	}

	.room__content--detail .linkBtn:not(:last-of-type) {
		margin-right: 2.667vw;
	}

	.room__content--detail .link.en .linkBtn {
		width: 100%;
	}

	.room__content--detail .link.en .linkBtn:not(:last-of-type) {
		margin-right: 0;
	}

	.room__content--detail .linkBtn a {
		margin: 0 auto;
		width: 41.333vw;
		height: 13.333vw;
		font-size: 4vw;
	}

	.room__content--detail .link.en .linkBtn a {
		width: 100%;
	}

	.room__content+.note {
		margin-top: 8vw;
		padding: 0 6.4vw;
	}
}

/* original */
@media screen and (max-width: 768px) {
	.room__list--body {
		padding: 13.333vw 0;
	}

	.room__content.original {
		padding: 0;
		display: flex;
	}

	.original .room__content--image {
		margin: 0 4vw 0 0;
		width: 48vw;
	}

	.original .room__content--detail {
		padding: 0 4.8vw 17.333vw 0;
		width: 48vw;
		position: relative;
	}

	.original .room__content--detail .link {
		margin-top: 4vw;
		width: 100vw;
		justify-content: center;
		position: absolute;
		right: 0;
		bottom: 0;
	}
}

/* ----------------------------------------------------
	lounge
---------------------------------------------------- */
.lounge__content {
	margin: 0 auto;
	width: 900px;
}

.lounge__content--image {
	margin-bottom: 50px;
}

/* .lounge__content--detail,
.lounge__content--detail .note li {
	line-height: 1.5;
	font-size: 18px;
} */

.lounge__content--detail {
	line-height: 1.5;
	font-size: 18px;
	font-weight: 300;
}

.lounge__content--detail .text,
.lounge__list {
	margin-bottom: 1.5em;
}

.lounge__list {
	display: flex;
}

.lounge__list--title::after {
	margin-right: 0.5em;
	content: "：";
}

.lounge__list.en .lounge__list--title {
	white-space: nowrap;
}

.lounge__content--detail .linkBtn {
	margin-top: 50px;
}

.lounge__content--detail .linkBtn a {
	margin: 0 auto;
	width: 250px;
	height: 45px;
	color: rgb(var(--blk));
	font-size: 20px;
	border: solid 1px rgb(var(--blk));
}

@media screen and (max-width: 1200px) {
	.lounge__content {
		width: 75vw;
	}

	.lounge__content--image {
		margin-bottom: 4.167vw;
	}

	.lounge__content--detail,
	.lounge__content--detail .note li {
		font-size: 1.5vw;
	}

	.lounge__content--detail .linkBtn {
		margin-top: 4.167vw;
	}

	.lounge__content--detail .linkBtn a {
		width: 20.833vw;
		height: 3.75vw;
		font-size: 1.667vw;
	}
}

@media screen and (max-width: 768px) {
	.lounge__content {
		padding: 0 7.2vw;
		width: 100%;
	}

	.lounge__content--image {
		margin-bottom: 6.4vw;
	}

	.lounge__content--detail,
	.lounge__content--detail .note li {
		font-size: 4vw;
	}

	.lounge__list {
		display: block;
	}

	.lounge__content--detail .linkBtn {
		margin-top: 9.6vw;
	}

	.lounge__content--detail .linkBtn a {
		width: 70%;
		height: 13.333vw;
		font-size: 4.267vw;
	}
}

/* ----------------------------------------------------
	floor
---------------------------------------------------- */
.floor {
	background: rgb(var(--gry));
}

.floor__content {
	background: url(../img/floorBg-short.svg) right center no-repeat;
	background-size: 293px auto;
	margin: 0 auto;
	width: 900px;
}

.eng .floor__content {
	width: 950px;
}

.floor__list--item:not(:last-of-type) {
	margin-bottom: 3px;
}

.floor__list--item .image {
	display: flex;
	align-items: center;
}

.floor__list--item .image img {
	width: 278px;
}

.floor__list--item .image figcaption {
	margin-left: 22px;
	line-height: 1.25;
	font-family: var(--mincho);
	font-size: 30px;
	font-weight: 500;
}

.floor__list--item .image figcaption span {
	font-size: 20px;
	display: block;
}

.floor__list--item .image figcaption span.name {
	font-size: 30px;
}

@media screen and (max-width: 1200px) {
	.floor__content {
		background-size: 24.417vw auto;
		width: 75vw;
	}

	.eng .floor__content {
		width: 79.167vw;
	}

	.floor__list--item:not(:last-of-type) {
		margin-bottom: 0.25vw;
	}

	.floor__list--item .image img {
		width: 23.167vw;
	}

	.floor__list--item .image figcaption {
		margin-left: 1.833vw;
		font-size: 2.5vw;
	}

	.floor__list--item .image figcaption span {
		font-size: 1.667vw;
	}

	.floor__list--item .image figcaption span.name {
		font-size: 2.5vw;
	}
}

@media screen and (max-width: 768px) {
	.floor__content {
		background: url(../img/floorBg-short_sp.svg) right 7.2vw center no-repeat;
		background-size: 32vw auto;
		padding: 0 7.2vw;
		width: 100%;
	}

	.eng .floor__content {
		width: 100%;
	}

	.floor__list--item:not(:last-of-type) {
		margin-bottom: 6.4vw;
	}

	.floor__list--item .image {
		display: block;
		align-items: center;
	}

	.floor__list--item .image img {
		width: 36.432vw;
	}

	.floor__list--item .image figcaption {
		margin: 2.933vw 0 0;
		line-height: 1;
		font-size: 5.333vw;
		display: flex;
		align-items: center;
	}

	.floor__list--item .image figcaption span {
		background: rgb(var(--gry));
		font-size: 4vw;
		display: inline-block;
	}

	.floor__list--item .image figcaption span.name {
		font-size: 5.333vw;
	}
}

/* ----------------------------------------------------
	etc
---------------------------------------------------- */
/* 英語 */
.eng .view__lead--content {
	align-items: flex-start;
}

@media screen and (max-width: 768px) {
	.eng .view__lead--content {
		align-items: center;
	}
}

/* 簡体語 */
body.zhs {
	font-family: "Noto Sans SC", sans-serif;
}

body.zhs .gnav__list--item a .jp,
body.zhs .article__title .jp,
body.zhs .view__lead--title,
body.zhs .view__content--inner .title,
body.zhs .view__photo,
body.zhs .room__slide--title,
body.zhs .roomSlide__item figcaption,
body.zhs .room__list--head .overview__title,
body.zhs .room__list--head .overview .more,
body.zhs .room__content--detail .name,
body.zhs .floor__list--item .image figcaption {
	font-family: var(--zhs-mincho);
	font-optical-sizing: auto;
}

/* 繁体語 */
body.zht {
	font-family: "Noto Sans TC", sans-serif;
	font-optical-sizing: auto;
}

body.zht .gnav__list--item a .jp,
body.zht .article__title .jp,
body.zht .view__lead--title,
body.zht .view__content--inner .title,
body.zht .view__photo,
body.zht .room__slide--title,
body.zht .roomSlide__item figcaption,
body.zht .room__list--head .overview__title,
body.zht .room__list--head .overview .more,
body.zht .room__content--detail .name,
body.zht .floor__list--item .image figcaption {
	font-family: var(--zhs-mincho);
}

/* 韓国語 */
body.kor .view__lead--text,
body.kor .view__content--inner .text,
body.kor .room__list--head .overview__text,
body.kor .room__content--detail .text,
body.kor .lounge__content--detail {
	font-weight: 400;
}