/* CSS Document */

/* ----------------------------------------
  レストランメニュー
  slug: restaurant-menu
---------------------------------------- */

.page-main--restaurant-menu {
  background: #0d0d0d;
}

/* ----------------------------------------
  レストラン
  slug: restaurant
---------------------------------------- */

.page-main--restaurant {
  background: #0d0d0d;
}

.restaurant-page {
  background: #0d0d0d;
  color: #fff;
  padding: 210px 20px 130px;
  font-family: "Yu Mincho", "YuMincho", "Hiragino Mincho ProN", "HGS明朝E", serif;
}

.restaurant-inner {
  max-width: 1280px;
  margin: 0 auto;
}

.restaurant-header {
  text-align: center;
  margin-bottom: 110px;
}

.restaurant-header h1 {
  margin: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.04em;
}

.restaurant-header p {
  margin: 14px 0 0;
  font-size: 22px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.restaurant-main-image {
  max-width: 990px;
  margin: 0 auto 170px;
}

.restaurant-main-image img {
  display: block;
  width: 100%;
  height: auto;
}


/* ----------------------------------------
  共通タイトル
---------------------------------------- */

.restaurant-limited {
  margin-bottom: 210px;
}

.restaurant-menu-section {
  margin-bottom: 190px;
}

.restaurant-info {
  margin-bottom: 0;
}

.restaurant-section-title {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 42px;
  margin-bottom: 86px;
  text-align: center;
}

.restaurant-section-title img {
  width: 80px;
  height: auto;
}

.restaurant-section-title h2 {
  margin: 0;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.22em;
}

.restaurant-section-title p {
  margin: 8px 0 0;
  color: rgba(255, 255, 255, 0.55);
  font-size: 20px;
  line-height: 1.6;
  letter-spacing: 0.12em;
}

.section-heading__icon {
    width: 82px;
    flex: 0 0 auto;
}
/* ----------------------------------------
  期間限定メニュー
---------------------------------------- */

.limited-menu-box {
  display: grid;
  grid-template-columns: 360px 1fr;
  align-items: center;
  gap: 120px;
  max-width: 1120px;
  margin: 0 auto;
}

.limited-menu-text {
  text-align: left;
  font-size: 24px;
  line-height: 1.8;
  letter-spacing: 0.04em;
}

.limited-menu-text p {
  margin: 0;
}

.limited-menu-text h3 {
  margin: 4px 0 28px;
  font-size: 42px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
}

.limited-menu-price {
  font-size: 42px;
  line-height: 1.4;
  letter-spacing: 0.12em;
}

.limited-menu-tax {
  margin-top: 4px !important;
  color: rgba(255, 255, 255, 0.55);
  font-size: 20px;
}

.limited-menu-image img {
  display: block;
  width: 100%;
  height: auto;
}


/* ----------------------------------------
  メニュー
---------------------------------------- */

.restaurant-lead {
  max-width: 940px;
  margin: 0 auto 260px;
  text-align: center;
  font-size: 22px;
  line-height: 2.4;
  letter-spacing: 0.06em;
}

.restaurant-lead p {
  margin: 0;
}

.restaurant-menu-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px 46px;
  max-width: 1100px;
  margin: 0 auto;
}

.restaurant-menu-grid figure {
  margin: 0;
}

.restaurant-menu-grid img {
  display: block;
  width: 100%;
  height: auto;
}


/* ----------------------------------------
  レストラン紹介
---------------------------------------- */

.restaurant-section-title--restaurant {
  margin-bottom: 54px;
}

.restaurant-lead--info {
  margin-bottom: 110px;
}

.restaurant-time {
  margin-top: 56px !important;
  display: inline-block;
  text-align: left;
  font-size: 24px;
  line-height: 2.2;
  letter-spacing: 0.06em;
}

.restaurant-photo-large {
  margin: 0 calc(50% - 50vw) 52px;
}

.restaurant-photo-large img {
  display: block;
  width: 100%;
  height: auto;
}

.restaurant-photo-sub {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 46px;
  max-width: 1180px;
  margin: 0 auto;
}

.restaurant-photo-sub figure {
  margin: 0;
}

.restaurant-photo-sub img {
  display: block;
  width: 100%;
  height: auto;
}


/* ----------------------------------------
  SP
---------------------------------------- */

@media (max-width: 768px) {
  .restaurant-page {
    padding: 120px 20px 90px;
  }

  .restaurant-inner {
    max-width: 520px;
  }

  .restaurant-header {
    margin-bottom: 60px;
  }

  .restaurant-header h1 {
    font-size: 32px;
  }

  .restaurant-header p {
    font-size: 16px;
  }

  .restaurant-main-image {
    margin-bottom: 90px;
  }

  .restaurant-limited {
    margin-bottom: 110px;
  }

  .restaurant-menu-section {
    margin-bottom: 100px;
  }

  .restaurant-section-title {
    gap: 0px;
    margin-bottom: 46px;
  }

  .restaurant-section-title img {
    width: 54px;
  }

  .restaurant-section-title h2 {
    font-size: 24px;
    letter-spacing: 0.14em;
  }

  .restaurant-section-title p {
    font-size: 14px;
  }

  .limited-menu-box {
    display: block;
  }

  .limited-menu-text {
    margin-bottom: 28px;
    text-align: center;
    font-size: 18px;
  }

  .limited-menu-text h3 {
    font-size: 30px;
  }

  .limited-menu-price {
    font-size: 30px;
  }

  .limited-menu-tax {
    font-size: 14px;
  }

  .restaurant-lead {
    margin-bottom: 80px;
    font-size: 15px;
    line-height: 2.1;
    text-align: left;
  }

  .restaurant-menu-grid {
    grid-template-columns: 1fr;
    gap: 28px;
  }

  .restaurant-lead--info {
    margin-bottom: 60px;
  }

  .restaurant-time {
    margin-top: 34px !important;
    font-size: 16px;
    line-height: 2;
  }

  .restaurant-photo-large {
    margin: 0 -20px 28px;
  }

  .restaurant-photo-sub {
    grid-template-columns: 1fr;
    gap: 22px;
  }
}

/* ----------------------------------------
  レストランメニュー内 七福神キャラクター
---------------------------------------- */

.restaurant-menu-character-item {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 520px;
}

.restaurant-menu-character-item .menu-character-swing {
  display: block;
  width: 50%;
  max-width: 360px;
  height: auto;
  animation: menuCharacterSwing 4.8s ease-in-out infinite;
  transform-origin: 50% 85%;
  will-change: transform;
}

@keyframes menuCharacterSwing {
  0% {
    transform: rotate(-3deg) translateX(-6px);
  }

  25% {
    transform: rotate(2.5deg) translateX(5px);
  }

  50% {
    transform: rotate(-2deg) translateX(-4px);
  }

  75% {
    transform: rotate(3deg) translateX(6px);
  }

  100% {
    transform: rotate(-3deg) translateX(-6px);
  }
}

@media (max-width: 768px) {
  .restaurant-section-title--menu img {
    width: 81px;
  }
}