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

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

.page-food {
  /* font-family: "Noto Sans JP" !important; */
  font-family: "Noto sans JP";
}

.page-food__inner {
}

.food-mv {
}

.food-mv__inner {
}

.food-mv img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1440/756;
  height: 100%;
}

.food__about {
}

.food-about__inner {
  max-width: 713px;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .food-about__inner {
    max-width: 640px;
    padding: 0 20px;
  }
}

.food-about__title {
  /* margin-top: 80px; */
  /* padding-top: 80px; */
  padding-top: 40px;
  padding-bottom: 40px;
  color: #212121;
  text-align: center;
  position: relative;
  background-image: url(../images/page-food/food-about.png);
  background-repeat: no-repeat;
  background-size: 330px;
  background-position: -5% 30%;
  font-family: "Shippori Mincho";
}

.food-about__title-ja {
  font-size: 48px;
  font-family: "Shippori Mincho";
  font-weight: 400;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .food-about__title-ja {
    margin-bottom: 20px;
  }
}

.food-about__title-en {
  font-size: 25px;
  margin-top: 5px;
  display: block;
}

.food-about__subtitle {
  font-size: 32px;
  font-family: serif;
  /* border-bottom: 1px solid #c483bd; */
  position: relative;
  padding-bottom: 50px;
  text-align: center;
  font-weight: 400;
  margin-top: 10px;
}
@media screen and (max-width: 768px) {
  .food-about__subtitle {
    font-size: 22px;
    line-height: 1.5;
  }
}

.food-about__subtitle::after {
  position: absolute;
  content: "";
  background-color: #c483bd;
  width: 330px;
  height: 2px;
  margin-inline: auto;
  top: 80%;
  left: 50%;
  transform: translate(-50%, -60%);
  /* display: block; */
  text-align: center;
}
@media screen and (max-width: 768px) {
  .food-about__subtitle::after {
    width: 280px;
  }
}

.food-about__text {
  font-size: 18px;
  /* font-family: serif; */
  margin-top: 10px;
  line-height: 2.111;
}
@media screen and (max-width: 768px) {
  .food-about__text {
    font-size: 16px;
  }
}

.food-ingredients {
  margin-top: 147px;
}
@media screen and (max-width: 768px) {
  .food-ingredients {
    margin-top: 100px;
  }
}

.food-ingredients__inner {
}
@media screen and (max-width: 768px) {
  .food-ingredients__inner {
    max-width: 640px;
    margin-inline: auto;
  }
}

.food-ingredients__section-title {
  text-align: center;
}

