.navbar .container-fluid.form-header {
  height: 80px;
}
@media (max-width: 767.98px) {
  .navbar .container-fluid.form-header {
    height: 60px;
  }
}

main {
  padding-top: 80px;
}
@media (max-width: 767.98px) {
  main {
    padding-top: 60px;
  }
}

.form-reserve .p-contact {
  padding-bottom: 150px;
}
@media (max-width: 767.98px) {
  .form-reserve .p-contact {
    padding-bottom: 2rem;
    padding-top: 40px;
  }
}
.form-reserve .copyright {
  padding-bottom: 100px;
}
@media (max-width: 767.98px) {
  .form-reserve .copyright {
    padding-bottom: 6.4rem;
  }
}
.form-reserve .ui-widget-content .ui-state-active {
  border: 1px solid #ddbe22;
  background-color: #ddbe22;
}

/* -------------------------------------
 form
-----------------------------------------*/
.p-contact {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 70px 0 250px;
  display: block;
}
@media (max-width: 767.98px) {
  .p-contact {
    padding: 8rem 0.3rem;
  }
}
.p-contact a {
  color: #212529;
  text-decoration: none;
}
.p-contact a:hover {
  color: #e8d676;
}
.p-contact p {
  margin-bottom: 0;
}
.p-contact .u-font-size-80 {
  font-size: 80% !important;
}
.p-contact .u-font-red-01 {
  color: #d04141 !important;
}
.p-contact-head {
  padding-bottom: 70px;
}
@media (max-width: 767.98px) {
  .p-contact-head {
    padding: 0 1.6rem 2rem;
  }
}
.p-contact-head-title {
  font-size: 42px;
  letter-spacing: 0.2em;
  text-align: center;
  font-weight: 900;
  margin-bottom: 30px;
}
@media (max-width: 767.98px) {
  .p-contact-head-title {
    font-size: 5.3333333333vw;
    margin-bottom: 1rem;
  }
}
.p-contact-head p {
  font-size: 16px;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  color: #d04141;
}
@media (max-width: 767.98px) {
  .p-contact-head p {
    font-size: 3.2vw;
  }
}
.p-contact-form-box {
  background-color: #eeeeee;
  padding: 80px 100px;
}
@media (max-width: 767.98px) {
  .p-contact-form-box {
    padding: 2.4rem 0.8rem;
  }
}
.p-contact-form-inner {
  background-color: #fff;
  padding: 50px;
}
@media (max-width: 767.98px) {
  .p-contact-form-inner {
    padding: 0.8rem 0.6rem;
  }
}

.p-form-top {
  position: relative;
  padding: 70px;
}

@media screen and (max-width: 767.98px) {
  .p-form-top {
    padding: 4rem 0 0;
  }
}
.p-form-top_title {
  text-align: center;
  margin: 0 0 80px;
}

@media screen and (max-width: 767.98px) {
  .p-form-top_title {
    margin: 0 0 4rem;
  }
}
.p-form-container {
  background: #eeeeee;
  padding: 80px 100px;
}

@media screen and (max-width: 767.98px) {
  .p-form-container {
    padding: 8rem 2rem;
  }
}
.p-form-body {
  padding: 50px;
  background: #fff;
}

@media screen and (max-width: 767.98px) {
  .p-form-body {
    padding: 2rem 1rem;
  }
}
.p-form-label {
  font-size: 18px;
  line-height: 1.44444;
  padding: 5px;
  cursor: pointer;
}

@media screen and (max-width: 767.98px) {
  .p-form-label {
    font-size: 2.6rem;
    line-height: 1.38462;
    padding: 0.5rem 1rem;
  }
}
.p-form_input-text {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  border: none;
  box-shadow: 0 0 0 3px #c9c9c9 inset;
  border-radius: unset;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  height: 50px;
  padding: 10px;
}

@media screen and (max-width: 767.98px) {
  .p-form_input-text {
    box-shadow: 0 0 0 2px #c9c9c9 inset;
    font-size: 2.8rem;
    line-height: 0.92857;
    padding: 0.3rem;
  }
}
@media screen and (max-width: 550px) {
  .p-form_input-text {
    font-size: 16px;
    line-height: 1.25;
  }
}
.p-form_input-text:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #e8d676 inset;
}

