@charset "UTF-8";
/* =====================
	ほったらかし見学会予約
 ======================= */
.reservation p {
  text-align: center;
}
.reservation p a {
  text-decoration: underline;
}
.reservation .start_booking_package {
  margin-top: 30px;
}
.reservation .start_booking_package input[type=text] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  background: none;
  font-family: var(--font_ja);
  font-size: 100%;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
}
.reservation .start_booking_package textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 0;
  outline: 0;
  background: none;
  font-family: var(--font_ja);
  font-size: 100%;
  padding: 0;
  margin: 0;
  display: block;
  width: 100%;
  overflow: hidden;
  resize: none;
}

#thanks h2 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 32px;
}
#thanks p {
  text-align: center;
  line-height: 2.2;
}

/* タブレット
  ------------------------ */
/* スマホ
  ------------------------ */
@media (max-width: 699px) {
  .reservation-giftcard {
    margin-bottom: 24px;
  }
  .reservation-tel {
    margin: 24px 0;
  }
  .reservation-tel-num {
    font-size: 28px;
  }
  .reservation-tel-num a {
    pointer-events: auto;
  }
  .reservation-detail {
    margin: 24px 0;
    border-width: 2px;
    padding: 12px;
  }
  .reservation-detail-title {
    font-size: 18px;
  }
  .reservation-detail-name {
    font-size: 18px;
    padding: 10px 12px;
  }
  .reservation-detail-dl {
    padding: 10px 12px 0;
    font-size: 14px;
  }
  #thanks h2 {
    font-size: 16px;
    margin-bottom: 24px;
  }
  #thanks p {
    line-height: 1.75;
    text-align: left;
  }
}