<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* ===================================================================

 file name  :style.css
 style info :モデルハウス

=================================================================== */

/* =============================

	overwrite

=============================== */
#pageHeader .page-inner {
  background-image: url(../images/style/bg_page.jpg);
}

/* =================================== */
#main .form-area table td &gt; ul li {
  margin: 0.8em 0;
}
@media screen and (max-width: 640px) {
  #main .form-area {
    margin: 0 -15px;
  }
  .e-style {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.txt-preview {
  margin-bottom: -50px;
  background: #ffecec;
  padding: 1.5em;
  font-weight: 700;
  color: #db0000;
}
@media screen and (max-width: 640px) {
  .txt-preview {
    margin-bottom: -30px;
  }
}

/*
.style-idx
---------------------------*/
.style-idx {
  padding-bottom: 120px;
}
@media screen and (max-width: 640px) {
  .style-idx {
    padding: 0 15px 60px;
  }
}

/*
.style-detail
---------------------------*/
.style-detail .sec-inner {
  max-width: 1000px;
}
.style-detail .sec-inner.sec-inner--small {
  max-width: 714px;
}
@media screen and (max-width: 640px) {
  .style-detail {
    padding: 0 15px;
  }
}

.ttl-post {
  margin-bottom: 1.5em;
  padding-bottom: 0.3em;
  font-size: 26px;
  font-weight: 700;
  border-bottom: 1px solid #000;
}
.ttl-post-middle {
  margin-bottom: 0.6em;
  font-size: 18px;
  font-weight: 700;
}
@media screen and (max-width: 640px) {
  .ttl-post {
    font-size: 18px;
  }
  .ttl-post-middle {
    font-size: 16px;
  }
}

.post {
  font-size: 16px;
}
.post__head {
  margin: 0 0 20px;
  padding: 54px 0 0;
  background: url(../images/style/bg_dot01.jpg) no-repeat 50% 0;
  text-align: center;
}
.post__head-ttl {
  font-size: 28px;
  position: relative;
}
.post__head-ttl:before {
  content: '';
  display: block;
  width: 245px;
  height: 129px;
  background: url(../images/style/bg_dot02.jpg) no-repeat;
  position: absolute;
  top: -80px;
  right: -150px;
  z-index: -1;
}
.post__head-ttl:after {
  content: '';
  display: block;
  width: 19px;
  height: 2px;
  margin: 25px auto 30px;
  background: #000;
}
.post__picts {
  display: flex;
  justify-content: flex-end;
  flex-wrap: wrap;
}
.post__visit {
  display: inline-block;
  padding: 0.2em 1.5em;
  margin-bottom: 0.5em;
  background: #ea7722;
  color: #fff;
  font-weight: 700;
  border-radius: 30px;
  font-size: 13px;
}
.post__category {
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: 13px;
}
.post__category-item {
  padding: 0.2em 1em;
  margin: 0 0.2em 0.2em 0;
  background: #818181;
  color: #fff;
}
@media screen and (max-width: 640px) {
  .post {
    font-size: 12px;
  }
  .post__head {
    margin: 0 0 30px;
    padding: 30px 0 0;
    background-size: 15px auto;
  }
  .post__head-ttl {
    font-size: 18px;
  }
  .post__head-ttl:after {
    width: 10px;
    height: 1px;
    margin: 15px auto;
  }
  .post__visit,
  .post__category {
    font-size: 10px;
  }
}

.post__mv {
  margin-bottom: 2em;
  text-align: center;
}

/*
.post__info
---------------------------*/
.post__info {
  margin-bottom: 40px;
}
.post__info table {
  width: 100%;
}
.post__info table th {
  width: 8em;
  padding: 1.5em;
  background: #f6f6f6;
  border: 1px solid #c0c0c0;
}
.post__info table td {
  padding: 1.5em;
  border: 1px solid #c0c0c0;
}
@media screen and (max-width: 640px) {
  .post__info {
    margin-bottom: 30px;
  }
  .post__info table {
    font-size: 11px;
  }
  .post__info table th {
    width: 7em;
    padding: 1em;
  }
  .post__info table td {
    padding: 1em;
  }
}

/*
.post__btn-reserve
---------------------------*/
.post__btn-reserve {
  width: 330px;
  margin: 0 auto 100px;
}
.post__btn-reserve a {
  font-size: 18px;
}
@media screen and (max-width: 640px) {
  .post__btn-reserve {
    width: 100%;
    margin: 0 auto 50px;
  }
  .post__btn-reserve a {
    font-size: 14px;
  }
}

/*
.post__sec
---------------------------*/
.post__sec {
  margin-bottom: 60px;
}
.post__sec-img {
  margin-bottom: 1em;
  text-align: center;
}
.post__sec-txt {
  line-height: 2;
}
.post__sec-txt * {
  margin-bottom: 1em;
}
@media screen and (max-width: 640px) {
  .post__sec {
    margin-bottom: 40px;
  }
  .post__sec-txt {
    line-height: 1.6;
  }
}

/*
.post__map
---------------------------*/
.post__map {
  margin-top: 100px;
}
#gmap {
  width: 100%;
  height: 400px;
}
#gmap iframe {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 640px) {
  .post__map {
    margin-top: 50px;
  }
  #gmap {
    height: 220px;
  }
}

