@charset "UTF-8";
@media screen and (max-width: 767px) {
  .is-pc {
    display: none;
  }
}

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

.sec_reserve {
  margin-top: 310px;
}
@media screen and (max-width: 767px) {
  .sec_reserve {
    margin-top: 6.6vw;
  }
}

.sec_reserve .title_length {
  top: -325px;
}

.sec_reserve .title_length .main {
  font-size: 5rem;
  letter-spacing: 0.12em;
  word-break: keep-all;
}

.sec_reserve .contents {
  width: 81%;
  max-width: calc(100% - 190px);
  margin: 0 0 0 auto;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.08em;
}

.sec_reserve .contents_text {
  font-size: 15px;
  line-height: 1.467;
}

@media screen and (max-width: 767px) {
  .sec_reserve {
    margin-top: 6.6vw;
  }
  .sec_reserve .title_length {
    top: 0;
  }
  .sec_reserve .title_length .main {
    font-size: 37.5px;
    font-size: 10.133vw;
    letter-spacing: 0.14em;
  }
  .sec_reserve .contents {
    width: 100%;
    max-width: inherit;
    margin: 16vw auto 0;
  }
  .sec_reserve .contents_text {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.514;
  }
}
.reserve-files {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 50px 155px;
  padding-top: 50px;
  margin-left: -120px;
}
@media screen and (max-width: 767px) {
  .reserve-files {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
  }
}
.reserve-files__title {
  font-size: 28px;
  letter-spacing: 0.08em;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .reserve-files__title {
    font-size: 20px;
  }
}
.reserve-files__link {
  display: block;
  text-align: center;
  font-size: 18px;
  line-height: 1.5;
  border-block: 1px solid #a3a3a3;
  margin-block: 15px;
  padding-block: 15px;
  padding-right: 25px;
  background-image: url(../img/reserve/ico_dl.png);
  background-repeat: no-repeat;
  background-position: 100% 50%;
  -webkit-transition: 0.2s background;
  transition: 0.2s background;
}
@media screen and (max-width: 767px) {
  .reserve-files__link {
    font-size: 15px;
    background-size: 15px auto;
  }
}
.reserve-files__link:hover {
  background-position: 100% 60%;
}
.reserve-files__limit {
  color: #ce310d;
  font-size: 15px;
  letter-spacing: 0.08em;
  text-align: center;
  text-decoration: underline;
  text-underline-offset: 3px;
}
@media screen and (max-width: 767px) {
  .reserve-files__limit {
    font-size: 13px;
  }
}

input[type=submit],
input[type=button] {
  border-radius: 0;
  color: inherit;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  -moz-appearance: button;
       appearance: button;
  border: none;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
}

input[type=submit]::-webkit-search-decoration,
input[type=button]::-webkit-search-decoration {
  display: none;
}

input[type=submit]::focus,
input[type=button]::focus {
  outline-offset: -2px;
}

.reserve-form {
  width: 100%;
}
.reserve-form input, .reserve-form textarea, .reserve-form select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 16px;
  font-family: inherit;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 10px;
  border: 1px solid #636363;
  border-radius: 0px;
  background-color: #fff;
}
.reserve-form select {
  background-image: url(../img/reserve/arrow.svg);
  background-repeat: no-repeat;
  background-size: 10px auto;
  background-position: calc(100% - 10px) 50%;
  padding-right: 30px;
}
.reserve-form__th, .reserve-form__td {
  font-size: 17px;
  text-align: left;
  vertical-align: top;
  letter-spacing: 0.08em;
  padding-block: 20px;
}
@media screen and (max-width: 767px) {
  .reserve-form__th, .reserve-form__td {
    display: block;
    width: 100%;
    padding-block: 10px;
  }
}
.reserve-form__th {
  padding-top: 35px;
}
.reserve-form__td p {
  font-size: 15px;
  letter-spacing: 0.08em;
  padding-top: 0.5em;
  line-height: 1.6;
}
.reserve-form-content {
  margin-block: 60px;
}
@media screen and (max-width: 767px) {
  .reserve-form-content {
    width: 86.6%;
    margin-inline: auto;
    margin-bottom: unset;
  }
}
.reserve-form-content .reserve-files__title {
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 50px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .reserve-form-content .reserve-files__title {
    padding-bottom: 30px;
    margin-bottom: 10px;
  }
}
.reserve-form__requid {
  color: #fff;
  font-size: 14px;
  line-height: 1;
  background-color: #ce310d;
  padding: 2px 5px;
  margin-left: 1em;
}
@media screen and (max-width: 767px) {
  .reserve-form__requid {
    font-size: 12px;
  }
}
.reserve-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 1em;
}
.reserve-form__input {
  font-size: 16px;
  font-family: inherit;
  letter-spacing: 0.08em;
  line-height: 1.4;
  padding: 10px;
  border: 1px solid #636363;
}
@media screen and (max-width: 767px) {
  .reserve-form__input {
    width: 100%;
  }
  .reserve-form__input.wpcf7-number {
    width: 80px;
  }
}
.reserve-form__input--long {
  width: 100%;
}
.reserve-form-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 50px;
  padding-top: 50px;
}
.reserve-form-buttons input {
  background-color: transparent;
  border: none;
  outline: none;
  text-align: left;
  width: 145px;
  font-size: 18px;
  position: relative;
  word-break: keep-all;
  display: inline-block;
  border-top: solid 1px #a3a3a3;
  border-bottom: solid 1px #a3a3a3;
  background-image: url(../img/reserve/arrow.png);
  background-position: calc(100% - 5px) 50%;
  background-repeat: no-repeat;
  padding: 15px 10px;
  cursor: pointer;
  -webkit-transition: opacity, background 0.2s;
  transition: opacity, background 0.2s;
}
@media screen and (max-width: 767px) {
  .reserve-form-buttons input {
    font-size: 13px;
  }
}
.reserve-form-buttons input::before {
  display: none;
}
.reserve-form-buttons input:hover {
  opacity: 0.7;
  background-position: 100% 50%;
}

