@charset "utf-8";

.intro__img {
	margin: 20px 0 0;
}

.intro__img img {
	display: block;
	width: 100%;
}

.intro__contents > *:first-child {
	margin-top: 0;
}

.sbs__img {
	max-width: 100%;
	overflow: hidden;
}

.subsectionHeader__ttl + .subsectionBody p {
	margin-top: 20px !important;
}

.subsectionBody2 p {
	margin-top: 80px !important;
}

.roomList__arrow.is-empty {
	visibility: hidden;
}

.roomList__arrow {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0 8px;
	list-style: none;
	align-self: center;
}

.roomList__arrow::before {
	content: none;
}

.roomList__arrow img {
	width: 30px;
	height: auto;
	display: block;
	transform: rotate(0deg);
}

.roomList {
	list-style: none;
	padding: 0;
}

.roomList__item {
	padding: 0;
}

.roomList__item::before {
	content: none;
}

.roomList__item + .roomList__item {
	margin-top: 20px;
}

.roomList__img {
	margin: 0;
}

.roomList__img img {
	width: 100%;
	vertical-align: bottom;
}

.roomList__txt {
	font-size: 1.2rem;
}

.movieBlock {
	max-width: 700px;
	margin: 0 auto;
	text-align: left;
}

.movieBlock__ttl {
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.8;
	margin-bottom: 16px;
}

.movieBlock__movie {
	display: flex;
	justify-content: center;
}

.movieBlock__movie video {
	width: 100%;
	max-width: 700px;
	aspect-ratio: 16 / 9;
	height: auto;
	display: block;
	object-fit: contain;
}

.movieBlock--hip {
	margin-top: 60px;
}

@media all and (min-width: 768px) {

	.roomList {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.roomList__item {
		width: calc(50% - 10px);
	}

	.roomList__item + .roomList__item {
		margin-top: 0;
	}

	.roomList__item:nth-of-type(n + 3) {
		margin-top: 20px;
	}

}

@media all and (min-width: 1280px) {

	.roomList__item {
		width: var(--wcalc2-1);
	}

	.roomList__item:nth-of-type(n + 3) {
		margin-top: 30px;
	}

	.roomList__txt {
		font-size: 1.3rem;
	}

	.intro {
		display: flex;
		justify-content: space-between;
	}

	.intro__img {
		width: var(--wcalc10-4);
		max-width: 100%;
		margin: 0;
	}

	.intro__contents {
		width: var(--wcalc10-6);
	}

}

@media screen and (min-width: 768px) {

	.subsectionBody2 p {
		margin-top: 80px !important;
	}

	.roomList {
		align-items: flex-start;
	}

	.roomList__arrow {
		width: 40px;
		flex-shrink: 0;
	}

	.roomList__item {
		display: flex;
		flex-direction: column;
	}

	.roomList--compare {
		display: flex;
		align-items: baseline;
		justify-content: center;
		flex-wrap: nowrap;
	}

	.roomList--compare-single {
		padding-top: 24px;
		display: flex;
		justify-content: flex-start;
		gap: 24px;
	}

	.roomList--compare .roomList__item {
		width: calc((100% - 40px - 16px) / 2);
	}

	.roomList--compare .roomList__item + .roomList__item {
		margin-top: 0;
	}

	.roomList--compare .roomList__arrow {
		display: flex;
		align-items: center;
		justify-content: center;
		padding: 0 8px;
		flex-shrink: 0;
	}

	.roomList--compare .roomList__arrow img {
		width: 30px;
		height: auto;
	}

	.roomList--compare-single .roomList__item {
		width: calc((100% - (40px * 3) - (16px * 3)) / 3);
	}

}

@media screen and (max-width: 767px) {

	.roomList--compare-knee {
		margin-top: 0;
	}

	.roomList--compare {
		display: block;
	}

	.roomList--compare .roomList__arrow {
		display: flex;
		justify-content: center;
		margin: 10px 0;
	}

	.roomList--compare .roomList__arrow img {
		transform: rotate(90deg);
	}

	.subsectionBody2 p {
		margin-top: 80px !important;
		margin-bottom: 40px;
	}

	.roomList__arrow {
		display: none;
	}

	.sbs {
		display: flex;
		flex-direction: column;
	}

	.sbs__contents {
		order: 1;
	}

	.sbs__img {
		order: 2;
		padding-top: 30px;
	}

	.sbs > * + * {
		margin-top: 0;
	}

}
