@charset "UTF-8";
/* CSS Document */
section {
  scroll-margin-top: 120px; /* ヘッダーの高さに合わせる */
}
.menu_category {
  position: fixed;
  top: 130px;
  top: 73px;
  right: 0;
  width: 30px;
  height: calc(100vh - 130px);
  writing-mode: vertical-rl;
  display: flex;
  justify-content: flex-start;
  align-items: flex-end;
  z-index: 9;
}
.menu_category li {
  background-color: #fff;
  border: 1px solid var(--black);
  border-right: none;
  border-radius: 10px 0 0 10px;
  width: 30px;
}
.menu_category li:active {
  background-color: var(--menu_color);
  color: #fff;
}
.menu_category li a {
  margin: 8px 0;
}
/*====================*/
.set {
  margin-bottom: 40px;
}
.set h4 {
  background-color: var(--menu_color);
  padding: 8px 1em 8px 24px;
  margin: 0;
  border-radius: 0 20px 0 0;
  color: #fff;
}
.set .set-price {
  position: absolute;
  top: 50%;
  right: 1em;
  transform: translateY(-50%);
}
.set .q {
  display: flex;
  flex-flow: row wrap;
  gap: 1em;
  padding: 1em 1em 1em 24px;
}
.set img {
  width: 30px;
}
.set .q div {
  display: flex;
  align-items: center;
}
.set .p {
  margin: 1em 24px;
}
/*====================*/
.a {
  padding: 1em 24px;
}
.q::before {
  content: "+";
  color: var(--menu_color);
  font-size: 24px;
  position: absolute;
  bottom: -10px;
  right: 16px;
}
.set .q::before {
  bottom: 0;
}
.q.active::before {
  content: "-";
}
.a {
  display: none;
}
/*====================*/
.p {
  margin: 8px 40px 8px 24px;
}
section {
  margin-bottom: 40px;
}
.set, section > ul > li, .to section > ul > li {
  background-color: #fff;
  border: 1px solid var(--black);
  border-left: none;
  border-radius: var(--right);
  width: calc(100% - 40px);
  margin-bottom: 40px;
}
.to section > ul > li > div:not(.q) > img + div {
  padding: 1em 24px;
}
section > ul > li > .q > img, .to section > ul > li img {
  width: 100%;
  border-radius: 0 20px 0 0;
  margin: 0;
}
section > ul > h4, .q h4, .q-no h4, section .q p, section .q-no p, .q .price {
  margin: 0px 24px;
}
section .q p, section .q-no p, .q .price {
  margin-bottom: 1em;
}
section .a h3 {
  margin: 1em 0 0 0;
}
section .a img {
  width: calc(100% + 1em);
  border-radius: 0 0 20px 0;
  margin: 1em -1em -1em -24px;
}
section .a ol {
  counter-reset: number;
  margin-bottom: 8px;
}
section .a ol li {
  display: flex;
  flex-flow: row nowrap;
  align-items: baseline;
}
section .a ol li::before {
  counter-increment: number;
  content: counter(number);
  width: 20px;
  height: 20px;
  background-color: var(--menu_color);
  border-radius: var(--circle);
  color: #fff;
  font-weight: 500;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 8px;
}
/*====================*/
.limited::after {
  content: "数量限定";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background-color: var(--menu_color);
  color: #fff;
  border-radius: var(--circle);
  font-size: 12px;
  padding: 0px 8px;
}
.q .price {
  padding-bottom: 2em;
}
.price li {
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
}
/*====================*/
/*
.drink > ul > li {
  padding: 1em 20px 0 24px;
}
.drink h5 {
  font-weight: 500;
  color: var(--menu_color);
  margin-bottom: 1em;
}
*/
.no-photo > li {
  padding: 1em 24px;
}
.no-photo h4 {
  margin-bottom: 0;
}
.no-photo h5:not(:first-of-type) {
  margin-top: 1em;
}
h5.hot {
  color: var(--dinner);
}
h5.cold {
  color: var(--party);
}
.no-photo li li, .flex, .to section li li {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 4px;
}
.no-photo li li:last-of-type {
  margin-bottom: 0;
}
.price hr, .no-photo li hr, .flex hr, .to section li li hr {
  flex: 1;
  margin: 0 1em;
  border-color: var(--menu_color);
  opacity: 0.5;
}
.no-photo + h3, h5:has(.price) {
  width: calc(100% - 80px);
  display: flex;
  justify-content: space-between;
  align-items: center;
}
h3 .price, h5 .price {
  color: var(--black);
  font-size: 14px;
  text-align: right;
}
.no-photo li li .comment {
  width: 100%;
  margin-bottom: 1em;
}
.no-photo li li .comment::before {
  content: "→";
  color: var(--menu_color);
}