.food-section-title {
  position: relative;
  background-image: url(../images/page-food/food-section-title.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  font-size: 32px;
  font-family: serif;
  max-width: 924px;
  margin-inline: auto;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .food-section-title {
    font-size: 22px;
  }
}

/* .food-section-title::before {
  position: relative;
} */

.food-ingredients__container {
  max-width: 1460px;
  margin-inline: auto;
  /* margin-left: auto; */
  padding-left: 25px;
  margin-top: 155px;
}
@media screen and (max-width: 768px) {
  .food-ingredients__container {
    padding: 0 20px;
    margin-top: 20px;
  }
}

.food-ingredients__wrap {
  display: flex;
  gap: 75px;
  /* justify-content: center; */
  justify-content: right;
}
@media screen and (max-width: 768px) {
  .food-ingredients__wrap {
    flex-direction: column;
    gap: 20px;
  }
}

.food-ingredients__wrap:last-child {
  margin-top: 44px;
}

.food-ingredients__body {
  /* width: 546px; */
  width: 39%;
  /* margin-top: 95px; */
  margin-top: 76px;
}
@media screen and (max-width: 768px) {
  .food-ingredients__body {
    width: initial;
    margin-top: initial;
  }
}

.food-ingredients__title {
  font-size: 22px;
  position: relative;
  padding-bottom: 22px;
  font-weight: 400;
  letter-spacing: 0.05em;
  /* font-family: "Shippori Mincho"; */
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .food-ingredients__title {
    /* font-size: 22px; */
  }
}

.food-ingredients__title::before {
  position: absolute;
  background-color: #c483bd;
  content: "";
  /* width: 447px; */
  /* width: 95%; */
  width: 81%;
  height: 2px;
  bottom: 0;
}
@media screen and (max-width: 768px) {
  .food-ingredients__title::before {
    /* width: 300px; */
  }
}

.food-ingredients__text {
  font-size: 16px;
  line-height: 2.375;
  margin-top: 22px;
  /* font-family: serif; */
  padding-top: 7px;
}
@media screen and (max-width: 768px) {
  .food-ingredients__text {
  }
}

.food-ingredients__img {
  /* width: 698px; */
  width: 49%;
}
@media screen and (max-width: 768px) {
  .food-ingredients__img {
    width: initial;
  }
}

.food-kinds {
  margin-top: 92px;
}

.food-kinds__inner {
  /* max-width: 880px;
  padding: 0 25px;
  margin-inline: auto; */
}
@media screen and (max-width: 768px) {
  .food-kinds__inner {
    max-width: 640px;

  }
}

.food-kinds__container {
}

.food-kinds__wrap {
  text-align: center;
  max-width: 880px;
  padding: 0 25px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .food-kinds__wrap {
    padding: 0 20px;
  }
}

.food-kinds__wrap:not(:first-child) {
  margin-top: 110px;
}

.food-dinner__section-title {
  margin-top: 80px;
}


.food-addition {
  /* font-family: serif; */
  margin-top: 100px;
  margin-bottom: 170px;
}
@media screen and (max-width: 768px) {
  .food-addition {
    margin-top: 40px;
  }
}

.food-addition__inner {
  max-width: 1040px;
  margin-inline: auto;
}

.food-addition__title {
  font-size: 32px;
  text-align: center;
  font-weight: 400;
}
@media screen and (max-width: 768px) {
  .food-addition__title {
    font-size: 22px;
  }
}

.food-addition__lists {
  margin-top: 43px;
  text-align: left;
  margin-left: initial;
  padding: 20px;
}

.food-addition__list {
  font-size: 20px;
  margin-top: 40px;
  list-style: none;
}
@media screen and (max-width: 768px) {
  .food-addition__list {
    font-size: 16px;
    line-height: 1.5;
  }
}

/* swiper */

.slider {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  .slider {
    margin-top: 40px;
  }
}

.sliders {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .sliders {
    margin-top: 40px;
  }
}

.swiper-slide {
  position: relative;
}

.swiper-slide__text-wrap {
  background-color: #000;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.swiper-slide__text {
  padding-left: 20px;
  font-size: 32px;
  letter-spacing: 0.05em;
  color: #fff;
  margin: 10px 0;
  /* font-family: serif; */
}
@media screen and (max-width: 768px) {
  .swiper-slide__text {
    font-size: 20px;
  }
}

/* ページネーションの基本スタイル */
.swiper-pagination {
  text-align: right !important;
  right: 0 !important;
  bottom: -3px !important;
}

.swiper-pagination-bullet {
  background-color: transparent; /* 背景色を透明に */
  background-image: url(../images/page-food/pagination-inactive.png) !important;
  background-repeat: no-repeat !important;
  background-size: cover;
  border-radius: unset; /* これがないと画像が欠ける */
  height: 50px !important;
  opacity: 1; /* 画像の透過を無くす */
  opacity: initial !important;
  width: 45px !important;
  background: url(../images/page-food/pagination-inactive.png);
  border-radius: initial !important;
  background-position: center !important;
  margin: 0 !important;
  background-size: 30px !important;
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet {
    width: 30px !important;
    height: 45px !important;
    background-size: 25px !important;
  }
}
/* 選択されているページネーション */
.swiper-pagination-bullet-active {
  background-image: url(../images/page-food/pagination-active.png);
  height: 50px;
  width: 50px;
  background: url(../images/page-food/pagination-active.png) !important;
  background-repeat: no-repeat !important;
  /* background-size: contain; */
  background-size: 30px !important;
  background-position: center !important;
  border-radius: unset; /* これがないと画像が欠ける */
}
@media screen and (max-width: 768px) {
  .swiper-pagination-bullet-active {
    width: 30px !important;
    height: 45px !important;
    background-size: 25px !important;
  }
}

.slider-thumbnail {
  margin-top: 60px;
  max-width: 854px;
}
@media screen and (max-width: 768px) {
  .slider-thumbnail {
    margin-top: 30px;
  }
}

.slider-thumbnail .swiper-wrapper {
  gap: 5px;
}

.slider-thumbnail .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  /* width: calc(100% / 6); */
  width: 100%;
  max-width: 134px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .slider-thumbnail .swiper-slide {
    /* max-width: 50px; */
    width: 14% !important;
  }
}

