@charset "UTF-8";
@media print, screen and (min-width: 741px) {
  .col-3 {
    width: 24.5%;
  }
}
@media print, screen and (min-width: 741px) {
  .fz36-pc {
    font-size: 36px;
  }

  .mt45-pc {
    margin-top: 45px;
  }

  .mt50-pc {
    margin-top: 50px;
  }

  .mb60-pc {
    margin-bottom: 60px;
  }

  .mb80-pc {
    margin-bottom: 80px;
  }
}
@media only screen and (max-width: 740px) {
  .w90-sp {
    width: 90%;
  }

  .mt15-sp {
    margin-top: 15px;
  }

  .mt30-sp {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 740px) {
  header#header {
    margin-bottom: 0;
  }

  header#header .description-area.is-hide-sp {
    display: none !important;
  }

/*
  .header-cc {
    display: none;
  }
*/

  .pankuzu {
    font-size: 10px;
    padding: 9px 20px;
    color: #4C4137;
  }
  .pankuzu a {
    text-decoration: none;
    color: #4C4137;
  }
}
.meiryo {
  font-family: 'メイリオ', 'Meiryo','ＭＳ ゴシック','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',sans-serif;
}

.cols {
  margin-left: 3%;
}

.cols:first-child {
  margin-left: 0;
}

.area-main {
  padding: 115px 0 0;
}
@media only screen and (max-width: 740px) {
  .area-main {
    padding: 70px 0 0;
  }
}

.area-topimage {
  margin-top: -25px;
}
@media only screen and (max-width: 740px) {
  .area-topimage {
    width: 100vw;
  }
}

.area-topimage img {
  vertical-align: bottom;
}

.form_nav {
  background: url("/modelhouse/img/orange_bg.png");
  position: relative;
  box-sizing: border-box;
  z-index: 0;
}
@media print, screen and (min-width: 741px) {
  .form_nav {
    height: 305px;
    margin: 0px auto 0;
    padding-top: 50px;
  }
  .page_modelhouse .form_nav {
    margin: -50px auto 0;
    padding-top: 80px;
  }
}
@media only screen and (max-width: 740px) {
  .form_nav {
    height: 150px;
    margin: 0px auto;
    padding-top: 20px;
    width: auto !important;
  }
}

.form_nav-button {
  margin: 0 auto;
  position: relative;
}
.form_nav-button a {
  width: 607px;
  height: 122px;
  display: block;
  position: relative;
  margin: 0 auto;
  background-color: #F18101;
  border-radius: 15px;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0px 5px 0px 0px #D47305;
}
.form_nav-button a:hover {
  opacity: 0.8;
}
@media only screen and (max-width: 740px) {
  .form_nav-button a {
    width: 94%;
    height: 70px;
  }
}
.form_nav-button a p {
  color: #fff;
  font-size: 34px;
  font-weight: bold;
  margin-bottom: 0;
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}
@media only screen and (max-width: 740px) {
  .form_nav-button a p {
    font-size: 19px;
  }
}

.form_nav-button-inner {
  width: 400px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 20px;
}
@media only screen and (max-width: 740px) {
  .form_nav-button-inner {
    width: 225px;
  }
}
.form_nav-button-inner img {
  height: 100%;
}
@media only screen and (max-width: 740px) {
  .form_nav-button-inner img {
    max-height: 1.5em;
  }
}

@media print, screen and (min-width: 741px) {
  .arrow-down {
    margin-right: -60px;
  }
}
@media only screen and (max-width: 740px) {
  .arrow-down {
    margin-right: -30px;
    width: 10px;
  }
}

.form_nav-comment {
  background: #fff;
  border: 2px solid #DE8022;
  border-radius: 75px;
  z-index: 20;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  filter: drop-shadow(0px 6px 4px rgba(0, 0, 0, 0.22));
}
@media print, screen and (min-width: 741px) {
  .form_nav-comment {
    width: 400px;
    height: 65px;
    margin: 0 auto -30px;
  }
}
@media only screen and (max-width: 740px) {
  .form_nav-comment {
    width: 230px;
    height: 40px;
    margin: 0 auto -20px;
  }
}
.form_nav-comment span {
  font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 26px;
  font-weight: bold;
  color: #F18101;
}
@media only screen and (max-width: 740px) {
  .form_nav-comment span {
    font-size: 15px;
  }
}
.form_nav-comment::before {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  bottom: -12px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8.5px 0 8.5px;
  border-color: #fff transparent transparent transparent;
  z-index: 10;
}
.form_nav-comment::after {
  content: "";
  position: absolute;
  left: calc(50% - 6px);
  bottom: -14px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 8.5px 0 8.5px;
  border-color: #DE8022 transparent transparent transparent;
  z-index: 5;
}

.quo-area {
  position: relative;
  background: #FDFFE1;
}
.quo-area::before {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background: url("../modelhouse/img/quo_border.png") repeat-x left top/contain;
}
.quo-area::after {
  content: "";
  display: block;
  height: 10px;
  width: 100%;
  background: url("../modelhouse/img/quo_border.png") repeat-x left bottom/contain;
}
.quo-area .quo-container {
  width: 1050px;
  margin: 0 auto 20px;
}
@media only screen and (max-width: 740px) {
  .quo-area .quo-container {
    width: 100%;
  }
}
.quo-area .quo-container .quo-img {
  position: relative;
  margin: 0 auto;
  text-align: center;
}
.quo-area .quo-container .quo-img::after {
  content: "";
  display: block;
  height: 10px;
  background: url("../modelhouse/img/quo-text-border.png") no-repeat left center/contain;
  width: 100%;
}
.quo-area .quo-container .quo-text {
  display: flex;
  text-align: left;
  color: #000000;
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.8;
  gap: 5px;
}
@media only screen and (max-width: 740px) {
  .quo-area .quo-container .quo-text {
    flex-direction: column;
    font-size: 10px;
    text-indent: -1em;
    padding-left: 1em;
  }
  .quo-area .quo-container .quo-text p {
    margin-bottom: 0px;
  }
}

