@charset "UTF-8";
html {
  font-size: 100%;
}
@media (max-width: 375px) {
  html {
    font-size: 4.2666666667vw;
  }
}
@media screen and (min-width: 768px) {
  html {
    font-size: 1.3913043478vw;
  }
}
@media (min-width: 1150px) {
  html {
    font-size: 100%;
  }
}

body {
  font-family: myriad-pro, sans-serif;
  color: black;
  background: white;
  font-weight: 300;
}

@media screen and (min-width: 768px) {
  a,
  button {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover,
  button:hover {
    opacity: 1;
    /* text-decoration: underline; */
    cursor: pointer;
  }
}

/*****************************
* A Modern CSS Reset (https://github.com/hankchizljaw/modern-css-reset)
* 上記に、ul要素,ol要素,a要素への記述追加
*****************************/
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

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

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

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

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

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

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

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

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

/* Remove all animations, transitions and smooth scroll for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    -webkit-animation-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
    animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.l-inner {
  width: 100%;
  padding-right: 1.25rem;
  padding-left: 1.25rem;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .l-inner {
    max-width: 1150px;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-about__block {
  width: 90vw;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 1.125rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .c-about__block {
    margin-top: 4.375rem;
    padding-bottom: 4.5rem;
  }
}

.c-about__subtitle {
  font-size: 1.0625rem;
  text-transform: capitalize;
  font-weight: 400;
  letter-spacing: 0.02em;
  text-align: center;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .c-about__subtitle {
    font-size: 1.6875rem;
    margin-top: 4.1875rem;
  }
}

.c-about__text {
  position: relative;
  font-size: 1rem;
  max-width: 31.25rem;
  width: 100%;
  line-height: 1.78;
  text-align: center;
  margin-top: 1.125rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .c-about__text {
    font-size: 1.625rem;
    max-width: 67.5rem;
    margin-top: 3.375rem;
    padding-bottom: 3.625rem;
  }
}

.c-about__text::after {
  position: absolute;
  display: block;
  content: '';
  background-color: #000;
  height: 1px;
  width: 75vw;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.c-card__heading {
  font-size: 1.1875rem;
  letter-spacing: 0.05em;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-card__heading {
    font-size: 1.4375rem;
  }
}

.c-card__img {
  position: relative;
  max-width: 35rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c-card__img {
    max-width: 20.88625rem;
  }
}

.c-card__img::before {
  display: block;
  content: '';
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  .c-card__img::before {
    padding-top: 100%;
  }
}

.c-card__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.c-card__sub-heading {
  font-size: 1.1875rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-card__sub-heading {
    font-size: 1.4375rem;
  }
}

.c-card {
  width: 100%;
}

.c-card:hover .c-card__img::after {
  display: block;
}

.c-card2 {
  display: block;
  padding: 1.25rem 0;
}

.c-card2__date {
  display: block;
  font-size: 0.75rem;
  color: #a9a9a9;
  font-weight: bold;
  line-height: 1;
  text-align: left;
}

.c-card2__title {
  width: 100%;
  font-size: 1rem;
  line-height: 1.6;
  text-align: left;
  margin-top: 0.4375rem;
}

.c-careers__mail {
  display: inline-block;
  font-size: 1.125rem;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (min-width: 768px) {
  .c-careers__mail {
    font-size: 1.3125rem;
  }
}

.c-careers__mail:hover {
  opacity: 0.7;
}

.c-careers__text {
  font-size: 0.875rem;
  text-align: center;
  max-width: 31.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .c-careers__text {
    font-size: 1.625rem;
    max-width: 63.625rem;
    margin-top: 3.3125rem;
  }
}

.c-chef__name {
  font-size: 1rem;
  letter-spacing: 0.05em;
  font-weight: 300;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-chef__name {
    font-size: 1.4375rem;
  }
}

.c-chef__position {
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-chef__position {
    font-size: 1.4375rem;
  }
}

.c-chef {
  max-width: 35rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .c-chef {
    max-width: 20.88625rem;
  }
}

.c-drawer__item-link {
  position: relative;
  display: inline-block;
  font-size: 0.875rem;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  padding: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-drawer__item-link {
    font-size: 1.625rem;
  }
}

.c-drawer__item-link::after {
  position: absolute;
  bottom: -0.1875rem;
  left: 0;
  content: '';
  width: 100%;
  height: 2px;
  background: #fff;
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transform-origin: center top;
  transform-origin: center top;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition:
    transform 0.3s,
    -webkit-transform 0.3s;
}

.c-drawer__item-link:hover::after {
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}

.c-footer__logo-link {
  display: inline-block;
  position: relative;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-footer__logo-link {
    width: 2.5775rem;
  }
}

.c-footer__logo-link::before {
  display: block;
  content: '';
  padding-top: 109.2628516004%;
}

.c-footer__logo-link img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.c-hamburger {
  position: absolute;
  display: block;
  width: 1.25rem;
  height: 0.875rem;
  top: 1.4375rem;
  right: 1.375rem;
  cursor: pointer;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .c-hamburger {
    width: 2.1875rem;
    height: 1.5625rem;
    top: 2.1875rem;
    right: 2.1875rem;
  }
}

.c-hamburger span {
  display: block;
  width: 1.25rem;
  height: 0.0625rem;
  background: black;
  -webkit-transition: ease 0.4s;
  transition: ease 0.4s;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .c-hamburger span {
    width: 2.1875rem;
  }
}

.c-hamburger span:nth-of-type(1) {
  position: absolute;
  top: 0;
}

.c-hamburger.is-active span:nth-of-type(1) {
  top: 0.5rem;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.c-hamburger span:nth-of-type(2) {
  position: absolute;
  display: block;
  top: 0.375rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger span:nth-of-type(2) {
    top: 0.6875rem;
  }
}

.c-hamburger.is-active span:nth-of-type(2) {
  display: none;
}

.c-hamburger span:nth-of-type(3) {
  position: absolute;
  top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-hamburger span:nth-of-type(3) {
    top: 1.4375rem;
  }
}

.c-hamburger.is-active span:nth-of-type(3) {
  top: 0.5rem;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.c-logo__link {
  position: relative;
  display: block;
  text-align: center;
  width: 1.875rem;
}
@media screen and (min-width: 768px) {
  .c-logo__link {
    width: 4.1875rem;
  }
}

.c-logo__link::before {
  display: block;
  content: '';
  padding-top: 109%;
}
@media screen and (min-width: 768px) {
  .c-logo__link::before {
    padding-top: 108.9552238806%;
  }
}

.c-logo__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.c-header__title {
  font-size: 2rem;
  text-align: center;
  font-family: 'Pinyon Script', cursive;
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .c-header__title {
    font-size: 3rem;
  }
}

.c-ig__link {
  position: relative;
  width: 1.6875rem;
  display: inline-block;
}
@media screen and (min-width: 768px) {
  .c-ig__link {
    width: 2.100625rem;
  }
}

.c-ig__link::before {
  display: block;
  content: '';
  padding-top: 100.476048795%;
}

.c-ig__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.c-information__address {
  font-size: 1rem;
  margin-top: 0.25rem;
}
@media screen and (min-width: 768px) {
  .c-information__address {
    font-size: 1.625rem;
  }
}

.c-information__subtitle-address {
  font-size: 1.125rem;
  text-transform: capitalize;
  font-weight: 400;
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .c-information__subtitle-address {
    font-size: 1.625rem;
    margin-top: 3.625rem;
  }
}

.c-information__subtitle-hours {
  font-size: 1.125rem;
  font-weight: 400;
  text-transform: capitalize;
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .c-information__subtitle-hours {
    font-size: 1.625rem;
    margin-top: 2.5625rem;
  }
}

.c-information__text {
  font-size: 1rem;
  margin-top: 1.375rem;
}
@media screen and (min-width: 768px) {
  .c-information__text {
    font-size: 1.625rem;
    margin-top: 2.8125rem;
  }
}

.c-information-day {
  font-size: 1rem;
  margin-top: 0.4375rem;
}
@media screen and (min-width: 768px) {
  .c-information-day {
    font-size: 1.625rem;
  }
}

.c-information-time {
  font-size: 1rem;
}
@media screen and (min-width: 768px) {
  .c-information-time {
    font-size: 1.625rem;
    margin-top: 0.25rem;
  }
}

.c-menu__annotation,
.c-menu__annotation-second {
  font-size: 0.75rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-menu__annotation,
  .c-menu__annotation-second {
    font-size: 1.3125rem;
  }
}

.c-menu__annotation {
  margin-top: 1rem;
}

.c-menu__comment {
  font-size: 1rem;
  margin-top: 2.25rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-menu__comment {
    font-size: 1.625rem;
  }
}

.c-menu__link {
  display: inline-block;
  position: relative;
}

.c-menu__link::before {
  position: absolute;
  display: inline-block;
  content: 'Here is the menu';
  color: #000;
  font-size: 0.8125rem;
  line-height: 1;
  width: 7.5rem;
  height: 100%;
  left: 50%;
  bottom: -1.5rem;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-menu__link::before {
    font-size: 1.25rem;
    width: 8.625rem;
    bottom: -2.8125rem;
  }
}

@media screen and (min-width: 768px) {
  .c-menu__link::after {
    position: absolute;
    content: '';
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 0;
    height: 1.5px;
    background: #000;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s;
  }
}

@media screen and (min-width: 768px) {
  .c-menu__link:hover {
    cursor: pointer;
    opacity: 0.7;
  }
}

/* .c-menu__link:hover::after {
  width: 100%;
} */

.c-menu__list-item {
  font-size: 1rem;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-menu__list-item {
    font-size: 1.625rem;
  }
}

.c-menu__list-item:not(:first-child) {
  margin-top: 2.1875rem;
}
@media screen and (min-width: 768px) {
  .c-menu__list-item:not(:first-child) {
    margin-top: 2.5625rem;
  }
}

.c-menu__list-item:nth-child(3),
.c-menu__list-item:nth-child(4),
.c-menu__list-item:nth-child(5) {
  margin-top: 0.3125rem;
}

.c-menu__text {
  position: relative;
  font-size: 0.75rem;
  max-width: 31.25rem;
  width: 100%;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 4.5rem;
}
@media screen and (min-width: 768px) {
  .c-menu__text {
    font-size: 1.25rem;
    max-width: 65.5625rem;
    margin-top: 8.8125rem;
    letter-spacing: 0.03em;
    line-height: 1.76;
  }
}

.c-menu__text::before {
  position: absolute;
  content: '';
  background-color: black;
  width: 71vw;
  height: 1px;
  top: -2.25rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
  .c-menu__text::before {
    top: -4.3125rem;
  }
}

.c-modal {
  display: none;
  position: fixed;
  width: 100%;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 100;
}

.c-modal__overlay {
  position: absolute;
  background: rgba(0, 0, 0, 0.8);
  width: 100%;
  height: 100vh;
}

.c-modal__content {
  position: absolute;
  max-width: 37.5rem;
  width: 100%;
  height: 45.3125rem;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-right: 1.25rem;
  padding-left: 1.25rem;
}
@media screen and (min-width: 768px) {
  .c-modal__content {
    max-width: 40.625rem;
    height: 48.75rem;
    padding-right: 1.5625rem;
    padding-left: 1.5625rem;
  }
}

.c-modal__img {
  display: block;
  position: relative;
  max-width: 37.5rem;
  width: 100%;
  height: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .c-modal__img {
    max-width: 37.5rem;
  }
}

.c-modal__img::before {
  display: block;
  content: '';
  padding-top: 130%;
}
@media screen and (min-width: 768px) {
  .c-modal__img::before {
    padding-top: 130%;
  }
}

.c-modal__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.fixed {
  position: fixed;
  width: 100%;
  height: 100%;
}

.c-mv__head {
  text-align: center;
  font-size: 2rem;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .c-mv__head {
    font-size: 3rem;
  }
}

.c-mv__text {
  max-width: 31.25rem;
  width: 100%;
  font-size: 1rem;
  line-height: 1.58;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
  margin-top: 0.8125rem;
}
@media screen and (min-width: 768px) {
  .c-mv__text {
    max-width: 69.75rem;
    font-size: 1.625rem;
    margin-top: 3.375rem;
  }
}

.c-open__drawer {
  width: 1.875rem;
  height: 1.875rem;
  position: fixed;
  right: 0;
  bottom: 50%;
  z-index: 999;
}
@media screen and (min-width: 768px) {
  .c-open__drawer {
    width: 2.5rem;
    height: 3.75rem;
    right: 4.375rem;
  }
}

.c-open__drawer::before {
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  content: '*';
  font-size: 1.5625rem;
  color: black;
  position: absolute;
  width: 1.875rem;
  height: 1.875rem;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-open__drawer::before {
    font-size: 2.5rem;
    width: 2.5rem;
    height: 3.75rem;
  }
}

@media screen and (min-width: 768px) {
  .c-reservation__link {
    display: inline-block;
    font-size: 1.375rem;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 0.05em;
    padding-right: 0.375rem;
    padding-left: 0.6875rem;
    padding-bottom: 0.3125rem;
    border-bottom: 1px solid black;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
  }
}

.c-restaurant__tel {
  font-size: 1rem;
  color: #fff;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .c-restaurant__tel {
    font-size: 1.3125rem;
  }
}

