@charset "utf-8";
/* CSS Document */

.color-brown {
  color: #7f4d1b;
}

.text-center {
  text-align: center;
}

.fz30 {
  font-size: 18px;
  @media screen and (min-width: 768px) {
    font-size: 30px;
  }
}

.fz20 {
  font-size: 15px;
  @media screen and (min-width: 768px) {
    font-size: 20px;
  }
}

.mt1020 {
  margin-top: 10px;
  @media screen and (min-width: 768px) {
    margin-top: 20px;
  }
}
.mt1530 {
  margin-top: 15px;
  @media screen and (min-width: 768px) {
    margin-top: 30px;
  }
}

.br_sp {
  @media screen and (min-width: 768px) {
    display: none;
  }
}

.contact_wrapper {
  width: calc(670% / 7.50);
  margin-left: auto;
  margin-right: auto;
  margin-top: 7em;
  margin-bottom: 50px;

  @media screen and (min-width: 768px) {
    max-width: 1200px;
    margin-top: 10em;
    margin-bottom: 100px;
  }
}
/* contact_wrapper */

.concept__header {
  position: static!important;
  color: #7f4d1b;

  .concept__deco {background-color: #7f4d1b;}
  .concept__en,
  .concept__ja {
    color: #7f4d1b;
  }

}
.contact_message {
  margin-top: 5px;

  @media screen and (min-width: 768px) {
    text-align: center;
    margin-top: 30px;
  }
}


.contact_number {
  display: flex;
  align-items: center;
  justify-content: center;

  border-bottom: 1px solid #7f4d1b;
  padding-bottom: 1.5em;
  margin-top: 45px;

  grid-column-gap: 0.5em;

  @media screen and (min-width: 768px) {
    margin-top: 95px;
  }
}

.number_image {
  width: 50px;
  @media screen and (min-width: 768px) {
    width: 76px;
  }
}

.number {
  line-height: .75;
  font-size: 36px;
  color: #7f4d1b;
  @media screen and (min-width: 768px) {
    font-size: 70px;
    height: 62px;
    padding-left: 0.25em;
  }
}




/* 建売特設FORM*/
.form-special202607 {
  margin-top: 50px;
  background-color: #20391a;
  padding: 45px 0;
  corner-block-start-shape: #fff;

  @media screen and (min-width: 768px) {
    margin-top: 50px;
    padding: 95px 0;
  }

  .form_inner {
    width: calc(670% / 7.50);
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 50px;

    @media screen and (min-width: 768px) {
      max-width: 1000px;
      margin-bottom: 100px;
    }
  }

  .form_header {
    font-size: 18px;
    text-align: center;
    color: #fff;
    border-bottom: 1px solid #fff;
    margin-bottom: 25px;
    padding-bottom: 0.5em;

    @media screen and (min-width: 768px) {
      font-size: 20px;
      margin-bottom: 50px;
    }
  }

  .form-item {
    dt {
      color: #fff;
      display: flex;
      justify-content: space-between;
      align-items: center;
      font-size: 15px;

      @media screen and (min-width: 768px) {
        width: 295px;
        padding-right: 50px;
        font-size: 18px;
      }


    }

    dd {
      color: #fff;

      flex: 1;
      .wpcf7-form-control-wrap {
        display: block;
        width: 100%;
      }

      input[type="text"],
      input[type="email"],
      input[type="tel"],
      textarea
       {
        width: 100%;
        padding: 0 1em;
        font-size: 15px;
        font-family: 'Noto Serif JP', serif;
        &::placeholder {color: #ccc;}

        @media screen and (min-width: 768px) {
          font-size: 18px;
        }
      }
      textarea {padding: 1em;}


       .wpcf7-form-control {
        &.wpcf7-text {
          height: 50px;
        }
       }
    }

    &:not(:first-child){
      margin-top: 15px;
    }

    @media screen and (min-width: 768px) {
      display: flex;
      align-items: center;
      justify-content: flex-start;

      &:not(:first-child){
        margin-top: 20px;
      }
    }
  }

  .wpcf7-previous,
  .wpcf7-submit.confirm {
    display: flex;
    justify-content: center;
    align-items: center;

    margin: auto;
    background-color: transparent;
    color: #fff;
    font-size: 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    width: 200px;
    height: 46px;

    @media screen and (min-width: 768px) {
      margin: auto;
      border-radius: 10px;
      font-size: 16px;
      width: 248px;
      height: 58px;
    }

    &:not(:disabled) {
      cursor: pointer;
    }
  }

  .wpcf7-previous {
    margin-bottom: 2em;
  }
  .wpcf7-spinner {display: none;}

  .privacy_check {
    @media screen and (min-width: 768px) {
      margin-left: 1em;
    }
  }
  /* form-item */

  .form-privacy__check {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;

    margin-top: 15px;
    @media screen and (min-width: 768px) {
      margin-top: 20px;
    }


    input[type="checkbox"] {
      display: none;

      & + .wpcf7-list-item-label {
        cursor: pointer;
        position: relative;
        padding-left: 30px;
        color: #fff;
        font-size: 15px;
        line-height: 1.5;

        @media screen and (min-width: 768px) {
          font-size: 16px;
        }

        &:before {
          content: "";
          position: absolute;
          left: 0;
          top: 0.25em;
          margin: auto;

          width: 20px;
          height: 20px;
          background-color: #fff;
        }

        &:after {
          content: "";
          position: absolute;
          top: 0.25em;
          left: 4px;
          width: 20px;
          height: 10px;
          border-bottom: 3px solid #06b6d4;
          border-left: 3px solid #06b6d4;
          transform: rotate(-45deg);
          opacity: 0;
        }
      }

      &:checked + .wpcf7-list-item-label:after {opacity: 1;}
    }
  }

  .wpcf7-list-item-label {
    display: block;
  }

  .badge-required {
    color: #fff;
    background-color: #e83854;
    font-size: 12px;
    height: 20px;
    width: auto;
    min-width: 46px;
    padding: 0 .5em;
    display: flex;
    align-items: center;
    justify-content: center;

    @media screen and (min-width: 768px) {
      font-size: 14px;
      width: 50px;
    }
  }
  /* badge-required */

  .privacy_scroll_wrapper {
    background-color: #fff;
    color: #000;
    height: 300px;
    overflow-y: scroll;
    margin-top: 25px;

    @media screen and (min-width: 768px) {
      margin-top: 45px;
    }

    .privacy_scroll {
      padding: 1em;
      font-size: 15px;
      line-height: 1.75;
      @media screen and (min-width: 768px) {
        padding: 2em;
        font-size: 16px;
      }
    }
    /* privacy_scroll */

    .privacy_header {
      font-size: 18px;
      text-align: center;
      font-weight: bold;

      @media screen and (min-width: 768px) {
        font-size: 20px;
      }
    }

    .notice {
      margin-top: 1em;
    }

    .privacy__box_head {
      margin-top: 1em;
      padding-bottom: 0.25em;

      font-size: 18px;
      border-bottom: 1px solid #000;
      @media screen and (min-width: 768px) {
        font-size: 20px;
      }
    }
    .privacy__box_text {
      margin-top: 0.5em;
    }

  }
  /* privacy_scroll_wrapper */
}
/* form-special202607 */

/* END 建売特設FORM*/
