@charset "UTF-8";

html {
  scroll-behavior: smooth;
}

.gkt-menu2026,
.gkt-menu2026 * {
  box-sizing: border-box;
}

.gkt-menu2026 {
  width: 100%;
  margin: 0;
  padding: 56px 18px 120px;
  background: #ff8c00;
  font-family: "Zen Kaku Gothic New", "Noto Sans JP", "M PLUS 1", sans-serif;
  color: #241712;
}

.gkt-menu-body,
.gkt-category-nav {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
 transition: opacity 0.15s ease;
}

/* ===== メニュー全体背景 ===== */

.gkt-menu-wrap {
  max-width: 1220px;
  margin: 0 auto;
  padding-bottom: 26px;
  background-image:
    linear-gradient(rgba(255,248,234,.30), rgba(255,248,234,0)),
    url("https://garagekitchentop.com/menu2026/crepemenu_bg2.webp");
  background-position:
    center top,
    center top;
  background-size:
    auto,
    1220px auto;
  background-repeat:
    no-repeat,
    repeat-y;
  border-radius: 36px;
  overflow: hidden;
  box-shadow: 0 24px 60px rgba(36,23,18,.16);
}

.gkt-menu-wrap .gkt-hero,
.gkt-menu-wrap .gkt-category-nav,
.gkt-menu-wrap .gkt-menu-body {
  width: 100% !important;
  margin: 0 !important;
  max-width: none !important;
  box-shadow: none !important;
  background: transparent !important;
}

/* ===== ヒーロー ===== */

.gkt-hero {
  display: grid;
  grid-template-columns: 43% 57%;
  gap: 26px;
  padding: 34px;
  align-items: stretch;
  border-radius: 36px 36px 0 0;
}

.gkt-hero-left {
  padding: 28px 18px 24px;
}

.gkt-brand-sign {
  display: block;
  width: 100%;
  margin: 0 0 22px;
  color: #580101;
  font-family: "Cabin Sketch", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(24px, 8.1vw, 52px);
  font-weight: 900;
  letter-spacing: 0;
}

