/* ROOM / CAFE ページ */

.room-cafe-page .page-body {
	padding: 150px 0 0;
}

.room-cafe-page .sec {
	padding-bottom: 180px;
}

.room-cafe-page .sec .sec__titlewrap {
	line-height: 1.6;
}

.room-cafe-page .sec .sec__title {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
}

.room-cafe-page .sec .sec__titlewrap .sec__text {
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding: 2em 0 1em;
	font-size: 14px;
	line-height: 1.8;
}
.room-cafe-page .sec .sec__titlewrap .sec__text p:not(:last-child) {
	margin-bottom: 1.8em;
}
.room-cafe-page .sec .sec__titlewrap .sec__text ul {
	list-style: none;
	padding: 0;
	margin: 0;
}

.room-cafe-page .sec .sec__btn {
}
.room-cafe-page .sec .sec__btn a {
	display: flex;
	justify-self: center;
	align-items: center;
	border: solid 1px #231815;
	border-radius: 100px;
	padding: 0.5em 2.0em;
	margin-left: auto;
	text-decoration: none;
	line-height: 1;
	color: #231815;
	font-size: 14px;
	width: fit-content;
}

.room-cafe-page .sec .sec__image img {
	width: 100%;
}

.room-cafe-page .sec--details .sec__image img {
	object-fit: contain;
}

@media (min-width: 768px) {
	.room-cafe-page .sec__inner {
		position: relative;
		gap: 50px;
	}
	.room-cafe-page .sec .sec__titlewrap {
		flex: clamp(170px, 290px, 25%) 0 0;
	}

	.room-cafe-page .sec .sec__title {
		min-height: 60px;
	}
	.room-cafe-page .sec .sec__body {}
	.room-cafe-page .sec--details .sec__titlewrap {
		flex: clamp(170px, 400px, 40%) 0 0;
	}
	
	.room-cafe-page .sec .sec__titlewrap .sec__text {
		position: relative;
	}
	.room-cafe-page .sec .sec__titlewrap .sec__text::before {
		content: "";
		position: absolute;
		top: 0;
		bottom: 0;
		left: -40px;
		width: 1px;
		background-color: #000000;
	}
	.room-cafe-page .sec .sec__btn {
		margin-top: 90px;
		position: relative;
		padding-bottom: 30px;
	}
	.room-cafe-page .sec .sec__btn::after {
		content: "";
		position: absolute;
		bottom: 0;
		right: 0;
		left: -40px;
		height: 1px;
		background-color: #000000;
	}

	.room-cafe-page .sec--details .sec__image {
		max-width: 630px;
	}
	.room-cafe-page .sec__side-title {
		position: absolute;
		top: 0;
		right: max( calc(25% - 25vw + 25px), -30px);
		bottom: 0;
		transform: translateX(50%);
		writing-mode: sideways-lr;
		text-align: center;
		text-transform: uppercase;
		font-size: 12px;
	}
	.room-cafe-page .sec__side-title span {
		display: block;
	}
}
@media (min-width: 1300px) {
	.room-cafe-page .sec__side-title span {}
}

@media (max-width: 767px) {
	.room-cafe-page .page-body {
		padding: 50px 0;
	}

	.room-cafe-page .sec {
		padding-bottom: 75px;
	}

	.room-cafe-page .sec .sec__titlewrap {
		margin: 0 -30px 40px;
	}

	.room-cafe-page .sec .sec__title {
		display: block;
		width: fit-content;
		margin: 0 auto;
		padding: 0 0.5em 0.25em;
		color: #000000;
		text-decoration: none;
		border-bottom: 1px solid #000000;
	}

	.room-cafe-page .sec .sec__titlewrap .sec__text {
		font-size: 13px;
		padding: 1em 0 0;
	}
	.room-cafe-page .sec .sec__titlewrap .sec__text ul {
		display: flex;
		justify-content: center;
		flex-wrap: wrap;
		font-size: 10px;
		line-height: 1;
		gap: 0.5em 0;
	}
	.room-cafe-page .sec .sec__titlewrap .sec__text ul li {
		padding: 0 0.5em;
	}
	.room-cafe-page .sec .sec__titlewrap .sec__text ul li:not(:last-child) {
		border-right: solid 1px #000000;
	}
	.room-cafe-page .sec .sec__btn {
		margin-top: 35px;
	}
	.room-cafe-page .sec .sec__btn a {
		margin-right: auto;
	}

	.room-cafe-page .sec .sec__image {
		margin-left: max(-50px, -16.65%);
		margin-right: max(-50px, -16.65%);
		width: calc(100% + min(100px, 33.3%));
		max-width: calc(100% + min(100px, 33.3%));
	}
	
	.room-cafe-page .sec .sec__side-title {
		margin-top: 10px;
		text-align: center;
		font-size: 10px;
		margin-left: -30px;
		margin-right: -30px;
	}

	.room-cafe-page .sec--details .sec__image {
		width: 100%;
		max-width: 100%;
		margin-left: 0;
		margin-right: 0;
	}
	
	.room-cafe-page .sec--features .sec__image img {
		aspect-ratio: 0.7;
	}
}
