@charset "UTF-8";
:root {
  --font-main: "Noto Sans JP","Hiragino Sans","Hiragino Kaku Gothic ProN","Yu Gothic Medium","Yu Gothic",Meiryo,sans-serif;
  --font-num: "Montserrat", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui;
  --font-sub: "M PLUS 1", "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, system-ui;
  --c-main: #0A0A0A;
  --white: #fff;
  --red: #ff2a70;
  --yellow: #FFEC00;
  --blue: #00C0FF;
  --gray: #aaa;
  --shadow:0px 0px 8px rgba(0, 38, 90, .5);
}

html {
  font-size: 100%;
}
@media (max-width: 1350px) {
  html {
    font-size: 1.1851851852vw;
  }
}
@media screen and (max-width: 767px) {
  html {
    font-size: 100%;
  }
}
@media (max-width: 750px) {
  html {
    font-size: 2.1333333333vw;
  }
}

body {
  color: var(--c-main);
  font-family: var(--font-main);
}

a,
button {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
a:hover,
button:hover {
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  a:hover,
  button:hover {
    opacity: 1;
  }
}

@media (hover: hover) and (pointer: fine) {
  a[href^=tel] {
    color: inherit;
    cursor: default;
    pointer-events: none;
    text-decoration: none;
  }
}
/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd,
ul,
li {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul,
ol {
  list-style: none;
  padding: 0;
}

/* Set core root defaults */
html:focus-within {
  scroll-behavior: smooth;
}

/* Set core body defaults */
body {
  line-height: 1.5;
  min-height: 100vh;
  text-rendering: optimizeSpeed;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

a {
  color: inherit;
  text-decoration: none;
}

/* Make images easier to work with */
img,
picture {
  display: block;
  max-width: 100%;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

button {
  background-color: transparent;
  background-color: initial;
  border: none;
  padding: 0;
}

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
            transition-duration: 0.01ms !important;
  }
}
img {
  height: auto;
  width: 100%;
}

.l-footer {
  margin-top: 73px;
  margin-top: 4.5625rem;
}
@media screen and (max-width: 767px) {
  .l-footer {
    margin-top: 2.625rem;
  }
}

.l-header {
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 900;
}

.l-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1350px;
  padding-left: 25px;
  padding-left: 1.5625rem;
  padding-right: 25px;
  padding-right: 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .l-inner {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.l-main {
  overflow-x: hidden;
}

.l-page-top {
  bottom: 15px;
  bottom: 0.9375rem;
  position: fixed;
  right: 15px;
  right: 0.9375rem;
  z-index: 100;
}

.c-menu-card__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 13px;
  margin-top: 0.8125rem;
  max-width: 570px;
  max-width: 35.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-menu-card__price-wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 3.3125rem;
    margin-inline: auto;
    margin-top: 2.25rem;
    max-width: 34.0625rem;
  }
}

.c-menu-card__ttl {
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3636363636;
  -webkit-font-feature-settings: "palt";
  background-color: var(--yellow);
  border-radius: 1.875rem 1.875rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
          font-feature-settings: "palt";
  min-height: 105px;
  min-height: 6.5625rem;
  padding: 5px;
  padding: 0.3125rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-menu-card__ttl {
    font-size: 2.875rem;
    min-height: 9.3125rem;
  }
}

.c-menu-card__ttl span {
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4285714286;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-menu-card__ttl span {
    font-size: 2.125rem;
  }
}

.c-menu-card__ttl-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.c-menu-card__price-ttl {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3636363636;
  -webkit-font-feature-settings: "palt";
  color: var(--white);
          font-feature-settings: "palt";
  text-align: center;
  text-shadow: var(--shadow);
}
@media screen and (max-width: 767px) {
  .c-menu-card__price-ttl {
    font-size: 2.5rem;
  }
}

.c-menu-card__price-ttl:nth-child(3) {
  margin-top: 20px;
  margin-top: 1.25rem;
}
@media screen and (max-width: 767px) {
  .c-menu-card__price-ttl:nth-child(3) {
    margin-top: 2.4375rem;
  }
}

.c-menu-card__wrapper {
  background-color: var(--blue);
  border-radius: 0 0 1.875rem 1.875rem;
  padding: 20px 30px 32px;
  padding: 1.25rem 1.875rem 2rem;
}
@media screen and (max-width: 767px) {
  .c-menu-card__wrapper {
    border-radius: 0 0 1.875rem 1.875rem;
    padding: 2.5rem 3.25rem 4.1875rem;
  }
}

.c-menu-card__set-wrap {
  background-color: var(--white);
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 60px;
  min-height: 3.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 13px;
  margin-top: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .c-menu-card__set-wrap {
    border-radius: 0.9375rem;
    margin-top: 1.5rem;
    min-height: 6.875rem;
  }
}

.c-menu-card__set-txt {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.5;
  -webkit-font-feature-settings: "palt";
  color: var(--black);
          font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-menu-card__set-txt {
    font-size: 1.875rem;
  }
}

.c-open-btn {
  cursor: pointer;
  height: 13px;
  position: relative;
  width: 13px;
}

.c-open-btn span {
  background: #767676;
  display: block;
  height: 2px;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 13px;
  -webkit-transition: 0.4s;
  left: 50%;
  position: absolute;
  transition: 0.4s;
}

.c-open-btn span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(-90deg);
          transform: translateX(-50%) rotate(-90deg);
}

.c-open-btn span:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

/*rotate*/
.js-rotate.is-active span:nth-of-type(1) {
  -webkit-transform: translateX(-50%) rotate(-180deg);
          transform: translateX(-50%) rotate(-180deg);
}

.js-rotate.is-active span:nth-of-type(2) {
  -webkit-transform: translateX(-50%) rotate(0deg);
          transform: translateX(-50%) rotate(0deg);
}

.c-option-card {
  background-color: var(--white);
  border-radius: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .c-option-card {
    border-radius: 1.875rem;
  }
}

.c-option-card__ttl-wrap {
  background-color: var(--yellow);
  border-radius: 0.9375rem 0.9375rem 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 70px;
  min-height: 4.375rem;
  padding: 5px;
  padding: 0.3125rem;
  text-align: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .c-option-card__ttl-wrap {
    border-radius: 1.875rem 1.875rem 0 0;
    min-height: 10rem;
  }
}

.c-option-card__ttl {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.45;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-option-card__ttl {
    font-size: 3rem;
  }
}

.c-option-card__annotation {
  font-size: max(17px, 10px);
  font-size: max(1.0625rem, 10px);
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-option-card__annotation {
    font-size: 2.125rem;
  }
}

.c-option-card__price-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 113px;
  min-height: 7.0625rem;
  padding: 5px 22px;
  padding: 0.3125rem 1.375rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
  gap: 24px;
  gap: 1.5rem;
          justify-content: center;
}
@media screen and (max-width: 767px) {
  .c-option-card__price-wrap {
    gap: 3.3125rem;
    min-height: 16.4375rem;
    padding: 2.5rem 0;
    padding: 1.9375rem 1.25rem;
  }
}

