@import url(https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Zen+Kaku+Gothic+New:wght@300;400;500;700;900&display=swap);
@charset "UTF-8";
/*=====
変数
=====*/
/*!
 * ress.css • v4.0.0
 * MIT License
 * github.com/filipelinhares/ress
 */
/* # =================================================================
   # Global selectors
   # ================================================================= */
html {
  -webkit-text-size-adjust: 100%; /* Prevent adjustments of font size after orientation changes in iOS */
  -moz-tab-size: 4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-tab-size: 4;
     tab-size: 4;
  word-break: normal;
}

*,
::before,
::after {
  background-repeat: no-repeat; /* Set `background-repeat: no-repeat` to all elements and pseudo elements */
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

::before,
::after {
  text-decoration: inherit; /* Inherit text-decoration and vertical align to ::before and ::after pseudo elements */
  vertical-align: inherit;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0; /* Reset `padding` and `margin` of all elements */
}

/* # =================================================================
   # General elements
   # ================================================================= */
hr {
  color: inherit; /* Correct border color in Firefox. */
  height: 0; /* Add the correct box sizing in Firefox */
  overflow: visible; /* Show the overflow in Edge and IE */
}

details,
main {
  display: block; /* Render the `main` element consistently in IE. */
}

summary {
  display: list-item; /* Add the correct display in all browsers */
}

small {
  font-size: 80%; /* Set font-size to 80% in `small` elements */
}

[hidden] {
  display: none; /* Add the correct display in IE */
}

abbr[title] {
  border-bottom: none; /* Remove the bottom border in Chrome 57 */
  /* Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari */
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

a {
  background-color: transparent; /* Remove the gray background on active links in IE 10 */
}

a:active,
a:hover {
  outline-width: 0; /* Remove the outline when hovering in all browsers */
}

code,
kbd,
pre,
samp {
  font-family: monospace, monospace; /* Specify the font family of code elements */
}

pre {
  font-size: 1em; /* Correct the odd `em` font sizing in all browsers */
}

b,
strong {
  font-weight: bolder; /* Add the correct font weight in Chrome, Edge, and Safari */
}

/* https://gist.github.com/unruthless/413930 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

table {
  border-color: inherit; /* Correct border color in all Chrome, Edge, and Safari. */
  text-indent: 0; /* Remove text indentation in Chrome, Edge, and Safari */
}

/* # =================================================================
   # Forms
   # ================================================================= */
input {
  border-radius: 0;
}

/* Replace pointer cursor in disabled elements */
[disabled] {
  cursor: default;
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto; /* Correct the cursor style of increment and decrement buttons in Chrome */
}

[type=search] {
  -webkit-appearance: textfield; /* Correct the odd appearance in Chrome and Safari */
  outline-offset: -2px; /* Correct the outline style in Safari */
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; /* Remove the inner padding in Chrome and Safari on macOS */
}

textarea {
  overflow: auto; /* Internet Explorer 11+ */
  resize: vertical; /* Specify textarea resizability */
}

button,
input,
optgroup,
select,
textarea {
  font: inherit; /* Specify font inheritance of form elements */
}

optgroup {
  font-weight: bold; /* Restore the font weight unset by the previous rule */
}

button {
  overflow: visible; /* Address `overflow` set to `hidden` in IE 8/9/10/11 */
}

button,
select {
  text-transform: none; /* Firefox 40+, Internet Explorer 11- */
}

/* Apply cursor pointer to button elements */
button,
[type=button],
[type=reset],
[type=submit],
[role=button] {
  color: inherit;
  cursor: pointer;
}

/* Remove inner padding and border in Firefox 4+ */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/* Replace focus style removed in the border reset above */
button:-moz-focusring,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  outline: 1px dotted ButtonText;
}

button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button; /* Correct the inability to style clickable types in iOS */
}

/* Remove the default button styling in all browsers */
button,
input,
select,
textarea {
  background-color: transparent;
  border-style: none;
}

a:focus,
button:focus,
input:focus,
select:focus,
textarea:focus {
  outline-width: 0;
}

/* Style select like a standard input */
select {
  -moz-appearance: none; /* Firefox 36+ */
  -webkit-appearance: none; /* Chrome 41+ */
}