.area-intro .title-group {
  text-align: center;
}

.area-intro .title-group img {
  margin-bottom: 12px;
  vertical-align: bottom;
}

.area-intro .row-intro {
  position: relative;
  z-index: 10;
}

.area-button-intro {
  margin-top: -30px;
  padding-bottom: 25px;
  text-align: center;
}

.area-event {
  position: relative;
  text-align: center;
  padding: 80px 0 100px;
  background-color: #fff;
  margin-top: 70px;
}
@media only screen and (max-width: 740px) {
  .area-event {
    padding: 40px 20px 30px;
    margin-top: 25px;
  }
}
.area-event::after {
  content: "";
  width: 100%;
  height: 29px;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../modelhouse/img/event_bg_top.png");
}
.area-event .area-title {
  color: #DC5668;
  letter-spacing: 5px;
}
@media only screen and (max-width: 740px) {
  .area-event .area-title {
    font-size: 20px;
    letter-spacing: 2px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 740px) {
  .area-event .event-content {
    max-width: 300px;
    margin: 0 auto;
  }
}
.area-event .event-content a {
  margin: 0 auto;
  max-width: 833px;
  text-decoration: none;
}
@media print, screen and (min-width: 741px) {
  .area-event .event-content a {
    display: flex;
  }
}
.area-event .event-text {
  text-align: left;
  color: #585858;
  font-family: "Noto Sans CJK JP","Noto Sans", sans-serif;
  padding: 40px 0 40px 37px;
}
@media only screen and (max-width: 740px) {
  .area-event .event-text {
    padding: 10px 0 0;
  }
}
.area-event .event-title {
  color: #000000;
  font-weight: 500px;
  overflow: hidden;
  max-width: 450px;
}
@media print, screen and (min-width: 741px) {
  .area-event .event-title {
    font-size: 31px;
  }
}
@media only screen and (max-width: 740px) {
  .area-event .event-title {
    font-weight: bold;
    font-size: 16px;
  }
}
.area-event .event-title::after {
  content: "";
  display: block;
  background: url("../modelhouse/img/event-title_border.svg") left top/contain;
  width: 100%;
  height: 4px;
  margin-top: 10px;
}
.area-event .event-day {
  margin-top: 25px;
  font-size: 23px;
}
@media only screen and (max-width: 740px) {
  .area-event .event-day {
    margin-top: 10px;
    font-size: 14px;
  }
}
.area-event .event-time {
  margin-top: 5px;
  font-size: 23px;
}
@media only screen and (max-width: 740px) {
  .area-event .event-time {
    margin-top: 5px;
    font-size: 14px;
  }
}

.area-modelhouse {
  margin-top: 75px;
  margin-bottom: 100px;
}
@media only screen and (max-width: 740px) {
  .area-modelhouse {
    margin-top: 25px;
    margin-bottom: 50px;
  }
}
.area-modelhouse a:hover {
  opacity: 0.85;
}

@media print, screen and (min-width: 741px) {
  .modelhouse-wrapper {
    width: 1050px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 740px) {
  .modelhouse-wrapper {
    margin: 0 3%;
  }
}

.modelhouse-container {
  display: flex;
  flex-wrap: wrap;
  gap: 33px 19px;
}
@media only screen and (max-width: 740px) {
  .modelhouse-container {
    gap: 10px 1%;
    justify-content: space-between;
  }
}
@media print, screen and (min-width: 741px) {
  .modelhouse-container.container-left {
    justify-content: left;
  }
  .modelhouse-container.container-center {
    justify-content: center;
  }
}

.modelhouse-unit {
  font-family: 'Noto Sans JP', sans-serif;
  border-radius: 10px;
  overflow: hidden;
  width: 248px;
  cursor: pointer;
  text-decoration: none;
  /*public*/
}
@media only screen and (max-width: 740px) {
  .modelhouse-unit {
    width: 48.5%;
  }
}
.modelhouse-unit .unit-head {
  font-size: 22px;
  color: #fff;
  text-align: center;
  padding: 10px 0;
  background: #FBA442;
  line-height: 1;
}
@media only screen and (max-width: 740px) {
  .modelhouse-unit .unit-head {
    font-size: 16px;
  }
}
.modelhouse-unit .unit-img {
  display: flex;
  pointer-events: none;
  aspect-ratio: 248/175;
}
.modelhouse-unit .unit-index {
  padding: 14px 0 18px;
  background: #fff;
  text-align: center;
}
.modelhouse-unit .unit-index .unit-title {
  font-size: 18px;
  color: #111111;
  margin-bottom: 15px;
  text-align: center;
}
@media only screen and (max-width: 740px) {
  .modelhouse-unit .unit-index .unit-title {
    font-size: 12px;
  }
}
.modelhouse-unit .unit-index .unit-button {
  position: relative;
  display: inline-block;
  padding: 3px 10px;
  min-width: 144px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  background: #FBA442;
  border-radius: 19px;
}
@media only screen and (max-width: 740px) {
  .modelhouse-unit .unit-index .unit-button {
    padding: 3px 10px 6px;
    min-width: unset;
    width: 80%;
    font-size: 14px;
  }
}
.modelhouse-unit.no-click {
  pointer-events: none;
}
.modelhouse-unit.public .unit-head {
  background: #FBA442;
}
.modelhouse-unit.public .unit-button {
  background: #FBA442;
}
.modelhouse-unit.public .unit-button::after {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  right: 10px;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .modelhouse-unit.public .unit-button::after {
    font-size: 15px;
  }
}
.modelhouse-unit.next {
  cursor: pointer;
}
.modelhouse-unit.next:hover {
  opacity: 1;
}
.modelhouse-unit.next .unit-head {
  background: #91C673;
}
.modelhouse-unit.next .unit-button {
  background: #91C673;
}
.modelhouse-unit.limited .unit-head {
  background: #DC5668;
}
.modelhouse-unit.limited .unit-button {
  background: #DC5668;
}
.modelhouse-unit.limited .unit-button::after {
  content: '\f105';
  font-family: FontAwesome;
  font-weight: 700;
  font-size: 18px;
  position: absolute;
  right: 10px;
  color: #fff;
}
@media only screen and (max-width: 740px) {
  .modelhouse-unit.limited .unit-button::after {
    font-size: 15px;
  }
}

/*unit*/
.area-video {
  background: #FAD66B;
  padding: 70px 0 40px;
}
@media only screen and (max-width: 740px) {
  .area-video {
    padding: 25px 20px;
  }
}
.area-video .video-container {
  max-width: 960px;
  margin: 0 auto;
  background-color: #403B3B;
  padding: 45px 70px 40px;
  text-align: center;
  box-sizing: border-box;
  border-radius: 25px;
}
@media only screen and (max-width: 740px) {
  .area-video .video-container {
    padding: 15px 25px;
  }
}
.area-video .video-container iframe {
  width: 100%;
  height: 100%;
  aspect-ratio: 16/9;
}
.area-video .video-container h2 {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
  gap: 10px;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
}
.area-video .video-container h2 img {
  height: 100%;
}
@media only screen and (max-width: 740px) {
  .area-video .video-container h2 {
    font-size: 18px;
    height: 1.5em;
    align-items: center;
  }
}

.area-merit {
  padding: 75px 0 50px;
  background: #EBE7D7;
}
@media only screen and (max-width: 740px) {
  .area-merit {
    padding-top: 35px;
  }
}
.area-merit h2 {
  max-width: 756px;
  margin: 0 auto;
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  color: #fff;
  background: #ED798D;
  border-radius: 35px;
  padding: 5px;
}
@media only screen and (max-width: 740px) {
  .area-merit h2 {
    font-size: 24px;
  }
}
.area-merit h2 div {
  position: relative;
  border: #fff dotted 4px;
  border-radius: 35px;
}
.area-merit h2 div::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
  left: 20px;
  top: 20px;
}
@media only screen and (max-width: 740px) {
  .area-merit h2 div::after {
    width: 8px;
    height: 8px;
    left: 10px;
    top: 14px;
  }
}
.area-merit h2 div::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
  background-color: #fff;
  border-radius: 10px;
  right: 20px;
  top: 20px;
}
@media only screen and (max-width: 740px) {
  .area-merit h2 div::before {
    width: 8px;
    height: 8px;
    right: 10px;
    top: 14px;
  }
}

