@charset "utf-8";

.facility {
  overflow-x: hidden;
}

.facility .page-ttl-en {
  width: 13.1rem;
}

.facility .page-mv-wrap::before {
  background-image: url("../img/facility/img_facility.webp");
}

.room {
  padding-top: 9rem;
  padding-bottom: 11rem;
}

.sec-ttl-wrap {
  margin-bottom: 6rem;
}

.sec-ttl-en {
  width: 12.6rem;
  margin-bottom: 2rem;
}

.sec-ttl {
  font-size: 3.4rem;
  letter-spacing: 0.06em;
}

.room-wrap._02,
.room-wrap._03 {
  padding-top: 8rem;
}

.room-img {
  margin-bottom: 3rem;
}

.room-detail-wrap {
  display: flex;
  justify-content: space-between;
}

.room-type {
  font-size: 2.4rem;
  letter-spacing: 0.06em;
}

.room-property-list {
  padding-left: 2.4rem;
  border-left: 1px solid #e2e2e2;
}

.room-property-item {
  font-size: 1.5rem;
  padding-left: 2.3rem;
  margin-bottom: 1.6rem;
  position: relative;
}
.room-property-item._03 {
  margin-bottom: 0;
}

.room-property-item::before {
  content: "";
  height: auto;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.room-property-item._01::before {
  width: 1.3rem;
  aspect-ratio: 13/16;
  background-image: url("../img/facility/icon_room01.svg");
  left: 0.2rem;
}
.room-property-item._02::before {
  width: 1.6rem;
  aspect-ratio: 1/1;
  background-image: url("../img/facility/icon_room02.svg");
  left: 0;
}
.room-property-item._03::before {
  width: 1.5rem;
  aspect-ratio: 15/16.67;
  background-image: url("../img/facility/icon_room03.svg");
  left: 0.3rem;
}

.spa-other {
  background: #fefdf5;
  padding-top: 11rem;
  padding-bottom: 9rem;
}

.spa-other .sec-ttl-en {
  width: 3.6rem;
}

.spa-type.spa02 {
  padding-top: 6rem;
}

.spa-flex {
  display: flex;
  justify-content: space-between;
  margin-top: 3.6rem;
}

.spa-name {
  font-size: 2rem;
  letter-spacing: 0.06em;
  margin-top: 2.2rem;
  margin-bottom: 1.4rem;
}

.spa-txt {
  width: 53rem;
  font-size: 1.4rem;
  line-height: 1.8;
}

.other-facility-txt {
  font-size: 1.4rem;
  line-height: 1.8;
}

.other-facility {
  padding-top: 8rem;
}

.other-facility-list {
  display: flex;
  justify-content: space-between;
  margin-top: 3.6rem;
}

.other-facility-item {
  width: 22.3%;
}

.other-facility-name {
  font-size: 2rem;
  letter-spacing: 0.06em;
  margin-top: 2.2rem;
  margin-bottom: 1.4rem;
}

#komorebi {
  padding-top: 24rem;
  margin-top: -24rem;
}

/*SP: 〜750px*/
@media screen and (max-width: 750px) {
  .facility .page-ttl-en {
    width: 7.5rem;
  }

  .facility .page-mv-wrap::before {
    background-image: url(../img/facility/img_facility_sp.jpg);
  }

  .room {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }

  .sec-ttl-wrap {
    margin-bottom: 3.4rem;
  }

  .sec-ttl-en {
    width: 10.7rem;
    margin-bottom: 1.7rem;
  }

  .sec-ttl {
    font-size: 2.4rem;
  }

  .room-img {
    margin-bottom: 2rem;
  }

  .room-detail-wrap {
    display: block;
  }

  .room-type {
    font-size: 1.8rem;
    margin-bottom: 2.3rem;
  }

  .room-property-list {
    padding-left: 1.5rem;
  }

  .room-property-item {
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 0.5rem;
  }

  .room-property-item::before {
    top: 1rem;
  }

  .room-wrap._02,
  .room-wrap._03 {
    padding-top: 6rem;
  }

  .spa-other {
    padding-top: 7rem;
    padding-bottom: 6rem;
  }

  .spa-other .sec-ttl-en {
    width: 2.8rem;
  }

  .spa-flex {
    display: block;
    margin-top: 3rem;
  }

  .spa-type.spa02 {
    padding-top: 6rem;
  }

  .spa-name {
    font-size: 1.8rem;
    margin-top: 2rem;
    margin-bottom: 1.2rem;
  }

  .spa-txt {
    width: 100%;
  }

  .other-facility {
    padding-top: 7rem;
  }

  .page-container.sp-none {
    display: contents;
  }

  .other-facility-list {
    display: block;
    margin-top: 2.6rem;
  }

  .other-facility-item {
    width: 20.7rem;
    margin: 0 1rem;
  }

  #komorebi {
    padding-top: 16rem;
    margin-top: -16rem;
  }
}
