@keyframes btnOnTop {
  0% {
    top: -1rem;
    transform: rotate(0deg);
  }
  75% {
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(45deg);
  }
}
@keyframes btnOnBottom {
  0% {
    top: 1rem;
    transform: rotate(0deg);
  }
  75% {
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    top: 0;
    transform: rotate(-45deg);
  }
}
@keyframes btnOffTop {
  0% {
    top: 0;
    transform: rotate(45deg);
  }
  25% {
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    top: -1rem;
    transform: rotate(0deg);
  }
}
@keyframes btnOffBottom {
  0% {
    top: 0;
    transform: rotate(-45deg);
  }
  25% {
    top: 0;
    transform: rotate(0deg);
  }
  100% {
    top: 1rem;
    transform: rotate(0deg);
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
/*--------------------
number
---------------------*/
/*--------------------
area
---------------------*/
.page-title {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}
.page-title .title-ja {
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1.4285714286;
  padding-left: 3.4rem;
  letter-spacing: 0.1em;
  position: relative;
}
.page-title .title-ja:before {
  content: "";
  display: block;
  width: 2.4rem;
  height: 1.2rem;
  border-radius: 2px;
  background-color: #b23939;
  position: absolute;
  top: 0.4rem;
  left: 0;
}
.page-title .title-en {
  width: -moz-fit-content;
  width: fit-content;
  text-transform: uppercase;
  font-size: 8.3rem;
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 900;
  line-height: 1.2048192771;
  letter-spacing: 0.03em;
  margin-top: 2rem;
}
@media screen and (max-width: 749.98px) {
  .page-title .title-en {
    font-size: 4rem;
    line-height: 1.325;
    margin-top: 1.2rem;
  }
}

.section-more .c-btn.-arrow1 span {
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 500;
}

@media screen and (max-width: 1440px) {
  .model-house .container {
    max-width: 120rem;
  }
}
@media screen and (max-width: 749.98px) {
  .model-house .container {
    width: 100%;
    padding: 0 2.4rem;
  }
}
.model-house__head {
  padding: 20rem 9.6rem 4rem;
  border-bottom: 1px solid #e7e5e2;
}
@media screen and (max-width: 749.98px) {
  .model-house__head {
    padding: 10rem 2.4rem 3.6rem;
  }
}
.model-house-search {
  padding-top: 6rem;
  padding-bottom: 12rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search {
    padding-bottom: 6rem;
    background-color: #e7e5e2;
    position: relative;
  }
}
@media screen and (max-width: 749.98px) {
  .model-house-search.-detail .container {
    padding: 0 2.4rem;
  }
}
.model-house-search.-detail .model-house-search__inner {
  max-width: 114rem;
}
.model-house-search__inner {
  max-width: 105.2rem;
  margin: 0 auto;
  padding: 9rem;
  border-radius: 0.4rem;
  background-color: #e7e5e2;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__inner {
    background-color: transparent;
    padding: 0;
  }
}
.model-house-search__inner .section-more {
  position: absolute;
  top: 33rem;
  left: 9rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__inner .section-more {
    margin-top: 2rem;
    text-align: center;
    position: relative;
    top: auto;
    left: auto;
  }
}
.model-house-search__inner .section-more p {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 500;
  letter-spacing: 0.12em;
  text-align: left;
}
.model-house-search__inner .section-more .c-btn {
  margin-top: 1.6rem;
}
.model-house-search__inner .section-more .c-btn.-arrow1:before {
  background-color: #b23939;
}
@media (hover: hover) {
  .model-house-search__inner .section-more .c-btn.-arrow1:hover {
    border-color: #b23939;
  }
}
.model-house-search__info {
  position: absolute;
  top: 9rem;
  left: 9rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__info {
    position: relative;
    top: auto;
    left: auto;
  }
}
.model-house-search__info-en {
  font-family: "Roboto", serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-size: 1.3rem;
  letter-spacing: 0.05em;
}
.model-house-search__info-title {
  font-size: 3.8rem;
  line-height: 1.3684210526;
  font-weight: 700;
  letter-spacing: 0.06em;
  margin-top: 0.8rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__info-title {
    font-size: 2.4rem;
    line-height: 1.375;
  }
}
.model-house-search__info-txt {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-top: 1.2rem;
}
.model-house-search__map {
  width: 48rem;
  height: 40.2rem;
  position: relative;
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map {
    width: 100%;
    height: auto;
    aspect-ratio: 325/409;
    margin-top: 2.2rem;
  }
}
.model-house-search__map-list {
  width: 100%;
  height: 100%;
  padding-left: 0;
  margin-bottom: 0;
  position: relative;
}
.model-house-search__map-item {
  position: absolute;
  list-style: none;
}
.model-house-search__map-item a {
  display: block;
  position: relative;
  cursor: pointer;
  transition: all 0.3s ease 0s;
}
.model-house-search__map-item a p {
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.18em;
  position: absolute;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item a p {
    background-color: #fff;
    border-radius: 0.4rem;
    padding: 1rem;
    width: 10rem;
  }
}
.model-house-search__map-item a p span {
  border-bottom: 1px solid #000;
  position: relative;
  padding-bottom: 0.4rem;
  display: inline-flex;
  align-items: center;
  gap: 0.4rem;
  transition: all 0.3s ease 0s;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item a p span {
    width: 100%;
    justify-content: space-between;
    border-bottom: none;
    padding-bottom: 0;
  }
}
.model-house-search__map-item a p span:before, .model-house-search__map-item a p span:after {
  content: "";
  display: block;
  position: absolute;
  transition: all 0.3s ease 0s;
}
.model-house-search__map-item a p span:before {
  height: 1px;
  background-color: #000;
}
.model-house-search__map-item a p span:after {
  width: 0.9rem;
  height: 0.9rem;
  background-color: #000;
  border-radius: 200rem;
}
.model-house-search__map-item a p span i {
  display: inline-block;
  width: 1.8rem;
  height: 1.8rem;
  background-color: #000;
  border-radius: 2px;
  position: relative;
  transition: all 0.3s ease 0s;
}
.model-house-search__map-item a p span i:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.7rem;
  aspect-ratio: 13/15;
  background-color: #fff;
  clip-path: polygon(25% 50%, 0 0, 100% 50%, 0% 100%);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media (hover: hover) {
  .model-house-search__map-item a:hover p span {
    color: #b23939;
  }
  .model-house-search__map-item a:hover p span i {
    background-color: #b23939;
  }
}
.model-house-search__map-item.-hokkaido {
  top: 0;
  right: 0;
  z-index: 1;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-hokkaido {
    top: 6rem;
  }
}
.model-house-search__map-item.-hokkaido a {
  width: 16.2rem;
  height: 12.9rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 162.726 129.028"><path fill="%23ffffff" d="M23.045,0V87.813L0,96.575v32.452H42.327V117.269h120.4V63.89H140.151L66.313,0Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 162.726/129.028;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-hokkaido a {
    width: 10.5rem;
    height: 8.3rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 162.726 129.028"><path fill="%23b23939" d="M23.045,0V87.813L0,96.575v32.452H42.327V117.269h120.4V63.89H140.151L66.313,0Z"/></svg>');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 162.726/129.028;
  }
}
.model-house-search__map-item.-hokkaido a p {
  top: 4rem;
  left: -6rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-hokkaido a p {
    top: -6rem;
    left: 0;
  }
}
.model-house-search__map-item.-hokkaido a p span:before {
  width: 5.4rem;
  bottom: -1px;
  left: 100%;
  transform: rotateZ(30deg);
  transform-origin: left top;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-hokkaido a p span:before {
    transform: rotateZ(90deg);
    width: 5rem;
    left: 3.6rem;
    bottom: -1.1rem;
  }
}
.model-house-search__map-item.-hokkaido a p span:after {
  bottom: -3.2rem;
  right: -5rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-hokkaido a p span:after {
    bottom: -6.2rem;
    right: 4rem;
  }
}
@media (hover: hover) {
  .model-house-search__map-item.-hokkaido a:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 162.726 129.028"><path fill="%23b23939" d="M23.045,0V87.813L0,96.575v32.452H42.327V117.269h120.4V63.89H140.151L66.313,0Z"/></svg>');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 162.726/129.028;
  }
}
.model-house-search__map-item.-tohoku {
  top: 13.7rem;
  right: 6.2rem;
  z-index: 2;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-tohoku {
    top: 14.8rem;
    right: 4rem;
  }
}
.model-house-search__map-item.-tohoku a {
  width: 9.3rem;
  height: 11.2rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 92.53 111.8"><path fill="%23ffffff" d="M39.18,111.8h53.35V0h-41.12v10.28h-26.17V0H0v74.47h39.18v37.34Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 92.53/111.8;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-tohoku a {
    width: 5.9rem;
    height: 7.2rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 92.53 111.8"><path fill="%23b23939" d="M39.18,111.8h53.35V0h-41.12v10.28h-26.17V0H0v74.47h39.18v37.34Z"/></svg>');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 92.53/111.8;
  }
}
.model-house-search__map-item.-tohoku a p {
  top: 2rem;
  right: -8rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-tohoku a p {
    top: -13rem;
    right: 7rem;
    white-space: nowrap;
  }
}
.model-house-search__map-item.-tohoku a p span:before {
  width: 5rem;
  bottom: -1px;
  right: 100%;
  transform: rotateZ(-35deg);
  transform-origin: right top;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-tohoku a p span:before {
    width: 12.5rem;
    transform: rotateZ(70deg);
    left: 8rem;
    bottom: -1.1rem;
    transform-origin: left;
  }
}
.model-house-search__map-item.-tohoku a p span:after {
  bottom: -3.2rem;
  left: -4.3rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-tohoku a p span:after {
    bottom: -13.2rem;
    left: 11.8rem;
  }
}
@media (hover: hover) {
  .model-house-search__map-item.-tohoku a:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 92.53 111.8"><path fill="%23b23939" d="M39.18,111.8h53.35V0h-41.12v10.28h-26.17V0H0v74.47h39.18v37.34Z"/></svg>');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 92.53/111.8;
  }
}
.model-house-search__map-item.-kanto {
  top: 25.5rem;
  right: 6.2rem;
  z-index: 3;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-kanto {
    top: 22.3rem;
    right: 4rem;
  }
}
.model-house-search__map-item.-kanto a {
  width: 6.1rem;
  height: 9.3rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61.17 93.11"><path fill="%23ffffff" d="M0,31.43h11.32v33.64h11.53v28.04h38.32V0H0v31.43Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 61.17/93.11;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-kanto a {
    width: 3.9rem;
    height: 6rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61.17 93.11"><path fill="%23b23939" d="M0,31.43h11.32v33.64h11.53v28.04h38.32V0H0v31.43Z"/></svg>');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 61.17/93.11;
  }
}
.model-house-search__map-item.-kanto a p {
  top: -1rem;
  right: -8rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-kanto a p {
    top: 8rem;
    right: -4rem;
    white-space: nowrap;
  }
}
.model-house-search__map-item.-kanto a p span:before {
  width: 5rem;
  bottom: -1px;
  right: 100%;
  transform: rotateZ(-35deg);
  transform-origin: right top;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-kanto a p span:before {
    width: 6rem;
    transform: rotateZ(-90deg);
    left: 3.2rem;
    bottom: auto;
    top: -1.1rem;
    transform-origin: left;
  }
}
.model-house-search__map-item.-kanto a p span:after {
  bottom: -3.2rem;
  left: -4.3rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-kanto a p span:after {
    bottom: 8.6rem;
    left: 2.8rem;
  }
}
@media (hover: hover) {
  .model-house-search__map-item.-kanto a:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 61.17 93.11"><path fill="%23b23939" d="M0,31.43h11.32v33.64h11.53v28.04h38.32V0H0v31.43Z"/></svg>');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 61.17/93.11;
  }
}
.model-house-search__map-item.-chubu {
  top: 21.7rem;
  right: 11.7rem;
  z-index: 4;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-chubu {
    top: 19.9rem;
    right: 7.5rem;
  }
}
.model-house-search__map-item.-chubu a {
  width: 10.1rem;
  height: 13rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 101.18 130.45"><path fill="%23ffffff" d="M89.85,74.15V31.96h7.83V0h-33.8v28.57h-27.1V8.01h-19.64v20.56H0v12.14h14.11v89.74h87.07v-56.3h-11.33Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 101.18/130.45;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-chubu a {
    width: 6.5rem;
    height: 8.3rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 101.18 130.45"><path fill="%23b23939" d="M89.85,74.15V31.96h7.83V0h-33.8v28.57h-27.1V8.01h-19.64v20.56H0v12.14h14.11v89.74h87.07v-56.3h-11.33Z"/></svg>');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 101.18/130.45;
  }
}
.model-house-search__map-item.-chubu a p {
  top: -8rem;
  left: -6rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-chubu a p {
    top: -13rem;
    left: -7rem;
  }
}
.model-house-search__map-item.-chubu a p span:before {
  width: 11rem;
  bottom: -1px;
  left: 100%;
  transform: rotateZ(65deg);
  transform-origin: left top;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-chubu a p span:before {
    width: 12.5rem;
    transform: rotateZ(78deg);
    left: 6.4rem;
    bottom: -1.1rem;
    transform-origin: left;
  }
}
.model-house-search__map-item.-chubu a p span:after {
  bottom: -10.5rem;
  right: -5rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-chubu a p span:after {
    bottom: -14rem;
    right: -1.5rem;
  }
}
@media (hover: hover) {
  .model-house-search__map-item.-chubu a:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 101.18 130.45"><path fill="%23b23939" d="M89.85,74.15V31.96h7.83V0h-33.8v28.57h-27.1V8.01h-19.64v20.56H0v12.14h14.11v89.74h87.07v-56.3h-11.33Z"/></svg>');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 101.18/130.45;
  }
}
.model-house-search__map-item.-kinki {
  top: 24.6rem;
  left: 19.4rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-kinki {
    top: 21.6rem;
    right: 13.4rem;
    left: auto;
    z-index: 4;
  }
}
.model-house-search__map-item.-kinki a {
  width: 7.8rem;
  height: 12rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 78.4 120.56"><path fill="%23ffffff" d="M0,0v51.4h26.05v69.16h52.35V17.52h-14.12V0H0Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 78.4/120.56;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-kinki a {
    width: 5rem;
    height: 8rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 78.4 120.56"><path fill="%23b23939" d="M0,0v51.4h26.05v69.16h52.35V17.52h-14.12V0H0Z"/></svg>');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 78.4/120.56;
  }
}
.model-house-search__map-item.-kinki a p {
  top: -6rem;
  left: -4rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-kinki a p {
    top: -7rem;
    left: -2.5rem;
  }
}
.model-house-search__map-item.-kinki a p span:before {
  width: 6rem;
  bottom: -1px;
  left: 100%;
  transform: rotateZ(65deg);
  transform-origin: left top;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-kinki a p span:before {
    width: 4.5rem;
    transform: rotateZ(90deg);
    left: 3.3rem;
    bottom: -1.1rem;
    transform-origin: left;
  }
}
.model-house-search__map-item.-kinki a p span:after {
  bottom: -5.6rem;
  right: -2.8rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-kinki a p span:after {
    bottom: -6.4rem;
    right: 4.2rem;
  }
}
@media (hover: hover) {
  .model-house-search__map-item.-kinki a:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 78.4 120.56"><path fill="%23b23939" d="M0,0v51.4h26.05v69.16h52.35V17.52h-14.12V0H0Z"/></svg>');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 78.4/120.56;
  }
}
.model-house-search__map-item.-chugoku {
  top: 24.6rem;
  left: 13.5rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-chugoku {
    top: 21.7rem;
    right: 18.8rem;
    left: auto;
  }
}
.model-house-search__map-item.-chugoku a {
  width: 5.3rem;
  height: 5.1rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 53.622 51.405"><rect fill="%23ffffff" width="53.622" height="51.405"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 53.622/51.405;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-chugoku a {
    width: 3.4rem;
    height: 3.4rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 53.622 51.405"><rect fill="%23b23939" width="53.622" height="51.405"/></svg>');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 53.622/51.405;
  }
}
.model-house-search__map-item.-chugoku a p {
  top: -6rem;
  left: -6.2rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-chugoku a p {
    top: -7.1rem;
    left: -10.3rem;
  }
}
.model-house-search__map-item.-chugoku a p span:before {
  width: 6rem;
  bottom: -1px;
  left: 100%;
  transform: rotateZ(65deg);
  transform-origin: left top;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-chugoku a p span:before {
    width: 6.5rem;
    transform: rotateZ(47deg);
    left: 6.6rem;
    bottom: -1.1rem;
    transform-origin: left;
  }
}
.model-house-search__map-item.-chugoku a p span:after {
  bottom: -5.6rem;
  right: -2.8rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-chugoku a p span:after {
    bottom: -6.4rem;
    right: -3.5rem;
  }
}
@media (hover: hover) {
  .model-house-search__map-item.-chugoku a:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 53.622 51.405"><rect fill="%23b23939" width="53.622" height="51.405"/></svg>');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 53.622/51.405;
  }
}
.model-house-search__map-item.-shikoku {
  top: 30.6rem;
  left: 13.5rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-shikoku {
    top: 25.6rem;
    right: 17.4rem;
    left: auto;
  }
}
.model-house-search__map-item.-shikoku a {
  width: 7.5rem;
  height: 4.2rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 74.772 42.059"><rect fill="%23ffffff" width="74.772" height="42.059"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 74.772/42.059;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-shikoku a {
    width: 4.8rem;
    height: 2.7rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 74.772 42.059"><rect fill="%23b23939" width="74.772" height="42.059"/></svg>');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 74.772/42.059;
  }
}
.model-house-search__map-item.-shikoku a p {
  bottom: -6rem;
  right: -6rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-shikoku a p {
    bottom: -6.1rem;
    right: -5.3rem;
  }
}
.model-house-search__map-item.-shikoku a p span {
  padding-left: 1rem;
}
.model-house-search__map-item.-shikoku a p span:before {
  width: 8.4rem;
  bottom: -1px;
  right: 100%;
  transform: rotateZ(70deg);
  transform-origin: right top;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-shikoku a p span:before {
    width: 3.4rem;
    transform: rotateZ(90deg);
    right: 7.2rem;
    bottom: auto;
    top: -1.1rem;
    transform-origin: right top;
  }
}
.model-house-search__map-item.-shikoku a p span:after {
  bottom: 7.6rem;
  right: 9.2rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-shikoku a p span:after {
    bottom: 6rem;
    right: 6.8rem;
  }
}
@media (hover: hover) {
  .model-house-search__map-item.-shikoku a:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 74.772 42.059"><rect fill="%23b23939" width="74.772" height="42.059"/></svg>');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 74.772/42.059;
  }
}
.model-house-search__map-item.-kyushu {
  top: 24.6rem;
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-kyushu {
    top: 21.8rem;
    right: 22.6rem;
    left: auto;
  }
}
.model-house-search__map-item.-kyushu a {
  width: 12.5rem;
  height: 15.7rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 125.23 157.14"><path fill="%23ffffff" d="M29.9,35.52h27.1v85.05h68.23V0H29.9v35.52Z"/><rect fill="%23ffffff" y="120.69" width="17.76" height="36.45"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 125.23/157.14;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-kyushu a {
    width: 8rem;
    height: 10.1rem;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 125.23 157.14"><path fill="%23b23939" d="M29.9,35.52h27.1v85.05h68.23V0H29.9v35.52Z"/><rect fill="%23b23939" y="120.69" width="17.76" height="36.45"/></svg>');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 125.23/157.14;
  }
}
.model-house-search__map-item.-kyushu a p {
  top: 6.4rem;
  left: -8rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-kyushu a p {
    width: 14rem;
    top: auto;
    bottom: -8.6rem;
    left: -1.6rem;
  }
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-kyushu a p span {
    white-space: nowrap;
  }
}
.model-house-search__map-item.-kyushu a p span:before, .model-house-search__map-item.-kyushu a p span:after {
  content: "";
  display: block;
  position: absolute;
}
.model-house-search__map-item.-kyushu a p span:before {
  width: 6.7rem;
  bottom: -1px;
  left: 100%;
  transform: rotateZ(-37deg);
  transform-origin: left top;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-kyushu a p span:before {
    width: 11rem;
    transform: rotateZ(-90deg);
    left: 6.3rem;
    bottom: auto;
    top: -1.1rem;
    transform-origin: left top;
  }
}
.model-house-search__map-item.-kyushu a p span:after {
  bottom: 3.6rem;
  right: -6rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-search__map-item.-kyushu a p span:after {
    bottom: 13.7rem;
    right: 5.2rem;
  }
}
@media (hover: hover) {
  .model-house-search__map-item.-kyushu a:hover {
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 125.23 157.14"><path fill="%23b23939" d="M29.9,35.52h27.1v85.05h68.23V0H29.9v35.52Z"/><rect fill="%23b23939" y="120.69" width="17.76" height="36.45"/></svg>');
    background-color: transparent;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    aspect-ratio: 125.23/157.14;
  }
}
.model-house-area {
  background-color: #f3f2f0;
  padding: 8.8rem 0;
}
@media screen and (max-width: 749.98px) {
  .model-house-area {
    padding: 6rem 0;
  }
}
.model-house-area__inner {
  max-width: 105.2rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .model-house-area__inner {
    background-color: transparent;
    padding: 0;
  }
}
.model-house-area__content-title {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.2;
  padding-left: 2.4rem;
  border-left: 2px solid #b23939;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .model-house-area__content-title {
    font-size: 2.4rem;
    letter-spacing: 0.14rem;
  }
}
.model-house-area__content-body {
  margin-top: 6rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-area__content-body {
    margin-top: 3.2rem;
  }
}
.model-house-area__content-list {
  display: flex;
  flex-wrap: wrap;
  gap: 7rem 2.4rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-area__content-list {
    flex-direction: column;
    gap: 5rem;
  }
}
.model-house-area__content-item {
  width: calc((100% - 2.4rem) / 2);
}
@media screen and (max-width: 749.98px) {
  .model-house-area__content-item {
    width: 100%;
  }
}
.model-house-area__content-img {
  position: relative;
}
.model-house-area__content-img img {
  aspect-ratio: 417/252;
  -o-object-fit: cover;
     object-fit: cover;
}
.model-house-area__content-img figcaption {
  display: inline-block;
  background-color: #000;
  color: #fff;
  padding: 0.6rem 2rem;
  font-size: 1.3rem;
  line-height: 1.2307692308;
  font-weight: 500;
  border-radius: 200rem;
  position: absolute;
  top: 1rem;
  left: 1rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-area__content-img figcaption {
    font-size: 1.1rem;
  }
}
.model-house-area__content-box__calendar {
  display: inline-block;
  font-size: 1.2rem;
  padding-left: 2rem;
  margin-top: 2.4rem;
  position: relative;
}
.model-house-area__content-box__calendar:before {
  content: "";
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.19 12.62"><path fill="%23000000" d="M.76,5.69h10.66v6.16H.76v-6.16ZM9.01,3.71v-1.69h2.42v2.9H.76v-2.9h2.42v1.69h.76v-1.69h4.29v1.69h.76ZM8.24,0v1.26H3.95V0h-.76v1.26H0v11.36h12.19V1.26h-3.19V0h-.76Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 12.19/12.62;
  position: absolute;
  top: calc((100% - 1.5rem) / 2);
  left: 0;
}
.model-house-area__content-box__title {
  font-size: 2rem;
  line-height: 1.6;
  font-weight: 700;
  margin-top: 1rem;
  margin-bottom: 2.4rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-area__content-box__title {
    margin-bottom: 2rem;
  }
}
.model-house-area__content-box__dl {
  display: flex;
  margin-bottom: 0;
  border-bottom: 1px solid #e7e5e2;
  padding: 1rem 0;
}
@media screen and (max-width: 749.98px) {
  .model-house-area__content-box__dl {
    padding: 0.8rem 0;
    flex-direction: column;
    gap: 0.4rem;
  }
}
.model-house-area__content-box__dl dt,
.model-house-area__content-box__dl dd {
  margin-bottom: 0;
}
.model-house-area__content-box__dl dt {
  width: 4rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-area__content-box__dl dt {
    width: 100%;
  }
}
.model-house-area__content-box__dl dd {
  width: calc(100% - 4rem);
  padding-left: 1.4rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-area__content-box__dl dd {
    width: 100%;
    padding-left: 0;
  }
}
.model-house-area__content-box__dl-title {
  font-size: 1.2rem;
  line-height: 1.75;
  font-weight: 500;
  padding-top: 0.3rem;
  position: relative;
}
.model-house-area__content-box__dl-title:after {
  content: "";
  display: block;
  width: 1px;
  height: 1.6rem;
  background-color: #e7e5e2;
  position: absolute;
  right: 0;
  top: 0.6rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-area__content-box__dl-title:after {
    right: auto;
    left: 4rem;
  }
}
.model-house-area__content-box__dl-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.4rem;
}
.model-house-area__content-box__dl-tags .tag {
  font-size: 1.3rem;
  line-height: 1.6153846154;
  padding: 0.2rem 0.6rem;
  border-radius: 0.2rem;
  background-color: #5b7c47;
  color: #fff;
}
@media screen and (max-width: 749.98px) {
  .model-house-area__content-box__dl-tags .tag {
    font-size: 1.1rem;
  }
}
.model-house-area__content-box__dl-tags .tag.-red {
  background-color: #b76565;
}
.model-house-area__content-box__dl-tags .tag.-blue {
  background-color: #437391;
}
.model-house-area__content-box__dl-address {
  font-size: 1.3rem;
  line-height: 1.6153846154;
  padding-top: 0.2rem;
}
.model-house-area__content-box__dl-address .gm-link {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 0.2rem 0.8rem;
  border-radius: 0.2rem;
  border: 1px solid #000;
}
.model-house-area__content-box__dl.-tagbox {
  border-top: 1px solid #e7e5e2;
}
.model-house-area__content-box__btn {
  margin-top: 2.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 0.8rem;
}
.model-house-area__content-box__btn a {
  width: calc((100% - 0.8rem) / 2);
  height: 5.4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.4;
  font-weight: 700;
  letter-spacing: 0.25em;
  background-color: #727272;
  border-radius: 0.3rem;
}
@media screen and (max-width: 749.98px) {
  .model-house-area__content-box__btn a {
    font-size: 1.4rem;
    letter-spacing: 0.1em;
  }
}
.model-house-area__content-box__btn a.reservation-link {
  background-color: #b23939;
}
.model-house-area__content-empty p {
  font-size: 1.6rem;
  font-weight: 500;
}
.model-house-area__content-empty .section-more {
  margin-top: 2rem;
}
.model-house-area__content-empty .section-more .c-btn.-arrow1 i {
  transform: rotateZ(-90deg);
}

