@charset "UTF-8";
/* フォント設定
=========================================== */
@import url("https://fonts.googleapis.com/css2?family=Mulish:ital,wght@0,200..1000;1,200..1000&family=Noto+Sans+JP:wght@100..900&family=Roboto:wght@400;500;700&display=swap");
/* カラー設定
=========================================== */
* {
  color: #414141;
}

#page-top {
  display: none;
}

/* flex
=========================================== */
.flex-set, #interest_chk .area_flex, #choice1_chk .area_flex, .property_list li dl, .property_list li, .property_list {
  display: -webkit-box;
  display: -ms-box;
  display: -webkit-flexbox;
  display: -moz-flexbox;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: flex;
}

/* index内
=========================================== */
#tokyo_project section .container {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding: 0;
}
@media (min-width: 768px) and (max-width: 1200px) {
  #tokyo_project section .container {
    max-width: 90%;
  }
}
@media (max-width: 767px) {
  #tokyo_project section .container {
    width: 90%;
    max-width: none;
  }
}

#project_lead {
  padding-bottom: 0;
}

#tokyo_project_sec h2 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  #tokyo_project_sec h2 {
    margin-bottom: 40px;
  }
}

.property_list {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.property_list li {
  -webkit-flex-basis: calc((100% - 40px) / 2);
      -ms-flex-preferred-size: calc((100% - 40px) / 2);
          flex-basis: calc((100% - 40px) / 2);
  max-width: calc((100% - 40px) / 2);
  margin-top: 40px;
  border: #dadada 1px solid;
}
@media only screen and (max-width: 767px) {
  .property_list li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-flex-basis: calc((100% - 13px) / 2);
        -ms-flex-preferred-size: calc((100% - 13px) / 2);
            flex-basis: calc((100% - 13px) / 2);
    max-width: calc((100% - 13px) / 2);
    margin-top: 16px;
  }
}
.property_list li:nth-of-type(1), .property_list li:nth-of-type(2) {
  margin-top: 0;
}
.property_list li picture {
  width: 30%;
}
@media only screen and (max-width: 767px) {
  .property_list li picture {
    width: 100%;
  }
}
.property_list li picture img,
.property_list li picture source {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media only screen and (max-width: 767px) {
  .property_list li picture img,
  .property_list li picture source {
    -o-object-fit: fill;
       object-fit: fill;
  }
}
.property_list li dl {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 70%;
  padding: 20px 25px;
}
@media only screen and (max-width: 767px) {
  .property_list li dl {
    width: 100%;
    padding: 10px;
  }
}
.property_list li dl dt {
  font-size: 2rem;
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .property_list li dl dt {
    font-size: 1.4rem;
  }
}
.property_list li dl dd {
  line-height: 1.8;
}
@media only screen and (max-width: 767px) {
  .property_list li dl dd {
    font-size: 1.2rem;
  }
}
.property_list li dl dd.soldout, .property_list li dl dd.sale, .property_list li dl dd.build {
  padding: 8px;
  margin-top: 15px;
  background-color: #f6f6f6;
  font-size: 1.4rem;
  text-align: center;
}
.property_list li dl dd.sale {
  background-color: #1b9e50;
  color: #ffffff;
}
.property_list li dl dd.build {
  background-color: #414141;
  color: #ffffff;
}

/*------------------------
  フォーム説明
------------------------*/
.form_lead {
  margin-bottom: 60px;
}
@media only screen and (max-width: 767px) {
  .form_lead {
    margin-bottom: 40px;
  }
}
.form_lead h2 {
  margin-bottom: 40px;
  font-size: 2.8rem;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form_lead h2 {
    margin-bottom: 30px;
    font-size: 2rem;
  }
}
.form_lead p {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form_lead p {
    text-align: left;
  }
}
.form_lead div.tel {
  padding: 30px 0;
  margin-top: 40px;
  border: #dadada 1px solid;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .form_lead div.tel {
    padding: 20px 0;
  }
}
@media only screen and (max-width: 767px) {
  .form_lead div.tel p {
    text-align: center;
  }
}
.form_lead div.tel img {
  margin: 12px auto;
}

