@charset "UTF-8";
/* ---------------------------------------------------------------------- */
/* mv
/* ---------------------------------------------------------------------- */
#mv {
  background: url(../images/posting/mv.jpg);
  background-size: cover;
  background-position: center;
}
#mv .mv__body {
  max-width: 1814px;
  margin: 0 auto;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}
#mv .mv__bnr {
  position: absolute;
  bottom: 45px;
  right: 0;
}
#mv .information__list {
  margin-bottom: 0;
}
#mv .information__list li {
  width: 380px;
  max-width: 100%;
  padding: 16px 10px 48px;
  background-color: #EEF7EC;
}
#mv .information__ttl {
  font-size: clamp(2rem, 6vw, 2.4rem);
}
@media (max-width: 1500px) {
  #mv {
    min-height: 930px;
  }
  #mv .mv__body {
    gap: 30px;
    padding-top: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #mv .mv__bnr {
    position: static;
  }
}
@media (max-width: 1000px) {
  #mv {
    min-height: 750px;
  }
  #mv .mv__body {
    gap: 30px;
    padding-top: 18vw;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #mv .mv__box {
    font-size: clamp(1.5rem, 4vw, 2.4rem);
    max-width: 100%;
  }
}

/* ---------------------------------------------------------------------- */
/* posting
/* ---------------------------------------------------------------------- */
.posting {
  padding: 85px 0 85px;
}

/* ---------------------------------------------------------------------- */
/* posting-nav
/* ---------------------------------------------------------------------- */
.posting-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.posting-nav li {
  max-width: 100%;
}

/* ---------------------------------------------------------------------- */
/* posting-about
/* ---------------------------------------------------------------------- */
.posting__area dt {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
}
.posting__area dd {
  font-size: 1.6rem;
  line-height: 1.875;
}
.posting__area.card__wrap {
  gap: 3%;
}
.posting__area .card__img {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 49%;
          flex: 1 0 49%;
  min-width: 300px;
  position: relative;
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
@media screen and (min-width: 1001px) {
  .posting__area .card__img {
    margin-right: -14px;
    margin-top: -10px;
  }
}
.posting__area .card__img img {
  -o-object-position: right;
     object-position: right;
}
.posting__area .card__img:hover {
  opacity: 0.7;
}
.posting__area .card__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 48%;
          flex: 1 0 48%;
}

/* ---------------------------------------------------------------------- */
/* posting-about
/* ---------------------------------------------------------------------- */
.posting-about .dot-separator {
  padding-bottom: 100px;
}

.posting-about__list {
  margin-bottom: 80px;
}
.posting-about__list li:not(:last-of-type) {
  padding-bottom: 60px;
  margin-bottom: 60px;
  border-bottom: 1px solid var(--primary-color);
}
.posting-about__list #area {
  padding-top: 130px;
  margin-top: -130px;
  padding-bottom: 60px;
  border-bottom: 1px solid var(--primary-color);
}

/* ---------------------------------------------------------------------- */
/* posting-price
/* ---------------------------------------------------------------------- */
.posting-price {
  padding: 130px 0 75px;
  margin-top: -130px;
  border-bottom: 1px solid var(--primary-color);
}

.posting-price-table__wrap {
  overflow: auto;
}

.posting-price-table {
  width: 100%;
}
.posting-price-table th {
  padding: 23px 10px;
  font-size: min(5vw, 2.4rem);
  letter-spacing: 0.12em;
  width: 35%;
  line-height: 1.3;
  vertical-align: middle;
  font-weight: 400;
  color: var(--primary-color);
  background-color: var(--primary-color-light);
  text-align: center;
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
.posting-price-table td {
  padding: 23px 10px;
  font-size: min(5vw, 2.4rem);
  font-weight: 500;
  line-height: 1.3;
  vertical-align: middle;
  text-align: center;
  border-top: 1px solid var(--primary-color);
  border-bottom: 1px solid var(--primary-color);
}
.posting-price-table td:first-of-type {
  color: var(--primary-color);
}
.posting-price-table td.posting-price-table__detail {
  text-align: left;
  line-height: 1.5;
  font-size: 2rem;
  padding: 21px 10px;
}
@media screen and (min-width: 1001px) {
  .posting-price-table td.posting-price-table__detail {
    padding: 21px 0px 21px 10px;
  }
}

#size-table.posting-price-table tr:first-of-type td:first-of-type {
  color: unset;
}

