@charset "UTF-8";
.bookModule .tabList li:nth-of-type(2), .bookModule .tabList li:nth-of-type(3) {
  display: none !important;
}

/* ::::::::::  TOP  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
/* ROOM 客室スライド画像追加 ----------------------------------------- */
/* スライダーが5枚以下の場合下記のCSSを追加してください（各施設ごと） */
.roomPhotoModal .thumbnail02 .slick-track,
.roomPhotoModal .thumbnail03 .slick-track,
.roomPhotoModal .thumbnail07 .slick-track {
  display: flex;
  justify-content: center;
  width: 100% !important;
  transform: unset !important;
}

/* ::::::::::  Facility  :::::::::::::::::::::::::::::::::::::::::::::::::::::::: */
.facilityList > li.others {
  display: flex;
  flex-direction: column;
}
.facilityList > li.others .textBlock {
  margin-block: auto 80px;
}
@media (max-width: 1024px) {
  .facilityList > li.others .textBlock {
    margin-bottom: 0;
  }
}
.facilityList > li.others .textBlock .secTitle02,
.facilityList > li.others .textBlock .secTitle02 p {
  margin: 5px 0 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid #707070;
}
.facilityList > li.others .textBlock .othersList {
  -moz-column-count: 2;
       column-count: 2;
}
@media (max-width: 1024px) {
  .facilityList > li.others .textBlock .othersList {
    -moz-column-count: auto;
         column-count: auto;
  }
}
.facilityList > li.others .textBlock .othersList > li {
  position: relative;
  padding-left: 1em;
  font-size: 1.8rem;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .facilityList > li.others .textBlock .othersList > li {
    font-size: 1.3rem;
  }
}
.facilityList > li.others .textBlock .othersList > li::before {
  content: "・";
  position: absolute;
  left: 0;
  top: 0;
}
:lang(ja) .facilityList > li.others .textBlock .othersList > li:nth-child(n+3) {
  margin-left: -1em;
}
@media (max-width: 1024px) {
  :lang(ja) .facilityList > li.others .textBlock .othersList > li:nth-child(n+3) {
    margin-left: 0;
  }
}
:lang(en) .facilityList > li.others .textBlock .othersList > li:nth-child(-n+2) {
  margin-right: -1em;
}
@media (max-width: 1024px) {
  :lang(en) .facilityList > li.others .textBlock .othersList > li:nth-child(-n+2) {
    margin-right: 0;
  }
}
.facilityList > li.others .textBlock .othersList > li.pc::before {
  content: none;
}
.facilityList > li.others .textBlock .othersList > li + li {
  margin-top: 0;
}/*# sourceMappingURL=style.css.map */