/*-----追加260618--------------------------------*/
.menu__content--cafe,
.menu__content--food,
.menu__content--alcohol {
  padding-top: 12rem;
}

/* おつまみ見出し（アルコール内の2つ目のmenu__ttl） */
.menu__content--alcohol .menu__list + .menu__ttl {
  margin-top: 12rem;
}

@media (max-width: 834px) {
  .menu__content--alcohol .menu__list {
    gap: 1.5rem;
  }
}
.menu__content--food .menu__list-item {
  width: 100%;
}

/* フード内の3列・2列メニュー共通レイアウト */
.menu__content--food .menu__list-item table.three-set-menu td,
.menu__content--food .menu__list-item table.two-set-menu td {
  width: 180px;
  white-space: nowrap;
  line-height: 1.2;
}

.menu__content--food
  .menu__list-item
  table.three-set-menu
  tr:first-child
  td
  span,
.menu__content--food
  .menu__list-item
  table.two-set-menu
  tr:first-child
  td
  span {
  font-size: 1.2rem;
}

/* フードセクション内の見出し同士の縦余白 */
.menu__content--food .tb-caption:not(:first-of-type) {
  margin-top: 5rem;
}

@media screen and (max-width: 1200px) {
  .menu__content--cafe,
  .menu__content--food,
  .menu__content--alcohol {
    padding-top: 5rem;
  }

  .menu__content--alcohol .menu__list + .menu__ttl {
    margin-top: 5rem;
  }
}

@media (max-width: 834px) {
  .menu__content--food .menu__list-item table.three-set-menu,
  .menu__content--food .menu__list-item table.three-set-menu tbody {
    display: block;
    width: 100%;
  }

  .menu__content--food .menu__list-item table.three-set-menu tr:first-child {
    display: none;
  }

  .menu__content--food
    .menu__list-item
    table.three-set-menu
    tr:not(:first-child) {
    display: grid;
    grid-template-columns: auto auto auto;
    gap: 1rem 1rem;
    margin-bottom: 2rem;
  }

  .menu__content--food
    .menu__list-item
    table.three-set-menu
    tr:not(:first-child)
    th {
    grid-column: 1 / -1;
    display: block;
    width: 100%;
    padding: 1rem 0 0.5rem;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    br {
      display: none;
    }
  }

  .menu__content--food
    .menu__list-item
    table.three-set-menu
    tr:not(:first-child)
    td {
    width: auto;
    white-space: normal;
    display: block;
    padding: 0.5rem 0;
    text-align: left;
    font-size: 1.2rem;
  }

  .menu__content--food
    .menu__list-item
    table.three-set-menu
    tr:not(:first-child)
    td::before {
    display: block;
    white-space: pre-line;
    line-height: 1.2;
    margin-bottom: 0.25rem;
    font-size: 1rem;
  }

  .menu__content--food
    .menu__list-item
    table.three-set-menu
    tr:not(:first-child)
    td
    > span {
    padding-top: 1em;
    display: inline-block;
    font-size: 1.2rem;
  }

  .menu__content--food
    .menu__list-item
    table.three-set-menu
    tr:not(:first-child)
    td::after {
    content: none;
    display: none;
  }

  .menu__content--food
    .menu__list-item
    table.three-set-menu
    tr:not(:first-child)
    td:nth-child(2)::before {
    content: "単品\A Single Item";
  }

  .menu__content--food
    .menu__list-item
    table.three-set-menu
    tr:not(:first-child)
    td:nth-child(3)::before {
    content: "ソフトドリンクセット\A Soft Drink Set";
  }

  .menu__content--food
    .menu__list-item
    table.three-set-menu
    tr:not(:first-child)
    td:nth-child(4)::before {
    content: "アルコールセット\A Alcohol Drink Set";
  }

  .menu__content--food .menu__list-item table.two-set-menu,
  .menu__content--food .menu__list-item table.two-set-menu tbody {
    display: block;
    width: 100%;
  }

  .menu__content--food .menu__list-item table.two-set-menu tr:first-child {
    display: none;
  }

  .menu__content--food
    .menu__list-item
    table.two-set-menu
    tr:not(:first-child) {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1rem 1rem;
    margin-bottom: 2rem;
  }

  .menu__content--food
    .menu__list-item
    table.two-set-menu
    tr:not(:first-child)
    th {
    grid-column: 1 / -1;
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 1rem 0 0.5rem;
    flex-wrap: wrap;
  }

  .menu__content--food
    .menu__list-item
    table.two-set-menu
    tr:not(:first-child)
    th
    br {
    display: none;
  }

  .menu__content--food
    .menu__list-item
    table.two-set-menu
    tr:not(:first-child)
    td {
    width: auto;
    white-space: normal;
    display: block;
    padding: 0.5rem 0;
    text-align: left;
    font-size: 1.2rem;
  }

  .menu__content--food
    .menu__list-item
    table.two-set-menu
    tr:not(:first-child)
    td::before {
    display: block;
    white-space: pre-line;
    line-height: 1.2;
    margin-bottom: 0.25rem;
    font-size: 1rem;
  }

  .menu__content--food
    .menu__list-item
    table.two-set-menu
    tr:not(:first-child)
    td
    > span {
    padding-top: 1em;
    display: inline-block;
    font-size: 1.2rem;
  }

  .menu__content--food
    .menu__list-item
    table.two-set-menu
    tr:not(:first-child)
    td::after {
    content: none;
    display: none;
  }

  .menu__content--food
    .menu__list-item
    table.two-set-menu
    tr:not(:first-child)
    td:nth-child(2)::before {
    content: "ソフトドリンクセット\A Soft Drink Combo";
  }

  .menu__content--food
    .menu__list-item
    table.two-set-menu
    tr:not(:first-child)
    td:nth-child(3)::before {
    content: "アルコールセット\A Alcohol Drink Combo";
  }

  .menu__content--food .menu__list-item table.three-set-menu tr:first-child td,
  .menu__content--food
    .menu__list-item
    table.three-set-menu
    tr:first-child
    td
    span,
  .menu__content--food .menu__list-item table.two-set-menu tr:first-child td,
  .menu__content--food
    .menu__list-item
    table.two-set-menu
    tr:first-child
    td
    span {
    font-size: 1rem;
  }

  .menu__content--food .tb-caption:not(:first-of-type) {
    margin-top: 2.5rem;
  }
}
.menu__list-item table th {
  padding: 1rem 0;
}
@media screen and (max-width: 834px) {
  .menu__list {
    gap: 3.5em;
  }
}

