/* ======================================================
pc
====================================================== */
/* common
---------------------------------------------------------------------- */
#htlSide-A {
  top: 630px;
}

#mainvisual picture img {
  -o-object-position: left;
     object-position: left;
}

.ctitle2 {
  text-align: center;
  margin-bottom: 30px;
}

.lead {
  text-align: center;
  margin: 0 auto 45px;
}

.navi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 880px;
  margin: 0 auto;
}
.navi li {
  text-align: center;
  width: 25%;
  margin-bottom: 45px;
  position: relative;
  border-left: 1px solid #898989;
  font-weight: 500;
}
.navi li:nth-of-type(4) {
  border-right: 1px solid #898989;
}
.navi li:last-of-type {
  border-right: 1px solid #898989;
}
.navi li::after {
  content: "";
  border-top: solid 1px #898989;
  border-right: solid 1px #898989;
  width: 10px;
  height: 10px;
  position: absolute;
  bottom: 5px;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translateX(-50%) rotate(135deg);
      -ms-transform: translateX(-50%) rotate(135deg);
          transform: translateX(-50%) rotate(135deg);
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
  pointer-events: none;
}
.navi li:hover::after {
  bottom: -5px;
}
.navi li a {
  display: block;
  padding: 0 0 20px;
  line-height: 1.4;
}

#RthCustomizeW .navi a {
  color: #333;
}

/* about
---------------------------------------------------------------------- */
.about {
  padding: 60px 0 0;
  position: relative;
  z-index: 10;
}

/* rooms
---------------------------------------------------------------------- */
.rooms__Wrap {
  position: relative;
  padding: 70px 0 70px;
  margin-top: -70px;
}

.rooms__content {
  padding: 5px 50px 0 50px;
}

.rooms__contentInr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.rooms__detail {
  width: 66%;
  padding: 15px 70px 0 0;
}

.rooms__ttl {
  color: #416290;
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
.rooms__ttl span {
  font-size: 19px;
  font-weight: bold;
  color: #fff;
  background-color: #A0B0C7;
  width: 90px;
  height: 37px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-right: 20px;
}

.rooms__txt {
  margin-bottom: 25px;
}

.rooms__remodelDate {
  font-size: 19px;
  font-weight: bold;
  color: #416290;
  border: 1px solid #416290;
  padding: 8px 32px;
  display: inline-block;
  line-height: 1;
}

.rooms__floor {
  width: 34%;
  padding: 20px 0 0 70px;
  border-left: 1px solid #898989;
}

.rooms__floorItem {
  margin-bottom: 20px;
}
.rooms__floorItem span {
  border: 1px solid #898989;
  line-height: 1;
  padding: 5px;
  min-width: 114px;
  height: 32px;
  margin-right: 20px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.rooms__Wrap--west .rooms__ttl {
  color: #81648C;
}
.rooms__Wrap--west .rooms__ttl span {
  background-color: #B3A2BA;
}

.rooms__Wrap--west .rooms__remodelDate {
  color: #81648C;
  border: 1px solid #81648C;
}

.rooms__limitedWrap {
  position: relative;
}

.rooms__limited {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 19px;
  width: 125px;
  height: 37px;
  margin-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  background-color: #E5A6B6;
  font-weight: bold;
}

.slick-initialized .slick-slide {
  height: auto;
}

/* amenity
---------------------------------------------------------------------- */
.amenity {
  background-color: #F4F7F8;
  padding: 63px 0;
}

.amenity__dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.amenity__dl dt {
  width: 18%;
  padding: 10px 0;
  text-align: center;
  font-weight: 500;
  border-top: 1px dashed #898989;
}
.amenity__dl dt span {
  border-right: 1px dashed #898989;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.amenity__dl dt:last-of-type {
  border-bottom: 1px dashed #898989;
}
.amenity__dl dd {
  width: 82%;
  padding: 10px 30px;
  border-top: 1px dashed #898989;
}
.amenity__dl dd:last-of-type {
  border-bottom: 1px dashed #898989;
}/*# sourceMappingURL=rooms.css.map */