.rooms .main-contents {
  padding-bottom: 0;
}
.rooms .citem-ttl {
  margin-bottom: 29px;
  font-size: 36px;
}
.rooms .citem-ttl__en {
  font-size: 0.429em;
}

/* intro 
---------------------------------------------------------------------- */
.intro {
  padding: 0 0 140px;
}

/* rooms
---------------------------------------------------------------------- */
.rooms-sec {
  padding-bottom: 120px;
}

.rooms-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  max-width: 1370px;
  margin-right: auto;
  padding-right: 20px;
  padding-top: 120px;
  gap: 35px;
  width: 100%;
}

.rooms-item__img {
  width: 74%;
  min-width: 0;
  position: relative;
  font-size: 0;
}
.rooms-item__img .slick-slider {
  width: 100%;
  height: 100%;
}

.rooms-item__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 314px;
          flex: 1 0 314px;
  padding-top: 24px;
}

.rooms-item__txt {
  margin-bottom: 20px;
  font-weight: 500;
}

.rooms-item__specs {
  margin-bottom: 20px;
}

.rooms-item__spec {
  padding: 1.2em 0 0.55em;
  border-bottom: 1px solid #C7B299;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 250px;
  font-weight: 500;
}
.rooms-item__spec dt {
  width: 55%;
}
.rooms-item__spec dd {
  width: 45%;
}

.rooms-item__btn-list li {
  margin-bottom: 10px;
}
.rooms-item__btn-list li:last-child {
  margin-bottom: 0;
  letter-spacing: 0;
}

.rooms-item__btn {
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  background-color: #006837;
  border-radius: 5px;
  line-height: 1.5;
  padding: 0.438em 0.8em;
  position: relative;
}
.rooms-item__btn::after {
  content: "";
  width: 7px;
  height: 7px;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  position: absolute;
  right: 1.2em;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}

.rooms-item--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  padding-left: 20px;
  padding-right: 0;
  margin-right: 0;
  margin-left: auto;
}

/* outbus 
---------------------------------------------------------------------- */
.outbus {
  padding-top: 104px;
}
.outbus .citem-ttl {
  text-align: center;
}

.outbus__txt {
  max-width: 740px;
  font-weight: 500;
  text-align: justify;
  margin: 0 auto 32px;
}

/* amenities 
---------------------------------------------------------------------- */
.amenities {
  background: url(../../images/bg_deco01.png);
  padding: 80px 40px;
}

.amenities__box {
  font-size: 16px;
  background-color: #EFEEE8;
  padding: 2.75em 1.4em 3.5em 2.8em;
}

.amenities__group:not(:last-of-type) {
  margin-bottom: 42px;
}

.amenities__ttl {
  color: #5A3A1B;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 0.06em;
  margin-bottom: 10px;
}

.amenities__list {
  -webkit-column-count: 4;
     -moz-column-count: 4;
          column-count: 4;
  line-height: 1.735;
  letter-spacing: 0.08em;
}

.amenities__note {
  text-align: right;
  padding-right: 26px;
  margin-top: 10px;
}/*# sourceMappingURL=rooms.css.map */