@charset "UTF-8";
@media only screen and (min-width: 768px) {
  .plan-introduction {
    padding: 46px 0 0;
  }
}
@media only screen and (max-width: 767px) {
  .plan-introduction {
    padding: 21.3333333333vw 0 0;
  }
}

.plan-details {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .plan-details {
    padding: 170px 0 220px;
  }
}
@media only screen and (max-width: 767px) {
  .plan-details {
    padding: 11.7333333333vw 0 32.5333333333vw;
  }
}
.plan-details:before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .plan-details:before {
    background: #2a2828 url("../img/pc/bg-contents-01@1.5x.png") no-repeat top center;
    background-size: auto 100%;
    height: 111.1111111111vw;
  }
}
@media only screen and (max-width: 767px) {
  .plan-details:before {
    background: url("../img/sp/bg-contents-01.png") no-repeat top center;
    background-size: 100% auto;
    height: 306.1333333333vw;
  }
}
.plan-details:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  z-index: -1;
}
@media only screen and (min-width: 768px) {
  .plan-details:after {
    background: url("../img/pc/bg-contents-02@1.5x.png") no-repeat top center;
    background-size: auto 100%;
    height: 111.1111111111vw;
  }
}
@media only screen and (max-width: 767px) {
  .plan-details:after {
    background: url("../img/sp/bg-contents-02.png") no-repeat top center;
    background-size: 100% auto;
    height: 306.1333333333vw;
  }
}

