/*
Theme Name: オトワレストラン
*/

/* menu note list (dl) */
.l-menu .mn-note-dl {
  font-size: calc(13em / var(--fz));
  margin: calc(35rem / var(--rem)) auto 0;
  padding-left: 0;
}
.l-menu .mn-note-dl dt,
.l-menu .mn-note-dl dd {
  line-height: 1.7;
}
.l-menu .mn-note-dl dt + dd {
  margin-top: 0.5em;
}
.l-menu .mn-note-dl dd + dt {
  margin-top: 1.5em;
}
.l-menu .mn-note-dl dd ul {
  margin-top: 5px;
  margin-bottom: 5px;
}
.l-menu .mn-note-dl dd ul li {
  font-size: 1em;
  line-height: 1.7;
}
.l-menu .mn-note-dl dd ul li + li {
  margin-top: 0.35em;
}
.l-menu .mn-note-dl dd p {
  font-size: 1em;
  line-height: 1.7;
  margin-bottom: 0.35em;
}
.l-menu .mn-note-dl a.link {
  text-decoration: underline;
  text-decoration-color: #999;
  text-underline-offset: calc(3rem / var(--rem));
  transition: opacity 0.3s;
}
.l-menu .mn-note-dl a.link:hover {
  opacity: 0.5;
}
@media only screen and (min-width: 851px) {
  .l-menu .mn-note-dl {
    max-width: 49.5em;
  }
}
@media only screen and (max-width: 850px) {
  .l-menu .mn-note-dl {
    margin-top: calc(50rem / var(--rem));
  }
}