.c-option-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
}

.c-option-card__top:after {
  background-image: url(../img/icon_arrow-down.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 25px;
  height: 1.5625rem;
  left: 50%;
  position: absolute;
  width: 17px;
  width: 1.0625rem;
  -webkit-transform: translateX(-50%);
  bottom: -23px;
  bottom: -1.4375rem;
          transform: translateX(-50%);
}
@media screen and (max-width: 767px) {
  .c-option-card__top:after {
    bottom: -3.5625rem;
    height: 3.75rem;
    width: 2.625rem;
  }
}

.c-option-card__top-price {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
  font-family: var(--font-num);
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-option-card__top-price {
    font-size: 4.5625rem;
    left: 1.1875rem;
    position: relative;
  }
}

.c-option-card__top-price span,
.c-option-card__bottom-price span {
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
  font-family: var(--font-main);
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-option-card__top-price span,
  .c-option-card__bottom-price span {
    font-size: 2.5rem;
  }
}

.c-option-card__price-ttl {
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.25;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-right: 12.3px;
  margin-right: 0.76875rem;
}
@media screen and (max-width: 767px) {
  .c-option-card__price-ttl {
    font-size: 2.5rem;
    margin-right: 0;
  }
}

.c-option-card__price-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.c-option-card__bottom-price {
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
  color: var(--red);
  font-family: var(--font-num);
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-option-card__bottom-price {
    font-size: 4.5625rem;
    left: 1.1875rem;
    position: relative;
  }
}

.c-option-card__note-wrap {
  border-top: 2px solid var(--blue);
  border-top: 0.125rem solid var(--blue);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 5px;
  padding-top: 0.3125rem;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 88px;
  min-height: 5.5rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-option-card__note-wrap {
    border-top: 0.3125rem solid var(--blue);
    min-height: 9.6875rem;
    padding-bottom: 1.625rem;
    padding-top: 1.625rem;
  }
}

.c-option-card__note {
  font-size: max(15px, 10px);
  font-size: max(0.9375rem, 10px);
  letter-spacing: 0.05em;
  line-height: 1.4666666667;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-option-card__note {
    font-size: 1.875rem;
    line-height: 1.6;
  }
}

.c-price__title {
  background-color: var(--c-main);
  border-radius: 0.9375rem 0.9375rem 0 0;
  color: var(--white);
  font-size: 20px;
  font-size: 1.25rem;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-block: 13.5px;
  padding-block: 0.84375rem;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-price__title {
    border-radius: 1.875rem 1.875rem 0 0;
    font-size: 2.5rem;
    padding-block: 1.75rem;
  }
}

.c-price__table {
  border-collapse: collapse;
  max-width: 270px;
  max-width: 16.875rem;
  table-layout: fixed;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-price__table {
    max-width: 34.0625rem;
  }
}

.c-price__th {
  background-color: var(--yellow);
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  font-weight: 700;
  padding: 19px 5px;
  padding: 1.1875rem 0.3125rem;
  text-align: center;
  vertical-align: middle;
  width: 79px;
  width: 4.9375rem;
}
@media screen and (max-width: 767px) {
  .c-price__th {
    font-size: 2.125rem;
    padding: 3.8125rem 0.3125rem;
    width: 10rem;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
    letter-spacing: 0.15em;
  }
}

.c-price__td {
  background-color: var(--white);
  color: var(--red);
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  padding-inline: 11px 12px;
  padding-inline: 0.6875rem 0.75rem;
  text-align: center;
  vertical-align: middle;
  width: calc(100% - 4.9375rem);
  width: 191px;
  width: 11.9375rem;
  -webkit-font-feature-settings: "palt";
  font-family: var(--font-num);
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-price__td {
    font-size: 4.0625rem;
    width: calc(100% - 10rem);
  }
}

.c-price__lead {
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  letter-spacing: 0.05em;
  line-height: 1.4705882353;
  -webkit-font-feature-settings: "palt";
  color: var(--c-main);
  display: block;
  font-family: var(--font-main);
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-price__lead {
    font-size: 2.125rem;
  }
}

.c-price__add {
  color: var(--red);
  display: block;
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
  display: block;
  font-family: var(--font-num);
          font-feature-settings: "palt";
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-price__add {
    font-size: 4.0625rem;
  }
}

.c-price__plus--en {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
  font-family: var(--font-main);
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-price__plus--en {
    font-size: 2.3125rem;
  }
}

.c-price__list {
  margin-top: 10px;
  margin-top: 0.625rem;
  padding-top: 10px;
  padding-top: 0.625rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .c-price__list {
    margin-top: 0.875rem;
    padding-top: 1.4375rem;
  }
}

.c-price__list::before {
  background-image: url(../img/icon_line-price.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 4px;
  height: 0.25rem;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .c-price__list::before {
    background-image: url(../img/icon_line-price-sp.png);
    height: 0.5rem;
  }
}

.c-price__list-item {
  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;
  gap: 13px;
  gap: 0.8125rem;
}
@media screen and (max-width: 767px) {
  .c-price__list-item {
    gap: 1.875rem;
  }
}

.c-price__list-item dt {
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  letter-spacing: 0.05em;
  line-height: 1.4705882353;
  -webkit-font-feature-settings: "palt";
  color: var(--c-main);
  display: block;
  font-family: var(--font-main);
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-price__list-item dt {
    font-size: 2.125rem;
  }
}

.c-price__list-item dd {
  font-size: 22px;
  font-size: 1.375rem;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
  color: var(--red);
  font-family: var(--font-num);
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-price__list-item dd {
    font-size: 2.75rem;
    left: -0.9375rem;
    position: relative;
  }
}

.c-price__small {
  color: var(--c-main);
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  letter-spacing: 0.05em;
  line-height: 1.4705882353;
  -webkit-font-feature-settings: "palt";
  display: block;
  font-family: var(--font-main);
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-price__small {
    font-size: 2rem;
    line-height: 1.4411764706;
    position: relative;
    top: -0.125rem;
  }
}

tr:last-of-type .c-price__th {
  border-radius: 0 0 0 0.9375rem;
}
@media screen and (max-width: 767px) {
  tr:last-of-type .c-price__th {
    border-radius: 0 0 0 1.875rem;
  }
}

tr:last-of-type .c-price__td {
  border-radius: 0 0 0.9375rem 0;
}
@media screen and (max-width: 767px) {
  tr:last-of-type .c-price__td {
    border-radius: 0 0 1.875rem 0;
  }
}

tr:last-of-type .c-price__th {
  line-height: 1.4;
  padding: 10px 5px;
  padding: 0.625rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  tr:last-of-type .c-price__th {
    padding: 2.5rem 0.3125rem;
  }
}

tr:not(:first-of-type) .c-price__th,
tr:not(:first-of-type) .c-price__td {
  border-top: 2px solid var(--blue);
  border-top: 0.125rem solid var(--blue);
}
@media screen and (max-width: 767px) {
  tr:not(:first-of-type) .c-price__th,
  tr:not(:first-of-type) .c-price__td {
    border-top: 0.25rem solid var(--blue);
  }
}

.c-price__en {
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
  font-family: var(--font-main);
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .c-price__en {
    font-size: 2.3125rem;
  }
}

@media screen and (max-width: 767px) {
  .c-price__table.c-price__table--peak-only tr:last-of-type .c-price__en {
    font-size: 2rem;
  }
}

.c-ttl {
  font-family: var(--font-sub);
  font-size: 42px;
  font-size: 2.625rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .c-ttl {
    font-size: 3.25rem;
  }
}

.p-footer__top {
  background-image: url(../img/bg_footer.svg);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  padding-block: 388px 98px;
  padding-block: 24.25rem 6.125rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__top {
    background-image: url(../img/bg_footer-sp.png);
    padding-bottom: 5.875rem;
    padding-top: 20.8125rem;
  }
}

.p-footer__inner {
  margin: auto;
  max-width: 1350px;
  max-width: 84.375rem;
  padding: 0 25px;
  padding: 0 1.5625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer__inner {
    margin-inline: auto;
    max-width: 43.75rem;
  }
}

.p-footer__logo {
  display: block;
  width: 470px;
  width: 29.375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__logo {
    margin-inline: auto;
    width: 40.9375rem;
  }
}

.p-footer__logo img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-footer__license {
  color: var(--white);
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 12px;
  margin-top: 0.75rem;
  text-shadow: 0px 0px 8px rgba(0, 38, 90, .5);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-footer__license {
    font-size: 1.75rem;
    margin-top: 1.375rem;
  }
}

.p-footer__address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-style: normal;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
  margin-top: 0.9375rem;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .p-footer__address {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 1.75rem;
  }
}

.p-footer__list {
  color: var(--white);
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  margin-top: 58px;
  margin-top: 3.625rem;
  max-width: 650px;
  max-width: 40.625rem;
  text-shadow: 0px 0px 8px rgba(0, 38, 90, .5);
  width: 100%;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-footer__list {
    font-size: 1.875rem;
    margin-top: 3.625rem;
  }
}

.p-footer__item {
  border-top: 1px solid var(--white);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 64px;
  gap: 4rem;
  padding-block: 26px;
  padding-block: 1.625rem;
}
.p-footer__item:last-child {
  border-bottom: 1px solid var(--white);
}
@media screen and (max-width: 767px) {
  .p-footer__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 1.125rem;
    padding-block: 1.6875rem 2.125rem;
  }
}

