@charset "UTF-8";
/***/
/** Spacer **/
@media screen and (max-width: 768px) {
  .c-page-head {
    display: flex;
    flex-direction: column-reverse;
    margin-bottom: 1.6rem;
  }

  .c-page-head__inner {
    background: rgba(167, 138, 73, 0.05);
    padding: 3.8rem 2rem 3.8rem;
    position: relative;
  }

  .c-page-head__box {
    position: static;
    text-align: left;
    transform: none;
    display: flex;
    flex-direction: column-reverse;
    gap: 1rem;
  }

  .c-page-head__subtitle {
    font-size: 1.6rem;
  }

  .c-page-head__title {
    font-size: 2.2rem;
    margin-bottom: 0;
  }
}
p {
  font-size: 1.4rem;
  letter-spacing: 0.05em;
  line-height: 2.6rem;
}

.modelhouse-header {
  margin-bottom: 13.5rem;
}
@media screen and (max-width: 768px) {
  .modelhouse-header {
    margin-bottom: 5rem;
  }
}

.modelhouse-label {
  max-width: 122px;
  height: 30px;
  background-color: #a78a49;
  border-radius: 15px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  padding: 8px 10px 9px;
  font-weight: bold;
  line-height: 1;
  margin: 0 auto 2.4rem;
}

.modelhouse-catch {
  text-align: center;
  font-size: 3rem;
  letter-spacing: 0.05em;
  margin-bottom: 4.8rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .modelhouse-catch {
    margin-bottom: 3.2rem;
    font-size: 2rem;
    line-height: 3rem;
  }
}

.modelhouse-box {
  border: solid 1px #707070;
  max-width: 64rem;
  font-size: 1.6rem;
  margin: auto;
}
.modelhouse-box__title {
  display: flex;
  gap: 1.2rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 1.6rem;
  font-weight: bold;
}
.modelhouse-box__items {
  display: grid;
  grid-template-columns: 1fr;
}
.modelhouse-box dl {
  display: flex;
  border-bottom: 1px solid #e0e0e0;
  padding: 2.4rem 2rem;
}
@media screen and (max-width: 768px) {
  .modelhouse-box dl {
    font-size: 1.4rem;
    gap: 1.2rem;
  }
  .modelhouse-box dl:nth-child(1) {
    flex: 0 0 100%;
  }
}
.modelhouse-box dl.is-map {
  position: relative;
}
.modelhouse-box dl.is-map a {
  position: absolute;
  right: 2.4rem;
  height: 2.4rem;
}
.modelhouse-box dt {
  width: 6.4rem;
  margin-right: 1.6rem;
  white-space: nowrap;
  font-weight: bold;
}