/*----------------------------------
/* shop model house single
/*----------------------------------*/
.mh-detail {
  padding-top: 17rem;
}
@media screen and (max-width: 749.98px) {
  .mh-detail {
    padding-top: 10rem;
  }
}
.mh-detail ul,
.mh-detail ol {
  padding-left: 0;
}
.mh-detail .microcopy {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 1.4rem;
  line-height: 1.4285714286;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 0 3rem;
  margin-bottom: 1rem;
  text-align: center;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .mh-detail .microcopy {
    font-size: 1.4rem;
    padding: 0 1.6rem;
  }
}
.mh-detail .microcopy:before, .mh-detail .microcopy:after {
  content: "";
  display: block;
  width: 1px;
  height: 1.8rem;
  background-color: #000;
  position: absolute;
  top: 0.1rem;
  z-index: 1;
}
.mh-detail .microcopy:before {
  left: 0;
  transform: rotateZ(-25deg);
}
.mh-detail .microcopy:after {
  right: 0;
  transform: rotateZ(25deg);
}
.mh-detail .reservation-link {
  width: 100%;
  max-width: 94rem;
  height: 6.8rem;
  padding: 0.4rem 2rem;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #b23939;
  border-radius: 0.3rem;
}
@media screen and (max-width: 749.98px) {
  .mh-detail .reservation-link {
    border-radius: 0.5rem;
  }
}
.mh-detail .reservation-link span {
  width: 100%;
  text-align: center;
  display: inline-block;
  font-size: 1.7rem;
  line-height: 1.4705882353;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.25em;
  position: relative;
  padding-right: 3rem;
  padding-left: 3rem;
}
@media screen and (max-width: 749.98px) {
  .mh-detail .reservation-link span {
    padding-right: 1.6rem;
  }
}
.mh-detail .reservation-link span:before {
  content: "";
  display: block;
  width: 3rem;
  height: 3rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.19 12.62"><path fill="%23ffffff" d="M.76,5.69h10.66v6.16H.76v-6.16ZM9.01,3.71v-1.69h2.42v2.9H.76v-2.9h2.42v1.69h.76v-1.69h4.29v1.69h.76ZM8.24,0v1.26H3.95V0h-.76v1.26H0v11.36h12.19V1.26h-3.19V0h-.76Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 12.19/12.62;
  position: absolute;
  top: calc((100% - 3rem) / 2);
  left: 0;
  transition: all 0.3s ease 0s;
}
.mh-detail .reservation-link span:after {
  content: "";
  display: block;
  width: 1.3rem;
  height: 1.3rem;
  aspect-ratio: 13/15;
  background-color: #fff;
  clip-path: polygon(25% 50%, 0 0, 100% 50%, 0% 100%);
  background-size: contain;
  position: absolute;
  top: calc((100% - 1.3rem) / 2);
  right: 0;
  transition: all 0.3s ease 0s;
}
@media (hover: hover) {
  .mh-detail .reservation-link:hover {
    opacity: 0.8;
  }
}
.mh-detail .container {
  max-width: 1140px;
}
@media screen and (max-width: 1440px) {
  .mh-detail .container {
    max-width: 120rem;
  }
}
@media screen and (max-width: 749.98px) {
  .mh-detail .container {
    width: 100%;
    padding: 0 2.4rem;
  }
}
.mh-detail__inner {
  max-width: 114rem;
  margin: 0 auto;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__inner {
    padding: 0 2.4rem;
  }
}
.mh-detail__head-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 0.8rem;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__head-tags {
    gap: 0.4rem;
  }
}
.mh-detail__head-tags .tag {
  font-size: 1.3rem;
  line-height: 1.6153846154;
  padding: 0.2rem 0.6rem;
  border-radius: 0.2rem;
  background-color: #5b7c47;
  color: #fff;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__head-tags .tag {
    font-size: 1.1rem;
  }
}
.mh-detail__head-tags .tag.-place {
  background-color: #333;
}
.mh-detail__head-tags .tag.-red {
  background-color: #b76565;
}
.mh-detail__head-tags .tag.-blue {
  background-color: #437391;
}
.mh-detail__head-date {
  display: inline-block;
  font-size: 1.3rem;
  padding-left: 2rem;
  margin-top: 1.4rem;
  position: relative;
}
.mh-detail__head-date:before {
  content: "";
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.19 12.62"><path fill="%23000000" d="M.76,5.69h10.66v6.16H.76v-6.16ZM9.01,3.71v-1.69h2.42v2.9H.76v-2.9h2.42v1.69h.76v-1.69h4.29v1.69h.76ZM8.24,0v1.26H3.95V0h-.76v1.26H0v11.36h12.19V1.26h-3.19V0h-.76Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 12.19/12.62;
  position: absolute;
  top: calc((100% - 1.6rem) / 2);
  left: 0;
}
.mh-detail__head-title {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.14em;
  margin-top: 2.4rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__head-title {
    font-size: 2.4rem;
    margin-top: 1.2rem;
    letter-spacing: 0.14rem;
  }
}
.mh-detail__body {
  margin-top: 4rem;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__body {
    margin-top: 2rem;
  }
}
.mh-detail__content-title {
  background-color: #676666;
  padding: 1.6rem;
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.3913043478;
  font-weight: 700;
  letter-spacing: 0.13rem;
  margin-top: 8rem;
  color: #fff;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__content-title {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin: 5rem -2.4rem 0;
  }
}
.mh-detail__content-box {
  margin-top: 8rem;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__content-box {
    margin-top: 5rem;
  }
}
.mh-detail__content-box * {
  margin-top: 4rem;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__content-box * {
    margin-top: 3rem;
  }
}
.mh-detail__content-box *:first-child {
  margin-top: 0;
}
.mh-detail__content-box h2 {
  background-color: #676666;
  padding: 1.6rem;
  text-align: center;
  font-size: 2.3rem;
  line-height: 1.3913043478;
  font-weight: 700;
  letter-spacing: 0.13rem;
  margin-top: 8rem;
  color: #fff;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__content-box h2 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding-left: 1.4rem;
    margin: 5rem -2.4rem 4rem;
  }
}
.mh-detail__content-box h3 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.06rem;
  padding-left: 2.4rem;
  margin-top: 8rem;
  border-left: 2px solid #b23939;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__content-box h3 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    margin-top: 5rem;
    padding-left: 1.4rem;
    margin-bottom: 4rem;
  }
}
.mh-detail__content-box h3:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f3f2f0;
  position: absolute;
  bottom: -0.9rem;
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__content-box h3:after {
    bottom: -1.4rem;
  }
}
.mh-detail__content-box h4 {
  font-size: 1.8rem;
  line-height: 1.5555555556;
  font-weight: 700;
  letter-spacing: 0.06rem;
  margin-top: 6rem;
}
.mh-detail__content-box p {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 1rem;
  line-height: 2.1428571429;
  letter-spacing: 0.12em;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__content-box p {
    margin-top: 2rem;
  }
}
.mh-detail__content-box ul,
.mh-detail__content-box ol {
  padding-left: 0;
}
.mh-detail__content-box ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding-left: 1.8rem;
  margin-top: 0.8rem;
  position: relative;
}
.mh-detail__content-box ul li:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #b23939;
  border-radius: 200rem;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
