@charset "UTF-8";
/*//////////////////////////////////////////////////
*
*	間取りページスタイル
*
//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
.page__ttl .page__ttl-outer .page__ttl-body {
  margin-bottom: 4rem;
}
.page__ttl .page__ttl-outer .page__ttl-body .jp {
  color: #231815;
}
.page__ttl .page__ttl-outer .page__info {
  text-align: center;
}
.page__ttl .page__ttl-outer .page__info .type {
  position: relative;
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  line-height: 1.3;
}
.page__ttl .page__ttl-outer .page__info .type ._l {
  font-size: 2.4rem;
}
.page__ttl .page__ttl-outer .page__info .type .gld {
  color: #967a53;
  font-weight: 400;
  font-family: "EB Garamond", serif;
  font-size: 2.4rem;
}
.page__ttl .page__ttl-outer .page__info .type .gld ._l {
  font-size: 4.8rem;
  line-height: 1;
}
.page__ttl .page__ttl-outer .page__info .type::after {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100dvw;
  height: 1px;
  background: linear-gradient(to right, rgba(0, 0, 0, 0) 0, #000 50%, rgba(0, 0, 0, 0) 100%);
  content: "";
}
.page__ttl .page__ttl-outer .page__info .menseki {
  margin-bottom: 1rem;
  font-size: 1.8rem;
  letter-spacing: 0.12em;
  line-height: 1.2;
  font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
}
.page__ttl .page__ttl-outer .page__info .menseki ._l {
  font-size: 3rem;
}
.page__ttl .page__ttl-outer .page__info .menseki ._s {
  font-size: 1.5rem;
}
.page__ttl .page__ttl-outer .page__info .balcony {
  margin-bottom: 2rem;
  font-size: 1.1rem;
  line-height: 1.6;
  letter-spacing: 0.05em;
  font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
}
.page__ttl .page__ttl-outer .page__info .point {
  display: grid;
  grid-template-columns: 1fr 1fr;
  width: 90%;
  margin: 0 auto;
}
.page__ttl .page__ttl-outer .page__info .point .item {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1.2rem 0;
  font-family: "リュウミン L-KL", "Ryumin Light KL", serif;
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.4;
  /*
  &:nth-of-type(1){
      border-top: 1px solid #9fa0a0;
  }*/
}
.page__ttl .page__ttl-outer .page__info .point .item::before {
  position: absolute;
  bottom: 0;
  left: 6px;
  width: calc(100% - 12px);
  border-bottom: 1px solid #9fa0a0;
  content: "";
}
.page__ttl .page__ttl-outer .page__info .point .item:nth-child(even)::after {
  position: absolute;
  top: 6px;
  left: 0;
  height: calc(100% - 12px);
  border-left: 1px solid #9fa0a0;
  content: "";
}
.page__ttl .page__ttl-outer .page__info .point .item:nth-child(n+5)::before {
  display: none;
}

.plan {
  background: #f0eff0;
  padding-bottom: 5rem;
}
.plan .img_wrap {
  background: #FFF;
  padding: 1rem 0 2rem;
}
.plan .img_wrap .img {
  display: block;
  width: 70%;
  margin: 0 auto;
}
.plan .inner {
  width: 81.33%;
  margin: 0 auto;
}
.plan .btn {
  width: 82%;
  margin: 0 auto;
}
.plan .btn a {
  position: relative;
  display: block;
  width: 100%;
  padding: 1.5rem;
  border: 1px solid #231815;
  border-radius: 4rem;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.5;
  letter-spacing: 0.16em;
  text-align: center;
}
.plan .btn a::before {
  position: absolute;
  top: 50%;
  left: 1.2rem;
  transform: translate(0%, -50%);
  width: 1.8rem;
  aspect-ratio: 21/11;
  background: url(../../images/plan/detail/arrow.svg) center/cover no-repeat;
  content: "";
}

@media screen and (min-width: 768px) {
  .page__ttl .page__ttl-outer .page__ttl-body {
    margin-bottom: 8rem;
  }
  .page__ttl .page__ttl-outer .page__info .type {
    padding-bottom: 1.5rem;
    margin-bottom: 3rem;
    font-size: 2.5rem;
  }
  .page__ttl .page__ttl-outer .page__info .type ._l {
    font-size: 3.2rem;
  }
  .page__ttl .page__ttl-outer .page__info .type .gld {
    font-size: 3.2rem;
  }
  .page__ttl .page__ttl-outer .page__info .type .gld ._l {
    font-size: 6.4rem;
  }
  .page__ttl .page__ttl-outer .page__info .type::after {
    max-width: 83rem;
  }
  .page__ttl .page__ttl-outer .page__info .menseki {
    margin-bottom: 1.5rem;
    font-size: 2.4rem;
  }
  .page__ttl .page__ttl-outer .page__info .menseki ._l {
    font-size: 4rem;
  }
  .page__ttl .page__ttl-outer .page__info .menseki ._s {
    font-size: 2rem;
  }
  .page__ttl .page__ttl-outer .page__info .balcony {
    margin-bottom: 5rem;
    font-size: 1.2rem;
    line-height: 1.5;
  }
  .page__ttl .page__ttl-outer .page__info .point {
    width: 68%;
    grid-template-columns: repeat(3, auto);
  }
  .page__ttl .page__ttl-outer .page__info .point .item {
    padding: 0.8rem 3rem;
    border: none;
    font-size: 1.8rem;
    line-height: 2;
  }
  .page__ttl .page__ttl-outer .page__info .point .item::after {
    position: absolute;
    top: 6px;
    left: 0;
    height: calc(100% - 12px);
    border-left: 1px solid #9fa0a0;
    content: "";
  }
  .page__ttl .page__ttl-outer .page__info .point .item:nth-child(n+4)::before {
    display: none;
  }
  .page__ttl .page__ttl-outer .page__info .point .item:nth-child(1)::after, .page__ttl .page__ttl-outer .page__info .point .item:nth-child(4)::after {
    display: none;
  }
  .plan {
    padding-bottom: 7.5rem;
  }
  .plan .img_wrap {
    max-width: 100rem;
    margin: 0 auto;
    padding: 5rem 0;
  }
  .plan .inner {
    max-width: 100rem;
  }
  .plan .btn {
    max-width: 31rem;
  }
  .plan .btn a {
    padding: 1.2rem;
    font-size: 1.5rem;
  }
  .plan .btn a::before {
    left: 1.5rem;
    width: 2.1rem;
  }
}
/*# sourceMappingURL=detail.css.map */
