.container {
  width: 100%;
  max-width: 116.6rem;
  margin: 0 auto;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .container {
    padding: 0 2.4rem;
  }
}

.c-breadcrumb {
  max-width: 136.6rem;
  margin: 0 auto 10.8rem;
  padding: 2.4rem 3.5rem 0;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb {
    margin: 0 auto 6rem;
    padding: 2rem 2rem 0;
  }
}
.c-breadcrumb__list {
  display: flex;
}
.c-breadcrumb__list > li {
  font-size: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb__list > li {
    white-space: nowrap;
  }
}
.c-breadcrumb__list > li a {
  color: rgba(0, 0, 0, 0.4);
}
.c-breadcrumb__list > li::after {
  margin: 0 0.8rem;
  content: "";
  background-image: url("../img/common/breadcrumb-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 0.8rem;
  height: 0.8rem;
  display: inline-block;
}
@media screen and (max-width: 767.98px) {
  .c-breadcrumb__list > li:last-child {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
.c-breadcrumb__list > li:last-child::after {
  display: none;
}

.c-pagehead {
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 10rem;
}
@media screen and (max-width: 767.98px) {
  .c-pagehead {
    margin-bottom: 2.2rem;
  }
}
.c-pagehead__title {
  font-weight: 700;
  font-size: 1.3rem;
}
.c-pagehead__title::after {
  position: relative;
  z-index: 1;
  margin-top: 1.3rem;
  margin-bottom: -2px;
  padding-bottom: 2.4rem;
  content: attr(data-title-en);
  display: block;
  letter-spacing: 0.02em;
  font-size: 6.2rem;
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 700;
  font-style: normal;
  line-height: 1.2096774194;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 2px solid #ff6510;
}
@media screen and (max-width: 767.98px) {
  .c-pagehead__title::after {
    width: -moz-fit-content;
    width: fit-content;
    letter-spacing: 0.04em;
    font-size: 3.2rem;
    line-height: 1.21875;
  }
}
.c-pagehead.-dotted {
  border-bottom: none;
  margin-bottom: 0;
}
.c-pagehead.-dotted .c-pagehead__title {
  position: relative;
}
.c-pagehead.-dotted .c-pagehead__title:before {
  content: "";
  display: block;
  width: 0.6rem;
  height: 0.6rem;
  background-color: #ff6510;
  position: absolute;
  top: 0.6rem;
  left: 0;
}
.c-pagehead.-dotted .c-pagehead__title:after {
  border-bottom: none;
}
.c-pagehead.-dotted .c-pagehead__title span {
  padding-left: 1.6rem;
}

.page-reserve,
.page-template-page-reserve-php {
  background-color: #f4f4f4;
}

.p-reserve {
  padding: 3.2rem 0 10rem;
  background: #f4f4f4;
}
@media screen and (max-width: 767.98px) {
  .p-reserve {
    padding: 0;
    padding-bottom: 6rem;
  }
}
.p-reserve__panel {
  max-width: 109.4rem;
  margin: 0 auto;
  padding: 8.6rem 11.8rem;
  background-color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-reserve__panel {
    max-width: none;
    padding: 4.4rem 2rem 3.4rem;
  }
}
.p-reserve__header {
  text-align: center;
}
.p-reserve__title {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
  letter-spacing: 0.12em;
  padding-bottom: 1.2rem;
  border-bottom: 2px solid #ff6510;
}
@media screen and (max-width: 767.98px) {
  .p-reserve__title {
    font-size: 2.2rem;
    padding-bottom: 0.8rem;
  }
}
.p-reserve__lead {
  margin: 4rem 0 0;
  font-size: 1.6rem;
  line-height: 1.875;
  font-weight: 700;
  letter-spacing: 0.14em;
}
@media screen and (max-width: 767.98px) {
  .p-reserve__lead {
    margin-top: 3.6rem;
    text-align: left;
  }
}
.p-reserve__group {
  border-top: 1px solid #c1c1c1;
  border-bottom: 1px solid #c1c1c1;
  margin-top: 4rem;
  padding-top: 3rem;
  padding-bottom: 4rem;
}
@media screen and (max-width: 767.98px) {
  .p-reserve__group {
    margin-top: 3.2rem;
  }
}
.p-reserve__group-title {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-reserve-item {
  margin-top: 3rem;
  padding: 2.4rem;
  display: flex;
  align-items: center;
  border: 1px solid #c1c1c1;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-item {
    margin-top: 2rem;
    padding: 1.4rem;
    border-radius: 0.4rem;
    flex-direction: column;
  }
}
.p-reserve-item__image {
  width: 29rem;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-item__image {
    width: 100%;
  }
}
.p-reserve-item__image img {
  aspect-ratio: 290/175;
  -o-object-fit: cover;
     object-fit: cover;
}
.p-reserve-item__body {
  flex: 1;
  min-width: 0;
  padding: 1.8rem 2rem;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-item__body {
    padding: 0;
    margin-top: 1.6rem;
  }
}
.p-reserve-item__meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.8rem;
}
.p-reserve-item__tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.7rem 1.5rem;
  font-size: 1.2rem;
  font-weight: 700;
  color: #fff;
  background-color: #2d2d2d;
  border: none;
  border-radius: 0.4rem;
  line-height: 1;
  letter-spacing: 0.02em;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-item__tag {
    padding: 0.6rem 1.2rem;
  }
}
.p-reserve-item__title {
  font-size: 1.8rem;
  line-height: 1.6666666667;
  font-weight: 700;
  margin-top: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-item__title {
    margin-top: 1rem;
    letter-spacing: 0.06em;
  }
}
.p-reserve-item__date {
  display: block;
  margin-top: 0.8rem;
  font-size: 1.3rem;
  line-height: 1.4615384615;
  color: #666;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-item__date {
    margin-top: 1rem;
  }
}
.p-reserve-form {
  margin-top: 2.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form {
    margin-top: 3rem;
  }
}
.p-reserve-form__row {
  display: flex;
  align-items: flex-start;
  gap: 1rem;
  padding: 3rem 0;
  border-bottom: 1px solid #c1c1c1;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form__row {
    flex-direction: column;
    gap: 1rem;
  }
}
.p-reserve-form__row:first-of-type {
  border-top: 1px solid #c1c1c1;
}
.p-reserve-form__row.-block {
  flex-direction: column;
  justify-content: center;
  gap: 1.6rem;
}
.p-reserve-form__row.-block .p-reserve-form__label {
  flex: none;
  padding-top: 0;
}
.p-reserve-form__row.-border-none {
  border-bottom: none;
  padding-bottom: 0;
}
.p-reserve-form__label {
  flex: 0 0 21.8rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.8rem;
  padding-top: 1.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form__label {
    flex: none;
    width: 100%;
    padding-top: 0;
    display: inline-block;
  }
}
.p-reserve-form__label-text {
  font-size: 1.6rem;
  line-height: 1.5625;
  font-weight: 700;
  letter-spacing: 0.06em;
}
.p-reserve-form__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 4rem;
  height: 2.2rem;
  padding: 0 0.6rem;
  font-size: 1.2rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: 0.06em;
  color: #fff;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form__badge {
    transform: translateY(-0.2rem);
  }
}
.p-reserve-form__badge.-required {
  background: #ff6510;
}
.p-reserve-form__badge.-optional {
  background: #c1c1c1;
}
.p-reserve-form__field {
  flex: 1;
  min-width: 0;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form__field {
    width: 100%;
  }
}
.p-reserve-form__field.-event-entry {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0 1.6rem;
}
.p-reserve-form__field.-event-entry .p-reserve-form__select {
  width: auto;
}
.p-reserve-form__field.-event-entry .p-reserve-form__event-link {
  font-weight: 700;
  color: #ff6510;
  text-decoration: underline;
  text-underline-offset: 0.4rem;
  text-decoration-line: 1px;
}
.p-reserve-form__field.-event-entry .p-reserve-form__note {
  width: 100%;
}
.p-reserve-form__field.-event-entry .js-field-error {
  width: 100%;
}
.p-reserve-form .js-field-error {
  margin-top: 0.6rem;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #e02020;
  font-weight: 500;
}
.p-reserve-form__text, .p-reserve-form__select, .p-reserve-form__textarea {
  width: 100%;
  border: 1px solid #c1c1c1;
  border-radius: 0.4rem;
  background-color: #f4f4f4;
  font-family: inherit;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  outline: none;
  transition: border-color 0.2s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
.p-reserve-form__text:focus, .p-reserve-form__select:focus, .p-reserve-form__textarea:focus {
  border-color: #ff6510;
}
.p-reserve-form__text.-error, .p-reserve-form__select.-error, .p-reserve-form__textarea.-error {
  border-color: #e02020;
}
.p-reserve-form__text::-moz-placeholder, .p-reserve-form__select::-moz-placeholder, .p-reserve-form__textarea::-moz-placeholder {
  color: #b6b6b6;
}
.p-reserve-form__text::placeholder, .p-reserve-form__select::placeholder, .p-reserve-form__textarea::placeholder {
  color: #b6b6b6;
}
.p-reserve-form__text, .p-reserve-form__select {
  height: 4.8rem;
  padding: 0 1.6rem;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form__text, .p-reserve-form__select {
    height: 4.4rem;
    font-size: 1.6rem;
  }
}
.p-reserve-form__select {
  padding-right: 4.2rem;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8' viewBox='0 0 12 8'%3E%3Cpath d='M1 1l5 5 5-5' stroke='%232d2d2d' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right 1.6rem center;
  cursor: pointer;
}
.p-reserve-form__select.-small {
  max-width: 30.8rem;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form__select.-small {
    max-width: none;
  }
}
.p-reserve-form__schedule {
  width: 30.8rem;
  display: flex;
  gap: 1.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form__schedule {
    width: 100%;
    flex-direction: column;
    gap: 0.8rem;
  }
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form__schedule .p-reserve-form__select {
    flex: none;
  }
}
.p-reserve-form__date {
  width: 30.8rem;
  position: relative;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form__date {
    width: 100%;
  }
}
.p-reserve-form__date:before {
  content: "";
  display: block;
  width: 1.8rem;
  height: 1.8rem;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12.19 12.62"><path fill="%23000000" d="M.76,5.69h10.66v6.16H.76v-6.16ZM9.01,3.71v-1.69h2.42v2.9H.76v-2.9h2.42v1.69h.76v-1.69h4.29v1.69h.76ZM8.24,0v1.26H3.95V0h-.76v1.26H0v11.36h12.19V1.26h-3.19V0h-.76Z"/></svg>');
  background-color: transparent;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  aspect-ratio: 12.19/12.62;
  position: absolute;
  top: calc((100% - 1.8rem) / 2);
  right: 1.6rem;
}
.p-reserve-form__date .p-reserve-form__text {
  padding-right: 5.6rem;
}
.p-reserve-form__date-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 4.8rem;
  height: 4.8rem;
  border-left: 1px solid #dddddd;
  pointer-events: none;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form__date-icon {
    width: 4.4rem;
    height: 4.4rem;
  }
}
.p-reserve-form__date-icon::before {
  content: "";
  position: absolute;
  top: 1.5rem;
  left: 1.4rem;
  width: 1.8rem;
  height: 1.6rem;
  border: 1px solid #666666;
  border-radius: 0.2rem;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form__date-icon::before {
    top: 1.3rem;
  }
}
.p-reserve-form__date-icon::after {
  content: "";
  position: absolute;
  top: 1.2rem;
  left: 1.7rem;
  width: 1.2rem;
  height: 0.4rem;
  border-top: 1px solid #666666;
  border-bottom: 1px solid #666666;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form__date-icon::after {
    top: 1rem;
  }
}
.p-reserve-form__textarea {
  min-height: 15rem;
  padding: 1.4rem 1.6rem;
  line-height: 1.8;
  resize: vertical;
}
.p-reserve-form__note {
  margin: 0.9rem 0 0;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-weight: 500;
  color: #ff6510;
}
.p-reserve-form__checkboxes {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem 1.8rem;
  padding-top: 0.4rem;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form__checkboxes {
    gap: 1.2rem 2rem;
    padding-top: 0;
  }
}
.p-reserve-form__checkbox {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.p-reserve-form__checkbox input[type=checkbox] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
  pointer-events: none;
}
.p-reserve-form__checkbox input[type=checkbox] + span {
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  font-size: 1.4rem;
  line-height: 1.7857142857;
  font-weight: 500;
}
.p-reserve-form__checkbox input[type=checkbox] + span::before {
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border-radius: 0.4rem;
  border: 1px solid #c1c1c1;
  background: #f4f4f4;
  flex-shrink: 0;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form__checkbox input[type=checkbox] + span::before {
    font-size: 1.2rem;
  }
}
.p-reserve-form__checkbox input[type=checkbox]:checked + span::before {
  border-color: #ff6510;
  background-color: #ff6510;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 18 18'%3E%3Cpath d='M3 9l4 4 8-8' stroke='%23fff' stroke-width='2.2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: contain;
}
.p-reserve-form__checkbox.-privacy input[type=checkbox] + span {
  font-size: 1.4rem;
}
.p-reserve-form__checkbox.-privacy a {
  color: #ff6510;
  text-decoration: underline;
}
.p-reserve-form__privacy {
  padding-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form__privacy {
    padding-top: 3rem;
  }
}
.p-reserve-form__submit {
  padding-top: 5rem;
}
@media screen and (max-width: 767.98px) {
  .p-reserve-form__submit {
    padding-top: 3rem;
  }
}
.p-reserve-form__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 6.6rem;
  border: none;
  background-color: #ff6510;
  color: #fff;
  font-size: 1.7rem;
  line-height: 1.4705882353;
  font-weight: 700;
  letter-spacing: 0.12em;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
@media (hover: hover) {
  .p-reserve-form__button:hover {
    opacity: 0.8;
  }
}
.p-reserve-form__button:disabled {
  background-color: #c1c1c1;
  cursor: not-allowed;
  pointer-events: none;
}