@charset "UTF-8";
.plan-introduction {
  padding: 160px 0 0;
}
@media only screen and (max-width: 767px) {
  .plan-introduction {
    padding: calc(80 / 375 * 100vw) 0 0;
  }
}

.plan-details {
  padding: 160px 0;
}
@media only screen and (max-width: 767px) {
  .plan-details {
    padding: calc(120 / 375 * 100vw) 0 calc(80 / 375 * 100vw);
  }
}

.planNav__head {
  text-align: center;
}
.planNav__head + .planNav__cont {
  margin-top: 160px;
}
@media only screen and (max-width: 767px) {
  .planNav__head + .planNav__cont {
    margin-top: calc(120 / 375 * 100vw);
  }
}

/* planNavに表示される各メニューは下記スタイルで背景画像を変更できます */
.madori-a1 {
  background-image: url("../img/plan/img-plan-nav-a1.jpg");
}

.madori-b {
  background-image: url("../img/plan/img-plan-nav-b.jpg");
}

.madori-d1 {
  background-image: url("../img/plan/img-plan-nav-d1.jpg");
}

.planArea__item {
  background: linear-gradient(297deg, #7D4E46 -0.73%, #45231D 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .planArea__item {
    display: grid;
    gap: 0 16px;
    grid-template-columns: 1fr 1.16fr;
    padding: 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .planArea__item {
    padding: 0 calc(17.5 / 375 * 100vw) calc(80 / 375 * 100vw);
    text-align: center;
  }
}
.planArea__item + .planArea__item {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .planArea__item + .planArea__item {
    margin-top: calc(120 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .planArea__btn {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .planArea__btn {
    margin-top: calc(10 / 375 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .roomSpec {
    padding: 0 50px;
  }
}
.roomSpec__type {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 16px;
  background-color: rgba(0, 0, 0, 0.2);
  color: rgba(255, 255, 255, 0.9);
  font-family: "Cinzel", "Noto Serif Japanese", serif;
  font-size: 16px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-transform: lowercase;
  width: 140px;
  height: 140px;
  margin: 0 auto;
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .roomSpec__type {
    width: calc(130 / 375 * 100vw);
    height: calc(130 / 375 * 100vw);
    font-size: calc(16 / 375 * 100vw);
    gap: calc(16 / 375 * 100vw);
  }
}
.roomSpec__type .type {
  display: block;
  font-size: 60px;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-right: 0;
  text-transform: uppercase;
}
@media only screen and (max-width: 767px) {
  .roomSpec__type .type {
    font-size: calc(60 / 375 * 100vw);
  }
}
.roomSpec__area {
  font-family: "Cinzel", "Noto Serif Japanese", serif;
  font-size: 18px;
  line-height: 1.8;
  padding-top: 24px;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .roomSpec__area {
    font-size: calc(12 / 375 * 100vw);
    padding-top: calc(24 / 375 * 100vw);
  }
}
.roomSpec__area .small {
  font-size: 20px;
}
@media only screen and (max-width: 767px) {
  .roomSpec__area .small {
    font-size: calc(24 / 375 * 100vw);
  }
}
.roomSpec__area .mid {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .roomSpec__area .mid {
    font-size: calc(30 / 375 * 100vw);
  }
}
.roomSpec__area .large {
  font-size: 34px;
  line-height: 1;
}
@media only screen and (max-width: 767px) {
  .roomSpec__area .large {
    font-size: calc(34 / 375 * 100vw);
  }
}
.roomSpec__area .jp {
  font-family: "Noto Serif Japanese", serif;
  font-size: 12px;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .roomSpec__area .jp {
    font-size: calc(12 / 375 * 100vw);
  }
}
.roomSpec__area .jp .num {
  font-family: "Cinzel", "Noto Serif Japanese", serif;
  font-size: 18px;
}
@media only screen and (max-width: 767px) {
  .roomSpec__area .jp .num {
    font-size: calc(18 / 375 * 100vw);
  }
}
.roomSpec .meritPoint {
  margin-top: 60px;
  text-align: left;
}
@media only screen and (max-width: 767px) {
  .roomSpec .meritPoint {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.roomSpec .meritPoint__item {
  font-size: 13px;
  letter-spacing: 0.05em;
  line-height: 1.8;
  padding-left: 28px;
  padding-bottom: 16px;
  border-bottom: 1px dashed #929292;
  position: relative;
  color: #fff;
}
@media only screen and (max-width: 767px) {
  .roomSpec .meritPoint__item {
    font-size: calc(13 / 375 * 100vw);
    padding-left: calc(22 / 375 * 100vw);
    padding-bottom: calc(16 / 375 * 100vw);
  }
}
.roomSpec .meritPoint__item + .meritPoint__item {
  margin-top: 16px;
}
@media only screen and (max-width: 767px) {
  .roomSpec .meritPoint__item + .meritPoint__item {
    margin-top: calc(16 / 375 * 100vw);
  }
}
.roomSpec .meritPoint__item:before {
  content: "■";
  display: inline;
  position: absolute;
  left: 0;
  top: 0;
  color: #DFE1D8;
  font-size: 12px;
  letter-spacing: 0.05em;
  background-color: transparent;
  width: auto;
  height: auto;
}
@media only screen and (max-width: 767px) {
  .roomSpec .meritPoint__item:before {
    font-size: calc(12 / 375 * 100vw);
  }
}

.madoriImage {
  position: relative;
  text-align: left;
}
@media only screen and (min-width: 768px) {
  .madoriImage {
    grid-row: auto/span 3;
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .madoriImage {
    margin-top: calc(40 / 375 * 100vw);
  }
}
.madoriImage__figure {
  background-color: #fff;
  display: block;
}
@media only screen and (min-width: 768px) {
  .madoriImage__figure {
    padding: 60px 0;
  }
}
@media only screen and (max-width: 767px) {
  .madoriImage__figure {
    padding: calc(40 / 375 * 100vw) 0;
  }
}

@media only screen and (min-width: 768px) {
  .hanreiCap {
    padding-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .hanreiCap {
    padding: calc(12 / 375 * 100vw) 0;
  }
}
.hanreiCap .cap {
  color: #fff;
  line-height: calc(16 / 12);
}
.hanreiCap .cap .icon {
  display: inline-block;
  line-height: 2;
  padding-left: 40px;
  position: relative;
}
.hanreiCap .cap .icon:before {
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 39px;
}
.hanreiCap .cap .icon--floor:before {
  background-color: #faeaed;
}
.hanreiCap .cap .icon--storage:before {
  background-color: #f2ede0;
}
.hanreiCap .cap .icon--light:before {
  background: url("../img/plan/icon-light.png") no-repeat center/contain;
}
.hanreiCap .cap .icon--wind:before {
  background: url("../img/plan/icon-wind.png") no-repeat center/contain;
}/*# sourceMappingURL=plan.css.map */