@charset "utf-8";
/*------------------------------------*\
    お問い合わせ
\*------------------------------------*/
.input,
.textarea,
.select,
.select option {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input,
.textarea,
.select {
  width: 100%;
  line-height: normal;
  margin: 0;
  padding: 0 1rem;
  border-radius: 10px;
  background-color: #fff;
  border: 1px solid #fff;
  color: #333;
  font-family: inherit;
  font-size: 1.6rem;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  outline: 0;
}
.input {
  height: 3.5em;
  line-height: 1;
  vertical-align: middle;
}
.input.p-postal-code {
  width: 10em;
}
.textarea {
  height: auto;
  min-height: 100px;
  padding-top: 0.8rem;
  padding-bottom: 0.8rem;
  line-height: 1.4;
  vertical-align: top;
}
.select {
  display: block;
  height: 3.5em;
  padding: 0 24px 0 1rem;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA5IDIxIiB3aWR0aD0iOSIgaGVpZ2h0PSIyMSI+PHBvbHlnb24gcG9pbnRzPSI0LjUgLjIxIC4zNSA3LjQgOC42NSA3LjQgNC41IC4yMSIgZmlsbD0iIzlmYTBhMCIvPjxwb2x5Z29uIHBvaW50cz0iNC41IDIwLjc5IDguNjUgMTMuNiAuMzUgMTMuNiA0LjUgMjAuNzkiIGZpbGw9IiM5ZmEwYTAiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: right 0.8rem center;
  text-overflow: "";
}
::-webkit-input-placeholder {
  color: #b2b5b5;
  opacity: 1;
  font-weight: normal;
}
::-moz-placeholder {
  color: #b2b5b5;
  opacity: 1;
  font-weight: normal;
}
:-ms-input-placeholder {
  color: #b2b5b5;
  opacity: 1;
  font-weight: normal;
}
::-ms-input-placeholder {
  color: #b2b5b5;
  opacity: 1;
  font-weight: normal;
}
::placeholder {
  color: #b2b5b5;
  opacity: 1;
  font-weight: normal;
}
.form-input-group .input {
    width: auto;
  }
.form-input-group__text {
  margin: 0.5em;
}
.form-input-group__text::first-child {
  margin-left: 0;
}
.checkbox {
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 1;
  margin: 0.8rem 0;
  cursor: pointer
}
.checkbox input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
  }
.checkbox .checkbox__icon {
    display: inline-block;
    position: relative;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.2em;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #999;
    color: transparent;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    vertical-align: -0.1em;
  }
.checkbox .checkbox__label {
    font-weight: bold;
  }
.checkbox input:checked + .checkbox__icon {
    border-color: #00d2f0;
    background-color: #00d2f0;
  }
.radio {
  display: inline-block;
  position: relative;
  z-index: 0;
  line-height: 1;
  margin: 0.8rem 0;
  cursor: pointer
}
.radio input {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    clip: rect(1px, 1px, 1px, 1px);
    width: 1px;
    height: 1px;
  }
.radio .radio__icon {
    display: inline-block;
    position: relative;
    width: 24px;
    height: 24px;
    margin-right: 0.2em;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #999;
    color: transparent;
    -webkit-transition: all 0.15s;
    transition: all 0.15s;
    vertical-align: middle;
  }
.radio .radio__label {
    font-weight: bold;
  }
.radio input:checked + .radio__icon::before {
    position: absolute;
    top: 5px;
    left: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #f3ad6f;
    content: "";
  }
.input:disabled,
.textarea:disabled,
.input[readonly],
.textarea[readonly],
.checkbox input:disabled + .form__icon,
.radio input[readonly] + .form__icon {
  background-color: #f5f5f7;
}
.input:focus,
.textarea:focus,
.select:focus,
.checkbox input:focus + .form__icon,
.radio input:focus + .form__icon {
  background-color: #fff;
  border-color: #999;
}
/* フォームレイアウト */
.contact-section dt {
    position: relative;
    padding: 20px;
    border-radius: 15px 15px 0 0;
    background: #fae7d4;
    font-weight: bold;
    text-align: center;
    letter-spacing: 0.05em;
    line-height: 1.5;
  }
.contact-section dd {
    margin: 0;
    padding: 20px;
    border-radius: 0 0 15px 15px;
    background: #fff;
  }
.contact-section__tel {
  margin-bottom: 10px;
  font-family: "Montserrat", sans-serif;
  font-size: 2rem
}
.contact-section__tel a {
    color: inherit;
    font-size: 3.2rem;
    letter-spacing: 0.075em;
    text-decoration: none;
  }
.contact-heading {
  position: relative;
  margin-bottom: 1em;
  padding-left: 1em;
  border-left: 3px solid #f3ad6f;
  font-size: 2rem;
  line-height: 1.5;
}
.form table {
    width: 100%;
  }
.form-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  min-width: 260px;
  height: 66px;
  border-radius: 40px;
  border: none;
  margin: 10px;
  padding: 10px 18px;
  border: 1px solid #aaa;
  background: transparent;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none
}
.form-btn .text {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding: 0 20px;
  }
.form-btn .icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #f3ad6f url("../images/icon_arrow-next.svg") no-repeat center center / cover;
  }
.form-btn:hover {
    border-color: #fff;
    background: #fff;
  }
.c-must {
  color: #f20000;
}
.privacy-section {
  margin: 30px 0;
  padding: 30px 5%;
  border-radius: 15px;
  background: #fff;
  font-size: 1.4rem;
}
@media (min-width: 45.001em) {
  .form-input-group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
    .form table {
      border-top: 1px solid #ddd;
    }
    .form th {
      position: relative;
      width: 30%;
      padding: 3rem 1em 3rem 0;
      border-bottom: 1px solid #ddd;
      font-weight: normal;
      text-align: left;
      vertical-align: top;
    }
    .form th .label {
      margin-left: 1em;
    }
    .form td {
      padding-top: 1.8rem;
      padding-bottom: 1.8rem;
      padding-left: 2rem;
      border-bottom: 1px solid #ddd;
    }
  .address-detail {
    margin: 0
  }
    .address-detail dt {
      float: left;
      clear: left;
      width: 7em;
      padding-top: 0.75em;
    }
    .address-detail dd {
      margin-left: 7em;
      margin-bottom: 0.5em;
    }
}
@media (max-width: 45em) {
    .form table,
    .form tbody,
    .form tr,
    .form th,
    .form td {
      display: block;
      width: 100%;
    }
    .form tr {
      padding-bottom: 30px;
    }
    .form th {
      background: none !important;
      border-bottom: none;
      font-weight: normal;
      text-align: left;
    }
    .form td {
      padding-top: 10px;
    }
  .address-detail {
    margin: 0
  }
    .address-detail dt {
      margin-bottom: 0.25em;
    }
    .address-detail dd {
      margin: 0;
    }
}
@media (min-width: 60.001em) {
    .contact-section dd {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      padding: 20px 5%;
    }
  .contact-section__tel {
    margin-bottom: 0;
    font-size: 2.7rem
  }
    .contact-section__tel a {
      font-size: 3.6rem;
    }
  .contact-heading {
    font-size: 2.4rem;
  }
}
/*# sourceMappingURL=maps/form.css.map */
