@charset "UTF-8";
@media screen and (min-width: 768px), print {
  .aaa {
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .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;
}
@media screen and (max-width: 767px) {
  .br-sp-none {
    display: none;
  }
}

.br-pc-none {
  display: none;
}
@media screen and (max-width: 767px) {
  .br-pc-none {
    display: block;
  }
}

/* page-modelhouseｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰｰ */
.main-view {
  position: relative;
  padding-top: 280px;
}
.main-view__title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 45px;
  max-width: 960px;
  width: 80%;
  height: auto;
  display: block;
}
@media screen and (max-width: 767px) {
  .main-view__title {
    max-width: 510px;
    width: 100%;
    top: 38px;
    padding: 0 20px;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .modelhouse-section__title {
    height: 53px;
  }
  .modelhouse-section__title.concept-img{
    width: 50%;
  }
  .modelhouse-section__title.floor-img{
    width: 74%;
  }
  .modelhouse-section__title.access-img{
    width: 40%;
  }
}
.modelhouse-section__title img {
  height: 100%;
}
.modelhouse-section__title--point {
  height: 160px;
  margin-bottom: 116px;
}
@media screen and (max-width: 767px) {
  .modelhouse-section__title--point {
    height: 116px;
    margin-bottom: 20px;
  }
  .modelhouse-section__title--point.point-img {
    width: 40%;
  }
}
.modelhouse-section__description {
  text-align: center;
  font-size: 16px;
  line-height: 1.75;
  margin-bottom: 70px;
}
@media screen and (max-width: 767px) {
  .modelhouse-section__description {
    text-align: left;
    margin-bottom: 50px;
    padding-inline: 28px;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .floor-plan {
    width: 100%;
    flex-direction: column-reverse;
    gap: 36px;
    padding-block: 40px;
  }
}
@media screen and (max-width: 767px) {
  .floor-plan__inner {
    max-width: 330px;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
}
.floor-plan__image {
  width: 497px;
  height: auto;
  display: block;
  max-width: 500px;
}
@media screen and (max-width: 767px) {
  .floor-plan__image {
    max-width: 100%;
  }
}
.floor-plan__title-image {
  max-width: 414px;
  margin-bottom: 60px;
}
@media screen and (max-width: 767px) {
  .floor-plan__title-image {
    max-width: 288px;
    margin-bottom: 42px;
  }
}

.point-list {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 200px;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .point-list {
    gap: 56px;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .point-list__item-image--pc {
    display: none;
  }
}
.point-list__item-image--sp {
  display: none;
}
@media screen and (max-width: 767px) {
  .point-list__item-image--sp {
    display: block;
    width: 100%;
    margin-bottom: 40px;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .point-list__item-inner {
    width: 100%;
    box-shadow: none;
    margin-right: 0;
    padding-inline: 0;
    padding-block: 0;
  }
}
.point-list__item-title {
  display: flex;
  flex-direction: row;
  gap: 24px;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .point-list__item-title {
    flex-direction: column;
    justify-content: center;
    gap: 0;
    margin-bottom: 24px;
  }
}
.point-list__item-title img {
  height: 38px;
  width: auto;
}
@media screen and (max-width: 767px) {
  .point-list__item-title img {
    height: 38px;
  }
}
.point-list__item-title span {
  font-size: 31px;
  font-weight: 700;
  line-height: 48px;
}
@media screen and (max-width: 767px) {
  .point-list__item-title span {
    font-size: 26px;
    text-align: center;
  }
}
.point-list__item-description {
  max-width: 550px;
  margin-left: 84px;
}
@media screen and (max-width: 767px) {
  .point-list__item-description {
    max-width: 100%;
    margin-left: 0;
    padding-inline: 28px;
  }
}

.property-info {
  max-width: 1100px;
  margin: 0 auto;
  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;
}
@media screen and (max-width: 767px) {
  .property-info__table {
    display: block;
  }
}
.property-info__row {
  border-bottom: 1px solid #DEDEDE;
}
@media screen and (max-width: 767px) {
  .property-info__row {
    display: flex;
    flex-wrap: wrap;
    border-bottom: none;
  }
}
.property-info__label {
  width: 15%;
  text-align: left;
  padding: 15px 20px;
  font-weight: 700;
  vertical-align: middle;
  border-left: 1px solid #DEDEDE;
}
@media screen and (max-width: 767px) {
  .property-info__label {
    width: 30%;
    font-size: 16px;
    border-bottom: 1px solid #DEDEDE;
  }
}
.property-info__label--right {
  border-left: none;
}
@media screen and (max-width: 767px) {
  .property-info__label--right {
    border-left: 1px solid #DEDEDE;
  }
}
.property-info__data {
  width: 35%;
  padding: 15px 20px;
  vertical-align: middle;
  border-left: 1px solid #DEDEDE;
  border-right: 1px solid #DEDEDE;
}
@media screen and (max-width: 767px) {
  .property-info__data {
    width: 70%;
    font-size: 16px;
    border-bottom: 1px solid #DEDEDE;
  }
}

.access__map {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@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;
}
@media screen and (max-width: 767px) {
  .contact-cta__message-text {
    font-size: 26px;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .contact-cta__message-img {
    position: static;
    transform: none;
    max-width: 510px;
    width: 100%;
    padding-inline: 20px;
    bottom: 0;
  }
}
.contact-cta__container {
  position: relative;
  background-color: #FDFAF1;
  padding-top: 180px;
  padding-bottom: 80px;
}
@media screen and (max-width: 767px) {
  .contact-cta__container {
    padding-block: 30px;
  }
}
.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;
}
@media screen and (max-width: 767px) {
  .contact-cta__slider-item {
    width: 260px;
  }
}
.contact-cta__slider-item img {
  width: 100%;
  height: auto;
  display: block;
  -o-object-fit: cover;
     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;
 }