.p-footer__item-ttl {
  font-weight: 700;
  padding-left: max(3.3854166667vw, 20px);
  text-align: center;
  white-space: nowrap;
  width: 130px;
  width: 8.125rem;
}
@media screen and (max-width: 767px) {
  .p-footer__item-ttl {
    font-size: 1.875rem;
    padding-left: 1.25rem;
    text-align: left;
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .p-footer__item-txt {
    font-size: 1.75rem;
    padding-left: 1.25rem;
    text-align: left;
  }
}

.p-footer_map {
  max-width: 570px;
  max-width: 35.625rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer_map {
    margin-top: 4.6875rem;
    max-width: 40.625rem;
  }
}

.p-footer_map iframe {
  aspect-ratio: 570/350;
  height: auto;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-footer_map iframe {
    aspect-ratio: 650/480;
  }
}

.p-footer__bottom {
  background-color: var(--yellow);
  padding-block: 23px;
  padding-block: 1.4375rem;
}
@media screen and (max-width: 767px) {
  .p-footer__bottom {
    padding-block: 1.75rem;
  }
}

.p-footer__copyright {
  display: block;
  font-size: max(14px, 8px);
  font-size: max(0.875rem, 8px);
  letter-spacing: 0.05em;
  line-height: 1;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-footer__copyright {
    font-size: 1.5rem;
  }
}

.p-header {
  background-color: #fff;
  height: 80px;
  height: 5rem;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
  -webkit-box-shadow: 1.5px 2.6px 7px rgba(2, 74, 148, .35);
          box-shadow: 1.5px 2.6px 7px rgba(2, 74, 148, .35);
}
@media screen and (max-width: 767px) {
  .p-header {
    background-color: var(--blue);
    height: 6.875rem;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
}

.p-header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  padding: 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-header__inner {
    padding-left: 2.375rem;
    padding-right: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.p-header__logo {
  height: inherit;
  width: max(20.8333333333vw, 180px);
}
@media screen and (max-width: 767px) {
  .p-header__logo {
    width: unset;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}

.p-header__logo-link {
  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;
  background-color: #00C0FF;
  height: inherit;
  width: 100%;
}

.p-header__logo span {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: max(15.8854166667vw, 160px);
}
@media screen and (max-width: 767px) {
  .p-header__logo span {
    width: 31rem;
  }
}

.p-header__nav {
  display: block;
  height: inherit;
}
@media screen and (max-width: 767px) {
  .p-header__nav {
    display: none;
  }
}

.p-header__nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: inherit;
}

.p-header__nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 50px;
  height: 3.125rem;
  position: relative;
}

.p-header__nav-item::after {
  background-image: url(../img/icon_line.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 49px;
  height: 3.0625rem;
  position: absolute;
  top: 50%;
  width: 3px;
  -webkit-transform: translateY(-50%);
  right: 0;
          transform: translateY(-50%);
}

.p-header__nav-item:last-child::after {
  display: none;
}

.p-header__nav-item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: inherit;
  margin: 0 max(0.7552083333vw, 5px);
  padding: 0 max(0.9375vw, 5px);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: max(1.0416666667vw, 13px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1;
  position: relative;
  -webkit-transition: 0.3s;
  font-family: var(--font-sub);
  position: relative;
  transition: 0.3s;
  z-index: 1;
}

.p-header__nav-item > a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  background: var(--yellow);
  border-radius: 1.40625rem;
  border-radius: 0.625rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  left: 0;
          transform: translateY(-50%);
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.3s linear;
  opacity: 0;
  transition: 0.3s linear;
  transition: 0.3s linear;
  z-index: -1;
}

@media (any-hover: hover) {
  .p-header__nav-item > a:hover::after {
    opacity: 1;
    width: 100%;
  }
}
.p-header__hamburger {
  display: none;
}
@media screen and (max-width: 767px) {
  .p-header__hamburger {
    background: var(--white);
    border: none;
    border-radius: 0.9375rem;
    cursor: pointer;
    display: block;
    height: 5rem;
    margin: 0;
    outline: none;
    padding: 0;
    position: relative;
    width: 5rem;
    z-index: 999;
    -webkit-transition: 0.3s;
    margin-right: 1rem;
    transition: 0.3s;
    -webkit-box-shadow: 0px 0px 0.5rem rgba(0, 38, 180, .5);
            box-shadow: 0px 0px 0.5rem rgba(0, 38, 180, .5);
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
}

.p-header__hamburger span {
  left: 50%;
  position: relative;
  -webkit-transform: translateX(-50%);
  background: var(--blue);
  display: block;
  height: 4px;
  height: 0.25rem;
          transform: translateX(-50%);
  width: 50px;
  width: 3.125rem;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.p-header__hamburger span:nth-of-type(1) {
  top: -12px;
  top: -0.75rem;
}

.p-header__hamburger span:nth-of-type(2) {
  top: 0;
}

.p-header__hamburger span:nth-of-type(3) {
  top: 12px;
  top: 0.75rem;
}

.p-header__hamburger.is-open span:nth-of-type(1) {
  top: 4px;
  top: 0.25rem;
  -webkit-transform: translateX(-50%) rotate(45deg);
          transform: translateX(-50%) rotate(45deg);
}

.p-header__hamburger.is-open span:nth-of-type(2) {
  opacity: 0;
}

.p-header__hamburger.is-open span:nth-of-type(3) {
  top: -4px;
  top: -0.25rem;
  -webkit-transform: translateX(-50%) rotate(-45deg);
          transform: translateX(-50%) rotate(-45deg);
}

.p-header__drawer {
  background-color: var(--white);
  bottom: 0;
  display: none;
  min-height: 100vh;
  overflow-y: scroll;
  position: absolute;
  right: 0;
  scrollbar-width: none;
  top: 110px;
  top: 6.875rem;
  width: 100%;
  z-index: 900;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.p-header__drawer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.p-header__drawer-nav {
  background-color: var(--white);
  padding: 35px 25px 28px;
  padding: 2.1875rem 1.5625rem 1.75rem;
}

.p-header__drawer::-webkit-scrollbar {
  display: none;
}

.p-header__drawer-item {
  margin-inline: auto;
  max-width: 460px;
  max-width: 28.75rem;
  position: relative;
  width: 100%;
}

.p-header__drawer-item::after {
  background-image: url(../img/icon_line-horizontal.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 6px;
  height: 0.375rem;
  width: 460px;
  width: 28.75rem;
}

.p-header__drawer-item:last-child::after {
  display: none;
}

.p-header__drawer-item > a {
  display: block;
  font-family: var(--font-sub);
  font-size: 40px;
  font-size: 2.5rem;
  font-weight: 500;
  letter-spacing: 0.025em;
  line-height: 1;
  padding: 55px 0;
  padding: 3.4375rem 0;
  text-align: center;
  width: 460px;
  width: 28.75rem;
}

.p-header__drawer-item > span {
  color: black;
  display: block;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.3333333333;
  padding-left: 10px;
  padding-left: 0.625rem;
}

.p-header__drawer-lists {
  border-bottom: navy solid 1px;
  border-bottom: navy solid 0.0625rem;
  padding-bottom: 16px;
  padding-bottom: 1rem;
  padding-top: 6px;
  padding-top: 0.375rem;
}

.p-header__drawer-list-item > a {
  color: black;
  display: inline-block;
  font-size: 16px;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.5;
  padding: 3px 0 0 2em;
  padding: 0.1875rem 0 0 2em;
}

/*dropddownmenu*/
.p-header__nav-item--dropdown {
  position: relative;
}

.p-header__nav-item--dropdown > a {
  cursor: pointer;
}

.p-header__nav-item--dropdown > a.clicked {
  background: navy;
  color: white;
}

.p-header__nav-item--dropdown > a.clicked::after {
  background: none;
}

.p-header__nav-dropdown {
  background: navy;
  display: block;
  left: 0%;
  opacity: 0;
  padding: 0px 20px;
  padding: 0rem 1.25rem;
  position: absolute;
  text-align: center;
  top: 100%;
  visibility: hidden;
  width: 200px;
  width: 12.5rem;
  -webkit-transition: visibility 0s linear 0.5s, opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: visibility 0s linear 0.5s, opacity 0.5s ease, -webkit-transform 0.5s ease;
  transition: visibility 0s linear 0.5s, opacity 0.5s ease, transform 0.5s ease;
  transition: visibility 0s linear 0.5s, opacity 0.5s ease, transform 0.5s ease, -webkit-transform 0.5s ease;
}

.p-header__nav-item--dropdown:hover .p-header__nav-dropdown {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}

.p-header__nav-dropdown > li {
  border-bottom: dashed 2px #fff;
  border-bottom: dashed 0.125rem #fff;
  padding: 20px 0;
  padding: 1.25rem 0;
}

.p-header__nav-dropdown > li:last-child {
  border-bottom: none;
}

.p-header__nav-dropdown > li > a {
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: all 0.3s;
  color: #fff;
  font-weight: 500;
  padding: 10px 0;
  padding: 0.625rem 0;
  position: relative;
  transition: all 0.3s;
}

.p-header__drawer-time-wrap {
  background-color: var(--blue);
  margin-top: 158px;
  margin-top: 9.875rem;
  padding-bottom: 115px;
  padding-bottom: 7.1875rem;
  position: relative;
}

.p-header__drawer-time-wrap::before {
  background-image: url(../img/bg-nav.png);
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
  display: block;
  height: 167px;
  height: 10.4375rem;
  left: 0;
  position: absolute;
  top: -167px;
  top: -10.4375rem;
  width: 100%;
  z-index: 1;
}

.p-header__drawer-time {
  color: var(--white);
  font-size: 32px;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.5625;
  margin-inline: auto;
  max-width: 460px;
  max-width: 28.75rem;
  padding-top: 70px;
  padding-top: 4.375rem;
  text-shadow: var(--shadow);
  width: 100%;
}

.p-header__time-wrap:last-child {
  margin-top: 32px;
  margin-top: 2rem;
  position: relative;
}

.p-header__time-wrap:last-child::before {
  background-image: url(../img/icon_line-nav.png);
  background-position: left;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 6px;
  height: 0.375rem;
  min-width: 230px;
  position: relative;
  top: -11px;
  top: -0.6875rem;
  width: 460px;
  width: 28.75rem;
}

.p-info {
  padding-top: 118px;
  padding-top: 7.375rem;
}
@media screen and (max-width: 767px) {
  .p-info {
    padding-top: 6.25rem;
  }
}

.p-info__inner {
  max-width: 950px;
  max-width: 59.375rem;
}

.p-info__list {
  background-color: var(--yellow);
  border-radius: 1.875rem;
  margin-top: 52px;
  margin-top: 3.25rem;
  padding: 47px 50px 50px;
  padding: 2.9375rem 3.125rem 3.125rem;
}
@media screen and (max-width: 767px) {
  .p-info__list {
    border-radius: 1.875rem;
    margin-inline: auto;
    margin-top: 3.0625rem;
    max-width: 40.625rem;
    padding: 3.25rem 3.28125rem 3.125rem;
  }
}

.p-info__item {
  border-radius: 0.9375rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-info__item {
    border-radius: 1.875rem;
  }
}

.p-info__item:not(:first-child) {
  margin-top: 28px;
  margin-top: 1.75rem;
}
@media screen and (max-width: 767px) {
  .p-info__item:not(:first-child) {
    margin-top: 2.5625rem;
  }
}

.p-info__item-ttl-wrap {
  background-color: var(--blue);
  position: relative;
  z-index: 1;
}

.p-info__item-ttl-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: none;
  border: none;
  cursor: pointer;
  padding: 14px 21px 27px 39px;
  padding: 0.875rem 1.3125rem 1.6875rem 2.4375rem;
  text-align: left;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-info__item-ttl-btn {
    padding: 1.5rem 1.71875rem 2.46875rem 2.4375rem;
  }
}

.p-info__item-ttl-btn:focus-visible {
  outline: 3px solid var(--white);
  outline-offset: 2px;
}

.p-info__item-ttl {
  color: var(--white);
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  text-shadow: var(--shadow);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-info__item-ttl {
    font-size: 2.125rem;
  }
}

.p-info__item-btn {
  background-color: var(--white);
  border-radius: 0.9375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  height: 3.125rem;
  width: 50px;
  width: 3.125rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  .p-info__item-btn {
    border-radius: 1.25rem;
    height: 5.09375rem;
    width: 5.096875rem;
  }
}

.p-info__item-arrow {
  aspect-ratio: 19/11;
  height: auto;
  width: 19px;
  width: 1.1875rem;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}
@media screen and (max-width: 767px) {
  .p-info__item-arrow {
    aspect-ratio: 30/17;
    width: 1.875rem;
  }
}

.p-info__item-arrow.is-open {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.p-info__item-txt-box {
  display: grid;
  grid-template-rows: 0fr;
  -webkit-transition: grid-template-rows 0.25s ease;
  margin-top: -15px;
  margin-top: -0.9375rem;
  overflow: hidden;
  transition: grid-template-rows 0.25s ease;
  transition: grid-template-rows 0.25s ease, -ms-grid-rows 0.25s ease;
}

.p-info__item-txt-box > div {
  min-height: 0;
  overflow: hidden;
}

.p-info__item-txt-box.is-open {
  grid-template-rows: 1fr;
}

.p-info__item-txt {
  background-color: var(--white);
  border: 6px solid var(--blue);
  border: 0.375rem solid var(--blue);
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 2.0588235294;
  padding: 11px 35px 24px 34px;
  padding: 0.6875rem 2.1875rem 1.5rem 2.125rem;
  -webkit-font-feature-settings: "palt";
  border-radius: 0 0 0.9375rem 0.9375rem;
          font-feature-settings: "palt";
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-info__item-txt {
    border-radius: 0 0 1.875rem 1.875rem;
    font-size: 1.75rem;
    letter-spacing: 0.03em;
    line-height: 1.9;
    padding: 1.375rem 1.25rem 2.9375rem 2rem;
  }
}

.p-menu {
  padding-top: 200px;
  padding-top: 5.5rem;
}
.seo_copy {
	    padding-top: 7rem;
    text-align: center;
    font-size: 1.5rem;
    font-weight: 600;
}
@media screen and (max-width: 767px) {
  .p-menu {
    padding-top: 7rem;
  }
	.seo_copy {
		padding-top: 12rem;
	}
}

.p-menu__container {
  margin-top: 50px;
  margin-top: 3.125rem;
}

.p-menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-menu__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 6.4375rem;
  }
}

.p-menu__item {
  max-width: 630px;
  max-width: 39.375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-menu__item {
    max-width: 40.625rem;
  }
}

.p-menu__note-wrap {
  margin: 43px auto 0;
  margin: 2.6875rem auto 0;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-menu__note-wrap {
    margin-top: 4.3125rem;
  }
}

.p-menu__note {
  font-size: 19px;
  font-size: 1.1875rem;
  letter-spacing: 0.05em;
  line-height: 1.4210526316;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-menu__note {
    font-size: 2.125rem;
    line-height: 1.9;
  }
}

.p-menu__note span {
  font-weight: 700;
}

.p-menu__note:nth-child(n+3) {
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-menu__note:nth-child(n+3) {
    font-size: 1.875rem;
    line-height: 1.6;
    margin-top: 1rem;
  }
}

.c-price__table.c-price__table--peak .c-price__th {
  padding: 16px 5px;
  padding: 1rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-price__table.c-price__table--peak .c-price__th {
    padding: 1.9375rem 0.3125rem;
  }
}
.c-price__table.c-price__table--peak tr:last-of-type .c-price__th {
  padding: 19px 5px;
  padding: 1.1875rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-price__table.c-price__table--peak tr:last-of-type .c-price__th {
    padding: 2.625rem 0.3125rem;
  }
}

.c-price__table.c-price__table--peak-only .c-price__th {
  padding: 16px 5px;
  padding: 1rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-price__table.c-price__table--peak-only .c-price__th {
    padding: 2rem 0.3125rem;
  }
}
.c-price__table.c-price__table--peak-only tr:last-of-type .c-price__td {
  padding: 9px 5px;
  padding: 0.5625rem 0.3125rem;
}
@media screen and (max-width: 767px) {
  .c-price__table.c-price__table--peak-only tr:last-of-type .c-price__td {
    padding: 1.125rem 1.25rem 1.125rem 1.125rem;
  }
}

.p-mv__main-img {
  position: relative;
  z-index: 0;
}

.p-mv__mv-deco {
  bottom: -0.2083333333vw;
  height: 22.2395833333vw;
  left: 0;
  position: absolute;
  width: 100%;
  will-change: transform;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__mv-deco {
    height: 10.4375rem;
  }
}

.p-mv__mv-deco img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center bottom;
     object-position: center bottom;
}

.p-mv__lead {
  background-color: var(--blue);
  margin-top: -10px;
  margin-top: -0.625rem;
  margin-top: -10px;
  padding: 109px 0 100px;
  padding: 6.8125rem 0 6.25rem;
  position: relative;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-mv__lead {
    margin-top: -0.125rem;
    padding: 7.5rem 3.125rem 0;
  }
}

.p-mv__lead::after {
  background-image: url(../img/mv-wave02.png);
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: contain;
  bottom: -4.5833333333vw;
  content: "";
  display: block;
  height: 20.5729166667vw;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media screen and (max-width: 767px) {
  .p-mv__lead::after {
    background-image: url(../img/mv-wave02-sp.png);
    bottom: -12.75rem;
    height: 27rem;
    -webkit-transform: translateY(-3.6875rem);
    background-size: cover;
            transform: translateY(-3.6875rem);
  }
}

.p-mv__lead-txt {
  color: var(--white);
  font-family: var(--font-sub);
  font-size: 26px;
  font-size: 1.625rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.7;
  text-align: center;
  text-shadow: var(--shadow);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-mv__lead-txt {
    font-size: 2.125rem;
    line-height: 1.6;
  }
}

.p-mv__copy-wrap {
  left: 10.9%;
  position: absolute;
  top: 10.2083333333vw;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-mv__copy-wrap {
    left: 6.8%;
    top: 29.9375rem;
  }
}

.p-mv__copy {
  position: relative;
  width: 31.4583333333vw;
  z-index: 0;
  -webkit-filter: drop-shadow(var(--shadow));
          filter: drop-shadow(var(--shadow));
}
@media screen and (max-width: 767px) {
  .p-mv__copy {
    width: 37.75rem;
  }
}

.p-mv__icon img {
  height: auto;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mv__icon {
  position: absolute;
}

.p-mv__icon--01 {
  left: 7%;
  top: -7%;
  width: 6.09375vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__icon--01 {
    width: 7.3125rem;
  }
}

.p-mv__icon--02 {
  left: 24%;
  top: 13.1%;
  width: 4.375vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__icon--02 {
    width: 5.25rem;
  }
}

.p-mv__icon--03 {
  bottom: -18%;
  right: -15.3%;
  width: 7.7083333333vw;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .p-mv__icon--03 {
    width: 9.25rem;
  }
}

.p-mv__icon--01 img {
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.p-mv__copy-subwrap {
  background-image: url(../img/mv_copy-bg.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  height: 7.2395833333vw;
  left: 11.5%;
  position: absolute;
  top: 32.2916666667vw;
  width: 32.03125vw;
  z-index: 1;
  -webkit-filter: drop-shadow(var(--shadow));
          filter: drop-shadow(var(--shadow));
}
@media screen and (max-width: 767px) {
  .p-mv__copy-subwrap {
    height: 8.6875rem;
    left: 1.5%;
    top: 56.5rem;
    width: 44rem;
  }
}

.p-mv__copy-sub {
  left: 50%;
  position: absolute;
  top: 3.75vw;
  width: 28.6458333333vw;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .p-mv__copy-sub {
    top: 50%;
    width: 33.875rem;
  }
}

.p-option {
  padding-top: 123px;
  padding-top: 7.6875rem;
}
@media screen and (max-width: 767px) {
  .p-option {
    padding-top: 8.1875rem;
  }
}

.p-option__container {
  background-color: var(--blue);
  border-radius: 1.875rem;
  margin-top: 49px;
  margin-top: 3.0625rem;
  padding: 22px 34px 32px;
  padding: 1.375rem 2.125rem 2rem;
}
@media screen and (max-width: 767px) {
  .p-option__container {
    border-radius: 1.875rem;
    margin-inline: auto;
    margin-top: 3.0625rem;
    max-width: 40.625rem;
    padding: 2.9375rem 3.125rem 3.4375rem;
  }
}

.p-option__item-ttl {
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  -webkit-font-feature-settings: "palt";
  color: var(--white);
          font-feature-settings: "palt";
  text-align: center;
  text-shadow: var(--shadow);
}
@media screen and (max-width: 767px) {
  .p-option__item-ttl {
    font-size: 2.5rem;
  }
}

.p-option__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 23px;
  gap: 1.4375rem;
  margin-top: 21px;
  margin-top: 1.3125rem;
}
@media screen and (max-width: 767px) {
  .p-option__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-inline: auto;
    margin-top: 0;
    max-width: 34.0625rem;
  }
}

.p-option__item {
  max-width: 228px;
  max-width: 14.25rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-option__item {
    margin-top: 2.625rem;
    max-width: unset;
  }
}

@media screen and (max-width: 767px) {
  .p-option__item:not(:first-child) {
    margin-top: 1.875rem;
  }
}

.p-reservation {
  padding-top: 118px;
  padding-top: 7.375rem;
}

/*----------------------------------------------
// フォーム全体レイアウト
----------------------------------------------*/
.p-reservation__container {
  background-color: var(--blue);
  border-radius: 1.875rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-inline: auto;
  margin-top: 48px;
  margin-top: 3rem;
  max-width: 900px;
  max-width: 56.25rem;
  padding: 63px 25px 70px;
  padding: 3.9375rem 1.5625rem 4.375rem;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-reservation__container {
    max-width: 40.625rem;
    padding: 2.6875rem 3.28125rem 4.8125rem;
  }
}

.p-reservation__form {
  max-width: 660px;
  max-width: 41.25rem;
  width: 100%;
}

.p-reservation__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 23px;
  margin-top: 1.4375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-reservation__item {
    margin-top: 2.5rem;
  }
}

.p-reservation__item:first-child {
  margin-top: 0;
}

.p-reservation__wrapper {
  background-color: var(--white);
  border-radius: 0.625rem;
  margin-top: 10px;
  margin-top: 0.625rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__wrapper {
    border-radius: 0.9375rem;
    margin-top: 1rem;
  }
}

/*----------------------------------------------
// テキスト・ラベル共通
----------------------------------------------*/
.p-reservation__item-ttl {
  color: var(--white);
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  line-height: 1.4545454545;
  text-shadow: var(--shadow);
  white-space: nowrap;
}
@media screen and (max-width: 767px) {
  .p-reservation__item-ttl {
    display: block;
    font-size: 2rem;
    white-space: normal;
    -webkit-font-feature-settings: "palt";
            font-feature-settings: "palt";
  }
}

label.p-reservation__item-ttl.p-reservation__item-ttl--yellow {
  color: var(--yellow);
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.45;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
  padding-left: 5px;
  padding-left: 0.3125rem;
}
@media screen and (max-width: 767px) {
  label.p-reservation__item-ttl.p-reservation__item-ttl--yellow {
    font-size: 1.75rem;
    padding-left: 0;
  }
}

.p-reservation__item-label {
  cursor: pointer;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
}

.p-reservation__item-label .p-reservation__item-small {
  display: inline-block;
  font-size: 17px;
  font-size: 1.0625rem;
  font-weight: 400;
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-reservation__item-label .p-reservation__item-small {
    font-size: 1.75rem;
    margin-top: 0.25rem;
    vertical-align: bottom;
  }
}

.p-reservation__item-small {
  display: inline-block;
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  font-weight: 400;
  letter-spacing: 0.05em;
}

.p-reservation__note {
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  -webkit-font-feature-settings: "palt";
  color: var(--white);
          font-feature-settings: "palt";
  letter-spacing: 0.05em;
}
@media screen and (max-width: 767px) {
  .p-reservation__note {
    font-size: 1.625rem;
    line-height: 1.3846153846;
  }
}

/*----------------------------------------------
// カスタムラジオボタン（共通）
----------------------------------------------*/
.p-reservation__radio input[type=radio] {
  display: none;
}

.p-reservation__radio label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  line-height: 25px;
  line-height: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__radio label {
    font-size: 1.875rem;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    line-height: 2.875rem;
  }
}

.p-reservation__radio label::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  background: #eee;
  border-radius: 50%;
      flex-shrink: 0;
  height: 25px;
  height: 1.5625rem;
  margin-right: 14px;
  margin-right: 0.875rem;
  width: 25px;
  width: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__radio label::before {
    height: 2.0625rem;
    margin-right: 1.25rem;
    margin-top: 0.3em;
    width: 2.0625rem;
  }
}

.p-reservation__radio label::after {
  background: var(--blue);
  border-radius: 50%;
  content: "";
  display: none;
  height: 15px;
  height: 0.9375rem;
  left: 5px;
  left: 0.3125rem;
  line-height: 25px;
  line-height: 1.5625rem;
  position: absolute;
  top: 5px;
  top: 0.3125rem;
  width: 15px;
  width: 0.9375rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__radio label::after {
    left: 0.4375rem;
    -webkit-transform: none;
    height: 1.1875rem;
    top: 1rem;
            transform: none;
    width: 1.1875rem;
  }
}

.p-reservation__radio input[type=radio]:checked + label::after {
  display: block;
}

/*----------------------------------------------
// カスタムチェックボックス（共通）
----------------------------------------------*/
.p-reservation__form-checkbox {
  width: 190px;
  width: 11.875rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__form-checkbox {
    width: 100%;
  }
}

.p-reservation__form-checkbox input[type=checkbox] {
  display: none;
}

.p-reservation__form-checkbox label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  font-weight: 400;
  letter-spacing: 0.05em;
  line-height: 1.25;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-reservation__form-checkbox label {
    font-size: 1.75rem;
  }
}

.p-reservation__form-checkbox label::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  background: #eee;
  border-radius: 0.3125rem;
      flex-shrink: 0;
  height: 25px;
  height: 1.5625rem;
  margin-right: 12px;
  margin-right: 0.75rem;
  width: 25px;
  width: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__form-checkbox label::before {
    border-radius: 0.5rem;
    height: 2.125rem;
    margin-right: 1.875rem;
    width: 2.125rem;
  }
}