.c-section__block {
  width: 90vw;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  margin-top: 1.125rem;
  margin-right: auto;
  margin-left: auto;
  padding-bottom: 2.25rem;
}
@media screen and (min-width: 768px) {
  .c-section__block {
    margin-top: 6.3125rem;
    padding-bottom: 5.0625rem;
  }
}

.c-section__swiper {
  height: 26.5625rem;
}
@media screen and (min-width: 768px) {
  .c-section__swiper {
    height: 33.4375rem;
  }
}

.c-section__title {
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  margin-top: 1.125rem;
  text-align: center;
  text-transform: capitalize;
}
@media screen and (min-width: 768px) {
  .c-section__title {
    margin-top: 3.75rem;
    font-size: 1.875rem;
  }
}

.c-swiper {
  width: 100%;
  height: calc(100vh - 10.125rem);
}
@media screen and (min-width: 768px) {
  .c-swiper {
    width: 70vw;
    height: calc(100vh - 6.3125rem);
    margin-right: auto;
    margin-left: auto;
  }
}

.swiper-container,
.swiper-slide {
  margin: 0 auto;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .swiper-container,
  .swiper-slide {
    height: calc(100vh - 6.3125rem);
  }
}

.swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.swiper-slide-active img,
.swiper-slide-duplicate-active img,
.swiper-slide-prev img {
  -webkit-animation: zoom 10s linear 0s 1 normal both;
  animation: zoom 10s linear 0s 1 normal both;
}