.mh-detail__content-box ul li:first-of-type {
  margin-top: 0;
}
.mh-detail__content-box ol li {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding-left: 1.8rem;
  margin-top: 0.8rem;
  position: relative;
}
.mh-detail__content-box ol li:before {
  content: counter(list-item) ".";
  display: block;
  font-size: 1.4rem;
  line-height: 1.6;
  color: #b23939;
  font-weight: 400;
  letter-spacing: 0;
  position: absolute;
  top: 0;
  left: 0;
}
.mh-detail__content-box ol li:first-of-type {
  margin-top: 0;
}
.mh-detail__content-point ol {
  margin-top: 8rem;
  display: flex;
  gap: 1.6rem;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__content-point ol {
    margin-top: 5rem;
    flex-direction: column;
    gap: 3rem;
  }
}
.mh-detail__content-point ol li {
  width: calc((100% - 3.2rem) / 3);
}
@media screen and (max-width: 749.98px) {
  .mh-detail__content-point ol li {
    width: 100%;
  }
}
.mh-detail__content-point ol li figure img {
  aspect-ratio: 3/2;
  -o-object-fit: cover;
     object-fit: cover;
}
.mh-detail__content-point ol li p {
  font-size: 1.4rem;
  line-height: 2.1428571429;
  font-weight: 500;
  letter-spacing: 0.12em;
  margin-top: 2.4rem;
}
.mh-detail__content-layout {
  margin-top: 8rem;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__content-layout {
    margin-top: 5rem;
  }
}
.mh-detail__content-layout figure {
  margin-top: 8rem;
  text-align: center;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__content-layout figure {
    margin-top: 3rem;
  }
}
.mh-detail__content-layout figure img {
  max-width: 87.6rem;
  max-height: 87.6rem;
  -o-object-fit: contain;
     object-fit: contain;
}
.mh-detail__content-access {
  margin-top: 8rem;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__content-access {
    margin-top: 5rem;
  }
}
.mh-detail__content-access .gmap {
  margin-top: 8rem;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__content-access .gmap {
    margin-top: 5rem;
  }
}
.mh-detail__content-access .gmap iframe {
  width: 100%;
  height: 46rem;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__content-access .gmap iframe {
    height: 28rem;
  }
}
.mh-detail__outline {
  background-color: #fdeded;
  padding: 4rem 10rem;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__outline {
    padding: 4rem 2.4rem;
    margin-left: -2.4rem;
    margin-right: -2.4rem;
  }
}
.mh-detail__outline.-bottom {
  margin-top: 8rem;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__outline.-bottom {
    margin-top: 5rem;
  }
}
.mh-detail__outline-inner {
  background-color: #fff;
  padding: 3.8rem 10rem;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__outline-inner {
    padding: 2.4rem 2rem;
  }
}
.mh-detail__outline-title {
  font-size: 2.1rem;
  font-weight: 700;
  line-height: 1.2380952381;
  letter-spacing: 0.08em;
  text-align: center;
  padding-bottom: 2rem;
  margin-bottom: 0.6rem;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__outline-title {
    font-size: 1.8rem;
    letter-spacing: 0.14rem;
    padding-bottom: 1.6rem;
  }
}
.mh-detail__outline-title:before {
  content: "";
  display: block;
  width: 3.4rem;
  height: 2px;
  background-color: #b23939;
  position: absolute;
  bottom: 0;
  left: calc((100% - 3.4rem) / 2);
}
.mh-detail__outline-list {
  display: flex;
  padding: 1.4rem 0;
  border-bottom: 1px solid #bcbcbc;
  margin-bottom: 0;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__outline-list {
    flex-direction: column;
  }
}
.mh-detail__outline-list dt,
.mh-detail__outline-list dd {
  margin-bottom: 0;
}
.mh-detail__outline-list dt {
  width: 9rem;
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__outline-list dt {
    width: 100%;
  }
}
.mh-detail__outline-list dd {
  width: calc(100% - 9rem);
  font-size: 1.4rem;
  line-height: 1.8571428571;
  font-weight: 500;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__outline-list dd {
    width: 100%;
    line-height: 1.4285714286;
  }
}
.mh-detail__outline-list dd .gm-link {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 500;
  padding: 0.2rem 0.8rem;
  border-radius: 0.2rem;
  border: 1px solid #000;
}
.mh-detail__outline-btn {
  margin-top: 2.4rem;
}
.mh-detail__info {
  margin-top: 8rem;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__info {
    margin-top: 5rem;
  }
}
.mh-detail__info h2 {
  font-size: 2rem;
  line-height: 1.5;
  font-weight: 700;
  letter-spacing: 0.06rem;
  padding-left: 2.4rem;
  border-left: 2px solid #b23939;
  position: relative;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__info h2 {
    font-size: 1.8rem;
    line-height: 1.4444444444;
    padding-left: 1.4rem;
    margin-bottom: 4rem;
  }
}
.mh-detail__info h2:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #f3f2f0;
  position: absolute;
  bottom: -0.9rem;
  left: 0;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__info h2:after {
    bottom: -1.4rem;
  }
}
.mh-detail__info p {
  font-size: 1.4rem;
  font-weight: 500;
  margin-top: 3.6rem;
  line-height: 2.1428571429;
  letter-spacing: 0.12em;
}
.mh-detail__info .info-box {
  margin-top: 4rem;
  padding: 3rem;
  background-color: #f3f2f0;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__info .info-box {
    margin-top: 3rem;
    padding: 2.2rem;
  }
}
.mh-detail__info .info-box ul li {
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: 400;
  letter-spacing: 0.06em;
  padding-left: 1.8rem;
  margin-top: 0.8rem;
  position: relative;
}
.mh-detail__info .info-box ul li:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #b23939;
  border-radius: 200rem;
  position: absolute;
  top: 0.8rem;
  left: 0;
}
.mh-detail__info .info-box ul li:first-of-type {
  margin-top: 0;
}
.mh-detail__info .info-btn {
  padding: 8rem 0 0;
}
@media screen and (max-width: 749.98px) {
  .mh-detail__info .info-btn {
    padding: 3rem 0 0;
  }
}
.mh-detail__info .info-btn a {
  margin: 0 auto;
}

