@charset "UTF-8";
/* メインカラー */
/* サブカラー */
/* アクセントカラー */
/* intro
---------------------------------------------------------------------- */
.intro {
  padding: 75px 0 50px;
  position: relative;
  background-color: #EDEDED;
  background-size: cover;
}
.intro::after {
  content: "";
  display: block;
  width: 263px;
  height: 163px;
  position: absolute;
  top: 50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: url(../images/bg_bed.png) no-repeat;
  background-size: contain;
  z-index: 0;
}
.intro .mainw {
  position: relative;
  z-index: 1;
}

.intro__ttl {
  font-size: 30px;
  font-weight: 600;
  letter-spacing: 0.08em;
  line-height: 1.33;
  text-align: center;
  margin-bottom: 10px;
  font-family: "Noto Serif JP", serif;
}

.intro__lead {
  font-size: 18px;
  letter-spacing: 0.08em;
  line-height: 1.88;
  text-align: center;
  margin-bottom: 50px;
  font-family: "Noto Serif JP", serif;
}

.intro__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 23px;
}
.intro__list li {
  width: 288px;
}

.intro__itemImg {
  margin-bottom: 9px;
}

.intro__itemTtl {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 5px;
}

.intro__itemTxt {
  font-size: 14px;
  letter-spacing: 0.04em;
}

/* room
---------------------------------------------------------------------- */
.room__item {
  padding: 90px 0 110px;
  background-color: #FAF6F3;
  position: relative;
}
.room__item::after {
  content: "";
  width: 100%;
  height: 600px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: url(../../images/bg_brick.png);
  background-size: contain;
}
.room__item .ctitle {
  font-size: 34px;
  line-height: 1.7;
  margin-bottom: -19px;
  -webkit-font-feature-settings: normal;
          font-feature-settings: normal;
}

.room__box {
  max-width: 900px;
  margin: 0 auto;
  background-color: #fff;
  padding: 30px 35px 48px;
  position: relative;
  z-index: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.room__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 14px;
  gap: 15px;
}

.room__img {
  margin-bottom: 20px;
}

.room__name {
  font-size: 20px;
  letter-spacing: 0.105em;
  text-align: center;
  margin-bottom: 10px;
}

.room__txt {
  letter-spacing: 0.105em;
  line-height: 1.425;
  text-align: center;
}

.room__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* facilities
---------------------------------------------------------------------- */
.facilities {
  background-color: #4D4D4D;
  padding: 70px 40px 60px;
}

.facilities__box {
  padding: 0 30px 50px;
  border: 1px solid #FFFFFF;
}

.facilities__ttl {
  font-size: 24px;
  display: block;
  text-align: center;
  letter-spacing: 0.08em;
  font-weight: 600;
  line-height: 1.9;
  color: #fff;
  -webkit-transform: translateY(-44%);
          transform: translateY(-44%);
  margin-bottom: 6px;
}
.facilities__ttl span {
  display: inline-block;
  padding: 0 25px;
  background-color: #4D4D4D;
}
.facilities__ttl span > span {
  font-size: 14px;
  display: block;
  font-family: "Marcellus", serif;
  font-weight: 400;
  letter-spacing: 0.1em;
}

.facilities__list {
  max-width: 800px;
  margin: 0 auto;
  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;
  gap: 31px 36px;
}
.facilities__list li {
  width: 120px;
}

.facilities__icon {
  width: 100%;
  margin-bottom: 8px;
  text-align: center;
}

.facilities__name {
  color: #fff;
  text-align: center;
  letter-spacing: 0.08em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

/* rental
---------------------------------------------------------------------- */
.rental {
  background-color: #fff;
  padding: 75px 0 80px;
  position: relative;
}
.rental::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 210px;
  background-color: #FAF6F3;
  z-index: 0;
}
.rental .ctitle {
  font-size: 24px;
  line-height: 1.9;
  margin-bottom: 33px;
}

.rental__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 2%;
  position: relative;
  z-index: 1;
}

.rental__img {
  margin-bottom: 10px;
}

.rental__txt {
  text-align: center;
  letter-spacing: 0.08em;
}

/* amenity
---------------------------------------------------------------------- */
.amenity {
  padding: 75px 0 80px;
  position: relative;
}
.amenity .ctitle {
  font-size: 24px;
  line-height: 1.9;
  margin-bottom: 25px;
}

.amenity__list {
  max-width: 1530px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto 55px;
  gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.amenity dl {
  text-align: center;
  margin-bottom: 65px;
}
.amenity dl dt {
  font-size: 18px;
  margin-bottom: 10px;
  letter-spacing: 0.08em;
  font-weight: bold;
}
.amenity dl dd {
  letter-spacing: 0.08em;
}
.amenity dl:first-of-type {
  margin-bottom: 24px;
}/*# sourceMappingURL=room.css.map */