@media screen and (max-width: 767.98px) {
  .p-form_input-text:focus {
    box-shadow: 0 0 0 2px #e8d676 inset;
  }
}

.p-form_input-text::-moz-placeholder {
  color: #c9c9c9;
}

.p-form_input-text::placeholder {
  color: #c9c9c9;
}

.p-form_textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  border: none;
  box-shadow: 0 0 0 3px #c9c9c9 inset;
  border-radius: unset;
  font-size: 16px;
  line-height: 1.375;
  resize: none;
  width: 98%;
  height: 14em;
  padding: 20px 30px;
}

@media screen and (max-width: 767.98px) {
  .p-form_textarea {
    box-shadow: 0 0 0 2px #c9c9c9 inset;
    font-size: 2.8rem;
    line-height: 1.14286;
    padding: 0.6rem 0.8rem;
  }
}
@media screen and (max-width: 550px) {
  .p-form_textarea {
    font-size: 16px;
    line-height: 1.25;
  }
}
.p-form_textarea:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #e8d676 inset;
}

@media screen and (max-width: 767.98px) {
  .p-form_textarea:focus {
    box-shadow: 0 0 0 2px #e8d676 inset;
  }
}

.p-form_textarea::-moz-placeholder {
  color: #c9c9c9;
}

.p-form_textarea::placeholder {
  color: #c9c9c9;
}

.p-form_input-checkbox {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 15px;
  height: 15px;
  margin: 0 10px 0 0;
  display: inline-block;
  border: 1px solid #000;
  border-radius: unset;
  position: relative;
  transform: translate(0, 2px);
}

@media screen and (max-width: 767.98px) {
  .p-form_input-checkbox {
    width: 2.5rem;
    height: 2.5rem;
    margin: 0 1rem 0 0;
    transform: translate(0, 0.2rem);
  }
}
.p-form_input-checkbox::after {
  content: "";
  width: 10px;
  height: 5px;
  display: inline-block;
  border-bottom: 1px solid #000;
  border-left: 1px solid #000;
  position: absolute;
  top: 30%;
  left: 20%;
  transform: rotate(-45deg);
  opacity: 0;
}

@media screen and (max-width: 767.98px) {
  .p-form_input-checkbox::after {
    width: 1.5rem;
    height: 0.7rem;
  }
}
.p-form_input-checkbox:checked::after {
  opacity: 1;
}

.p-form_select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-weight: 700;
  border: none;
  box-shadow: 0 0 0 3px #c9c9c9 inset;
  border-radius: unset;
  background: #fff;
  font-size: 14px;
  line-height: 1;
  width: 100%;
  height: 50px;
  padding: 10px 20px 10px 10px;
  position: relative;
}

@media screen and (max-width: 767.98px) {
  .p-form_select {
    box-shadow: 0 0 0 2px #c9c9c9 inset;
    font-size: 2.8rem;
    line-height: 1;
    padding: 0.6rem 2rem 0.6rem 0.6rem;
  }
}
@media screen and (max-width: 550px) {
  .p-form_select {
    font-size: 16px;
    line-height: 1.25;
  }
}
.p-form_select:focus {
  outline: 0;
  box-shadow: 0 0 0 3px #e8d676 inset;
}

@media screen and (max-width: 767.98px) {
  .p-form_select:focus {
    box-shadow: 0 0 0 2px #e8d676 inset;
  }
}

.p-form_select::-moz-placeholder {
  color: #c9c9c9;
}

.p-form_select::placeholder {
  color: #c9c9c9;
}

.p-form-item_half-box_arrow {
  position: relative;
}

.p-form-item_half-box_arrow::after {
  content: "";
  width: 7px;
  height: 7px;
  display: inline-block;
  border-bottom: 3px solid #333;
  border-left: 3px solid #333;
  position: absolute;
  top: 42%;
  right: 7px;
  transform: rotate(-45deg);
  z-index: 10;
}

