/* ---------------------------------------- */
@media (min-width: 576px) {
  #outline table .sp {
    display: none;
  }
}
#outline table .pc {
  display: none;
}
@media (min-width: 576px) {
  #outline table .pc {
    display: block;
  }
}

/* ---------------------------------------- */
.room-slide {
  margin-bottom: 20px;
}

.room-h {
  font-size: 2rem;
}

.room-h-en {
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  letter-spacing: 0.04em;
  font-size: 1.3rem;
}

.swiper-slide img {
  width: 100%;
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  margin: 0 8px !important;
}
.swiper-pagination-bullet:hover {
  background-color: #67bae1;
}

.swiper-pagination-bullet-active {
  background-color: #67bae1;
}

.slide {
  position: relative;
}
.slide .prev,
.slide .next {
  position: absolute;
  z-index: 100;
  bottom: 9px;
  display: inline-block;
  width: 11px;
  height: 20px;
  background-repeat: no-repeat;
  transform: translate(0, 5px);
  cursor: pointer;
}
.slide .prev {
  left: 50%;
  background-image: url(/assets/img/common/ic_swiper_prev.svg);
}
.slide .next {
  right: 50%;
  background-image: url(/assets/img/common/ic_swiper_next.svg);
}