.p-reservation__form-checkbox input[type=checkbox]:checked + label::before {
  background: #eee url(../img/icon_check.png) no-repeat center/16px 12px;
  background: #eee url(../img/icon_check.png) no-repeat center/1rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__form-checkbox input[type=checkbox]:checked + label::before {
    background: #eee url(../img/icon_check.png) no-repeat center/1.375rem 1.0625rem;
  }
}

/*----------------------------------------------
// ご予約プラン
----------------------------------------------*/
.p-reservation__wrapper.p-reservation__wrapper--plan {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 140px;
  height: 8.75rem;
  padding: 33px 30px;
  padding: 2.0625rem 1.875rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .p-reservation__wrapper.p-reservation__wrapper--plan {
    height: 15.1875rem;
    padding: 2.25rem 2.3125rem 2.75rem;
  }
}

.p-reservation__wrapper.p-reservation__wrapper--plan .p-reservation__item-label {
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  letter-spacing: 0.05em;
  line-height: 1;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  .p-reservation__wrapper.p-reservation__wrapper--plan .p-reservation__item-label {
    font-size: 1.875rem;
    line-height: 1.4333333333;
  }
}

.p-reservation__radio.p-reservation__radio--plan:last-child {
  margin-top: 30px;
  margin-top: 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__radio.p-reservation__radio--plan:last-child {
    margin-top: 0.8125rem;
  }
}