.gkt-main-title {
  display: block;
  margin: 0 0 28px;
  padding: 0;
  font-family: "Cabin Sketch", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(80px, 8.3vw, 100px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: 0;
  white-space: nowrap;
}

.gkt-main-title span {
  display: inline-block;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}

.crepe-color span:nth-of-type(1){ color:#7a1f16; }
.crepe-color span:nth-of-type(2){ color:#ff8c00; }
.crepe-color span:nth-of-type(3){ color:#e60020; }
.crepe-color span:nth-of-type(4){ color:#8b5a4a; }
.crepe-color span:nth-of-type(5){ color:#c04b7a; }
.crepe-color span:nth-of-type(6){ color:#00a0a8; }
.crepe-color span:nth-of-type(7){ color:#7a2bbf; }
.crepe-color span:nth-of-type(8){ color:#ff8c00; }
.crepe-color span:nth-of-type(9){ color:#e60020; }

.gkt-hero-copy {
  margin: 0 0 26px;
  color: #241712;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.9;
}

.gkt-hero-buttons {
  display: flex;
  gap: 14px;
  flex-wrap: wrap;
}

.gkt-hero-buttons a {
  display: inline-block;
  padding: 13px 24px;
  border-radius: 999px;
  background: #e60020;
  color: #fff;
  font-size: 15px;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 5px 6px 0 rgba(36,23,18,.16);
}

.gkt-hero-buttons a:nth-child(2) {
  background: #fffaf2;
  color: #620303;
  border: none;
}

/* ===== ドリンク提案 ===== */

.gkt-drink-suggest {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
  margin-top: 24px;
}

.gkt-drink-suggest a {
  display: flex;
  gap: 12px;
  align-items: center;
  min-height: 78px;
  padding: 12px;
  background: rgba(255,255,255,.84);
  border: none;
  border-radius: 18px;
  color: #241712;
  text-decoration: none;
  box-shadow: 0 6px 0 rgba(36,23,18,.10);
}

.gkt-drink-suggest img {
  flex: 0 0 20px;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  object-fit: cover;
  background: #eadfd2;
}

.gkt-drink-suggest p {
  margin: 0;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.35;
}

.gkt-drink-suggest span {
  display: block;
  margin-top: 5px;
  margin-left: 0;
  font-size: 11px;
  color: #6d4b38;
  font-weight: 700;
}

/* ===== ランキング ===== */

.gkt-hero-right {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 30px 28px 32px;
  border: none;
  border-radius: 30px;
}

.gkt-hero-right h3 {
  margin: 0 0 26px;
  color: #450303;
  font-size: clamp(34px, 3.5vw, 46px);
  font-weight: 600;
  line-height: 1.15;
  font-family: "Zen Kaku Gothic New", sans-serif;
}

.gkt-ranking-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
  align-items: end;
  margin-top: 36px;
}

.gkt-rank-card {
  position: relative;
  min-height: 300px;
  padding: 8px 12px 12px;
  background: #fff;
  border: none;
  border-radius: 22px;
  box-shadow: 0 10px 0 rgba(36,23,18,.10);
  text-align: center;
  text-decoration: none;
  color: #8d3412;
}

.gkt-rank-card:nth-child(1) {
  transform: translateY(8px) rotate(-1deg);
}

.gkt-rank-card:nth-child(2) {
  transform: translateY(-18px) scale(1.04) rotate(352deg);
  z-index: 2;
}

.gkt-rank-card:nth-child(3) {
  transform: translateY(8px) rotate(8deg);
}

.gkt-rank-card b {
  position: absolute;
  top: -18px;
  left: -14px;
  width: 62px;
  height: 62px;
  display: grid;
  place-items: center;
  border-radius: 50%;
  color: #fff;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 34px;
  font-weight: 400;
  line-height: 1;
  z-index: 2;
  box-shadow: 0 6px 0 rgba(36,23,18,.12);
}

.gkt-rank-card:nth-child(1) b {
  background: rgba(200,23,23,.60);
}

.gkt-rank-card:nth-child(2) b {
  background: rgba(255,170,15,.60);
}

.gkt-rank-card:nth-child(3) b {
  background: rgba(135,28,28,.60);
}

.gkt-photo-space {
  width: 100%;
    aspect-ratio: 1 / 1;
    margin: 16px 16px 23px 0px;
    background: linear-gradient(135deg, rgba(255, 255, 255, .95), rgba(245, 238, 226, .95));
    border: 1px solid rgba(36, 23, 18, .12);
    border-radius: 16px;
    overflow: hidden;
}

.gkt-photo-space img,
.gkt-limited-photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

/* ===== 限定ボックス ===== */

.gkt-limited-box {
  display: grid;
  grid-template-columns: 1fr 180px;
  gap: 22px;
  align-items: center;
  margin-top: 58px;
  padding: 24px;
  width: 100%;
  min-height: 210px;
  border: none;
  border-radius: 24px;
  background: linear-gradient(135deg, rgba(255,255,255,.9), rgba(255,245,230,.9));
  box-shadow: 0 12px 28px rgba(36,23,18,.08);
}

.gkt-limited-photo {
  width: 190px;
  height: 190px;
  aspect-ratio: 1 / 1;
  margin: 0;
  background: linear-gradient(135deg, rgba(255,255,255,.95), rgba(245,238,226,.95));
  border: none;
  border-radius: 20px;
  overflow: hidden;
}

.gkt-limited-box span,
.gkt-block-title > span {
  display: inline-block;
  margin-bottom: 10px;
  padding: 6px 14px 6px 28px;
  background: #fa6b7d;
  color: #fff;
  border-radius: 999px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: relative;
}

.gkt-block-title > span::before {
  content: "●";
  position: absolute;
  left: 12px;
  top: 50%;
  transform: translateY(-50%);
  color: #ff8c00;
  font-size: 9px;
}

.gkt-limited-box h4 {
  margin: 0 0 8px;
  color: #241712;
  font-size: 28px;
  font-weight: 900;
  line-height: 1.25;
}

.gkt-limited-box p {
  margin: 0;
  color: #241712;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.7;
}

/* ===== ソートボタン ===== */

.gkt-category-nav {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
}

.gkt-category-nav button {
  width: 140px;
  flex: 0 0 auto !important;
  text-align: center;
  padding: 8px 16px;
  background: rgba(255,255,255,.9);
  border-radius: 999px;
  font-size: 16px;
  font-weight: 600;
  font-family: "Zen Kaku Gothic New", sans-serif;
  border: none;
  box-shadow: none !important;
  cursor: pointer;
  white-space: nowrap;
  transition: background-color .2s ease, color .2s ease, opacity .2s ease;
}

.gkt-category-nav button:hover {
  opacity: .9;
}

.gkt-category-nav button:active {
  opacity: .85;
  transform: none;
}

.gkt-category-nav button.active,
.gkt-category-nav button[data-filter="half"].active {
  background: #fef4e4 !important;
  color: #241712 !important;
  box-shadow: inset 0 0 0 1px rgba(0,0,0,.05) !important;
}

.gkt-category-nav button[data-filter="half"] {
  background: #fff !important;
  color: #241712 !important;
}

/* ===== メニュー本体 ===== */

.gkt-menu-body {
  margin-top: 24px;
  background: transparent !important;
  border-radius: 34px;
  padding: 26px;
  box-shadow: none !important;
}

.gkt-menu-block {
  margin: 0 0 34px;
  padding: 34px;
  background: rgba(255,255,255,.15) !important;
  backdrop-filter: blur(5px);
  box-shadow: 0 12px 32px rgba(36,23,18,.06);
  border: 1px solid rgba(242,207,157,.4);
  border-radius: 28px;
  overflow: visible;
}

.gkt-dark-block,
.gkt-deli-block {
  background: rgba(255,255,255,.15) !important;
}

.gkt-dark-block,
.gkt-dark-block .gkt-block-title h3,
.gkt-dark-block .gkt-block-title p {
  color: #410303;
}

.gkt-block-title {
  text-align: center;
  margin-bottom: 24px;
}

.gkt-block-title h3 {
  margin: 0 0 10px;
  color: #241712;
  font-size: 36px;
  font-weight: 900;
  line-height: 1.25;
}

.gkt-block-title p {
  margin: 0;
  color: #5b3a2a;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.8;
}

/* ===== DRINK MENU 専用タイトル ===== */

.gkt-drink-title {
  margin: 0 0 40px;
  font-family: "Cabin Sketch", "Zen Kaku Gothic New", sans-serif !important;
  font-size: clamp(62px, 6.3vw, 90px) !important;
  font-weight: 700 !important;
  line-height: .9 !important;
  letter-spacing: -.035em !important;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

/* もしDRINK MENUを1文字ずつspanにしている場合だけ効く */
.gkt-drink-title span:nth-of-type(1){ color:#7a1f16; }
.gkt-drink-title span:nth-of-type(2){ color:#ff8c00; }
.gkt-drink-title span:nth-of-type(3){ color:#e60020; }
.gkt-drink-title span:nth-of-type(4){ color:#8b5a4a; }
.gkt-drink-title span:nth-of-type(5){ color:#c04b7a; }
.gkt-drink-title span:nth-of-type(6){ color:#00a0a8; }
.gkt-drink-title span:nth-of-type(7){ color:#7a2bbf; }
.gkt-drink-title span:nth-of-type(8){ color:#ff8c00; }
.gkt-drink-title span:nth-of-type(9){ color:#e60020; }
.gkt-drink-title span {
  display: inline-block;
  transform: rotate(-3deg);
}

.gkt-title-space,
.gkt-drink-title .space {
  width: .32em;
}

.gkt-drink-title span:nth-child(1) { color: #e74c3c; }
.gkt-drink-title span:nth-child(2) { color: #f39c12; }
.gkt-drink-title span:nth-child(3) { color: #27ae60; }
.gkt-drink-title span:nth-child(4) { color: #3498db; }
.gkt-drink-title span:nth-child(5) { color: #9b59b6; }
.gkt-drink-title span:nth-child(7) { color: #e67e22; }
.gkt-drink-title span:nth-child(8) { color: #1abc9c; }
.gkt-drink-title span:nth-child(9) { color: #f1c40f; }
.gkt-drink-title span:nth-child(10){ color: #e84393; }

/* ===== タグ色 ===== */

.gkt-banana-block .gkt-block-title > span {
  background: rgba(255,255,255,.46);
  color: #580b1b;
  font-size: 16px;
}

.gkt-corn-block .gkt-block-title > span {
  background: #fff2cc;
  color: #7a5200;
}

.gkt-dessert-block .gkt-block-title > span {
  background: #ffe0e8;
  color: #c4002f;
}

.gkt-special-block .gkt-block-title > span {
  background: #efe3ff;
  color: #5b2aa0;
}

.gkt-limited-menu-block .gkt-block-title > span {
  background: #ffdce8;
  color: #d9004c;
}

.gkt-hot-sweet-block .gkt-block-title > span {
  background: #fff1dc;
  color: #9a3a00;
}

.gkt-hot-deli-block .gkt-block-title > span {
  background: #e8f3dc;
  color: #426b20;
}

.gkt-drink-block .gkt-block-title > span {
  background: #e2f0ff;
  color: #215f9a;
}

/* ===== カード ===== */

.gkt-card-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
  overflow: visible;
}

.gkt-card {
  position: relative;
  min-height: 124px;
  padding: 18px 18px 22px;
  background: rgba(255,255,255,.65);
  backdrop-filter: blur(6px);
  border: 1px solid rgba(255,255,255,.4);
  border-radius: 22px;
  box-shadow: 0 10px 28px rgba(36,23,18,.08);
  text-align: center;
  overflow: visible;
}

.gkt-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 16px 36px rgba(36,23,18,.12);
}

.gkt-card[data-menu-category*="limited"] {
  border: none;
}

.gkt-card h4 {
  margin: 10px 0 6px;
  color: #260101;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.4;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .03em;
}

.gkt-price {
  margin: 0 0 4px;
  color: #e60020;
  font-size: 20px;
  font-weight: 600;
  line-height: 1.2;
  font-family: "Noto Sans JP", sans-serif;
  letter-spacing: .02em;
}

.gkt-subprice {
  margin: 4px 0 0;
  color: #ff8c00;
  font-size: 20px;
  font-weight: 600;
  font-family: "Zen Kurenaido", sans-serif;
}

[data-half="true"] .gkt-subprice {
  display: block;
}

[data-half="true"]::after {
  content: "1/2あり";
  position: absolute;
  top: 10px;
  right: 10px;
  background: #ff8c00;
  color: #fff;
  font-size: 10px;
  font-weight: 900;
  padding: 4px 7px;
  border-radius: 999px;
  z-index: 6;
}

.gkt-card small {
  display: block;
  margin-top: 6px;
  color: #7a4a30;
  font-size: 12px;
  font-weight: 700;
}

.gkt-card-photo {
  position: relative;
  width: 100%;
  aspect-ratio: 1 / 1;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 12px;
  background: #f5f0e8;
}

.gkt-card-photo img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  display: block;
}

/* ===== 画像切り替え ===== */

.gkt-card-photo .img-main {
  opacity: 1;
  animation: gktFadeMain 10s infinite;
}

.gkt-card-photo .img-sub {
  opacity: 0;
  animation: gktFadeSub 10s infinite;
}

.gkt-card:not(:has(.img-sub)) .gkt-card-photo img,
.gkt-card-photo:not(.gkt-auto) img {
  animation: none;
  opacity: 1;
}

.gkt-card-grid article:nth-child(2n) .gkt-auto .img-main,
.gkt-card-grid article:nth-child(2n) .gkt-auto .img-sub {
  animation-delay: 1.4s;
}

.gkt-card-grid article:nth-child(3n) .gkt-auto .img-main,
.gkt-card-grid article:nth-child(3n) .gkt-auto .img-sub {
  animation-delay: 2.8s;
}

@keyframes gktFadeMain {
  0% { opacity: 1; }
  38% { opacity: 1; }
  50% { opacity: 0; }
  88% { opacity: 0; }
  100% { opacity: 1; }
}

@keyframes gktFadeSub {
  0% { opacity: 0; }
  38% { opacity: 0; }
  50% { opacity: 1; }
  88% { opacity: 1; }
  100% { opacity: 0; }
}

/* ===== 手書きメモ ===== */

.gkt-handnote {
  position: absolute;
  z-index: 5;
  color: #420107;
  font-family: "Yomogi", "Zen Kurenaido", "M PLUS Rounded 1c", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(12px, 1.2vw, 17px);
  font-weight: 700;
  line-height: 1.45;
  letter-spacing: .04em;
  pointer-events: none;
  text-align: left;
  text-shadow:
    1px 1px 0 rgba(255,255,255,.72),
    0 2px 6px rgba(255,255,255,.55);
}

.note-left {
  top: 8%;
  left: 7%;
  max-width: 56%;
  transform: rotate(-13deg);
}

.note-right {
  top: 10%;
  right: -4%;
  max-width: 56%;
  transform: rotate(25deg);
}

/* ===== 表示制御 ===== */

.gkt-card[hidden],
.gkt-menu-block[hidden] {
  display: none !important;
}

/* ===== 右固定メニュー干渉対策 ===== */

.navi-button-flame {
  pointer-events: none;
}

.navi-button-menu {
  pointer-events: none;
}

.navi-button-flame ul,
.navi-button-flame li {
  pointer-events: none;
}

.navi-button-flame a,
.navi-button-flame img {
  pointer-events: auto;
}

#drink-list {
  scroll-margin-top: 120px;
}

/* ===== レスポンシブ ===== */

@media (max-width: 1024px) {
  .gkt-hero {
    grid-template-columns: 1fr;
  }

  .gkt-card-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gkt-ranking-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 620px) {
  .gkt-menu2026 {
    padding: 32px 10px 80px;
  }

  .gkt-menu-wrap {
    border-radius: 26px;
  }

  .gkt-hero,
  .gkt-menu-body,
  .gkt-menu-block {
    padding: 20px;
    border-radius: 24px;
  }

  .gkt-menu-wrap .gkt-menu-body {
    padding: 18px !important;
  }

  .gkt-menu-block {
    padding: 22px !important;
  }

  .gkt-main-title {
    font-size: 52px;
    letter-spacing: -.04em;
    white-space: normal;
  }

  .gkt-brand-sign {
    font-size: 24px;
  }

  .gkt-hero-copy {
    font-size: 15px;
    line-height: 1.8;
  }

  .gkt-hero-copy br {
    display: none;
  }

  .gkt-drink-suggest,
  .gkt-ranking-grid,
  .gkt-limited-box,
  .gkt-card-grid {
    grid-template-columns: 1fr;
  }

  .gkt-rank-card,
  .gkt-rank-card:nth-child(1),
  .gkt-rank-card:nth-child(2),
  .gkt-rank-card:nth-child(3) {
    transform: none;
  }

  .gkt-category-nav {
    justify-content: center;
  }

  .gkt-category-nav button {
    width: 130px;
    font-size: 13px;
    padding: 8px 10px;
  }

  .gkt-block-title h3 {
    font-size: 28px;
  }

  .gkt-drink-title {
    font-size: clamp(40px, 12vw, 58px) !important;
  }

  .gkt-handnote {
    font-size: 12px;
  }

  .note-left {
    left: -5%;
  }

  .note-right {
    right: -5%;
  }
}
/* DRINK MENUをCREPE MENUと完全に同じ書体にする */
.gkt-drink-title {
  font-family: "Cabin Sketch", "Zen Kaku Gothic New", sans-serif;
  font-size: clamp(80px, 8.3vw, 100px);
  font-weight: 700;
  line-height: .9;
  letter-spacing: -0.035em;
  text-align: center;
}

/* spanが残っていても同じフォントにする */
.gkt-block-title h3.gkt-drink-title span {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important;
}
.gkt-drink-title {
  letter-spacing: -0.25em !important;
}
/* ▼▼ ここから上品ホバー上書き ▼▼ */

/* カードのピョコ動きを弱める */
.gkt-card,
.gkt-rank-card {
  transition: transform 0.4s ease !important;
}

.gkt-card:hover,
.gkt-rank-card:hover {
  transform: translateY(-2px) !important;
}

/* 画像だけふわっと拡大 */
.gkt-card-photo img,
.gkt-photo-space img,
.gkt-limited-photo img {
  transition: transform 0.6s ease, filter 0.6s ease !important;
}

.gkt-card:hover .gkt-card-photo img,
.gkt-rank-card:hover .gkt-photo-space img,
.gkt-limited-photo:hover img {
  transform: scale(1.05) !important;
  filter: brightness(1.03) !important;
}

/* ▲▲ ここまで ▲▲ */

.gkt-rank-half {
  display: block;
    margin-top: 12px;
    font-size: 0.9rem;
    line-height: 1.2;
    color: #cf8290;
    font-weight: 700;
    letter-spacing: 0.02em;
}
/* ▼▼ スマホ用：ランキング表示調整 ▼▼ */
@media screen and (max-width: 600px) {

  .gkt-ranking-grid {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 18px !important;
  }

  .gkt-rank-card {
    width: 86% !important;
    max-width: 320px !important;
    margin: 0 auto !important;
    padding: 18px 16px 20px !important;
    transform: none !important;
  }

  .gkt-rank-card:nth-child(1),
  .gkt-rank-card:nth-child(2),
  .gkt-rank-card:nth-child(3) {
    transform: none !important;
  }

  .gkt-rank-card:hover {
    transform: translateY(-2px) !important;
  }

  .gkt-photo-space {
    height: auto !important;
    aspect-ratio: 1 / 1 !important;
    margin-bottom: 12px !important;
  }

  .gkt-photo-space img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
  }

  .gkt-rank-card h4 {
    font-size: 1rem !important;
    line-height: 1.35 !important;
    margin: 8px 0 2px !important;
  }

  .gkt-rank-card p {
    font-size: 0.95rem !important;
    line-height: 1.2 !important;
    margin: 0 !important;
  }

  .gkt-rank-half {
    display: block !important;
    margin-top: 4px !important;
    font-size: 0.78rem !important;
    line-height: 1.25 !important;
  }

}
/* ▼▼ スマホ：ランキングタイトル調整 ▼▼ */
@media screen and (max-width: 600px) {

  .gkt-hero-right h3 {
    font-size: 1.4rem !important;
    line-height: 1.3 !important;
    letter-spacing: 0.02em !important;
    margin-bottom: 12px !important;
  }

}
/* ▼▼ スマホ：左右の余白を削除 ▼▼ */
@media screen and (max-width: 600px) {

  .gkt-menu-wrap {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .gkt-menu-body {
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  .gkt-card-grid {
    padding-left: 8px !important;
    padding-right: 8px !important;
  }

}
/* ▼▼ スマホ：DRINK MENUはみ出し防止 ▼▼ */
@media screen and (max-width: 600px) {

  .gkt-drink-title {
    font-size: 1.6rem !important;
    letter-spacing: 0.05em !important;
    line-height: 1.2 !important;
    text-align: center !important;
    word-break: keep-all !important;
  }

  /* 1文字ずつのspanを詰める */
  .gkt-drink-title span {
    display: inline-block !important;
    margin: 0 2px !important;
  }
.gkt-main-title {
        font-size: 72px;
        letter-spacing: -0.31em;
        white-space: normal;
        text-align: justify;
    }

}