.pre-inc * {
  font-family: "Noto Serif JP", serif;
}
.pre-inc .block-pagetitle {
  position: relative;
  width: 100%;
  height: 400vh;
  overflow: clip;
}
.pre-inc .block-pagetitle:before {
  content: "";
  position: sticky;
  top: 0;
  display: block;
  width: 100%;
  height: 100vh;
  background: url(../images/plan/bg_pagetitle.jpg) no-repeat center center;
  background-size: cover;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle:before {
    background: url(../images/plan/bg_pagetitle.jpg) no-repeat center center;
    background-size: cover;
  }
}
.pre-inc .block-pagetitle .panel01 {
  position: sticky;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  transition: opacity 1s;
  z-index: 3;
}
.pre-inc .block-pagetitle .panel01 .pagetitle .en {
  font-size: min(56px, 4.375vw);
  color: #d1b19b;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle .panel01 .pagetitle .en {
    font-size: min(78px, 11.1428571429vw);
  }
}
.pre-inc .block-pagetitle .panel01 .pagetitle .ja {
  font-size: min(20px, 1.5625vw);
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle .panel01 .pagetitle .ja {
    font-size: min(28px, 4vw);
  }
}
.pre-inc .block-pagetitle .panel02 {
  position: sticky;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  text-align: center;
  opacity: 0;
  transition: opacity 1s;
  z-index: 3;
}
.pre-inc .block-pagetitle .panel02 .lead {
  line-height: 2;
  font-size: min(28px, 2.1875vw);
  color: #fff;
  letter-spacing: 0.15em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-pagetitle .panel02 .lead {
    font-size: min(40px, 5.7142857143vw);
  }
}
.pre-inc .block-pagetitle .caption_panel {
  position: sticky;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  z-index: 2;
}
.pre-inc .block-pagetitle .caption_panel .caption {
  position: absolute;
  right: 10px;
  bottom: 10px;
  color: #fff;
  font-size: 10px;
}
.pre-inc .block-pagetitle.is-title .panel01 {
  opacity: 1;
}
.pre-inc .block-pagetitle.is-title .panel02 {
  opacity: 0;
}
.pre-inc .block-pagetitle.is-catchcopy .panel01 {
  opacity: 0;
}
.pre-inc .block-pagetitle.is-catchcopy .panel02 {
  opacity: 1;
}
.pre-inc .block-index {
  background: url(../images/plan/bg_content.jpg) no-repeat center center;
  background-size: cover;
  padding: 150px 0 100px;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-index {
    padding: 60px 0 40px;
  }
}
.pre-inc .block-index .lead {
  text-align: center;
  line-height: 2;
  font-size: 32px;
  color: #8c5937;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-index .lead {
    padding: 0 10px;
    font-size: 20px;
  }
}
.pre-inc .block-index .planlist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 25px 30px;
  max-width: 1053px;
  margin-inline: auto;
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-index .planlist {
    gap: 15px;
    width: 72.8571428571%;
    margin-top: 35px;
  }
}
.pre-inc .block-index .planlist .each {
  position: relative;
  display: block;
  width: calc(33.333% - 20px);
}
@media screen and (max-width: 767px) {
  .pre-inc .block-index .planlist .each {
    width: 100%;
  }
}
.pre-inc .block-index .planlist .each.is-parking:after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 24.5821042281%;
  aspect-ratio: 1/1;
  background: url(../images/plan/badge_parking.png) no-repeat center center;
  background-size: contain;
  transform: translate(24%, -24%);
}
.pre-inc .block-index .caption_prlanlist {
  max-width: 692px;
  margin-inline: auto;
  margin-top: 30px;
  font-size: 12px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-index .caption_prlanlist {
    width: 72.8571428571%;
    margin-top: 20px;
    font-size: 10px;
  }
}
.pre-inc .block-index .img {
  max-width: 963px;
  margin-inline: auto;
  margin-top: 100px;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-index .img {
    margin-top: 45px;
  }
}
.pre-inc .block-index .img .caption {
  margin-top: 10px;
  text-align: right;
  font-size: 10px;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-index .img .caption {
    margin-top: 5px;
    margin-right: 5px;
  }
}
.pre-inc .block-detail {
  background: url(../images/plan/bg_content.jpg) no-repeat center center;
  background-size: cover;
  padding: 210px 0 100px;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-detail {
    padding: 100px 0 50px;
  }
}
.pre-inc .block-detail .plan-inner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  padding: 0 20px;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-detail .plan-inner {
    display: block;
    padding: 0;
  }
}
.pre-inc .block-detail .plan-text {
  width: 36.1111111111%;
  max-width: 390px;
  padding: 100px min(50px, 3.90625vw) 200px;
  background: #b6876b;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-detail .plan-text {
    width: 100%;
    max-width: initial;
    padding: 50px 35px;
  }
}
.pre-inc .block-detail .plan-hanrei {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-detail .plan-hanrei {
    width: 67.1428571429%;
    margin-top: 0;
    padding: 50px 0;
    margin-inline: auto;
  }
}
.pre-inc .block-detail .plan-madori {
  width: 63.8888888889%;
  max-width: 690px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-detail .plan-madori {
    width: 100%;
    max-width: initial;
    margin-top: 30px;
  }
}
.pre-inc .block-detail .madori-a img {
  width: 58.9855072464%;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-detail .madori-a img {
    width: 65.2857142857%;
  }
}
.pre-inc .block-detail .madori-b img {
  width: 47.8260869565%;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-detail .madori-b img {
    width: 57.7142857143%;
  }
}
.pre-inc .block-detail .madori-e img {
  width: 47.8260869565%;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-detail .madori-e img {
    width: 57.7142857143%;
  }
}
.pre-inc .block-detail .madori-f img {
  width: 50.5797101449%;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-detail .madori-f img {
    width: 58.7142857143%;
  }
}
.pre-inc .block-detail .madori-hr img {
  width: 82.0289855072%;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-detail .madori-hr img {
    width: 90.7142857143%;
  }
}
.pre-inc .block-detail .madori-gr img {
  width: 82.0289855072%;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-detail .madori-gr img {
    width: 90.7142857143%;
  }
}
.pre-inc .block-detail .btn-back {
  margin-top: 70px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .pre-inc .block-detail .btn-back {
    width: 193px;
    margin-inline: auto;
    margin-top: 45px;
  }
}/*# sourceMappingURL=plan.css.map */