/*----------------------------------------------
// 氏名・フリガナ・連絡先・Eメール
----------------------------------------------*/
.p-reservation__input {
  border: none;
  border-radius: 0.625rem;
  height: 75px;
  height: 4.6875rem;
  outline: none;
  padding: 23px 20px 23px 38px;
  padding: 1.4375rem 1.25rem 1.4375rem 2.375rem;
  width: 100%;
	font-size: 18px;
}
@media screen and (max-width: 767px) {
  .p-reservation__input {
    border-radius: 0.9375rem;
    height: 6.25rem;
	  font-size: 16px;
  }
}

/*----------------------------------------------
// 予約人数・利用期間
----------------------------------------------*/
.p-reservation__form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 2px;
  margin-top: 0.125rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 0;
  }
}

.p-reservation__form-left {
  width: 320px;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__form-left {
    width: 100%;
  }
}

.p-reservation__form-right {
  width: 320px;
  width: 20rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__form-right {
    margin-top: 1rem;
    width: 100%;
  }
}

/*----------------------------------------------
// 追加オプション
----------------------------------------------*/
.p-reservation__wrapper.p-reservation__wrapper--option {
  background-color: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  gap: 1rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__wrapper.p-reservation__wrapper--option {
    gap: 1.1875rem;
    margin-top: 0.9375rem;
  }
}