.merit-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  margin-top: 45px;
}
@media only screen and (max-width: 740px) {
  .merit-container {
    margin-top: 25px;
    gap: 20px;
  }
}

.merit-unit {
  width: 440px;
}

.merit-photo {
  width: 100%;
  height: auto;
  aspect-ratio: 43/30;
  border-radius: 5px;
}
.merit_01 .merit-photo {
  background: url("/modelhouse/img/merit_photo_01.png") no-repeat center/contain;
}
.merit_02 .merit-photo {
  background: url("/modelhouse/img/merit_photo_02.png") no-repeat center/contain;
}
.merit_03 .merit-photo {
  background: url("/modelhouse/img/merit_photo_03.png") no-repeat center/contain;
}
.merit_04 .merit-photo {
  background: url("/modelhouse/img/merit_photo_04.png") no-repeat center/contain;
}

.merit-text {
  font-family: "Noto Sans CJK JP","Noto Sans", sans-serif;
  font-size: 24px;
  margin-left: 30px;
  font-weight: bold;
  color: #707070;
  background-image: linear-gradient(90deg, transparent 0%, transparent 50%, #EBE7D7 50%, #EBE7D7 100%), linear-gradient(360deg, #707070 2px, transparent 2px);
  background-size: 8px 100%, 100% 2.5em;
  line-height: 2.5em;
  padding-bottom: 1px;
}
@media only screen and (max-width: 740px) {
  .merit-text {
    margin-left: 0;
    font-size: 16px;
  }
}

.area-present {
  padding-top: 12px;
  padding-bottom: 12px;
  background: white url("../modelhouse/img/merit_out_bg.png");
}

.present-catch .title-group {
  text-align: center;
}

.present-catch .icon-ribbon:before {
  background: url(../modelhouse/img/obj_ribbon.png) left top no-repeat;
  content: "";
  display: inline-block;
  height: 31.33333px;
  width: 78.66667px;
  background-size: 78.66667px 31.33333px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 12px;
}

.area-guidance {
  padding-top: 24px;
  padding-bottom: 12px;
  background: url("../modelhouse/img/tenji_01.png");
}

.area-guidance .header-guidance {
  margin-bottom: 12px;
}

.panel-guidance {
  background-color: #FFF;
  padding: 12px;
  margin-bottom: 12px;
  overflow: hidden;
  *zoom: 1;
}

.panel-guidance .panel-header {
  margin-top: -12px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px;
  background-color: #336600;
  color: #FFF;
}

.panel-guidance .panel-header .panel-title {
  line-height: 1.3;
}

.panel-guidance .panel-meta {
  background-color: #DAE8B2;
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 12px;
  padding: 12px;
  overflow: hidden;
  *zoom: 1;
}

.panel-guidance .item-tag {
  background-color: #8C6900;
  color: #FFF;
  display: inline-block;
  padding: 5px 15px;
  margin-top: 3px;
  margin-bottom: 3px;
  border-radius: 50px;
  text-align: center;
  box-sizing: border-box;
}

.panel-guidance .panel-images {
  display: table;
  width: 100%;
  margin-bottom: 12px;
}

.panel-guidance .panel-images .photo {
  display: table-cell;
  width: 50%;
  vertical-align: top;
}

.panel-guidance .panel-images .photo img {
  vertical-align: bottom;
}

.panel-guidance .panel-images .panel-cell {
  display: table-cell;
  width: 50%;
}

.panel-guidance .panel-images .panel-cell .gmap {
  width: 100%;
  height: 364px !important;
}

.panel-guidance .panel-content p {
  margin-bottom: 0;
}

.panel-guidance .panel-content strong {
  font-weight: 700;
  font-size: 1.2em;
}

.panel-guidance .panel-content .meta-preopen {
  border-top: 1px dashed #000;
  border-bottom: 1px dashed #000;
  padding-top: 3px;
  padding-bottom: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
}

.panel-guidance .panel-content .meta-preopen dt {
  color: #CA252B;
  font-size: 1.1em;
  display: inline-block;
  margin-right: 0.5em;
}

.panel-guidance .panel-content .meta-preopen dd {
  display: inline-block;
}

.panel-guidance .panel-content .lead-emp {
  font-weight: 700;
  margin-bottom: 0.5em;
}

.panel-guidance .panel-content .panel-button {
  margin: auto;
  margin-top: 12px;
}

.panel-guidance.tomimasu .panel-header,
.panel-guidance.h-plaza .panel-header {
  background-color: #CA252B;
}

.panel-guidance.tomimasu .panel-meta,
.panel-guidance.h-plaza .panel-meta {
  background-color: #FFDBDB;
}

.area-main-flat {
  background: url("../misc/bg_07.png");
  padding-top: 12px;
  padding-bottom: 24px;
}
@media print, screen and (min-width: 741px) {
  .area-main-flat {
    margin-top: 150px;
  }
}
@media only screen and (max-width: 740px) {
  .area-main-flat {
    margin-top: 30px;
  }
}

.area-main {
  background: unset;
  overflow: hidden;
}

.area-form {
  padding-top: 12px;
  padding-bottom: 24px;
  background-color: #FFF;
}

.table-form.modelhouse input[type="text"], .table-form.modelhouse select, .table-form.modelhouse textarea {
  font-size: 16px;
}

.table-form.modelhouse input[type="text"]:focus, .table-form.modelhouse select:focus, .table-form.modelhouse textarea:focus {
  box-shadow: 0 0 3px #006DD9;
}

.table-form.modelhouse .input-required {
  background-color: #FFE8E8;
}

.table-form.modelhouse .input-required:focus {
  background-color: #ffd9d9;
}

.list-checkbox input[type="checkbox"].modelhouse-policy {
  visibility: hidden;
}
@media print, screen and (min-width: 741px) {
  .list-checkbox input[type="checkbox"].modelhouse-policy {
    left: auto;
    transform: translateY(20px);
  }
}
@media only screen and (max-width: 740px) {
  .list-checkbox input[type="checkbox"].modelhouse-policy {
    left: 10px;
    bottom: 10px;
  }
}

#v-form-workflow {
  margin: 12px 0;
}