/*-----dessert 260619--------------------------------*/
.menu__content--dessert {
  padding-top: 12rem;
}
@media (max-width: 834px) {
  .menu__content--dessert {
    padding-top: 5rem;
  }
}

.menu__content--dessert .tb-caption {
  margin-top: 5rem;
}

.menu__content--dessert .menu__list-item:has(.dessert-set-drink-menu),
.menu__content--food .menu__list-item:has(.dessert-set-drink-menu) {
  width: 100%;
}

.dessert-set-drink-menu {
  width: 100%;
  padding: clamp(2.5rem, calc((4 / 1680) * 100vw), 4rem) 2.5%;
  background-color: #f2eee9;
  box-sizing: border-box;
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 2rem 6%;
  margin-top: clamp(3rem, calc((5 / 1680) * 100vw), 5rem);
}
@media (max-width: 834px) {
  .dessert-set-drink-menu {
    grid-template-columns: 1fr;
    padding-inline: 5%;
  }
}
.dessert-set-drink-menu__cols {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 1.5rem 7%;
}

.dessert-set-drink-menu__col li {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 1.4rem;
  line-height: 1.4;
}

.dessert-set-drink-menu__col li br {
  display: none;
}

.dessert-set-drink-menu__col li span {
  font-size: 1.2rem;
  font-weight: 300;
  line-height: 1.4;
  text-align: right;
}

.dessert-set-drink-menu__col li:last-child {
  margin-bottom: 0;
}
.dessert-set-drink-menu__ttl {
  font-size: clamp(1.8rem, calc((3.2 / 1680) * 100vw), 3.2rem);
  font-family: "Poppins", "Arial", sans-serif;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  line-height: 1.3;
}
.dessert-set-drink-menu__ttl .small {
  font-size: clamp(1rem, calc((1.8 / 1680) * 100vw), 1.8rem);
  font-family:
    "IBM Plex Sans JP", "Noto Sans JP", "Hiragino Sans", "Meiryo", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 834px) {
  .menu__content--dessert .menu__list {
    gap: 1.5rem;
  }
}
