@charset "UTF-8"; /**/
/*
## メニュー
*/
.menu-box {
  margin-bottom: var(--m-xxxl);
  border-radius: 0.5rem;
  background: #fff;
}

.menu-box .wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
}

.menu-img {
  grid-column: 1 / span 6;
  grid-row: 1 / 1;
  z-index: 1;
  border-top-left-radius: 0.5rem;
  overflow: hidden;
}

.contents section h5 {
  font-size: var(--f-m);
  font-weight: var(--w-b);
  margin-bottom: var(--m-s);
}

.menu-box ul.list li {
  line-height: 1.5;
  padding-left: 1.5rem;
  text-indent: -1.5rem;
  margin-bottom: 0.5rem;
}

.menu-box ul.list li::before {
  content: "\f340";
  margin-right: 0.6rem;
  color: var(--c-logo);
  font-family: var(--f-icon);
  vertical-align: middle;
  line-height: 1.4;
}

.menu-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to bottom, #000000 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000000 60%, transparent 100%);
}

.menu-img figcaption {
}

.menu-img figcaption {
  position: absolute;
  top: 5%;
  left: 5%;
  display: flex;
  align-items: flex-end;
  line-height: 1.3;
  transform: rotate(-7deg);
  font-family: var(--f-hand);
  text-shadow: 0 0 3px #fff;
}

.menu-img figcaption::before, .menu-img figcaption::after {
  content: "";
  width: 1px;
  align-self: stretch;
  transform-origin: left bottom;
  background-color: currentColor;
  margin-right: 5px;
  opacity: 0.5;
}

.menu-img figcaption::before {
  transform: rotate(-25deg);
}

.menu-img figcaption::after {
  transform: rotate(25deg);
}

.menu-intro {
  grid-column: 7 / -1;
  grid-row: 1 / 2;
  z-index: 2;
  align-self: flex-start;
  /* top: 10%; */
  position: relative;
}

.balloon {
  position: relative;
  padding: 0.5rem;
  border: 2px solid currentColor;
  font-weight: bold;
  line-height: 1.3;
  background: #fff;
  border-radius: 3px;
  display: inline-block;
}

.balloon::before, .balloon:after {
  position: absolute;
  transform: rotate(-45deg);
  content: "";
}

.balloon::before {
  border: 7px solid transparent;
  border-bottom-color: currentColor;
  border-left-color: currentColor;
  border-radius: 0 0 0 3px;
  bottom: -7px;
  left: 30px;
}

.balloon::after {
  border: 5px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  border-radius: 0 0 0 2px;
  bottom: -5px;
  left: 32px;
}

.title.menu-title {
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}

.title.menu-title .num {
  font-size: var(--f-xxxl);
  font-style: italic;
  line-height: 1;
  color: var(--c-sub-dark);
  margin-left: -0.2em;
  align-items: center;
}

.title.menu-title b {
  font-size: var(--f-xl);
  display: block;
  margin-top: 0.5rem;
}

.title.menu-title em {
  font-size: var(--f-r);
  font-weight: var(--w-b);
  color: var(--c-gray);
  font-style: italic;
  /* margin-left: 1rem; */
  /* align-self: center; */
}

.menu-box .catch {
  font-size: var(--f-xl);
  font-weight: var(--w-b);
  line-height: 1.6;
  margin: var(--m-m) 0;
}

.menu-box h5 {
  margin-top: initial;
  /* padding-bottom: 0.5rem; */
}

.recommend dt {
  font-weight: var(--w-b);
  /* font-size: 1.1em; */
}

.recommend dt::before {
  /* content: "\eb4e"; */
  font-family: var(--f-icon);
  display: inline-block;
  margin: 0 0.2rem;
  vertical-align: bottom;
}

.recommend .list {
  background: rgb(255 255 255 / 50%);
  padding: 0.5rem;
  border-radius: 0.5rem;
  padding-bottom: var(--m-s);
}