@media screen and (max-width: 767.98px) {
  .p-form-item_half-box_arrow::after {
    width: 0.6rem;
    height: 0.6rem;
    right: 0.6rem;
    top: calc((100% - 0.7rem) / 2);
  }
}
.p-form-group_head {
  border-bottom: 3px solid #000;
  padding: 10px 5px;
}

@media screen and (max-width: 767.98px) {
  .p-form-group_head {
    border-bottom: 1px solid #000;
    padding: 0.3rem 0.6rem;
  }
}
.p-form-group_head_text {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 700;
}
@media (max-width: 767.98px) {
  .p-form-group_head_text {
    font-size: 15px;
    line-height: 1.33333;
  }
}
.p-form-group_head_text .c-required-plate {
  background: #e8d676;
  color: #000;
  font-size: 12px;
  font-weight: 500;
  line-height: 2.1666666667;
  padding: 2px 5px 2px;
  position: relative;
  top: -2px;
  vertical-align: middle;
  margin-left: 1rem;
}
@media (max-width: 767.98px) {
  .p-form-group_head_text .c-required-plate {
    margin-left: 0.6rem;
  }
}

.p-form-group_head_text-small {
  font-size: 13px;
  font-weight: 700;
  margin: 0 0 0 20px;
  vertical-align: middle;
}

@media screen and (max-width: 767.98px) {
  .p-form-group_head_text-small {
    font-size: 10px;
    line-height: 1.2;
    margin: 0;
  }
}
.p-form-container_title {
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.12em;
  font-weight: 700;
  display: flex;
  justify-content: center;
  margin: 0 0 70px;
}

@media screen and (max-width: 767.98px) {
  .p-form-container_title {
    font-size: 2.7rem;
    line-height: 1.11111;
    margin: 0 0 7rem;
  }
}
@media screen and (max-width: 550px) {
  .p-form-container_title {
    font-size: 15px;
    line-height: 1.33333;
  }
}
.p-form-container_title_img {
  width: 36px;
  margin: 0 20px 0 0;
}

@media screen and (max-width: 767.98px) {
  .p-form-container_title_img {
    width: 3.6rem;
    margin: 0 2rem 0 0;
  }
}
@media screen and (max-width: 550px) {
  .p-form-container_title_img {
    width: 26px;
  }
}
.p-form-group_inner {
  display: flex;
  padding: 15px 0 30px;
}

