@charset "UTF-8";
/*//////////////////////////////////////////////////
*
*	間取りページスタイル
*
//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
.plan {
  background: #f0eff0;
  padding: 4.5rem 0 4rem;
}
.plan .inner {
  width: 81.33%;
  margin: 0 auto;
}
.plan .plan_top .ttl {
  font-family: "リュウミン R-KL", "Ryumin Regular KL", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.43;
  text-align: center;
}
.plan .plan_top .wrap {
  display: grid;
  gap: 4.5rem;
  margin-top: 2rem;
}
.plan .plan_top .wrap .img {
  display: block;
  width: 80%;
  margin: 0 auto;
}
.plan .plan_top .wrap .point .item {
  font-family: "リュウミン R-KL", "Ryumin Regular KL", serif;
  font-size: 1.5rem;
  letter-spacing: 0.08em;
  line-height: 1.66;
  text-align: center;
}
.plan .plan_top .wrap .point .item + .item {
  margin-top: 1.2rem;
  padding-top: 1.2rem;
  border-top: 1px solid #9fa0a0;
}
.plan .plan_cont {
  position: relative;
  margin-top: 5rem;
  padding-top: 3.5rem;
}
.plan .plan_cont::before {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100dvw;
  height: 1px;
  background: #9fa0a0;
  content: "";
}
.plan .plan_cont .wrap {
  display: grid;
  gap: 2.2rem;
  margin-bottom: 3.6rem;
}
.plan .plan_cont .wrap .floor {
  display: block;
  width: 64%;
  margin: 0 auto;
}
.plan .plan_cont .type {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 1.2rem;
}
.plan .plan_cont .type .item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem 1.5rem 1.2rem;
  background: #FFF;
  box-shadow: 0 0 0.6rem rgba(35, 24, 21, 0.3);
  text-align: center;
}
.plan .plan_cont .type .item .name {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  padding: 0 0.25em 0.2rem;
  border-bottom: 1px solid #9fa0a0;
  color: #AA8E59;
  font-family: "EB Garamond", serif;
  font-weight: 300;
  font-size: 1.3rem;
  line-height: 1.5;
  letter-spacing: 0.02em;
}
.plan .plan_cont .type .item .name b {
  font-size: 2rem;
  line-height: 1;
}
.plan .plan_cont .type .item .ldk {
  margin-top: 0.5rem;
  font-family: "EB Garamond", serif;
  font-weight: 400;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1.2;
}
.plan .plan_cont .type .item .menseki {
  margin-top: 0.8rem;
  font-family: "リュウミン R-KL", "Ryumin Regular KL", serif;
  font-size: 0.8rem;
  letter-spacing: 0;
}
.plan .plan_cont .type .item .menseki b {
  font-family: "リュウミン R-KL", "Ryumin Regular KL", serif;
  font-weight: 600;
  font-size: 1.5rem;
  line-height: 1.1;
}
.plan .plan_cont .type .item .img {
  margin: 1rem auto;
}
.plan .plan_cont .type .item .arrow {
  display: block;
  width: 1.8rem;
  margin: auto auto 0;
}
.plan .plan_cont .type .item.comming_soon {
  position: relative;
  z-index: 3;
  pointer-events: none;
}
.plan .plan_cont .type .item.comming_soon::after {
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  background: rgba(35, 24, 21, 0.5);
  color: #FFF;
  font-family: "EB Garamond", serif;
  font-weight: 600;
  font-size: 1.3rem;
  letter-spacing: 0.02em;
  line-height: 1;
  content: "COMING SOON";
}
.plan .plan_cont .type .row_2 {
  display: grid;
  gap: 1.2rem;
}

@media screen and (min-width: 768px) {
  .plan {
    padding: 14.5rem 0 10rem;
  }
  .plan .inner {
    max-width: 100rem;
  }
  .plan .plan_top .ttl {
    font-size: 2.5rem;
    letter-spacing: 0.2em;
  }
  .plan .plan_top .wrap {
    grid-template-columns: 337fr 360fr;
    gap: 6rem;
    align-items: flex-end;
    max-width: 76rem;
    margin: 5rem auto 0;
  }
  .plan .plan_top .wrap .img {
    width: 100%;
  }
  .plan .plan_top .wrap .point {
    padding-bottom: 1.5rem;
  }
  .plan .plan_top .wrap .point .item {
    font-size: 2.2rem;
  }
  .plan .plan_top .wrap .point .item + .item {
    margin-top: 1.5rem;
    padding-top: 1.5rem;
  }
  .plan .plan_cont {
    padding-top: 7rem;
  }
  .plan .plan_cont::before {
    max-width: 100rem;
  }
  .plan .plan_cont .wrap {
    grid-template-columns: 325fr 490fr;
    gap: 5rem;
    max-width: 86.5rem;
    margin: 0 auto 5.2rem;
  }
  .plan .plan_cont .wrap .floor {
    width: 100%;
  }
  .plan .plan_cont .type {
    gap: 2rem;
  }
  .plan .plan_cont .type .item {
    padding: 3rem 2rem 2rem;
    transition: 0.3s;
  }
  .plan .plan_cont .type .item:hover {
    opacity: 1;
    transform: translateY(-2px);
    box-shadow: 0 0 1.2rem rgba(35, 24, 21, 0.4);
  }
  .plan .plan_cont .type .item .name {
    padding: 0 0 0.5rem;
    font-size: 2rem;
  }
  .plan .plan_cont .type .item .name b {
    font-size: 3.2rem;
  }
  .plan .plan_cont .type .item .ldk {
    font-size: 2rem;
  }
  .plan .plan_cont .type .item .menseki {
    margin-top: 1rem;
    font-size: 1.2rem;
  }
  .plan .plan_cont .type .item .menseki b {
    font-size: 2.4rem;
  }
  .plan .plan_cont .type .item .img {
    margin: 1.2rem auto;
  }
  .plan .plan_cont .type .item .arrow {
    width: 3rem;
  }
  .plan .plan_cont .type .item.comming_soon::after {
    font-size: 2rem;
  }
  .plan .plan_cont .type .row_2 {
    gap: 2rem;
  }
}
/*# sourceMappingURL=style.css.map */