select::-ms-expand {
  display: none; /* Internet Explorer 11+ */
}

select::-ms-value {
  color: currentColor; /* Internet Explorer 11+ */
}

legend {
  border: 0; /* Correct `color` not being inherited in IE 8/9/10/11 */
  color: inherit; /* Correct the color inheritance from `fieldset` elements in IE */
  display: table; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge and IE */
  max-width: 100%; /* Correct the text wrapping in Edge 18- and IE */
  white-space: normal; /* Correct the text wrapping in Edge and IE */
}

::-webkit-file-upload-button {
  /* Correct the inability to style clickable types in iOS and Safari */
  -webkit-appearance: button;
  color: inherit;
  font: inherit; /* Change font properties to `inherit` in Chrome and Safari */
}

/* # =================================================================
   # Specify media element style
   # ================================================================= */
img {
  border-style: none; /* Remove border when inside `a` element in IE 8/9/10 */
}

/* Add the correct vertical alignment in Chrome, Firefox, and Opera */
progress {
  vertical-align: baseline;
}

/* # =================================================================
   # Accessibility
   # ================================================================= */
/* Specify the progress cursor of updating elements */
[aria-busy=true] {
  cursor: progress;
}

/* Specify the pointer cursor of trigger elements */
[aria-controls] {
  cursor: pointer;
}

/* Specify the unstyled cursor of disabled, not-editable, or otherwise inoperable elements */
[aria-disabled=true] {
  cursor: default;
}

/*=====
Mixin
=====*/
html {
  color: #3C3C3C;
  font-size: 10px;
}

body {
  background-color: #CDE9FA;
  color: #3C3C3C;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 1.6rem;
  line-height: 1.4;
}
body.fixed {
  overflow: hidden;
}
body::before {
  background-image: url(../images/pc_background.svg);
  background-position: left 35% bottom 0;
  background-size: cover;
  content: "";
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
}

ul, ol {
  padding-left: 0;
}

li {
  list-style: none;
}

img, svg {
  height: auto;
  max-width: 100%;
  vertical-align: middle;
}

img {
  width: 100%;
}

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

summary {
  display: block;
  list-style: none;
}

/* 一部ブラウザで消えなかった場合は以下も追記 */
summary::-webkit-details-marker {
  display: none;
}