@media screen and (max-width: 1200px) {
  .p-form-group_inner {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form-group_inner {
    padding: 0.6rem 0 1rem;
  }
}
.p-form-item {
  width: 100%;
  text-align: center;
}

.p-form-item dl {
  display: flex;
  padding: 7px;
}
@media screen and (max-width: 767.98px) {
  .p-form-item dl {
    padding: 0.3rem;
    margin-bottom: 0;
  }
}

.p-form-item dt {
  color: #1c3738;
  font-size: 14px;
  line-height: 1.85714;
  font-weight: 700;
  width: 100px;
  display: flex;
  align-items: center;
}

@media screen and (max-width: 1200px) {
  .p-form-item dt {
    max-width: 20%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form-item dt {
    display: none;
  }
}
.p-form-item dd {
  width: 420px;
  display: flex;
  justify-content: space-between;
}
.p-form-item dd .c-form__error {
  font-size: 12px;
  color: #d04141;
  font-weight: 700;
}

@media screen and (max-width: 1200px) {
  .p-form-item dd {
    max-width: 80%;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form-item dd {
    width: 100%;
    max-width: 100%;
    margin-bottom: 0;
  }
}
.p-form-item .p-form-item_half-box {
  width: 48%;
  width: calc(50% - 10px);
}

@media screen and (max-width: 767.98px) {
  .p-form-item .p-form-item_half-box {
    width: calc(50% - 0.3rem);
  }
}
.p-form-bottom {
  padding: 0 5%;
}
@media screen and (max-width: 767.98px) {
  .p-form-bottom {
    padding: 0 0.5rem;
  }
}

.p-form-bottom a {
  border-bottom: 1px solid #000;
}

.p-form-bottom a:hover {
  color: #ddbe22;
}

.p-form-bottom_text {
  font-size: 13px;
  line-height: 1.38462;
  letter-spacing: 0;
  padding: 4px 0;
  text-align: left;
}

@media screen and (max-width: 767.98px) {
  .p-form-bottom_text {
    font-size: 2.6666666667vw;
    line-height: 1.5;
    padding: 0.2rem 0;
  }
}
.p-submit-box {
  padding: 30px 0;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .p-submit-box {
    padding: 1rem 0;
  }
}
.p-submit {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: unset;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.875;
  width: 300px;
  padding: 10px 0;
  display: inline-block;
  background: #ddbe22;
  border: none;
  cursor: pointer;
}

@media screen and (max-width: 767.98px) {
  .p-submit {
    font-size: 3.7333333333vw;
    line-height: 2.75;
    width: 50rem;
    padding: 0.6rem 0;
  }
}
.formError {
  opacity: 1 !important;
}

@media screen and (max-width: 767.98px) {
  .formError {
    left: 0 !important;
  }
}
.formError .formErrorContent {
  background: #e8d676;
  color: #212529;
  border-radius: unset;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
}

.formError .formErrorArrow div {
  background: #e8d676;
}

.p-form {
  padding: 0 0.5rem 150px;
}

@media screen and (max-width: 767.98px) {
  .p-form {
    padding: 0 0.5rem 10rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-form-top {
    padding: 4rem;
  }
}
.p-form-page_top {
  padding: 8rem 0 4rem;
  display: flex;
  justify-content: center;
}

@media screen and (max-width: 767.98px) {
  .p-form-page_top {
    padding: 4rem 2rem;
    justify-content: flex-start;
  }
}
.p-form-page_title {
  color: #81b01b;
  font-size: 42px;
  line-height: 1.14286;
  letter-spacing: 0.2em;
  font-weight: 700;
  text-align: center;
}

@media screen and (max-width: 767.98px) {
  .p-form-page_title {
    font-size: 4rem;
    line-height: 1.3;
  }
}
.p-form-page_notice {
  font-size: 16px;
  color: #d04141;
  display: flex;
  flex-direction: column;
  align-items: center;
}

@media screen and (max-width: 767.98px) {
  .p-form-page_notice {
    font-size: 2.4rem;
    padding: 2rem 0;
  }
}
.c-form__error-summary {
  background-color: #d04141;
  color: #fff;
  padding: 32px 40px;
  border-radius: 10px;
  font-size: 15px;
  margin-bottom: 20px;
}
.c-form__error-summary p {
  margin-bottom: 16px;
  font-weight: 700;
}
.c-form__error-summary ul {
  margin-bottom: 0;
  padding-left: 20px;
}
.c-form__error-summary ul li {
  font-weight: 700;
}

/* -------------------------------------
 loading
-----------------------------------------*/
.p-submit.is-loading {
  opacity: 0.7;
  cursor: not-allowed;
  pointer-events: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.spinner {
  width: 18px;
  height: 18px;
  border: 2px solid #fff;
  border-top-color: transparent;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  display: inline-block;
  vertical-align: middle;
}
@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
/* -------------------------------------
 thanks
-----------------------------------------*/
.page-thanks {
  /* $formGreen: #81b01b;
  $formLightGreen: #b6c649; */
}
.page-thanks .p-thanks {
  padding: 2rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .page-thanks .p-thanks {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 1340px) {
  .page-thanks .p-thanks_inner {
    padding: 0;
  }
}
.page-thanks .p-thanks_title {
  color: #ddbe22;
  font-size: 62px;
  font-family: "Montserrat", sans-serif;
  font-weight: bold;
  letter-spacing: 0.02em;
  line-height: 1;
  text-align: center;
  padding: 1rem 0;
  position: relative;
}
@media (max-width: 767.98px) {
  .page-thanks .p-thanks_title {
    font-size: 6.4vw;
  }
}
.page-thanks .p-thanks_content {
  background: #fafafa;
  padding: 30px 0 80px;
  position: relative;
}
.page-thanks .p-thanks_content:before {
  content: "";
  display: block;
  position: absolute;
  top: -54px;
  left: 0;
  width: 100%;
  height: 100%;
  background: #fafafa;
  z-index: -1;
}
@media screen and (max-width: 767.98px) {
  .page-thanks .p-thanks_content:before {
    top: -2.3rem;
  }
}
@media screen and (max-width: 767.98px) {
  .page-thanks .p-thanks_content {
    padding: 2rem 1rem 5rem;
  }
}
.page-thanks .p-thanks_content_title {
  font-size: 28px;
  line-height: 1.3;
  letter-spacing: 0.08em;
  font-weight: bold;
  text-align: center;
  margin-bottom: 16px;
}
@media (max-width: 767.98px) {
  .page-thanks .p-thanks_content_title {
    font-size: 4.5333333333vw;
  }
}
.page-thanks .p-thanks_content_desc {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-align: center;
  padding: 1rem 0 0;
}
@media screen and (max-width: 767.98px) {
  .page-thanks .p-thanks_content_desc {
    font-size: 3.4666666667vw;
    line-height: 1.73077;
    letter-spacing: 0.12em;
  }
}
.page-thanks .p-thanks_link {
  width: 47rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 2.3rem 1.5rem;
  margin: 0 auto;
  border: 4px solid #35840d;
  border-radius: 50vh;
  transition: opacity 0.2s cubic-bezier(0.18, 0.83, 0.24, 0.87);
}
@media screen and (max-width: 767.98px) {
  .page-thanks .p-thanks_link {
    border-width: 3px;
  }
}
.page-thanks .p-thanks_link_text {
  color: #35840d;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 700;
  letter-spacing: 0.2em;
  transform: translate(5%, 0);
}
@media screen and (max-width: 767.98px) {
  .page-thanks .p-thanks_link_text {
    font-size: 2.4rem;
    line-height: 1.66667;
  }
}
.page-thanks .p-thanks_link_arrow {
  content: "";
  width: 2rem;
  display: block;
  position: relative;
  transform: translate(105%, 0);
  transition: transform 0.2s cubic-bezier(0.18, 0.83, 0.24, 0.87);
}
@media screen and (max-width: 767.98px) {
  .page-thanks .p-thanks_link_arrow {
    transform: translate(110%, 0);
  }
}
.page-thanks .p-thanks_link_arrow::before {
  content: "";
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
  background: no-repeat center/100% url(../img/arrow_green.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
}
@media screen and (max-width: 767.98px) {
  .page-thanks .p-thanks_link_arrow::before {
    width: 2rem;
    height: 2rem;
  }
}
@media screen and (min-width: 768px) {
  .page-thanks .c-btn-01:hover {
    opacity: 0.9;
  }
  .page-thanks .c-btn-01:hover .c-btn-01_arrow {
    transform: translate(150%);
  }
}
.page-thanks .p-thanks_reserve-notice {
  width: 100%;
  max-width: 500px;
  padding: 25px 40px 30px;
  margin: 0 auto 60px;
  background: #fff;
  border: 1px solid #252525;
}
@media screen and (max-width: 767.98px) {
  .page-thanks .p-thanks_reserve-notice {
    max-width: 100%;
    padding: 1rem 2rem;
    margin-bottom: 0;
  }
}
.page-thanks .p-thanks_reserve-notice_title {
  font-size: 17px;
  line-height: 1.94118;
  letter-spacing: 0.24em;
  font-weight: bold;
  text-align: center;
  margin: 0 0 10px;
}
@media screen and (max-width: 767.98px) {
  .page-thanks .p-thanks_reserve-notice_title {
    font-size: 4vw;
    line-height: 1.83333;
  }
}
.page-thanks .p-thanks_reserve-notice_desc {
  font-size: 15px;
  font-weight: 500;
  line-height: 2.2;
  letter-spacing: 0.24em;
  text-align: center;
  margin-bottom: 0;
}
@media screen and (max-width: 767.98px) {
  .page-thanks .p-thanks_reserve-notice_desc {
    font-size: 3.4666666667vw;
    line-height: 1.73077;
    text-align: left;
    letter-spacing: 0.12em;
  }
}