@media (max-width: 768px) {
  .header__title_en {
    font-size: 3.7333333333vw;
  }
}

.restaurant__drink-item-img .splide__slide::before {
  content: 'Soft drinks';
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: clamp(0px, 0.625vw, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  position: absolute;
  top: clamp(0px, 0.5208333333vw, 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .restaurant__drink-item-img .splide__slide::before {
    font-size: 3.2vw;
    top: 2.6666666667vw;
    -webkit-transform: translateX(-30%);
    transform: translateX(-30%);
  }
}

.restaurant__drink-item-img .splide__slide--type2::before {
  content: 'Cocktails';
  color: #fff;
  font-family: 'Noto Sans JP';
  font-size: clamp(0px, 0.625vw, 12px);
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
  position: absolute;
  top: clamp(0px, 0.5208333333vw, 10px);
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media (max-width: 768px) {
  .restaurant__drink-item-img .splide__slide--type2::before {
    font-size: 3.2vw;
    top: 2.6666666667vw;
  }
}

.intro__description {
  color: #fff;
  text-align: center;
  font-family: 'Noto Sans JP';
  font-size: 1.6666666667vw;
  font-style: normal;
  font-weight: 700;
  line-height: 1.7;
}

@media (max-width: 768px) {
  .intro__description {
    font-size: 5.3333333333vw;
  }
}

.intro__description-img {
  width: 21.8229166667vw;
  position: absolute;
  bottom: 0.2083333333vw;
  left: 10vw;
}

@media (max-width: 768px) {
  .intro__description-img {
    width: 89.3333333333vw;
    bottom: 18.1333333333vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.intro__description-img img {
  width: 100%;
}

.restaurant__food-item-title-01 {
  width: clamp(0px, 19.375vw, 372px);
}

@media (max-width: 768px) {
  .restaurant__food-item-title-01 {
    width: 92vw;
  }
}

.restaurant__food-item-title-02 {
  width: clamp(0px, 20.9375vw, 402px);
}

@media (max-width: 768px) {
  .restaurant__food-item-title-02 {
    width: 89.3333333333vw;
  }
}

.plan__benefits-annotation-text::before {
  content: '*';
}

.restaurant__benefits-annotation-text::before {
  content: '*';
}