.modelhouse-intro {
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .modelhouse-intro {
    margin-bottom: 8rem;
  }
}
.modelhouse-intro__row {
  position: relative;
  display: flex;
  justify-content: center;
  gap: 9rem;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .modelhouse-intro__row {
    display: block;
  }
}
.modelhouse-intro__body {
  padding-right: 2rem;
  max-width: 40.5rem;
}
@media screen and (max-width: 768px) {
  .modelhouse-intro__body {
    max-width: 100%;
    padding-right: 0;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-intro__image {
    margin-bottom: 3.6rem;
  }
  .modelhouse-intro__image--2 {
    margin-bottom: 0;
  }
}
.modelhouse-intro__title {
  font-weight: normal;
  font-size: 3rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  margin-bottom: 4rem;
}
@media screen and (max-width: 768px) {
  .modelhouse-intro__title {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-intro__desc {
    margin: 0 2rem;
  }
}

.modelhouse-gallery {
  position: relative;
  margin-bottom: 12rem;
}
@media screen and (max-width: 768px) {
  .modelhouse-gallery {
    margin-bottom: 13rem;
  }
}
@media print, screen and (min-width: 769px) {
  .modelhouse-gallery::before {
    content: "";
    height: 28.6rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    background-color: #f7f7f7;
  }
}
.modelhouse-gallery__row {
  display: flex;
  gap: 3.2rem;
  position: relative;
}
@media screen and (max-width: 768px) {
  .modelhouse-gallery__row {
    display: block;
  }
  .modelhouse-gallery__row::before {
    content: "";
    width: calc(100% + 4rem);
    background-color: #f7f7f7;
    position: absolute;
    top: 18.5rem;
    transform: none;
    left: -2rem;
    height: 39rem;
  }
}
.modelhouse-gallery__row + .modelhouse-gallery__row {
  margin-top: 5.6rem;
}
@media screen and (max-width: 768px) {
  .modelhouse-gallery__row + .modelhouse-gallery__row {
    margin-top: 12rem;
  }
}
.modelhouse-gallery__row--2 {
  flex-direction: row-reverse;
  align-items: end;
}
@media screen and (max-width: 768px) {
  .modelhouse-gallery__row--2 {
    display: block;
  }
  .modelhouse-gallery__row--2::before {
    top: 16rem;
  }
}
@media print, screen and (min-width: 769px) {
  .modelhouse-gallery__row--2 .modelhouse-gallery__images {
    right: auto;
    left: -3.6rem;
  }
  .modelhouse-gallery__row--2 .modelhouse-gallery__catch {
    margin-bottom: 3.6rem;
  }
}
.modelhouse-gallery__catch {
  font-weight: normal;
  font-size: 2.4rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .modelhouse-gallery__catch {
    text-align: center;
    font-size: 1.8rem;
    margin-bottom: 3.2rem;
  }
}
.modelhouse-gallery__images {
  display: grid;
  grid-template-columns: repeat(2, 34.3rem);
  gap: 3.2rem;
  position: relative;
  right: -3.6rem;
}
@media screen and (max-width: 768px) {
  .modelhouse-gallery__images {
    display: block;
    padding: 0 1rem;
    right: auto;
  }
}

.modelhouse-detail {
  margin-bottom: 8rem;
}
@media screen and (max-width: 768px) {
  .modelhouse-detail {
    margin-bottom: 6rem;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-areas: "title" "desc" "images";
  }
}
.modelhouse-detail__title {
  text-align: center;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .modelhouse-detail__title {
    font-size: 1.8rem;
    margin-bottom: 2em;
    grid-area: title;
  }
}
.modelhouse-detail__images {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 3rem;
  margin-bottom: 3.2rem;
}
@media screen and (max-width: 768px) {
  .modelhouse-detail__images {
    grid-area: images;
    display: block;
    margin-bottom: 0;
  }
}
.modelhouse-detail__desc {
  margin: auto;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .modelhouse-detail__desc {
    grid-area: desc;
    padding: 0 2rem 5rem;
  }
}

.modelhouse-madori {
  margin: 10rem auto 12.5rem;
}
@media screen and (max-width: 768px) {
  .modelhouse-madori {
    margin: 6rem auto 9.7rem;
  }
}
.modelhouse-madori__title {
  text-align: center;
  font-weight: normal;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  font-size: 3rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 768px) {
  .modelhouse-madori__title {
    font-size: 1.8rem;
  }
}
.modelhouse-madori__images {
  display: grid;
  grid-template-columns: 44.9rem 38rem;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .modelhouse-madori__images {
    display: block;
    padding: 0 2.4rem;
  }
}
@media screen and (max-width: 768px) {
  .modelhouse-madori__image:nth-child(2) {
    margin-top: -2.5rem;
  }
}
.modelhouse-madori__desc {
  margin: auto;
  width: fit-content;
}
@media screen and (max-width: 768px) {
  .modelhouse-madori__desc {
    margin: 0 2rem 0;
  }
}

.modelhouse-cta {
  margin-bottom: 12rem;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .modelhouse-cta {
    margin-bottom: 6rem;
  }
}
.modelhouse-cta__title {
  font-size: 2.6rem;
  letter-spacing: 0.05em;
  margin-bottom: 3.2rem;
  color: #a78a49;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .modelhouse-cta__title {
    font-size: 2rem;
  }
}
.modelhouse-cta__desc {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .modelhouse-cta__desc {
    font-size: 1.4rem;
    padding: 0 2.4rem 0 1.6rem;
    text-align: left;
  }
}

/*# sourceMappingURL=modelhouse.css.map */

@media print, screen and (min-width: 769px) {
  .modelhouse-intro__image {
    width: 34.5rem;
  }
  .modelhouse-intro__image--1 {
    position: absolute;
    left: 17.6rem;
    top: -3.5rem;
  }
}