@charset "UTF-8";
/* ===================================================================
CSS information

file name  : rooms.scss
author     : AROUND TAKAYAMA Renew
style info : 客室ページのスタイル設定
=================================================================== */
/* cspell:disable-next-line */
@font-face {
  font-family: 'Lulo Clean';
  src: url("../../../ascend/fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf") format("truetype");
}
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/* ===========================
	PC/SP_JP（Noto Sans JP）
   =========================== */
/* ===========================
	PC/SP_LULO（LuloCleanOne-Bold）
   =========================== */
/* ===========================
	PC/SP_MON（Montserrat SemiBold）
   =========================== */
/* cspell:disable-next-line */
@font-face {
  font-family: 'Lulo Clean';
  src: url("../../../ascend/fonts/FontsFree-Net-Lulo-Clean-W01-One-Bold.ttf") format("truetype");
}
/* font-awesome */
/* -----------------------------------------------------------
	スライド　用
----------------------------------------------------------- */
/*Animate */
/* -----------------------------------------------------------
	ホテル リブランド用
----------------------------------------------------------- */
/* ===========================
	PC/SP_JP（Noto Sans JP）
   =========================== */
/* ===========================
	PC/SP_LULO（LuloCleanOne-Bold）
   =========================== */
/* ===========================
	PC/SP_MON（Montserrat SemiBold）
   =========================== */
#page {
  position: relative;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px !important;
}
@media only screen and (max-width: 767px) {
  #page {
    font-family: "Noto Sans JP", sans-serif;
  }
}

body.is-gmenu-open,
body.is-gmenu-noscroll {
  overflow: hidden;
}

.en_lulo {
  font-family: "Lulo Clean", sans-serif;
}
@media only screen and (max-width: 767px) {
  .en_lulo {
    font-family: "Lulo Clean", sans-serif;
  }
}

.en_mon {
  font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
}
@media only screen and (max-width: 767px) {
  .en_mon {
    font-family: "Montserrat SemiBold", "Montserrat", sans-serif;
  }
}

