/*
 Menu
-----------------------------------------------------*/
.p-menu {
  position: relative;
}
.p-menu::before {
  width: 1559px;
  height: 2147px;
  background: url("../img/menu/bg_middle.png") center center/cover;
  top: 10%;
  left: 50%;
  transform: translate(-50%);
  z-index: 1;
}
.p-menu__sec {
  position: relative;
  z-index: 1;
}
.p-menu__sec .c-heading.-star::before {
  background: url(../img/deco_heading-star-wh.svg) center center/cover;
}
.p-menu__sec .c-heading__ja {
  font-family: var(--l-en-font-set);
  font-size: clamp(1.5rem, 1.016rem + 2.07vw, 2.875rem);
  color: #fff;
  letter-spacing: 0;
  text-align: center;
  width: 234px;
  line-height: 1.2;
}
.p-menu__sec h3 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.p-menu__sec h3 .-en {
  font-size: clamp(1.125rem, 0.817rem + 1.31vw, 2rem);
  font-family: var(--l-en-font-set);
  line-height: 1.4;
}
.p-menu__sec h3 .-ja {
  font-size: clamp(0.875rem, 0.743rem + 0.56vw, 1.25rem);
}
.p-menu__sec.-dinner {
  position: relative;
}
.p-menu__sec.-dinner::before, .p-menu__sec.-dinner::after {
  content: "";
  position: absolute;
}
.p-menu__sec.-dinner::before {
  width: 1249px;
  height: 3022px;
  background: url("../img/volunteer/bg_right.png") center center/cover;
  top: -20%;
  right: -25%;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1024px) {
  .p-menu__sec.-dinner::before {
    right: -20%;
  }
}
.p-menu__sec.-dinner::after {
  width: 1247px;
  height: 2972px;
  background: url("../img/volunteer/bg_left.png") center center/cover;
  top: 0%;
  left: -25%;
  z-index: -1;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 1024px) {
  .p-menu__sec.-dinner::after {
    left: -15%;
  }
}
.p-menu__date {
  font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
  text-align: center;
  margin-top: 0.25em;
  line-height: 1.45;
}
.p-menu__content {
  background: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 1024px) {
  .p-menu__content {
    border-radius: 44px;
  }
}
.p-menu__content .-wrapper {
  border-radius: 20px;
  border: 1px solid var(--l-accent-color);
}
@media screen and (min-width: 1024px) {
  .p-menu__content .-wrapper {
    border-radius: 44px;
  }
}
.p-menu__image {
  border-radius: 30px;
  overflow: hidden;
}
@media screen and (min-width: 1024px) {
  .p-menu__image {
    width: 50%;
    flex-shrink: 0;
  }
}
.p-menu__body {
  flex-grow: 1;
}
.p-menu__heading {
  border-top: 1px dotted var(--l-primary-text-color);
  border-bottom: 1px dotted var(--l-primary-text-color);
  padding: 1em 0;
}
.p-menu__title {
  font-size: clamp(1rem, 0.824rem + 0.75vw, 1.5rem);
  line-height: 1.458;
}
.p-menu__price {
  font-size: clamp(0.875rem, 0.787rem + 0.38vw, 1.125rem);
  margin-top: 0.5em;
}
.p-menu__description {
  font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
  margin-top: 0.75em;
}
.p-menu__tab {
  font-size: clamp(0.875rem, 0.743rem + 0.56vw, 1.25rem);
  cursor: pointer;
  background: rgba(51, 63, 91, 0.1);
  color: rgba(51, 63, 91, 0.6);
  padding: 0.1em 1em;
}
.p-menu__tab.is-active {
  background: var(--l-main-color);
  color: #fff;
  position: relative;
}
.p-menu__tab.is-active::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 100%;
  left: 50%;
  transform: translate(-50%);
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 12px solid var(--l-main-color);
}
.p-menu__detail img {
  border-radius: 30px;
}
.p-menu__detail figcaption {
  text-align: center;
  margin-top: 0.25em;
  font-size: clamp(0.875rem, 0.831rem + 0.19vw, 1rem);
}
.p-menu__alacarte li {
  border-top: 1px dotted var(--l-main-color);
  font-size: clamp(0.875rem, 0.787rem + 0.38vw, 1.125rem);
  padding: 0.5em 0;
}
.p-menu__alacarte li.-last {
  border-bottom: 1px dotted var(--l-main-color);
}
@media screen and (min-width: 1024px) {
  .p-menu__alacarte li.-second {
    border-bottom: 1px dotted var(--l-main-color);
  }
}
.p-menu .-bbq .c-heading__ja {
  background: rgba(51, 63, 91, 0.5);
}/*# sourceMappingURL=menu.css.map */