@charset "UTF-8";
/* dlight */
.dm{}

#hero {
  background-image: url(/assets/img/rooms/hd_kv.jpg);
}

#rooms-page {
  padding-bottom: 5rem;
}



/* Room Section Styles */
#room-list {
  margin-bottom: 5rem;
}
@media (min-width: 769px) {
  #room-list {
    width: 900px;
    margin: 0 auto 8rem;
  }
}

.room-item {
  width: 90%;
  margin: auto;
  display: flex;
  flex-direction: column;
}
@media (min-width: 769px) {
  .room-item {
    width: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

.room-item + .room-item {
  margin-top: 3rem;
}
@media (min-width: 769px) {
  .room-item + .room-item {
    margin-top: 8rem;
  }
}

.ri--info {
  display: contents;
}
@media (min-width: 769px) {
  .ri--info {
    display: block;
    width: 320px;
  }
}

.ri--hd {
  display: flex;
  flex-direction: column;
  text-align: left;
  order: 1;
}

.ri--tt {
  font-size: var(--fz-ll);
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.05em;
  margin-bottom: 2rem;
  order: 2;
}
@media (min-width: 769px) {
  .ri--tt {
    font-size: var(--fz-18);
  }
}

.ri--type {
  font-family: var(--ff-en-tenor);
  font-size: var(--fz-m);
  font-weight: 400;
  color: var(--cl-main);
  margin-bottom: 0.5rem;
  order: 1;
}
@media (min-width: 769px) {
  .ri--type {
    font-size: var(--fz-14);
  }
}

.ri--read {
  text-align: justify;
  order: 3;
}
@media (min-width: 769px) {
  .ri--read {
    font-size: var(--fz-14);
  }
}

.ri--spec {
  width: 100%;
  margin-top: 1.5rem;
  margin-bottom: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #2C5C86;
  order: 4;
}

.ri--spec ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ri--spec li {
  display: flex;
  display: -ms-flexbox;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  font-size: var(--fz-s);
  width: 100%;
}
@media (min-width: 769px) {
  .ri--spec li {
    font-size: var(--fz-11);
  }
}

.ri--spec li + li {
  margin-top: 3px;
}

.ri--spec-hr hr {
  position: relative;
  top: calc(50% - 1px);
  margin: 0 10px;
  border: none;
  border-top: dotted 2px #999;
}

.ri--spec-hr {
flex: auto;
}

.ri--spec tr {
  border-bottom: 1px dotted #ddd;
}

.ri--spec th, .room-spec td {
  padding: 0.75rem 0;
  font-size: var(--fz-s);
}

.ri--spec th {
  text-align: left;
  font-weight: normal;
  color: #999;
}

.ri--spec td {
  text-align: right;
  color: #333;
}

.ri--rsv {
  order: 5;
}

.ri--rsv a {
  display: block;
  padding: 0.5rem 0;
  text-align: center;
  text-decoration: none;
  color: #FFF;
  background-color: var(--cl-main);
}

.ri--img {
  margin-bottom: 20px;
  padding-bottom: 30px;
  overflow: hidden;
  order: 2;
}
@media (min-width: 769px) {
  .ri--img {
    width: 500px;
    padding-bottom: 0;
  }
}
.ri--img img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 10;
  object-fit: cover;
}

/* Swiper Styles for Room Images */
.ri-img-swiper {
  position: relative;
  width: 100%;
  /*! overflow: hidden; */
}

/* Navigation Arrows */
.ri-img-sl-button-prev,
.ri-img-sl-button-next {
  color: var(--white);
  --swiper-navigation-size: 24px;
  /*! background-color: rgba(0, 0, 0, 0.2); */
  width: 40px;
  height: 40px;
  border-radius: 50%;
  transition: background-color 0.3s ease;
}

.ri-img-sl-button-prev:hover,
.ri-img-sl-button-next:hover {
  /*! background-color: rgba(0, 0, 0, 0.6); */
}

.ri-img-sl-button-prev::after,
.ri-img-sl-button-next::after {
  font-size: 16px;
  font-weight: bold;
}

/* Pagination Dots */
.ri-img-sl-pagenation.swiper-pagination-bullets {
  bottom: -27px;
}

.ri-img-sl-pagenation .swiper-pagination-bullet {
  background: #ababab;
  opacity: 0.5;
  width: 8px;
  height: 8px;
  margin: 0 4px !important;
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.ri-img-sl-pagenation .swiper-pagination-bullet-active {
  opacity: 1;
  background: #959fc9;
  transform: scale(1.2);
}


/* Facility Section Styles */
#facility {
  width: 90%;
  margin: auto;
}
.faci--title-wrap {
  margin-bottom: 2rem;
}
.faci--title {
  margin-bottom: 0.3rem;
  padding-bottom: 0.3rem;
  border-bottom: 1px solid #DDD;
}
@media (min-width: 769px) {
  #facility {
    width: 900px;
    margin: 0 auto 8rem;
  }
  .faci--title {
    font-size: var(--fz-24);
    line-height: 1;
  }
  .faci--title-sub {
    font-size: var(--fz-12);
    text-align: left;
  }
}

.faci--item + .faci--item {
  margin-top: 2rem;
}
.faci--item figcaption {
  margin-bottom: 3px;
}
@media (min-width: 769px) {
  .faci--list {
    display: flex;
    flex-wrap: wrap;
    gap: 30px 30px;
  }
  .faci--item {
    width: calc(50% - 15px);
  }
  .faci--item + .faci--item {
    margin: 0;
  }
}