.reserve-privacy {
  height: 370px;
  border: 1px solid #636363;
  margin-top: 30px;
  padding: 50px;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .reserve-privacy {
    padding: 20px;
  }
}
.reserve-privacy__title {
  font-size: 28px;
  text-align: center;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .reserve-privacy__title {
    font-size: 20px;
  }
}
.reserve-privacy__subtitle {
  font-size: 19px;
  letter-spacing: 0.08em;
  border-bottom: 1px solid #d8d8d8;
  padding-bottom: 10px;
  margin-bottom: 10px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .reserve-privacy__subtitle {
    font-size: 17px;
  }
}
.reserve-privacy__text {
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .reserve-privacy__text {
    font-size: 13px;
  }
}
.reserve-privacy__text--center {
  text-align: center;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .reserve-privacy__text--center {
    text-align: left;
  }
}
.reserve-privacy-list {
  padding-top: 1em;
  margin-left: 1.5em;
}
.reserve-privacy-list__item {
  list-style: disc;
  font-size: 15px;
  letter-spacing: 0.08em;
  line-height: 1.4;
}
@media screen and (max-width: 767px) {
  .reserve-privacy-list__item {
    font-size: 13px;
  }
}
.reserve-privacy__check {
  font-size: 17px;
  text-align: center;
  letter-spacing: 0.08em;
  margin-block: 45px;
}
@media screen and (max-width: 767px) {
  .reserve-privacy__check {
    font-size: 15px;
  }
}

.reserve-confirm {
  border: 2px solid #ce310d;
  margin-top: 30px;
  padding: 30px;
}
@media screen and (max-width: 767px) {
  .reserve-confirm {
    padding: 20px;
  }
}
.reserve-confirm__title {
  color: #ce310d;
  font-size: 22px;
  letter-spacing: 0.08em;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .reserve-confirm__title {
    font-size: 18px;
  }
}
.reserve-confirm-list {
  margin-left: 1.5em;
  margin-top: 1em;
}
.reserve-confirm-list__item {
  list-style: disc;
  font-size: 15px;
  line-height: 1.4;
  letter-spacing: 0.08em;
}
@media screen and (max-width: 767px) {
  .reserve-confirm-list__item {
    font-size: 13px;
  }
}

.wpcf7-not-valid {
  font-weight: bold;
  background-color: #fed8d2 !important;
}

.wpcf7 form.sent .wpcf7-response-output {
  background-color: #fff !important;
  border-color: #46b450 !important;
}

.wpcf7-not-valid-tip {
  margin-top: 0.5em;
}

/***********************************
完了画面
***********************************/
.sec_reserve_complete {
  margin-top: 250px;
}
@media screen and (max-width: 767px) {
  .sec_reserve_complete {
    margin-top: 6.6vw;
  }
}
.sec_reserve_complete .contents {
  margin-inline: auto;
}
.sec_reserve_complete .contents .inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: -95px;
}
@media screen and (max-width: 767px) {
  .sec_reserve_complete .contents .inner {
    margin-inline: auto;
  }
}
.sec_reserve_complete .title_length {
  -webkit-writing-mode: unset;
      -ms-writing-mode: unset;
          writing-mode: unset;
  padding-top: 20px;
  padding-left: 150px;
  top: -200px;
}
@media screen and (max-width: 767px) {
  .sec_reserve_complete .title_length {
    top: unset;
    padding-top: 10px;
    padding-left: unset;
  }
}
.sec_reserve_complete .title_length .main {
  font-size: 43px;
  padding-top: 10px;
}
@media screen and (max-width: 767px) {
  .sec_reserve_complete .title_length .main {
    font-size: 8.4vw;
    line-height: 1.5396825397;
    letter-spacing: unset;
  }
}
.sec_reserve_complete a.link {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  position: relative;
  word-break: keep-all;
  display: block;
  border-top: solid 1px #a3a3a3;
  border-bottom: solid 1px #a3a3a3;
  padding: 20px 0;
  margin: 50px auto 0;
}
.sec_reserve_complete a.link::before {
  display: none;
}
@media screen and (max-width: 767px) {
  .sec_reserve_complete a.link {
    font-size: 13px;
    margin-top: 30px;
  }
}/*# sourceMappingURL=page_reserve.css.map */