#v-form-workflow .v-title-workflow {
  margin: 0.8em 0;
}

#v-form-workflow .v-workflow {
  margin: 0.5em 0;
  background-color: rgba(255, 115, 115, 0.4);
  overflow: hidden;
  *zoom: 1;
}

#v-form-workflow .v-workflow li {
  display: table;
  position: relative;
  width: 33.333%;
  float: left;
  box-sizing: border-box;
  white-space: nowrap;
}

#v-form-workflow .v-workflow li.active {
  background-color: #ff7373;
  color: #000;
}

#v-form-workflow .v-workflow li.active:after {
  background-color: #FF7373;
}

#v-form-workflow .v-workflow li:not(:last-child):after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -28px;
  width: 55px;
  height: 55px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  border-right: 2px solid #FFF;
  border-top: 2px solid #FFF;
  box-sizing: border-box;
  z-index: 10;
}

#v-form-workflow .v-workflow li:nth-child(n+2) {
  padding-left: 45px;
}

#v-form-workflow .v-workflow .v-cell {
  display: table-cell;
  vertical-align: middle;
}

#v-form-workflow .v-workflow .v-text {
  position: relative;
  z-index: 20;
  display: block;
}

.panel-note.orange {
  border: 1px dashed #F18100;
}

.panel-note.orange h5 {
  color: #F18100;
}

.button-round.button-primary {
  width: 280px;
}

.button-zip {
  background-color: #FF7373;
  color: #FFF;
  display: inline-block;
  padding: 7px 25px;
  cursor: pointer;
}

.button-zip:hover {
  background-color: #ff5a5a;
}

.list-paper {
  overflow: hidden;
  margin-bottom: 20px;
  padding-left: 0px;
}

.comment {
  margin: 0 50px;
  margin-top: 30px;
  padding: 20px 50px;
  border: 1px solid #BD0003;
  background-color: white;
  font-weight: bold;
  color: #DC0003;
}

.btn {
  margin: auto;
  text-align: center;
}

.btn li:before {
  font-family: FontAwesome;
  content: "\f0da";
  margin-right: 0.5em;
}

