/* ---------------------------------------- */
#reserve {
  display: none;
}

/* ---------------------------------------- */
.tel {
  text-align: center;
  border-top: solid 1px #ececec;
  border-bottom: solid 1px #ececec;
  padding: 20px;
  margin-bottom: 20px;
}
@media (min-width: 576px) {
  .tel {
    padding: 40px;
    margin-bottom: 40px;
  }
}

.tel-h {
  display: block;
}
@media (min-width: 576px) {
  .tel-h {
    display: inline-block;
  }
}

.tel-no {
  font-size: 2.8rem;
  letter-spacing: 0.1em;
  display: inline-block;
}
@media (max-width: 575px) {
  .tel-no {
    background-image: url(/assets/img/common/ic_tel.png);
    background-size: 40px 40px;
    padding-left: 40px;
  }
}
@media (min-width: 576px) {
  .tel-no {
    margin-left: 1em;
  }
}

@media (min-width: 576px) {
  .tel-sm-ic {
    display: inline-block;
    background-image: url(/assets/img/common/ic_tel.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 80px;
  }
}
@media (min-width: 576px) and (-webkit-min-device-pixel-ratio: 1.5), (min-width: 576px) and (min-resolution: 1.5dppx) {
  .tel-sm-ic {
    background-image: url(/assets/img/common/ic_tel@2x.png);
    background-size: 80px 80px;
  }
}

.tel-time {
  font-size: 1.3rem;
}

.steps {
  margin-left: auto;
  margin-right: auto;
  width: 240px;
  padding: 30px 0;
}
@media (min-width: 576px) {
  .steps {
    width: 400px;
    padding: 60px 0;
  }
}
.steps ul {
  display: flex;
  justify-content: space-between;
}
.steps ul li {
  position: relative;
  background-image: url(/assets/img/common/ic_step_0.svg);
  background-repeat: no-repeat;
  background-position: center top;
  text-align: center;
  padding-top: 32px;
}
.steps ul li:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 12px;
  width: 108px;
  height: 1px;
  background-color: #67bae1;
}
@media (min-width: 576px) {
  .steps ul li:before {
    width: 188px;
  }
}
.steps ul li:last-child:before {
  display: none;
}
.steps ul li.active {
  background-image: url(/assets/img/common/ic_step_1.svg);
}

/* ---------------------------------------- */
body.is-touch-device input[type=text],
body.is-touch-device input[type=number],
body.is-touch-device input[type=email],
body.is-touch-device textarea {
  font-size: 16px;
}