.posting-price__note {
  font-size: 1.6rem;
  line-height: 1.875;
}

@media (max-width: 1000px) {
  #plan-table th, #plan-table td {
    width: 100%;
    display: block;
  }
  .posting-price-table td.posting-price-table__detail {
    font-size: min(4vw, 1.6rem);
  }
}
@media (min-width: 1001px) {
  .posting-price-table th {
    width: 25%;
  }
  #plan-table td:nth-of-type(1) {
    width: 20.5%;
  }
}
/* ---------------------------------------------------------------------- */
/* posting-qa
/* ---------------------------------------------------------------------- */
.posting-qa {
  padding: 130px 0 75px;
  margin-top: -55px;
}
.posting-qa .card__img {
  border: 1px solid #A3A3A3;
}

@media (min-width: 1001px) {
  .posting-qa {
    margin-bottom: 110px;
  }
}
/* ---------------------------------------------------------------------- */
/* modal
/* ---------------------------------------------------------------------- */
.c-modal {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: grid;
  place-items: center;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: opacity 0.25s ease, visibility 0.25s step-end;
  transition: opacity 0.25s ease, visibility 0.25s step-end;
}

/* 開いた状態 */
.c-modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-transition: opacity 0.25s ease, visibility 0s;
  transition: opacity 0.25s ease, visibility 0s;
}

/* オーバーレイ */
.c-modal__overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
}

/* パネル */
.c-modal__panel {
  position: relative;
  max-width: min(1000px, 92vw);
  max-height: 90vh;
  background: #fff;
  border-radius: 12px;
  -webkit-transform: scale(0.98) translateY(6px);
          transform: scale(0.98) translateY(6px);
  opacity: 0;
  overflow: hidden;
  -webkit-transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: opacity 0.25s ease, -webkit-transform 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transition: transform 0.25s ease, opacity 0.25s ease, -webkit-transform 0.25s ease;
  -webkit-box-shadow: 0 10px 40px rgba(0, 0, 0, 0.24);
          box-shadow: 0 10px 40px rgba(0, 0, 0, 0.24);
  padding: 0; /* 中身がカードなら必要に応じて */
}

.c-modal__panel-inr {
  overflow: auto;
  width: 100%;
  max-height: 90vh;
}

.c-modal.is-open .c-modal__panel {
  opacity: 1;
  -webkit-transform: scale(1) translateY(0);
          transform: scale(1) translateY(0);
}

/* 閉じるボタン（任意） */
.c-modal__close {
  position: absolute;
  top: 8px;
  right: 8px;
  width: 36px;
  height: 36px;
  border: none;
  border-radius: 18px;
  background: rgba(0, 0, 0, 0.65);
  color: #fff;
  font-size: 20px;
  line-height: 36px;
  cursor: pointer;
  z-index: 100;
}

.c-modal__content {
  width: calc(500px + 50vw);
  max-width: 1000px;
  position: relative;
}

.c-modal__img img {
  display: block;
  width: 100%;
  max-width: none;
}

/* 背景スクロールロック */
body.is-modal-open {
  overflow: hidden;
}

.area-link {
  position: absolute;
  top: 65%;
  left: 72%;
  display: block;
  width: 5%;
  aspect-ratio: 1/2;
}

.area-link.area-link--ageo {
  top: 45%;
  left: 63.5%;
}

.area-link.area-link--asaka {
  top: 66%;
  left: 58.5%;
}

.area-link.area-link--nishitokyo {
  top: 76%;
  left: 56%;
}

.area-link.area-link--koshigaya {
  top: 60%;
  left: 80.5%;
}/*# sourceMappingURL=posting.css.map */