.main_page.main_room {
    background-image: url(../images/room/room_head.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position-y: top;
}

.room_slide {
    position: relative;
    width: 100%;
    margin: 0 auto;
	padding-bottom: 40px;
}

.room_slide_swiper {
    overflow: hidden;
}

.room_slide .swiper-slide {
    width: 60%;
    overflow: hidden;
    transition: transform 0.4s ease, opacity 0.4s ease;
    opacity: 0.5;
}

.room_slide .swiper-slide-active {
    opacity: 1;
    transform: scale(1);
}

.room_slide .swiper-slide img {
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1081 / 721;
    object-fit: cover;
}

.room_slide .swiper-pagination {
    margin-top: -36px;
    text-align: center;
	z-index: 1;
}

.room_slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border-radius: 100vmax;
    background: #AFAFAF;
    opacity: 1;
    transition: all 0.3s ease;
}

.room_slide .swiper-pagination-bullet-active {
    background: #fff;
    border: solid 1px #AFAFAF;
}

.room_slide .swiper-button-prev-custom {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: calc(20% + 10px);
    z-index: 100;
    color: #B9151E;
    font-size: 30px;
	cursor: pointer;
}

.room_slide .swiper-button-next-custom {
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: calc(20% + 10px);
    z-index: 100;
    color: #B9151E;
    font-size: 30px;
	cursor: pointer;
}

.room_rates_area {
	margin: 100px 0;
}

h2.serif {
	font-family: "Noto Serif JP", serif;
	font-size: 2rem;
    font-weight: 500;
    line-height: 1;
    text-align: center;
    margin-bottom: 50px;
}

.room_rates_area .room_box {
	margin-top: 30px;
}

.room_rates_area .room_box .item {
	margin-bottom: 60px;
}

.room_rates_area .room_box .item h3 {
	font-family: "Noto Serif JP", serif;
	font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.5;
    padding-bottom: .4em;
    border-bottom: 1px solid #d3d3d3;
    margin-bottom: .8em;
    position: relative;
}

.room_rates_area .room_box .item h3::before {
	content: "";
    width: 50px;
    height: 1px;
    background-color: #b9151e;
    position: absolute;
    top: 100%;
    left: 0;
}

.room_rates_area .room_box .item .room_info {
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
	margin-bottom: 30px;
}

.room_rates_area .room_box .item .room_info figure {
    width: 30%;
}

.room_rates_area .room_box .item .room_info figure img {
    width: auto;
    height: 100%;
    max-height: 200px;
    display: block;
    margin-inline: auto;
}

.room_rates_area .room_box .item .room_info table {
	border: solid 1px #707070;
    width: 70%;
}

.room_rates_area .room_box .item .room_info table tr {
	display: flex;
    flex-direction: column;
}

.room_rates_area .room_box .item .room_info table th {
	font-family: "Noto Serif JP", serif;
	background-color: #EFD9DA;
    border-bottom: solid 1px #707070;
    padding: 10px 0;
    font-size: 1.25rem;
}

.room_rates_area .room_box .item .room_info table td {
	font-family: "Noto Serif JP", serif;
	padding: 24px;
    font-size: 1.4rem;
	text-align: center;
}

.room_rates_area .room_box .item .room_info table td span {
	display: block;
    font-size: 1.2rem;
}

.room_rates_area .room_box .item h4 {
    font-family: "Noto Serif JP", serif;
    font-size: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
	margin-bottom: 20px;
}

.room_rates_area .room_box .item h4::before {
    content: "";
    width: calc((100% - 18rem) / 2);
    height: 1px;
    background-color: #333;
}

.room_rates_area .room_box .item h4::after {
    content: "";
    width: calc((100% - 18rem) / 2);
    height: 1px;
    background-color: #333;
}

.room_rates_area .room_box .item .room_img_box {
    display: grid;
    grid-template-columns: 7fr 3fr;
    grid-template-rows: 1fr 1fr;
    gap: 20px;
    max-width: 1080px;
}

.room_rates_area .room_box .item .room_img_box figure {
    margin: 0;
}