.c-tock__link {
  position: relative;
  display: inline-block;
  width: 1.75rem;
  margin-left: 0.3125rem;
}
@media screen and (min-width: 768px) {
  .c-tock__link {
    width: 2.300625rem;
    margin-left: 0.6875rem;
  }
}

.c-tock__link::before {
  display: block;
  content: '';
  padding-top: 99.3751697908%;
}

.c-tock__link img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.p-about__cards {
  display: grid;
  max-width: 35rem;
  width: 100%;
  margin-top: 2.25rem;
  margin-right: auto;
  margin-left: auto;
  row-gap: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__cards {
    grid-template-columns: repeat(1, 1fr);
    margin-top: 2.0625rem;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 2.1875rem;
    -webkit-column-gap: 4.625rem;
    -moz-column-gap: 4.625rem;
    column-gap: 4.625rem;
    max-width: 71.875rem;
  }
}

.p-chef__img {
  position: relative;
  max-width: 35rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-chef__img {
    max-width: 19.83375rem;
  }
}

.p-chef__img::before {
  display: block;
  content: '';
  padding-top: 100%;
}
@media screen and (min-width: 768px) {
  .p-chef__img::before {
    padding-top: 100%;
  }
}

.p-chef__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.p-about__content {
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-about__content {
    margin-top: 5.375rem;
  }
}

