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

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

.planNav__head {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .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-a {
  background-image: url("../img/plan/img-plan-nav-a.jpg");
}

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

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

@media only screen and (max-width: 767px) {
  .planArea {
    padding: 0 calc(4 / 375 * 100vw);
  }
}
.planArea__item {
  background: linear-gradient(157deg, #D4E5EB 0%, #E9E7E5 20%, #E9E7E5 80%, #EEE0E6 100%);
  position: relative;
  color: #222222;
}
@media only screen and (min-width: 768px) {
  .planArea__item {
    display: grid;
    grid-template-columns: 400px 1fr;
    padding: 0 40px;
    gap: 0 16px;
  }
}
@media only screen and (max-width: 767px) {
  .planArea__item {
    padding: 0 calc(12.5 / 375 * 100vw) calc(40 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .planArea__item + .planArea__item {
    margin-top: 120px;
  }
}
@media only screen and (max-width: 767px) {
  .planArea__item + .planArea__item {
    margin-top: calc(80 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .planArea__btn {
    padding: 18px 0 60px;
  }
}
.planArea__btn .msn-cv-buttons {
  margin: 0 auto;
}

@media only screen and (min-width: 768px) {
  .roomSpec {
    width: 400px;
  }
}
.roomSpec__type {
  font-family: "Cinzel", serif;
  letter-spacing: 0.05em;
  aspect-ratio: 1/1;
  margin: 0 auto;
  display: flex;
  text-align: center;
  background: #BAA1BA;
  align-items: center;
  justify-content: center;
  color: #ffffff;
  flex-direction: column;
}
@media only screen and (min-width: 768px) {
  .roomSpec__type {
    width: 160px;
    gap: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__type {
    width: calc(130 / 375 * 100vw);
    gap: calc(16 / 375 * 100vw);
  }
}
.roomSpec__type .strong {
  display: block;
  line-height: 1.8;
  text-box: trim-both cap alphabetic;
}
@media only screen and (min-width: 768px) {
  .roomSpec__type .strong {
    font-size: 70px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__type .strong {
    font-size: calc(60 / 375 * 100vw);
  }
}
.roomSpec__type .type {
  display: block;
  line-height: 1.8;
  text-box: trim-both cap alphabetic;
}
@media only screen and (min-width: 768px) {
  .roomSpec__type .type {
    font-size: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__type .type {
    font-size: calc(16 / 375 * 100vw);
  }
}
.roomSpec__area {
  font-family: "Cinzel", serif;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.8;
  text-box: trim-both cap alphabetic;
}
@media only screen and (min-width: 768px) {
  .roomSpec__area {
    margin-top: 24px;
    font-size: 30px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__area {
    padding-top: calc(24 / 375 * 100vw);
    font-size: calc(30 / 375 * 100vw);
  }
}
.roomSpec__area .large {
  display: inline-block;
  text-box: trim-both cap alphabetic;
}
@media only screen and (min-width: 768px) {
  .roomSpec__area .large {
    font-size: 34px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__area .large {
    font-size: calc(34 / 375 * 100vw);
  }
}
.roomSpec__length {
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .roomSpec__length {
    margin-top: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__length {
    margin-top: calc(24 / 375 * 100vw);
  }
}
.roomSpec__length .jp {
  letter-spacing: 0.05em;
  line-height: 1.8;
  display: inline-block;
  text-box: trim-both text;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (min-width: 768px) {
  .roomSpec__length .jp {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__length .jp {
    font-size: calc(12 / 375 * 100vw);
  }
}
.roomSpec__length .meter {
  font-family: "Shippori Mincho", serif;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .roomSpec__length .meter {
    font-size: 12px;
    margin-left: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__length .meter {
    font-size: calc(12 / 375 * 100vw);
    margin-left: calc(3 / 375 * 100vw);
  }
}
.roomSpec__length .large {
  display: inline-block;
  font-family: "Cinzel", serif;
  letter-spacing: 0;
  line-height: 1.8;
  text-box: trim-both cap alphabetic;
}
@media only screen and (min-width: 768px) {
  .roomSpec__length .large {
    font-size: 40px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__length .large {
    font-size: calc(40 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
  }
}
.roomSpec__subLength {
  width: -moz-fit-content;
  width: fit-content;
}
@media only screen and (min-width: 768px) {
  .roomSpec__subLength {
    margin: 24px auto 0;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__subLength {
    margin: calc(24 / 375 * 100vw) auto 0;
  }
}
@media only screen and (min-width: 768px) {
  .roomSpec__subItem:not(:first-child) {
    margin-top: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__subItem:not(:first-child) {
    margin-top: calc(8 / 375 * 100vw);
  }
}
.roomSpec__subItem .jp {
  letter-spacing: 0.05em;
  line-height: 1.8;
  display: inline-block;
  text-box: trim-both text;
  font-family: "Shippori Mincho", serif;
}
@media only screen and (min-width: 768px) {
  .roomSpec__subItem .jp {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__subItem .jp {
    font-size: calc(12 / 375 * 100vw);
  }
}
.roomSpec__subItem .large {
  display: inline-block;
  font-family: "Cinzel", serif;
  letter-spacing: 0;
  line-height: 1.8;
  text-box: trim-both cap alphabetic;
}
@media only screen and (min-width: 768px) {
  .roomSpec__subItem .large {
    font-size: 18px;
    margin-left: 8px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__subItem .large {
    font-size: calc(18 / 375 * 100vw);
    margin-left: calc(8 / 375 * 100vw);
  }
}
.roomSpec__subItem .meter {
  font-family: "Shippori Mincho", serif;
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .roomSpec__subItem .meter {
    font-size: 12px;
    margin-left: 3px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__subItem .meter {
    font-size: calc(12 / 375 * 100vw);
    margin-left: calc(3 / 375 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .meritPoint {
    margin-top: 60px;
    padding: 0 50px;
  }
}
@media only screen and (max-width: 767px) {
  .meritPoint {
    margin-top: calc(40 / 375 * 100vw);
    padding: 0 calc(5 / 375 * 100vw);
  }
}
.meritPoint__item {
  line-height: 1.8;
  text-box: trim-both text;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .meritPoint__item {
    font-size: 14px;
    padding-left: 28px;
    padding-bottom: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .meritPoint__item {
    font-size: calc(13 / 375 * 100vw);
    padding-left: calc(28 / 375 * 100vw);
    padding-bottom: calc(16 / 375 * 100vw);
  }
}
.meritPoint__item:before {
  content: "";
  display: block;
  background-color: #BAA1BA;
  position: absolute;
  left: 0;
  top: 0.4em;
  aspect-ratio: 6/5;
}
@media only screen and (min-width: 768px) {
  .meritPoint__item:before {
    width: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .meritPoint__item:before {
    width: calc(12 / 375 * 100vw);
  }
}
.meritPoint__item:after {
  content: "";
  width: 100%;
  display: block;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(to right, #71966A 0 4px, transparent 4px 8px) repeat-x left bottom/4px 1px;
}
@media only screen and (min-width: 768px) {
  .meritPoint__item:not(:first-child) {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .meritPoint__item:not(:first-child) {
    margin-top: calc(16 / 375 * 100vw);
  }
}

.madoriImage {
  position: relative;
  background-color: #fff;
}
@media only screen and (min-width: 768px) {
  .madoriImage {
    padding: 60px 0;
    margin-top: 60px;
  }
}
@media only screen and (max-width: 767px) {
  .madoriImage {
    padding: calc(60 / 375 * 100vw) 0;
    margin-top: calc(60 / 375 * 100vw);
  }
}

@media only screen and (min-width: 768px) {
  .hanreiCap {
    grid-column: 2;
    grid-row: 2;
    padding: 18px 0 60px;
  }
}
@media only screen and (max-width: 767px) {
  .hanreiCap {
    padding: calc(18 / 375 * 100vw) 0 calc(60 / 375 * 100vw);
  }
}
.hanreiCap__inner {
  display: flex;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .hanreiCap__inner {
    gap: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .hanreiCap__inner {
    gap: calc(13 / 375 * 100vw);
  }
}
@media only screen and (min-width: 768px) {
  .hanreiCap__inner:not(:first-child) {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .hanreiCap__inner:not(:first-child) {
    margin-top: calc(12 / 375 * 100vw);
  }
}
.hanreiCap__item {
  letter-spacing: 0;
  line-height: 1.5;
  text-box: trim-both text;
}
@media only screen and (min-width: 768px) {
  .hanreiCap__item {
    font-size: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .hanreiCap__item {
    font-size: calc(10 / 375 * 100vw);
  }
}
.hanreiCap__item .icon {
  display: inline-block;
  padding-left: 42px;
  position: relative;
}
.hanreiCap__item .icon:before {
  content: "";
  display: block;
  height: 11px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  width: 37px;
}
.hanreiCap__item .icon--floor:before {
  background-color: #f8e4ed;
  border: 1px solid #ccc;
}
.hanreiCap__item .icon--storage:before {
  background-color: #e8e4da;
  border: 1px solid #ccc;
}
.hanreiCap__item .icon--light:before {
  background: url("../img/plan/icon-light.png") no-repeat center/contain;
}
.hanreiCap__item .icon--wind:before {
  background: url("../img/plan/icon-wind.png") no-repeat center/contain;
}