@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Cardo:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Shippori+Mincho+B1:wght@400;700&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Herr+Von+Muellerhoff&display=swap");
.plan-introduction {
  padding: 120px 0 0;
}
@media only screen and (max-width: 767px) {
  .plan-introduction {
    padding: 16vw 0 0;
  }
}

.plan-details {
  padding: 60px 0 120px;
}
@media only screen and (max-width: 767px) {
  .plan-details {
    padding: 13.3333333333vw 0;
  }
}

.planNav__head {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .planNav__head .headingLv2 {
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .planNav__head .headingLv2 {
    font-size: 6.1538461538vw;
  }
}
.planNav__head + .planNav__cont {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .planNav__head + .planNav__cont {
    margin-top: 10.6666666667vw;
  }
}

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

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

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

.planArea__item {
  color: #ffffff;
  position: relative;
  background: url("../img/plan/bg-plan-detail@1.5x.jpg") no-repeat center/cover;
  -webkit-box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 10px 6px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 768px) {
  .planArea__item {
    display: grid;
    grid-template-columns: 0.6fr 1fr;
    padding: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .planArea__item {
    padding: 10.2564102564vw 3.8461538462vw 5.1282051282vw;
  }
}
.planArea__item:before {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  content: "";
  background-color: rgba(255, 255, 255, 0.1);
}
.planArea__item + .planArea__item {
  margin-top: 80px;
}
@media only screen and (max-width: 767px) {
  .planArea__item + .planArea__item {
    margin-top: 10.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .planArea__btn {
    margin-top: 40px;
    width: 305px;
  }
}
@media only screen and (max-width: 767px) {
  .planArea__btn {
    margin-top: 8vw;
  }
}

@media only screen and (min-width: 768px) {
  .roomSpec {
    width: 360px;
  }
}
.roomSpec__type {
  font-family: "Cardo", serif;
}
@media only screen and (min-width: 768px) {
  .roomSpec__type {
    margin: 0 -35px;
    font-size: 20px;
    padding: 0 40px 0 40px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__type {
    font-size: 4vw;
  }
}
.roomSpec__type .type {
  font-size: 72px;
  letter-spacing: 0;
  line-height: 0.7;
  padding-right: 10px;
}
@media only screen and (max-width: 767px) {
  .roomSpec__type .type {
    font-size: 14.4vw;
  }
}
.roomSpec__area {
  font-family: "Cardo", serif;
}
@media only screen and (min-width: 768px) {
  .roomSpec__area {
    font-size: 18px;
    line-height: 1.2;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__area {
    line-height: 1.6;
    font-size: 3.7333333333vw;
    padding-top: 2.6666666667vw;
  }
}
.roomSpec__area .mid {
  font-size: 30px;
}
@media only screen and (max-width: 767px) {
  .roomSpec__area .mid {
    font-size: 5.8666666667vw;
  }
}
.roomSpec__area .large {
  font-size: 36px;
  line-height: 0.7;
}
@media only screen and (max-width: 767px) {
  .roomSpec__area .large {
    font-size: 7.2vw;
  }
}
.roomSpec__area .jp {
  font-family: "Shippori Mincho B1", serif;
  font-size: 12px;
}
@media only screen and (max-width: 767px) {
  .roomSpec__area .jp {
    font-size: 2.6666666667vw;
  }
}
.roomSpec__area .jp--large {
  font-size: 16px;
}
@media only screen and (max-width: 767px) {
  .roomSpec__area .jp--large {
    font-size: 3.2vw;
  }
}
@media only screen and (min-width: 768px) {
  .roomSpec .meritPoint {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec .meritPoint {
    margin-top: 6.6666666667vw;
  }
}
.roomSpec .meritPoint__item {
  line-height: 1.75;
  position: relative;
  border-top: 1px solid rgba(217, 217, 217, 0.2);
}
@media only screen and (min-width: 768px) {
  .roomSpec .meritPoint__item {
    padding: 20px 0;
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec .meritPoint__item {
    font-size: 3.5897435897vw;
    padding: 3.0769230769vw 0;
    margin: 0 1.5384615385vw;
  }
}
.roomSpec .meritPoint__item:before {
  content: "";
  display: block;
  height: 16px;
  left: 0;
  position: absolute;
  top: 5px;
  width: 16px;
}
@media only screen and (max-width: 767px) {
  .roomSpec .meritPoint__item:before {
    height: 3.2vw;
    top: 1.0666666667vw;
    width: 3.2vw;
  }
}
.roomSpec .meritPoint__item:last-child {
  border-bottom: 1px solid rgba(217, 217, 217, 0.2);
}

.madoriImage {
  position: relative;
}
@media only screen and (min-width: 768px) {
  .madoriImage {
    grid-row: auto/span 3;
    width: 464px;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) {
  .madoriImage {
    margin-top: 10.6666666667vw;
  }
}

@media only screen and (min-width: 768px) {
  .hanreiCap {
    padding: 10px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .hanreiCap {
    padding: 3.2vw 0;
  }
}
.hanreiCap .cap {
  color: #ffffff;
}
@media only screen and (min-width: 768px) {
  .hanreiCap .cap {
    line-height: 1.3333333333;
  }
}
@media only screen and (max-width: 767px) {
  .hanreiCap .cap {
    line-height: 1.8;
  }
}
.hanreiCap .cap .icon {
  display: inline-block;
  line-height: 2;
  padding-left: 40px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .hanreiCap .cap .icon {
    padding-right: 6px;
  }
}
.hanreiCap .cap .icon:before {
  content: "";
  display: block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  width: 39px;
}
.hanreiCap .cap .icon--floor:before {
  background-color: #f5ebe5;
}
.hanreiCap .cap .icon--storage:before {
  background-color: #dfdac8;
}
.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;
}

.labelArea {
  margin: 80px auto 0;
  width: 729px;
  display: flex;
  justify-content: center;
  gap: 50px;
}

@media only screen and (max-width: 767px) {
  .labelArea {
    margin-top: 18vw;
    width: 80vw;
    flex-direction: column;
    align-items: center;
    justify-content: center;
      gap: 40px;
  }
}

.labelArea .photo {
  margin-top: 0;
  letter-spacing: 0;

}

@media only screen and (min-width: 768px) {

  .labelArea .photo--casbee {
    width: 377px;
  }

  .labelArea .photo--shoene {
    width: 334px;
  }
}

@media only screen and (max-width: 767px) {
  .labelArea .photo .labalImg {
    width: 100%;
  }
}

.labelArea .cap {
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.05em;
}