/*********************
 page-reserve
***********************/
.cnt-reserve {
  padding-top: 150px;
}
.cnt-reserve h1 {
  margin-bottom: 80px;
  text-align: center;
}
.cnt-reserve h1 span {
  display: block;
}
.cnt-reserve h1 span:nth-of-type(1) {
  font-weight: bold;
  font-size: 62px;
  margin-bottom: 5px;
}
.cnt-reserve h1 span:nth-of-type(2) {
  font-weight: bold;
  font-size: 14px;
}
.cnt-reserve .catch {
  text-align: center;
  margin-bottom: 80px;
}
.cnt-reserve .cnt {
  margin-bottom: 80px;
}
.cnt-reserve table th,
.cnt-reserve table td {
  padding: 30px;
  vertical-align: middle;
}
.cnt-reserve table th p,
.cnt-reserve table td p {
  margin-bottom: 0;
}
.cnt-reserve table th {
  word-break: keep-all;
}
.cnt-reserve table th span {
  display: block;
}
.cnt-reserve table th .required {
  color: red;
  font-size: 14px;
}
.cnt-reserve input[type="text"],
.cnt-reserve input[type="email"],
.cnt-reserve input[type="tel"],
.cnt-reserve textarea {
  width: 100%;
  padding-top: 5px;
  padding-bottom: 5px;
}
.cnt-reserve .privacy-link {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}
.cnt-reserve .doui-btn {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 50px;
}
.cnt-reserve .submit-btn {
  text-align: center;
}
.cnt-reserve .submit-btn input {
  border: none;
  width: 300px;
  padding-top: 15px;
  padding-bottom: 15px;
  background: #39a8be;
  color: #fff;
  text-align: center;
  font-size: 20px;
}
.cnt-reserve .wpcf7-spinner {
  display: none;
}
@media (max-width: 991px) {
  .cnt-reserve h1 {
    text-align: left;
  }
  .cnt-reserve .catch {
    text-align: left;
  }
}
@media (max-width: 767px) {
  .cnt-reserve table th,
  .cnt-reserve table td {
    width: 100%;
    display: block;
  }
  .cnt-reserve table th {
    background: #eee;
  }
}
