@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* common
---------------------------------------------------------------------- */
.rooms {
  counter-reset: number 0;
}
.rooms .subPageItem__ttl {
  margin-right: 50px;
}
.rooms .subPageItem__txt span {
  margin-top: 145px;
}
.rooms .intro {
  background-position: bottom 514px left 106%, bottom 73px left -24px;
}

/* room
---------------------------------------------------------------------- */
.room {
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(34%, #fff), color-stop(34%, #F6F6F6), to(#F6F6F6));
  background: linear-gradient(to bottom, #fff 0%, #fff 34%, #F6F6F6 34%, #F6F6F6 100%);
  padding: 85px 20px 85px;
}

.room__ttl {
  font-size: 35px;
  letter-spacing: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  border-bottom: 1px solid #231815;
  line-height: 1.65;
  padding: 0 1.5% 0 12%;
}
.room__ttl span {
  font-size: 20px;
  letter-spacing: 0;
}
.room__ttl::before {
  counter-increment: number 1;
  content: "0" counter(number);
  font-size: 70px;
  letter-spacing: 0;
  position: absolute;
  bottom: -5px;
  left: 20px;
  line-height: 1;
}

.room__detail {
  margin-top: 30px;
}

.room__detail dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  row-gap: 14px;
  margin-bottom: 15px;
}
.room__detail dl dt {
  width: 105px;
  letter-spacing: 0.1em;
}
.room__detail dl dd {
  width: calc(100% - 105px);
  letter-spacing: 0.1em;
}
.room__detail dl dd p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.5;
}
.room__detail dl dd p::before {
  content: "：";
}

.room__amenities {
  max-width: 1000px;
  text-align: center;
  margin: 0 auto;
  padding: 39px 30px;
  border: 1px solid #24272A;
}
.room__amenities dt {
  font-size: 19px;
  letter-spacing: 0.1em;
}
.room__amenities dd {
  letter-spacing: 0.1em;
  line-height: 1.85;
}

#executive_corner.room,
#executive_twin.room {
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#747779), color-stop(34%, #747779), color-stop(34%, #323D44), to(#323D44));
  background: linear-gradient(to bottom, #747779 0%, #747779 34%, #323D44 34%, #323D44 100%);
}

#executive_corner .room__ttl,
#executive_twin .room__ttl {
  border-bottom: 1px solid #fff;
}

#executive_corner .room__amenities,
#executive_twin .room__amenities {
  border: 1px solid #fff;
}

#executive_corner .room__txt {
  letter-spacing: 0.2em;
}

#premium_villa_suite.room {
  color: #fff;
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(34%, transparent), color-stop(34%, #070707), to(#070707));
  background: linear-gradient(to bottom, transparent 0%, transparent 34%, #070707 34%, #070707 100%);
}
#premium_villa_suite.room::after {
  content: "";
  width: 100%;
  height: 34%;
  background: url(../images/bg_premium.jpg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
}
#premium_villa_suite.room .w1300 {
  position: relative;
  z-index: 1;
}

#premium_villa_suite .room__ttl {
  border-bottom: 1px solid #9F820B;
}

#premium_villa_suite .room__amenities {
  background-color: #24292B;
  border: 1px solid #9F820B;
}
#premium_villa_suite .room__amenities dt {
  color: #9F820B;
}

#premium_villa_suite .room__logo {
  position: absolute;
  bottom: -89px;
  right: -5px;
  z-index: 20;
  width: 295px;
}/*# sourceMappingURL=rooms.css.map */