/* ---------------------------------------- */
form h2 {
  border-left: solid 1px #67bae1;
  font-size: 1.6rem;
  padding: 10px 20px;
  margin-bottom: 20px;
}
form h2 .note {
  color: #fc4747;
}
form .radio-group {
  background-color: #f4fafd;
  padding: 15px;
}
@media (min-width: 576px) {
  form .radio-group {
    padding: 30px;
  }
}
form .radio-group ul li {
  margin-bottom: 10px;
}
@media (min-width: 576px) {
  form .radio-group ul li {
    display: inline-block;
    margin-right: 30px;
  }
}
form input[type=radio] {
  position: absolute;
  opacity: 0;
}
form input[type=radio] + label {
  position: relative;
  padding-left: 25px;
}
form input[type=radio] + label:before {
  content: "";
  background-image: url(/assets/img/common/ic_radio.svg);
  display: inline-block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 1px;
  left: 0;
  margin-right: 1em;
  vertical-align: top;
  cursor: pointer;
}
@media (min-width: 576px) {
  form input[type=radio] + label:before {
    top: 3px;
  }
}
form input[type=radio]:checked + label:before {
  background-position: -18px 0;
}
form input[type=radio]:focus + label:before {
  outline: none;
}
form input[type=radio] + label:empty:before {
  margin-right: 0;
}
form input[type=text],
form input[type=number],
form input[type=email],
form textarea {
  border: solid 1px #000;
  padding: 16px;
  font-size: 1.5rem;
}
@media (max-width: 575px) {
  form input[type=text],
  form input[type=number],
  form input[type=email],
  form textarea {
    margin-bottom: 10px;
  }
}
form textarea {
  height: 200px;
}
form input[type=text]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
form input[type=text]::placeholder {
  color: rgba(0, 0, 0, 0.5);
}
form input#tel1,
form input#tel2 {
  width: 60px;
}
@media (min-width: 576px) {
  form input#tel1,
  form input#tel2 {
    width: 90px;
  }
}
form input#tel3 {
  width: 80px;
}
@media (min-width: 576px) {
  form input#tel3 {
    width: 120px;
  }
}
form input.error {
  color: #fc4747;
  border: solid 1px #fc4747;
}
form .no-spin::-webkit-inner-spin-button,
form .no-spin::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
  -moz-appearance: textfield;
}
form button {
  cursor: pointer;
  text-align: center;
  background-color: #fff;
  font-size: 1.8rem;
  font-family: "Noto Serif", serif;
  font-weight: 400;
  transition: all 0.3s ease-out;
  font-size: 1.6rem;
  width: 100%;
  height: 70px;
  line-height: 60px;
}
@media (min-width: 576px) {
  form button {
    font-size: 1.8rem;
    width: 335px;
    height: 90px;
    line-height: 80px;
  }
}
form button.revise {
  border: solid 2px #cccccc;
  color: #666;
  background-image: url(/assets/img/common/ic_revise_0.svg);
  background-repeat: no-repeat;
  background-position: center left 10px;
}
@media (min-width: 576px) {
  form button.revise {
    background-position: center left 20px;
  }
}
form button.revise:hover {
  color: #fff;
  background-color: #ccc;
  background-image: url(/assets/img/common/ic_revise_1.svg);
}
form button[type=submit] {
  border: solid 2px #67bae1;
  color: #67bae1;
  background-image: url(/assets/img/common/ic_btn_1_0.svg);
  background-repeat: no-repeat;
  background-position: center right 10px;
}
@media (min-width: 576px) {
  form button[type=submit] {
    background-position: center right 20px;
  }
}
form button[type=submit]:hover {
  color: #fff;
  background-color: #67bae1;
  background-image: url(/assets/img/common/ic_btn_1_1.svg);
}
form label.error {
  display: block;
  font-family: "Noto Sans JP", sans-serif;
  font-weight: 400;
  font-size: 1.2rem;
  color: #fc4747;
  margin-top: 10px;
}
form input#agreement {
  position: relative;
  opacity: 0;
}
form input#agreement + label {
  position: relative;
  padding-left: 30px;
  line-height: 1;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  min-height: 18px;
}
form input#agreement + label:before {
  position: absolute;
  top: 3px;
  left: 0;
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(/assets/img/common/ic_checkbox.svg);
}
form input#agreement:checked + label:before {
  background-position: -18px 0;
}
form ul li {
  margin-bottom: 25px;
}
@media (min-width: 576px) {
  form ul li {
    margin-bottom: 50px;
  }
}

/* ---------------------------------------- */
#confirm table {
  width: 100%;
  line-height: 2;
  margin-bottom: 30px;
}
@media (min-width: 576px) {
  #confirm table {
    margin-bottom: 60px;
    font-size: 1.6rem;
  }
}
@media (max-width: 575px) {
  #confirm table tr th,
  #confirm table tr td {
    display: block;
    padding: 15px 0;
  }
}
@media (min-width: 576px) {
  #confirm table tr th,
  #confirm table tr td {
    display: table-cell;
    padding: 20px 0;
    border-bottom: solid 1px #ececec;
  }
}
#confirm table tr th {
  text-align: left;
  font-weight: 400;
  white-space: nowrap;
}
@media (max-width: 575px) {
  #confirm table tr th {
    padding-bottom: 0;
  }
}
@media (min-width: 576px) {
  #confirm table tr th {
    width: 30%;
  }
}
#confirm table tr th .head {
  border-left: solid 1px #67bae1;
  display: inline-block;
  padding-left: 15px;
}
@media (max-width: 575px) {
  #confirm table tr td {
    padding-top: 10px;
    border-bottom: solid 1px #ececec;
    margin-left: 15px;
  }
}

/* ---------------------------------------- */
.contact-tel {
  background-image: url(/assets/img/common/ic_tel.png);
  background-size: 80px 80px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 60px;
}