/* legacy-modelhouse.css — sources: modelhouse.css */


/* === modelhouse.css === */

/*==========================================
モデルハウス
===========================================*/
.legacy-page-content .modelhouse_archive {
  margin-top: 120px;
}
.legacy-page-content .modelhouse_archive li a {
  align-items: end;
}
.legacy-page-content .modelhouse_archive li:nth-child(odd) .modelhouse_catch {
  order: 2;
}
.legacy-page-content .modelhouse_archive li:nth-child(odd) .modelhouse_content {
  order: 1;
}
.legacy-page-content .modelhouse_archive li:nth-child(odd) .modelhouse_wrap {
  padding: 0 65px 0 0;
}
.legacy-page-content .modelhouse_archive li:nth-child(odd) .modelhouse_address p {
  padding: 0 65px 0 0;
}
.legacy-page-content .modelhouse_archive .btn {
  margin: 60px auto 120px;
}
@media screen and (max-width: 768px) {
  .legacy-page-content .modelhouse_archive {
    margin-top: 60px;
  }
  .legacy-page-content .modelhouse_archive .btn {
    margin: 20px auto 60px;
    line-height: 1.4;
  }
  .legacy-page-content .modelhouse_archive li:nth-child(odd) .modelhouse_catch {
    margin-left: -25px;
  }
  .legacy-page-content .modelhouse_archive li:nth-child(odd) .modelhouse_wrap {
    padding: 0;
  }
  .legacy-page-content .modelhouse_archive li:nth-child(odd) .modelhouse_address p {
    padding: 0;
  }
}

.legacy-page-content .modelhouse_catch {
  width: 45%;
}
@media screen and (max-width: 768px) {
  .legacy-page-content .modelhouse_catch {
    width: calc(100% + 25px);
    margin-right: -25px;
    margin-bottom: 20px;
  }
}

.legacy-page-content .modelhouse_content {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .legacy-page-content .modelhouse_content {
    width: 100%;
  }
}

.legacy-page-content .modelhouse_wrap {
  padding: 0 0 0 65px;
}
.legacy-page-content .modelhouse_wrap .modelhouse_ttl {
  padding-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .legacy-page-content .modelhouse_wrap {
    padding: 0;
  }
}
@media screen and (max-width: 480px) {
  .legacy-page-content .modelhouse_wrap .modelhouse_ttl {
    font-size: 5.84vw;
  }
}

.legacy-page-content .modelhouse_address {
  margin-top: 20px;
  padding: 13px 0;
  border-top: 1px solid #505050;
  text-align: right;
}
.legacy-page-content .modelhouse_address p {
  display: inline-block;
}

/*==========================================
モデルハウス詳細
===========================================*/
.legacy-page-content .modelhouse_img {
  max-width: 1140px;
  padding: 0 25px;
  margin: 0 auto 80px;
}
.legacy-page-content .modelhouse_img img {
  width: 100%;
}
@media screen and (max-width: 768px) {
  .legacy-page-content .modelhouse_img {
    padding: 0;
    margin: 0 auto 40px;
  }
}

.legacy-page-content .modelhouse_txt {
  margin-bottom: 70px;
}

.legacy-page-content .layout {
  margin-bottom: 70px;
}

.legacy-page-content .overview {
  margin-bottom: 75px;
}
.legacy-page-content .overview li {
  padding: 0 15px;
}

.legacy-page-content .highlights {
  max-width: 940px;
  padding: 0 25px;
  margin: 0 auto;
  margin-bottom: 190px;
}
.legacy-page-content .highlights li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 60px;
}
.legacy-page-content .highlights li .highlights_img {
  width: 48%;
}
.legacy-page-content .highlights li .highlights_img img {
  vertical-align: bottom;
}
.legacy-page-content .highlights li .highlights_txt {
  width: 48%;
  max-width: 450px;
}
.legacy-page-content .highlights li:nth-child(odd) .highlights_img {
  order: 2;
}
.legacy-page-content .highlights li:nth-child(odd) .highlights_txt {
  order: 1;
}
@media screen and (max-width: 768px) {
  .legacy-page-content .highlights li {
    display: block;
  }
  .legacy-page-content .highlights li .highlights_img, .legacy-page-content .highlights li .highlights_txt {
    width: 100%;
    max-width: inherit;
  }
  .legacy-page-content .highlights li .highlights_img {
    margin-bottom: 20px;
  }
  .legacy-page-content .highlights li:nth-child(odd) .highlights_img {
    order: 1;
  }
  .legacy-page-content .highlights li:nth-child(odd) .highlights_txt {
    order: 2;
  }
}

@media screen and (max-width: 768px) {
  .legacy-page-content .gallary.w1280 {
    padding: 0;
  }
  .legacy-page-content .gallary .frameImg {
    position: inherit;
    display: flex;
    vertical-align: baseline;
  }
  .legacy-page-content .gallary .frameImg:before {
    display: none;
  }
  .legacy-page-content .gallary .frameImg img {
    position: inherit;
  }
}

.legacy-page-content .gallary_wrap_yoko {
  width: 69.6%;
}
@media screen and (max-width: 768px) {
  .legacy-page-content .gallary_wrap_yoko {
    width: 100%;
  }
}

.legacy-page-content .gallary_wrap01 li {
  margin-bottom: 10px;
}
.legacy-page-content .gallary_wrap01 li:nth-child(1), .legacy-page-content .gallary_wrap01 li:nth-child(2) {
  width: calc((100% - 10px) / 2);
}
.legacy-page-content .gallary_wrap01 li:nth-child(1) .frameImg:before, .legacy-page-content .gallary_wrap01 li:nth-child(2) .frameImg:before {
  padding-top: 68.1%;
}
@media screen and (max-width: 768px) {
  .legacy-page-content .gallary_wrap01 {
    margin-bottom: 5px;
  }
  .legacy-page-content .gallary_wrap01 li {
    margin-bottom: 5px;
  }
  .legacy-page-content .gallary_wrap01 li:nth-child(1), .legacy-page-content .gallary_wrap01 li:nth-child(2) {
    width: 100%;
  }
}

.legacy-page-content .gallary_wrap02 li:nth-child(1) {
  width: calc((100% - 10px) * 890 / 550);
}
.legacy-page-content .gallary_wrap02 li:nth-child(1) .frameImg:before {
  padding-top: 115.7%;
}
.legacy-page-content .gallary_wrap02 li:nth-child(2) {
  width: calc((100% - 10px) * 890 / 340);
  padding-left: 10px;
}
.legacy-page-content .gallary_wrap02 li:nth-child(2) .frameImg:before {
  padding-top: 72.2%;
}
@media screen and (max-width: 768px) {
  .legacy-page-content .gallary_wrap02 li {
    margin-bottom: 5px;
  }
  .legacy-page-content .gallary_wrap02 li:nth-child(1), .legacy-page-content .gallary_wrap02 li:nth-child(2) {
    width: 100%;
  }
  .legacy-page-content .gallary_wrap02 li:nth-child(2) {
    padding-left: 0;
  }
}

.legacy-page-content .gallary_tate {
  width: 30.4%;
  margin-left: 10px;
}
.legacy-page-content .gallary_tate .frameImg:before {
  padding-top: 184.2%;
}
@media screen and (max-width: 768px) {
  .legacy-page-content .gallary_tate {
    width: 100%;
    margin-left: 0;
  }
}

.legacy-page-content .map {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .legacy-page-content .map {
    width: calc(100% + 50px);
    margin-left: -25px;
    padding-bottom: 135%;
  }
}

.legacy-page-content .map iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
