@charset "UTF-8";
@media only screen and (min-width: 768px) {
  .msn-planNav__item {
    flex-basis: auto;
    width: 309px;
  }
}

@media only screen and (min-width: 768px) {
  .plan-introduction {
    padding: 120px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-introduction {
    padding: 21.3333333333vw 0 17.0666666667vw;
  }
}

@media only screen and (min-width: 768px) {
  .plan-details {
    padding-bottom: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-details {
    padding-bottom: 21.3333333333vw;
  }
}

.planNav__head {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .planNav__head + .planNav__cont {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .planNav__head + .planNav__cont {
    margin-top: 17.0666666667vw;
  }
}

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

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

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

.planArea__item {
  background: url("../img/bg-decoration-01@1.5x.png") no-repeat center/auto 100%, linear-gradient(117deg, #292E27 0%, #0B2B38 100%);
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  color: #ffffff;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .planArea__item {
    display: grid;
    gap: 30px 109px;
    grid-template-columns: 0.6573275862fr 1fr;
    padding: 39px 40px 39px 42px;
  }
}
@media only screen and (max-width: 767px) {
  .planArea__item {
    padding: 10.6666666667vw 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .planArea__item + .planArea__item:not(.planArea__item--design) {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .planArea__item + .planArea__item:not(.planArea__item--design) {
    margin-top: 17.0666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .planArea__item + .planArea__item.planArea__item--design {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .planArea__item + .planArea__item.planArea__item--design {
    margin-top: 25.6vw;
  }
}
.planArea__item .cap {
  color: #ffffff;
  font-family: "Noto Serif Japanese", serif;
}
.planArea__item--design {
  background: url("../img/bg-decoration-01@1.5x.png") no-repeat center/auto 100%, linear-gradient(117deg, #F8F8F8 0%, #0B2B38 100%);
  color: #314244;
}
.planArea__item--design:before {
  aspect-ratio: 130/73;
  background-color: #CE894C;
  content: "";
  clip-path: polygon(0 0, 50% 100%, 100% 0);
  display: block;
  position: absolute;
  left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (min-width: 768px) {
  .planArea__item--design:before {
    bottom: calc(100% + 20px);
    width: 130px;
  }
}
@media only screen and (max-width: 767px) {
  .planArea__item--design:before {
    bottom: calc(100% + 5.3333333333vw);
    width: 21.3333333333vw;
  }
}
.planArea__item--design .roomSpec .meritPoint {
  border-color: rgba(49, 66, 68, 0.2);
}
.planArea__item--design .roomSpec .meritPoint__item {
  border-color: rgba(49, 66, 68, 0.2);
}
@media only screen and (max-width: 767px) {
  .planArea__btn {
    padding-top: 6.6666666667vw;
  }
}

@media only screen and (min-width: 768px) {
  .roomSpec {
    padding-top: 17px;
  }
}
.roomSpec__type {
  font-family: "Cinzel", serif;
  letter-spacing: 0.05em;
  line-height: 0.8;
}
@media only screen and (min-width: 768px) {
  .roomSpec__type {
    font-size: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__type {
    font-size: 8vw;
  }
}
.roomSpec__type .type {
  letter-spacing: 0;
  line-height: 0.8;
}
@media only screen and (min-width: 768px) {
  .roomSpec__type .type {
    font-size: 79px;
    padding-right: 5px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__type .type {
    font-size: 13.3333333333vw;
    padding-right: 1.0666666667vw;
  }
}
.roomSpec__tag {
  background: rgba(255, 255, 255, 0.8);
  color: #314244;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Noto Serif Japanese", serif;
  letter-spacing: 0.05em;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .roomSpec__tag {
    font-size: 15px;
    height: 25px;
    margin-top: 20px;
    padding: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__tag {
    font-size: 3.4666666667vw;
    height: 5.8666666667vw;
    margin-top: 3.2vw;
    padding: 0 3.2vw;
  }
}
.roomSpec__variation {
  font-family: "Cinzel", serif;
  line-height: 0.7;
}
@media only screen and (min-width: 768px) {
  .roomSpec__variation {
    font-size: 33px;
    margin-top: 22px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__variation {
    font-size: 6.1333333333vw;
    margin-top: 4.5333333333vw;
  }
}
.roomSpec__variation .large {
  line-height: 0.7;
}
@media only screen and (min-width: 768px) {
  .roomSpec__variation .large {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__variation .large {
    font-size: 8vw;
  }
}
.roomSpec__variation .jp {
  font-family: "Noto Serif Japanese", serif;
}
.roomSpec__area {
  color: currentColor;
  display: flex;
  flex-direction: column;
  opacity: 0.7;
}
@media only screen and (min-width: 768px) {
  .roomSpec__area {
    gap: 16px;
    margin-top: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__area {
    gap: 4.5333333333vw;
    margin-top: 4.5333333333vw;
  }
}
.roomSpec__area .item {
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .roomSpec__area .item {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__area .item {
    font-size: 3.7333333333vw;
  }
}
@media only screen and (min-width: 768px) {
  .roomSpec__area .ttl {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__area .ttl {
    font-size: 3.2vw;
  }
}
.roomSpec__area .num {
  font-family: "Cinzel", serif;
  line-height: 0.7;
}
@media only screen and (min-width: 768px) {
  .roomSpec__area .tsubo {
    font-size: 14px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__area .tsubo {
    font-size: 3.2vw;
  }
}
.roomSpec .meritPoint {
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}
@media only screen and (min-width: 768px) {
  .roomSpec .meritPoint {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec .meritPoint {
    margin-top: 10.6666666667vw;
  }
}
.roomSpec .meritPoint__item {
  line-height: calc(1.5);
}
.roomSpec .meritPoint__item:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 1.5) * 0.5em);
}
.roomSpec .meritPoint__item:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 1.5) * 0.5em);
}
.roomSpec .meritPoint__item {
  border-top: 1px solid rgba(217, 217, 217, 0.2);
  position: relative;
}
@media only screen and (min-width: 768px) {
  .roomSpec .meritPoint__item {
    font-size: 16px;
    padding: 16px 0;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec .meritPoint__item {
    font-size: 3.7333333333vw;
    padding: 4.2666666667vw 0;
  }
}

.madoriImage {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .madoriImage {
    grid-row: auto/span 3;
  }
}
@media only screen and (max-width: 767px) {
  .madoriImage {
    margin-top: 10.6666666667vw;
  }
}
.madoriImage__inner {
  background: #ffffff;
}
@media only screen and (min-width: 768px) {
  .madoriImage__inner {
    padding: 53px 0 37px;
  }
}
@media only screen and (max-width: 767px) {
  .madoriImage__inner {
    padding: 4.8vw 0 4vw;
  }
}

@media only screen and (min-width: 768px) {
  .hanreiCap {
    margin-top: 18px;
  }
}
@media only screen and (max-width: 767px) {
  .hanreiCap {
    margin-top: 4.8vw;
  }
}
.hanreiCap .cap {
  line-height: 1.3333333333;
}
.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: #f8e4ed;
}
.hanreiCap .cap .icon--storage:before {
  background-color: #e8e4da;
}
.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;
}

@media only screen and (min-width: 768px) {
  .structureArea {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .structureArea {
    margin-top: 17.0666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .structureArea .photo .cap {
    bottom: 8px;
    right: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .structureArea .photo .cap {
    bottom: 1.8666666667vw;
    right: 1.8666666667vw;
  }
}/*# sourceMappingURL=plan.css.map */