.p-reservation__radio.p-reservation__radio--option {
  background-color: var(--white);
  border-radius: 0.625rem;
  padding: 23px 30px;
  padding: 1.4375rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__radio.p-reservation__radio--option {
    border-radius: 0.9375rem;
    padding: 1.75rem 1.8125rem 2.6875rem 2.25rem;
  }
}

.p-reservation__radio.p-reservation__radio--option:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 75px;
  height: 4.6875rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .p-reservation__radio.p-reservation__radio--option:last-child {
    height: 6.25rem;
    padding: 0.625rem 1.8125rem 0.625rem 2.25rem;
  }
}

.p-reservation__radio-wrap::after {
  background-image: url(../img/icon_line-long.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  display: block;
  height: 3px;
  height: 0.1875rem;
  padding-bottom: 39px;
  padding-bottom: 2.4375rem;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-reservation__radio-wrap::after {
    background-image: url(../img/icon_line-long-sp.png);
    padding-bottom: 3.125rem;
  }
}

.p-reservation__form-checkboxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 12px;
  gap: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__form-checkboxes {
    gap: 0.875rem;
    margin-top: 0.5rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reservation__wrapper.p-reservation__wrapper--option .p-reservation__radio .p-reservation__item-label::before {
    margin-right: 0.8125rem;
  }
}

/*----------------------------------------------
// その他
----------------------------------------------*/
.p-reservation__wrapper.p-reservation__wrapper--arrival {
  background-color: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  gap: 0.75rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 12px;
  margin-top: 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__wrapper.p-reservation__wrapper--arrival {
    gap: 1.25rem;
  }
}

.p-reservation__radio.p-reservation__radio--arrival {
  background-color: var(--white);
  border-radius: 0.625rem;
  padding: 22px 30px;
  padding: 1.375rem 1.875rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__radio.p-reservation__radio--arrival {
    border-radius: 0.9375rem;
    padding: 1.8125rem 1.8125rem 2rem 2.25rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reservation__radio.p-reservation__radio--arrival:last-child {
    padding-bottom: 1.5rem;
  }
}

.p-reservation__radio.p-reservation__radio--arrival .p-reservation__input {
  background-color: #eee;
  border-radius: 0.4375rem;
  height: 50px;
  height: 3.125rem;
  margin-top: 15px;
  margin-top: 0.9375rem;
  padding: 10px 20px;
  padding: 0.625rem 1.25rem;
  width: 596px;
  width: 37.25rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__radio.p-reservation__radio--arrival .p-reservation__input {
    border-radius: 0.9375rem;
    height: 7.5rem;
    margin-top: 0.875rem;
    padding: 0.8125rem 0.4375rem 0.8125rem 1.875rem;
    width: 100%;
  }
}

.p-reservation__radio.p-reservation__radio--arrival .p-reservation__note {
  color: #FE3C7A;
  font-size: max(17px, 11px);
  font-weight: 500;
  letter-spacing: 0.03em;
  margin-left: 14px;
  margin-left: 0.875rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__radio.p-reservation__radio--arrival .p-reservation__note {
    font-size: 1.625rem;
    line-height: 1.4230769231;
    margin-left: 0;
    margin-top: 0.25rem;
    padding-left: 1em;
    text-indent: -1em;
  }
}

@media screen and (max-width: 767px) {
  .p-reservation__radio.p-reservation__radio--arrival .p-reservation__item-label::before {
    margin-right: 0.9375rem;
  }
}

@media screen and (max-width: 767px) {
  .p-reservation__radio.p-reservation__radio--arrival label {
    letter-spacing: 0;
  }
}

/*----------------------------------------------
// 備考
----------------------------------------------*/
@media screen and (max-width: 767px) {
  .p-reservation__item.p-reservation__item--textarea .p-reservation__wrapper {
    margin-top: 1.6875rem;
  }
}

.p-reservation__form-textarea {
  border: none;
  border-radius: 0.625rem;
  font-size: 18px;
  min-height: 140px;
  min-height: 8.75rem;
  outline: none;
  padding: 23px 20px 23px 38px;
  padding: 1.4375rem 1.25rem 1.4375rem 2.375rem;
  resize: none;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .p-reservation__form-textarea {
    border-radius: 0.9375rem;
    min-height: 18.375rem;
    padding: 1.4375rem 0.4375rem 0.8125rem 2.3125rem;
	  font-size: 16px;
  }
}

@media screen and (max-width: 767px) {
  .p-reservation__form-textarea::-webkit-input-placeholder {
    letter-spacing: 0.025em;
  }
  .p-reservation__form-textarea::-moz-placeholder {
    letter-spacing: 0.025em;
  }
  .p-reservation__form-textarea::-ms-input-placeholder {
    letter-spacing: 0.025em;
  }
  .p-reservation__form-textarea::placeholder {
    letter-spacing: 0.025em;
  }
}

@media screen and (max-width: 767px) {
  .p-reservation__item--textarea .p-reservation__note {
    color: var(--white);
    font-weight: 700;
    padding-left: 1.5em;
    text-indent: -1.6em;
    text-shadow: var(--shadow);
  }
}

/*----------------------------------------------
// エラーメッセージ
----------------------------------------------*/
.p-reservation__error {
  color: var(--red);
  display: none;
  font-size: max(14px, 11px);
  font-size: max(0.875rem, 11px);
  font-weight: 500;
  letter-spacing: 0.05em;
  margin-top: 6px;
  margin-top: 0.375rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__error {
    font-size: 1.25rem;
    margin-top: 0.1875rem;
  }
}

.p-reservation__error.is-show {
  display: block;
}

.p-reservation__error.p-reservation__error--summary {
  bottom: -43%;
  font-size: max(16px, 12px);
  font-size: max(1rem, 12px);
  margin-top: 0;
  position: absolute;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-reservation__error.p-reservation__error--summary {
    bottom: -33%;
    font-size: 1.25rem;
  }
}

/*----------------------------------------------
// キャンセルポリシーへの同意
----------------------------------------------*/
.p-reservation__form-agree {
  margin-inline: auto;
  margin-top: 46px;
  margin-top: 2.875rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media screen and (max-width: 767px) {
  .p-reservation__form-agree {
    margin-top: 6.25rem;
  }
}

.p-reservation__form-agree input[type=checkbox] {
  display: none;
}

.p-reservation__form-agree label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--white);
  cursor: pointer;
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  font-weight: 500;
  gap: 2px;
  gap: 0.125rem;
  letter-spacing: 0.05em;
  line-height: 1.25;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  text-shadow: var(--shadow);
}
@media screen and (max-width: 767px) {
  .p-reservation__form-agree label {
    font-size: 1.75rem;
    gap: 1rem;
  }
}

.p-reservation__form-agree label::before {
  content: "";
  display: block;
  -ms-flex-negative: 0;
  background: var(--white);
  border-radius: 0.3125rem;
      flex-shrink: 0;
  height: 25px;
  height: 1.5625rem;
  margin-right: 5px;
  margin-right: 0.3125rem;
  width: 25px;
  width: 1.5625rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__form-agree label::before {
    height: 2.125rem;
    width: 2.125rem;
  }
}

.p-reservation__form-agree input[type=checkbox]:checked + label::before {
  background: var(--white) url(../img/icon_check-bk.png) no-repeat center/16px 12px;
  background: var(--white) url(../img/icon_check-bk.png) no-repeat center/1rem 0.75rem;
}
@media screen and (max-width: 767px) {
  .p-reservation__form-agree input[type=checkbox]:checked + label::before {
    background: var(--white) url(../img/icon_check-bk.png) no-repeat center/1.375rem 1.0625rem;
  }
}

/*----------------------------------------------
// 送信ボタン
----------------------------------------------*/
.p-reservation__form-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 28px;
  margin-top: 1.75rem;
}

