/* ==========================================================================*/
/*   initial */
/* ==========================================================================*/
/* ==========================================================================*/
/*   size*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   link-underline*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   justify*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   text-height-zero*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   media query*/
/* ==========================================================================*/
/* ==========================================================================*/
/*   center-content*/
/* ==========================================================================*/
/* ==========================================================================
   main
   ========================================================================== */
.main-heading {
  background-image: url(../img/room/bg_header.jpg);
}

/* ==========================================================================
   block
   ========================================================================== */
.room .section__inner {
  padding-left: 0;
  padding-right: 0;
}

.room:not(:first-of-type) {
  margin-top: 60px;
}

.room:not(:first-of-type) .section__inner {
  padding-top: 45px;
}

.room:not(:first-of-type) .section__inner::before {
  display: block;
  content: '';
  width: 100%;
  max-width: 800px;
  height: 1px;
  background: #EEEEEE;
  position: absolute;
  top: 0;
  left: 0;
}

.room__inner {
  position: relative;
  padding-right: 63%;
  min-height: 400px;
}

.room__ttl {
  position: relative;
  margin-bottom: 1.25em;
}

.room__ttl__num {
  font-size: 100%;
}

.room__ttl__name {
  font-size: 125%;
}

.room__spec {
  font-size: 75%;
}

.room-img {
  position: absolute;
  top: 15px;
  right: 0;
  width: 60%;
}

.room-img__slider {
  margin: 0;
}

.room-img__slider .item {
  text-align: center;
}

.room-img__slider .item img {
  width: 100%;
  height: auto;
}

.room-img__thumbs .slick-list .item {
  width: 20%;
  height: auto;
  margin: 0;
  padding: 0;
  cursor: pointer;
  transition: opacity 0.2s cubic-bezier(0.25, 0.1, 0.25, 1);
}

.room-img__thumbs .slick-list .item.slick-current {
  opacity: 0.5;
}

.room-img__thumbs .slick-list .item:hover {
  opacity: 0.5;
}

.room__amenity {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-top: 1.5em;
  padding: 1.25em 2em;
  border: #4F9FDE solid 1px;
}

.room__amenity dt {
  white-space: nowrap;
  padding-right: 2.5em;
}

.room__amenity dd {
  font-size: 81.3%;
  line-height: 1.4;
}

@media only screen and (max-width: 767px) {
  .room .section__inner {
    padding-right: 5.86667vw;
    padding-left: 5.86667vw;
  }
  .room:not(:first-of-type) {
    margin-top: 10.66667vw;
  }
  .room:not(:first-of-type) .section__inner {
    padding-top: 8vw;
  }
  .room:not(:first-of-type) .section__inner::before {
    left: 6.4vw;
    max-width: 87.46667vw;
  }
  .room__inner {
    width: 100%;
    padding: 0;
    display: flex;
    flex-direction: column;
  }
  .room__ttl {
    order: 0;
  }
  .room__ttl__name {
    font-size: 5.33333vw;
  }
  .room__desc {
    order: 2;
  }
  .room__spec {
    order: 3;
  }
  .room-img {
    position: relative;
    top: 0;
    right: 0;
    width: 100vw;
    margin-right: -5.86667vw;
    margin-left: -5.86667vw;
    order: 1;
  }
  .room-img__slider {
    margin-bottom: 5.33333vw;
  }
  .room-img__slider .item {
    width: 100vw;
  }
  .room__amenity {
    flex-direction: column;
    align-items: flex-start;
    margin-top: 1.5em;
    padding: 1.25em 1.5em;
  }
}
