@charset "UTF-8";

/* ==========================================================================
   Stay
========================================================================== */
@media (min-width: 992px) {
  .room-list .description {
    border-left: 1px solid var(--gray);
  }
  .room-list .acc_btn {
    width: 25rem;
  }
}


.room-list .roomBlock:not(:first-of-type) {
  margin-top: 5rem;
}

.room-list .spec.row {
  margin-right: -15px;
  margin-left: -15px;
}
.room-list .spec.row > .col,
.room-list .spec.row > [class*=col-] {
  padding-right: 15px;
  padding-left: 15px;
}

.room-list .slider-wrapper .slick-slide figure img {
  min-width: 100%;
  height: auto;
  max-height: 60vw;
}
.room-list .slick-dotted.slick-slider {
    margin-bottom: 0;
}
.room-list .slider-wrapper .slick-dots {
  display: none !important;
}

.room-list .detailBlock {
  padding: 1.5em;
  border: 1px solid var(--gray);
}
.room-list .detailBlock dl dt {
  color: var(--color1);
}
.room-list .detailBlock dl dd {
  margin-top: .5em;
}

@media (max-width: 991px) {
  .room-list .detailBlock .amenity dl {
    margin-top: 1.5em;
    padding-top: 1.5em;
    border-top: 1px solid var(--gray);
  }
}

@media (min-width: 992px) {
  .room-list .detailBlock {
    padding: 3em;
  }
  .room-list .detailBlock .amenity {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
    border-left: 1px solid var(--gray);
  }
}

