@charset "UTF-8";
body.focus-page-reserve #mv.mv_reserve {
  margin-block: 0;
  padding: 0;
}
body.focus-page-reserve .fx-hero {
  background: #e6a3c3;
}
body.focus-page-reserve .fx-hero__ttl {
  font-size: var(--fx-type-heading-lg);
  line-height: 1.1;
  text-shadow: 0 0.02rem 0.14rem rgba(90, 50, 120, 0.22);
}
body.focus-page-reserve #reserve_intro .container_small {
  display: flex;
  flex-direction: column;
}
body.focus-page-reserve #reserve_intro .subpage_subttl {
  display: flex;
  order: 3;
  margin-top: 0.3rem;
}
body.focus-page-reserve #reserve_intro .subpage_subttl_txt {
  color: var(--fx-purple);
}
body.focus-page-reserve #main.stack_M > * + * {
  margin-top: 0;
}
body.focus-page-reserve .reserve_form {
  box-sizing: border-box;
  width: 100%;
  max-width: 10.3rem;
  margin: 0.75em auto 0;
  padding: 1.25em 1.35em;
  background: #fff;
  border: 0.38rem solid var(--fx-purple-l);
  border-radius: 0;
  box-shadow: none;
}
@media (max-width: 767px) {
  body.focus-page-reserve .reserve_form {
    max-width: 100%;
    padding: 0.85em 0.65em 1em;
    border-width: 0.3rem;
    border-radius: 0;
  }
}
body.focus-page-reserve .reserve_form::before {
  display: none;
  content: none;
}
body.focus-page-reserve .reserve_form input:not([type=radio]):not([type=checkbox]):not([type=hidden]):not([type=submit]):not([type=button]),
body.focus-page-reserve .reserve_form select,
body.focus-page-reserve .reserve_form textarea {
  width: 100%;
  box-sizing: border-box;
  margin: 0.1em 0 0.45em;
  padding: 0.35em 0.8em;
  background: #f2ecf5;
  border: 0.015rem solid #a577b2;
  border-radius: 0.2rem;
  min-height: 0.62rem;
}
body.focus-page-reserve .reserve_form textarea {
  border-radius: 0.24rem;
  min-height: 1.6rem;
  color: var(--fx-ink);
  font-family: var(--fx-font-body);
  font-size: var(--fx-type-body);
  line-height: 1.5;
}
body.focus-page-reserve .reserve_form textarea {
  min-height: 1.3rem;
  resize: vertical;
}
body.focus-page-reserve .reserve_form input:focus,
body.focus-page-reserve .reserve_form select:focus,
body.focus-page-reserve .reserve_form textarea:focus {
  background: #fff;
  border-color: var(--fx-magenta);
  outline: none;
  box-shadow: 0 0 0 0.03rem rgba(192, 57, 159, 0.14);
}
body.focus-page-reserve .reserve_form label {
  font-family: var(--fx-font-body);
  font-weight: 400;
  color: #666767;
  font-size: var(--fx-type-body);
}
body.focus-page-reserve .reserve_form label .txt_red {
  color: #e03131;
}
body.focus-page-reserve .reserve_form input[type=radio] {
  accent-color: var(--fx-magenta);
}
body.focus-page-reserve .proceed_btn,
body.focus-page-reserve .reserve_form button[type=submit],
body.focus-page-reserve #reserve-confirmation .submit-btn,
body.focus-page-reserve #reserve-complete .home-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 0.6em auto 0;
  min-width: 8em;
  padding: 0.45em 1.5em;
  background: var(--fx-purple-l);
  color: #fff;
  border: 0;
  border-radius: 999px;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-body);
  letter-spacing: 0.03em;
  text-transform: uppercase;
  cursor: pointer;
  transition: transform 0.15s;
}
body.focus-page-reserve .proceed_btn:hover {
  transform: translateY(-1px);
}
body.focus-page-reserve .about_advance_wrapper {
  background: none;
  padding: 0;
  margin-top: 0.85em;
}
body.focus-page-reserve .process_table_wrapper h4 {
  margin: 0 0 0.65em;
  padding: 0;
  background: none;
  color: black;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-md);
  text-align: center;
}
body.focus-page-reserve .process_steps {
  display: flex;
  align-items: stretch;
  justify-content: center;
  gap: 0.35em;
  margin: 0.6em 0;
}
body.focus-page-reserve .process_step {
  flex: 1 1 0;
  min-width: 0;
  background: none;
  border: 0;
  border-radius: 0;
  padding: 0;
  text-align: center;
}
body.focus-page-reserve .process_step .step_number {
  display: block;
  background: var(--fx-purple);
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-button);
  padding: 0.35em 0.25em;
}
body.focus-page-reserve .process_step .step_content {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 1.1rem;
  background: #fff;
  color: var(--fx-purple);
  border: 0.02rem solid var(--fx-purple);
  border-top: 0;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-body);
  line-height: 1.25;
  padding: 0.4em 0.25em;
}
body.focus-page-reserve .step_arrow {
  display: flex;
  align-items: center;
  color: var(--fx-purple);
  font-size: var(--fx-type-heading-md);
  font-weight: 700;
  flex: 0 0 auto;
}
body.focus-page-reserve .fx-resv-ribbon {
  display: inline-block;
  margin: 0.9em 0 0.3em;
  padding: 0.4em 1.5em 0.4em 0.85em;
  background: var(--fx-purple);
  color: #fff;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-button);
  letter-spacing: 0.02em;
  clip-path: polygon(0 0, calc(100% - 0.22rem) 0, 100% 50%, calc(100% - 0.22rem) 100%, 0 100%);
}
body.focus-page-reserve .fx-resv-row {
  display: flex;
  align-items: flex-start;
  gap: 0.32rem;
  width: 100%;
  max-width: 10.3rem;
  margin: 0.7em auto;
  text-align: left;
}
@media (max-width: 767px) {
  body.focus-page-reserve .fx-resv-row {
    flex-direction: column;
    align-items: stretch;
    gap: 0.4em;
  }
}
body.focus-page-reserve .fx-resv-row__head {
  flex: 0 0 4.95rem;
}
@media (max-width: 767px) {
  body.focus-page-reserve .fx-resv-row__head {
    flex-basis: auto;
  }
}
body.focus-page-reserve .fx-resv-row__head {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  min-height: 1.09rem;
  padding: 0.2rem 1.5em 0.2rem 0.3rem;
  background: var(--fx-purple);
  clip-path: polygon(0 0, calc(100% - 0.34rem) 0, 100% 50%, calc(100% - 0.34rem) 100%, 0 100%);
}
body.focus-page-reserve .fx-resv-row__head .fx-resv-ribbon {
  display: block;
  width: auto;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  background: none;
  clip-path: none;
}
body.focus-page-reserve .fx-resv-row__head .reservation_subtitle {
  margin: 0.2em 0 0;
  color: #fff;
  font-size: var(--fx-type-caption);
  line-height: 1.4;
}
body.focus-page-reserve .fx-resv-row__body {
  flex: 1 1 auto;
  min-width: 0;
}
body.focus-page-reserve .fx-resv-row .same_day_content {
  background: none;
  text-align: left;
  margin: 0;
}
body.focus-page-reserve .fx-resv-row .phone_info {
  background: none;
  box-shadow: none;
  padding: 0;
}
body.focus-page-reserve .fx-resv-row .phone_info .phone_number {
  margin: 0 0 0.25em;
}
body.focus-page-reserve .fx-resv-row .advance_methods_wrapper {
  flex-direction: column;
  gap: 0.5em;
  margin: 0;
}
body.focus-page-reserve .fx-resv-row .advance_method,
body.focus-page-reserve .fx-resv-row .method_details {
  background: none;
  border: 0;
  box-shadow: none;
  padding: 0;
  border-radius: 0;
}
body.focus-page-reserve #reservations .fx-resv-row .phone_number,
body.focus-page-reserve #reservations .fx-resv-row .phone_number strong {
  color: var(--fx-purple);
}
body.focus-page-reserve #reservations .fx-resv-row .advance_method,
body.focus-page-reserve #reservations .fx-resv-row .method_details {
  min-height: 0;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
  flex: 0 0 auto;
}
body.focus-page-reserve #reservations .fx-resv-row .mirai-app-icons {
  margin: 0.24rem 0 0;
  justify-content: flex-start;
}
body.focus-page-reserve #reservations .fx-resv-row .mirai-app-icons::after {
  content: "WhatsApp / LINE";
  align-self: center;
  margin-left: 0.2rem;
  color: var(--fx-ink);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-md);
  white-space: nowrap;
}
body.focus-page-reserve .fx-resv-bar {
  display: block;
  width: 100%;
  box-sizing: border-box;
  margin: 1.1em 0 0.65em;
  padding: 0.5em;
  background: var(--fx-purple);
  color: #fff;
  text-align: center;
  border-radius: 0;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-heading-md);
  letter-spacing: 0.02em;
}
body.focus-page-reserve #reservations .subpage_subttl_txt,
body.focus-page-reserve #confirmation_email .subpage_subttl_txt {
  font-size: var(--fx-type-heading-lg);
}
body.focus-page-reserve #confirmation_email > .container_small {
  position: relative;
  padding-top: 0.34rem;
  border-top: 0.02rem solid var(--fx-purple);
  border-bottom: 0.02rem solid var(--fx-purple);
  padding-bottom: 0.4rem;
}
body.focus-page-reserve .fx-resv-check {
  position: absolute;
  top: -0.62rem;
  left: 50%;
  transform: translateX(-50%);
  display: block;
  width: 0.74rem;
  height: 0.99rem;
  margin: 0;
  border: 0;
  background: #f4cf16;
  -webkit-mask: url("../images/svg/deco/check.svg") center/contain no-repeat;
  mask: url("../images/svg/deco/check.svg") center/contain no-repeat;
}
body.focus-page-reserve #confirmation_email .subpage_subttl_txt {
  width: 100%;
  padding-bottom: 0.24rem;
  border-bottom: 0.02rem dotted var(--fx-purple-l);
}
body.focus-page-reserve .reservation_subtitle {
  color: #d63a4a;
  font-size: var(--fx-type-caption);
  margin: 0.1em 0 0.4em;
}
body.focus-page-reserve .same_day_content {
  text-align: center;
  margin: 0.25em 0 0.6em;
}
body.focus-page-reserve .phone_info .reception_hours {
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-size: var(--fx-type-body);
  margin: 0 0 0.1em;
}
body.focus-page-reserve .phone_info .hours_text {
  color: var(--fx-ink);
  font-size: var(--fx-type-body);
  margin: 0 0 0.2em;
}
body.focus-page-reserve .phone_info .phone_number {
  font-family: var(--fx-font-heading);
  font-weight: 700;
  color: var(--fx-purple);
  font-size: var(--fx-type-heading-lg);
  margin: 0;
}
body.focus-page-reserve .phone_info .phone_number strong {
  color: var(--fx-magenta);
}
body.focus-page-reserve .advance_methods_wrapper {
  display: flex;
  gap: 0.75em;
  flex-wrap: wrap;
  margin: 0.4em 0 0;
}
@media (max-width: 767px) {
  body.focus-page-reserve .advance_methods_wrapper {
    flex-direction: column;
  }
}
body.focus-page-reserve .advance_method {
  flex: 1 1 3.4rem;
  background: #faf5fc;
  border: 0.015rem solid var(--fx-pink);
  border-radius: 0.12rem;
  padding: 0.75em;
}
body.focus-page-reserve .method_title {
  display: flex;
  align-items: center;
  gap: 0.25em;
  margin: 0 0 0.35em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-button);
}
body.focus-page-reserve .method_info p {
  color: var(--fx-ink);
  font-size: var(--fx-type-caption);
  line-height: 1.7;
  margin: 0 0 0.15em;
}
body.focus-page-reserve .method_info .gold {
  color: var(--fx-magenta);
}
body.focus-page-reserve .process_description, body.focus-page-reserve .important_notes {
  margin: 0.65em 0 0;
}
body.focus-page-reserve .process_description h4, body.focus-page-reserve .important_notes h4 {
  display: flex;
  align-items: center;
  gap: 0.25em;
  margin: 0 0 0.25em;
  color: var(--fx-purple);
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: var(--fx-type-button);
}
body.focus-page-reserve .process_description p {
  color: var(--fx-ink);
  font-size: var(--fx-type-caption);
  line-height: 1.75;
  margin: 0;
}
body.focus-page-reserve .important_notes ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
body.focus-page-reserve .important_notes li {
  position: relative;
  padding-left: 0.65em;
  margin: 0 0 0.2em;
  color: var(--fx-ink);
  font-size: var(--fx-type-caption);
  line-height: 1.6;
}
body.focus-page-reserve .important_notes li::before {
  content: "▶";
  position: absolute;
  left: 0;
  top: 0.04em;
  color: var(--fx-magenta);
  font-size: var(--fx-type-small);
}
body.focus-page-reserve #reservations p, body.focus-page-reserve #reservations li, body.focus-page-reserve #reservations td,
body.focus-page-reserve #confirmation_email p, body.focus-page-reserve #confirmation_email li,
body.focus-page-reserve .email_method p, body.focus-page-reserve .method_info p, body.focus-page-reserve .process_description p, body.focus-page-reserve .important_notes li {
  font-family: var(--fx-font-body);
}
body.focus-page-reserve .email_wrapper {
  margin-top: 0.6em;
  text-align: left;
  width: 100%;
  max-width: 10.3rem;
}
body.focus-page-reserve .email_method {
  margin: 0 0 0.5rem;
}
body.focus-page-reserve .email_method h3 {
  display: flex;
  align-items: center;
  gap: 0.16rem;
  margin: 0 0 0.1rem;
  color: #333;
  font-family: var(--fx-font-heading);
  font-weight: 700;
  font-size: 0.32rem;
  white-space: nowrap;
}
@media (max-width: 767px) {
  body.focus-page-reserve .email_method h3 {
    white-space: normal;
    font-size: var(--fx-type-heading-md);
  }
}
body.focus-page-reserve .email_method p {
  color: var(--fx-ink);
  font-size: var(--fx-type-body);
  line-height: 1.75;
  margin: 0 0 0.18rem;
  padding-left: 0.34rem;
}
body.focus-page-reserve .email_method p:first-of-type {
  margin-bottom: 0.24rem;
}
body.focus-page-reserve .method_title img,
body.focus-page-reserve .process_description h4 img,
body.focus-page-reserve .important_notes h4 img {
  width: 0.28rem;
  height: 0.28rem;
  filter: invert(23%) sepia(89%) saturate(3492%) hue-rotate(305deg) brightness(0.9) contrast(0.92);
}
body.focus-page-reserve .email_method h3 img {
  width: 0.34rem;
  height: 0.4rem;
  object-fit: contain;
  filter: none;
  opacity: 0;
}
body.focus-page-reserve .email_method h3 {
  position: relative;
}
body.focus-page-reserve .email_method h3::before {
  content: "";
  flex: 0 0 auto;
  width: 0.34rem;
  height: 0.4rem;
  margin-right: -0.34rem;
  background: var(--fx-purple);
  -webkit-mask: url("../images/svg/icon/icon_mobile.svg") center/contain no-repeat;
  mask: url("../images/svg/icon/icon_mobile.svg") center/contain no-repeat;
}
body.focus-page-reserve .email_method:nth-of-type(2) h3::before {
  -webkit-mask-image: url("../images/svg/icon/icon_desktop.svg");
  mask-image: url("../images/svg/icon/icon_desktop.svg");
}

/*# sourceMappingURL=reserve.css.map */