.recommend .list li {
  font-size: var(--f-s);
  padding-left: 1.4rem;
  text-indent: -0.7rem;
  line-height: 1.5;
  margin-top: var(--m-xs);
}

.recommend .list li::before {
  /* content: "\e187"; */
  font-family: var(--f-icon);
  display: inline-block;
  margin: 0 0.3em;
}

.menu-detail {
  grid-column: 7 / -1;
  grid-row: 2 / 3;
}

.title-fee::before {
  /* content: "\e48f"; */
  font-family: var(--f-icon);
  display: inline-block;
  margin: 0 0.2rem;
  vertical-align: bottom;
}

.title-voice::before {
  /* content: "\e17f"; */
  font-family: var(--f-icon);
  display: inline-block;
  margin: 0 0.2rem;
  vertical-align: bottom;
}

.section-menu .def {
  display: grid;
  grid-template-columns: auto auto;
  align-items: baseline;
  width: fit-content;
  border-left: 1px solid currentColor;
  padding-left: var(--m-s);
  gap: 0.5rem 1rem;
  margin-top: var(--m-r);
  line-height: 1.5;
  width: 100%;
}

.section-menu .def.block {
  display: block;
}

.section-menu .def dt {
  margin-bottom: var(--m-xxs);
}

.section-menu .def dd {
  text-align: right;
  margin-right: 3rem;
  font-weight: var(--w-b);
}

.section-menu .def small {
  vertical-align: bottom;
}

.menu-detail .lead {
  text-decoration-line: underline;
  text-decoration-color: rgba(255, 87, 205, 0.3);
  /* 淡いピンク */
  text-decoration-thickness: 0.4em;
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none;
  display: block;
  line-height: 1.6;
  font-weight: var(--w-b);
  /* 強調 */
  margin-bottom: var(--m-l);
  margin-top: var(--m-xs);
  text-align: center;
}

.voice {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.voice figure {
  border-radius: 50%;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  flex-basis: 150px;
}

.voice img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}

.voice .text {
  /* flex: 1; */
}

.voice .text.balloon {
  border: 1px solid currentColor;
  font-weight: normal;
  border-radius: 0.5rem;
}

.voice .text.balloon:before, .voice .text.balloon:after {
  transform: rotate(45deg);
}

.voice .text.balloon::before {
  border: 5px solid transparent;
  border-bottom-color: currentColor;
  border-left-color: currentColor;
  border-radius: 0 0 0 2px;
  bottom: 23px;
  left: -5px;
}

.voice .text.balloon::after {
  border: 4px solid transparent;
  border-bottom-color: #fff;
  border-left-color: #fff;
  border-radius: 0 0 0 1px;
  bottom: 24px;
  left: -4px;
}

.note {
  background-color: #f1f1f1;
  padding: var(--m-r);
  margin-top: var(--m-m);
}

.menu-closing {
  grid-column: 7 / -1;
  grid-row: 3 / 4;
}

.menu-closing figure {
  margin-bottom: var(--m-r);
}