.planNav {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .planNav {
    padding: 120px 0;
  }
}
@media only screen and (max-width: 767px) {
  .planNav {
    padding: 16vw 0;
  }
}
.planNav__head {
  text-align: center;
}
.planNav__head + .planNav__cont {
  margin-top: 64px;
}
@media only screen and (max-width: 767px) {
  .planNav__head + .planNav__cont {
    margin-top: 10.6666666667vw;
  }
}
.planNav__bg {
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.planNav__bg .guidanceMovie {
  width: 100%;
  height: 100%;
}
.planNav__bg .guidanceMovie__video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.planNav__bg .guidanceMovie__poster {
  width: 100%;
  height: 100%;
}
.planNav__bg .guidanceMovie__poster .photo {
  width: 100%;
  height: 100%;
}
.planNav__bg .guidanceMovie__poster .photo__pic, .planNav__bg .guidanceMovie__poster .photo__image {
  width: 100%;
  height: 100%;
}
.planNav__bg .guidanceMovie__poster .photo__image {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

/* planNavに表示される各メニューは下記スタイルで背景画像を変更できます */
@media only screen and (min-width: 768px) {
  .madori-c1 {
    background-image: url("../img/plan/pc/img-plan-nav-c1.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .madori-c1 {
    background-image: url("../img/plan/sp/img-plan-nav-c1.jpg");
  }
}

@media only screen and (min-width: 768px) {
  .madori-d2 {
    background-image: url("../img/plan/pc/img-plan-nav-d2.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .madori-d2 {
    background-image: url("../img/plan/sp/img-plan-nav-d2.jpg");
  }
}

@media only screen and (min-width: 768px) {
  .madori-e2 {
    background-image: url("../img/plan/pc/img-plan-nav-e2.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .madori-e2 {
    background-image: url("../img/plan/sp/img-plan-nav-e2.jpg");
  }
}

@media only screen and (min-width: 768px) {
  .madori-h1 {
    background-image: url("../img/plan/pc/img-plan-nav-h1.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .madori-h1 {
    background-image: url("../img/plan/sp/img-plan-nav-h1.jpg");
  }
}

@media only screen and (min-width: 768px) {
  .madori-ig {
    background-image: url("../img/plan/pc/img-plan-nav-ig.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .madori-ig {
    background-image: url("../img/plan/sp/img-plan-nav-ig.jpg");
  }
}

@media only screen and (min-width: 768px) {
  .madori-g {
    background-image: url("../img/plan/pc/img-plan-nav-g.jpg");
  }
}
@media only screen and (max-width: 767px) {
  .madori-g {
    background-image: url("../img/plan/sp/img-plan-nav-g.jpg");
  }
}

.msn-planNav__items {
  justify-content: center;
}

.msn-planNav__link {
  box-shadow: 0 0 30px rgba(2, 2, 2, 0.2);
}
@media only screen and (min-width: 768px) {
  .msn-planNav__link {
    height: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .msn-planNav__link {
    height: 27.2vw;
  }
}

.planArea {
  position: relative;
  z-index: 1;
}
.planArea__item {
  position: relative;
  z-index: 1;
  background-color: #fff;
  color: #494949;
}
@media only screen and (min-width: 768px) {
  .planArea__item + .planArea__item {
    margin-top: 152px;
  }
}
@media only screen and (max-width: 767px) {
  .planArea__item + .planArea__item {
    margin-top: 10.6666666667vw;
  }
}
@media only screen and (max-width: 767px) {
  .planArea__item#h1 .roomSpec__length {
    gap: 0;
    text-align: right;
    width: calc(100% + 5.3333333333vw);
    margin-left: -2.6666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .planArea__btn {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .planArea__btn {
    margin-top: 5.3333333333vw;
  }
}
.planArea__btn .cvBlock {
  display: flex;
  justify-content: center;
}
@media only screen and (min-width: 768px) {
  .planArea__btn .cvBlock {
    gap: 42px;
  }
}
@media only screen and (max-width: 767px) {
  .planArea__btn .cvBlock {
    flex-direction: column;
    gap: 5.3333333333vw;
  }
}

.roomSpec__head {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media only screen and (min-width: 768px) {
  .roomSpec__head {
    padding: 46px 120px 30px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__head {
    padding: 5.3333333333vw;
  }
}
.roomSpec__head:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(204, 204, 204, 0.5);
  position: absolute;
  left: 0;
  bottom: 0;
}
.roomSpec__type {
  font-family: "Cormorant Garamond", serif;
  color: #c7996c;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .roomSpec__type {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__type {
    font-size: 3.2vw;
  }
}
.roomSpec__type .type {
  font-family: "Cormorant Infant", serif;
}
@media only screen and (min-width: 768px) {
  .roomSpec__type .type {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__type .type {
    font-size: 5.6vw;
  }
}
.roomSpec__type .type .alphabet {
  font-family: "Cormorant Garamond", serif;
}
@media only screen and (min-width: 768px) {
  .roomSpec__type .type .alphabet {
    font-size: 72px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__type .type .alphabet {
    font-size: 9.6vw;
  }
}
.roomSpec__variation {
  font-family: "Cormorant Garamond", serif;
  letter-spacing: 0.1em;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .roomSpec__variation {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__variation {
    font-size: 4.8vw;
  }
}
.roomSpec__variation .mid {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .roomSpec__variation .mid {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__variation .mid {
    font-size: 6.6666666667vw;
  }
}
.roomSpec__variation .large {
  display: inline-block;
  font-family: "Cormorant Infant", serif;
}
@media only screen and (min-width: 768px) {
  .roomSpec__variation .large {
    font-size: 64px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__variation .large {
    font-size: 9.6vw;
  }
}
@media only screen and (min-width: 768px) {
  .roomSpec__cont {
    padding: 30px 120px 80px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__cont {
    padding: 5.3333333333vw 5.3333333333vw 21.3333333333vw;
  }
}
.roomSpec__cont .meritPoint {
  text-align: center;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .roomSpec__cont .meritPoint {
    font-size: 16px;
    margin-top: 50px;
    line-height: calc(2);
  }
  .roomSpec__cont .meritPoint:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 2) * 0.5em);
  }
  .roomSpec__cont .meritPoint:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 2) * 0.5em);
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__cont .meritPoint {
    font-size: 3.4666666667vw;
    margin-top: 10.6666666667vw;
    line-height: calc(1.6153846154);
  }
  .roomSpec__cont .meritPoint:before {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-top: calc((1 - 1.6153846154) * 0.5em);
  }
  .roomSpec__cont .meritPoint:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    margin-bottom: calc((1 - 1.6153846154) * 0.5em);
  }
}
.roomSpec__length {
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}
@media only screen and (min-width: 768px) {
  .roomSpec__length {
    gap: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__length {
    justify-content: space-between;
  }
}
.roomSpec__length .jp {
  display: inline-block;
  line-height: calc(2);
}
.roomSpec__length .jp:before {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-top: calc((1 - 2) * 0.5em);
}
.roomSpec__length .jp:after {
  content: "";
  display: block;
  height: 0;
  width: 0;
  margin-bottom: calc((1 - 2) * 0.5em);
}
@media only screen and (min-width: 768px) {
  .roomSpec__length .jp {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__length .jp {
    font-size: 2.9333333333vw;
  }
}
.roomSpec__mainLength {
  letter-spacing: 0.1em;
  white-space: nowrap;
}
@media only screen and (min-width: 768px) {
  .roomSpec__mainLength {
    min-width: 240px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__mainLength {
    margin-bottom: 10px;
  }
}
.roomSpec__mainLength .large {
  display: inline-block;
  font-family: "Cormorant Infant", serif;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .roomSpec__mainLength .large {
    font-size: 48px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__mainLength .large {
    font-size: 8.5333333333vw;
  }
}
.roomSpec__mainLength .meter {
  display: inline-block;
}
@media only screen and (min-width: 768px) {
  .roomSpec__mainLength .meter {
    font-size: 24px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__mainLength .meter {
    font-size: 3.4666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .roomSpec__subLength {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 0 16px;
  }
}
.roomSpec__subItem .jp {
  letter-spacing: 0.04em;
}
.roomSpec__subItem .unit {
  letter-spacing: 0;
  font-family: "Cormorant Infant", serif;
  line-height: 1;
}
@media only screen and (min-width: 768px) {
  .roomSpec__subItem .unit {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__subItem .unit {
    font-size: 4vw;
  }
}
@media only screen and (min-width: 768px) {
  .roomSpec__subItem .meter {
    font-size: 16px;
  }
}
@media only screen and (max-width: 767px) {
  .roomSpec__subItem .meter {
    font-size: 2.6666666667vw;
  }
}

.madoriImage {
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .madoriImage {
    margin-top: 82px;
  }
}
@media only screen and (max-width: 767px) {
  .madoriImage {
    margin-top: 13.6vw;
  }
}

@media only screen and (min-width: 768px) {
  .hanreiCap {
    margin-top: 80px;
  }
}
@media only screen and (max-width: 767px) {
  .hanreiCap {
    margin-top: 10.6666666667vw;
  }
}
.hanreiCap .cap {
  line-height: 2;
  letter-spacing: 0.1em;
}
@media only screen and (min-width: 768px) {
  .hanreiCap .cap {
    font-size: 10px;
  }
}
.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: #e2e1d2;
}
.hanreiCap .cap .icon--storage:before {
  background-color: #d3d1b9;
}
.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) {
  .casbeeArea {
    display: flex;
    margin-top: 80px;
    gap: 56px;
    justify-content: center;
  }
}
@media only screen and (max-width: 767px) {
  .casbeeArea {
    margin-top: 16vw;
  }
}
@media only screen and (min-width: 768px) {
  .casbeeArea__item {
    width: 360px;
  }
}
@media only screen and (max-width: 767px) {
  .casbeeArea__item {
    width: 69.3333333333vw;
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 767px) {
  .casbeeArea__item:not(:first-child) {
    margin-top: 7.4666666667vw;
  }
}
@media only screen and (min-width: 768px) {
  .casbeeArea + .cap {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 767px) {
  .casbeeArea + .cap {
    margin-top: 10.6666666667vw;
  }
}