:root {
  --color-red: #db0000;
  --color-pink: #f5a9a9;
  --color-blue: #1c4896;
  --color-text: #333;
  --color-bg: #f2f2f2;
  --color-border: #ddd;
  --color-button-border: #dadada;
  --color-disabled: #ccc;
  --color-disabled-border: #f1f1f1;
  --color-red--75: #db000075;
}
#main section.kv {
  background-image: url(../media/images/model_house/kv_bg.jpg);
}
#main section.lead {
  padding: 64px 10% 68px;
}
@media screen and (max-width: 767px) {
  #main section.lead {
    padding: 29px 15px 30px;
  }
}
#main section.lead h3 {
  margin: 0;
  text-align: center;
  color: #000;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 26px;
  line-height: 1.8076923077;
  letter-spacing: 0.06em;
}
@media screen and (max-width: 767px) {
  #main section.lead h3 {
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 18px;
    line-height: 1.7777777778;
  }
}
#main section.lead p {
  margin: 56px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 2.2222222222;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main section.lead p {
    margin-top: 21px;
    font-family: "Noto Serif JP", serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
#main section.pref + section.pref {
  margin-top: 73px;
}
@media screen and (max-width: 767px) {
  #main section.pref + section.pref {
    margin-top: 29px;
  }
}
#main section.pref h3 {
  margin: 0 0 0 -6px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4333333333;
  letter-spacing: 0.08em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main section.pref h3 {
    margin-left: 0;
    font-size: 22px;
    padding-left: 65px;
  }
}
#main section.pref h3::before {
  content: "";
  display: block;
  background: url(../media/images/model_house/caption-stripe.svg) center / cover;
  position: absolute;
  height: 25px;
  top: 9px;
  right: calc(100% + 37px);
  width: calc(50vw - 543px);
  max-width: 300px;
}
@media screen and (max-width: 767px) {
  #main section.pref h3::before {
    top: 5px;
    left: 0;
    right: auto;
    width: 50px;
    height: 20px;
  }
}
#main section.pref ul.model_house_list {
  list-style: none;
  margin: 70px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  justify-items: stretch;
  gap: 77px 80px;
}
@media screen and (max-width: 767px) {
  #main section.pref ul.model_house_list {
    margin-top: 28px;
    padding: 0 20px;
    grid-template-columns: 1fr;
    gap: 30px;
  }
}
#main section.pref ul.model_house_list li a {
  display: block;
  color: inherit;
  text-decoration: none;
}
#main section.pref ul.model_house_list li .thumb {
  position: relative;
}
#main section.pref ul.model_house_list li .thumb img {
  vertical-align: top;
  width: 100%;
}
#main section.pref ul.model_house_list li .thumb::after {
  content: "";
  display: block;
  background-color: var(--color-red);
  position: absolute;
  left: 0;
  top: 100%;
  width: 50px;
  height: 5px;
}
#main section.pref ul.model_house_list li h4 {
  margin: 25px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main section.pref ul.model_house_list li h4 {
    margin-top: 19px;
    font-size: 18px;
  }
}
#main section.pref ul.model_house_list li h5 {
  margin: 23px 0 0;
  min-height: 60px;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.6666666667;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main section.pref ul.model_house_list li h5 {
    margin-top: 8px;
    min-height: 50px;
    font-size: 14px;
    line-height: 1.7857142857;
    letter-spacing: 0.09em;
  }
}
#main section.pref ul.model_house_list li .access {
  margin-top: 23px;
}
@media screen and (max-width: 767px) {
  #main section.pref ul.model_house_list li .access {
    margin-top: 14px;
  }
}
#main section.pref ul.model_house_list li .access h6 {
  margin: 0 0 6px;
  color: #b3b3b3;
  font-size: 18px;
  line-height: 1;
  font-weight: 400;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main section.pref ul.model_house_list li .access h6 {
    font-size: 13px;
  }
}
#main section.pref ul.model_house_list li .access p {
  margin: 3px 0 0;
  font-size: 18px;
  line-height: 1.3888888889;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main section.pref ul.model_house_list li .access p {
    margin-top: 0;
    font-size: 13px;
    line-height: 1.7692307692;
  }
}
#main section.pref ul.model_house_list li:not(:has(> a)) {
  display: flex;
  flex-flow: column wrap;
}
@media screen and (max-width: 767px) {
  #main section.pref ul.model_house_list li:not(:has(> a)) {
    display: block;
  }
}
#main section.pref ul.model_house_list li:not(:has(> a)) .access {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  #main section.pref ul.model_house_list li:not(:has(> a)) .access {
    margin-bottom: 20px;
  }
}
#main section.pref ul.model_house_list:has(.model_house_detail_link) {
  align-items: stretch;
}
#main section.pref .model_house_detail_link {
  display: table;
  margin: auto auto 0;
  padding: 0;
  list-style: none;
  max-width: 300px;
}
#main section.pref .model_house_detail_link > li + li {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #main section.pref .model_house_detail_link > li + li {
    margin-top: 10px;
  }
}
#main section.pref .model_house_detail_link > li.button_main a {
  --border-color: var(--color-red);
  --bg-color: var(--color-red);
  --text-color: #fff;
  --hover-bg-color: #fff;
  --hover-text-color: var(--color-red);
  --arrow-image: url(../media/images/templete/arrow-white.svg);
  --hover-arrow-image: url(../media/images/templete/arrow-red.svg);
  display: block;
  width: 285px;
  height: 60px;
  padding: 14px 10px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  background-color: var(--bg-color);
  background-image: var(--arrow-image);
  background-repeat: no-repeat;
  background-position: right 30px center;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in, color 0.3s ease-in;
  /*&[target=_blank] {
	background-image: var(--arrow-image);
	background-repeat: no-repeat;
	background-position: right 30px center;

	&:hover {
	background-image: var(--hover-arrow-image);
	background-position: right 20px center;
}
}*/
}
@media screen and (max-width: 767px) {
  #main section.pref .model_house_detail_link > li.button_main a {
    width: 200px;
    height: 45px;
    padding: 8.5px 10px;
    font-size: 13px;
    background-size: 11px;
    background-position: right 20px center;
  }
}
#main section.pref .model_house_detail_link > li.button_main a:hover {
  opacity: 1;
  background-color: var(--hover-bg-color);
  background-image: var(--hover-arrow-image);
  background-position: right 20px center;
  color: var(--hover-text-color);
}
@media screen and (max-width: 767px) {
  #main section.pref .model_house_detail_link > li.button_main a:hover {
    background-position: right 15px center;
  }
}
#main section.pref .model_house_detail_link > li:not(.button_main) a {
  --border-color: var(--color-red);
  --bg-color: var(--color-red);
  --text-color: #fff;
  --hover-bg-color: #fff;
  --hover-text-color: var(--color-red);
  --arrow-image: url(../media/images/templete/arrow-white.svg);
  --hover-arrow-image: url(../media/images/templete/arrow-red.svg);
  display: block;
  width: 285px;
  height: 60px;
  padding: 14px 10px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  background-color: var(--bg-color);
  background-image: var(--arrow-image);
  background-repeat: no-repeat;
  background-position: right 30px center;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in, color 0.3s ease-in;
  /*&[target=_blank] {
	background-image: var(--arrow-image);
	background-repeat: no-repeat;
	background-position: right 30px center;

	&:hover {
	background-image: var(--hover-arrow-image);
	background-position: right 20px center;
}
}*/
  --border-color: var(--color-red);
  --bg-color: #fff;
  --text-color: var(--color-red);
  --hover-bg-color: var(--color-red);
  --hover-text-color: #fff;
  --arrow-image: url(../media/images/templete/arrow-red.svg);
  --hover-arrow-image: url(../media/images/templete/arrow-white.svg);
}
@media screen and (max-width: 767px) {
  #main section.pref .model_house_detail_link > li:not(.button_main) a {
    width: 200px;
    height: 45px;
    padding: 8.5px 10px;
    font-size: 13px;
    background-size: 11px;
    background-position: right 20px center;
  }
}
#main section.pref .model_house_detail_link > li:not(.button_main) a:hover {
  opacity: 1;
  background-color: var(--hover-bg-color);
  background-image: var(--hover-arrow-image);
  background-position: right 20px center;
  color: var(--hover-text-color);
}
@media screen and (max-width: 767px) {
  #main section.pref .model_house_detail_link > li:not(.button_main) a:hover {
    background-position: right 15px center;
  }
}
#main section.map {
  margin-top: 77px;
}
@media screen and (max-width: 767px) {
  #main section.map {
    margin-top: 41px;
  }
}
#main section.map iframe {
  display: block;
  width: 100%;
  height: 450px;
  border: none;
}
@media screen and (max-width: 767px) {
  #main section.map iframe {
    height: auto;
    aspect-ratio: 1.5;
  }
}
#main section.detail_caption {
  padding-top: 40px;
}
@media screen and (max-width: 767px) {
  #main section.detail_caption {
    padding-top: 1px;
  }
}
#main section.detail_caption h2 {
  margin: 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}
