/*============================================================
	Facility
============================================================*/
/*  House Tour
-------------------------------------------------*/
#house__tour {
  color: #fff;
  background-color: #222;
  background-image: url(../img/common/bg_brush-01.svg), url(../img/common/bg_brush-02.svg);
  background-position: left top, right bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 28.125rem auto, 43.75rem auto;
}
@media only screen and (max-width: 767px) {
  #house__tour {
    background-size: 16.0714285714rem auto, 25rem auto;
  }
}
#house__tour .inner h2::after {
  background: #fff;
}
#house__tour .inner h2:last-of-type {
  margin-top: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #house__tour .inner h2:last-of-type {
    margin-top: 1.7857142857rem;
  }
}
@media only screen and (max-width: 767px) {
  #house__tour .inner h3 {
    font-size: 1rem;
  }
}
#house__tour .inner ul {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 3.125rem;
}
@media only screen and (max-width: 767px) {
  #house__tour .inner ul {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.7857142857rem;
  }
}
#house__tour .inner ul li a figure {
  aspect-ratio: 3/2;
  overflow: hidden;
  position: relative;
}
#house__tour .inner ul li a figure img {
  position: absolute;
  width: 100%;
  height: 100%;
}
#house__tour .inner ul li a figure::before, #house__tour .inner ul li a figure::after {
  position: absolute;
  content: "";
  z-index: 2;
}
#house__tour .inner ul li a figure::before {
  width: 1.875rem;
  height: 1.875rem;
  background: rgba(34, 34, 34, 0.7);
  right: 0;
  bottom: 0;
}
#house__tour .inner ul li a figure::after {
  width: 0.9375rem;
  height: 0.9375rem;
  background: url(../img/facility/icon_search.svg) no-repeat center center/contain;
  right: 0.46875rem;
  bottom: 0.46875rem;
}
#house__tour .inner ul li a:not(:first-of-type) {
  display: none;
}
#house__tour .inner ul li a:hover {
  opacity: 1;
}
#house__tour .inner ul li a:hover figure img {
  opacity: 1;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.glightbox-clean .gslide-description {
  background: none !important;
}
.glightbox-clean .gslide-title {
  font-family: "Crimson Text", "Zen Old Mincho", "Noto Serif SC", "Noto Serif KR", serif !important;
  font-size: 1.2rem !important;
  color: #fff !important;
  margin-bottom: 0 !important;
}
@media only screen and (max-width: 767px) {
  .glightbox-clean .gprev,
  .glightbox-clean .gnext {
    width: 30px !important;
    height: 37.5px !important;
    top: 50% !important;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background: rgba(34, 34, 34, 0.5) !important;
  }
}
.glightbox-clean .gprev.disabled,
.glightbox-clean .gnext.disabled {
  opacity: 0 !important;
}
@media only screen and (max-width: 767px) {
  .glightbox-clean .gprev svg,
  .glightbox-clean .gnext svg {
    width: 20px !important;
  }
}
@media only screen and (max-width: 767px) {
  .glightbox-clean .gprev {
    left: 0 !important;
    border-radius: 0 5px 5px 0 !important;
  }
}
@media only screen and (max-width: 767px) {
  .glightbox-clean .gnext {
    right: 0 !important;
    border-radius: 5px 0 0 5px !important;
  }
}

/*  Facilities & Amenities
-------------------------------------------------*/
#amenity {
  background-image: url(../img/common/bg_dots-01.svg), url(../img/common/bg_dots-02.svg);
  background-position: right top, left bottom;
  background-repeat: no-repeat, no-repeat;
  background-size: 31.25rem auto, 31.25rem auto;
}
@media only screen and (max-width: 767px) {
  #amenity {
    background-size: 14.2857142857rem auto, 14.2857142857rem auto;
  }
}
#amenity .inner .container ul:not(.notes) {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #amenity .inner .container ul:not(.notes) {
    grid-template-columns: repeat(2, 1fr);
    gap: 1.0714285714rem;
  }
}
#amenity .inner .container ul:not(.notes):not(:last-child) {
  padding-bottom: 1.25rem;
  border-bottom: solid 1px #ccc;
  margin-bottom: 1.875rem;
}
@media only screen and (max-width: 767px) {
  #amenity .inner .container ul:not(.notes):not(:last-child) {
    padding-bottom: 1.0714285714rem;
    margin-bottom: 1.7857142857rem;
  }
}
#amenity .inner .container ul:not(.notes) li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#amenity .inner .container ul:not(.notes) li figure {
  width: 1.875rem;
  margin-right: 0.625rem;
}
@media only screen and (max-width: 767px) {
  #amenity .inner .container ul:not(.notes) li figure {
    width: 1.7857142857rem;
    margin-right: 0.3571428571rem;
  }
}
#amenity .inner .container ul:not(.notes) li p {
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  #amenity .inner .container ul:not(.notes) li p {
    font-size: 0.8928571429rem;
    letter-spacing: 0;
  }
}