html {
  font-size: 10px;
}

.--full {
  width: 100vw;
  margin-left: calc(50% - 50vw);
}

#modelhouse-body {
  background: #F6F4F2;
}

#modelhouse.--new {
  width: 100%;
}
#modelhouse.--new .main-title.--new {
  background: url("../images/new/main-title_bg.png");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  height: 328px;
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title.--new {
    height: auto;
    padding-block: 10%;
  }
}
#modelhouse.--new .main-title__flex {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title__flex {
    flex-direction: column;
    gap: 24px;
  }
}
#modelhouse.--new .main-title__wrap {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex-shrink: 0;
}
#modelhouse.--new .main-title .en {
  display: block;
  color: #5C5C5C;
  font-family: Abel;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1024px) {
  #modelhouse.--new .main-title .en {
    font-size: 32px;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title .en {
    font-size: 24px;
  }
}
#modelhouse.--new .main-title .jp {
  display: block;
  color: #8A7B7F;
  font-family: "Noto Sans JP";
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title .jp {
    font-size: 10px;
  }
}
#modelhouse.--new .main-title .jp::before {
  content: "";
  display: block;
  border-radius: 1px;
  background: #E85471;
  width: 4px;
  height: 4px;
}
#modelhouse.--new .main-title__catch-top {
  margin-bottom: 16px;
  color: #463A3D;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  #modelhouse.--new .main-title__catch-top {
    margin-bottom: 2%;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title__catch-top {
    font-size: 1.4rem;
    text-align: left;
  }
}
#modelhouse.--new .main-title__catch-bottom {
  color: #463A3D;
  text-align: right;
  font-family: "Noto Sans JP";
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.55;
}
@media (max-width: 1024px) {
  #modelhouse.--new .main-title__catch-bottom {
    font-size: 1.4rem;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .main-title__catch-bottom {
    font-size: 1.2rem;
    text-align: left;
  }
}
#modelhouse.--new #panlistid {
  display: block;
  margin: 0;
  padding: 0;
  padding-bottom: 80px;
}
@media (max-width: 1024px) {
  #modelhouse.--new #panlistid {
    padding-bottom: 8%;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new #panlistid {
    padding-bottom: 10%;
  }
}
#modelhouse.--new #panlistid ul {
  color: #A19182;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#modelhouse.--new .system-list {
  all: unset;
}
#modelhouse.--new .system-list__item {
  width: 100%;
  margin: 0;
  padding: 0;
  background: none;
  list-style: none;
  min-height: auto;
  box-shadow: none;
}
#modelhouse.--new .system-list__item a {
  display: flex;
  align-items: center;
  gap: 40px;
}
@media (max-width: 768px) {
  #modelhouse.--new .system-list__item a {
    gap: 24px;
    flex-direction: column;
  }
}
#modelhouse.--new .system-list__item:not(:last-of-type) {
  margin-bottom: 80px;
}
@media (max-width: 768px) {
  #modelhouse.--new .system-list__item:not(:last-of-type) {
    margin-bottom: 16%;
  }
}
#modelhouse.--new .system-list .system-pic {
  margin: 0;
  flex-shrink: 0;
  position: unset;
  max-width: 440px;
  width: 100%;
  height: auto;
  aspect-ratio: 440/293;
  border-radius: 20px;
}
#modelhouse.--new .system-list .system-pic img {
  height: auto;
}
#modelhouse.--new .system-list .system-ttl-01 {
  margin-bottom: 48px;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  #modelhouse.--new .system-list .system-ttl-01 {
    margin-bottom: 4%;
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .system-list .system-ttl-01 {
    margin-inline: 0;
    margin-bottom: 6%;
    font-size: 1.8rem;
  }
}
#modelhouse.--new .system-list .modelhouse-dl {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 10px 16px;
}
@media (max-width: 768px) {
  #modelhouse.--new .system-list .modelhouse-dl {
    width: 100%;
  }
}
#modelhouse.--new .system-list .modelhouse-dl .modelhouse-dt {
  margin: 0;
  display: flex;
  width: 114px;
  height: 30px;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  gap: 10px;
  border-radius: 8px;
  border: 1px solid #D3C8BE;
  background: #FFF;
  color: #463A3D;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1024px) {
  #modelhouse.--new .system-list .modelhouse-dl .modelhouse-dt {
    font-size: 1.2rem;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .system-list .modelhouse-dl .modelhouse-dt {
    width: 25vw;
  }
}
#modelhouse.--new .system-list .modelhouse-dl .modelhouse-dd {
  width: 100%;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
}
@media (max-width: 1024px) {
  #modelhouse.--new .system-list .modelhouse-dl .modelhouse-dd {
    font-size: 1.4rem;
  }
}
#modelhouse.--new {
  /* contents */
}
#modelhouse.--new .system-contents {
  background: none;
}
#modelhouse.--new .single-modelhouse__ttl {
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__ttl {
    padding-bottom: 4%;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__ttl {
    gap: 8px;
    padding-bottom: 6%;
  }
}
#modelhouse.--new .single-modelhouse__ttl-en {
  color: #A19182;
  text-align: center;
  font-family: Abel;
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__ttl-en {
    font-size: 1.4rem;
  }
}
#modelhouse.--new .single-modelhouse__ttl-jp {
  margin: 0;
  color: #463A3D;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 2.4rem;
  font-style: normal;
  font-weight: 700;
  line-height: 1.33;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__ttl-jp {
    font-size: 2rem;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__ttl-jp {
    font-size: 1.8rem;
  }
}
#modelhouse.--new .single-modelhouse__heading {
  margin-bottom: 32px;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__heading {
    margin-bottom: 3%;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__heading {
    margin-bottom: 5%;
  }
}
#modelhouse.--new .single-modelhouse__heading .system-ttl {
  margin: 0;
  padding: 0;
  border: none;
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 2.8rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1.42;
  letter-spacing: 0.05em;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__heading .system-ttl {
    font-size: 2.4rem;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__heading .system-ttl {
    font-size: 2rem;
  }
}
#modelhouse.--new .single-modelhouse__visual {
  margin-bottom: 120px;
  border-radius: 10px;
  aspect-ratio: 960/540;
  overflow: hidden;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__visual {
    margin-bottom: 12%;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__visual {
    margin-bottom: 14%;
  }
}
#modelhouse.--new .single-modelhouse__visual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#modelhouse.--new .single-modelhouse__gallery .slick-list {
  padding: 0;
}
#modelhouse.--new .single-modelhouse__gallery .gallery-wrapper {
  display: flex;
  gap: 32px;
  align-items: flex-start;
  flex-direction: row;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-main {
  flex: 1 1 auto;
  max-width: 794px;
  width: 100%;
  min-width: 0;
}
#modelhouse.--new .single-modelhouse__gallery .slider-item-main {
  aspect-ratio: 794/530;
  overflow: hidden;
}
#modelhouse.--new .single-modelhouse__gallery .slider-item-main img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb {
  flex: 0 0 auto;
  width: 120px;
  height: 530px;
  min-width: 120px;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 6px;
  display: flex;
  flex-direction: column;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb::-webkit-scrollbar {
  width: 6px !important;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb::-webkit-scrollbar-track {
  background: #E4DED9 !important;
  border-radius: 30px !important;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb::-webkit-scrollbar-thumb {
  background: #A19182 !important;
  border-radius: 30px !important;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb::-webkit-scrollbar-thumb:hover {
  background: #A19182 !important;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb .slick-list {
  height: auto;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb .slick-track {
  display: block !important;
  height: auto !important;
}
#modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb .slick-slide {
  width: 100% !important;
  height: auto !important;
  margin: 0 0 10px 0 !important;
}
#modelhouse.--new .single-modelhouse__gallery .slider-item-thumb {
  aspect-ratio: 120/80;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  transition: border-color 0.3s ease, opacity 0.3s ease;
  opacity: 0.5;
  flex-shrink: 0;
}
#modelhouse.--new .single-modelhouse__gallery .slider-item-thumb img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
#modelhouse.--new .single-modelhouse__gallery .slider-item-thumb.is-active {
  opacity: 1;
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__gallery .gallery-wrapper {
    flex-direction: column;
    gap: 20px;
  }
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-main {
    flex: 1 1 auto;
    width: 100%;
  }
  #modelhouse.--new .single-modelhouse__gallery .slider-item-main {
    aspect-ratio: 794/530;
    width: 100%;
    height: auto;
  }
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb {
    flex: 1 1 auto;
    width: 100%;
    height: 100px;
    overflow-x: auto;
    overflow-y: hidden;
    padding-right: 0;
    padding-bottom: 6px;
    flex-direction: row;
  }
}
@media (max-width: 768px) and (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb {
    height: auto;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb::-webkit-scrollbar {
    height: 6px !important;
  }
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb::-webkit-scrollbar-track {
    background: #E4DED9 !important;
    border-radius: 30px !important;
  }
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb::-webkit-scrollbar-thumb {
    background: #A19182 !important;
    border-radius: 30px !important;
  }
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb::-webkit-scrollbar-thumb:hover {
    background: #A19182 !important;
  }
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb .slick-list {
    height: 100%;
  }
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb .slick-track {
    display: flex !important;
    height: 100% !important;
  }
  #modelhouse.--new .single-modelhouse__gallery .slick-modelhouse-thumb .slick-slide {
    width: auto !important;
    height: 100% !important;
    margin: 0 10px 0 0 !important;
    flex-shrink: 0;
  }
  #modelhouse.--new .single-modelhouse__gallery .slider-item-thumb {
    aspect-ratio: 80/60;
    min-width: 80px;
    width: 80px;
  }
}
#modelhouse.--new .single-modelhouse__access {
  padding-block: 120px;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__access {
    padding-block: 12%;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__access {
    padding-block: 14%;
  }
}
#modelhouse.--new .single-modelhouse__access-wrap {
  display: flex;
  gap: 48px;
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__access-wrap {
    flex-direction: column;
    gap: 24px;
  }
}
#modelhouse.--new .single-modelhouse__access-info {
  width: 100%;
}
#modelhouse.--new .single-modelhouse__access-item {
  padding-block: 16px;
  display: flex;
  align-items: center;
  gap: 40px;
  border-bottom: 1px solid #D3C8BE;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__access-item {
    padding-block: 2%;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__access-item {
    padding-block: 4%;
  }
}
#modelhouse.--new .single-modelhouse__access-item:first-of-type {
  border-top: 1px solid #D3C8BE;
}
#modelhouse.--new .single-modelhouse__access-label {
  width: 72px;
  flex-shrink: 0;
  color: #E95471;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#modelhouse.--new .single-modelhouse__access-value {
  color: #463A3D;
  font-family: "Noto Sans JP";
  font-size: 1.4rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.71;
}
#modelhouse.--new .single-modelhouse__access-map {
  flex-shrink: 0;
  max-width: 440px;
  width: 100%;
  aspect-ratio: 440/300;
  border-radius: 10px;
  overflow: hidden;
}
#modelhouse.--new .single-modelhouse__access-map iframe {
  width: 100%;
  height: 100%;
  border: none;
}
#modelhouse.--new .single-modelhouse__contact {
  padding-block: 120px;
  background: url(../images/estate_custom/contact_bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__contact {
    padding-block: 12%;
  }
}
@media (max-width: 768px) {
  #modelhouse.--new .single-modelhouse__contact {
    padding-block: 14%;
  }
}
#modelhouse.--new .single-modelhouse__contact .single-modelhouse__ttl {
  align-items: center;
}
#modelhouse.--new .single-modelhouse__contact .list {
  color: #463A3D;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 2;
  text-align: center;
}
@media (max-width: 1024px) {
  #modelhouse.--new .single-modelhouse__contact .list {
    font-size: 1.4rem;
  }
}
#modelhouse.--new .single-modelhouse__contact .form-Box {
  margin: 0;
  padding: 0;
  background: none;
  width: auto;
}
#modelhouse.--new .single-modelhouse__contact .form-Box input[type=text],
#modelhouse.--new .single-modelhouse__contact .form-Box input[type=email],
#modelhouse.--new .single-modelhouse__contact .form-Box input[type=tel],
#modelhouse.--new .single-modelhouse__contact .form-Box input[type=date],
#modelhouse.--new .single-modelhouse__contact .form-Box input[type=number],
#modelhouse.--new .single-modelhouse__contact .form-Box select,
#modelhouse.--new .single-modelhouse__contact .form-Box textarea {
  font-size: 1.4rem;
}
#modelhouse.--new .single-modelhouse__contact .details {
  width: 100%;
}
#modelhouse.--new .single-modelhouse__contact button {
  display: flex;
  justify-content: center;
  align-items: center;
  max-width: 400px;
  width: 100%;
  height: 56px;
  background: url(../images/estate_custom/contact-btn.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  color: #FFF;
  text-align: center;
  font-family: "Noto Sans JP";
  font-size: 1.6rem;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
}/*# sourceMappingURL=single-modelhouse_new.css.map */