a {
  color: #005184;
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

/* -----------------------------------------------------------
	layout
----------------------------------------------------------- */
.l_container {
  width: 100%;
  max-width: 100%;
  padding-left: 120px;
  padding-right: 120px;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (max-width: 767px) {
  .l_container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.l_row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}

.l_col {
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
}

.l_col_1 {
  width: 8.33333%;
}

.l_col_2 {
  width: 16.66667%;
}

.l_col_3 {
  width: 25%;
}

.l_col_4 {
  width: 33.33333%;
}

.l_col_5 {
  width: 41.66667%;
}

.l_col_6 {
  width: 50%;
}

.l_col_7 {
  width: 58.33333%;
}

.l_col_8 {
  width: 66.66667%;
}

.l_col_9 {
  width: 75%;
}

.l_col_10 {
  width: 83.33333%;
}

.l_col_11 {
  width: 91.66667%;
}

.l_col_12 {
  width: 100%;
}

.subpage-main--rooms {
  width: 100%;
  max-width: 1200px;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .subpage-main--rooms {
    width: 90%;
    padding: 0;
  }
}

.subpage-pagetitle__title {
  font-family: "Lulo Clean", sans-serif;
  font-size: 24px;
  line-height: 140%;
  font-weight: normal;
  letter-spacing: -0.1em;
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__title {
    font-family: "Lulo Clean", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .subpage-pagetitle__title {
    font-family: "Lulo Clean", sans-serif;
    font-size: 16px;
    line-height: 120%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .subpage-pagetitle__title {
    font-family: "Lulo Clean", sans-serif;
  }
}

.subpage-pagetitle__description {
  margin: 1rem 0;
}

.rooms-list {
  display: flex;
  flex-direction: column;
  gap: 10rem;
}
@media only screen and (max-width: 767px) {
  .rooms-list {
    gap: 5rem;
  }
}

.room-card {
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .room-card {
    width: 90%;
    margin: auto;
  }
}
@media only screen and (max-width: 767px) {
  .room-card {
    gap: 24px;
  }
}

.room-card__header {
  display: flex;
  align-items: center;
  gap: 16px;
}

.room-card__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  line-height: 140%;
  font-weight: bold;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #000000;
  white-space: nowrap;
}
@media only screen and (max-width: 767px) {
  .room-card__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .room-card__title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 18px;
    line-height: 140%;
    font-weight: bold;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .room-card__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.room-card__line {
  flex: 1;
  height: 1px;
  background: #818181;
}

.room-card__content {
  display: flex;
  flex-direction: row;
  gap: 40px;
  align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .room-card__content {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .room-card__content {
    flex-direction: column;
  }
}
@media only screen and (max-width: 767px) {
  .room-card__content {
    gap: 24px;
  }
}

.room-card__gallery {
  flex: 1 1 auto;
  max-width: 699px;
}
@media only screen and (max-width: 1079px) {
  .room-card__gallery {
    width: 100%;
    max-width: none;
  }
}

.room-card__floorplan {
  margin-top: 12px;
  width: 60px;
}
@media only screen and (max-width: 767px) {
  .room-card__floorplan {
    width: 50px;
  }
}

.room-card__floorplan-img {
  width: 100%;
  height: auto;
}

.room-card__specs {
  flex: 0 0 auto;
  width: 460px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .room-card__specs {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .room-card__specs {
    width: 100%;
  }
}
@media only screen and (max-width: 767px) {
  .room-card__specs {
    gap: 24px;
  }
}

.room-card__spec-list {
  margin: 0;
  padding: 0;
}

.room-card__spec-item {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C8C8C8;
}
.room-card__spec-item:first-child {
  border-top: none;
}

.room-card__spec-label {
  flex: 0 0 160px;
  padding: 16px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 200%;
  font-weight: normal;
  font-weight: bold;
  letter-spacing: 0.08em;
  color: #000000;
  border-bottom: 1px solid #818181;
  margin-bottom: -1px;
}
@media only screen and (max-width: 767px) {
  .room-card__spec-label {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .room-card__spec-label {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 200%;
    font-weight: normal;
    flex: 0 0 100px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .room-card__spec-label {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.room-card__spec-value {
  flex: 1;
  padding: 16px 0 16px 8px;
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 200%;
  font-weight: normal;
  letter-spacing: 0.08em;
  color: #000000;
}
@media only screen and (max-width: 767px) {
  .room-card__spec-value {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .room-card__spec-value {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 200%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .room-card__spec-value {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.room-card__button {
  display: inline-flex;
  align-items: center;
  align-self: flex-start;
  gap: 12px;
  padding: 10px 26px;
  background: #000000;
  border-radius: 99px;
  text-decoration: none;
  box-sizing: border-box;
  transition: opacity 0.3s ease;
}
.room-card__button:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 767px) {
  .room-card__button {
    width: 100%;
    justify-content: center;
  }
}

.room-card__button-text {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  letter-spacing: 0.08em;
  color: #FFFFFF;
}
@media only screen and (max-width: 767px) {
  .room-card__button-text {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .room-card__button-text {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .room-card__button-text {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.room-card__button-icon {
  width: 18px;
  height: 18px;
  color: #FFFFFF;
  transform: rotate(315deg);
}

.room-gallery {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .room-gallery {
    gap: 1.5rem;
  }
}

.room-gallery__main {
  position: relative;
  width: 100%;
  aspect-ratio: 699 / 466;
  overflow: hidden;
}

.room-gallery__slides {
  position: relative;
  width: 100%;
  height: 100%;
}

.room-gallery__slide {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease;
}
.room-gallery__slide--active {
  opacity: 1;
  visibility: visible;
}

.room-gallery__thumbnails {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
}
@media only screen and (max-width: 1079px) {
  .room-gallery__thumbnails {
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 6px;
    padding-bottom: 8px;
    -webkit-overflow-scrolling: touch;
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .room-gallery__thumbnails::-webkit-scrollbar {
    display: none;
  }
}

.room-gallery__thumbnail {
  position: relative;
  flex-shrink: 0;
  width: 114px;
  height: 76px;
  padding: 0;
  border: none;
  background: none;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.6;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
.room-gallery__thumbnail:hover {
  opacity: 0.8;
}
.room-gallery__thumbnail--active {
  opacity: 1;
  transform: scale(0.9);
}
.room-gallery__thumbnail--active::before {
  content: '';
  position: absolute;
  inset: 0;
  border: 2px solid rgba(255, 255, 255, 0.8);
  z-index: 1;
  pointer-events: none;
}
@media only screen and (max-width: 767px) {
  .room-gallery__thumbnail {
    width: 100px;
    height: 67px;
    flex-shrink: 0;
  }
}

.room-gallery__thumbnail-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

/* ===================================================================
   客室フィルター
=================================================================== */
.room-filter {
  margin: 10rem auto;
  text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .room-filter {
    margin: 5rem auto;
  }
}
@media only screen and (max-width: 767px) {
  .room-filter {
    margin: 5rem auto;
  }
}

.room-filter__title {
  margin-bottom: 2.5rem;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 18px;
  line-height: 140%;
  font-weight: bold;
}
@media only screen and (max-width: 767px) {
  .room-filter__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.room-filter__buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  margin-bottom: 2.5rem;
}
@media only screen and (max-width: 767px) {
  .room-filter__buttons {
    justify-content: space-between;
    width: 90%;
    gap: 1rem .5rem;
    margin: auto;
    margin-bottom: 1.5rem;
  }
}

.room-filter__button {
  cursor: pointer;
  padding: .5rem 1rem;
  border: 1px solid #E6E6E6;
  border-radius: .5rem;
  background: #F5F5F5;
  color: #333;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  transition: background 0.3s ease, color 0.3s ease;
}
@media only screen and (max-width: 767px) {
  .room-filter__button {
    font-family: "Noto Sans JP", sans-serif;
  }
}
.room-filter__button:hover {
  background: #f5f5f5;
}
.room-filter__button--active {
  background: #333;
  color: #fff;
}
.room-filter__button--active:hover {
  background: #333;
}
@media only screen and (max-width: 767px) {
  .room-filter__button {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 14px;
    line-height: 140%;
    font-weight: normal;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .room-filter__button {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.room-filter__slider {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  max-width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .room-filter__slider {
    gap: .5rem;
  }
}

.room-filter__arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 1rem;
  width: 83.33333%;
  margin: 0 auto;
}

.room-filter__arrow {
  cursor: pointer;
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  transition: background 0.3s ease, border-color 0.3s ease;
}
.room-filter__arrow:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
@media only screen and (max-width: 767px) {
  .room-filter__arrow {
    display: none;
  }
}

.room-filter__thumbs {
  display: flex;
  gap: 16px;
  width: 91.66667%;
  margin-left: auto;
  padding: 10px 0;
  scroll-behavior: smooth;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
  overflow-x: auto;
  overflow-y: hidden;
}
.room-filter__thumbs::-webkit-scrollbar {
  display: none;
}
@media only screen and (max-width: 767px) {
  .room-filter__thumbs {
    width: 95%;
    gap: 12px;
    padding: 10px 0;
  }
}

.room-filter__thumb {
  flex-shrink: 0;
  display: block;
  width: 200px;
  min-height: 180px;
  text-decoration: none;
  color: #333;
}
.room-filter__thumb.is-hidden {
  display: none !important;
}
@media only screen and (max-width: 767px) {
  .room-filter__thumb:last-of-type {
    margin-right: 5%;
  }
}
@media only screen and (max-width: 767px) {
  .room-filter__thumb {
    width: 140px;
    min-height: unset;
  }
}

.room-filter__thumb-img {
  width: 100%;
  aspect-ratio: 3 / 2;
  object-fit: cover;
  display: block;
}

.room-filter__thumb-name {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  padding: .5rem 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 12px;
  line-height: 140%;
  font-weight: normal;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .room-filter__thumb-name {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.room-filter__thumb-arrow {
  display: inline-block;
  flex-shrink: 0;
  width: .5rem;
  height: .5rem;
  margin-top: .5rem;
  border: 0.15rem solid currentColor;
  border-bottom: .5rem;
  border-left: .5rem;
  color: #A6A6A6;
  vertical-align: middle;
  line-height: 1;
  box-sizing: border-box;
  transform: translateY(-25%) rotate(135deg);
}

/* フィルターによる非表示 */
.room-card.is-hidden {
  display: none !important;
}

.room-amenities {
  position: relative;
  width: 100%;
  margin-top: 10rem;
  background: #F5F5F5;
}
@media only screen and (max-width: 767px) {
  .room-amenities {
    margin-top: 5rem;
  }
}

.room-amenities__content {
  max-width: 1199px;
  margin: 0 auto;
  padding: 80px 0 60px;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .room-amenities__content {
    width: 90%;
    padding: 60px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .room-amenities__content {
    width: 90%;
    padding: 40px 0 30px;
  }
}

.room-amenities__title {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 26px;
  line-height: 140%;
  font-weight: bold;
  font-weight: bold;
  letter-spacing: 0.12em;
  color: #000000;
  text-align: center;
  margin-bottom: 56px;
}
@media only screen and (max-width: 767px) {
  .room-amenities__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .room-amenities__title {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 22px;
    line-height: 140%;
    font-weight: bold;
    margin-bottom: 32px;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .room-amenities__title {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.room-amenities__table {
  display: flex;
  flex-direction: column;
}

.room-amenities__row {
  display: flex;
  border-bottom: 1px solid #ccc;
}
@media only screen and (max-width: 767px) {
  .room-amenities__row {
    flex-direction: column;
  }
}

.room-amenities__label {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 160px;
  padding: 24px 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 140%;
  font-weight: normal;
  font-weight: 400;
  line-height: 1.75;
  color: #000000;
  border-bottom: 1px solid #959595;
  flex-shrink: 0;
}
@media only screen and (max-width: 767px) {
  .room-amenities__label {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .room-amenities__label {
    cursor: pointer;
    width: 100%;
    padding: 16px 0;
    border-bottom: 1px solid #ccc;
  }
}
@media only screen and (max-width: 767px) {
  .room-amenities__label::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 10rem;
    border-bottom: 1px solid #959595;
  }
}

.room-amenities__toggle {
  display: none;
}
@media only screen and (max-width: 767px) {
  .room-amenities__toggle {
    display: inline-block;
    flex-shrink: 0;
    width: .5rem;
    height: .5rem;
    margin-top: .5rem;
    border: 0.15rem solid currentColor;
    border-bottom: .5rem;
    border-left: .5rem;
    color: #A6A6A6;
    line-height: 1;
    vertical-align: middle;
    box-sizing: border-box;
    transition: .3s all ease;
    transform: translateY(-25%) rotate(135deg);
  }
}
@media only screen and (max-width: 767px) {
  .room-amenities__row.is-open .room-amenities__toggle {
    transform: rotate(315deg);
  }
}

.room-amenities__detail {
  display: flex;
  flex: 1;
  flex-direction: column;
  gap: 16px;
  padding: 24px 0;
  min-width: 0;
}
@media only screen and (max-width: 767px) {
  .room-amenities__detail {
    display: flex;
    max-height: 0;
    padding: 0;
    opacity: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out, opacity 0.3s ease-out, padding 0.3s ease-out;
  }
  .room-amenities__row.is-open .room-amenities__detail {
    max-height: 2000px;
    padding: 2rem 0;
    opacity: 1;
    transition: max-height 0.5s ease-in, opacity 0.4s ease-in 0.1s, padding 0.3s ease-in;
  }
}

.room-amenities__lists {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}
@media only screen and (max-width: 767px) {
  .room-amenities__lists {
    gap: 0;
  }
}

.room-amenities__list {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  max-height: 16rem;
  margin: 0;
  padding: 0;
  padding-left: 24px;
  color: #000000;
  letter-spacing: 0.08em;
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .room-amenities__list {
    flex-direction: row;
  }
}
@media only screen and (max-width: 767px) {
  .room-amenities__list {
    flex-direction: row;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1079px) {
  .room-amenities__list {
    max-height: none;
  }
}
@media only screen and (max-width: 767px) {
  .room-amenities__list {
    max-height: none;
  }
}
@media only screen and (max-width: 767px) {
  .room-amenities__list {
    width: 100%;
    padding-left: 1.5rem;
  }
}
.room-amenities__list li {
  position: relative;
  width: 215px;
  margin: 0;
  padding: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 16px;
  line-height: 200%;
  font-weight: normal;
}
@media only screen and (max-width: 767px) {
  .room-amenities__list li {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .room-amenities__list li {
    width: 50%;
    padding-right: 1.5rem;
    box-sizing: border-box;
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .room-amenities__list li {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.room-amenities__list li::before {
  content: '';
  position: absolute;
  top: 1rem;
  left: -1rem;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #000000;
}

.room-amenities__notes {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.room-amenities__notes p {
  margin: 0;
  font-family: "Noto Sans JP", sans-serif;
  font-size: 14px;
  line-height: 140%;
  font-weight: normal;
  line-height: 1.4;
  letter-spacing: 0.08em;
  color: #666;
}
@media only screen and (max-width: 767px) {
  .room-amenities__notes p {
    font-family: "Noto Sans JP", sans-serif;
  }
}
@media only screen and (max-width: 767px) {
  .room-amenities__notes p {
    font-family: "Noto Sans JP", sans-serif;
    font-size: 12px;
    line-height: 140%;
    font-weight: normal;
    line-height: 1.4;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .room-amenities__notes p {
    font-family: "Noto Sans JP", sans-serif;
  }
}

.room-amenities__footer-image {
  width: 100%;
  height: 120px;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .room-amenities__footer-image {
    height: 80px;
  }
}
.room-amenities__footer-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