.btn li {
  color: white;
  display: inline-block;
  text-align: center;
  margin: 15px 0px;
  border-radius: 20px;
  background-image: -webkit-linear-gradient(270deg, #ffc5c5 0%, #ff7373 100%);
  background-image: -moz-linear-gradient(270deg, #ffc5c5 0%, #ff7373 100%);
  background-image: -o-linear-gradient(270deg, #ffc5c5 0%, #ff7373 100%);
  background-image: linear-gradient(180deg, #ffc5c5 0%, #ff7373 100%);
  border: 1px solid #FF7373;
  font-weight: 700;
}

.btn li a {
  color: white;
  text-decoration: none;
}

.link-popup {
  background: #5CB53E;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  width: 211px;
  height: 48px;
  margin-bottom: 5px;
  font-weight: 500;
}

.link-popup i {
  margin-right: 10px;
  width: 30px;
  margin-top: 5px;
}

.link-reserve {
  background: #DD536A;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  color: #fff;
  text-decoration: none;
  border-radius: 30px;
  margin-right: auto;
  margin-left: auto;
  font-size: 18px;
  width: 211px;
  height: 48px;
  font-weight: 500;
}

.link-reserve i {
  margin-right: 5px;
  width: 15px;
  margin-top: 5px;
}

.mfp-bg {
  background: rgba(255, 255, 255, 0.7);
  opacity: 1;
}

.mfp-content {
  background: #fff;
  box-shadow: 0px 0px 5px #ccc;
}

.model-popup-slide li {
  background: #ccc;
}

.model-popup-slide .slick-slide {
  position: relative;
}

.model-popup-slide .slick-slide span {
  position: absolute;
  bottom: 0;
  padding: 17px 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.32);
  font-size: 14px;
}

.model-popup-slide li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.model-popup-slide-sub li {
  background: #ccc;
}

.model-popup-slide-sub li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.slick-prev {
  left: 0;
  z-index: 1;
  width: 40px;
  height: 57px;
  background: rgba(255, 255, 255, 0.52);
}

.slick-prev::before {
  font-family: FontAwesome;
  content: "\f053";
  margin-right: 0.3em;
  font-size: 12px;
  color: #000;
}

.slick-next {
  right: 0;
  z-index: 1;
  width: 40px;
  height: 57px;
  background: rgba(255, 255, 255, 0.52);
}

.slick-next::before {
  font-family: FontAwesome;
  content: "\f054";
  margin-right: 0.3em;
  font-size: 12px;
  color: #000;
}

@media print, screen and (min-width: 741px) {
  main {
    font-size: 18px;
  }

  .cols {
    float: left;
  }

  .cols .alpha {
    float: left;
    margin-left: 0;
  }

  .cols .omega {
    float: right;
  }

  .col-6 {
    width: 48.5%;
  }

  .col-4 {
    width: 32%;
  }

  .area-topimage {
    margin-top: -75px;
  }

  .topimage {
    position: relative;
    z-index: 10;
  }

  .area-intro {
    position: relative;
  }

  .area-intro .title-intro {
    position: absolute;
    left: 50%;
    margin-left: -280px;
  }

  .area-intro .title-group .first {
    margin-bottom: 20px;
    margin-right: 12px;
  }

  .area-intro h2.icon-ribbon {
    position: relative;
  }

  .area-intro h2.icon-ribbon:before {
    background: url(../modelhouse/img/obj_ribbon.png) left top no-repeat;
    content: "";
    display: inline-block;
    height: 39.16667px;
    width: 98.33333px;
    background-size: 98.33333px 39.16667px;
    position: absolute;
    left: -12px;
    top: 26px;
  }

  .area-intro h2.icon-ribbon:after {
    background: url(../modelhouse/img/obj_ribbon.png) left top no-repeat;
    content: "";
    display: inline-block;
    height: 39.16667px;
    width: 98.33333px;
    background-size: 98.33333px 39.16667px;
    position: absolute;
    right: -12px;
    top: 26px;
  }

  .area-intro .row-intro {
    /* [disabled]padding-top: 80px; */
    margin: auto;
    /* [disabled]width: 67%; */
  }

  .area-intro .row-intro li {
    /*margin: 0 -96px;*/
    display: inline-block;
    vertical-align: bottom;
  }

  .area-button-intro {
    margin-top: -55px;
  }

  /*
  .area-merit {
  	margin-top: -80px;
  	padding-top: 25px;
  	padding-bottom: 45px;
  }
  .header-merit {
  	background-size: auto;
  	background-position: 0 48px;
  }
  .row-merit {
  	margin-bottom: 12px;
  }
  .merit-badge {
  	margin-right: 25px;
  }
  .merit-content {
  	padding-left: 205px;
  } 
  .merit-content .image-right {
  	float: right;
  	margin-left: 24px;
  	margin-top: -55px;
  	margin-bottom: 24px;
  }
  .merit-content .image-right.merit2 {
  	margin-right: 40px;
  }
  .merit-content .title-merit {
  	font-size: 40px;
  }
  .merit-content .title-merit {
  	margin-top: 25px;
  }
  .aside-merit {
  	padding: 12px;
  	margin-top: 45px;
  }
  .aside-merit:after {
  	height: 261px;
  	width: 154px;
  	background-size: 154px 261px;
  	left: 45px;
  }
  .aside-merit .in-aside-merit {
  	padding: 30px;
  	padding-left: 225px;
  }
  .aside-merit .merit-aside-title {
  	font-size: 26px;
  }
  .aside-merit .text-marker {
  	font-size: 23px;
  }
  */
  .area-present {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .present-catch {
    position: relative;
    padding-top: 120px;
  }

  .present-catch .title-catch {
    position: absolute;
    left: 50%;
    top: -45px;
    margin-left: -265px;
  }

  .present-catch .title-group .first {
    margin-bottom: 8px;
    margin-right: 12px;
  }

  .present-catch .icon-ribbon:before {
    height: 47px;
    width: 118px;
    background-size: 118px 47px;
  }

  .area-guidance {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .area-guidance .header-guidance {
    margin-top: 22px;
    margin-bottom: 44px;
  }

  .panel-guidance {
    padding: 20px;
    margin-bottom: 44px;
  }

  .panel-guidance .panel-header {
    margin-top: -20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .panel-guidance .panel-header .panel-title {
    font-size: 35px;
  }

  .panel-guidance .panel-meta {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
  }

  .panel-guidance .meta-caption {
    display: inline-block;
    margin-top: 3px;
  }

  .panel-guidance .list-labels {
    float: right;
    margin-top: -6px;
    margin-bottom: -6px;
  }

  .panel-guidance .item-tag {
    min-width: 187px;
  }

  .panel-guidance .panel-images {
    width: 550px;
    float: left;
  }

  .panel-guidance .panel-content {
    width: 580px;
    float: right;
  }

  .panel-guidance .panel-content strong {
    font-size: 20px;
  }

  .panel-guidance .panel-content .meta-preopen {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .panel-guidance .panel-content .lead-emp {
    font-size: 26px;
  }

  .area-main-flat {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .area-main-flat .obj-contact {
    float: right;
    margin-top: -105px;
  }

  .area-form {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .table-form.modelhouse th {
    width: 13em;
  }

  .table-form.modelhouse .dl-input dt {
    padding-top: 9px;
  }

  #v-form-workflow .v-title-workflow {
    font-size: 25px;
  }

  #v-form-workflow .v-workflow {
    font-size: 22px;
    border-radius: 6px;
  }

  #v-form-workflow .v-workflow li {
    height: 63px;
    padding: 15px;
  }

  .button-round.button-primary {
    min-width: 357px;
  }

  .button-zip {
    margin-left: 1em;
  }

  .list-paper li {
    float: left;
  }

  .list-paper li:first-child {
    margin-left: 0;
  }

  .panel-content .comment {
    margin: 30px 0 0 0;
    padding: 20px;
  }

  .btn li {
    font-size: 24px;
    padding: 15px 25px;
    width: 30%;
  }

  img.bnr_hp {
    margin-bottom: -8px;
  }

  .link-popup {
    font-size: 18px;
    width: 211px;
    height: 48px;
    margin-bottom: 5px;
    font-weight: 500;
  }

  .link-popup i {
    margin-right: 10px;
    width: 30px;
    margin-top: 5px;
  }

  .link-reserve {
    font-size: 18px;
    width: 211px;
    height: 48px;
    font-weight: 500;
  }

  .link-reserve i {
    margin-right: 5px;
    width: 15px;
    margin-top: 5px;
  }

  .model-popup {
    position: relative;
    width: 985px;
    margin: auto;
  }

  .mfp-content {
    padding: 45px;
    width: 1000px !important;
  }

  .mfp-close-btn-in .mfp-close {
    font-size: 44px;
    top: -45px;
    right: -45px;
  }

  .model-popup-slide {
    width: 985px;
    height: 567px;
    margin: auto;
    margin-bottom: 10px;
  }

  .model-popup-slide .slick-track {
    	/*width: 7880px!important;
        transform: translate3d(-1970px, 0px, 0px)!important;*/
  }

  .model-popup-slide .slick-slide {
    height: 567px;
    position: relative;
  }

  .model-popup-slide-sub {
    width: 985px;
    height: 91px;
    margin: auto;
  }

  .model-popup-slide-sub li {
    width: 158px !important;
    height: 91px;
    margin-right: 7px;
  }

  .model-popup-slide-sub li:nth-last-of-type(1) {
    margin-right: 0;
  }

  /*
  	.slick-prev {
  		left: 0;
  		z-index: 1;
  		width: 40px;
  		height: 57px;
  		background: rgba(255,255,255,0.52);
  	}
  	.slick-prev::before {
  		font-family: FontAwesome;
  		content: "\f053";
  		margin-right: 0.3em;
  		font-size: 12px;
  	}
  	.slick-next {
  		right: 0;
  		z-index: 1;
  		width: 40px;
  		height: 57px;
  		background: rgba(255,255,255,0.52);
  	}
  	.slick-next::before {
  		font-family: FontAwesome;
  		content: "\f053";
  		margin-right: 0.3em;
  		font-size: 12px;
  	}
  */
}
@media only screen and (max-width: 740px) {
  .col-6-sp {
    float: left;
    width: 48.5%;
  }

  .area-topimage {
    margin-left: -3%;
    margin-bottom: 0;
  }

  .area-intro .title-intro {
    width: 280px;
    margin: auto;
    margin-top: -13px;
    margin-bottom: -35px;
  }

  .area-intro .title-group .first {
    max-width: 280px;
  }

  .area-intro h2.icon-ribbon:before {
    background: url(../modelhouse/img/obj_ribbon.png) left top no-repeat;
    content: "";
    display: inline-block;
    height: 31.33333px;
    width: 78.66667px;
    background-size: 78.66667px 31.33333px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
  }

  /*
  .header-merit .header-title-merit {
  	margin-left: auto;
  	margin-right: auto;
  	width: 280px;
  }
  .row-merit {
  	border-bottom: 1px dashed #CCC;
  }
  .row-merit.last-child {
  	border-bottom: none;
  }
  .merit-badge {
  	width: 60px;
  }
  .merit-content {
  	padding-left: 75px;
  }
  .merit-content .image-right {
  	max-width: 220px;
  	margin-left: auto;
  	margin-right: auto;
  	margin-bottom: 12px;
  }
  .merit-content .title-merit {
  	font-size: 20px;
  }
  .aside-merit p {
  	margin-left: 70px;
  }
  .aside-merit .merit-aside-title {
  	font-size: 16px;
  }
  */
  .area-present {
    padding-bottom: 24px;
  }

  .present-catch .title-catch {
    max-width: 280px;
    margin: auto;
    margin-bottom: -85px;
  }

  .present-catch .title-group img {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 12px;
    display: block;
  }

  .present-catch .title-group .first {
    max-width: 280px;
  }

  .panel-guidance .panel-header .panel-title {
    font-size: 18px;
  }

  .panel-guidance .list-labels {
    margin-top: 6px;
  }

  .panel-guidance .panel-content .lead-emp {
    font-size: 16px;
  }

  .panel-guidance .panel-content .panel-button {
    width: 200px;
  }

  .area-main-flat .obj-contact {
    width: 120px;
    float: right;
    margin-left: 12px;
  }

  .area-main-flat .text-teikyu {
    clear: both;
  }

  .table-form.modelhouse select {
    padding-right: 2.2em;
  }

  .table-form.modelhouse .dl-input dd {
    margin-bottom: 10px;
  }

  #v-form-workflow .v-title-workflow {
    font-size: 22px;
  }

  #v-form-workflow .v-workflow li {
    padding: 6px;
    font-size: 11px;
    height: 30px;
  }

  #v-form-workflow .v-workflow li:first-child {
    width: 24%;
  }

  .button-zip {
    margin-top: 0.3em;
  }

  .panel-guidance .panel-images {
    max-width: 340px;
    height: 120px !important;
    margin: auto;
    margin-bottom: 1em;
  }

  .panel-guidance .panel-images .gmap {
    height: 216px;
  }

  .list-paper li {
    text-align: center;
  }

  .list-paper li img {
    width: 100%;
  }

  select option {
    font-size: 12px;
  }

  .comment {
    margin: 30px 0 0 0;
    padding: 10px;
  }

  .btn li {
    font-size: 15px;
    padding: 2%;
    width: 42%;
  }

  .row-intro li img {
    width: 86.7vw;
  }

  .row-intro li.yonago > img {
    margin-left: -10px;
  }

  .link-popup {
    font-size: 14px;
    width: 150px;
    height: 37px;
    margin-bottom: 3px;
    font-weight: 500;
    margin-top: -100px;
    margin-right: 0;
    position: relative;
    width: 42.6%;
  }

  .link-popup i {
    margin-right: 5px;
    width: 23px;
    margin-top: 3px;
  }

  .link-reserve {
    font-size: 14px;
    width: 150px;
    height: 37px;
    font-weight: 500;
    margin-bottom: 30px;
    margin-right: 0;
    position: relative;
    width: 42.6%;
  }

  .link-reserve i {
    margin-right: 5px;
    width: 11px;
    margin-top: 2px;
  }

  .mfp-content {
    padding: 15px;
    width: calc(100% - 30px) !important;
  }

  .mfp-close-btn-in .mfp-close {
    top: -40px;
    right: -11px;
  }

  .model-popup-slide {
    margin-bottom: 5px;
  }

  .model-popup-slide .slick-slide {
    height: 59vw;
  }

  .model-popup-slide .slick-slide span {
    padding: 5px 7px;
    font-size: 11px;
  }

  .model-popup-slide-sub li {
    margin-right: 5px;
    height: 9vw;
  }

  .model-popup-slide-sub li:nth-last-of-type(1) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 360px) {
  .panel-guidance .panel-images .gmap {
    height: 207px;
  }
}
@media only screen and (max-width: 740px) {
  .row-intro li {
    border-bottom: 1px solid #EEE;
    padding-top: 12px;
    padding-bottom: 12px;
    margin-bottom: 12px;
    margin-top: 12px;
  }

  .row-intro li:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .area-intro .row-intro li {
    text-align: left;
  }

  .panel-guidance .panel-images .panel-cell .gmap {
    height: 57vw !important;
    max-height: 225px;
  }
}
@media print, screen and (max-width: 740px) {
  #map_h_plaza iframe {
    height: 225px;
  }
}
.panel-paper {
  background-color: #FFF;
}

.bnr-wrap {
  text-align: center;
  margin: 30px 0 -10px;
}

.movie-el {
  text-align: center;
  position: relative;
  width: 100%;
}

@media print, screen and (max-width: 740px) {
  .bnr-wrap {
    margin: 30px 0 0;
  }

  .movie-area-model {
    padding-top: 56.25%;
  }

  .movie-area-model iframe {
    margin-top: 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100% !important;
    height: 100% !important;
  }
}
@media print, screen and (min-width: 741px) {
  .movie-area-model iframe {
    margin-top: 40px;
  }
}
.panel-inner {
  overflow: hidden;
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px dashed #ccc;
}

@media only screen and (max-width: 767px) {
  .panel-inner {
    margin-bottom: 10px;
  }
}
@media print, screen and (min-width: 768px) {
  .panel-photo {
    float: left;
  }
}
.panel-map {
  float: right;
  width: 550px;
  height: 367px;
}

@media only screen and (max-width: 767px) {
  .panel-map {
    float: unset;
    width: 100%;
    height: 70vw;
  }
}
.panel-map .gmap {
  height: 100%;
}

.panel-guidance .panel-content-1 {
  width: 100%;
  float: unset;
}

.panel-guidance .panel-content-1 .panel-add {
  float: left;
  line-height: 1.6;
}

@media only screen and (max-width: 767px) {
  .panel-guidance .panel-content-1 .panel-add {
    margin-bottom: 20px;
    float: unset;
  }
}
.panel-guidance .panel-content-1 .btn-wrap {
  width: 550px;
  text-align: center;
  float: right;
}

@media only screen and (max-width: 767px) {
  .panel-guidance .panel-content-1 .btn-wrap {
    width: 100%;
    float: unset;
  }
}
.policy {
  font-size: 14px;
  padding: 12px;
}
@media only screen and (max-width: 740px) {
  .policy {
    position: relative;
    font-size: 13px;
  }
}

.area-modelhouse nav .modelhouse_nav .nav_icon {
  width: 55px;
  height: 55px;
}

.area-modelhouse nav .modelhouse_nav .nav_text-pc .nav_text_img1 {
  width: 200px;
}

.area-modelhouse nav .modelhouse_nav .nav_text-pc .nav_text_img2 {
  width: 80px;
}

.modelhouse_nav.yurihama .nav_text-pc img.nav_text_img1 {
  width: 160px;
  margin-right: 20px;
}

.modelhouse_nav.yurihama .nav_text-pc img.nav_text_img2 {
  width: 80px;
  margin-right: 15px;
}

.modelhouse_nav.kurayoshi .nav_text-pc img.nav_text_img1 {
  width: 160px;
  margin-right: 20px;
}

.modelhouse_nav.kurayoshi .nav_text-pc img.nav_text_img2 {
  width: 80px;
  margin-right: 15px;
}

.modelhouse_nav.matsue .nav_text-pc img.nav_text_img1 {
  width: 130px;
  margin-right: 30px;
}

.modelhouse_nav.matsue .nav_text-pc img.nav_text_img2 {
  width: 80px;
  margin-right: 15px;
}

/*.modelhouse_nav.okayama .nav_text-pc img.nav_text_img1 {
  width: 160px;
}
.modelhouse_nav.okayama .nav_text-pc img.nav_text_img2 {
  width: 80px;
  margin-right: 20px;
}*/
/*.area-modelhouse .modelhouse_nav.okayama::after {
  left: 45%;
}
.area-modelhouse .modelhouse_nav.okayama {
  background-color: #6EADE7;
}
.area-modelhouse .modelhouse_nav.okayama::after {
  content: "";
  position: absolute;
  bottom: -24px;
  width: 0;
  height: 0;
  border-style: solid;
  border-right: 18px solid transparent;
  border-left: 18px solid transparent;
  border-top: 24px solid #6EADE7;
  border-bottom: 0;
}*/
/*.modelhouse-unit .unit-photo::before {
  content: "";
  position: absolute;
  width: 185px;
  height: 180px;
  left: -20px;
  top: -130px;
}*/
/*.modelhouse-unit#okayama .unit-photo::before {
  background: url(/modelhouse/img/okayama_img01.png) no-repeat center/contain;
}
.modelhouse-unit#okayama .unit-img {
  position: absolute;
  right: -25px;
  bottom: -50px;
  z-index: 100;
}
#okayama .area-modelhouse .modelhouse_nav .nav_text-pc {
  margin-top: 5px;
}
#okayama h2, #okayama .title-en {
  color: #6EADE7;
}
#okayama .unit-photo {
  background: url(/modelhouse/img/okayama_photo01.png) no-repeat center/contain;
}
#okayama .ribon {
  background: url(/modelhouse/img/okayama_ribon.png) no-repeat center/contain;
}*/
/*@media print,screen and (max-width: 740px) {
  .area-modelhouse .modelhouse_nav.yurihama {
    padding-right: 20px;
  }
  .modelhouse-unit .unit-photo::before {
    width: 90px!important;
    height: 95px!important;
    left: -10px!important;
    top: -40px!important;
  }
  .nav_text-sp img {
    width: 220px;
    margin-top: 5px;
  }
  .modelhouse_nav.yurihama .nav_text-sp img {
    width: 185px;
    margin-right: 22px;
  }
  .area-modelhouse .modelhouse_nav.okayama::after {
    bottom: -16px;
    border-top: 16px solid #6EADE7;
  }
  .modelhouse_nav.okayama .nav_text-sp img {
    height: 19px;
  }
  .text-long {
    text-indent: 3em;
    padding-left: -3em;
  }
  #okayama .unit-reserve {
    margin-top: 0;
  }
}*/
/*@media print,screen and (min-width: 741px) {
  .modelhouse-unit#okayama .unit-reserve {
    width: 340px;
  }
}*/
.unit-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 0.5em;
}
.unit-logo img {
  width: auto;
  height: 56px;
}
@media only screen and (max-width: 740px) {
  .unit-logo img {
    height: 36px;
  }
}

/*フォーム注釈調整 - 20240805*/
.form-caption-list li.text-error {
  text-indent: -1em;
  padding-left: 1em;
}

@media print, screen and (min-width: 741px) {
  .area-tel .tel-content {
    gap: 0 50px;
  }
}

.topimage_2025 {
  display: block;
  height: 600px;
  overflow: hidden;
  object-fit: cover;
  width: calc(calc(100% - calc(calc(100% - 1190px) / 2)));
  margin-left: auto;
  border-radius: 70px 0px 0px 70px;
}
@media only screen and (max-width: 740px) {
  .topimage_2025 {
    height: 275px;
    width: calc(100% - 35px);
    border-radius: 35px 0 0 35px;
  }
}
.topimage_2025 img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
@media print, screen and (min-width: 741px) {
  .topimage_2025 img {
    margin-left: 100px;
    border-radius: 70px 0 0 70px;
  }
}
@media only screen and (max-width: 740px) {
  .topimage_2025 {
    border-radius: 30px 0 0 30px;
  }
}

@media print, screen and (min-width: 741px) {
  .topimage_txt {
    position: absolute;
    width: 478px;
    bottom: 145px;
  }
}
@media only screen and (max-width: 740px) {
  .topimage_txt {
    width: 85%;
    margin-left: 3%;
    margin-top: -25px;
  }
}
.topimage_txt .txt_01 {
  font-size: 41px;
  font-weight: bold;
  font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
  text-align: center;
  background-color: #fff;
}
@media only screen and (max-width: 740px) {
  .topimage_txt .txt_01 {
    font-size: clamp(15px, 7vw, 40px);
  }
}
.topimage_txt .txt_02 {
  font-size: 24px;
  font-weight: bold;
  font-family: YuGothic, 'Yu Gothic medium', 'Hiragino Sans', Meiryo, 'sans-serif';
  text-align: center;
  background-color: #534741;
  border-radius: 24px;
  display: inline-block;
  color: #fff;
  padding: 1px 40px;
  letter-spacing: 1px;
}
@media only screen and (max-width: 740px) {
  .topimage_txt .txt_02 {
    font-size: clamp(12px, 5vw, 24px);
    padding: 1px 20px;
  }
}

.area-topimage {
  position: relative;
  z-index: 10;
}

@media print, screen and (min-width: 741px) {
  .page_modelhouse .form_nav {
    margin: -150px auto 0;
    padding-top: 250px;
    height: 455px;
  }

  .area-topimage {
    margin-top: -75px;
  }
}
@media only screen and (max-width: 740px) {
  .page_modelhouse .form_nav {
    height: 290px;
    margin: -105px auto 0;
    padding-top: 165px;
    width: auto !important;
  }

  .area-topimage {
    margin-top: 0px;
    margin-left: 0;
  }
}

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