/*------------------------
  フォーム
------------------------*/
#project_form {
  padding: 0 !important;
  margin: 0 10vw 120px;
  background-color: #f6f6f6;
}
@media only screen and (max-width: 767px) {
  #project_form {
    margin: 0 0 60px;
    padding: 0 5vw !important;
  }
}
#project_form .container_form {
  padding: 100px 0;
}
@media only screen and (max-width: 767px) {
  #project_form .container_form {
    padding: 60px 0;
  }
}
#project_form.confirm, #project_form.confirm_thanks {
  margin: 120px 10vw;
}
@media only screen and (max-width: 767px) {
  #project_form.confirm, #project_form.confirm_thanks {
    margin: 60px 0;
  }
}

#formBG {
  width: 100%;
  max-width: 680px;
  margin: auto;
}
@media only screen and (max-width: 767px) {
  #formBG {
    max-width: 100%;
  }
}

.form_note {
  color: #848484;
  font-size: 1.3rem;
}

dl + dl {
  padding-top: 30px;
  margin-top: 30px;
  border-top: #dadada 1px solid;
}

dl.form_block1 dt {
  margin-bottom: 10px;
  font-size: 1.6rem;
}
dl.form_block1 dt span {
  display: inline-block;
  width: 40px;
  padding: 5px 0;
  margin-left: 10px;
  background-color: #1b9e50;
  border-radius: 9999px;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}
dl.form_block1 dt span.any {
  background-color: #848484;
}

.table-form input,
.table-form textarea,
.table-form select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 12px;
  border: #e7e7e7 solid 1px;
  border-radius: 4px;
  background-color: #eeeeee;
  line-height: 1;
  font-size: 1.6rem;
}
.table-form select {
  padding: 10px 12px;
  margin-right: 7px;
}
@media only screen and (max-width: 767px) {
  .table-form select {
    height: 43px;
  }
}
.table-form select + span {
  padding: 0 5px 0 2px;
}
.table-form input[type=text],
.table-form input[type=email],
.table-form textarea {
  width: 100%;
  vertical-align: middle;
}
.table-form input[type=text]#last_name,
.table-form input[type=text]#first_name,
.table-form input[type=text]#furigana1,
.table-form input[type=text]#furigana2,
.table-form input[type=text]#tel,
.table-form input[type=text]#jobs {
  width: 260px;
}
.table-form input[type=text]#zip {
  width: 150px;
}
.table-form input:-ms-input-placeholder {
  font-size: 13px;
}
.table-form input::-webkit-input-placeholder {
  font-size: 13px;
}
.table-form input::-moz-placeholder {
  font-size: 13px;
}
.table-form input::-ms-input-placeholder {
  font-size: 13px;
}
.table-form input::placeholder {
  font-size: 13px;
}
.table-form input[type=text]#tel,
.table-form input[type=text]#mailaddress {
  margin-bottom: 5px;
}
.table-form input[type=text]#last_name,
.table-form input[type=text]#furigana1 {
  margin-right: 12px;
}
.table-form input[type=text]#zip {
  margin: 0 5px;
}
.table-form input[type=text]#address1 {
  margin-bottom: 12px;
}
.table-form textarea#comment {
  height: 160px;
}
@media only screen and (max-width: 767px) {
  .table-form textarea#comment {
    height: 200px;
  }
}
.table-form input[type=checkbox] {
  position: relative;
  width: 18px;
  height: 18px;
  padding: 0;
  border: #dadada 1px solid;
  border-radius: 2px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.table-form input[type=checkbox]:checked:before {
  position: absolute;
  top: 1px;
  left: 5px;
  -webkit-transform: rotate(50deg);
          transform: rotate(50deg);
  width: 4px;
  height: 8px;
  border-right: #414141 2px solid;
  border-bottom: #414141 2px solid;
  content: "";
}
.table-form .checkbox-parts {
  padding-left: 5px;
}

#choice1_chk h4 {
  color: #848484;
  font-size: 1.4rem;
}
#choice1_chk ul + h4 {
  margin-top: 15px;
}
#choice1_chk .area_flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#choice1_chk .area_flex li {
  -webkit-flex-basis: 25%;
      -ms-flex-preferred-size: 25%;
          flex-basis: 25%;
  max-width: 25%;
}
@media only screen and (max-width: 767px) {
  #choice1_chk .area_flex li {
    -webkit-flex-basis: 50%;
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
    max-width: 50%;
  }
}

