@charset "UTF-8";
.modelhousepage-upper {
  margin-top: 100px;
}
.modelhousepage-upper .lr {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.modelhousepage-upper .lr .left {
  width: 50%;
}
.modelhousepage-upper .lr .left .title {
  font-size: 5rem;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.5;
  margin-bottom: 32px;
}
.modelhousepage-upper .lr .left table {
  width: 100%;
  border-collapse: collapse;
}
.modelhousepage-upper .lr .left table tbody {
  width: 100%;
}
.modelhousepage-upper .lr .left table tr {
  border-bottom: solid 1px #707070;
}
.modelhousepage-upper .lr .left table tr th {
  padding: 20px 24px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #A2A28F;
  text-align: left;
  width: 40%;
}
.modelhousepage-upper .lr .left table tr td {
  padding: 20px 24px;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222222;
  text-align: left;
  width: 60%;
}
.modelhousepage-upper .lr .right {
  width: 40%;
}
.modelhousepage-upper .lr .right .images {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.modelhousepage-upper .lr .right .images .image {
  width: 100%;
  height: 100%;
  aspect-ratio: 1/0.584;
}
.modelhousepage-upper .lr .right .images .image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  background-color: #eee;
  display: block;
}
.modelhousepage-upper .lr .btn {
  margin-top: 48px;
}
.modelhousepage-upper .lr .btn a {
  display: inline-block;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 700;
  width: 60%;
  text-align: center;
  padding: 8px 16px;
  background-color: #fff;
  color: #222222;
  border: solid 1px #222222;
}
.modelhousepage-upper .lr .btn a i {
  margin-left: 8px;
  color: #222222;
}

.modelhousepage-map {
  margin-top: 80px;
}
.modelhousepage-map iframe {
  width: 100%;
  height: 400px;
  display: block;
}

.gallery {
  margin-top: 100px;
}
.gallery .gallery__inner .heading {
  text-align: center;
  margin-bottom: 32px;
}
.gallery .gallery__inner .heading h2 {
  font-size: 5rem;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0em;
  line-height: 1.5;
}
.gallery .gallery__inner .caption {
  margin-bottom: 32px;
  text-align: center;
}
.gallery .gallery__inner .caption p {
  display: inline-block;
  font-size: 1.6rem;
  font-weight: 700;
  color: #222222;
  letter-spacing: 0.1em;
  letter-spacing: 0em;
  line-height: 1.5;
  border-bottom: solid 1px #222222;
}
.gallery .gallery__inner .col {
  display: flex;
  gap: 0px;
}
.gallery .gallery__inner .col .image {
  overflow: hidden;
}
.gallery .gallery__inner .col .image img {
  transition: all 0.6s;
}
.gallery .gallery__inner .col .image img:hover {
  opacity: 0.8;
  transform: scale(1.05);
}
.gallery .gallery__inner .col .item1 {
  padding: 0 4px;
  width: 25%;
  aspect-ratio: 1/1.5;
}
.gallery .gallery__inner .col .item1 .image {
  width: 100%;
  height: 50%;
  padding: 4px 0;
}
.gallery .gallery__inner .col .item1 .image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gallery .gallery__inner .col .item2 {
  padding: 0 4px;
  width: 25%;
  aspect-ratio: 1/1.5;
}
.gallery .gallery__inner .col .item2 .image {
  width: 100%;
  height: 100%;
  padding: 4px 0;
}
.gallery .gallery__inner .col .item2 .image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gallery .gallery__inner .col .item3 {
  padding: 0 4px;
  width: 25%;
  aspect-ratio: 1/1.5;
  padding: 0 4px;
  width: 25%;
  aspect-ratio: 1/1.5;
}
.gallery .gallery__inner .col .item3 .image {
  width: 100%;
  height: 50%;
  padding: 4px 0;
}
.gallery .gallery__inner .col .item3 .image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.gallery .gallery__inner .col .item4 {
  padding: 0 4px;
  width: 25%;
  aspect-ratio: 1/1.5;
  padding: 0 4px;
  width: 25%;
  aspect-ratio: 1/1.5;
}
.gallery .gallery__inner .col .item4 .image {
  width: 100%;
  height: 50%;
  padding: 4px 0;
}
.gallery .gallery__inner .col .item4 .image img {
  display: block;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}

.modelhousepage-free {
  margin-top: 40px;
}
.modelhousepage-free .wrapper .content .block {
  margin-top: 80px;
  display: flex;
}
.modelhousepage-free .wrapper .content .block:first-of-type {
  margin-top: 0;
}
.modelhousepage-free .wrapper .content .block .txt-gr {
  width: 100%;
}
.modelhousepage-free .wrapper .content .block .txt-gr .heading-gr {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.modelhousepage-free .wrapper .content .block .txt-gr .heading-gr h2 {
  font-size: 5rem;
  color: #222222;
}
.modelhousepage-free .wrapper .content .block .txt-gr .heading-gr span {
  margin-left: 16px;
  color: #A2A28F;
  letter-spacing: 0.1em;
  font-size: 2.4rem;
}
.modelhousepage-free .wrapper .content .block.col-1 {
  flex-direction: column;
}
.modelhousepage-free .wrapper .content .block.col-1 .image {
  width: 100%;
}
.modelhousepage-free .wrapper .content .block.col-1 .image img {
  width: auto;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
}
.modelhousepage-free .wrapper .content .block.col-1 .txt-gr {
  width: 100%;
}
.modelhousepage-free .wrapper .content .block.col-2 {
  flex-direction: row;
  align-items: center;
}
.modelhousepage-free .wrapper .content .block.col-2.l_image-r_txt .txt-gr {
  padding-left: 32px;
}
.modelhousepage-free .wrapper .content .block.col-2.r_image-l_txt .txt-gr {
  padding-right: 32px;
}
.modelhousepage-free .wrapper .content .block.col-2 .image {
  width: 35%;
}
.modelhousepage-free .wrapper .content .block.col-2 .txt-gr {
  width: 65%;
}

.modelhousepage-blog {
  margin-top: 100px;
}
.modelhousepage-blog .container {
  padding: 80px;
  background-color: #F5F2EC;
  margin-top: 40px;
  font-size: 1.6rem;
  line-height: 2;
}
.modelhousepage-blog .container h2 {
  margin-top: 40px;
  font-size: 2.4rem;
  color: #fff;
  padding: 12px 24px;
  margin-bottom: 24px;
  background-color: #B1A07C;
}
.modelhousepage-blog .container h3 {
  margin-top: 40px;
  font-size: 2.4rem;
  border-bottom: solid 1px #707070;
  padding-bottom: 12px;
  margin-bottom: 24px;
}
.modelhousepage-blog .container p {
  margin-bottom: 24px;
}
.modelhousepage-blog .container ul {
  margin-bottom: 24px;
}
.modelhousepage-blog .container li {
  margin-bottom: 12px;
}
.modelhousepage-blog .container li::before {
  content: "・";
  margin-right: 8px;
}
.modelhousepage-blog .container a {
  color: #3A6F53;
  border-bottom: solid 1px #3A6F53;
  padding-bottom: 2.4px;
}
.modelhousepage-blog .container iframe {
  margin-top: 40px;
}
.modelhousepage-blog .container .gallery a {
  pointer-events: none;
  border: none !important;
}
.modelhousepage-blog .container .gallery img {
  padding: 4px;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border: none !important;
}
.modelhousepage-blog .container .cf7-title {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: solid 1px #B1A07C;
  padding: 16px;
}
.modelhousepage-blog .container .cf7-title .icon {
  margin-left: 16px;
  width: 32px;
  transform: translateY(2.4px);
}
.modelhousepage-blog .container .cf7-title h2 {
  margin: 0;
  padding-bottom: 0;
  font-size: 2.4rem;
  color: #B1A07C;
  font-weight: 600;
  border-bottom: none;
}
.modelhousepage-blog .container .cf7 {
  margin-top: 40px;
  background-color: #F5F2EC;
  padding: 40px;
}
.modelhousepage-blog .container .cf7 table {
  width: 100%;
  background-color: #fff;
}
.modelhousepage-blog .container .cf7 table tr {
  border-bottom: solid 1px #ddd;
}
.modelhousepage-blog .container .cf7 table th {
  padding: 24px;
  width: 30%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
.modelhousepage-blog .container .cf7 table th .required {
  margin-left: 16px;
  display: inline-block;
  padding: 2.4px 8px;
  color: #fff;
  font-size: 1.25rem;
  background-color: #FF0000;
}
.modelhousepage-blog .container .cf7 table th .required.ml0 {
  margin-left: 0;
  margin-top: 8px;
}
.modelhousepage-blog .container .cf7 table th .note {
  font-size: 1.2rem;
  color: #707070;
}
.modelhousepage-blog .container .cf7 table th .note a {
  color: #000;
  border-bottom: solid 1px #000;
}
.modelhousepage-blog .container .cf7 table td {
  padding-top: 24px;
  padding-bottom: 24px;
  width: 70%;
  font-size: 1.6rem;
}
.modelhousepage-blog .container .cf7 table td input {
  padding: 16px;
  border: solid 2px #ddd;
  font-size: 1.6rem;
}
.modelhousepage-blog .container .cf7 table td input::-moz-placeholder {
  color: #999999;
}
.modelhousepage-blog .container .cf7 table td input::placeholder {
  color: #999999;
}
.modelhousepage-blog .container .cf7 table td input[name=your-subject] {
  background-color: #eee;
  font-weight: 600;
}
.modelhousepage-blog .container .cf7 .privacy {
  margin-top: 40px;
  font-size: 1.6rem;
  color: #222;
  text-align: center;
}
.modelhousepage-blog .container .cf7 .privacy .custom-acceptance {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modelhousepage-blog .container .cf7 .privacy .custom-acceptance input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
}
.modelhousepage-blog .container .cf7 .privacy a {
  margin-left: 8px;
  color: #0088e3;
  border-bottom: solid 1px #0088e3;
}
.modelhousepage-blog .container .cf7 .submit-btn {
  margin-top: 40px;
  text-align: center;
}
.modelhousepage-blog .container .cf7 .submit-btn input {
  padding: 16px 40px;
  color: #B1A07C;
  font-weight: 600;
  border: solid 1px #B1A07C;
  background-color: #fff;
  font-size: 1.6rem;
  width: 320px;
  transition: all 0.3s;
}
.modelhousepage-blog .container .cf7 .submit-btn input:hover {
  background-color: #B1A07C;
  color: #fff;
  transition: all 0.3s;
}
.modelhousepage-blog .container .cf7 .submit-btn .wpcf7-spinner {
  display: block;
}

.modelhousepage-faq {
  padding-top: 100px;
}
.modelhousepage-faq .content {
  margin-top: 56px;
}
.modelhousepage-faq .content .faq-group {
  margin-top: 40px;
}
.modelhousepage-faq .content .faq-group .faq-group__title {
  font-size: 3.2rem;
  font-weight: 600;
  color: #3A6F53;
}
.modelhousepage-faq .content .faq-group .faq-group__list {
  margin-top: 16px;
  background-color: #F5F2EC;
  padding: 32px;
}
.modelhousepage-faq .content .faq-group .faq-group__list .faq-item {
  border-bottom: solid 1px #ccc;
  padding: 24px 0;
}
.modelhousepage-faq .content .faq-group .faq-group__list .faq-item .faq-item__question {
  position: relative;
  font-size: 2rem;
  font-weight: 600;
}
.modelhousepage-faq .content .faq-group .faq-group__list .faq-item .faq-item__question::marker {
  display: none;
}
.modelhousepage-faq .content .faq-group .faq-group__list .faq-item .faq-item__question .txt {
  padding-right: 16px;
  display: block;
}
.modelhousepage-faq .content .faq-group .faq-group__list .faq-item .faq-item__question i {
  position: absolute;
  right: 16px;
  top: 3px;
}
.modelhousepage-faq .content .faq-group .faq-group__list .faq-item .faq-item__question i::after {
  font-family: "Font Awesome 6 Free";
  content: "+";
  font-weight: 900;
  font-size: 2.2rem;
  color: #3A6F53;
  margin-left: 16px;
}
.modelhousepage-faq .content .faq-group .faq-group__list .faq-item .faq-item__question.is-open i::after {
  content: "-";
  font-size: 2.2rem;
}
.modelhousepage-faq .content .faq-group .faq-group__list .faq-item .faq-item__answer {
  margin-top: 16px;
  font-size: 1.6rem;
  line-height: 2;
  font-weight: 400;
}

.modelhousepage-form {
  margin-top: 100px;
  padding-top: 100px;
  padding-bottom: 100px;
  background-color: #F5F2EC;
}
.modelhousepage-form .wrapper .heading {
  padding: 16px 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #FFFFFF;
  border: solid 1px #B1A07C;
}
.modelhousepage-form .wrapper .heading h2 {
  font-size: 2.4rem;
  font-weight: 600;
  color: #B1A07C;
}
.modelhousepage-form .wrapper .heading .icon {
  margin-left: 16px;
  width: 32px;
  height: 32px;
}
.modelhousepage-form .wrapper .heading .icon img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modelhousepage-form .wrapper .items {
  margin-top: 40px;
}
.modelhousepage-form .wrapper .items ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.modelhousepage-form .wrapper .items ul li {
  width: 32%;
  display: flex;
  align-items: center;
  background-color: #fff;
  border-radius: 10px;
  padding: 40px 24px;
  flex-wrap: wrap;
}
.modelhousepage-form .wrapper .items ul li h3 {
  margin-bottom: 24px;
  font-size: 1.8rem;
  color: #B1A07C;
  font-weight: 700;
  text-align: center;
  width: 60%;
}
.modelhousepage-form .wrapper .items ul li figure {
  width: 37%;
  margin-left: auto;
  margin-right: auto;
  aspect-ratio: 1/0.6;
}
.modelhousepage-form .wrapper .items ul li figure img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.modelhousepage-form .wrapper .items ul li .desc {
  margin-top: 0px;
  font-size: 1.25rem;
  line-height: 1.9;
  text-align: left;
}
.modelhousepage-form .wrapper .merit {
  margin-top: 40px;
}
.modelhousepage-form .wrapper .merit ul {
  display: flex;
  justify-content: center;
  gap: 24px;
}
.modelhousepage-form .wrapper .merit ul li {
  width: 25%;
  background-color: #fff;
  padding: 24px;
  font-size: 2.2rem;
  font-weight: 600;
  color: #B1A07C;
  letter-spacing: 0em;
  line-height: 1.6;
  text-align: center;
  box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
}
.modelhousepage-form .wrapper .banner {
  margin-top: 32px;
  background-color: #fff;
  padding: 8px 0 24px;
}
.modelhousepage-form .wrapper .banner .l_modelhousebanner {
  padding: 0;
}
.modelhousepage-form .wrapper .cf7 {
  margin-top: 32px;
  background-color: #F5F2EC;
  padding: 0;
}
.modelhousepage-form .wrapper .cf7 table {
  width: 100%;
  background-color: #fff;
}
.modelhousepage-form .wrapper .cf7 table tr {
  border-bottom: solid 1px #ddd;
}
.modelhousepage-form .wrapper .cf7 table th {
  padding: 24px;
  width: 30%;
  text-align: left;
  font-size: 1.6rem;
  font-weight: 400;
}
.modelhousepage-form .wrapper .cf7 table th .required {
  margin-left: 16px;
  display: inline-block;
  padding: 2.4px 8px;
  color: #fff;
  font-size: 1.25rem;
  background-color: #FF0000;
}
.modelhousepage-form .wrapper .cf7 table th .required.ml0 {
  margin-left: 0;
  margin-top: 8px;
}
.modelhousepage-form .wrapper .cf7 table th .note {
  font-size: 1.2rem;
  color: #707070;
}
.modelhousepage-form .wrapper .cf7 table th .note a {
  color: #000;
  border-bottom: solid 1px #000;
}
.modelhousepage-form .wrapper .cf7 table td {
  padding: 24px 24px 24px 0;
  width: 70%;
  font-size: 1.6rem;
}
.modelhousepage-form .wrapper .cf7 table td .input-items {
  display: flex;
  gap: 16px;
}
.modelhousepage-form .wrapper .cf7 table td input {
  padding: 16px;
  border: solid 2px #ddd;
  font-size: 1.6rem;
}
.modelhousepage-form .wrapper .cf7 table td input::-moz-placeholder {
  color: #999999;
}
.modelhousepage-form .wrapper .cf7 table td input::placeholder {
  color: #999999;
}
.modelhousepage-form .wrapper .cf7 table td input[name=your-subject] {
  background-color: #eee;
  font-weight: 600;
}
.modelhousepage-form .wrapper .cf7 table td select.time {
  padding: 18px;
  border: solid 2px #ddd;
  font-size: 1.6rem;
  width: 200px;
}
.modelhousepage-form .wrapper .cf7 table td select.time::-moz-placeholder {
  color: #999999;
}
.modelhousepage-form .wrapper .cf7 table td select.time::placeholder {
  color: #999999;
}
.modelhousepage-form .wrapper .cf7 table td textarea {
  padding: 16px;
  border: solid 2px #ddd;
  font-size: 1.6rem;
  width: 100%;
}
.modelhousepage-form .wrapper .cf7 table td textarea::-moz-placeholder {
  color: #999999;
}
.modelhousepage-form .wrapper .cf7 table td textarea::placeholder {
  color: #999999;
}
.modelhousepage-form .wrapper .cf7 .privacy {
  margin-top: 40px;
  font-size: 1.6rem;
  color: #222;
  text-align: center;
}
.modelhousepage-form .wrapper .cf7 .privacy .custom-acceptance {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.modelhousepage-form .wrapper .cf7 .privacy .custom-acceptance input[type=checkbox] {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
}
.modelhousepage-form .wrapper .cf7 .privacy a {
  margin-left: 8px;
  color: #0088e3;
  border-bottom: solid 1px #0088e3;
}
.modelhousepage-form .wrapper .cf7 .submit-btn {
  margin-top: 40px;
  text-align: center;
}
.modelhousepage-form .wrapper .cf7 .submit-btn input {
  padding: 16px 40px;
  color: #B1A07C;
  font-weight: 600;
  border: solid 1px #B1A07C;
  background-color: #fff;
  font-size: 1.6rem;
  width: 320px;
  transition: all 0.3s;
}
.modelhousepage-form .wrapper .cf7 .submit-btn input:hover {
  background-color: #B1A07C;
  color: #fff;
  transition: all 0.3s;
}
.modelhousepage-form .wrapper .cf7 .submit-btn .wpcf7-spinner {
  display: block;
}

.wpcf7 form.invalid .wpcf7-response-output {
  background-color: initial;
  color: #dd0000;
  font-size: rem;
  text-align: center;
  border: none;
  font-size: 1.8rem;
}

.image-modal {
  position: fixed;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  align-items: center;
  justify-content: center;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}

.image-modal.active {
  opacity: 1;
  visibility: visible;
}

.modal-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
}

.modal-overlay .wrapper {
  height: 100%;
}

.modal-container {
  opacity: 0;
  transform: translateY(10%);
  position: relative;
  top: 80px;
  z-index: 10;
  width: 100%;
  max-width: 100%;
  height: calc(100vh - 160px);
  max-height: 90%;
  margin: auto;
  background-color: #fff;
}

.image-modal.active .modal-container {
  transform: translateY(0);
  opacity: 1;
  transition: all 0.4s ease;
  transition-delay: 0.3s;
}

.modal-container-inner {
  width: 100%;
  height: 100%;
  padding: 0px;
}

.modal-close {
  position: absolute;
  top: 10px;
  right: 20px;
  font-size: 30px;
  color: #222;
  z-index: 11;
  cursor: pointer;
}

.modal-swiper {
  height: 100%;
  text-align: center;
}

.modal-swiper .swiper-button-prev,
.modal-swiper .swiper-button-next {
  position: absolute;
  top: 50%;
  z-index: 10;
  background: rgba(0, 0, 0, 0.6);
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.modal-swiper .swiper-button-prev {
  left: 0;
}

.modal-swiper .swiper-button-next {
  right: 0;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-size: 1.7rem;
}

.modal-swiper .swiper-button-prev i,
.modal-swiper .swiper-button-next i {
  font-size: 14px;
}

.modal-swiper .swiper-slide {
  display: block;
  margin: auto;
  max-width: calc(100vw - 80px); /* 左右に40pxずつ余白 */
  max-height: calc(100vh - 80px); /* 上下に40pxずつ余白 */
  width: auto;
  height: 100%;
  padding: 80px;
}

.modal-swiper .swiper-slide img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: auto;
  height: auto;
}

@media screen and (max-width: 768px) {
  .modelhousepage-upper {
    margin-top: 40px;
  }
  .modelhousepage-upper .lr {
    display: block;
    align-items: center;
    justify-content: space-between;
    flex-direction: column;
  }
  .modelhousepage-upper .lr .left {
    width: 100%;
  }
  .modelhousepage-upper .lr .left .title {
    font-size: 2.8rem;
    margin-bottom: 16px;
    text-align: left;
  }
  .modelhousepage-upper .lr .left table {
    width: 100%;
    margin-top: 16px;
    display: block;
  }
  .modelhousepage-upper .lr .left table tbody {
    display: block;
  }
  .modelhousepage-upper .lr .left table tr {
    display: block;
    width: 100%;
  }
  .modelhousepage-upper .lr .left table tr th {
    display: block;
    padding: 16px 0px 0px;
    font-size: 1.4rem;
    width: 100%;
  }
  .modelhousepage-upper .lr .left table tr td {
    display: block;
    padding: 16px 0;
    font-size: 1.4rem;
    width: 100%;
  }
  .modelhousepage-upper .lr .left .btn {
    display: none;
  }
  .modelhousepage-upper .lr .right {
    margin-top: 40px;
    width: 100%;
  }
  .modelhousepage-upper .lr .right .images {
    gap: 8px;
  }
  .modelhousepage-upper .lr .right .btn {
    margin-top: 24px;
    text-align: center;
  }
  .modelhousepage-upper .lr .right .btn a {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.3rem;
    text-align: center;
    padding: 8px 0;
  }
  .modelhousepage-upper .lr .right .btn a i {
    margin-left: 8px;
    color: #222222;
  }
  .modelhousepage-map {
    margin-top: 40px;
  }
  .modelhousepage-map iframe {
    height: 75vw;
  }
  .gallery {
    margin-top: 40px;
  }
  .gallery .gallery__inner .heading {
    padding-left: 16px;
    padding-right: 16px;
    margin-bottom: 16px;
  }
  .gallery .gallery__inner .heading h2 {
    font-size: 2.4rem;
    font-weight: 600;
    color: #222222;
  }
  .gallery .gallery__inner .caption {
    margin-bottom: 16px;
    text-align: center;
  }
  .gallery .gallery__inner .caption p {
    font-size: 1.4rem;
  }
  .gallery .gallery__inner .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 0px 0;
  }
  .gallery .gallery__inner .col .item1 {
    padding: 0 0px;
    width: 49%;
    aspect-ratio: 1/1.5;
  }
  .gallery .gallery__inner .col .item2 {
    padding: 0 0px;
    width: 49%;
    aspect-ratio: 1/1.5;
  }
  .gallery .gallery__inner .col .item3 {
    padding: 0 0px;
    width: 49%;
    aspect-ratio: 1/1.5;
    padding: 0 4px;
    width: 49%;
    aspect-ratio: 1/1.5;
  }
  .gallery .gallery__inner .col .item4 {
    padding: 0 0px;
    width: 49%;
    aspect-ratio: 1/1.5;
  }
  .modelhousepage-free {
    margin-top: 40px;
  }
  .modelhousepage-free .wrapper .content .block {
    margin-top: 40px;
    display: flex;
  }
  .modelhousepage-free .wrapper .content .block:first-of-type {
    margin-top: 0;
  }
  .modelhousepage-free .wrapper .content .block .txt-gr {
    margin-top: 16px;
    width: 100%;
  }
  .modelhousepage-free .wrapper .content .block .txt-gr .heading-gr {
    display: block;
    margin-bottom: 16px;
  }
  .modelhousepage-free .wrapper .content .block .txt-gr .heading-gr h2 {
    font-size: 3.2rem;
    color: #222222;
    line-height: 1.4;
  }
  .modelhousepage-free .wrapper .content .block .txt-gr .heading-gr span {
    margin-left: 0;
    font-size: 1.6rem;
  }
  .modelhousepage-free .wrapper .content .block.col-2 {
    align-items: flex-start;
  }
  .modelhousepage-free .wrapper .content .block.col-2.l_image-r_txt .txt-gr {
    padding-left: 16px;
  }
  .modelhousepage-free .wrapper .content .block.col-2.r_image-l_txt .txt-gr {
    padding-right: 16px;
  }
  .modelhousepage-free .wrapper .content .block.col-2 .image {
    width: 40%;
  }
  .modelhousepage-free .wrapper .content .block.col-2 .txt-gr {
    margin-top: 0;
    width: 60%;
  }
  .modelhousepage-blog {
    margin-top: 40px;
  }
  .modelhousepage-blog .container {
    padding: 32px 12px;
    font-size: 1.4rem;
    line-height: 1.8;
  }
  .modelhousepage-blog .container h2 {
    margin-top: 24px;
    font-size: 2rem;
    padding: 8px 12px;
    margin-bottom: 16px;
  }
  .modelhousepage-blog .container h3 {
    margin-top: 24px;
    font-size: 1.8rem;
    padding-bottom: 4px;
    margin-bottom: 16px;
  }
  .modelhousepage-blog .container p {
    margin-bottom: 16px;
  }
  .modelhousepage-blog .container ul {
    margin-bottom: 16px;
  }
  .modelhousepage-blog .container li {
    margin-bottom: 8px;
  }
  .modelhousepage-blog .container li::before {
    content: "・";
    margin-right: 4px;
  }
  .modelhousepage-blog .container iframe {
    margin-top: 24px;
  }
  .modelhousepage-blog .container .gallery a {
    pointer-events: none;
    border: none !important;
  }
  .modelhousepage-blog .container .gallery img {
    padding: 4px;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
       object-fit: cover;
    border: none !important;
  }
  .modelhousepage-blog .container .cf7-title {
    margin-top: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px #B1A07C;
    padding: 16px;
  }
  .modelhousepage-blog .container .cf7-title .icon {
    margin-left: 16px;
    width: 32px;
    transform: translateY(2.4px);
  }
  .modelhousepage-blog .container .cf7-title h2 {
    margin: 0;
    padding-bottom: 0;
    font-size: 2.4rem;
    color: #B1A07C;
    font-weight: 600;
    border-bottom: none;
  }
  .modelhousepage-blog .container .cf7 {
    margin-top: 40px;
    background-color: #F5F2EC;
    padding: 40px;
  }
  .modelhousepage-blog .container .cf7 table {
    width: 100%;
    background-color: #fff;
  }
  .modelhousepage-blog .container .cf7 table tr {
    border-bottom: solid 1px #ddd;
  }
  .modelhousepage-blog .container .cf7 table th {
    padding: 24px;
    width: 30%;
    text-align: left;
    font-size: 1.6rem;
    font-weight: 400;
  }
  .modelhousepage-blog .container .cf7 table th .required {
    margin-left: 16px;
    display: inline-block;
    padding: 2.4px 8px;
    color: #fff;
    font-size: 1.25rem;
    background-color: #FF0000;
  }
  .modelhousepage-blog .container .cf7 table th .note {
    font-size: 1.2rem;
    color: #707070;
  }
  .modelhousepage-blog .container .cf7 table th .note a {
    color: #000;
    border-bottom: solid 1px #000;
  }
  .modelhousepage-blog .container .cf7 table td {
    padding-top: 24px;
    padding-bottom: 24px;
    width: 70%;
    font-size: 1.6rem;
  }
  .modelhousepage-blog .container .cf7 table td input {
    padding: 16px;
    border: solid 2px #ddd;
    font-size: 1.6rem;
  }
  .modelhousepage-blog .container .cf7 table td input::-moz-placeholder {
    color: #999999;
  }
  .modelhousepage-blog .container .cf7 table td input::placeholder {
    color: #999999;
  }
  .modelhousepage-blog .container .cf7 table td input[name=your-subject] {
    background-color: #eee;
    font-weight: 600;
  }
  .modelhousepage-blog .container .cf7 table td select.time {
    padding: 16px;
    border: solid 2px #ddd;
    font-size: 1.6rem;
    width: 100%;
  }
  .modelhousepage-blog .container .cf7 table td textarea {
    padding: 16px;
    border: solid 2px #ddd;
    font-size: 1.6rem;
    width: 100%;
  }
  .modelhousepage-blog .container .cf7 table td textarea::-moz-placeholder {
    color: #999999;
  }
  .modelhousepage-blog .container .cf7 table td textarea::placeholder {
    color: #999999;
  }
  .modelhousepage-blog .container .cf7 .privacy {
    margin-top: 40px;
    font-size: 1.6rem;
    color: #222;
    text-align: center;
  }
  .modelhousepage-blog .container .cf7 .privacy .custom-acceptance {
    position: relative;
    display: flex;
    align-items: center;
    cursor: pointer;
  }
  .modelhousepage-blog .container .cf7 .privacy .custom-acceptance input[type=checkbox] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 20px;
  }
  .modelhousepage-blog .container .cf7 .privacy a {
    margin-left: 8px;
    color: #0088e3;
    border-bottom: solid 1px #0088e3;
  }
  .modelhousepage-blog .container .cf7 .submit-btn {
    margin-top: 40px;
    text-align: center;
  }
  .modelhousepage-blog .container .cf7 .submit-btn input {
    padding: 16px 40px;
    color: #B1A07C;
    font-weight: 600;
    border: solid 1px #B1A07C;
    background-color: #fff;
    font-size: 1.6rem;
    width: 320px;
    transition: all 0.3s;
  }
  .modelhousepage-blog .container .cf7 .submit-btn input:hover {
    background-color: #B1A07C;
    color: #fff;
    transition: all 0.3s;
  }
  .modelhousepage-blog .container .cf7 .submit-btn .wpcf7-spinner {
    display: block;
  }
  .modelhousepage-faq {
    padding-top: 40px;
  }
  .modelhousepage-faq .content {
    margin-top: 24px;
  }
  .modelhousepage-faq .content .faq-group {
    margin-top: 24px;
  }
  .modelhousepage-faq .content .faq-group .faq-group__title {
    font-size: 2rem;
  }
  .modelhousepage-faq .content .faq-group .faq-group__list {
    margin-top: 12px;
    padding: 24px 16px;
  }
  .modelhousepage-faq .content .faq-group .faq-group__list .faq-item {
    padding: 16px 0;
  }
  .modelhousepage-faq .content .faq-group .faq-group__list .faq-item .faq-item__question {
    font-size: 1.6rem;
  }
  .modelhousepage-faq .content .faq-group .faq-group__list .faq-item .faq-item__question .txt {
    padding-right: 18px;
  }
  .modelhousepage-faq .content .faq-group .faq-group__list .faq-item .faq-item__question i {
    position: absolute;
    right: 0px;
    top: 4.2px;
  }
  .modelhousepage-faq .content .faq-group .faq-group__list .faq-item .faq-item__question i::after {
    font-size: 1.6rem;
  }
  .modelhousepage-faq .content .faq-group .faq-group__list .faq-item .faq-item__question.is-open i::after {
    content: "-";
    font-size: 2.2rem;
  }
  .modelhousepage-faq .content .faq-group .faq-group__list .faq-item .faq-item__answer {
    margin-top: 16px;
    font-size: 1.6rem;
    line-height: 2;
    font-weight: 400;
  }
  .modelhousepage-form {
    margin-top: 40px;
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .modelhousepage-form .wrapper .heading {
    padding: 8px 0;
  }
  .modelhousepage-form .wrapper .heading h2 {
    font-size: 1.5rem;
  }
  .modelhousepage-form .wrapper .heading .icon {
    margin-left: 8px;
    width: 24px;
    height: 24px;
  }
  .modelhousepage-form .wrapper .merit {
    margin-top: 12px;
  }
  .modelhousepage-form .wrapper .merit ul {
    gap: 0;
    justify-content: space-between;
  }
  .modelhousepage-form .wrapper .merit ul li {
    display: flex;
    align-items: center;
    width: 31.3333333%;
    padding: 16px 12px;
    font-size: 1.5rem;
    border-radius: 5px;
  }
  .modelhousepage-form .wrapper .items {
    margin-top: 24px;
  }
  .modelhousepage-form .wrapper .items ul {
    flex-direction: column;
    gap: 8px;
  }
  .modelhousepage-form .wrapper .items ul li {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
    padding: 16px 16px;
  }
  .modelhousepage-form .wrapper .items ul li h3 {
    width: 70%;
    margin-bottom: 12px;
    font-size: 1.6rem;
  }
  .modelhousepage-form .wrapper .items ul li figure {
    width: 30%;
  }
  .modelhousepage-form .wrapper .items ul li .desc {
    margin-top: 0px;
    font-size: 1.1rem;
    line-height: 1.9;
  }
  .modelhousepage-form .wrapper .banner {
    margin-top: 32px;
    background-color: #fff;
    padding: 4px 0 16px;
  }
  .modelhousepage-form .wrapper .banner .l_modelhousebanner {
    padding: 8px 0;
  }
  .modelhousepage-form .wrapper .cf7 {
    margin-top: 24px;
    background-color: #F5F2EC;
    padding: 0;
  }
  .modelhousepage-form .wrapper .cf7 table {
    display: block;
  }
  .modelhousepage-form .wrapper .cf7 table tbody {
    display: block;
  }
  .modelhousepage-form .wrapper .cf7 table th {
    display: block;
    width: 100%;
    padding: 24px 16px 0 16px;
    font-size: 1.4rem;
  }
  .modelhousepage-form .wrapper .cf7 table th .required {
    margin-left: 8px;
    padding: 1.6px 4px;
    font-size: 1.1rem;
  }
  .modelhousepage-form .wrapper .cf7 table th .note {
    font-size: 1.1rem;
  }
  .modelhousepage-form .wrapper .cf7 table td {
    display: block;
    padding: 12px 16px 24px 16px;
    width: 100%;
    font-size: 1.6rem;
  }
  .modelhousepage-form .wrapper .cf7 table td input {
    width: 100%;
    padding: 8px;
    border: solid 2px #ddd;
    font-size: 1.4rem;
  }
  .modelhousepage-form .wrapper .cf7 table td select.time {
    width: 100%;
    padding: 10px;
  }
  .modelhousepage-form .wrapper .cf7 table td textarea {
    width: 100%;
  }
  .modelhousepage-form .wrapper .cf7 table tr:last-of-type td {
    padding-bottom: 24px;
  }
  .modelhousepage-form .wrapper .cf7 .privacy {
    margin-top: 24px;
    font-size: 1.4rem;
  }
  .modelhousepage-form .wrapper .cf7 .privacy .custom-acceptance input[type=checkbox] {
    opacity: 0;
    position: absolute;
    left: 0;
    top: 0;
    width: 16px;
  }
  .modelhousepage-form .wrapper .cf7 .privacy a {
    margin-left: 4px;
  }
  .modelhousepage-form .wrapper .cf7 .submit-btn {
    margin-top: 24px;
  }
  .modelhousepage-form .wrapper .cf7 .submit-btn input {
    padding: 12px 24px;
    font-size: 1.4rem;
    width: 240px;
  }
  .modelhousepage-form .wrapper .wpcf7 form.invalid .wpcf7-response-output {
    color: #dd0000;
    font-size: 1.4rem;
  }
  .modal-container {
    transform: translateY(10%);
    top: 40px;
    height: calc(100vh - 80px);
  }
  .image-modal.active .modal-container {
    transform: translateY(0);
    opacity: 1;
    transition: all 0.4s ease;
    transition-delay: 0.3s;
  }
  .modal-close {
    top: 10px;
    right: 20px;
    font-size: 20px;
  }
  .modal-swiper .swiper-button-prev,
  .modal-swiper .swiper-button-next {
    width: 24px;
    height: 24px;
  }
  .swiper-button-next:after, .swiper-button-prev:after {
    font-size: 1.5rem;
  }
  .modal-swiper .swiper-button-prev i,
  .modal-swiper .swiper-button-next i {
    font-size: 12px;
  }
  .modal-swiper .swiper-slide {
    max-width: initial;
    max-height: initial;
    padding: 32px;
    display: flex;
    align-items: center;
  }
}/*# sourceMappingURL=modelhouse.css.map */