@charset "UTF-8";

:root {
	--color-white: #fff;
	--color-black: #000;
	--color-72762c: #72762c;
	--color-c57a15: #c57a15;
	--color-f0eadb: #f0eadb;
	--color-402300: #402300;
	--color-335719: #335719;
	--color-C6574A: #C6574A;
	--color-f0f0f0: #f0f0f0;
	--color-3F3557: #3F3557;
	--font-Cantata_One: 'Cantata One', serif;
}

* {
	box-sizing: border-box;
}

body {
	font-size: 14px;
	line-height: 1.4;
}

section:nth-child(odd) {
	background: var(--color-f0f0f0);
}

@media (max-width:768px) {
	.inner {
		width: 100%;
	}
}

.bx_ttl {
	margin-bottom: 30px;
}

.bx_ttl > h2 {
    font-size: 22px;
	text-align: center;
}

#room .mv {
	position: relative;
	background: var(--color-f0f0f0);
}

#room .mv .inner {
	padding-top: 0;
	padding-bottom: 54px;
}

#room .mv .bx_ttl {
	position: absolute;
	top: 74%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: var(--color-white);
	z-index: 10;
}

#room .mv .bx_ttl h1 {
	font-size: 20px;
}
#room .mv .bx_ttl .ttl_sub_en {
	color: var(--color-white);
	font-size: 10px;
}

#room .mv img {
	height: 122px;
    width: 100%;
    object-fit: cover;
}

@media (min-width:769px) {
	#room .mv {
		display: block;
		width: 100%;
		height: 450px;
		background: url(/paselanomori/images/room/mv_room.webp) no-repeat;
		background-size: 100% auto;
    background-position-y: 66%;
	}

	#room .mv .inner {
		padding: 0;
	}

	#room .mv .bx_ttl {
		top: 69%;
	}

	#room .mv .bx_ttl h1 {
		font-size: 26px;
	}

	#room .mv .bx_ttl .ttl_sub_en {
		font-size: 14px;
	}

	#room .mv img {
		display: none;
	}
}

.introduction {
	background: var(--color-f0f0f0);
}

.introduction .inner {
	padding-bottom: 20px;
}

.introduction .desc {
	color: var(--color-402300);
}

.introduction p.desc+p.desc {
	margin-top: 20px;
}

.bx_room_nav {
	background: var(--color-f0f0f0);
}

.room_nav {
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
}

.room_nav li {
    color: var(--color-f0f0f0);
	background: var(--color-335719);
	text-align: center;
	font-size: 16px;
}

.room_nav li:nth-child(2) {
	background: #466520;
}

.room_nav li:nth-child(3) {
	background: #5C762B;
}

.room_nav li:nth-child(4) {
	background: var(--color-72762c);
}

.room_nav li a {
	position: relative;
	display: grid;
    justify-content: center;
	align-items: center;
	gap: 10px;
	height: 100%;
    padding: 10px 10px 30px;

}

.room_nav li a:after {
	position: absolute;
	left: 50%;
	bottom: 10px;
	transform: translateX(-50%) rotate(45deg);
	content: "";
	width: 1em;
	height: 1em;
    border-right: 1px solid var(--color-white);
    border-bottom: 1px solid var(--color-white);
}

.room_nav li a span {
	font-size: 10px;
}

.room_nav li a p {
	display: grid;
    grid-template-rows: subgrid;
    grid-row: span 1;
	font-size: 18px;
}

@media (min-width:768px) {
	.room_nav {
		grid-template-columns: repeat(4, 22%);
		grid-template-rows: auto;
		justify-content: center;
	}
}

.list_facility {
	display: grid;
    gap: 10px;
	margin: 60px auto 30px;
}

.list_facility li {
	position: relative;
	color: var(--color-402300);
	line-height: 1.4;
}

.list_facility li:before {
	position: relative;
	left: 0;
	content: "\025c6";
	width: 1em;
	height: 1em;
}

.list_amenity {
	padding: 20px;
	border-radius: 6px;
	background: var(--color-f0f0f0);
}

.ttl_amenity {
	margin-bottom: 10px;
	color: var(--color-335719);
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.list_amenity ul {
	display: grid;
	gap: 6px;
}

.list_amenity ul li {
	position: relative;
	padding-left: 1em;
	color: var(--color-402300);
}

.list_amenity ul li:before {
	position: relative;
	left: 0;
	content: '\02022';
	display: inline-block;
	width: 1em;
	height: 1em;
}

.bx_room .bali_slider .slick-dotted.slick-slider {
	margin-bottom: 10px;
}

.bx_room .bali_slider .slick-dots {
	bottom: 10px;
}

.room_intro {
	display: grid;
	gap: 20px;
	padding: 0 0 30px;
	color: var(--color-402300);
}

.room_intro > .price {
	color: var(--color-335719);
	font-weight: bold;
	text-align: center;
	letter-spacing: 0.2em;
}

.room_intro > .sub_room_ttl {
	width: 100%;
    margin: 0 auto;
	font-size: 16px;
	text-align: center;
}

.room_intro > .room_article {
}

.room_intro > .room_article > span.anno {
	font-size: 12px;
}

.room_info {
	padding: 20px;
	border-radius: 6px;
	background: var(--color-white);
}

section:nth-child(even) .room_info {
	background: var(--color-f0f0f0);
}

.room_info > .ttl_room_info {
    margin-bottom: 10px;
	color: var(--color-72762c);
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}

.room_info > table {
	margin-bottom: 5px;
	color: var(--color-402300);
}

.room_info > table th,
.room_info > table td {
	display: inline;
    line-height: 2;
}

.room_info > table th {
	font-weight: bold;
}

.anno {
	font-size: 12px;
	line-height: 2.4;
}

.link01.rsrv {
	margin-top: 40px;
}

.link01.rsrv:nth-child(2n) {
	margin-top: 20px;
}

@media (min-width:768px) {
	.room_intro {
		font-size: 16px;
	}

	.room_info > .ttl_room_info {
		font-size: 20px;
	}

	.room_intro > .sub_room_ttl{
		font-size: 18px;
	}

	.link01.rsrv {
		width: 40%;
		margin: 40px auto 0;
	}

	.link01.rsrv:nth-child(2n) {
		margin-top: 40px;
	}
}

.ttl_grn {
	margin-bottom: 30px;
	color: var(--color-335719);
	font-size: 18px;
	font-weight: bold;
}

.num_and_price .ttl_grn {
	text-align: center;
}

.num_and_price .room_info {
	color: var(--color-402300);
}

.num_and_price .room_article:not(:last-of-type) {
	margin-bottom: 30px;
}

.room_fac_ttl{
	font-weight: bold;
}

.room_fac_list li::before{
	content: '・';
}

.room_grid{
	display: grid;
	grid-template-columns: 1fr;
	gap: 10px;
}

@media (min-width:768px) {
	.ttl_grn {
		font-size: 20px;
	}

	.num_and_price .room_article {
		font-size: 16px;
	}

	.room_grid{
		display: grid;
		grid-template-columns: 1fr 1fr;
	}
}