/*
.post__form
---------------------------*/
.post__form {
  padding-top: 140px;
  margin-top: -40px;
}
.post__form-lead {
  font-size: 15px;
  text-align: center;
  margin-bottom: 50px;
}
@media screen and (max-width: 640px) {
  .post__form {
    padding-top: 0;
    margin-top: 50px;
  }
  .post__form-lead {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
.contact_type-announce {
  background: #e9eff6;
  padding: 0.5em;
  color: #1069d7;
  border: 1px solid currentColor;
  text-align: center;
  margin-bottom: 1em;
}
.contact_type-announce.is-hide {
  display: none;
}
@media screen and (max-width: 640px) {
  .contact_type-announce {
    margin-left: 15px;
    margin-right: 15px;
  }
}

.form-area table tr {
  display: none;
}
.form-area table tr.is-show-default,
.form-area .is-reserve table tr.is-reserve,
.form-area .is-reserve table tr:not(.is-request),
.form-area .is-request table tr.is-request,
.form-area .is-request table tr:not(.is-reserve) {
  display: table-row;
}
.form-area table td .dib li {
  width: 30%;
  display: inline-block;
}
.form-area table td .dib li + li {
  width: 60%;
}
#main .form-area table td &gt; ul li {
  margin: 0.8em 0;
}
.attention02.is-disabled,
.b-conf input[disabled] {
  opacity: 0.1;
  pointer-events: none;
}
.form-area--confirm.form-area table tr {
  display: table-row;
}
.form-area--confirm.form-area.is-reserve table tr.is-request,
.form-area--confirm.form-area.is-request table tr.is-reserve {
  display: none;
}
@media screen and (max-width: 640px) {
  .form-area table td .dib li {
    width: 100%;
    display: block;
  }
  .form-area table td .dib li + li {
    width: 100%;
  }
}
/*
.detail-ex
---------------------------*/
#main .detail-ex {
  margin-top: 100px;
  padding: 70px 0 108px;
  background: #f0f0f0;
}
#main .detail-ex .detail-ex-inner {
  padding: 0 140px;
}
.detail-ex__ttl {
  margin: 0 0 75px;
  text-align: center;
  font-size: 20px;
}
.detail-ex__ttl:before {
  content: '';
  display: block;
  width: 60px;
  height: 2px;
  margin: 0 auto 30px;
  background: #000;
}
.detail-ex .style-list__item {
  width: 300px;
  margin: 0 20px;
}
.detail-ex .style-list__item a {
  background: #fff;
  padding: 0 0 12px;
}
.detail-ex .style-list__img {
  margin: 0 0 12px;
}
.detail-ex .style-list__visit,
.detail-ex .style-list__category {
  margin-left: 12px;
  margin-right: 12px;
}
.detail-ex .style-list__ttl {
  margin: 1em 12px;
}
#main .detail-ex .btn-eft {
  width: 330px;
  margin: 0 auto;
}
@media screen and (max-width: 640px) {
  #main .detail-ex {
    padding: 40px 0;
    margin: 50px -15px 0;
  }
  #main .detail-ex .detail-ex-inner {
    padding: 0 40px;
  }
  .detail-ex__ttl {
    margin: 0 0 30px;
    text-align: center;
    font-size: 16px;
  }
  .detail-ex__ttl:before {
    width: 30px;
    height: 1px;
    margin: 0 auto 20px;
  }
  .detail-ex .style-list__item {
    margin: 0;
  }
  #main .detail-ex .btn-eft {
    width: 100%;
  }
}
#main .detail-ex .ex-slider-wrap {
  max-width: 980px;
  margin: 0 auto 100px;
  transition: all ease 0.3s;
}
#main .detail-ex .slick-prev::before,
#main .detail-ex .slick-next::before {
  content: none;
}
.slick-track {
  display: flex;
}
.slick-slide {
  height: auto !important;
}
#main .detail-ex .slick-prev,
#main .detail-ex .slick-next {
  width: 59px;
  height: 59px;
}
#main .detail-ex .slick-prev {
  left: -70px;
}
#main .detail-ex .slick-next {
  right: -70px;
}
@media screen and (max-width: 640px) {
  #main .detail-ex .ex-slider-wrap {
    max-width: 100%;
    margin: 0 auto 30px;
  }

  #main .detail-ex .slick-prev::before,
  #main .detail-ex .slick-next::before {
    content: none;
  }

  #main .detail-ex .slick-prev,
  #main .detail-ex .slick-next {
    width: 30px;
    height: 30px;
  }
  #main .detail-ex .slick-prev {
    left: -40px;
  }
  #main .detail-ex .slick-next {
    right: -40px;
  }
}
</pre></body></html>