.p-reservation__form-btn {
  background-color: var(--yellow);
  border: none;
  border-radius: 50vh;
  cursor: pointer;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  outline: none;
  padding: 12.5px 20px;
  padding: 0.78125rem 1.25rem;
  text-align: center;
  width: 290px;
  width: 18.125rem;
  -webkit-transition: 0.3s;
  color: var(--c-main);
  transition: 0.3s;
}
@media screen and (max-width: 767px) {
  .p-reservation__form-btn {
    font-size: 2.6875rem;
    padding: 1.09375rem 1.25rem;
    width: 26rem;
  }
}

@media (any-hover: hover) {
  .p-reservation__form-btn:hover {
    opacity: 0.7;
  }
}
/*----------------------------------------------
// プレースホルダー
----------------------------------------------*/
::-webkit-input-placeholder {
  color: var(--gray);
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
::-moz-placeholder {
  color: var(--gray);
  font-feature-settings: "palt";
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  font-weight: 400;
  letter-spacing: 0.05em;
}
::-ms-input-placeholder {
  color: var(--gray);
  font-feature-settings: "palt";
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  font-weight: 400;
  letter-spacing: 0.05em;
}
::placeholder {
  color: var(--gray);
  font-size: max(17px, 11px);
  font-size: max(1.0625rem, 11px);
  font-weight: 400;
  letter-spacing: 0.05em;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}
@media screen and (max-width: 767px) {
  ::-webkit-input-placeholder {
    font-size: 1.75rem;
  }
  ::-moz-placeholder {
    font-size: 1.75rem;
  }
  ::-ms-input-placeholder {
    font-size: 1.75rem;
  }
  ::placeholder {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  .u-pc {
    display: none;
  }
}

.u-sp {
  display: none;
}
@media screen and (max-width: 600px) {
  .u-sp {
    display: block;
  }
}

.u-tab {
  display: none;
}
@media screen and (max-width: 767px) {
  .u-tab {
    display: block;
  }
}

@media screen and (max-width: 600px) {
  .u-tabpc {
    display: none;
  }
}
.p-header__drawer-item span.tel {
	    font-size: 1.1em;
    line-height: 2;
    color: var(--red);
}
/*# sourceMappingURL=common.css.map */