@charset "UTF-8";

/* PC（+ print） */
@media screen and (min-width: 768px), print {
  .aaa {
    position: relative;
  }
}

/* 共通ｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
body {
  font-family: "Yu Gothic Medium", "Yu Gothic", "YuGothic", "Hiragino Kaku Gothic ProN",
    "Hiragino Kaku Gothic Pro", "Meiryo", sans-serif;
  font-weight: 500;
  letter-spacing: 0.05em;
  color: #000;
}

main#modelhouse2 {
  width: 100%;
  max-width: 1920px;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

.br-sp-none {
  display: block;
}

.br-pc-none {
  display: none;
}

/* page-modelhouseｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
.main-view {
  position: relative;
  padding-top: 260px;
}

.main-view__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45px;
  max-width: 960px;
  width: 80%;
  height: auto;
  display: block;
}

.main-view__image {
  width: 100%;
  height: auto;
  display: block;
}

.modelhouse-section {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-block: 68px;
}

.modelhouse-section--floorplan {
  background-color: #F8F8F8;
  padding-inline: 16px;
}

.modelhouse-section__title {
  height: 80px;
  width: auto;
  margin-bottom: 26px;
}

.modelhouse-section__title img {
  height: 100%;
}

.modelhouse-section__title--point {
  height: 160px;
  margin-bottom: 116px;
}

.modelhouse-section__description {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 70px;
}

.modelhouse-section__concept-image {
  max-width: 1280px;
  width: 100%;
  height: auto;
  display: block;
}

.floor-plan {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  max-width: 1100px;
  background-color: #fff;
  padding-block: 30px;
  padding-inline: 20px;
  border: 1px solid #DFDFDF;
}

.floor-plan__image {
  width: 497px;
  height: auto;
  display: block;
  max-width: 500px;
}

.floor-plan__title-image {
  max-width: 414px;
  margin-bottom: 60px;
}

.point-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 200px;
  align-items: center;
}

.point-list__item {
  position: relative;
  width: 100%;
  max-width: 1920px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.point-list__item-image--pc {
  position: absolute;
  z-index: -1;
  left: 0;
  width: 50%;
  max-width: 840px;
  display: block;
}

.point-list__item-image--sp {
  display: none;
}

.point-list__item-container {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  max-width: 1280px;
}

.point-list__item-inner {
  right: 0;
  top: 50%;
  max-width: 780px;
  width: 60%;
  background-color: #fff;
  padding-top: 60px;
  padding-bottom: 80px;
  padding-inline: 38px;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16);
  margin-right: 16px;
}

.point-list__item-title {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 40px;
}

.point-list__item-title img {
  height: 38px;
  width: auto;
}

.point-list__item-title span {
  font-size: 31px;
  font-weight: 700;
  line-height: 48px;
}

.point-list__item-description {
  max-width: 550px;
  margin-left: 84px;
}

.property-info {
  max-width: 1100px;
  margin: 0 auto 100px;
  padding: 60px 20px;
}

.property-info__title {
  background: #1A1A1A;
  color: #fff;
  display: inline-block;
  padding: 5px 20px;
  font-size: 16px;
  letter-spacing: 0.05em;
  margin-bottom: 16px;
}

.property-info__title--details {
  margin-top: 40px;
}

.property-info__table {
  width: 100%;
  border-collapse: collapse;
  border-top: 1px solid #DEDEDE;
}

.property-info__row {
  border-bottom: 1px solid #DEDEDE;
}

.property-info__label {
  width: 15%;
  text-align: left;
  padding: 15px 20px;
  font-weight: 700;
  vertical-align: middle;
  border-left: 1px solid #DEDEDE;
}

.property-info__label--right {
  border-left: none;
}

.property-info__data {
  width: 35%;
  padding: 15px 20px;
  vertical-align: middle;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}

.access__map {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}

/* 1100px は別ブレークポイントなのでそのまま */
@media screen and (max-width: 1100px) {
  .access__map {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.access__map-iframe {
  width: 100%;
  height: 400px;
}

.access__map-iframe iframe {
  width: 100%;
  height: 100%;
  border: 0;
}

.access__info {
  max-width: 1100px;
  width: 100%;
  text-align: left;
  margin-top: 16px;
}

@media screen and (max-width: 1100px) {
  .access__info {
    padding: 0 20px;
    box-sizing: border-box;
  }
}

.contact-cta__message {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.contact-cta__message-text {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  margin-bottom: 40px;
}

.contact-cta__message-img {
  position: absolute;
  max-width: 1100px;
  width: 100%;
  height: auto;
  bottom: 62px;
  right: 50%;
  transform: translate(50%, 100%);
  z-index: 1;
  display: block;
}

.contact-cta__container {
  position: relative;
  background-color: #FDFAF1;
  padding-top: 180px;
  padding-bottom: 80px;
}

.contact-cta__slider {
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.contact-cta__slider-list {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  width: -moz-fit-content;
  width: fit-content;
  /* JSでこのクラスを付与して動かします */
}

.contact-cta__slider-list.is-animating {
  animation: infinite-scroll 40s linear infinite;
}

.contact-cta__slider-item {
  width: 437px;
  flex-shrink: 0;
}

.contact-cta__slider-item img {
  width: 100%;
  height: auto;
  display: block;
  object-fit: cover;
}

/* 1セット分（50%）左にスライドしたら0に戻る */
@keyframes infinite-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
} /*# sourceMappingURL=page-modelhouse.css.map */

aside#ee img {
  width: auto;
  max-width: auto;
  height: auto;
  display: revert;
}

footer img {
  width: auto;
  max-width: auto;
  height: auto;
  display: revert;
}

#pc-menu-open img {
  width: auto;
  max-width: auto;
  height: auto;
  display: revert;
}

/* =========================
   SPまとめ（max-width: 767px）
========================= */
@media screen and (max-width: 767px) {
  .aaa {
    position: relative;
  }

  .main-view {
    position: relative;
    padding-top: 62.802vw;
}
.modelhouse-section {
    padding-block: 12.425vw;
}


  .br-sp-none {
    display: none;
  }

  .br-pc-none {
    display: block;
  }

  .main-view__title {
    /* max-width: 123.188vw; */
    width: 98.068vw;
    top: 0px;
    /* padding: 0 4.831vw; */
  }

  .modelhouse-section__title {
    height: 12.802vw;
  }

  .modelhouse-section__title.concept-img {
    width: 50%;
  }

  .modelhouse-section__title.floor-img {
    width: 74%;
  }

  .modelhouse-section__title.access-img {
    width: 40%;
  }

  .modelhouse-section__title--point {
    height: 28.019vw;
    margin-bottom: 4.831vw;
  }

  .modelhouse-section__title--point.point-img {
    width: 40%;
  }

  .modelhouse-section__description {
    text-align: left;
    margin-bottom: 12.077vw;
    padding-inline: 6.763vw;
    font-size: unset;
  }

  .floor-plan {
    width: 100%;
    flex-direction: column-reverse;
    gap: 8.696vw;
    padding-block: 9.662vw;
  }

  .floor-plan__inner {
    max-width: 79.71vw;
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .floor-plan__image {
    max-width: 100%;
  }

  .floor-plan__title-image {
    max-width: 69.565vw;
    margin-bottom: 10.145vw;
  }

  .point-list {
    gap: 13.527vw;
  }

  .point-list__item-image--pc {
    display: none;
  }

  .point-list__item-image--sp {
    display: block;
    width: 100%;
    margin-bottom: 9.662vw;
  }

  .point-list__item-inner {
    width: 100%;
    box-shadow: none;
    margin-right: 0;
    padding-inline: 0;
    padding-block: 0;
  }

  .point-list__item-title {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    margin-bottom: 5.797vw;
  }

  .point-list__item-title img {
    height: 9.179vw;
            margin-bottom: 3vw;
  }
  .property-info {
    padding: 2.415vw 4.831vw; margin-bottom: 10vw;
}

  .point-list__item-title span {
font-size: 5.63vw;
        text-align: center;
        line-height: 1.65;
  }

  .point-list__item-description {
    max-width: 100%;
    margin-left: 0;
    padding-inline: 6.763vw;
  }

  .property-info__table {
    display: block;
  }

  .property-info__row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
  }

  .property-info__label {
    width: 35%;
    font-size: 3.865vw;
    border-bottom: 1px solid #DEDEDE;
  }

  .property-info__label--right {
    border-left: 1px solid #DEDEDE;
  }

  .property-info__data {
    width: 65%;
    font-size: 3.865vw;
    border-bottom: 1px solid #DEDEDE;
  }

  .contact-cta__message-text {
        font-size: 6.28vw;
        line-height: 1.5;
        margin-bottom: 8.696vw;
  }

  .contact-cta__message-img {
    position: static;
    transform: none;
    max-width: 123.188vw;
    width: 100%;
    padding-inline: 4.831vw;
    bottom: 0;
  }

  .contact-cta__container {
    padding-block: 7.246vw;
  }

  .contact-cta__slider-item {
    width: 62.802vw;
  }
.modelhouse-section__title {
    margin-bottom: 3.382vw;
}
.access__map-iframe {
    width: 100%;
    height: 71.498vw;
}
}
