@charset "UTF-8";
/* =========================================================
gallery
========================================================= */
.gallery .photoList {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 33px 2.64%;
  margin-bottom: 50px;
}
@media (max-width: 767px) {
  .gallery .photoList {
    grid-template-columns: repeat(2, 1fr);
    gap: 17px 5%;
    margin-bottom: 0;
  }
}
.gallery .photoList li .photo {
  cursor: pointer;
  margin-bottom: 0;
  position: relative;
}
.gallery .photoList li .photo .textBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 50%);
  color: #fff;
}
.gallery .photoList li .photo .textBlock p.picTitle {
  position: absolute;
  left: 22px;
  bottom: 10px;
  color: #fff;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .gallery .photoList li .photo .textBlock p.picTitle {
    display: none;
  }
}
.gallery .photoList li .photo .textBlock p.circle {
  background: rgba(20, 35, 53, 0.8);
  position: absolute;
  right: 10px;
  bottom: 10px;
  width: 28px;
  height: 28px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.gallery .photoList li .photo .textBlock p.circle .icon_photo {
  width: 14px;
  height: 10px;
}
.gallery .photoList li .photo + p.picTitle {
  display: none;
}
@media (max-width: 767px) {
  .gallery .photoList li .photo + p.picTitle {
    display: block;
    position: initial;
    text-align: center;
    font-size: 1.3rem;
    color: #4D4D4D;
    margin-top: 6px;
    text-transform: capitalize;
  }
}
.gallery .roomPhotoModal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
.gallery .roomPhotoModal_bg {
  height: 100vh;
  position: absolute;
  width: 100%;
  opacity: 0.95;
  background: #F7F4ED;
}
.gallery .roomPhotoModal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 742px;
}
@media (max-width: 767px) {
  .gallery .roomPhotoModal_content {
    width: 90%;
  }
}
.gallery .roomPhotoModal .thumbnail-img {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}
.gallery .roomPhotoModal .slick-img {
  opacity: 0.3;
  transition: opacity 0.3s linear;
}
.gallery .roomPhotoModal .slick-num {
  position: absolute;
  right: 30px;
  bottom: 20px;
  color: #fff;
  border: 1px solid #fff;
  background: rgba(20, 35, 53, 0.8);
  border-radius: 20px;
  height: 25px;
  width: 10%;
  line-height: 22px;
  text-align: center;
  font-family: "acumin-variable", sans-serif;
  font-variation-settings: "slnt" 0, "wdth" 100, "wght" 400;
  font-size: 1.6rem;
  letter-spacing: 0;
}
@media (max-width: 767px) {
  .gallery .roomPhotoModal .slick-num {
    font-size: 1.2rem;
    height: 20px;
    line-height: 17px;
    width: 14%;
    right: 18px;
    bottom: 12px;
  }
}
.gallery .roomPhotoModal .slider {
  padding: 20px 20px 14px;
}
.gallery .roomPhotoModal .slider .slick-img .textBlock {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0, rgba(0, 0, 0, 0) 30%);
  color: #fff;
}
.gallery .roomPhotoModal .slider .slick-img .textBlock p.picTitle {
  position: absolute;
  left: 22px;
  bottom: 10px;
  text-transform: capitalize;
}
@media (max-width: 767px) {
  .gallery .roomPhotoModal .slider .slick-img .textBlock p.picTitle {
    font-size: 1.4rem;
    left: 15px;
    bottom: 3px;
  }
}
.gallery .roomPhotoModal .thumbnail {
  padding: 0 14px 20px;
}
.gallery .roomPhotoModal .thumbnail.slick-initialized .slick-slide {
  padding: 0 7px;
}
@media (max-width: 767px) {
  .gallery .roomPhotoModal .slider {
    padding: 9px 9px 6px;
  }
  .gallery .roomPhotoModal .thumbnail {
    padding: 0 9px 9px;
  }
  .gallery .roomPhotoModal .thumbnail.slick-initialized .slick-slide {
    padding: 0 2.5px;
  }
}
.gallery .roomPhotoModal .slick-current {
  opacity: 1;
}
.gallery .roomPhotoModal .slick-slider .slick-arrow {
  width: 30px;
  height: 35px;
}
.gallery .roomPhotoModal .slick-slider .slick-arrow.prev-arrow {
  position: absolute;
  left: 35px;
  transform: rotate(180deg);
}
.gallery .roomPhotoModal .slick-slider .slick-arrow.next-arrow {
  position: absolute;
  right: 35px;
}
.gallery .roomPhotoModal .slick-arrow svg {
  fill: #fff;
  width: 16px;
  height: 31px;
  filter: drop-shadow(1px 1px 2px #000);
}
@media (max-width: 767px) {
  .gallery .roomPhotoModal .slick-slider .slick-arrow {
    width: 20px;
    height: 20px;
    top: 10px;
  }
  .gallery .roomPhotoModal .slick-slider .slick-arrow.prev-arrow {
    left: 12px;
  }
  .gallery .roomPhotoModal .slick-slider .slick-arrow.next-arrow {
    right: 15px;
  }
  .gallery .roomPhotoModal .slick-arrow svg {
    width: 7px;
    height: 13px;
  }
}
.gallery .roomPhotoModal .slick-slider .slick-track,
.gallery .roomPhotoModal .slick-slider .slick-list {
  width: 700px;
}
.gallery .roomPhotoModal .thumbnail.slick-slider .slick-list {
  width: 714px;
}
@media (max-width: 767px) {
  .gallery .roomPhotoModal .slick-slider .slick-track,
  .gallery .roomPhotoModal .slick-slider .slick-list {
    width: 85vw;
  }
  .gallery .roomPhotoModal .thumbnail.slick-slider .slick-list {
    width: 85vw;
  }
}
.gallery .roomPhotoModal .thumbnail-img {
  cursor: pointer;
}
.gallery .roomPhotoModal_content .js-modal-close {
  position: absolute;
  top: -50px;
  right: -5px;
  display: block;
  width: 35px;
  height: 35px;
}
.gallery .roomPhotoModal_content .js-modal-close::before,
.gallery .roomPhotoModal_content .js-modal-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #000;
  width: 30px;
  height: 2px;
  margin: auto;
  transform: rotate(45deg);
}
.gallery .roomPhotoModal_content .js-modal-close::after {
  transform: rotate(-45deg);
}
@media (max-width: 767px) {
  .gallery .roomPhotoModal_content .js-modal-close {
    top: -28px;
    right: 0;
    width: 20px;
    height: 20px;
  }
  .gallery .roomPhotoModal_content .js-modal-close::before,
  .gallery .roomPhotoModal_content .js-modal-close::after {
    width: 20px;
  }
}

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