/* 前へ次への矢印カスタマイズ */

.swiper-navigation-icon {
  display: none;
}

.prev-icon::after,
.next-icon::after {
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
  height: 50px;
  margin: auto;
  width: 50px;
}
/* 前への矢印カスタマイズ */
.swiper-button-prev {
  left: 5% !important;
}

.swiper-button-next {
  right: 5% !important;
}

.prev-icon::after {
  background-image: url(../images/page-food/prev-icon.jpg);
}
/* 次への矢印カスタマイズ */
.next-icon::after {
  background-image: url(../images/page-food/next-icon.jpg);
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

/* thumbnails */
.slider-thumbnails {
  margin-top: 60px;
  max-width: 566px;
  width: 100%;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .slider-thumbnails {
    margin-top: 30px;
  }
}

.slider-thumbnails .swiper-wrapper {
  gap: 5px;
}

.slider-thumbnails .swiper-slide {
  opacity: 0.5;
  transition: opacity 0.5s;
  width: calc(100% / 4);
  /* width: 100%; */
  max-width: 134px;
  margin-inline: auto;
}
@media screen and (max-width: 768px) {
  .slider-thumbnails .swiper-slide {
    /* max-width: 78px; */
    width: 23% !important;
  }
}
.slider-thumbnails .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.slider-thumbnail .swiper-slide img,
.slider-thumbnails .swiper-slide img {
  aspect-ratio: 134/97;
  max-width: 137px;
}
@media screen and (max-width: 768px) 
{
  .slider-thumbnail .swiper-slide img,
.slider-thumbnails .swiper-slide img {
  aspect-ratio: 134/97;
  max-width: 100%;
}
}

.newSwiper .swiper-slide span {
  position: absolute;
  bottom: 70px;
  right: 20px;
  color: #fff;
  z-index: 9999;
}
@media screen and (max-width: 768px) {
  .newSwiper .swiper-slide span {
    bottom: 50px;
    right: 10px;
  }
}

.newSwiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  object-fit: cover;
  height: auto;
  /* aspect-ratio: 698/465; */
  aspect-ratio: 697/528;
  /* max-width: 698px; */
}

.slider .swiper-slide img,
.sliders .swiper-slide img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 643/429;
  max-width: 643px;
}

/* common */

#reservation {
  background-image: url("../images/front-page/reservation.avif");
  background-size: cover;
  background-position: top center;
  padding: 2em 1em 5em;
  margin-top: 5em;
  position: relative;
  font-family: serif;
  &::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
    opacity: 0.5;
  }
  .container {
    position: relative;
    z-index: 2;
    max-width: 650px;
    margin-inline: auto;
    padding: 4em;
    text-align: center;
    &::before {
      content: "";
      position: absolute;
      inset: 0;
      background: #f4f4f4e6;
      filter: blur(0.5em);
      z-index: -1; /* 背景側に置く */
      border-radius: inherit; /* 角丸要素にも対応 */
    }
  }
  .title {
    margin-top: 0;
    font-size: calc(32 * var(--px));
    font-weight: normal;
  }
  .description {
    line-height: 2em;
  }
  .link {
    margin-bottom: 0;
    a {
      display: inline-block;
      color: #fff;
      text-decoration: none;
      padding: 1em 3em;
      background-color: #83c48a;
    }
  }
}
#access {
  max-width: var(--content-width);
  margin-top: 3em;
  margin-inline: auto;
  padding-inline: 1em;
  iframe {
    width: 100%;
    height: 438px;
  }
  .text {
    margin-top: 1em;
    margin-left: 5em;
    margin-right: 1em;
    address {
      font-style: normal;
    }
  }
}

.section_title {
  font-family: serif;
}
