@charset "UTF-8";
/*!
 * modelhouse2022.css
 * 
 */

.section .wp-block-group__inner-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.l-header,
.l-globalnav,
.l-footer {
  background-color: #fff;
}

.post.post-01 {
  padding-bottom: 0;
}

.section:not([class*="section-"]):last-child {
  padding-bottom: 60px;
}

@media (min-width: 768px) {

  .section:not([class*="section-"]):last-child {
    padding-bottom: 90px;
  }

}

@media (min-width: 1200px) {

  .section:not([class*="section-"]):last-child {
    padding-bottom: 120px;
  }

}

.section:not(.section-sm) {
  padding-top: 60px;
  padding-bottom: 60px;
}

@media (min-width: 768px) {

  .section:not(.section-sm) {
    padding-top: 90px;
    padding-bottom: 90px;
  }

}

@media (min-width: 1200px) {

  .section:not(.section-sm) {
    padding-top: 120px;
    padding-bottom: 120px;
  }

}

.section:not(.section-sm) .title {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  gap: 1em;
  margin: 0 0 1.5em;
  font-size: min( 5.5vw, 24px );
  font-weight: 300;
  font-family: "FOT-筑紫明朝 Pr6N L", "TsukuMinPr6N-L", "-apple-system", "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  text-align: center;
  white-space: nowrap;
  line-height: 1.5;
}

@media (min-width: 768px) {
  .section:not(.section-sm) .title {
    justify-content: center;
    width: auto;
    font-size: min( 4vw, 48px );
  }
}

.section:not(.section-sm) .title:before,
.section:not(.section-sm) .title:after {
  flex-grow: 1;
  content: "";
  width: auto;
  height: 1px;
  background-color: currentColor;
  opacity: 0.5;
}

@media (min-width: 768px) {
  .section:not(.section-sm) .title:before,
  .section:not(.section-sm) .title:after {
    flex-grow: 0;
    width: 3em;
  }
}

.section p:not([class]) {
  font-size: 1rem;
  text-align: center;
  line-height: 2.25;
  margin: 0 auto 2.25em;
  font-weight: 300;
  font-family: "FOT-筑紫明朝 Pr6N L", "TsukuMinPr6N-L", "-apple-system", "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
}

.section > .wp-block-group__inner-container p {
  width: calc( 100% - 40px );
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 768px) {
  .section p:not([class]),
  .section p:not([class]),
  .section p:not([class]) {
    font-size: min( 1.75vw, 20px );
  }
}

.section p:not([class]):last-child {
  margin-bottom: 0;
}



.mh-media {
  position: relative;
}

@media (min-width: 1000px) {
  .mh-media {
    height: 75vw;
  }
}

@media (min-width: 1200px) {
  .mh-media {
    height: 56.25vw;
  }
}

@media (min-width: 1600px) {
  .mh-media {
    height: 50vw;
  }
}

@media (max-width: 767.9px) {
  .mh-media {
    background-color: #f4f3ee;
    padding-bottom: 30px;
  }
}

.mh-media.mh-media-inverse {
  background-color: #444240;
}

.mh-media-cover {
  position: relative;
  z-index: 13;
}

.mh-media-cover {
  width: 100%;
  height: 100%;
}

.mh-media-cover:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 14;
}

.mh-media-darken .mh-media-cover:after {
  background-color: rgba( 0,0,0,0.4 );
}