.menu-closing figure img {
  width: 100%;
  height: 100%;
  aspect-ratio: 5 / 2.5;
  object-fit: cover;
  -webkit-mask-image: linear-gradient(to bottom, #000000 80%, transparent 100%);
  mask-image: linear-gradient(to bottom, #000000 50%, transparent 100%);
  border-radius: var(--m-xxs);
}

.menu-closing .closing-text p {
  font-size: var(--f-m);
  font-weight: var(--w-m);
  line-height: 1.5;
}

.menu-closing .closing-text p {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  line-height: 1.5;
  position: relative;
  /* font-weight: var(--w-b); */
}

.menu-closing .closing-text p::before {
  /* content: ""; */
  width: 1px;
  align-self: stretch;
  transform: rotate(-25deg);
  transform-origin: left bottom;
  background-color: currentColor;
  margin-right: 5px;
}

.menu-closing .closing-text p::after {
  /* content: ""; */
  width: 1px;
  align-self: stretch;
  transform: rotate(25deg);
  transform-origin: left bottom;
  background-color: currentColor;
}

.u-button {
  margin-top: 3rem;
}

.section-menu .box {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  gap: clamp(2rem, 5vw, 4rem);
  align-items: center;
  border-radius: var(--m-xs);
  margin-bottom: var(--m-l);
  align-items: flex-start;
}

.section-menu .box figure {
  grid-column: span 7;
  aspect-ratio: 6 / 3;
  overflow: hidden;
}

.section-open figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.section-open .text_box {
  grid-column: span 5;
}

.section-menu .box .text_box {
  flex: 1;
}

.section-menu .box .text_box h3.title {
  font-weight: var(--w-b);
  font-size: var(--f-l);
  line-height: 1.3;
  border: 2px solid currentColor;
  padding: 0.4rem 0.7rem;
  width: fit-content;
  background: #fff;
}

.section-menu .box .text_box h5.title {
  font-weight: var(--w-b);
  margin: var(--m-m) 0 var(--m-xs);
}

.section-menu .box .text_box .list {
  font-size: var(--f-s);
  margin: var(--m-xs) 0;
}

.section-menu .box .text_box .list li: :before {
  content: "\e187";
  font-family: var(--f-icon);
  margin: 0 0.5rem;
  vertical-align: bottom;
}

.section-menu .u-button {
  background-color: currentColor;
  color: currentColor;
}

.section-menu .u-button strong {
  color: #fff;
}

.section-menu .u-button:hover strong {
  color: currentColor;
}

.menu-note {
  text-decoration-line: underline;
  text-decoration-color: rgb(255 209 87 / 30%);
  /* 淡いピンク */
  text-decoration-thickness: 0.3em;
  text-underline-offset: -0.1em;
  text-decoration-skip-ink: none;
  text-align: center;
  margin: 0 auto;
  font-size: var(--f-m);
  /* font-size: var(--f-r); */
}

.menu-note .title {
  font-size: var(--f-l);
  font-weight: var(--w-b);
  margin-bottom: 1rem;
}

@media screen and (max-width: 1024px) {
}

@media screen and (max-width: 767px) {
  .menu-box .wrapper {
    /* grid-template-columns: 1fr; */ /* gap: 2rem; */ /* padding: 2rem; */
  }

  .menu-img {
    grid-column: 1 / -1;
    /* grid-row: auto; */
    /* aspect-ratio: 4 / 5; */
    /* margin: -2rem; */
    /* margin-bottom: 0; */
    /* position: relative; */
    /* top: auto; */
    /* border-top-left-radius: 0.5rem; */
    /* border-top-right-radius: 0.5rem; */
  }

  .menu-intro {
    grid-column: 1 / -1;
    grid-row: auto;
    /* padding: 0; */
  }

  .menu-detail {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .section-menu .def dt {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .section-menu .def dd {
    grid-column: 1 / -1;
    grid-row: auto;
    /* margin: 0; */
  }

  .voice {
    flex-direction: column;
  }

  .voice figure {
    order: 1;
  }

  .voice .text.balloon::before, .voice .text.balloon::after {
    transform: translateX(-50%) rotate(-45deg);
    left: 50%;
    top: calc(100% - 4px);
  }

  .menu-closing {
    grid-column: 1 / -1;
    grid-row: auto;
  }

  .menu-closing figure img {
    aspect-ratio: 4 / 3;
  }

  .note {
    grid-column: 1 / -1;
    font-size: 1em;
  }

  .section-menu .box {
    grid-template-columns: 1fr;
    gap: 2rem;
  }

  .section-menu .box figure {
    grid-column: 1 / -1;
    aspect-ratio: 4 / 3;
  }

  .section-menu .box .text_box h3.title {
    font-size: 1.2rem;
  }
}