@media screen and (max-width: 767px) {
  #main section.detail_caption h2 {
    font-size: 25px;
  }
}
#main section.detail_caption .subtitle {
  width: 140px;
  margin: 13px auto 0;
  background-color: var(--color-bg);
  padding: 8px 10px 6px;
  text-align: center;
  color: var(--color-pink);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: capitalize;
}
@media screen and (max-width: 767px) {
  #main section.detail_caption .subtitle {
    margin-top: 10px;
    width: 110px;
    font-size: 11px;
  }
}
#main section.model_house_kv {
  margin: 68px 0 70px;
}
@media screen and (max-width: 767px) {
  #main section.model_house_kv {
    margin: 25px 0 30px;
  }
}
#main section.model_house_kv h3 {
  margin: 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}
@media screen and (max-width: 767px) {
  #main section.model_house_kv h3 {
    font-size: 25px;
  }
}
#main section.model_house_kv .pic {
  margin: 18px 0 30px;
  padding: 20px 0;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main section.model_house_kv .pic {
    margin-bottom: 25px;
    padding: 10px 20px;
  }
}
#main section.model_house_kv .pic::before, #main section.model_house_kv .pic::after {
  content: "";
  background-color: var(--color-red);
  position: absolute;
  z-index: -1;
  left: calc(50% - 25px);
  width: 50px;
  height: 20px;
}
@media screen and (max-width: 767px) {
  #main section.model_house_kv .pic::before, #main section.model_house_kv .pic::after {
    height: 10px;
  }
}
#main section.model_house_kv .pic::before {
  top: 0;
}
#main section.model_house_kv .pic::after {
  bottom: 0;
}
#main section.model_house_kv .pic img {
  width: 100%;
  vertical-align: top;
}
#main section.model_house_kv p {
  margin: 0;
  text-align: center;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  line-height: 1.1111111111;
  font-weight: 600;
  letter-spacing: 0.1em;
  padding-left: 0.1em;
}
@media screen and (max-width: 767px) {
  #main section.model_house_kv p {
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
#main section.model_list {
  background: url(../media/images/model_house/bg_dots.png) repeat top / 1488px;
  padding-bottom: 19.5px;
}
@media screen and (max-width: 767px) {
  #main section.model_list {
    padding: 0 20px 6.5px;
  }
}
#main section.model_list h3 {
  margin: 0 0 68px;
  padding-top: 57px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 27px;
}
@media screen and (max-width: 767px) {
  #main section.model_list h3 {
    padding-top: 28px;
    margin-bottom: 19px;
    font-size: 18px;
  }
}
#main section.model_list h3::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 30px;
  background-color: var(--color-red);
  vertical-align: -3px;
  margin-right: 21px;
}
@media screen and (max-width: 767px) {
  #main section.model_list h3::before {
    height: 23px;
    vertical-align: -3px;
    margin-right: 10px;
  }
}
#main section.model_list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#main section.model_list ul:first-child {
  padding-top: 91px;
}
@media screen and (max-width: 767px) {
  #main section.model_list ul:first-child {
    padding-top: 41px;
  }
}
#main section.model_list ul li {
  padding-bottom: 49.5px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 50px;
}
@media screen and (max-width: 767px) {
  #main section.model_list ul li {
    padding-bottom: 39px;
    flex-direction: column;
    align-items: stretch;
    gap: 21px;
  }
}
#main section.model_list ul li + li {
  border-top: 1px solid #e5e5e5;
  padding-top: 49.5px;
}
@media screen and (max-width: 767px) {
  #main section.model_list ul li + li {
    padding-top: 39px;
  }
}
#main section.model_list ul li .thumb {
  flex: 1 1 400px;
}
@media screen and (max-width: 767px) {
  #main section.model_list ul li .thumb {
    flex-basis: auto;
  }
}
#main section.model_list ul li .thumb img {
  width: 100%;
  vertical-align: top;
}
#main section.model_list ul li .text {
  flex: 1 1 550px;
}
@media screen and (max-width: 767px) {
  #main section.model_list ul li .text {
    flex-basis: auto;
  }
}
#main section.model_list ul li .text h4 {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 25px;
  line-height: 1.4;
  color: #000;
}
@media screen and (max-width: 767px) {
  #main section.model_list ul li .text h4 {
    font-size: 20px;
  }
}
#main section.model_list ul li .text p {
  margin: 39px 0 0;
  font-size: 18px;
  line-height: 2.0555555556;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main section.model_list ul li .text p {
    margin-top: 15px;
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
#main section.model_list ul li .text .button {
  margin-top: 48px;
}
@media screen and (max-width: 767px) {
  #main section.model_list ul li .text .button {
    margin-top: 20px;
  }
}
#main section.model_list ul li .text .button a {
  --border-color: var(--color-red);
  --bg-color: var(--color-red);
  --text-color: #fff;
  --hover-bg-color: #fff;
  --hover-text-color: var(--color-red);
  --arrow-image: url(../media/images/templete/arrow-white.svg);
  --hover-arrow-image: url(../media/images/templete/arrow-red.svg);
  display: block;
  width: 285px;
  height: 60px;
  padding: 14px 10px;
  border-radius: 30px;
  border: 1px solid var(--border-color);
  background-color: var(--bg-color);
  background-image: var(--arrow-image);
  background-repeat: no-repeat;
  background-position: right 30px center;
  color: var(--text-color);
  font-size: 16px;
  line-height: 1.875;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  transition: background 0.3s ease-in, color 0.3s ease-in;
  /*&[target=_blank] {
	background-image: var(--arrow-image);
	background-repeat: no-repeat;
	background-position: right 30px center;

	&:hover {
	background-image: var(--hover-arrow-image);
	background-position: right 20px center;
}
}*/
  --border-color: var(--color-button-border);
  --bg-color: #fff;
  --text-color: var(--color-text);
  --hover-bg-color: var(--color-button-border);
  --hover-text-color: var(--color-text);
  --arrow-image: url(../media/images/templete/arrow-gray.svg);
  --hover-arrow-image: url(../media/images/templete/arrow-white.svg);
  margin-left: auto;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  #main section.model_list ul li .text .button a {
    width: 200px;
    height: 45px;
    padding: 8.5px 10px;
    font-size: 13px;
    background-size: 11px;
    background-position: right 20px center;
  }
}
#main section.model_list ul li .text .button a:hover {
  opacity: 1;
  background-color: var(--hover-bg-color);
  background-image: var(--hover-arrow-image);
  background-position: right 20px center;
  color: var(--hover-text-color);
}
@media screen and (max-width: 767px) {
  #main section.model_list ul li .text .button a:hover {
    background-position: right 15px center;
  }
}
@media screen and (max-width: 767px) {
  #main section.model_list ul li .text .button a {
    margin-right: auto;
  }
}
#main section.info {
  padding: 83px 0 69px;
}
@media screen and (max-width: 767px) {
  #main section.info {
    padding: 50px 20px 29px;
  }
}
#main section.info dl.detail {
  margin: 0;
  display: grid;
  grid-template-columns: 140px 1fr;
  justify-items: stretch;
  align-items: baseline;
  gap: 15px 20px;
}
@media screen and (max-width: 767px) {
  #main section.info dl.detail {
    grid-template-columns: 100px 1fr;
    align-items: start;
    gap: 10px;
  }
}
#main section.info dl.detail dt {
  margin-top: 3px;
  background-color: var(--color-bg);
  padding: 8px 0 6px;
  text-align: center;
  color: var(--color-red);
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 16px;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  #main section.info dl.detail dt {
    margin-top: 0;
    padding-bottom: 8px;
    font-size: 14px;
  }
}
#main section.info dl.detail dd {
  margin: 0;
  font-size: 18px;
  line-height: 1.9444444444;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main section.info dl.detail dd {
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
#main section.info ul.other_places {
  margin: 77px 0 0;
  padding: 80px 20% 80px 0;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  gap: 19px 29px;
}
@media screen and (max-width: 767px) {
  #main section.info ul.other_places {
    margin-top: 30px;
    padding: 27px 0 27.625px;
    gap: 10.625px 19px;
  }
}
#main section.info ul.other_places li {
  flex: 0 0 auto;
}
@media screen and (max-width: 767px) {
  #main section.info ul.other_places li {
    font-size: 13px;
  }
}
#main section.info ul.other_places li a {
  display: block;
  color: inherit;
  text-decoration: none;
  letter-spacing: 0.1em;
}
#main section.info ul.other_places li a::before {
  content: "";
  display: inline-block;
  width: 25px;
  aspect-ratio: 0.9615384615;
  background: url(../media/images/templete/arrow_circle-pink.svg) no-repeat center / contain;
  vertical-align: -6px;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  #main section.info ul.other_places li a::before {
    width: 20px;
  }
}
#main section.reserve_form {
  padding-bottom: 65px;
}
@media screen and (max-width: 767px) {
  #main section.reserve_form {
    padding-bottom: 0;
  }
}
#main section.reserve_form h3 {
  margin: 0 0 0 -4px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4333333333;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main section.reserve_form h3 {
    margin-left: 0;
    font-size: 22px;
    letter-spacing: 0.08em;
    padding-left: 65px;
  }
}
#main section.reserve_form h3::before {
  content: "";
  display: block;
  background: var(--color-red);
  position: absolute;
  height: 25px;
  top: 9px;
  right: calc(100% + 39px);
  width: calc(50vw - 543px);
}
@media screen and (max-width: 767px) {
  #main section.reserve_form h3::before {
    top: 5px;
    left: 0;
    right: auto;
    width: 50px;
    height: 20px;
  }
}
#main section.reserve_form form.mailform {
  margin-top: 36px;
  padding: 0 150px;
}
@media screen and (max-width: 767px) {
  #main section.reserve_form form.mailform {
    padding: 0 20px;
  }
}
#main section.reserve_form form.mailform span.required {
  background: none;
  padding: 0;
  border-radius: 0;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: #f00;
}
#main section.reserve_form form.mailform .alert {
  display: none;
}
#main section.reserve_form form.mailform fieldset {
  margin: 0;
  padding: 0;
}
#main section.reserve_form form.mailform fieldset .input-form {
  border-top: none;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  align-items: start;
  justify-items: stretch;
  gap: 23px 60px;
}
@media screen and (max-width: 767px) {
  #main section.reserve_form form.mailform fieldset .input-form {
    grid-template-columns: 1fr;
    gap: 15px;
    font-size: 13px;
    line-height: 1.3846153846;
  }
}
#main section.reserve_form form.mailform fieldset .input-form .form-group {
  display: block;
  grid-column-start: span 2;
  padding: 0;
  border-bottom: none;
}
@media screen and (max-width: 767px) {
  #main section.reserve_form form.mailform fieldset .input-form .form-group {
    grid-column-start: span 1;
  }
}
#main section.reserve_form form.mailform fieldset .input-form .form-group.name1, #main section.reserve_form form.mailform fieldset .input-form .form-group.name2, #main section.reserve_form form.mailform fieldset .input-form .form-group.kana1, #main section.reserve_form form.mailform fieldset .input-form .form-group.kana2 {
  grid-column-start: span 1;
}
#main section.reserve_form form.mailform fieldset .input-form .form-group label.control-label {
  margin-right: 0;
  display: block;
}
#main section.reserve_form form.mailform fieldset .input-form .form-group label.control-label span.title {
  font-weight: inherit;
}
#main section.reserve_form form.mailform fieldset .input-form .form-group label.control-label span.icon {
  margin-left: 2px;
  display: inline-block;
}
#main section.reserve_form form.mailform fieldset .input-form .form-group .controls {
  margin-top: 2px;
}
#main section.reserve_form form.mailform fieldset .input-form .form-group .controls input, #main section.reserve_form form.mailform fieldset .input-form .form-group .controls textarea {
  width: 100%;
  background-color: #f5f5f5;
  border: none;
  padding: 10px 20px 11px;
  border-radius: 0;
  line-height: 1.5;
}
#main section.reserve_form form.mailform fieldset .input-form .form-group .controls input.tel1, #main section.reserve_form form.mailform fieldset .input-form .form-group .controls input.tel2, #main section.reserve_form form.mailform fieldset .input-form .form-group .controls input.tel3 {
  width: 6em;
}
#main section.reserve_form form.mailform fieldset .input-form .form-group .controls select {
  margin-top: 5px;
  padding: 8px 11px 9px;
  border-radius: 5px;
  line-height: 1.5;
}
#main section.reserve_form form.mailform fieldset .input-form .form-group .controls .example {
  margin: 15px 0 0;
  color: inherit;
  font-size: 16px;
  line-height: 1.6875;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main section.reserve_form form.mailform fieldset .input-form .form-group .controls .example {
    font-size: 13px;
    line-height: 1.3846153846;
  }
}
#main section.reserve_form form.mailform fieldset .input-form .form-group .controls label.radio {
  float: none;
  display: inline-block;
  width: auto;
  font-size: inherit;
  margin-right: 10px;
}
#main section.reserve_form form.mailform fieldset .input-form .form-group .controls label.radio input[type=radio] {
  width: auto;
  margin-right: 7px;
}
#main section.reserve_form form.mailform fieldset .submit input {
  width: 285px;
  border: 1px solid var(--color-disabled-border);
  background-color: #fff;
  border-radius: 30px;
  padding: 14px 10px;
  text-align: center;
  color: var(--color-text);
  line-height: inherit;
}
@media screen and (max-width: 767px) {
  #main section.reserve_form form.mailform fieldset .submit input {
    width: 200px;
    padding: 11px 0 7.64px;
    background-size: 12px;
    background-position: right 21px center;
    font-size: 13px;
  }
}
#main section.reserve_form form.mailform fieldset .submit input:disabled {
  border-color: var(--color-disabled);
  background-color: var(--color-disabled);
  background-image: none;
  color: #fff;
}
#main section.model_lead {
  margin-top: 70px;
}
@media screen and (max-width: 767px) {
  #main section.model_lead {
    margin-top: 30px;
  }
}
#main section.model_lead h2 {
  margin: 0 0 0 -4px;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 30px;
  line-height: 1.4333333333;
  letter-spacing: 0.1em;
  position: relative;
}
@media screen and (max-width: 767px) {
  #main section.model_lead h2 {
    margin-left: 0;
    font-size: 22px;
    letter-spacing: 0.08em;
    padding-left: 65px;
  }
}
#main section.model_lead h2::before {
  content: "";
  display: block;
  background: var(--color-red);
  position: absolute;
  height: 25px;
  top: 9px;
  right: calc(100% + 39px);
  width: calc(50vw - 543px);
}
@media screen and (max-width: 767px) {
  #main section.model_lead h2::before {
    top: 5px;
    left: 0;
    right: auto;
    width: 50px;
    height: 20px;
  }
}
#main section.model_lead p {
  margin: 40px 0 0;
  font-family: "Noto Serif JP", serif;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main section.model_lead p {
    margin: 28px 20px 0;
    font-size: 14px;
    line-height: 1.5714285714;
  }
}
#main section.gallery {
  margin: 62px 0 70px;
}
@media screen and (max-width: 767px) {
  #main section.gallery {
    margin: 22px 0 30px;
    padding: 0 20px;
  }
}
#main section.gallery h3 {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 25px;
}
@media screen and (max-width: 767px) {
  #main section.gallery h3 {
    font-size: 18px;
  }
}
#main section.gallery h3::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 30px;
  background-color: var(--color-red);
  vertical-align: -4px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #main section.gallery h3::before {
    height: 23px;
    vertical-align: -3px;
    margin-right: 10px;
  }
}
#main section.gallery .gallery-main {
  margin-top: 43px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main section.gallery .gallery-main {
    margin-top: 21px;
  }
}
#main section.gallery .gallery-main img {
  max-width: 100%;
  aspect-ratio: 1.4285714286;
  object-fit: cover;
  vertical-align: top;
}
#main section.gallery ul {
  list-style: none;
  margin: 30px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  align-items: stretch;
  justify-items: stretch;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  #main section.gallery ul {
    margin-top: 9px;
    grid-template-columns: repeat(3, 1fr);
    gap: 4px;
  }
}
#main section.gallery ul li {
  cursor: pointer;
}
#main section.gallery ul li img {
  vertical-align: top;
  aspect-ratio: 1.4;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#main section.layout {
  margin: 70px 0 75px;
  padding: 80px 0 70.63px;
  background: url(../media/images/model_house/bg_dots.png) repeat top / 1488px;
}
@media screen and (max-width: 767px) {
  #main section.layout {
    margin: 30px 0 30px;
    padding: 29px 20px 43px;
  }
}
#main section.layout h3 {
  margin: 0;
  font-family: "Noto Serif JP", serif;
  font-weight: 500;
  font-size: 25px;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main section.layout h3 {
    font-size: 18px;
    letter-spacing: 0;
  }
}
#main section.layout h3::before {
  content: "";
  display: inline-block;
  width: 3px;
  height: 30px;
  background-color: var(--color-red);
  vertical-align: -4px;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  #main section.layout h3::before {
    height: 23px;
    vertical-align: -3px;
    margin-right: 10px;
  }
}
#main section.layout p {
  margin: 34px 0 0;
  padding: 0 20px;
  white-space: pre-wrap;
  font-size: 18px;
  line-height: 2.1111111111;
  letter-spacing: 0.1em;
}
@media screen and (max-width: 767px) {
  #main section.layout p {
    margin-top: 19px;
    padding: 0;
    font-size: 14px;
    line-height: 1.7857142857;
  }
}
#main section.layout .pic {
  margin-top: 40px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #main section.layout .pic {
    margin-top: 15px;
  }
}
#main section.layout .pic img {
  max-width: 100%;
  vertical-align: top;
}
/*# sourceMappingURL=./model_house.css.map */