.p-about__team {
  margin-top: 1.5rem;
}
@media screen and (min-width: 768px) {
  .p-about__team {
    margin-top: 2rem;
  }
}

.p-careers__img {
  position: relative;
  max-width: 35rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-careers__img {
    max-width: 47.630625rem;
    margin-top: 5.5625rem;
  }
}

.p-careers__img::before {
  display: block;
  content: '';
  padding-top: 77.6653676075%;
}

.p-careers__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.p-drawer__inner {
  position: absolute;
  width: 100%;
  z-index: 50;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.p-drawer__item {
  margin-top: 0.5rem;
}

.p-drawer__list {
  text-align: center;
}

.p-drawer__sns-item:not(:first-child) {
  margin-left: 0.3125rem;
}

.p-drawer__sns {
  margin-top: 3.4375rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.p-drawer__tel {
  margin-top: 1.4375rem;
}

.p-drawer {
  width: 50vw;
  height: 100%;
  position: fixed;
  top: 0;
  right: 0;
  background: white;
  z-index: 400;
  -webkit-transform: translateX(105%);
  transform: translateX(105%);
  -webkit-transition: all 1.5s ease 0s;
  transition: all 1.5s ease 0s;
}
@media screen and (min-width: 768px) {
  .p-drawer {
    width: 30vw;
  }
}

.p-drawer.is-active {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  background: rgba(0, 0, 0, 0.7);
}

.p-footer__sns-item {
  margin-right: 0.25rem;
}

.p-footer__sns-item:not(:first-child) {
  margin-right: 0;
}

.p-footer__sns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 0.3125rem;
  margin-bottom: 1rem;
}
@media screen and (min-width: 768px) {
  .p-footer__sns {
    margin-top: 0.5625rem;
    margin-bottom: 1.875rem;
  }
}

.p-footer {
  display: block;
  width: 100%;
  text-align: center;
  padding-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-footer {
    padding-top: 1.6875rem;
  }
}

.p-header__inner {
  position: relative;
  width: 100%;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 0.9375rem;
}
@media screen and (min-width: 768px) {
  .p-header__inner {
    padding: 0 1.5625rem;
  }
}

.p-header__logo {
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

@media screen and (min-width: 768px) {
  .p-header__reservation {
    position: absolute;
    top: 2.375rem;
    right: 7.0625rem;
    cursor: pointer;
  }
}

.p-header {
  width: 100%;
  height: 3.8125rem;
  margin: auto;
  border-bottom: 1px solid #000;
}
@media screen and (min-width: 768px) {
  .p-header {
    height: 6.3125rem;
  }
}

.p-information__body {
  max-width: 37.5rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .p-information__body {
    max-width: 68.75rem;
  }
}

.p-information__img {
  position: relative;
  display: block;
  max-width: 35rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-information__img {
    max-width: 47.630625rem;
    margin-top: 4.875rem;
  }
}

.p-information__img::before {
  display: block;
  content: '';
  padding-top: 69.7183725026%;
}
@media screen and (min-width: 768px) {
  .p-information__img::before {
    padding-top: 77.6653676075%;
  }
}

.p-information__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.p-information__items {
  max-width: 47.5rem;
  width: 100%;
  margin-top: 0.4375rem;
  margin-inline: auto;
}

.p-information__items {
  border-top: solid 1px #8a8a8a;
  border-bottom: solid 1px #8a8a8a;
  margin-top: 2.5rem;
}

.p-information__item:not(:first-child) {
  border-top: solid 1px #8a8a8a;
}

.p-information__item:nth-child(1) {
  position: relative;
}

.p-information__item:nth-of-type(1)::after {
  position: absolute;
  content: 'new';
  font-size: 1rem;
  display: inline-block;
  font-weight: 700;
  color: red;
  top: 50%;
  right: 0.625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.p-subNews__nav {
  margin-top: 2.5rem;
}

.nav-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 0.625rem;
}

.pagination__arrow {
  display: inline-block;
  width: 0.6875rem;
  height: 1.125rem;
}

.page-numbers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  font-size: 0.875rem;
  color: #000;
  font-weight: 500;
  background-color: #fff;
}

.page-numbers.current {
  color: #fff;
  background-color: #000;
}

.page-numbers.dots,
.page-numbers.prev,
.page-numbers.next {
  background-color: transparent;
}

.p-list__inner.l-inner {
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-list__inner.l-inner {
    max-width: 75rem;
  }
}

.p-list__content {
  display: grid;
  gap: 1.25rem 2.5rem;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-list__content {
    grid-auto-flow: column;
    grid-template-rows: repeat(10, auto);
  }
}

.p-list__item-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
}

