.dished-page__ttl {
  margin-bottom: var(--space-md);
  text-align: center;
}
.dished-page__ttl:has(.char-en) span {
  font-size: 1.75em;
  color: var(--color-green01);
}
.dished-page__ttl:has(.char-ja) span {
  font-size: 2.2rem;
  color: var(--color-gray);
}
.dished-menu {
  margin-bottom: 2.5em;
}
.dished-menu dl {
  border-top: 1px solid #B3B3B3;
  padding: 1.5em 0;
}
.dished-menu dl dt {
  color: var(--color-green01);
  font-size: 1.125em;
}
.dished-menu dl dd {
  margin-top: 1em;
  line-height: 2em;
  color: var(--color-gray);
}
.dished-special {
  display: flex;
  flex-direction: column;
  row-gap: 1.5em;
  color: var(--color-gray);
}
.dished-special__info dl {
  border-top: 1px solid #B3B3B3;
  border-bottom: 1px solid #B3B3B3;
  margin-bottom: 1.5em;
  padding: 1.5em 0;
}
.dished-special__info dl dt {
  margin-bottom: 1em;
}
.dished-special__info .dished-special__cake span {
  font-size: 1.8rem;
  color: var(--color-green01);
}
.dished-special__info dl dd {
  line-height: 2em;
}
.dished-special__info .button01 {
  margin-top: 2.5em;
}
.dished-special__info .button01 .button {
  font-size: 1.4rem;
}
.note-info {
  display: block;
  position: relative;
}
.note-info::before,.note-info::after {
  content: "";
  display: block;
  height: 100%;
  width: 1em;
  background-color: var(--color-gray);
  opacity: .05;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.note-info::after {
  left: auto;
  right: 0;
}
.note-info__inner {
  padding: 1.5em 2em;
  border-top: 1em solid rgb(93, 93, 93, .05);
  border-bottom: 1em solid rgb(93, 93, 93, .05);
  display: block;
  color: var(--color-gray);
}
.note-info__ttl {
  font-size: 1.125em;
  line-height: 1.6em;
  font-weight: 500;
  margin-bottom: 2.4rem;
  color: black;
}
.--spase-btm {
  margin-bottom: 2.5em;
}
@media screen and (max-width: 767px) {
  .dished-menu {
    border-bottom: 1px solid #B3B3B3;
  }
}
@media screen and (min-width: 768px) {
  .dished-menu {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 8.3rem;
    position: relative;
    margin-bottom: 7.5em;
  }
  .dished-menu::before {
    content: "";
    display: block;
    width: 1px;
    height: 50%;
    background: black;
    opacity: .3;
    position: absolute;
    top: 0;
    left: calc(50% - .5px);
  }
  .dished-menu__block {
    display: grid;
    grid-template-rows: subgrid;
    grid-row: span 5;
    border-bottom: 1px solid #B3B3B3;
  }
  .dished-menu dl {
    padding: 2.5em 2em;
  }
  .dished-special {
    flex-direction: row;
    justify-content: space-between;
  }
  .dished-special picture {
      width: 56rem;
  }
  .dished-special .dished-special__info {
      width: 57rem;
  }
  .dished-special__info dl {
    padding: 2.25em;
  }
  .note-info__inner {
      border-top: 1.5em solid rgb(93, 93, 93, .05);
      border-bottom: 1.5em solid rgb(93, 93, 93, .05);
  }
  .note-info::before,.note-info::after {
      width: 1.5em;
  }
  .note-info__inner {
      padding: 5em 6.5em;
  }
}
