@charset "UTF-8";
/*color*/
/*font-family*/
/*filler color*/
/*text-shadow*/
/*media query break point*/
/*mainBP*/
/*gHeader用*/
/*innerの片側はみ出し用*/
/*cubic*/
/* media query */
.p-lp52-wrapper__bg {
  background-image: url("../../images/lp52/bg.jpg");
}

.c-detail__list dt {
  background-color: #9f8d81;
  padding: 0.5rem 1rem;
  font-size: 1.8rem;
}

.present {
  width: 90%;
  margin-inline: auto;
}
.present__note {
  line-height: 1.4;
}
@media only screen and (max-width: 767px) {
  .present__note {
    font-size: 0.8em;
  }
}
.present__note a {
  color: #3662af;
}

.createPlan {
  width: 90%;
  margin-inline: auto;
  margin-top: 8rem;
}

.reserve__btn, .reserve__btn--fix {
  background-color: #b4973b;
  color: #fff;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-weight: 600;
  padding: 1.5rem;
  position: relative;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .reserve__btn, .reserve__btn--fix {
    font-size: 2rem;
  }
}
.reserve__btn.is-close, .is-close.reserve__btn--fix {
  pointer-events: none;
  background-color: #999;
  font-size: 0.8rem;
  letter-spacing: 0;
  flex-direction: column;
}
.reserve__btn.is-close small, .is-close.reserve__btn--fix small {
  font-size: 0.65rem;
  font-weight: normal;
}
.reserve__btn.is-close:after, .is-close.reserve__btn--fix:after {
  display: none;
}
.reserve__btn span, .reserve__btn--fix span {
  background-color: #1e1a03;
  padding: 0.2em;
  border-radius: 3rem;
  color: #fff;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -70%);
  font-size: 1.8rem;
  text-align: center;
  width: 90%;
}
@media only screen and (max-width: 767px) {
  .reserve__btn span, .reserve__btn--fix span {
    font-size: 1.4rem;
  }
}
.reserve__btn span::after, .reserve__btn--fix span::after {
  content: "";
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 0.8rem;
  height: 0.8rem;
  clip-path: polygon(49% 100%, 0 0, 100% 0);
  background-color: #1e1a03;
}
.reserve__btn--fix {
  display: none;
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  margin: 0 auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .reserve__btn--fix {
    display: flex;
  }
}

.property__btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 2rem;
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .property__btns {
    gap: 1rem;
  }
}

.property__btn {
  position: relative;
  background-color: #fff;
  border: 1px solid #383838;
  width: -moz-fit-content;
  width: fit-content;
  min-width: 40%;
  padding: 1rem 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 600;
  font-size: 1.8rem;
  text-align: center;
  border-radius: 4em;
}
@media only screen and (max-width: 767px) {
  .property__btn {
    min-width: unset;
    font-size: 0.9em;
  }
}
.property__btn:after {
  content: "";
  background: url(../../images/common/arrow_bk.png) no-repeat;
  background-size: contain;
  width: 0.8em;
  height: 0.8em;
  display: block;
  position: absolute;
  transform: translateY(-50%);
  top: 50%;
  right: 1rem;
}

.concierge a {
  display: block;
  width: 80%;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .concierge a {
    width: auto;
  }
}
/*# sourceMappingURL=../../map/lp52/style.css.map */