.p-list__item-excerpt {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 0.4375rem;
}

.p-list__btm {
  display: block;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-list__btm {
    margin-top: 1.875rem;
  }
}

.p-list__btm a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  padding: 0.1875rem 0.3125rem;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 768px) {
  .p-list__btm a {
    font-size: 1.125rem;
  }
}

.p-menu__img {
  position: relative;
  max-width: 35rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  margin-top: 2.25rem;
}
@media screen and (min-width: 768px) {
  .p-menu__img {
    max-width: 47.630625rem;
    margin-top: 4.8125rem;
  }
}

.p-menu__img::before {
  display: block;
  content: '';
  padding-top: 77.6653676075%;
}

.p-menu__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.p-menu__list {
  margin-top: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-menu__list {
    margin-top: 3.4375rem;
  }
}

.p-mv__body {
  margin-top: 4.5625rem;
  max-width: 31.25rem;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__body {
    max-width: 68.75rem;
    margin-left: 0;
  }
}

.p-mv__content-img {
  position: relative;
  max-width: 10.625rem;
  width: 100%;
  margin-top: 2rem;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .p-mv__content-img {
    max-width: 47.630625rem;
    margin-top: 4.75rem;
  }
}

.p-mv__content-img::before {
  display: block;
  content: '';
  padding-top: 140.28169%;
}
@media screen and (min-width: 768px) {
  .p-mv__content-img::before {
    padding-top: 140.6854833419%;
  }
}