.l-inner {
  -ms-overflow-style: none;
  background-color: #ffffff;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 99;
}
.l-inner::-webkit-scrollbar {
  display: none;
}
.l-inner::before {
  background-color: #515151;
  bottom: -90vh;
  content: "";
  display: block;
  height: 100vh;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: -1;
}
.l-column__balloon {
  -webkit-animation: rise_balloon 27s linear infinite;
          animation: rise_balloon 27s linear infinite;
  display: none;
  position: fixed;
  top: 0;
  -webkit-transform: translateY(100vh);
      -ms-transform: translateY(100vh);
          transform: translateY(100vh);
  z-index: -1;
}
.l-column__balloon-inner {
  -webkit-animation: yurayura_balloon 27s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
          animation: yurayura_balloon 27s infinite cubic-bezier(0.455, 0.03, 0.515, 0.955) forwards;
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}
.l-column__balloon1 {
  -webkit-animation-delay: 0;
          animation-delay: 0;
  height: 143px;
  left: 21px;
  width: 70px;
}
.l-column__balloon2 {
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
  height: 158px;
  left: 35%;
  width: 87px;
}
.l-column__balloon2 .l-column__balloon-inner {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.l-column__balloon3 {
  -webkit-animation-delay: 6s;
          animation-delay: 6s;
  height: 158px;
  left: 95%;
  width: 87px;
}
.l-column__balloon3 .l-column__balloon-inner {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}

@-webkit-keyframes rise_balloon {
  0% {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
  100% {
    -webkit-transform: translateY(-90vh);
            transform: translateY(-90vh);
  }
}

@keyframes rise_balloon {
  0% {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
  100% {
    -webkit-transform: translateY(-90vh);
            transform: translateY(-90vh);
  }
}
@-webkit-keyframes yurayura_balloon {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  15% {
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
  }
  25% {
    -webkit-transform: rotateZ(15deg);
            transform: rotateZ(15deg);
  }
  35% {
    -webkit-transform: rotateZ(-25deg);
            transform: rotateZ(-25deg);
  }
  45% {
    -webkit-transform: rotateZ(15deg);
            transform: rotateZ(15deg);
  }
  55% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
  }
  65% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
  }
  75% {
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
  }
  85% {
    -webkit-transform: rotateZ(15deg);
            transform: rotateZ(15deg);
  }
  95% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
  }
  100% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
@keyframes yurayura_balloon {
  0% {
    -webkit-transform: rotateZ(0deg);
            transform: rotateZ(0deg);
  }
  15% {
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
  }
  25% {
    -webkit-transform: rotateZ(15deg);
            transform: rotateZ(15deg);
  }
  35% {
    -webkit-transform: rotateZ(-25deg);
            transform: rotateZ(-25deg);
  }
  45% {
    -webkit-transform: rotateZ(15deg);
            transform: rotateZ(15deg);
  }
  55% {
    -webkit-transform: rotateZ(-20deg);
            transform: rotateZ(-20deg);
  }
  65% {
    -webkit-transform: rotateZ(10deg);
            transform: rotateZ(10deg);
  }
  75% {
    -webkit-transform: rotateZ(-15deg);
            transform: rotateZ(-15deg);
  }
  85% {
    -webkit-transform: rotateZ(15deg);
            transform: rotateZ(15deg);
  }
  95% {
    -webkit-transform: rotateZ(-10deg);
            transform: rotateZ(-10deg);
  }
  100% {
    -webkit-transform: rotateZ(5deg);
            transform: rotateZ(5deg);
  }
}
.l-schedule {
  display: none;
}
.l-schedule__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 21%;
  padding-right: 21%;
  width: 100%;
  z-index: 99;
}
.l-schedule__title, .l-schedule__content, .l-schedule__post, .l-schedule__more {
  width: 100%;
}
.l-schedule__title {
  color: #000DA8;
  font-family: "Montserrat", sans-serif;
  font-size: 4rem;
  font-weight: bold;
  line-height: 1;
}
.l-schedule__post {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #ffffff;
  border: 2px solid #000DA8;
  border-radius: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 512px;
  padding: 15px 0;
  position: relative;
}
.l-schedule__post::before {
  content: "";
  display: block;
  padding-top: 132%;
}
.l-schedule__post img {
  height: calc(100% - 30px);
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  top: 15px;
  width: 100%;
}
.l-schedule__more {
  max-width: 240px;
}
.l-schedule__more .c-more__button {
  font-size: 1.4rem;
}
.l-schedule__more .c-more__button svg {
  width: 18px;
}

.l-menu {
  display: none;
}
.l-menu__inner {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 16%;
  padding-right: 16%;
  width: 100%;
  z-index: 99;
}

.l-main {
  min-height: 100vh;
}

.l-header {
  background-color: #ffffff;
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
          box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05);
  height: 50px;
}

.c-container {
  padding-left: 35px;
  padding-right: 35px;
}
.c-container--s {
  padding-left: 35px;
  padding-right: 35px;
}

.c-split {
  display: inline-block;
}
.c-split--block {
  display: block;
}

.c-more {
  display: block;
}
.c-more__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 28px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.6rem;
  font-weight: bold;
  gap: 16px;
  height: 56px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 12px;
}
.c-more__button.shadow {
  margin-bottom: 16px;
}
.c-more__button.red {
  background-color: red;
  color: #ffffff;
}
.c-more__button.red.shadow {
  -webkit-box-shadow: 0 6px 0 #C30E0D;
          box-shadow: 0 6px 0 #C30E0D;
}
.c-more__button.yellow {
  background-color: #FFC700;
  color: #000DA8;
}
.c-more__button.yellow.shadow {
  -webkit-box-shadow: 0 6px 0 #EC9E07;
          box-shadow: 0 6px 0 #EC9E07;
}
.c-more__button.blue {
  background-color: #000DA8;
  color: #ffffff;
}
.c-more__button.spec {
  border: 1px solid #515151;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s;
  -o-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}
