@charset "UTF-8";
@import url("../common.css");
@import url("../subpage.css");
@import url("../shop-common.css");
/*====================================
  お食事ニュー
=====================================*/
.dishes {
  margin-top: 0px;
}

.section_title {
  margin: 30px 30px 0px 30px;
}

#shopMenu .section_title {
  margin: 0px;
}

.dishes li {
  border-bottom: dotted 2px #313131;
  padding: 30px 30px;
}

#contents section:nth-child(n+2) {
  margin-top: 20px;
}
#contents section .heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 横線を上下中央 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 文字と横線を横並び */
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  width: calc(100% - 60px);
  margin: 0 auto;
}
#contents section .heading::before, #contents section .heading::after {
  background-color: #000; /* 横線の色 */
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}
#contents section .heading::before {
  margin-right: 15px; /* 文字との余白 */
}
#contents section .heading::after {
  margin-left: 15px; /* 文字との余白 */
}
#contents section figure {
  display: block;
  margin: 20px 30px 50px 30px;
}
#contents section figure div:nth-fo-type(n+2) {
  margin-top: 20px;
}
#contents section figure div img {
  display: block;
  width: 100%;
  height: auto;
}