.room_rates_area .room_box .item .room_img_box figure:first-of-type {
    grid-row: 1 / 3;
}

.room_rates_area .room_box .item .room_img_box figure img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.room_rates_area .room_box .item .room_360_btn a {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
    background-color: #EBEBEB;
    padding: 20px;
    width: fit-content;
    border-radius: 10px;
    margin: 30px auto 0;
	position: relative;
}

.room_rates_area .room_box .item .room_360_btn a img {
    width: 64px;
    height: auto;
    display: block;
}

.room_rates_area .room_box .item .room_360_btn a span {
    font-size: 20px;
    font-weight: 600;
	padding-right: 30px;
}

.room_rates_area .room_box .item .room_360_btn a span::after {
    font-family: "Font Awesome 6 Free";
    content: "\f061";
	font-weight: 900;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 20px;
}

.room_list_area .room_table_box {
	margin-bottom: 60px;
    overflow-x: scroll;
}

.room_list_area .room_table_box table {
    width: max-content;
    min-width: 1080px;
    border-collapse: collapse;
    white-space: nowrap;
    border: solid 1px #707070;
	font-size: 14px;
}

.room_list_area .room_table_box table thead tr {
    background-color: #EFD9DA;
    border-bottom: solid 1px #707070;
}

.room_list_area .room_table_box table thead tr th {
    border-right: solid 1px #707070;
	line-height: 1.2;
	padding: 10px 5px;
}

.room_list_area .room_table_box table thead tr:first-of-type th:last-of-type {
    border-right: none;
}

.room_list_area .room_table_box table tbody tr:not(:last-of-type) {
    border-bottom: solid 1px #707070;
}

.room_list_area .room_table_box table tbody td {
	text-align: center;
	padding: 10px 5px;
}

.room_list_area .room_table_box table tbody td:not(:last-of-type) {
    border-right: solid 1px #707070;
	line-height: 1.2;
}

.room_list_area .room_table_box table tbody td:nth-of-type(4) {
	min-width: 300px;
}

.room_list_area .room_table_box table tbody td:last-of-type span.ok {
	color: #138E13;
	font-weight: 600;
}

.room_list_area .room_table_box table tbody td:last-of-type span.good {
	color: #F37C3C;
	font-weight: 600;
}

.room_list_area .room_table_box table tbody td:last-of-type span.ng {
	color: #B9151E;
	font-weight: 600;
}

.room_list_area .room_table_box p {
	text-align: right;
    font-size: 1rem;
}

@media (max-width: 960px) {
	.room_rates_area .room_box .item .room_info table td span {
		font-size: 14px;
	}
}

@media (max-width: 767px) {
    .room_slide {
        padding: 0;
    }

    .room_slide .swiper-slide {
        width: 100%;
        opacity: 1;
        transform: scale(1);
        border-radius: 0;
    }

    .room_slide .swiper-button-prev-custom {
        left: 10px;
    }

    .room_slide .swiper-button-next-custom {
        right: 10px;
    }
	
	.room_rates_area .room_box .item .room_info {
		flex-direction: column;
	}
	
	.room_rates_area .room_box .item .room_info table {
		width: 100%;
		margin-bottom: 30px;
	}
	
	.room_rates_area .room_box .item .room_info table td {
		padding: 20px 30px;
		line-height: 1.6;
	}
	
	.room_rates_area .room_box .item .room_info table td span {
		font-size: 14px;
	}
	
	.room_rates_area .room_box .item .room_info figure {
		width: 100%;
	}
	
	.room_rates_area .room_box .item h4::before,
	.room_rates_area .room_box .item h4::after {
		width: calc((100% - 15rem) / 2);
	}
	
	.room_rates_area .room_box .item .room_img_box {
		grid-template-columns: 1fr 1fr;
		grid-template-rows: auto auto;
		gap: 10px;
	}

	.room_rates_area .room_box .item .room_img_box figure:first-of-type {
		grid-column: 1 / 3;
		grid-row: auto;
	}
	
	.room_rates_area .room_box .item .room_360_btn a {
		width: 100%;
    	max-width: 315px;
	}
}