@charset "UTF-8";
*, ::before, ::after {
  box-sizing: border-box;
  border-style: solid;
  border-width: 0;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}

body {
  margin: 0;
}

main {
  display: block;
}

p, table, blockquote, address, pre, iframe, form, figure, dl {
  margin: 0;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  margin: 0;
}

ul, ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

dt {
  font-weight: normal;
}

dd {
  margin-left: 0;
}

hr {
  border-top-width: 1px;
  box-sizing: content-box;
  clear: both;
  color: inherit;
  height: 0;
  margin: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: inherit;
}

address {
  font-style: inherit;
}

a {
  background-color: transparent;
  color: inherit;
  text-decoration: none;
}

abbr[title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

b, strong {
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: inherit;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img, embed, object, iframe {
  vertical-align: bottom;
}

button, input, optgroup, select, textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  background: transparent;
  border-radius: 0;
  color: inherit;
  font: inherit;
  margin: 0;
  outline: 0;
  padding: 0;
  text-align: inherit;
  vertical-align: middle;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, [type=button], [type=reset], [type=submit] {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}

button[disabled], [type=button][disabled], [type=reset][disabled], [type=submit][disabled] {
  cursor: default;
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

select::-ms-expand {
  display: none;
}

option {
  padding: 0;
}

fieldset {
  margin: 0;
  min-width: 0;
  padding: 0;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

label[for] {
  cursor: pointer;
}

details {
  display: block;
}

summary {
  display: list-item;
}

[contenteditable] {
  outline: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

caption {
  text-align: left;
}

td, th {
  font-weight: normal;
  vertical-align: top;
  padding: 0;
}

th {
  text-align: left;
  font-weight: normal;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  color: #231815;
  font-size: 1rem;
  font-family: kozuka-gothic-pr6n, sans-serif;
  text-rendering: optimizeLegibility;
  font-kerning: normal;
  font-variant-ligatures: common-ligatures;
  font-feature-settings: "palt", "kern", "liga", "clig", "calt";
  -webkit-text-size-adjust: 100%;
}

img {
  width: 100%;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

object {
  display: inline-block;
  pointer-events: none;
}

a {
  display: block;
  color: #231815;
  text-decoration: none;
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (min-width: 768px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}
@media (hover: hover) {
  a:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

input[type=submit] {
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  input[type=submit]:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

button {
  transition: all 0.3s ease;
  cursor: pointer;
}
@media (hover: hover) {
  button:hover {
    opacity: 0.6;
    transition: all 0.3s ease;
  }
}

:focus {
  outline: none;
}

/*::placeholder {
  color: $colorGray;
}

:-ms-input-placeholder {
  color: $colorGray;
}*/
.u-hide {
  display: none !important;
}

.u-opacity {
  opacity: 0;
}

.u-sp {
  display: block !important;
}
@media (min-width: 768px) {
  .u-sp {
    display: none !important;
  }
}

.u-spTab {
  display: block !important;
}
@media (min-width: 1200px) {
  .u-spTab {
    display: none !important;
  }
}

.u-tab {
  display: none !important;
}
@media (min-width: 768px) {
  .u-tab {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .u-tab {
    display: none !important;
  }
}

.u-tabPc {
  display: none !important;
}
@media (min-width: 768px) {
  .u-tabPc {
    display: block !important;
  }
}

.u-pc {
  display: none !important;
}
@media (min-width: 1200px) {
  .u-pc {
    display: block !important;
  }
}

.u-spPc {
  display: none !important;
}
@media (max-width: 767px) {
  .u-spPc {
    display: block !important;
  }
}
@media (min-width: 1200px) {
  .u-spPc {
    display: block !important;
  }
}

.u-animation--fadeUp {
  opacity: 0;
}

.u-animation--is .uu-animation--fadeUp {
  -webkit-animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

.u-animation--is.u-animation--fadeUp {
  -webkit-animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
          animation: fadeup 1s 0.5s cubic-bezier(0.33, 1, 0.68, 1) forwards;
}

@-webkit-keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeup {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  80% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.c-inner {
  width: min(100%, 980px);
  padding: 0 clamp(25px, 4.3402777778vw, 50px);
  margin: 0 auto;
}

/*.c-button {
  position: relative;
  background-color: $colorWhite;
  cursor: pointer;

  & > * {
    position: relative;
    display: block;
    line-height: 1;
    width: 100%;
    transition-property: all;
  }
}

//---------------------------------------
// type
//---------------------------------------
.c-button__type {
  border-radius: 100px;

  & > * {
    font-size: fontSize(1.4, 2);
    font-weight: 700;
    text-align: center;
    border-width: 1px;
    border-radius: 100px;
    padding: {
      top: margin(14.5, 29);
      left: 8px;
      bottom: margin(14.5, 29);
    }

    @include mqMin($tabMin) {
      padding: {
        top: margin(12, 24);
        bottom: margin(12, 24);
      }
    }

    & > * {
      position: relative;
      padding-right: margin(24, 40);

      &::before,
      &::after {
        @include pseudo;
        top: 50%;
      }

      &::before {
        width: margin(16, 24);
        height: margin(16, 24);
        right: 0;
        border-radius: 50%;
        margin-top: margin(-8, -12);
      }

      &::after {
        background-repeat: no-repeat;
        background-size: 100%;
        width: margin(4, 6);
        aspect-ratio: 1/2;
        right: margin(6, 9);
        margin-top: calc(margin(4, 6) / 1 * 2 / -2);
      }

      & > * {
        font-size: fontSize(1, 1.6);
      }
    }
  }
}

//---------------------------------------
// color
//---------------------------------------
.c-button__pink {

  & > * {
    background-color: $colorPink03;
    color: $colorWhite;
    border-color: $colorPink04;

    & > * {

      &::before {
        background-color: $colorWhite;
      }

      &::after {
        background-image: url(../img/icon_arrow_p.svg);
      }
    }
  }
}

.c-button__purple {

  & > * {
    background-color: $colorPurple;
    color: $colorWhite;
    border-color: $colorPink03;

    & > * {

      &::before {
        background-color: $colorWhite;
      }

      &::after {
        background-image: url(../img/icon_arrow_pu.svg);
      }
    }
  }
}

.c-button__gray {

  & > * {
    background-color: $colorGray;
    color: $colorWhite;
    border-color: $colorGray;

    & > * {

      &::before {
        background-color: $colorWhite;
      }

      &::after {
        background-image: url(../img/icon_arrow_g.svg);
      }
    }
  }
}*/
/*.c-form__text {
  background-color: $colorWhite;
  width: 100%;
  border-radius: 4px;
  padding: {
    top: margin(14.5, 29);
    right: 16px;
    bottom: margin(14.5, 29);
    left: 16px;
  }

  @include mqMin($tabMin) {
    padding: {
      top: margin(6.5, 13);
      bottom: margin(6.5, 13);
    }
  }
}

//---------------------------------------
// textarea
//---------------------------------------
.c-form__textarea {
  background-color: $colorWhite;
  width: 100%;
  height: 160px;
  border-radius: 4px;
  padding: {
    top: margin(14.5, 29);
    right: 16px;
    bottom: margin(14.5, 29);
    left: 16px;
  }
  resize: none;

  @include mqMin($tabMin) {
    padding: {
      top: margin(6.5, 13);
      bottom: margin(6.5, 13);
    }
  }
}

//---------------------------------------
// select
//---------------------------------------
.c-form__selectBox {
  position: relative;
  background-color: $colorWhite;
  width: 55%;
  border-radius: 4px;

  @include mqMin($tabMin) {
    width: 50%;
  }

  &::before,
  &::after {
    @include pseudo;
    pointer-events: none;
  }

  &::before {
    background-color: $colorWhite;
    width: 56px;
    height: 100%;
    top: 0;
    right: 0;
    z-index: 1;
  }

  &::after {
    width: 0;
    height: 0;
    top: 50%;
    right: 23px;
    border-style: solid;
    border-right: 5px solid transparent;
    border-left: 5px solid transparent;
    border-top: 5px solid $colorPurple;
    border-bottom: 0;
    margin-top: -2.5px;
    z-index: 2;
  }
}

.c-form__select {
  text-align: left;
  width: 100%;
  padding: {
    top: margin(13.5, 27);
    right: 16px;
    bottom: margin(13.5, 27);
    left: 16px;
  }
  cursor: pointer;

  @include mqMax($spMax) {
    min-height: calc(margin(13.5, 27) + fontSize(1.4, 1.6) * 1.5 + margin(13.5, 27));
  }

  @include mqMin($tabMin) {
    padding: {
      top: margin(6.5, 13);
      bottom: margin(6.5, 13);
    }
  }
}

//---------------------------------------
// error
//---------------------------------------
p.error {
  padding-top: 5px;
}*/
.c-lower__logos {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(15px, 2.6041666667vw, 30px);
  margin-bottom: clamp(64.5px, 11.1979166667vw, 129px);
}

.c-lower__logo:nth-of-type(1) {
  flex: 1 1 295px;
  max-width: 295px;
}
.c-lower__logo:nth-of-type(2) {
  flex: 1 1 248px;
  max-width: 248px;
}

.c-lower__title {
  color: #004c76;
  font-size: clamp(2.6rem, 0.3727272727rem + 4.4545454545vw, 7.5rem);
  font-weight: 900;
  line-height: clamp(4.5rem, 2.4545454545rem + 4.0909090909vw, 9rem);
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: clamp(19px, 3.2986111111vw, 38px);
}

.l-container {
  position: relative;
  font-size: clamp(1.4rem, 1.3090909091rem + 0.1818181818vw, 1.6rem);
  line-height: 1.679;
  padding-top: calc(clamp(16px, 2.7777777778vw, 32px) * 2 + clamp(155px, 26.9097222222vw, 310px) / 310 * 34);
  overflow: hidden;
}

.l-header {
  position: fixed;
  background-color: #004c76;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 85;
  padding-top: clamp(16px, 2.7777777778vw, 32px);
  padding-bottom: clamp(16px, 2.7777777778vw, 32px);
}
.l-header .c-inner {
  width: min(100%, 1295px);
  padding-right: clamp(15px, 2.6041666667vw, 30px);
  padding-left: clamp(15px, 2.6041666667vw, 30px);
}

.l-header__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  -moz-column-gap: clamp(25px, 4.3402777778vw, 50px);
       column-gap: clamp(25px, 4.3402777778vw, 50px);
}

.l-header__logo {
  flex: 0 1 clamp(155px, 26.9097222222vw, 310px);
  aspect-ratio: 310/34;
}
.l-header__logo a {
  height: 100%;
}
.l-header__logo a img {
  vertical-align: top;
}

.l-header__menu {
  position: fixed;
  width: clamp(25px, 4.3402777778vw, 50px);
  height: clamp(20px, 3.4722222222vw, 40px);
  top: clamp(16px, 2.7777777778vw, 32px);
  right: clamp(15px, 2.6041666667vw, 30px);
  z-index: 95;
  cursor: pointer;
}
.l-header__menu span {
  position: absolute;
  display: block;
  background-color: #ffffff;
  width: 100%;
  height: 2px;
  left: 0;
  transition: all 0.4s;
}
.l-header__menu span:nth-of-type(1) {
  top: 0;
}
.l-header__menu span:nth-of-type(2) {
  top: 50%;
  margin-top: -1px;
}
.l-header__menu span:nth-of-type(3) {
  top: calc(100% - 2px);
}

@media (max-width: 1199px) {
  .l-header__nav {
    position: fixed;
    background-color: #004c76;
    width: 100%;
    height: 100vh;
    height: 100dvh;
    top: 0;
    left: 100%;
    z-index: 90;
    overscroll-behavior: contain;
    overflow-y: auto;
    transition-property: left;
    transition-duration: 0.4s;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .l-header__nav::-webkit-scrollbar {
    display: none;
  }
}

@media (max-width: 1199px) {
  .l-header__nav-list {
    height: calc(100vh + 0.5px);
    height: calc(100dvh + 0.5px);
    padding-top: clamp(60px, 10.4166666667vw, 120px);
    padding-right: clamp(25px, 4.3402777778vw, 50px);
    padding-left: clamp(25px, 4.3402777778vw, 50px);
  }
}
@media (min-width: 1200px) {
  .l-header__nav-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    -moz-column-gap: clamp(9.5px, 1.6493055556vw, 19px);
         column-gap: clamp(9.5px, 1.6493055556vw, 19px);
  }
}

@media (max-width: 1199px) {
  .l-header__nav-item:nth-last-of-type(n+2) {
    margin-bottom: clamp(25px, 4.3402777778vw, 50px);
  }
}
@media (min-width: 1200px) {
  .l-header__nav-item:nth-last-of-type(n+2) {
    position: relative;
  }
}
@media (min-width: 1200px) {
  .l-header__nav-item:nth-last-of-type(n+2)::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #ffffff;
    width: 2px;
    height: 15px;
    top: 5px;
    right: -10px;
  }
}
@media (max-width: 1199px) {
  .l-header__nav-item:last-of-type {
    padding-bottom: clamp(60px, 10.4166666667vw, 120px);
  }
}
.l-header__nav-item a {
  color: #ffffff;
  font-family: berthold-baskerville-pro, sans-serif;
  font-size: clamp(2rem, 1.6363636364rem + 0.7272727273vw, 2.8rem);
  font-weight: 700;
  line-height: clamp(2.4rem, 2.0363636364rem + 0.7272727273vw, 3.2rem);
}
@media (min-width: 1200px) {
  .l-header__nav-item a {
    font-size: clamp(1.4rem, 1.3090909091rem + 0.1818181818vw, 1.6rem);
    line-height: clamp(2rem, 1.7272727273rem + 0.5454545455vw, 2.6rem);
  }
}
.l-header__nav-item a span {
  display: block;
  font-family: kozuka-gothic-pr6n, sans-serif;
  font-size: clamp(1.2rem, 1.1090909091rem + 0.1818181818vw, 1.4rem);
  font-weight: 400;
  line-height: 1;
}
@media (min-width: 1200px) {
  .l-header__nav-item a span {
    font-size: clamp(0.8rem, 0.7545454545rem + 0.0909090909vw, 0.9rem);
    text-align: right;
  }
}

.header--active .l-header__menu span {
  top: 50%;
}
.header--active .l-header__menu span:nth-of-type(1) {
  transform: rotate(45deg);
}
.header--active .l-header__menu span:nth-of-type(2) {
  display: none;
}
.header--active .l-header__menu span:nth-of-type(3) {
  transform: rotate(-45deg);
}
.header--active .l-header__nav {
  left: 0;
}

.l-footer .c-inner {
  width: 100%;
  padding: 0;
}

.l-footer__hero {
  position: relative;
  background-color: #addcf5;
  text-align: center;
  padding-top: clamp(91.5px, 15.8854166667vw, 183px);
  padding-bottom: clamp(51.5px, 8.9409722222vw, 103px);
}
.l-footer__hero::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_footer.png);
  background-repeat: repeat-x;
  background-size: clamp(87.5px, 15.1909722222vw, 175px);
  background-position: center top;
  width: 100%;
  height: clamp(44.25px, 7.6822916667vw, 88.5px);
  top: 0;
  left: 0;
}

.l-footer__hero-inner {
  width: min(100%, 980px);
  padding: 0 clamp(25px, 4.3402777778vw, 50px);
  margin: 0 auto;
}

.l-footer__title {
  font-size: clamp(2.1rem, -0.0818181818rem + 4.3636363636vw, 6.9rem);
  font-weight: 900;
  line-height: clamp(4.1rem, 2.2363636364rem + 3.7272727273vw, 8.2rem);
  color: #004c76;
  margin-bottom: clamp(32.5px, 5.6423611111vw, 65px);
  letter-spacing: 0.16em;
}

.l-footer__cta {
  background: #ffffff;
  width: min(100%, 728px);
  border-radius: clamp(18.5px, 3.2118055556vw, 37px);
  margin-right: auto;
  margin-left: auto;
}
.l-footer__cta a {
  background-color: #ddae00;
  color: #ffffff;
  font-size: clamp(2.15rem, 1.1727272727rem + 1.9545454545vw, 4.3rem);
  font-weight: 900;
  letter-spacing: 0.16em;
  border-radius: clamp(18.5px, 3.2118055556vw, 37px);
  padding-top: clamp(3.25px, 0.5642361111vw, 6.5px);
  padding-bottom: clamp(3.25px, 0.5642361111vw, 6.5px);
}

.l-footer__gallery-item img {
  -o-object-fit: contain;
     object-fit: contain;
  width: auto;
  height: clamp(128px, 22.2222222222vw, 256px);
}

.l-footer__info {
  background: #004c76;
  color: #ffffff;
  text-align: center;
  padding-top: clamp(82.5px, 14.3229166667vw, 165px);
  padding-bottom: clamp(66px, 11.4583333333vw, 132px);
}

.l-footer__info-inner {
  width: min(100%, 1200px);
  padding: 0 clamp(25px, 4.3402777778vw, 50px);
  margin: 0 auto;
}

.l-footer__tagline {
  position: relative;
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-size: clamp(1.2rem, 0.4272727273rem + 1.5454545455vw, 2.9rem);
  line-height: clamp(1.7rem, 0.9272727273rem + 1.5454545455vw, 3.4rem);
  letter-spacing: 0.16em;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-right: auto;
  margin-left: auto;
}
.l-footer__tagline::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon_open_daily.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: clamp(46.5px, 8.0729166667vw, 93px);
  aspect-ratio: 93/106;
  bottom: 100%;
  left: calc(100% - clamp(20px, 3.4722222222vw, 40px));
}
@media (min-width: 375px) {
  .l-footer__tagline::before {
    bottom: 0;
    left: calc(100% + clamp(9.5px, 1.6493055556vw, 19px));
  }
}

.l-footer__facility-name {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-size: clamp(2.1rem, 0.6rem + 3vw, 5.4rem);
  line-height: clamp(3.25rem, 1.7727272727rem + 2.9545454545vw, 6.5rem);
  letter-spacing: 0.16em;
  margin-bottom: clamp(10px, 1.7361111111vw, 20px);
}

.l-footer__address {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  font-size: clamp(1.4rem, 0.1727272727rem + 2.4545454545vw, 4.1rem);
  line-height: clamp(2.45rem, 1.3363636364rem + 2.2272727273vw, 4.9rem);
  letter-spacing: 0.16em;
  margin-bottom: clamp(26.5px, 4.6006944444vw, 53px);
}

.l-footer__contact {
  font-family: fot-tsukuaoldmin-pr6n, sans-serif;
  letter-spacing: 0.16em;
  max-width: 823px;
  border-bottom: clamp(2px, 0.3472222222vw, 4px) solid #ffffff;
  padding-bottom: clamp(26px, 4.5138888889vw, 52px);
  margin-right: auto;
  margin-bottom: clamp(19px, 3.2986111111vw, 38px);
  margin-left: auto;
}

.l-footer__contact-label {
  font-size: clamp(1.6rem, 0.8727272727rem + 1.4545454545vw, 3.2rem);
  line-height: clamp(1.95rem, 1.0636363636rem + 1.7727272727vw, 3.9rem);
}

.l-footer__tel {
  margin-bottom: clamp(7px, 1.2152777778vw, 14px);
}
.l-footer__tel a {
  color: #ffffff;
  font-size: clamp(3.05rem, 1.6636363636rem + 2.7727272727vw, 6.1rem);
  line-height: clamp(3.7rem, 2.0181818182rem + 3.3636363636vw, 7.4rem);
}

.l-footer__hours {
  font-size: clamp(1.6rem, 0.8727272727rem + 1.4545454545vw, 3.2rem);
  line-height: clamp(1.95rem, 1.0636363636rem + 1.7727272727vw, 3.9rem);
}

.l-footer__nav-title {
  font-family: berthold-baskerville-pro, sans-serif;
  font-size: clamp(3rem, 1.6363636364rem + 2.7272727273vw, 6rem);
  font-weight: 700;
  line-height: clamp(5.25rem, 2.8636363636rem + 4.7727272727vw, 10.5rem);
  color: #ffffff;
  margin-bottom: clamp(19px, 3.2986111111vw, 38px);
}

.l-footer__nav-list {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(14.5px, 2.5173611111vw, 29px);
}
@media (max-width: 767px) {
  .l-footer__nav-list {
    flex-direction: column;
  }
}

.l-footer__nav-item:nth-last-of-type(n+2) {
  position: relative;
}
@media (min-width: 768px) {
  .l-footer__nav-item:nth-last-of-type(n+2)::after {
    content: "";
    position: absolute;
    display: block;
    background-color: #ffffff;
    width: clamp(1.5px, 0.2604166667vw, 3px);
    height: clamp(11px, 1.9097222222vw, 22px);
    top: 0;
    right: clamp(-14.5px, -1.2586805556vw, -7.25px);
  }
}
.l-footer__nav-item a {
  color: #ffffff;
  font-family: berthold-baskerville-pro, sans-serif;
  font-size: clamp(1.2rem, 0.6545454545rem + 1.0909090909vw, 2.4rem);
  font-weight: 700;
  line-height: 1;
}
.l-footer__nav-item a span {
  display: block;
  font-size: clamp(0.7rem, 0.3818181818rem + 0.6363636364vw, 1.4rem);
  font-weight: 700;
  text-align: right;
  margin-top: clamp(1.5px, 0.2604166667vw, 3px);
}

.l-footer__copyright {
  font-size: clamp(1.05rem, 0.5727272727rem + 0.9545454545vw, 2.1rem);
  line-height: clamp(1.3rem, 0.7090909091rem + 1.1818181818vw, 2.6rem);
  letter-spacing: 0.16em;
  padding-top: clamp(12.5px, 2.1701388889vw, 25px);
  padding-bottom: clamp(25px, 4.3402777778vw, 50px);
  text-align: center;
}

.p-mv .c-inner {
  width: 100%;
  padding: 0;
}

.p-mv__list .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  -moz-column-gap: clamp(12.5px, 2.1701388889vw, 25px);
       column-gap: clamp(12.5px, 2.1701388889vw, 25px);
  width: 100%;
  bottom: clamp(15.5px, 2.6909722222vw, 31px);
  left: 0;
}
.p-mv__list .slick-dots li {
  background-color: #ffffff;
  width: clamp(11px, 1.9097222222vw, 22px);
  height: clamp(11px, 1.9097222222vw, 22px);
  border-radius: 50%;
  cursor: pointer;
}
.p-mv__list .slick-dots li button {
  display: none;
}

.p-first {
  padding-top: clamp(59.5px, 10.3298611111vw, 119px);
  padding-bottom: clamp(107px, 18.5763888889vw, 214px);
}

.p-first__content {
  text-align: center;
}

.p-first__logo {
  color: #004c76;
  font-family: berthold-baskerville-pro, sans-serif;
  font-size: clamp(2.6rem, 1.2818181818rem + 2.6363636364vw, 5.5rem);
  font-weight: 700;
  line-height: 1;
  margin-bottom: clamp(33px, 5.7291666667vw, 66px);
}
.p-first__logo span {
  position: relative;
  display: inline-block;
}
.p-first__logo span::before, .p-first__logo span::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon_fish_b.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: clamp(34px, 5.9027777778vw, 68px);
  aspect-ratio: 68/37;
  top: 50%;
  margin-top: calc(clamp(34px, 5.9027777778vw, 68px) / 68 * 37 / -2);
}
.p-first__logo span::before {
  right: calc(100% + clamp(11.5px, 1.9965277778vw, 23px));
}
.p-first__logo span::after {
  left: calc(100% + clamp(11.5px, 1.9965277778vw, 23px));
  transform: rotateY(180deg);
}

.p-first__title {
  color: #004c76;
  font-size: clamp(2.8rem, 0.9363636364rem + 3.7272727273vw, 6.9rem);
  font-weight: 900;
  line-height: clamp(4.1rem, 2.2363636364rem + 3.7272727273vw, 8.2rem);
  letter-spacing: 0.16em;
  margin-bottom: clamp(20px, 3.4722222222vw, 40px);
}
@media (max-width: 375px) {
  .p-first__title {
    font-size: clamp(2.2rem, -1.2909090909rem + 10.9090909091vw, 2.8rem);
  }
}

.p-first__intro {
  font-size: clamp(1.8rem, 0.7090909091rem + 2.1818181818vw, 4.2rem);
  font-weight: 900;
  line-height: clamp(2.5rem, 1.3636363636rem + 2.2727272727vw, 5rem);
  letter-spacing: 0.16em;
  margin-bottom: clamp(19px, 3.2986111111vw, 38px);
}
@media (max-width: 375px) {
  .p-first__intro {
    font-size: clamp(1.5rem, -0.2454545455rem + 5.4545454545vw, 1.8rem);
  }
}

.p-first__desc {
  font-size: clamp(1.5rem, 1.3636363636rem + 0.2727272727vw, 1.8rem);
  line-height: clamp(2.5rem, 2.0909090909rem + 0.8181818182vw, 3.4rem);
}

.p-terrace {
  position: relative;
  background-color: #addcf5;
  padding-top: clamp(20.5px, 3.5590277778vw, 41px);
}
.p-terrace::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_terrace.png);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 100%;
  aspect-ratio: 1923/134;
  bottom: 100%;
  left: 0;
}

.p-terrace__logo {
  width: 33.52%;
  margin-right: auto;
  margin-bottom: clamp(25px, 4.3402777778vw, 50px);
  margin-left: auto;
}

.p-terrace__main-title {
  color: #004c76;
  font-size: clamp(3.45rem, 1.8818181818rem + 3.1363636364vw, 6.9rem);
  font-weight: 900;
  line-height: clamp(4.1rem, 2.2363636364rem + 3.7272727273vw, 8.2rem);
  text-align: center;
  margin-bottom: clamp(22px, 3.8194444444vw, 44px);
}
@media (max-width: 375px) {
  .p-terrace__main-title {
    font-size: clamp(3.1rem, 1.0636363636rem + 6.3636363636vw, 3.45rem);
  }
}

.p-terrace__feature {
  display: flex;
  gap: clamp(25px, 4.3402777778vw, 50px);
  margin-bottom: clamp(34px, 5.9027777778vw, 68px);
}
@media (max-width: 767px) {
  .p-terrace__feature {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-terrace__feature {
    align-items: flex-start;
  }
}

@media (min-width: 768px) {
  .p-terrace__feature-text {
    flex: 1 1 444px;
  }
}

.p-terrace__feature-box {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: clamp(7px, 1.2152777778vw, 14px);
  margin-bottom: clamp(11.5px, 1.9965277778vw, 23px);
}

.p-terrace__feature-icon {
  flex: 0 1 clamp(54.5px, 9.4618055556vw, 109px);
}

.p-terrace__feature-title {
  color: #00979d;
  font-size: clamp(2rem, 1.0909090909rem + 1.8181818182vw, 4rem);
  font-weight: 900;
  line-height: clamp(2.4rem, 1.3090909091rem + 2.1818181818vw, 4.8rem);
  letter-spacing: 0.16em;
}

.p-terrace__feature-desc {
  color: #004c76;
  font-weight: 500;
  line-height: clamp(1.9rem, 1.5818181818rem + 0.6363636364vw, 2.6rem);
  letter-spacing: 0.04em;
  margin-bottom: clamp(12px, 2.0833333333vw, 24px);
}

.p-terrace__feature-button {
  background-color: #ffffff;
  width: 85.14%;
  border-radius: clamp(15px, 1.7361111111vw, 20px);
  margin-right: auto;
  margin-left: auto;
}
.p-terrace__feature-button a {
  background-color: #004c76;
  color: #ffffff;
  font-size: clamp(2.2rem, 1.8363636364rem + 0.7272727273vw, 3rem);
  font-weight: 900;
  line-height: clamp(2.7rem, 2.2909090909rem + 0.8181818182vw, 3.6rem);
  text-align: center;
  letter-spacing: 0.16em;
  border-radius: clamp(15px, 1.7361111111vw, 20px);
  padding-top: clamp(1.5px, 0.2604166667vw, 3px);
  padding-bottom: clamp(1.5px, 0.2604166667vw, 3px);
}

@media (min-width: 768px) {
  .p-terrace__feature-image {
    flex: 1 1 355px;
  }
}
.p-terrace__feature-image img {
  border-radius: clamp(20px, 3.4722222222vw, 40px);
}

.p-terrace__feature-time {
  display: flex;
  align-items: center;
  gap: clamp(18px, 3.125vw, 36px);
  margin-bottom: clamp(15.5px, 2.6909722222vw, 31px);
}
.p-terrace__feature-time > * {
  position: relative;
}
.p-terrace__feature-time > *:nth-child(n+2)::after {
  content: "";
  position: absolute;
  display: block;
  background-color: #004c76;
  width: clamp(1px, 0.1736111111vw, 2px);
  height: 100%;
  top: 0;
  left: clamp(-17px, -1.4756944444vw, -8.5px);
}

.p-terrace__feature-time-label {
  color: #004c76;
  font-size: clamp(2rem, 1.6363636364rem + 0.7272727273vw, 2.8rem);
  font-weight: 700;
  line-height: clamp(2.2rem, 1.7909090909rem + 0.8181818182vw, 3.1rem);
  letter-spacing: 0.12em;
}
@media (max-width: 375px) {
  .p-terrace__feature-time-label {
    font-size: clamp(1.7rem, -0.0454545455rem + 5.4545454545vw, 2rem);
  }
}

.p-terrace__feature-time-morning,
.p-terrace__feature-time-afternoon {
  color: #004c76;
  font-size: clamp(1.8rem, 1.5272727273rem + 0.5454545455vw, 2.4rem);
  font-weight: 700;
  line-height: clamp(1.9rem, 1.5363636364rem + 0.7272727273vw, 2.7rem);
  letter-spacing: 0.16em;
  text-align: center;
}
@media (max-width: 375px) {
  .p-terrace__feature-time-morning,
.p-terrace__feature-time-afternoon {
    font-size: clamp(1.5rem, -0.2454545455rem + 5.4545454545vw, 1.8rem);
  }
}

.p-terrace__location {
  margin-bottom: clamp(29px, 5.0347222222vw, 58px);
}

.p-terrace__location-images {
  display: flex;
  gap: clamp(13px, 2.2569444444vw, 26px);
  justify-content: center;
}

.p-terrace__location-image--1 {
  flex: 1 1 397px;
}
@media (min-width: 768px) {
  .p-terrace__location-image--1 {
    max-width: 397px;
  }
}

.p-terrace__location-image--2 {
  flex: 1 1 422px;
}
@media (min-width: 768px) {
  .p-terrace__location-image--2 {
    max-width: 422px;
  }
}

.p-terrace__night-fishing-title {
  color: #00979d;
  font-size: clamp(2rem, 1.0909090909rem + 1.8181818182vw, 4rem);
  font-weight: 900;
  line-height: clamp(2.4rem, 1.3090909091rem + 2.1818181818vw, 4.8rem);
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: clamp(9.5px, 1.6493055556vw, 19px);
}

.p-terrace__night-fishing-subtitle {
  color: #004c76;
  font-size: clamp(1.9rem, 1.4909090909rem + 0.8181818182vw, 2.8rem);
  font-weight: 700;
  line-height: clamp(3rem, 2.4545454545rem + 1.0909090909vw, 4.2rem);
  letter-spacing: 0.12em;
  text-align: center;
  margin-bottom: clamp(15px, 2.6041666667vw, 30px);
}
@media (max-width: 375px) {
  .p-terrace__night-fishing-subtitle {
    font-size: clamp(1.6rem, -0.1454545455rem + 5.4545454545vw, 1.9rem);
  }
}

.p-terrace__night-fishing-desc {
  color: #004c76;
  font-weight: 500;
  line-height: clamp(2rem, 1.6363636364rem + 0.7272727273vw, 2.8rem);
  letter-spacing: 0.04em;
  margin-bottom: clamp(20px, 3.4722222222vw, 40px);
}
@media (min-width: 768px) {
  .p-terrace__night-fishing-desc {
    padding-right: clamp(11.25px, 1.953125vw, 22.5px);
    padding-left: clamp(11.25px, 1.953125vw, 22.5px);
  }
}

.p-terrace__gallery {
  width: 93.183%;
  margin-right: auto;
  margin-left: auto;
}

.p-bbq {
  background-color: #abdaf3;
  padding-top: clamp(25.5px, 4.4270833333vw, 51px);
}

.p-bbq__icon-image {
  width: 28.183%;
  margin-right: auto;
  margin-bottom: clamp(17.5px, 3.0381944444vw, 35px);
  margin-left: auto;
}

.p-bbq__title {
  color: #004c76;
  font-size: clamp(3.3rem, 1.6636363636rem + 3.2727272727vw, 6.9rem);
  font-weight: 900;
  line-height: clamp(4.1rem, 2.2363636364rem + 3.7272727273vw, 8.2rem);
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: clamp(9px, 1.5625vw, 18px);
}
@media (max-width: 375px) {
  .p-bbq__title {
    font-size: clamp(2.7rem, -0.7909090909rem + 10.9090909091vw, 3.3rem);
  }
}

.p-bbq__subtitle {
  color: #00979d;
  font-size: clamp(2.2rem, 1.6545454545rem + 1.0909090909vw, 3.4rem);
  font-weight: 900;
  line-height: clamp(2.05rem, 1.1181818182rem + 1.8636363636vw, 4.1rem);
  letter-spacing: 0.16em;
  text-align: center;
  margin-bottom: clamp(17px, 2.9513888889vw, 34px);
}
@media (max-width: 375px) {
  .p-bbq__subtitle {
    font-size: clamp(1.8rem, -0.5272727273rem + 7.2727272727vw, 2.2rem);
  }
}

.p-bbq__feature {
  display: flex;
  gap: clamp(19.5px, 3.3854166667vw, 39px);
  margin-bottom: clamp(38px, 6.5972222222vw, 76px);
}
@media (max-width: 767px) {
  .p-bbq__feature {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-bbq__feature {
    align-items: center;
    padding-right: clamp(18.5px, 3.2118055556vw, 37px);
    padding-left: clamp(13.5px, 2.34375vw, 27px);
    margin-bottom: clamp(19px, 3.2986111111vw, 38px);
  }
}

@media (min-width: 768px) {
  .p-bbq__feature-image {
    flex: 1 1 434px;
  }
}

@media (min-width: 768px) {
  .p-bbq__feature-text {
    flex: 1 1 343px;
  }
}

.p-bbq__feature-description {
  color: #004c76;
  font-size: clamp(1.4rem, 1.3090909091rem + 0.1818181818vw, 1.6rem);
  font-weight: 500;
  line-height: clamp(1.7rem, 1.4727272727rem + 0.4545454545vw, 2.2rem);
}
.p-bbq__feature-description:nth-last-of-type(n+2) {
  margin-bottom: clamp(11px, 1.9097222222vw, 22px);
}

.p-bbq__enjoy {
  margin-bottom: clamp(35px, 6.0763888889vw, 70px);
}
@media (min-width: 768px) {
  .p-bbq__enjoy {
    padding-left: clamp(12.5px, 2.1701388889vw, 25px);
    margin-bottom: clamp(17.5px, 3.0381944444vw, 35px);
  }
}

.p-bbq__enjoy-content {
  display: flex;
  gap: clamp(13.5px, 2.34375vw, 27px);
}
@media (max-width: 767px) {
  .p-bbq__enjoy-content {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-bbq__enjoy-content {
    align-items: center;
  }
}

.p-bbq__enjoy-title {
  color: #00979d;
  font-size: clamp(2rem, 1.0909090909rem + 1.8181818182vw, 4rem);
  font-weight: 900;
  line-height: clamp(2.4rem, 1.3090909091rem + 2.1818181818vw, 4.8rem);
  letter-spacing: 0.16em;
  margin-bottom: clamp(15.5px, 2.6909722222vw, 31px);
}
@media (min-width: 768px) {
  .p-bbq__enjoy-title {
    text-indent: -3.52em;
    padding-left: 3.36em;
  }
}

@media (min-width: 768px) {
  .p-bbq__enjoy-text {
    flex: 1 1 336px;
  }
}

.p-bbq__enjoy-hours {
  color: #004c76;
  font-size: clamp(1.7rem, 1.4272727273rem + 0.5454545455vw, 2.3rem);
  font-weight: 700;
  line-height: clamp(2rem, 1.6363636364rem + 0.7272727273vw, 2.8rem);
  letter-spacing: 0.08em;
  margin-bottom: clamp(4px, 0.6944444444vw, 8px);
}

.p-bbq__enjoy-description {
  color: #004c76;
  font-size: clamp(1.4rem, 1.3090909091rem + 0.1818181818vw, 1.6rem);
  font-weight: 500;
  line-height: clamp(1.9rem, 1.5818181818rem + 0.6363636364vw, 2.6rem);
  letter-spacing: 0.04em;
}

@media (min-width: 768px) {
  .p-bbq__enjoy-image {
    flex: 1 1 492px;
  }
}
.p-bbq__enjoy-image img {
  border-radius: clamp(20px, 3.4722222222vw, 40px);
}

.p-bbq__gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: clamp(30px, 5.2083333333vw, 60px);
}

.p-bbq__fishing {
  margin-bottom: clamp(44px, 7.6388888889vw, 88px);
}
@media (min-width: 768px) {
  .p-bbq__fishing {
    padding-left: clamp(12.5px, 2.1701388889vw, 25px);
    margin-bottom: clamp(22px, 3.8194444444vw, 44px);
  }
}

.p-bbq__fishing-content {
  display: flex;
  gap: clamp(32px, 5.5555555556vw, 64px);
}
@media (max-width: 767px) {
  .p-bbq__fishing-content {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-bbq__fishing-content {
    align-items: center;
    gap: clamp(18.5px, 3.2118055556vw, 37px);
  }
}

@media (min-width: 768px) {
  .p-bbq__fishing-text {
    flex: 1 1 326px;
  }
}

.p-bbq__fishing-title {
  color: #00979d;
  font-size: clamp(2rem, 1.0909090909rem + 1.8181818182vw, 4rem);
  font-weight: 900;
  line-height: clamp(2.4rem, 1.3090909091rem + 2.1818181818vw, 4.8rem);
  margin-bottom: clamp(13px, 2.2569444444vw, 26px);
}

.p-bbq__fishing-subtitle {
  color: #004c76;
  font-size: clamp(1.7rem, 1.4272727273rem + 0.5454545455vw, 2.3rem);
  font-weight: 700;
  line-height: clamp(2.1rem, 1.6909090909rem + 0.8181818182vw, 3rem);
  margin-bottom: clamp(2px, 0.3472222222vw, 4px);
}

.p-bbq__fishing-description {
  color: #004c76;
  font-size: clamp(1.4rem, 1.3090909091rem + 0.1818181818vw, 1.6rem);
  font-weight: 500;
  line-height: clamp(1.9rem, 1.5818181818rem + 0.6363636364vw, 2.6rem);
}

@media (min-width: 768px) {
  .p-bbq__fishing-image {
    flex: 1 1 492px;
  }
}
.p-bbq__fishing-image img {
  border-radius: clamp(20px, 3.4722222222vw, 40px);
}

.p-bbq__bottom-gallery {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin-bottom: clamp(84px, 14.5833333333vw, 168px);
}
@media (min-width: 768px) {
  .p-bbq__bottom-gallery {
    margin-bottom: clamp(42px, 7.2916666667vw, 84px);
  }
}

.p-bbq__instagram {
  text-align: center;
}

.p-bbq__instagram-title {
  color: #00979d;
  font-size: clamp(2rem, 1.0909090909rem + 1.8181818182vw, 4rem);
  font-weight: 900;
  line-height: clamp(2.4rem, 1.3090909091rem + 2.1818181818vw, 4.8rem);
  letter-spacing: 0.08em;
  margin-bottom: clamp(4px, 0.6944444444vw, 8px);
}

.p-bbq__instagram-button {
  background-color: #ffffff;
  max-width: 543px;
  border-radius: clamp(26.5px, 4.6006944444vw, 53px);
  margin-right: auto;
  margin-bottom: clamp(7.5px, 1.3020833333vw, 15px);
  margin-left: auto;
}
.p-bbq__instagram-button a {
  background-color: #004c76;
  color: #ffffff;
  text-align: center;
  border-radius: clamp(26.5px, 4.6006944444vw, 53px);
  padding-top: clamp(7px, 1.2152777778vw, 14px);
  padding-bottom: clamp(7px, 1.2152777778vw, 14px);
}
.p-bbq__instagram-button a img {
  width: 58.01%;
}

.p-bbq__instagram-note {
  color: #004c76;
  font-size: clamp(1.4rem, 1.3090909091rem + 0.1818181818vw, 1.6rem);
  font-weight: 500;
  line-height: clamp(1.9rem, 1.5818181818rem + 0.6363636364vw, 2.6rem);
  letter-spacing: 0.04em;
}

.p-price {
  background-color: #abdaf3;
  padding-top: clamp(32.5px, 5.6423611111vw, 65px);
  padding-bottom: clamp(58px, 10.0694444444vw, 116px);
}

.p-price__title {
  text-align: center;
  margin-bottom: clamp(15px, 2.6041666667vw, 30px);
}
.p-price__title span {
  position: relative;
  background-color: #abdaf3;
  color: #004c76;
  font-size: clamp(3.45rem, 1.8818181818rem + 3.1363636364vw, 6.9rem);
  font-weight: 900;
  line-height: clamp(4.1rem, 2.2363636364rem + 3.7272727273vw, 8.2rem);
  letter-spacing: 0.16em;
  padding-right: clamp(19.5px, 3.3854166667vw, 39px);
  padding-left: clamp(19.5px, 3.3854166667vw, 39px);
}
.p-price__title span::before, .p-price__title span::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon_wave_b.svg);
  background-repeat: repeat-x;
  background-size: clamp(144px, 25vw, 288px) clamp(7px, 1.2152777778vw, 14px);
  width: 80%;
  aspect-ratio: 288/20;
  top: 50%;
  margin-top: -1.9444444444%;
}
@media (min-width: 768px) {
  .p-price__title span::before, .p-price__title span::after {
    width: 120.965%;
    margin-top: -2.9401215278%;
  }
}
.p-price__title span::before {
  right: 100%;
}
.p-price__title span::after {
  left: 100%;
}

.p-price__section:nth-last-of-type(n+2) {
  margin-bottom: clamp(28px, 4.8611111111vw, 56px);
}
@media (min-width: 768px) {
  .p-price__section:nth-last-of-type(n+2) {
    margin-bottom: clamp(14px, 2.4305555556vw, 28px);
  }
}

.p-price__section-header {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  gap: clamp(6px, 1.0416666667vw, 12px);
  margin-bottom: clamp(4.5px, 0.78125vw, 9px);
}

.p-price__sectionTitle {
  background-color: #004c76;
  color: #ffffff;
  font-size: clamp(2.2rem, 1.8363636364rem + 0.7272727273vw, 3rem);
  font-weight: 900;
  line-height: clamp(2.8rem, 2.3454545455rem + 0.9090909091vw, 3.8rem);
  text-align: center;
  min-width: 37.7%;
  padding-top: clamp(2.5px, 0.4340277778vw, 5px);
  padding-right: clamp(5px, 0.8680555556vw, 10px);
  padding-bottom: clamp(2.5px, 0.4340277778vw, 5px);
  padding-left: clamp(5px, 0.8680555556vw, 10px);
}
@media (min-width: 768px) {
  .p-price__sectionTitle {
    padding-right: clamp(11.5px, 1.9965277778vw, 23px);
    padding-left: clamp(11.5px, 1.9965277778vw, 23px);
  }
}

.p-price__sectionSubtitle {
  color: #004c76;
  font-size: clamp(1.6rem, 1.4181818182rem + 0.3636363636vw, 2rem);
  font-weight: 900;
  line-height: clamp(1.8rem, 1.4818181818rem + 0.6363636364vw, 2.5rem);
  letter-spacing: 0.1em;
}

.p-price__table {
  background-color: #ffffff;
  width: 100%;
  border-collapse: collapse;
  border-width: clamp(2px, 0.3472222222vw, 4px);
  border-color: #004c76;
}
@media (max-width: 767px) {
  .p-price__table tr > *:nth-child(1) {
    display: none;
  }
}
.p-price__table thead th {
  border-bottom-width: clamp(2px, 0.3472222222vw, 4px);
  border-bottom-color: #004c76;
}
.p-price__table tbody tr:nth-last-of-type(n+2) th,
.p-price__table tbody tr:nth-last-of-type(n+2) td {
  border-bottom-width: clamp(1px, 0.1736111111vw, 2px);
  border-bottom-color: #004c76;
}
.p-price__table th,
.p-price__table td {
  font-size: clamp(1.6rem, 1.4181818182rem + 0.3636363636vw, 2rem);
  font-weight: 700;
  line-height: clamp(1.8rem, 1.5272727273rem + 0.5454545455vw, 2.4rem);
  text-align: center;
  vertical-align: middle;
}
.p-price__table th {
  color: #ffffff;
}
.p-price__table th:nth-of-type(n+2) {
  border-left-width: clamp(1px, 0.1736111111vw, 2px);
  border-left-color: #004c76;
}
.p-price__table th:nth-of-type(2) {
  border-left-width: clamp(2px, 0.3472222222vw, 4px);
}
.p-price__table td {
  border-left-width: clamp(1px, 0.1736111111vw, 2px);
  border-left-color: #004c76;
}
.p-price__table thead th {
  background-color: #00979d;
  padding-top: clamp(6.5px, 1.1284722222vw, 13px);
  padding-bottom: clamp(6.5px, 1.1284722222vw, 13px);
}
.p-price__table thead th:nth-of-type(1) {
  background-color: #335b67;
  width: 15.29%;
}
.p-price__table thead th:nth-of-type(2) {
  background-color: #038080;
  width: 21.72%;
}
@media (max-width: 767px) {
  .p-price__table thead th:nth-of-type(2) {
    width: 38.16%;
  }
}
.p-price__table thead th:nth-of-type(3) {
  width: 30.92%;
}
.p-price__table thead th:nth-of-type(4) {
  width: 30.92%;
}
.p-price__table tbody th,
.p-price__table tbody td {
  padding-top: clamp(10.25px, 1.7795138889vw, 20.5px);
  padding-bottom: clamp(10.25px, 1.7795138889vw, 20.5px);
}
.p-price__table tbody th:nth-of-type(1) {
  background-color: #64788f;
}
.p-price__table tbody th:nth-of-type(2) {
  background-color: #529ba7;
}

@media (max-width: 767px) {
  .p-price__section--02 tr > *:nth-child(1) {
    display: table-cell;
  }
}
.p-price__section--02 thead th:nth-of-type(1) {
  background-color: #038080;
  width: 37.24%;
}
.p-price__section--02 thead th:nth-of-type(2) {
  background-color: #00979d;
}
.p-price__section--02 tbody th:nth-of-type(1) {
  background-color: #529ba7;
}
.p-price__section--02 tbody td:first-of-type {
  border-left-width: clamp(2px, 0.3472222222vw, 4px);
}
.p-price__section--02 tbody td:nth-of-type(1), .p-price__section--02 tbody td:nth-of-type(2) {
  width: 30.92%;
}

.p-price__section--03 tbody td:nth-of-type(1) {
  width: 61.84%;
}

.p-price__note {
  color: #004c76;
  font-size: clamp(1.6rem, 1.4181818182rem + 0.3636363636vw, 2rem);
  font-weight: 900;
  line-height: clamp(1.8rem, 1.4818181818rem + 0.6363636364vw, 2.5rem);
  letter-spacing: 0.1em;
  margin-top: clamp(7.5px, 1.3020833333vw, 15px);
}
@media (min-width: 768px) {
  .p-price__note {
    padding-right: clamp(12px, 2.0833333333vw, 24px);
    padding-left: clamp(8px, 1.3888888889vw, 16px);
  }
}
.p-price__note li {
  text-indent: -1em;
  padding-left: 1em;
}
.p-price__note li:nth-last-of-type(n+2) {
  margin-bottom: clamp(2.5px, 0.4340277778vw, 5px);
}

.p-price__options {
  margin-bottom: clamp(75px, 13.0208333333vw, 150px);
}

.p-price__optionsTitle {
  display: inline-block;
  background-color: #004c76;
  color: #ffffff;
  font-size: clamp(2.2rem, 1.8363636364rem + 0.7272727273vw, 3rem);
  font-weight: 900;
  line-height: clamp(2.8rem, 2.3454545455rem + 0.9090909091vw, 3.8rem);
  letter-spacing: 0.1em;
  padding-top: clamp(2.5px, 0.4340277778vw, 5px);
  padding-right: clamp(12.5px, 2.1701388889vw, 25px);
  padding-bottom: clamp(2.5px, 0.4340277778vw, 5px);
  padding-left: clamp(12.5px, 2.1701388889vw, 25px);
  margin-bottom: clamp(6.5px, 1.1284722222vw, 13px);
}

.p-price__optionsGrid {
  display: grid;
  grid-template-columns: 1fr;
  gap: clamp(10px, 1.7361111111vw, 20px);
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 768px) {
  .p-price__optionsGrid {
    grid-template-columns: repeat(2, 1fr);
  }
}

.p-price__optionHeader {
  position: relative;
  background-color: #00979d;
  color: #ffffff;
  font-family: a-otf-ud-shin-go-pr6n, sans-serif;
  font-size: clamp(1.5rem, 1.3636363636rem + 0.2727272727vw, 1.8rem);
  line-height: clamp(1.8rem, 1.5272727273rem + 0.5454545455vw, 2.4rem);
  text-align: center;
  letter-spacing: 0.04em;
  padding-top: clamp(8px, 1.3888888889vw, 16px);
  padding-bottom: clamp(8px, 1.3888888889vw, 16px);
  cursor: pointer;
}
.p-price__optionHeader::before, .p-price__optionHeader::after {
  content: "";
  position: absolute;
  display: block;
  top: 50%;
}
.p-price__optionHeader::before {
  background-color: #ffffff;
  width: clamp(19px, 3.2986111111vw, 38px);
  height: clamp(19px, 3.2986111111vw, 38px);
  right: clamp(6px, 1.0416666667vw, 12px);
  border-radius: 50%;
  margin-top: clamp(-19px, -1.6493055556vw, -9.5px);
}
.p-price__optionHeader::after {
  background-image: url(../img/icon_plus_bl.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: clamp(9px, 1.5625vw, 18px);
  aspect-ratio: 1/1;
  right: clamp(11px, 1.9097222222vw, 22px);
  margin-top: clamp(-9px, -0.78125vw, -4.5px);
}

.p-price__optionBox {
  display: none;
}

.p-price__optionTitle {
  background-color: #004c76;
  color: #ffffff;
  font-size: clamp(2.2rem, 1.8363636364rem + 0.7272727273vw, 3rem);
  font-weight: 900;
  line-height: clamp(2.8rem, 2.3454545455rem + 0.9090909091vw, 3.8rem);
  text-align: center;
  letter-spacing: 0.1em;
  padding-top: clamp(1.5px, 0.2604166667vw, 3px);
  padding-bottom: clamp(1.5px, 0.2604166667vw, 3px);
}

.p-price__optionPrice {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #ffffff;
  color: #231815;
  font-size: clamp(1.7rem, 1.4272727273rem + 0.5454545455vw, 2.3rem);
  font-weight: 900;
  line-height: clamp(2.1rem, 1.7818181818rem + 0.6363636364vw, 2.8rem);
  letter-spacing: 0.1em;
  text-align: center;
  min-height: calc(clamp(3.75px, 0.6510416667vw, 7.5px) * 2 + clamp(1.4rem, 0.7636363636rem + 1.2727272727vw, 2.8rem) * 2);
  padding-top: clamp(3.75px, 0.6510416667vw, 7.5px);
  padding-bottom: clamp(3.75px, 0.6510416667vw, 7.5px);
  margin-bottom: clamp(5px, 0.8680555556vw, 10px);
}

.p-price__optionDesc {
  padding-right: clamp(3px, 0.5208333333vw, 6px);
  padding-left: clamp(3px, 0.5208333333vw, 6px);
}
.p-price__optionDesc li {
  color: #004c76;
  font-weight: 900;
  line-height: clamp(1.8rem, 1.4818181818rem + 0.6363636364vw, 2.5rem);
  text-indent: -1em;
  letter-spacing: 0.1em;
  padding-left: 1em;
}
.p-price__optionDesc li:nth-last-of-type(n+2) {
  margin-bottom: clamp(2.5px, 0.4340277778vw, 5px);
}

.p-price__optionCard.is-active .p-price__optionHeader::after {
  background-image: url(../img/icon_minus_bl.svg);
  aspect-ratio: 38/8;
  margin-top: calc(clamp(19px, 3.2986111111vw, 38px) / 38 * 8 / -2);
}

.p-price__footer {
  text-align: center;
}

.p-price__footerText {
  color: #004c76;
  font-size: clamp(1.6rem, 1.4181818182rem + 0.3636363636vw, 2rem);
  font-weight: 700;
  line-height: clamp(1.9rem, 1.5818181818rem + 0.6363636364vw, 2.6rem);
  letter-spacing: 0.18em;
  margin-bottom: clamp(11px, 1.9097222222vw, 22px);
}

.p-price__footerNote {
  display: inline-block;
  background-color: #447180;
  color: #ffffff;
  font-size: clamp(1.7rem, 1.4727272727rem + 0.4545454545vw, 2.2rem);
  font-weight: 700;
  line-height: clamp(2.3rem, 1.9363636364rem + 0.7272727273vw, 3.1rem);
  border-radius: clamp(15px, 2.6041666667vw, 30px);
  padding-top: clamp(4px, 0.6944444444vw, 8px);
  padding-right: clamp(25.5px, 4.4270833333vw, 51px);
  padding-bottom: clamp(4px, 0.6944444444vw, 8px);
  padding-left: clamp(25.5px, 4.4270833333vw, 51px);
}

.p-price__number {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background-color: #ffffff;
  border-radius: 50%;
  color: #4b9fb5;
  font-weight: 700;
  font-size: 1.2rem;
  position: absolute;
  top: 8px;
  right: 8px;
}

.p-map {
  padding-top: clamp(34px, 5.9027777778vw, 68px);
  padding-bottom: clamp(45px, 7.8125vw, 90px);
}
.p-map .c-inner {
  width: min(100%, 1380px);
}

.p-map__title {
  color: #004c76;
  font-size: clamp(3.2rem, 1.7454545455rem + 2.9090909091vw, 6.4rem);
  font-weight: 700;
  line-height: clamp(4.65rem, 2.5363636364rem + 4.2272727273vw, 9.3rem);
  text-align: center;
  letter-spacing: 0.04em;
  margin-bottom: clamp(44px, 7.6388888889vw, 88px);
}

@media (min-width: 1200px) {
  .p-map__image {
    width: 73.438%;
    margin-right: auto;
    margin-left: auto;
  }
}

.p-faq {
  position: relative;
  padding-top: clamp(67px, 11.6319444444vw, 134px);
  padding-bottom: clamp(38.5px, 6.6840277778vw, 77px);
}
.p-faq::before, .p-faq::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/bg_faq.png);
  background-repeat: repeat-x;
  background-size: clamp(391.5px, 67.96875vw, 783px) clamp(12.5px, 2.1701388889vw, 25px);
  width: min(86.67%, 1584px);
  height: calc(min(86.67%, 1584px) / 1584 * 25);
  left: 50%;
  margin-left: -43.335%;
}
.p-faq::before {
  top: 0;
}
.p-faq::after {
  bottom: 0;
}
.p-faq .c-inner {
  width: min(100%, 1380px);
}

.p-faq__heading {
  background-color: #004c76;
  color: #ffffff;
  font-size: clamp(2.2rem, 1.2rem + 2vw, 4.4rem);
  font-weight: 900;
  line-height: clamp(2.65rem, 1.4454545455rem + 2.4090909091vw, 5.3rem);
  letter-spacing: 0.16em;
  text-align: center;
  width: 51.56%;
  border-radius: clamp(15px, 2.6041666667vw, 30px);
  padding-top: clamp(4.75px, 0.8246527778vw, 9.5px);
  padding-bottom: clamp(4.75px, 0.8246527778vw, 9.5px);
  margin-right: auto;
  margin-bottom: clamp(44.5px, 7.7256944444vw, 89px);
  margin-left: auto;
}

.p-faq__item:nth-last-of-type(n+2) {
  margin-bottom: clamp(18.5px, 3.2118055556vw, 37px);
}

.p-faq__question {
  position: relative;
  background-color: #004c76;
  color: #ffffff;
  font-size: clamp(1.9rem, 1.0363636364rem + 1.7272727273vw, 3.8rem);
  line-height: clamp(2.3rem, 1.2545454545rem + 2.0909090909vw, 4.6rem);
  letter-spacing: 0.16em;
  text-indent: -1em;
  padding-top: clamp(15.75px, 2.734375vw, 31.5px);
  padding-right: clamp(46px, 7.9861111111vw, 92px);
  padding-bottom: clamp(15.75px, 2.734375vw, 31.5px);
  padding-left: calc(clamp(13px, 2.2569444444vw, 26px) + 1em);
  cursor: pointer;
}
@media (min-width: 768px) {
  .p-faq__question {
    padding-right: clamp(149px, 25.8680555556vw, 298px);
    padding-left: clamp(111px, 19.2708333333vw, 222px);
  }
}
.p-faq__question::after {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon_plus_w.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: clamp(19px, 3.2986111111vw, 38px);
  aspect-ratio: 1/1;
  top: 50%;
  right: clamp(13.5px, 2.34375vw, 27px);
  margin-top: clamp(-19px, -1.6493055556vw, -9.5px);
}
@media (min-width: 768px) {
  .p-faq__question::after {
    right: clamp(115px, 19.9652777778vw, 230px);
  }
}

.p-faq__answer {
  display: none;
  background-color: #e2e3e3;
  color: #514f4e;
  font-size: clamp(1.6rem, 0.8727272727rem + 1.4545454545vw, 3.2rem);
  line-height: clamp(1.9rem, 1.0363636364rem + 1.7272727273vw, 3.8rem);
  letter-spacing: 0.16em;
  border-radius: clamp(18px, 3.125vw, 36px);
  text-indent: -1em;
  word-break: break-all;
  max-width: 880px;
  padding-top: clamp(14.25px, 2.4739583333vw, 28.5px);
  padding-right: clamp(13px, 2.2569444444vw, 26px);
  padding-bottom: clamp(14.25px, 2.4739583333vw, 28.5px);
  padding-left: calc(clamp(13px, 2.2569444444vw, 26px) + 1em);
  margin-top: clamp(9.5px, 1.6493055556vw, 19px);
  margin-right: auto;
  margin-left: auto;
}
.p-faq__answer a {
  display: inline;
  color: #514f4e;
}

.p-faq__item.is-active .p-faq__question::after {
  background-image: url(../img/icon_minus_w.svg);
  aspect-ratio: 38/8;
  margin-top: calc(clamp(19px, 3.2986111111vw, 38px) / 38 * 8 / -2);
}

.p-request {
  padding-top: clamp(57px, 9.8958333333vw, 114px);
  padding-bottom: clamp(54.5px, 9.4618055556vw, 109px);
}

.p-request__header {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: clamp(26.5px, 4.6006944444vw, 53px);
  margin-bottom: clamp(34.5px, 5.9895833333vw, 69px);
}

.p-request__logo {
  flex: 1 1 322px;
  max-width: 322px;
}

.p-request__fish {
  flex: 1 1 278px;
  max-width: 278px;
}

.p-request__cta {
  margin-bottom: clamp(33.5px, 5.8159722222vw, 67px);
}
@media (min-width: 1200px) {
  .p-request__cta {
    margin-right: clamp(-61px, -5.2951388889vw, -30.5px);
    margin-left: clamp(-61px, -5.2951388889vw, -30.5px);
  }
}

.p-request__button {
  background: #abdaf3;
  color: #004c76;
  font-size: clamp(2.25rem, 1.3181818182rem + 1.8636363636vw, 4.3rem);
  font-weight: 900;
  line-height: clamp(2.6rem, 1.4181818182rem + 2.3636363636vw, 5.2rem);
  text-align: center;
  border-radius: 100px;
  padding-top: clamp(8.5px, 1.4756944444vw, 17px);
  padding-bottom: clamp(8.5px, 1.4756944444vw, 17px);
}
@media (max-width: 375px) {
  .p-request__button {
    font-size: clamp(1.9rem, -0.1363636364rem + 6.3636363636vw, 2.25rem);
  }
}
@media (min-width: 768px) {
  .p-request__button {
    letter-spacing: 0.1em;
    border-radius: clamp(19px, 3.2986111111vw, 38px);
  }
}

.p-request__notice {
  text-align: center;
}

.p-request__notice-icon {
  width: 15.91%;
  margin-right: auto;
  margin-bottom: clamp(17.5px, 3.0381944444vw, 35px);
  margin-left: auto;
}

.p-request__notice-title {
  color: #2a5d84;
  font-size: clamp(2.7rem, 1.4727272727rem + 2.4545454545vw, 5.4rem);
  font-weight: 900;
  line-height: clamp(3.25rem, 1.7727272727rem + 2.9545454545vw, 6.5rem);
  letter-spacing: 0.16em;
  margin-bottom: clamp(14px, 2.4305555556vw, 28px);
}

.p-request__notice-text {
  font-size: clamp(1.7rem, 1.4727272727rem + 0.4545454545vw, 2.2rem);
  line-height: clamp(1.9rem, 1.5818181818rem + 0.6363636364vw, 2.6rem);
  letter-spacing: 0.16em;
}

.p-rsv {
  background-color: #addcf5;
  padding-top: clamp(79.5px, 13.8020833333vw, 159px);
  padding-bottom: clamp(24.5px, 4.2534722222vw, 49px);
}
.p-rsv .c-inner {
  width: min(100%, 1145px);
}

.p-rsv__text {
  font-size: clamp(1.8rem, 1.5272727273rem + 0.5454545455vw, 2.4rem);
  font-weight: 500;
  line-height: clamp(2.6rem, 2.1909090909rem + 0.8181818182vw, 3.5rem);
  letter-spacing: 0.24em;
  text-align: center;
  margin-bottom: clamp(47.5px, 8.2465277778vw, 95px);
}

.p-rsv__map {
  margin-bottom: clamp(28px, 4.8611111111vw, 56px);
}

.p-rsv__sites {
  max-width: 890px;
  margin-right: auto;
  margin-bottom: clamp(17.5px, 3.0381944444vw, 35px);
  margin-left: auto;
}

.p-rsv__list {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}
@media (max-width: 767px) {
  .p-rsv__list {
    align-items: flex-start;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-rsv__list {
    justify-content: flex-start;
    gap: 12px;
  }
}

.p-rsv__tab-camp {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  gap: 8px;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  .p-rsv__tab-camp {
    flex: 1 1;
  }
}
.p-rsv__tab-camp .p-rsv__area::before {
  content: "";
  position: absolute;
  display: block;
  background-image: url(../img/icon_tent_w.svg);
  background-repeat: no-repeat;
  background-size: 100%;
  width: 27px;
  aspect-ratio: 27/24;
  top: 50%;
  left: -32px;
  margin-top: -12px;
}
@media (min-width: 768px) {
  .p-rsv__tab-camp .p-rsv__area::before {
    left: -36px;
  }
}

.p-rsv__tab {
  flex: 1 1 130px;
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background-color: #b1b1b2;
  height: 44px;
  border: 2px solid #9b9b9c;
  padding-left: 60px;
  margin-left: 22px;
  cursor: pointer;
  transition: all 0.4s;
}
@media (hover: hover) {
  .p-rsv__tab:hover {
    background-color: #004c76;
    border-color: #004c76;
  }
  .p-rsv__tab:hover .p-rsv__icon {
    color: #004c76;
    border-color: #004c76;
  }
}

.p-rsv__icon {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #d8d9d9;
  color: #9b9b9c;
  font-size: clamp(2rem, 1.5454545455rem + 0.9090909091vw, 3rem);
  font-weight: 900;
  width: 44px;
  height: 44px;
  top: -2px;
  left: -22px;
  border-radius: 50%;
  border: 2px solid #9b9b9c;
  transition: all 0.4s;
}

.p-rsv__area {
  position: relative;
  color: #ffffff;
  font-size: clamp(1.3rem, 1.2090909091rem + 0.1818181818vw, 1.5rem);
  font-weight: 900;
  line-height: clamp(1.4rem, 1.2636363636rem + 0.2727272727vw, 1.7rem);
}

.p-psv__tab-other {
  display: flex;
  justify-content: flex-start;
  gap: 8px;
}
@media (max-width: 767px) {
  .p-psv__tab-other {
    align-items: center;
    flex-wrap: wrap;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .p-psv__tab-other {
    flex: 0 1 143px;
    gap: 11px;
  }
}
.p-psv__tab-other .p-rsv__tab {
  padding-left: 30px;
}
@media (min-width: 768px) {
  .p-psv__tab-other .p-rsv__tab {
    flex: 1 1 66px;
    height: calc(100% - 33px);
    padding-top: 33px;
    padding-left: 0;
    margin-top: 33px;
    margin-left: 0;
  }
}
.p-psv__tab-other .p-rsv__icon {
  z-index: 1;
}
@media (min-width: 768px) {
  .p-psv__tab-other .p-rsv__icon {
    width: 66px;
    height: 66px;
    top: -33px;
    left: -2px;
  }
}
.p-psv__tab-other .p-rsv__icon::before {
  content: "";
  position: absolute;
  display: block;
  background: #9b9b9c;
}
@media (min-width: 768px) {
  .p-psv__tab-other .p-rsv__area {
    font-size: clamp(1.5rem, 1.3636363636rem + 0.2727272727vw, 1.8rem);
    line-height: clamp(1.6rem, 1.4181818182rem + 0.3636363636vw, 2rem);
    text-align: center;
    width: 100%;
  }
}
.p-psv__tab-other .p-rsv__icon--bbq::before {
  -webkit-mask-image: url("../img/icon_bbq_g.svg");
          mask-image: url("../img/icon_bbq_g.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  width: 50.77%;
  aspect-ratio: 34/43;
}
.p-psv__tab-other .p-rsv__icon--all::before {
  -webkit-mask-image: url("../img/icon_all_g.svg");
          mask-image: url("../img/icon_all_g.svg");
  -webkit-mask-repeat: no-repeat;
          mask-repeat: no-repeat;
  -webkit-mask-position: 0 0;
          mask-position: 0 0;
  width: 50.77%;
  aspect-ratio: 34/47;
}

.p-rsv__tab--active {
  background-color: #004c76;
  border-color: #004c76;
}
.p-rsv__tab--active .p-rsv__icon {
  color: #004c76;
  border-color: #004c76;
}

.p-rsv__calendar {
  background-color: #ffffff;
}

.p-rsv__calendar-box {
  display: none;
}

.p-rsv__calendar-box--active {
  display: block;
}

.p-rsv__notes {
  color: #004c76;
  font-size: clamp(2rem, 1.5909090909rem + 0.8181818182vw, 2.9rem);
  font-weight: 900;
  line-height: clamp(2.4rem, 1.9909090909rem + 0.8181818182vw, 3.3rem);
  letter-spacing: 0.08em;
  text-align: center;
  margin-bottom: clamp(7.5px, 1.3020833333vw, 15px);
}

.p-rsv__notes02 {
  font-size: clamp(1.8rem, 1.5272727273rem + 0.5454545455vw, 2.4rem);
  font-weight: 500;
  letter-spacing: 0.16em;
  text-align: center;
}

.p-info {
  padding-top: clamp(35.5px, 6.1631944444vw, 71px);
  padding-bottom: clamp(24px, 4.1666666667vw, 48px);
}

.p-info__title {
  color: #004c76;
  font-size: clamp(2.15rem, 1.1727272727rem + 1.9545454545vw, 4.3rem);
  font-weight: 900;
  line-height: clamp(2.6rem, 1.4181818182rem + 2.3636363636vw, 5.2rem);
  text-align: center;
  letter-spacing: 0.16em;
  margin-bottom: clamp(30px, 5.2083333333vw, 60px);
}

.p-info__list {
  max-width: 805px;
  margin-right: auto;
  margin-left: auto;
}

.p-info__item {
  position: relative;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  gap: clamp(7.5px, 1.3020833333vw, 15px);
}
@media (max-width: 767px) {
  .p-info__item {
    flex-direction: column;
  }
}
.p-info__item:nth-last-of-type(n+2) {
  margin-bottom: clamp(15px, 1.8229166667vw, 21px);
}

.p-info__label {
  display: flex;
  justify-content: space-between;
  background-color: #addcf5;
  font-size: clamp(1.7rem, 1.4727272727rem + 0.4545454545vw, 2.2rem);
  font-weight: 500;
  border-radius: clamp(14px, 1.6493055556vw, 19px);
  padding-right: clamp(22px, 3.8194444444vw, 44px);
  padding-left: clamp(22px, 3.8194444444vw, 44px);
}
@media (min-width: 768px) {
  .p-info__label {
    flex: 0 1 clamp(104.5px, 18.1423611111vw, 209px);
  }
}

.p-info__text {
  font-size: clamp(1.8rem, 1.5272727273rem + 0.5454545455vw, 2.4rem);
  font-weight: 500;
  line-height: clamp(2.6rem, 2.1909090909rem + 0.8181818182vw, 3.5rem);
  letter-spacing: 0.16em;
}
@media (min-width: 768px) {
  .p-info__text {
    flex: 1 1;
  }
}
.p-info__text span {
  padding-left: 1em;
}
.p-info__text span:last-of-type {
  padding-left: 2em;
}

.p-info__access {
  position: absolute;
  background-color: #dbac00;
  font-size: clamp(1rem, 0.9545454545rem + 0.0909090909vw, 1.1rem);
  font-weight: 500;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.16em;
  width: 68px;
  top: 100%;
  right: 0;
  padding-top: 2px;
  padding-bottom: 2px;
}

.c-terms {
  padding-top: clamp(50px, 8.6805555556vw, 100px);
  padding-bottom: clamp(50px, 8.6805555556vw, 100px);
}
.c-terms .c-inner {
  width: min(100%, 1100px);
}

.c-terms__content {
  font-size: clamp(1.5rem, 1.3636363636rem + 0.2727272727vw, 1.8rem);
  letter-spacing: 0.1em;
  max-width: 880px;
  margin-right: auto;
  margin-left: auto;
}

.c-terms__text {
  margin-bottom: clamp(20px, 3.4722222222vw, 40px);
}

.c-terms__text02 {
  margin-top: clamp(20px, 3.4722222222vw, 40px);
}

.c-terms__list:nth-last-of-type(n+2) {
  margin-bottom: clamp(20px, 3.4722222222vw, 40px);
}
.c-terms__list dt {
  font-size: clamp(1.6rem, 1.4181818182rem + 0.3636363636vw, 2rem);
  font-weight: 700;
  border-bottom: 2px solid #00979d;
  padding-bottom: clamp(2.5px, 0.4340277778vw, 5px);
  margin-bottom: clamp(10px, 1.7361111111vw, 20px);
}
.c-terms__list dd {
  word-break: break-all;
}
.c-terms__list dd a {
  display: inline;
}

.c-terms__list-num {
  counter-reset: num;
  margin-top: clamp(10px, 1.7361111111vw, 20px);
}
.c-terms__list-num li {
  position: relative;
  padding-left: 1.5em;
}
.c-terms__list-num li::before {
  content: "";
  position: absolute;
  display: block;
  counter-increment: num;
  content: counter(num) ". ";
  top: 0;
  left: 0;
}
.c-terms__list-num li:nth-last-of-type(n+2) {
  margin-bottom: clamp(5px, 0.8680555556vw, 10px);
}

.c-terms__list-num02 {
  counter-reset: num02;
  margin-top: clamp(10px, 1.7361111111vw, 20px);
}
.c-terms__list-num02 li {
  position: relative;
  padding-left: 2.5em;
}
.c-terms__list-num02 li::before {
  content: "";
  position: absolute;
  display: block;
  counter-increment: num02;
  content: "（" counter(num02) "）";
  top: 0;
  left: 0;
}
.c-terms__list-num02 li:nth-last-of-type(n+2) {
  margin-bottom: clamp(5px, 0.8680555556vw, 10px);
}

.c-terms__info {
  margin-top: clamp(15px, 2.6041666667vw, 30px);
}

.p-legal {
  padding-top: clamp(50px, 8.6805555556vw, 100px);
  padding-bottom: clamp(50px, 8.6805555556vw, 100px);
}
.p-legal .c-inner {
  width: min(100%, 1100px);
}

.p-legal__list {
  display: flex;
  align-items: flex-start;
  gap: clamp(5px, 0.8680555556vw, 10px);
  border-bottom: 2px solid #00979d;
  padding-bottom: clamp(10px, 1.7361111111vw, 20px);
}
@media (max-width: 767px) {
  .p-legal__list {
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .p-legal__list {
    gap: clamp(25px, 4.3402777778vw, 50px);
  }
}
.p-legal__list:nth-last-of-type(n+2) {
  margin-bottom: clamp(10px, 1.7361111111vw, 20px);
}
.p-legal__list dt {
  font-weight: 700;
}
@media (min-width: 768px) {
  .p-legal__list dt {
    flex: 0 1 200px;
  }
}
@media (min-width: 768px) {
  .p-legal__list dd {
    flex: 1 1;
  }
}
.p-legal__list dd a {
  display: inline;
  color: #004c76;
}