#interest_chk .area_flex {
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
}
#interest_chk .area_flex li {
  -webkit-flex-basis: 50%;
      -ms-flex-preferred-size: 50%;
          flex-basis: 50%;
  max-width: 50%;
}
@media only screen and (max-width: 767px) {
  #interest_chk .area_flex li {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    max-width: 100%;
  }
}

.agree {
  text-align: center;
  padding: 40px 0;
  margin-top: 40px;
  border-top: #dadada 1px solid;
}
@media only screen and (max-width: 767px) {
  .agree {
    text-align: left;
  }
}
.agree a {
  color: #1b9e50;
}
.agree span:not([class]) {
  display: inline-block;
  width: 40px;
  padding: 5px 0;
  margin-right: 10px;
  background-color: #1b9e50;
  border-radius: 9999px;
  color: #ffffff;
  font-size: 1.1rem;
  line-height: 1;
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .agree span:not([class]) {
    display: block;
    margin-bottom: 15px;
  }
}
.agree input[type=checkbox] {
  margin-right: 5px;
}

.button_wrap,
.submit_wrap {
  text-align: center;
}

.submit_wrap {
  padding-top: 40px;
  margin-top: 40px;
  border-top: #dadada 1px solid;
}

.txt_center {
  text-align: center;
}

#fix_button {
  margin-top: 25px;
  color: #848484;
}

/* thanks内
=========================================== */
.thanks_lead,
.thanks_contact {
  text-align: center;
  margin: 0 60px;
}
@media only screen and (max-width: 767px) {
  .thanks_lead,
  .thanks_contact {
    margin: 0;
  }
}

.thanks_lead {
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .thanks_lead {
    text-align: left;
  }
}
.thanks_lead h2 {
  font-size: 2.8rem;
  line-height: 1.8;
  margin-bottom: 40px;
}
@media only screen and (max-width: 767px) {
  .thanks_lead h2 {
    font-size: 2rem;
  }
}

.thanks_contact {
  margin-bottom: 40px;
}
.thanks_contact h3 {
  font-size: 2rem;
  margin-bottom: 10px;
}
@media only screen and (max-width: 767px) {
  .thanks_contact h3 {
    font-size: 1.6rem;
  }
}

/*------------------------
  残り入力項目数
------------------------*/
.cnt_remaining {
  position: fixed;
  right: 0;
  bottom: 100px;
  padding: 15px 35px;
  background: #414141;
  text-align: center;
  line-height: 1.8;
  z-index: 999;
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
  line-height: 1.6;
}
@media only screen and (max-width: 767px) {
  .cnt_remaining {
    right: auto;
    left: 0;
    bottom: 0;
    font-size: 1.2rem;
    padding: 10px 24px;
  }
}
.cnt_remaining.show {
  opacity: 1;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.cnt_remaining var {
  font-family: "Mulish", sans-serif;
  font-size: 2.8rem;
  padding: 0 5px;
  color: #fff;
  font-style: normal;
}
@media only screen and (max-width: 767px) {
  .cnt_remaining var {
    font-size: 2.4rem;
  }
}

/*------------------------
  エラーメッセージ追加スタイル」
------------------------*/
.formError {
  margin-top: -52px;
  margin-left: 20px;
}
@media only screen and (max-width: 767px) {
  .formError {
    margin-top: -34px;
  }
}
.formError .formErrorMsg span {
  color: #fff;
}

#err_zip {
  margin-left: 0;
}

#err_agree {
  margin-top: -80px;
  margin-left: 110px;
}
@media only screen and (max-width: 767px) {
  #err_agree {
    margin-top: -34px;
  }
}