.c-more__button.spec::before {
  background-image: url(../images/pdf.webp);
  background-size: contain;
  content: "";
  height: 30px;
  left: 16px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 26px;
  z-index: 1;
}
.c-more__button.spec:hover {
  background-color: #515151;
  color: #ffffff;
}
.c-more__button svg {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 20px;
}
.c-more__button:hover svg {
  -webkit-transform: translateX(7px);
      -ms-transform: translateX(7px);
          transform: translateX(7px);
}
.c-more__caption {
  font-size: 1.2rem;
}
.c-more__caption.white {
  color: #ffffff;
}
.c-more__caption.blue {
  color: #000DA8;
}

.p-section {
  background-color: #0028EF;
  padding-top: 48px;
}
.p-section__header {
  padding-bottom: 32px;
}
.p-section__title img {
  height: 44px;
  width: auto;
}

.p-header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-left: 5vw;
  padding-right: 5vw;
}
.p-header__logo-link {
  -webkit-transition: color 0.3s ease;
  -o-transition: color 0.3s ease;
  transition: color 0.3s ease;
}
.p-header__logo-link:hover {
  color: red;
}
.p-header__nav {
  display: none;
}
.p-header__menu {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-header__item {
  display: block;
  margin-left: 32px;
}
.p-header__link {
  display: block;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
.p-header__link:hover {
  color: red;
}

.p-footer {
  overflow: hidden;
  position: relative;
}
.p-footer__social {
  margin-bottom: 104px;
}
.p-footer__media {
  position: relative;
}
.p-footer__car {
  height: 108px;
  position: absolute;
  right: 12.5%;
  top: -12px;
  width: 180px;
  z-index: 1;
}
.p-footer__top {
  cursor: pointer;
  display: block;
  height: 63px;
  position: absolute;
  right: 2.4%;
  top: -53px;
  width: 81px;
  z-index: 3;
}
.p-footer__copyright {
  background-color: #515151;
  color: #ffffff;
  height: 50px;
  text-align: center;
}
.p-footer__copyright small {
  line-height: 50px;
}

.p-schedule {
  display: block;
}
.p-schedule__content {
  position: relative;
}
.p-schedule__content::before {
  background-image: url(../images/schedule_treat.svg);
  background-size: contain;
  content: "";
  height: 40px;
  position: absolute;
  right: -30px;
  top: -34px;
  width: 48px;
  z-index: 1;
}

.p-about {
  display: block;
}
.p-about__content {
  background-color: #ffffff;
  border-radius: 12px 0 0 12px;
  padding: 20px 30px 20px 22px;
  width: calc(100% + 35px);
}

.p-restaurant {
  margin-bottom: 96px;
  padding-bottom: 48px;
  position: relative;
}
.p-restaurant::after {
  background-image: url(../images/section_bg.webp);
  background-size: cover;
  bottom: -48px;
  content: "";
  height: 48px;
  left: 0;
  position: absolute;
  width: 100%;
}
.p-restaurant__content {
  margin-bottom: 32px;
  overflow: hidden;
  position: relative;
  width: calc(100% + 35px);
}
.p-restaurant__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  overflow: scroll;
  padding-right: 35px;
}
.p-restaurant__card {
  background-color: #ffffff;
  border-radius: 0 0 12px 12px;
  min-width: 250px;
  width: 100%;
}
.p-restaurant__card-content {
  height: 267px;
  padding: 24px 20px 64px;
  position: relative;
}
.p-restaurant__card-store {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.p-restaurant__card-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
  margin-bottom: 16px;
}
.p-restaurant__card-list-heading {
  width: 56px;
}
.p-restaurant__card-list-caption {
  width: calc(100% - 56px);
}
.p-restaurant__card-links {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  bottom: 26px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  left: 20px;
  position: absolute;
  z-index: 1;
}
.p-restaurant__card-logo-link {
  display: block;
}
.p-restaurant__card-logo-link:hover img {
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}
.p-restaurant__card-logo img {
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: auto;
  width: 47px;
}
.p-restaurant__card-link {
  display: block;
}
.p-restaurant__card-link.instagram {
  margin-top: 1px;
}
.p-restaurant__card-link:hover svg {
  fill: #000000;
}
.p-restaurant__card-link svg {
  fill: #999;
  height: 27px;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  width: auto;
}

.p-scroll {
  background-color: #ffffff;
  position: relative;
  z-index: 3;
}
.p-scroll__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.p-scroll__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  list-style: none;
  margin-left: 12px;
  padding: 0;
}
.p-scroll__list--left {
  -webkit-animation: infinity-scroll-left 30s infinite linear 0.5s both;
          animation: infinity-scroll-left 30s infinite linear 0.5s both;
}
.p-scroll__item {
  width: 100vw;
}
.p-scroll__item > img {
  width: 100%;
}