.mh-detail__content-box img {
  max-width: 100%;
  width: auto;
}
.mh-detail__content-box .has-black-color {
  color: var(--wp--preset--color--black, #000000) !important;
}
.mh-detail__content-box .has-white-color {
  color: var(--wp--preset--color--white, #ffffff) !important;
}
.mh-detail__content-box .has-cyan-bluish-gray-color {
  color: var(--wp--preset--color--cyan-bluish-gray, #abb8c3) !important;
}
.mh-detail__content-box .has-pale-pink-color {
  color: var(--wp--preset--color--pale-pink, #f78da7) !important;
}
.mh-detail__content-box .has-vivid-red-color {
  color: var(--wp--preset--color--vivid-red, #cf2e2e) !important;
}
.mh-detail__content-box .has-luminous-vivid-orange-color {
  color: var(--wp--preset--color--luminous-vivid-orange, #ff6900) !important;
}
.mh-detail__content-box .has-luminous-vivid-amber-color {
  color: var(--wp--preset--color--luminous-vivid-amber, #fcb900) !important;
}
.mh-detail__content-box .has-light-green-cyan-color {
  color: var(--wp--preset--color--light-green-cyan, #7bdcb5) !important;
}
.mh-detail__content-box .has-vivid-green-cyan-color {
  color: var(--wp--preset--color--vivid-green-cyan, #00d084) !important;
}
.mh-detail__content-box .has-pale-cyan-blue-color {
  color: var(--wp--preset--color--pale-cyan-blue, #8ed1fc) !important;
}
.mh-detail__content-box .has-vivid-cyan-blue-color {
  color: var(--wp--preset--color--vivid-cyan-blue, #0693e3) !important;
}
.mh-detail__content-box .has-vivid-purple-color {
  color: var(--wp--preset--color--vivid-purple, #9b51e0) !important;
}
.mh-detail__content-box .has-black-background-color {
  background-color: var(--wp--preset--color--black, #000000) !important;
}
.mh-detail__content-box .has-white-background-color {
  background-color: var(--wp--preset--color--white, #ffffff) !important;
}
.mh-detail__content-box .has-cyan-bluish-gray-background-color {
  background-color: var(--wp--preset--color--cyan-bluish-gray, #abb8c3) !important;
}
.mh-detail__content-box .has-pale-pink-background-color {
  background-color: var(--wp--preset--color--pale-pink, #f78da7) !important;
}
.mh-detail__content-box .has-vivid-red-background-color {
  background-color: var(--wp--preset--color--vivid-red, #cf2e2e) !important;
}
.mh-detail__content-box .has-luminous-vivid-orange-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-orange, #ff6900) !important;
}
.mh-detail__content-box .has-luminous-vivid-amber-background-color {
  background-color: var(--wp--preset--color--luminous-vivid-amber, #fcb900) !important;
}
.mh-detail__content-box .has-light-green-cyan-background-color {
  background-color: var(--wp--preset--color--light-green-cyan, #7bdcb5) !important;
}
.mh-detail__content-box .has-vivid-green-cyan-background-color {
  background-color: var(--wp--preset--color--vivid-green-cyan, #00d084) !important;
}
.mh-detail__content-box .has-pale-cyan-blue-background-color {
  background-color: var(--wp--preset--color--pale-cyan-blue, #8ed1fc) !important;
}
.mh-detail__content-box .has-vivid-cyan-blue-background-color {
  background-color: var(--wp--preset--color--vivid-cyan-blue, #0693e3) !important;
}
.mh-detail__content-box .has-vivid-purple-background-color {
  background-color: var(--wp--preset--color--vivid-purple, #9b51e0) !important;
}
.mh-detail__content-box .has-small-font-size {
  font-size: var(--wp--preset--font-size--small, 0.875em) !important;
}
.mh-detail__content-box .has-medium-font-size {
  font-size: var(--wp--preset--font-size--medium, 1.25em) !important;
}
.mh-detail__content-box .has-large-font-size {
  font-size: var(--wp--preset--font-size--large, 1.75em) !important;
}
.mh-detail__content-box .has-x-large-font-size {
  font-size: var(--wp--preset--font-size--x-large, 2.25em) !important;
}
.mh-detail__content-box .wp-block-image.is-style-rounded img {
  border-radius: 9999px;
}
.mh-detail__content-box .wp-block-image.is-style-default img {
  border-radius: 0;
}