.p-mv__content-img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.p-mv__swiper {
  height: calc(100vh - 10.125rem);
}
@media screen and (min-width: 768px) {
  .p-mv__swiper {
    height: calc(100vh - 6.3125rem);
  }
}

.p-mv {
  width: 100%;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .p-mv {
    margin-top: 6.3125rem;
  }
}

.p-section {
  height: 26.5625rem;
}
@media screen and (min-width: 768px) {
  .p-section {
    height: 33.4375rem;
  }
}

.p-single__inner.l-inner {
  max-width: 37.5rem;
}
@media screen and (min-width: 768px) {
  .p-single__inner.l-inner {
    max-width: 55rem;
  }
}

.p-single__title {
  font-size: 1.125rem;
  font-weight: 500;
  line-height: 1.6;
}
@media screen and (min-width: 768px) {
  .p-single__title {
    font-size: 1.625rem;
  }
}

.p-single__time {
  font-size: 0.625rem;
  font-weight: bold;
  color: #a9a9a9;
  margin-top: 0.625rem;
}
@media screen and (min-width: 768px) {
  .p-single__time {
    margin-top: 1.25rem;
  }
}

.p-single__img {
  position: relative;
  width: 100%;
  margin-top: 2.125rem;
}
@media screen and (min-width: 768px) {
  .p-single__img {
    margin-top: 2.5rem;
  }
}

.p-single__img::before {
  display: block;
  content: '';
  padding-top: 55.873015873%;
}
@media screen and (min-width: 768px) {
  .p-single__img::before {
    padding-top: 57.2619047619%;
  }
}

.p-single__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
}

.p-single__text {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 2.625rem;
}
@media screen and (min-width: 768px) {
  .p-single__text {
    max-width: 40rem;
    width: 100%;
    margin-inline: auto;
  }
}

.p-single__navi {
  text-align: center;
  margin-top: 5rem;
}
@media screen and (min-width: 768px) {
  .p-single__navi {
    margin-top: 5.25rem;
  }
}

.nav-previous a,
.nav-next a {
  border: none;
}

.p-vegetable__inner.l-inner {
  max-width: 37.5rem;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .p-vegetable__inner.l-inner {
    max-width: 75rem;
  }
}

.p-vegetable__content {
  display: grid;
  gap: 1.25rem 2.5rem;
  margin-top: 1.625rem;
}
@media screen and (min-width: 768px) {
  .p-vegetable__content {
    grid-auto-flow: column;
    grid-template-rows: repeat(10, auto);
  }
}

.p-vegetable__item-title {
  font-size: 1.125rem;
  font-weight: bold;
  line-height: 1;
}

.p-vegetable__item-excerpt {
  font-size: 0.875rem;
  line-height: 1.6;
  margin-top: 0.4375rem;
}

.p-vegetable__btm {
  display: block;
  text-align: center;
  margin-top: 1.25rem;
}
@media screen and (min-width: 768px) {
  .p-vegetable__btm {
    margin-top: 1.875rem;
  }
}

.p-vegetable__btm a {
  display: inline-block;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  padding: 0.1875rem 0.3125rem;
  border-bottom: solid 1px #000;
}
@media screen and (min-width: 768px) {
  .p-vegetable__btm a {
    font-size: 1.125rem;
  }
}

.p-coming {
  margin-top: 12.5rem;
  margin-bottom: 12.5rem;
  text-align: center;
  font-size: 1.125rem;
}
@media screen and (min-width: 768px) {
  .p-coming {
    font-size: 1.75rem;
  }
}

.u-desktop {
  display: none;
}
@media screen and (min-width: 768px) {
  .u-desktop {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .u-mobile {
    display: none;
  }
}
/*# sourceMappingURL=styles.css.map */

.visually-hidden {
  position: absolute !important;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap; /* テキストが折り返されないように */
  border: 0;
}
:focus-visible {
  outline: 3px solid #1b73e8;
  outline-offset: 2px;
}
.skip-link {
  position: absolute;
  left: -999px;
  top: 0;
  background: #000;
  color: #fff;
  padding: 8px 12px;
  border-radius: 4px;
  text-decoration: none;
  z-index: 100;
}

.skip-link:focus {
  left: 10px; /* フォーカス時に表示 */
  top: 10px;
}
.cn-button {
  border: 2px solid #fff !important;
}
