@charset "UTF-8";
main {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  main {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  main {
    font-size: 3.2vw;
  }
}
main h1 {
  font-size: 16px;
}
@media screen and (max-width: 1000px) {
  main h1 {
    font-size: 1.5vw;
  }
}
@media screen and (max-width: 750px) {
  main h1 {
    font-size: 3.2vw;
  }
}
main .mv {
  padding-top: 4.6em;
}
@media screen and (max-width: 1240px) {
  main .mv {
    padding-top: 3.7em;
  }
}
@media screen and (max-width: 750px) {
  main .mv {
    padding-top: 4em;
  }
}

.house-garage-gordon_debut .inter {
  font-family: "Inter", sans-serif;
}
.house-garage-gordon_debut .inner1000 {
  max-width: 62.5em;
  width: 90%;
  margin-inline: auto;
}

.gordon_wrapper {
  background-color: #5d6e5b;
  padding-top: 4em;
}

.about_gordon {
  margin-top: 3em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .about_gordon {
    flex-direction: column;
    margin-top: 1em;
  }
}
.about_gordon_txtBlock {
  width: 36.8%;
}
@media screen and (max-width: 750px) {
  .about_gordon_txtBlock {
    width: 100%;
  }
  .about_gordon_txtBlock_ttl {
    width: 60%;
    margin-inline: auto;
  }
}
.about_gordon_txtBlock_txt {
  font-size: 1.125em;
  color: #fff;
  margin-top: 2em;
  text-align: justify;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .about_gordon_txtBlock_txt {
    font-size: 1em;
  }
}
.about_gordon_imgBlock {
  width: 57.3%;
}
@media screen and (max-width: 750px) {
  .about_gordon_imgBlock {
    width: 80%;
    margin-inline: auto;
    margin-top: 2em;
  }
}

.raijyo_tokuten {
  margin-top: 10em;
  padding-bottom: 30em;
}
@media screen and (max-width: 750px) {
  .raijyo_tokuten {
    margin-top: 5em;
    padding-bottom: 15em;
  }
}
.raijyo_tokuten_inner {
  background-color: #f0ecde;
  padding-block: 2.5em 1.25em;
}
.raijyo_tokuten_ttl {
  width: 16.71875em;
  margin-inline: auto;
}
@media screen and (max-width: 750px) {
  .raijyo_tokuten_ttl {
    width: 70%;
  }
}
.raijyo_tokuten_box {
  width: 90%;
  margin-inline: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.5em;
}
@media screen and (max-width: 750px) {
  .raijyo_tokuten_box {
    flex-direction: column;
    align-items: center;
    gap: 1em;
    margin-top: 2em;
  }
}
.raijyo_tokuten_box .boxBlock {
  width: 49%;
}
@media screen and (max-width: 750px) {
  .raijyo_tokuten_box .boxBlock {
    width: 90%;
    margin-inline: auto;
  }
}
.raijyo_tokuten .note {
  font-size: 0.75em;
  text-align: justify;
  width: 90%;
  margin-inline: auto;
  margin-top: 1.5em;
}

.tokuten_linkArea {
  margin-top: 2em;
}
.tokuten_linkArea a {
  display: block;
  text-align: center;
  background-color: #fff;
  color: #5d6e5b;
  padding: 0.5em 1em;
  transition-duration: 0.3s;
  box-shadow: 0.3em 0.4em 0em rgba(0, 0, 0, 0.8);
}
@media screen and (max-width: 750px) {
  .tokuten_linkArea a {
    padding: 0.9em 0em;
  }
}
.tokuten_linkArea a:hover {
  opacity: 1;
  transform: translate(0.3em, 0.4em);
  box-shadow: none;
  color: #5d6e5b;
}
.tokuten_linkArea_btn {
  display: inline-block;
  font-size: 1.25em;
  font-weight: bold;
  letter-spacing: 0.15em;
  position: relative;
}
.tokuten_linkArea_btn::after {
  content: "";
  position: absolute;
  top: 42%;
  right: -1.6em;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  width: 0.8em;
  height: 0.8em;
  border-left: 0.1em solid #5d6e5b;
  border-bottom: 0.1em solid #5d6e5b;
  border-right: none;
  border-top: none;
  background: none;
  box-sizing: border-box;
  display: inline-block;
  content: "";
  pointer-events: none;
  /* 下向き矢印用の斜め45度回転 */
  transform: translateY(-50%) rotate(-45deg);
  -webkit-transform: translateY(-50%) rotate(-45deg);
  -ms-transform: translateY(-50%) rotate(-45deg);
}

.houseType {
  position: relative;
  color: #fff;
}
.houseType.house01 {
  background-color: #595959;
  padding-bottom: 15em;
}
@media screen and (max-width: 750px) {
  .houseType.house01 {
    padding-bottom: 10em;
  }
}
.houseType.house01 .houseType_inner {
  position: relative;
  top: -18em;
}
@media screen and (max-width: 750px) {
  .houseType.house01 .houseType_inner {
    top: -8em;
  }
}
.houseType.house02 .houseType_inner {
  position: relative;
  top: -18em;
}
@media screen and (max-width: 750px) {
  .houseType.house02 .houseType_inner {
    top: -8em;
  }
}
.houseType .tokuten_linkArea {
  width: 100%;
  margin-top: 4em;
}
.houseType_ttlArea {
  text-align: center;
  margin-top: 3em;
}
.houseType_ttlArea .floorType {
  display: inline-block;
  font-size: 1.125em;
  font-weight: 500;
  padding: 0.5em 1em 0.6em 1em;
  line-height: 1;
  border: 0.0555555556em solid #fff;
}
.houseType_ttlArea .houseType_ttl {
  font-size: 2.1875em;
  letter-spacing: 0.04em;
  font-weight: 900;
  margin-top: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}
.houseType_ttlArea .houseType_txt {
  font-size: 1.125em;
  margin-top: 0.7em;
  line-height: 1.8;
}
@media screen and (max-width: 750px) {
  .houseType_ttlArea .houseType_txt {
    font-size: 1em;
  }
}
.houseType_planArea {
  margin-top: 5em;
  border: 0.0625em solid #fff;
}
.houseType_planArea_ttl {
  display: flex;
  justify-content: center;
  align-items: baseline;
  gap: 1.5em;
  padding-block: 1em;
}
.houseType_planArea_ttl .ttlEn {
  font-size: 1.5625em;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.houseType_planArea_ttl .ttlJp {
  font-size: 1.125em;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.houseType_planArea_m {
  padding-block: 1em !important;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 1.5em;
  border-top: 0.0625em solid #fff;
}
@media screen and (max-width: 750px) {
  .houseType_planArea_m {
    flex-direction: column;
    align-items: center;
    gap: 0.5em;
  }
}
.houseType_planArea_m li {
  font-size: 1em;
  letter-spacing: 0em;
}
.houseType .house01_block {
  margin-top: 5em;
}
.houseType .house01_block_wrap {
  padding-inline: 5%;
  border-bottom: 0.0625em solid #fff;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 4em;
}
.houseType .house01_block_wrap:nth-of-type(n + 2) {
  padding-top: 4em;
}
@media screen and (max-width: 750px) {
  .houseType .house01_block_wrap:nth-of-type(n + 2) {
    padding-top: 2em;
  }
}
@media screen and (max-width: 750px) {
  .houseType .house01_block_wrap {
    padding-inline: 0;
    flex-direction: column;
    padding-bottom: 2em;
  }
}
.houseType .house01_block_wrap_plan {
  width: 28.0181109583%;
}
@media screen and (max-width: 750px) {
  .houseType .house01_block_wrap_plan {
    width: 60%;
    margin-inline: auto 0;
  }
}
.houseType .house01_block_wrap_plan .plan2F {
  width: 92.9959497607%;
}
.houseType .house01_block_wrap_plan .plan1F {
  width: 90.9462831895%;
  margin-left: 5%;
}
.houseType .house01_block_wrap_exArea {
  width: 67.6295277396%;
}
@media screen and (max-width: 750px) {
  .houseType .house01_block_wrap_exArea {
    width: 100%;
    position: relative;
    margin-top: 0;
  }
}
.houseType .house01_block_wrap_exArea {
  margin-top: 1em;
}
.houseType .house01_block_wrap_exArea .exArea_floor {
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  gap: 1em;
}
@media screen and (max-width: 750px) {
  .houseType .house01_block_wrap_exArea .exArea_floor {
    flex-direction: column;
    align-items: flex-start;
    position: absolute;
    top: 5em;
  }
}
.houseType .house01_block_wrap_exArea .exArea_floor .floorNum {
  font-size: 5.625em;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.houseType .house01_block_wrap_exArea .exArea_floor ul {
  margin-bottom: 0.5em;
}
.houseType .house01_block_wrap_exArea .exArea_floor ul li {
  letter-spacing: 0.05em;
}
@media screen and (max-width: 750px) {
  .houseType .house01_block_wrap_exArea .exArea_floor ul li {
    text-indent: -1em;
    padding-left: 1em;
  }
}
.houseType .house01_block_wrap_exArea .exArea_block {
  margin-top: 2em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.houseType .house01_block_wrap_exArea .exArea_block .exArea_block_box {
  width: 48%;
}
.houseType .house01_block_wrap_exArea .exArea_block .exArea_block_box img {
  width: 100%;
  height: auto;
}
.houseType .house01_block_wrap_exArea .exArea_block_box_txt {
  font-size: 1em;
  margin-top: 0.5em;
  line-height: 1.5;
  letter-spacing: 0.05em;
  text-align: justify;
}
@media screen and (max-width: 750px) {
  .houseType .house01_block_wrap_exArea .exArea_block_box_txt {
    font-size: 0.9em;
  }
}
.houseType_planImg {
  max-width: 47.0625em;
  width: 100%;
  margin-inline: auto;
  margin-top: 5em;
}
@media screen and (max-width: 750px) {
  .houseType_planImg {
    width: 70%;
    margin-top: 2.5em;
  }
}
.houseType .house02_block {
  margin-top: 5em;
}
@media screen and (max-width: 750px) {
  .houseType .house02_block {
    margin-top: 2.5em;
  }
}
.houseType .house02_block_wrap {
  padding-inline: 10%;
  padding-block: 3em 4em;
  text-align: center;
  border-top: 0.0625em solid #fff;
}
.houseType .house02_block_wrap:last-of-type {
  border-bottom: 0.0625em solid #fff;
}
@media screen and (max-width: 750px) {
  .houseType .house02_block_wrap {
    padding-block: 1.5em 2em;
    padding-inline: 0;
  }
}
.houseType .house02_block_wrap_ttl {
  font-size: 1.5625em;
  font-weight: 900;
  letter-spacing: 0.05em;
}
.houseType .house02_block_wrap_box {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  margin-top: 2em;
  gap: 1.5em;
}
@media screen and (max-width: 750px) {
  .houseType .house02_block_wrap_box {
    margin-top: 1em;
  }
}
.houseType .house02_block_wrap_box .imgBox {
  width: 48%;
}

.howtoGarage {
  background-color: #f0ecde;
  padding-block: 6em;
  margin-top: -8em;
}
@media screen and (max-width: 750px) {
  .howtoGarage {
    margin-top: 0;
    padding-block: 3em;
  }
}
.howtoGarage_ttl_en {
  text-align: center;
  font-size: 2.1875em;
  font-weight: 900;
  letter-spacing: 0.05em;
  color: #5d6e5b;
}
.howtoGarage_ttl_ja {
  text-align: center;
  font-size: 1.125em;
  color: #5d6e5b;
}
.howtoGarage_box {
  margin-top: 3em;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
@media screen and (max-width: 750px) {
  .howtoGarage_box {
    flex-direction: column;
  }
}
.howtoGarage_box .boxBlock {
  width: 46%;
}
@media screen and (max-width: 750px) {
  .howtoGarage_box .boxBlock {
    width: 100%;
    margin-inline: auto;
  }
  .howtoGarage_box .boxBlock:nth-of-type(n + 2) {
    margin-top: 3em;
  }
}
.howtoGarage_box .boxBlock_ttl {
  font-size: 1.875em;
  font-weight: 900;
  letter-spacing: 0.05em;
  text-align: left;
  color: #5d6e5b;
  margin-top: 0.5em;
}
.howtoGarage_box .boxBlock_txt {
  font-size: 1em;
  margin-top: 0.5em;
  text-align: justify;
}

.noteArea {
  background-color: #fff;
  color: #222222;
  padding-block: 2em;
}
.noteArea_txt {
  font-size: 0.75em;
}

.mh {
  background-color: #fff;
}
.mh_inner {
  max-width: 62.5em;
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
.mh .access {
  max-width: 46.875em;
  width: 100%;
  margin: 0 auto;
  border-radius: 0.625em;
  padding-block: 4em 2em;
}
.mh .constCase_feature_item h3 {
  font-size: 1.375em;
  text-align: center;
}
.mh .constCase_feature_item p {
  font-size: 1.125em;
  margin-top: 1em;
  text-align: center;
}
.mh .access_map {
  width: 90%;
  margin: 2em auto 0;
}

.contact {
  background-color: #fff;
}

.contact__txt01 {
  width: 100%;
  background-color: #222222;
  color: #fff;
  font-size: 1.5em;
  font-weight: bold;
  padding: 0.5em 0;
}

.contact__table .checkbox01:nth-of-type(n + 2) {
  margin-top: 0.7em;
}

@media only screen and (max-width: 900px) {
  .contact .sp-txt-center {
    text-align: left;
  }
}
.sp-none {
  display: block;
}
@media screen and (max-width: 750px) {
  .sp-none {
    display: none;
  }
}

.sp-block {
  display: none;
}
@media screen and (max-width: 750px) {
  .sp-block {
    display: block;
  }
}/*# sourceMappingURL=style.css.map */