@-webkit-keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}

@keyframes infinity-scroll-left {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-100%);
            transform: translateX(-100%);
  }
}
.p-accordion {
  padding-top: 48px;
}
.p-accordion[open] .p-accordion__toggle::after {
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.p-accordion__toggle {
  border-radius: 8px;
  cursor: pointer;
  font-size: 1.8rem;
  font-weight: bold;
  height: 60px;
  line-height: 54px;
  margin-left: -15px;
  padding-left: 16px;
  position: relative;
  width: calc(100% + 30px);
}
.p-accordion__toggle.yellow {
  border: 3px solid #FFC700;
}
.p-accordion__toggle.yellow::before {
  background-color: #FFC700;
}
.p-accordion__toggle.red {
  border: 3px solid #F34342;
}
.p-accordion__toggle.red::before {
  background-color: #F34342;
}
.p-accordion__toggle::before {
  border-radius: 0 2px 2px 0;
  content: "";
  height: 56px;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 56px;
  z-index: 1;
}
.p-accordion__toggle::after {
  background-image: url(../images/toggle.svg);
  background-size: contain;
  content: "";
  height: 16px;
  position: absolute;
  right: 17px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 19px;
  z-index: 2;
}
.p-accordion__desc {
  padding-top: 24px;
}
.p-accordion__title {
  color: #000DA8;
  font-size: 1.8rem;
  font-style: normal;
  font-weight: 600;
  margin-bottom: 24px;
}
.p-accordion__list, .p-accordion__callout {
  font-size: 1.2rem;
  margin-bottom: 16px;
}
.p-accordion__list {
  display: grid;
  gap: 8px;
}
.p-accordion__list span {
  padding-left: 20px;
  position: relative;
}
.p-accordion__list span::before {
  content: "・";
  font-size: 1.2rem;
  left: 5px;
  position: absolute;
  top: 0;
}
.p-accordion__callout {
  background-color: #EAEAEA;
  border-radius: 4px;
  padding: 10px 10px 10px 40px;
  position: relative;
}
.p-accordion__callout::before {
  background-image: url(../images/callout.webp);
  background-size: contain;
  content: "";
  height: 36px;
  left: 10px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 21px;
}
.p-accordion__caption {
  font-size: 1.2rem;
}

.p-info {
  margin-bottom: 80px;
}

.p-social {
  display: block;
}
.p-social__title {
  color: #000DA8;
  font-family: "Montserrat", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
  margin-bottom: 24px;
}
.p-social__list {
  display: grid;
  gap: 48px;
  grid-template-columns: 42px 42px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.p-social__list.s {
  gap: 24px;
}
.p-social__link {
  display: block;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-social__link:hover {
  opacity: 0.7;
}

.p-fv {
  overflow: hidden;
  position: relative;
}
.p-fv::before {
  content: "";
  display: block;
  padding-top: 157%;
}
.p-fv__inner {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 80%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  left: 50%;
  position: absolute;
  top: 90px;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  z-index: 2;
}
.p-fv__text {
  width: 100%;
}
.p-fv__title {
  margin-bottom: 32px;
}
.p-fv__caption {
  color: #000DA8;
  font-size: 1.4rem;
  font-weight: bold;
}
.p-fv__date {
  left: 24px;
  position: absolute;
  top: 0;
  z-index: 3;
}
.p-fv__hamburger {
  position: fixed;
  right: 16px;
  top: 16px;
  z-index: 999;
}
.p-fv__move {
  height: 50%;
  position: relative;
  width: calc(100% + 40px);
}
.p-fv__image {
  position: absolute;
}
.p-fv__image.bubble1 {
  height: 137px;
  right: 28px;
  top: 14%;
  width: 144px;
}
.p-fv__image.bubble2 {
  height: 151px;
  right: 10px;
  top: -7.5%;
  width: 145px;
}
.p-fv__image.bubble3 {
  height: 136px;
  left: 10.38%;
  top: 21%;
  width: 130px;
}
.p-fv__car {
  position: absolute;
  right: -140px;
  top: 55%;
  width: 140px;
}
.p-fv__button {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F34342;
  border-radius: 50%;
  bottom: 16px;
  -webkit-box-shadow: 3px 3px 6px rgba(98, 96, 96, 0.25);
          box-shadow: 3px 3px 6px rgba(98, 96, 96, 0.25);
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 1.4rem;
  font-weight: bold;
  gap: 3px;
  height: 85px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.25;
  position: fixed;
  right: 16px;
  -webkit-transition: opacity 0.3s, visibility 0.3s;
  -o-transition: opacity 0.3s, visibility 0.3s;
  transition: opacity 0.3s, visibility 0.3s;
  width: 85px;
  z-index: 10;
}
.p-fv__button.is-hidden {
  opacity: 0;
  visibility: hidden;
}
.p-fv__balloon {
  -webkit-animation: FloatVertical 2s linear infinite;
          animation: FloatVertical 2s linear infinite;
  display: block;
  position: absolute;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
  z-index: 5;
}
.p-fv__balloon.red_right {
  -webkit-animation-delay: 0.3s;
          animation-delay: 0.3s;
  height: 105px;
  right: -25px;
  top: 120px;
  width: 53px;
}
.p-fv__balloon.yellow_left {
  -webkit-animation-delay: 0.6s;
          animation-delay: 0.6s;
  height: 104px;
  left: -17px;
  top: 162px;
  width: 61px;
}
.p-fv__balloon.yellow_top {
  height: 89px;
  left: 104px;
  top: -18px;
  width: 42px;
}
.p-fv__balloon img {
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}
.p-fv__background {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}

@-webkit-keyframes FloatVertical {
  0%, 100% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}

@keyframes FloatVertical {
  0%, 100% {
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  50% {
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
}
.p-hamburger {
  background-color: #000DA8;
  border-radius: 50%;
  height: 46px;
  width: 46px;
  z-index: 999;
}
.p-hamburger__line {
  background-color: #ffffff;
  display: block;
  height: 2px;
  left: 14px;
  position: absolute;
  -webkit-transition: opacity 0.1s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  transition: opacity 0.1s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  -o-transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s;
  transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s;
  transition: opacity 0.1s ease, transform 0.3s ease, top 0.3s ease, background-color 0.3s, -webkit-transform 0.3s ease;
  width: 18px;
}
.p-hamburger__line1 {
  top: 15px;
}
.p-hamburger__line1.is-active {
  top: 23px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-hamburger__line2 {
  top: 23px;
}
.p-hamburger__line2.is-active {
  opacity: 0;
}
.p-hamburger__line3 {
  top: 31px;
}
.p-hamburger__line3.is-active {
  top: 23px;
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
}
.p-hamburger__button {
  position: relative;
  z-index: 100;
}
.p-hamburger__nav {
  background-color: #CDE9FA;
  height: 100vh;
  left: 0;
  opacity: 0;
  padding-left: 35px;
  padding-right: 35px;
  padding-top: 115px;
  position: fixed;
  top: 0;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  visibility: hidden;
  width: 100vw;
  z-index: 99;
}
.p-hamburger__nav.is-active {
  opacity: 1;
  visibility: visible;
}
.p-hamburger__logo {
  left: 16px;
  position: absolute;
  top: 16px;
  width: 180px;
}
.p-hamburger__menu {
  border-bottom: 1px dashed #000DA8;
  margin-bottom: 24px;
}
.p-hamburger__item {
  margin-bottom: 24px;
}
.p-hamburger__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000DA8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  gap: 6px;
}
.p-hamburger__link:hover {
  opacity: 0.8;
}
.p-hamburger__link-media {
  width: 34px;
}
.p-hamburger__link .calendar {
  color: #F34342;
}
.p-hamburger__info {
  margin-bottom: 24px;
}
.p-hamburger__info-link {
  color: #000DA8;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
}

.p-date {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #F34342;
  color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-family: "Montserrat", sans-serif;
  height: 76px;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 60px;
}
.p-date::after {
  border-bottom: 10px solid transparent;
  border-left: 30px solid #F34342;
  border-right: 30px solid #F34342;
  bottom: -10px;
  content: "";
  height: 0;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
}
.p-date .date {
  font-size: 2.2rem;
}
.p-date .day {
  font-size: 1.9rem;
  line-height: 1.8;
}

.p-menu__logo {
  width: 100%;
}
.p-menu__menu {
  border-bottom: 1px dashed #000DA8;
  margin-bottom: 24px;
  width: 100%;
}
.p-menu__item {
  margin-bottom: 24px;
}
.p-menu__link {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #000DA8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 2rem;
  font-weight: bold;
  gap: 6px;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-menu__link:hover {
  opacity: 0.7;
}
.p-menu__link-media {
  width: 34px;
}
.p-menu__link .calendar {
  color: #F34342;
}
.p-menu__info {
  margin-bottom: 24px;
  width: 100%;
}
.p-menu__info-link {
  color: #000DA8;
  display: block;
  font-size: 1.8rem;
  font-weight: bold;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.p-menu__info-link:hover {
  opacity: 0.7;
}
.p-menu__social {
  width: 100%;
}
.p-menu__more {
  max-width: 240px;
  width: 100%;
}
.p-menu__more .c-more__button {
  font-size: 1.4rem;
}
.p-menu__more .c-more__button svg {
  width: 18px;
}

.p-loading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #CDE9FA;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  opacity: 0;
  position: fixed;
  top: 0;
  -webkit-transition: opacity 1s, visibility 1s;
  -o-transition: opacity 1s, visibility 1s;
  transition: opacity 1s, visibility 1s;
  visibility: hidden;
  width: 100vw;
  z-index: 999999;
}
.p-loading.is-active {
  opacity: 1;
  visibility: visible;
}
.p-loading__inner {
  max-width: 230px;
  width: 100%;
}
.p-loading__logo {
  margin-bottom: 24px;
  width: 100%;
}
.p-loading__list {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  gap: 14px;
  grid-template-columns: 85fr 100fr 54fr 76fr;
}
.p-loading__icon {
  opacity: 0;
}
.p-loading__icon.is-active {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 1.2s;
          animation-duration: 1.2s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: 1;
          animation-iteration-count: 1;
  -webkit-animation-name: icon_cutin;
          animation-name: icon_cutin;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
}
.p-loading__icon:nth-child(1) {
  -webkit-animation-delay: 0.25s;
          animation-delay: 0.25s;
}
.p-loading__icon:nth-child(2) {
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
}
.p-loading__icon:nth-child(3) {
  -webkit-animation-delay: 0.75s;
          animation-delay: 0.75s;
}
.p-loading__icon:nth-child(4) {
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}
.p-loading__icon:nth-child(5) {
  -webkit-animation-delay: 1.25s;
          animation-delay: 1.25s;
}
.p-loading__icon:nth-child(6) {
  -webkit-animation-delay: 1.5s;
          animation-delay: 1.5s;
}
.p-loading__icon:nth-child(7) {
  -webkit-animation-delay: 1.75s;
          animation-delay: 1.75s;
}
.p-loading__icon:nth-child(8) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
.p-loading__icon:nth-child(9) {
  -webkit-animation-delay: 2.25s;
          animation-delay: 2.25s;
}
.p-loading__icon:nth-child(10) {
  -webkit-animation-delay: 2.5s;
          animation-delay: 2.5s;
}

@-webkit-keyframes icon_cutin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@keyframes icon_cutin {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes icon_cutout {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
@keyframes icon_cutout {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px);
            transform: translateX(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(-30px);
            transform: translateX(-30px);
  }
}
.u-mx-auto {
  margin-left: auto;
  margin-right: auto;
}
.u-mbxs {
  margin-bottom: 8px;
}
.u-mbs {
  margin-bottom: 16px;
}
.u-mbm {
  margin-bottom: 24px;
}
.u-mbl {
  margin-bottom: 48px;
}
.u-mtms {
  margin-top: -20px;
}

.u-text-center {
  text-align: center;
}

/*================================================
Foundation
================================================*/
/*================================================
Layout
================================================*/
/*================================================
Object
================================================*/
@media (min-width: 360px) {
  html {
    font-size: 10px;
  }
  .l-inner {
    -webkit-box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
            box-shadow: 0 8px 16px rgba(0, 0, 0, 0.25);
  }
  .c-more__button {
    font-size: 1.8rem;
  }
  .c-more__button.spec {
    padding-right: 30px;
  }
  .c-more__button.spec::before {
    height: 36px;
    left: 24px;
    width: 30px;
  }
  .p-footer__car {
    height: 118px;
    right: 12.5%;
    width: 201px;
  }
  .p-restaurant__card {
    min-width: 290px;
  }
  .p-restaurant__card-content {
    height: 311px;
    padding: 24px 24px 89px;
  }
  .p-restaurant__card-store {
    font-size: 1.6rem;
  }
  .p-restaurant__card-list {
    font-size: 1.4rem;
  }
  .p-restaurant__card-links {
    left: 24px;
  }
  .p-restaurant__card-logo img {
    width: 57px;
  }
  .p-restaurant__card-link svg {
    height: 31px;
    width: auto;
  }
  .p-scroll__list {
    gap: 16px;
    margin-left: 16px;
  }
  .p-accordion__toggle {
    font-size: 2rem;
    padding-left: 28px;
  }
  .p-accordion__title {
    font-size: 2.2rem;
  }
  .p-accordion__list, .p-accordion__callout {
    font-size: 1.4rem;
  }
  .p-accordion__list span::before {
    font-size: 1.4rem;
  }
  .p-accordion__callout {
    padding: 10px 10px 10px 50px;
  }
  .p-fv__caption {
    font-size: 1.6rem;
  }
  .p-fv__image.bubble1 {
    height: 157px;
    top: 20%;
    width: 164px;
  }
  .p-fv__image.bubble2 {
    height: 176px;
    right: 0;
    top: -7.5%;
    width: 170px;
  }
  .p-fv__image.bubble3 {
    height: 156px;
    left: 18%;
    top: 24%;
    width: 150px;
  }
  .p-fv__car {
    bottom: 5%;
    top: auto;
  }
}
@media (min-width: 425px) {
  html {
    font-size: 10px;
  }
  .p-fv__car {
    bottom: 0;
    top: auto;
  }
}
@media (min-width: 520px) {
  html {
    font-size: 10px;
  }
  .l-inner {
    max-width: 360px;
  }
  .p-fv__hamburger {
    left: calc(50% + 180px - 56px);
    right: auto;
  }
  .p-fv__car {
    bottom: auto;
    top: 60%;
  }
}
@media (min-width: 768px) {
  html {
    font-size: 10px;
  }
  .p-scroll__item {
    width: 25vw;
  }
}
@media (min-width: 960px) {
  html {
    font-size: 10px;
  }
  body {
    font-size: 1.6rem;
  }
  .l-header {
    height: 80px;
  }
  .p-header__hamburger {
    display: none;
  }
  .p-header__nav {
    display: block;
  }
}
@media (min-width: 1280px) {
  html {
    font-size: 10px;
  }
  .l-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .l-column {
    display: grid;
    grid-template-columns: 552fr 360px 368fr;
    height: 100% !important;
    max-height: 100% !important;
    position: relative;
  }
  .l-column__balloon {
    display: block;
  }
  .l-schedule {
    display: block;
    left: 0;
    position: fixed;
    top: 0;
    width: 45%;
    z-index: 99;
  }
  .l-menu {
    display: block;
    position: fixed;
    right: 0;
    top: 0;
    width: 30%;
    z-index: 99;
  }
  .p-fv__hamburger {
    display: none;
  }
  .p-fv__button {
    display: none;
  }
  .p-loading__inner {
    max-width: 390px;
  }
  .p-loading__list {
    gap: 24px;
  }
}
@media (min-width: 1680px) {
  html {
    font-size: 10px;
  }
  .l-column__balloon2 {
    left: 39%;
  }
}
@media (min-width: 1920px) {
  html {
    font-size: 10px;
  }
  body::before {
    background-position: left 60% bottom 0;
  }
}

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