.mh-media-cover img {
  display: block !important;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mh-media-contents {
  position: relative;
  z-index: 15;
}

.mh-media-inverse .mh-media-contents {
  color: #fff;
}

@media (max-width: 767.9px) {
  .mh-media-contents {
    background-color: rgba(213,215,206,0.75);
    width: calc( 100% - 60px );
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
    margin-top: -25vw;
    padding-top: 30px;
    padding: 30px;
  }

  .mh-media-inverse .mh-media-contents {
    background-color: rgba(28,22,16,0.5);
  }

}

@media (min-width: 768px) {
  .mh-media-contents {
    position: absolute;
    top: 50%;
    right: 35%;
    transform:
      translateY(-50%);
    width: calc( 65% - 60px );
    max-width: 900px;
    height: auto;
  }
}

@media (min-width: 768px) {
  .mh-media-reverse .mh-media-contents {
    right: auto;
    left: 35%;
  }
}

.mh-media-title {
  font-weight: 600;
  font-family: "FP-ヒラギノUD明朝 StdN W4","FP-HiraginoUDSerifStdN-W4","-apple-system","BlinkMacSystemFont","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  font-size: 1.5rem;
  margin: 0 !important;
}

.mh-media-title a {
  color: inherit;
}

@media (min-width: 768px) {
  .mh-media-title {
    font-size: min( 3.5vw, 48px );
  }

  .mh-media-title a:hover {
    text-decoration: underline;
  }
  
}

.mh-media-body {
  margin: 1em 0 2em;
  font-size: 1rem;
  line-height: 2;
}

@media (min-width: 768px) {
  .mh-media-body {
    margin-top: 2em;
    margin-bottom: 3em;
    font-size: min( 1.375vw, 22px );
  }
}

.mh-media-link {
  margin: 0 !important;
  width: min( 50vw, 270px );
  line-height: 1;
}

@media (max-width: 767.9px) {
  .mh-media-link {
    margin-left: auto !important;
    margin-right: auto !important;
  }
}

@media (min-width: 768px) {
  .mh-media-link {
    width: min( 20vw, 300px );
  }
}

.mh-media-link a {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba( 16,16,16,1 );
  border-top: 1px solid rgba( 16,16,16,0.75 );
  border-bottom: 1px solid rgba( 16,16,16,0.75 );
  font-size: 1rem;
  font-weight: 300;
  font-family: "FOT-筑紫明朝 Pr6N L", "TsukuMinPr6N-L", "-apple-system", "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  width: 100%;
  height: 2.75em;
	overflow: hidden;
  text-decoration: none;
  line-height: 1;
}

.mh-media-link a::before,
.mh-media-link a::after {
	content: "";
	position: absolute;
	z-index: -1;
}

.mh-media-link a::before {
	top: 2px;
	left: 2px;
  bottom: 2px;
  right: 2px;
	background-color: rgba( 16,16,16,0.75 );
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.mh-media-link a::after {
	top: 0;
	left: 0;
  bottom: 0;
  right: 0;
  border: 1px solid rgba( 0,0,0,1 );
  opacity: 0;
}

.mh-media-inverse .mh-media-link a {
  color: rgba( 255,255,255,1 );
  border-color: rgba( 255,255,255,0.75 );
}

.mh-media-inverse .mh-media-link a::before {
  background-color: rgba( 255,255,255,0.75 );
}

.mh-media-inverse .mh-media-link a::after {
  border-color: rgba( 255,255,255,1 );
}

@media (max-width: 767.9px) {
  .mh-media-link a {
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 768px) {

  .mh-media-link a {
    font-size: min( 1.125vw, 22px );
    border-top-color: rgba( 16,16,16,0.5 );
    border-bottom-color: rgba( 16,16,16,0.5 );
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
  }

  .mh-media-inverse .mh-media-link a {
    border-color: rgba( 255,255,255,0.5 );
  }

  .mh-media-link a::before {
    transition: transform 0.2s;
  }
  
  .mh-media-link a::after {
    transition: opacity 0.1s;
  }

  .mh-media-link a:hover {
    color: rgba( 255,255,255,1 );
  }

  .mh-media-inverse .mh-media-link a:hover {
    color: rgba( 0,0,0,1 );
  }
  
  .mh-media-link a:hover::after {
    opacity: 1;
  }
  
  .mh-media-link a:hover::before {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  
}

.mh-media-notice {
  display: block;
  margin-top: 1.5em;
  font-size: 0.625em;
  line-height: 1;
  text-align: center;
}



.mh-mainvisual {
  overflow: hidden;
  position: relative;
  background-color: rgb(183, 168, 152);
}

.mh-mainvisual-images {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  z-index: 13;
}

@media (min-width: 1600px) {
  .mh-mainvisual-images {
    box-shadow: 0 0 5vw rgba( 0,0,0,0.3 );
  }
}

/*
.mh-mainvisual-images:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba( 0,0,0,0.3 );
  z-index: 14;
}
*/

.mh-mainvisual-images .slick-slide {
  height: 100% !important;
}

.mh-mainvisual-slide {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  vertical-align: bottom;
}

@media (min-width: 1000px) {
  .mh-mainvisual-slide {
    padding-bottom: 56.25%;
  }
}

.mh-mainvisual-slide img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.mh-mainvisual-title {
  position: absolute;
  bottom: 10%;
  left: 50%;
  transform: translateX(-50%);
  width: 90%;
  max-width: 1000px;
  margin: 0 !important;
  color: #fff;
  font-weight: 300;
  font-family: "FOT-筑紫明朝 Pr6N L", "TsukuMinPr6N-L", "-apple-system", "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  font-size: 6vw;
  text-shadow: 0 0 0.25em #000;
  text-align: right;
  z-index: 15;
}

@media (min-width: 1240px) {
  .mh-mainvisual-title {
    font-size: min( 3vw, 4rem );
  }
}

.mh-mainvisual-images .slick-dots {
  position: absolute;
  bottom: auto;
  top: 0;
  width: 100%;
  padding: 10px 15px 0 0;
  margin: 0;
  list-style: none;
  text-align: right;
  line-height: 1;
  z-index: 21
}

.mh-mainvisual-images .slick-dots li {
  position: relative;
  display: inline-block;
  margin: 0;
  padding: 0;
  cursor: pointer
}

.mh-mainvisual-images .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 10px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent
}

.mh-mainvisual-images .slick-dots li button:hover,
.mh-mainvisual-images .slick-dots li button:focus {
  outline: none
}

.mh-mainvisual-images .slick-dots li button:hover:before,
.mh-mainvisual-images .slick-dots li button:focus:before {
  opacity: 1
}

.mh-mainvisual-images .slick-dots li button:before {
  display: block;
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: rgba(255,255,255,0.85);
  transform: translate(-50%, -50%);
  transition: .5s all
}

.mh-mainvisual-images .slick-dots li.slick-active button:before {
  width: 10px;
  height: 10px;
  background-color: transparent;
  border: 3px solid #fff
}

.mh-nav {
  text-align: center;
  color: #f6f3ee;
  background-color: rgb(88, 70, 43);
}

.mh-nav {
  display: none;
}

@media (min-width: 1000px) {
  .mh-nav {
    display: block;
  }
}

.mh-nav .nav > ul > li {
  font-size: 1rem;
  font-weight: 600;
  font-family: "FP-ヒラギノUD明朝 StdN W4","FP-HiraginoUDSerifStdN-W4","-apple-system","BlinkMacSystemFont","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  text-align: center;
}

@media (min-width: 425px) {
  .mh-nav .nav > ul > li {
    font-size: 1.125rem;
  }
}

.mh-nav .nav > ul > li a {
  color: #f6f3ee;
}

.mh-nav .nav > ul > li a:hover {
  color: #f6f3ee;
  background-color: rgba( 0,0,0,.3 );
}


.mh-gallery-01 {
  overflow: hidden;
  width: calc( 100% - 8px );
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mh-gallery-01 .wp-block-group__inner-container {
  width: 100%;
  max-width: none;
}

.mh-gallery-01 .wp-block-group__inner-container > div {
  columns: auto 2 !important;
  column-gap: 2px !important;
}

.mh-gallery-01 .wp-block-group__inner-container > div > div {
  overflow: hidden;
  position: relative;
  margin: 0 0 2px !important;
  padding: 0 0 75% !important;
  vertical-align: bottom;
}

.mh-gallery-01 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}


.mh-gallery-02 {
  overflow: hidden;
  width: calc( 100% - 8px );
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.mh-gallery-02 .wp-block-group__inner-container {
  width: 100%;
  max-width: none;
}

.mh-gallery-02 .wp-block-group__inner-container > div {
  columns: auto 2 !important;
  column-gap: 2px !important;
}

.mh-gallery-02 .wp-block-group__inner-container > div > div {
  overflow: hidden;
  position: relative;
  margin: 0 0 2px !important;
  padding: 0 0 100% !important;
  vertical-align: bottom;
}

.mh-gallery-02 img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}



.section-mh-01 {
  background-color: rgb( 152,183,178 );
}

@media (max-width: 767.9px) {
  .section.section-mh-01 p:not([class]) br,
  .section.section-mh-02 p:not([class]) br,
  .section.section-mh-03 p:not([class]) br {
    display: none;
  }
}

.section-mh-01 > .wp-block-group__inner-container > *:not(.mh-gallery),
.section-mh-02 > .wp-block-group__inner-container > *:not(.mh-gallery),
.section-mh-03 > .wp-block-group__inner-container > *:not(.mh-gallery) {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-mh-01 .wp-block-group__inner-container,
.section-mh-02 .wp-block-group__inner-container {
  width: 100%;
  max-width: none;
}

.section.section-mh-03 {
  padding-top: 0;
}


.section.section-mh-04 {
  padding-top: 0;
}

.section-mh-04 .title {
  text-indent: 0.5em;
  letter-spacing: 1em !important;
}

.section-mh-04 .wp-block-table {
  width: calc( 100% - 40px );
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.section-mh-04 .wp-block-table table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
}

.section-mh-04 .wp-block-table th,
.section-mh-04 .wp-block-table td {
  padding: 0.5em;
  font-size: 12px;
  line-height: 1.5;
  border: 0 none;
}

@media (min-width: 768px) {
  .section-mh-04 .wp-block-table th,
  .section-mh-04 .wp-block-table td {
    font-size: clamp( 14px, 1.5vw, 18px );
  }
}

.section-mh-04 .wp-block-table tr td {
  background-color: #f1f2ee;
}

.section-mh-04 .wp-block-table tr th,
.section-mh-04 .wp-block-table tr td:first-child {
  background-color: rgb( 152,183,178 );
  font-family: "FP-ヒラギノUD角ゴ StdN W6","FP-HiraginoUDSansStdN-W6","-apple-system","BlinkMacSystemFont","Hiragino Kaku Gothic ProN","Meiryo",sans-serif;
  font-weight: 600;
}

@media (max-width: 767.9px) {

  .section-mh-04 .wp-block-table table,
  .section-mh-04 .wp-block-table table tbody,
  .section-mh-04 .wp-block-table table thead,
  .section-mh-04 .wp-block-table table tfoot,
  .section-mh-04 .wp-block-table table tr,
  .section-mh-04 .wp-block-table table th,
  .section-mh-04 .wp-block-table table td {
    display: block;
  }

  .section-mh-04 .wp-block-table table th,
  .section-mh-04 .wp-block-table table td {
    margin-bottom: 2px;
  }

}

.section-mh-04 .wp-block-columns {
  margin-bottom: 0;
}

.section-mh-04 .wp-block-image {
  margin-bottom: 0;
}

@media (min-width: 782px) {
  .section-mh-04 .wp-block-image figure,
  .section-mh-04 .wp-block-image img {
    width: 100%;
  }
}

@media (max-width: 781.9px) {
  .section-mh-04 .wp-block-columns {
    gap: 0;
  }
}


.section.section-mh-05 {
  padding-top: 0;
}


.section.section-mh-06 {
  color: #fff;
  background-color: rgb(144, 128, 111);
  padding-top: 30px;
  padding-bottom: 30px;
}

@media (min-width: 1000px) {
  .section.section-mh-06 {
    padding-top: 100px;
    padding-bottom: 100px;
  }
}

.section-mh-06 .wp-block-columns {
  min-height: 10rem;
  align-items: stretch;
  justify-content: center;
}

@media (min-width: 1200px) {

  .section-mh-06 .wp-block-columns {
    margin-left: -80px;
    margin-right: -80px;
  }

}

.section-mh-06 .wp-block-column {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: rgb(104, 84, 70);
  border-top: 1px solid rgba(255,255,255,0.2);
  border-left: 1px solid rgba(255,255,255,0.2);
  border-bottom: 1px solid rgba(0,0,0,0.2);
  border-right: 1px solid rgba(0,0,0,0.2);
  box-shadow: 0 0 30px rgba( 0,0,0,.4 );
}

@media (max-width: 781.9px) {
  .section-mh-06 .wp-block-column {
    min-height: 10em;
    max-width: 300px;
    box-shadow: 0 0 10px rgba( 0,0,0,.3 );
  }
}

.section-mh-06 .wp-block-column p {
  text-align: center;
  font-size: 1rem;
  line-height: 1.5;
  margin: 0 !important;
}


@media (min-width: 768px) and (max-width: 999.9px) {
  .section-mh-06 .wp-block-column p {
    font-size: 0.875rem;
  }
}


.section-mh-06 .wp-block-column strong {
  font-size: 1.5em;
}


.section-mh-access .object {
  width: 100%;
  height: 300px;
  border: 5px solid #fff;
}

@media (min-width: 1000px) {
  .section-mh-access .object {
    height: 500px;
    border-width: 10px;
  }
}

.mh-access-lead {
  font-size: 1.125rem;
  font-weight: 300;
  font-family: "FOT-筑紫明朝 Pr6N L", "TsukuMinPr6N-L", "-apple-system", "BlinkMacSystemFont", "Hiragino Kaku Gothic ProN", "Meiryo", sans-serif;
  line-height: 2.25;
}

@media (min-width: 1000px) {
  .mh-access-lead {
    font-size: 1.25rem;
    text-align: center;
  }
}


.section.section-mh-entry {
  padding-top: 0;
  padding-bottom: 60px;
}

@media (min-width: 1000px) {
  .section-mh-entry {
    padding-top: 90px;
    padding-bottom: 90px;
  }
}

.section-mh-entry .box {
  width: calc( 100% - 30px );
  max-width: 480px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
@media (min-width: 1000px) {
  .section-mh-entry .box {
    max-width: 768px;
  }
}

.mh-entry-dh {
  display: block;
  margin-bottom: .25em;
  text-align: center;
  font-style: normal;
}

.section.section-mh-entry .mw_wp_form {
  padding-bottom: 60px;
}

@media (min-width: 768px) {

  .section.section-mh-entry .mw_wp_form {
    padding-bottom: 90px;
  }

}

@media (min-width: 1200px) {

  .section.section-mh-entry .mw_wp_form {
    padding-bottom: 120px;
  }

}

.section.section-mh-entry .form-message p {
  text-align: left;
}

@media (min-width: 768px) {
  .section.section-mh-entry .mw_wp_form p:not([class]) {
    font-size: clamp( 13px, 1.25vw, 16px );
  }
}

