@charset "UTF-8";
/*===================================
  お食事メニュー
====================================*/
#contents > section:nth-child(n+2) {
  margin-top: 80px;
}
#contents > section h2 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#contents > section > section:nth-child(2) {
  margin-top: 20px;
}
#contents > section > section:nth-child(n+3) {
  margin-top: 40px;
}
#contents > section > section .heading {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; /* 横線を上下中央 */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; /* 文字と横線を横並び */
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
#contents > section > section .heading::before, #contents > section > section .heading::after {
  background-color: #000; /* 横線の色 */
  content: "";
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1; /* 横幅いっぱい */
  height: 1px; /* 横線の高さ */
}
#contents > section > section .heading::before {
  margin-right: 15px; /* 文字との余白 */
}
#contents > section > section .heading::after {
  margin-left: 15px; /* 文字との余白 */
}
#contents > section > section figure {
  margin: 20px 0 0 0;
  padding: 0;
}
#contents > section > section figure div:nth-child(n+2) {
  margin-top: 15px;
}
#contents > section > section figure div img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#contents > section > section figure.season {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: stretch;
      align-content: stretch;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#contents > section > section figure.season div {
  width: 50%;
}
#contents > section > section figure.sp {
  /*
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  div { width: 50%; }
  */
}
#contents > section > section figure.set {
  /*
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  div { width: 50%; }
  */
}
/*
#contents h2 {
  img {
    width: 100%;
    height: auto;
  }
}

#contents ul{
  margin-top:20px;
  margin-bottom:40px;
}

#contents p.tax {
  margin-bottom:20px;
  font-size:1.4em;
  font-weight:bold;
}

#contents ul li{
  width:220px;
  margin-right:15px;
  margin-bottom:20px;
  background-image:url(../../../yuriage/images/dish/blank.jpg);
  background-position:50% 5%;
  background-repeat:no-repeat;
  float:left;
}

#contents ul li.half{
  width:335px;
  margin-right:20px;
}

#contents ul li.half:nth-child(2),
#contents #kaisen ul li:nth-child(5),
#contents #kaisen ul li:nth-child(8),
#contents #gozen ul li:nth-child(5),
#contents #gozen ul li:nth-child(8){
  margin-right:0px;
}

#contents li dd{
  margin-top:10px;
  font-size:1.4em;
}


#leftList,
#rightList{
  width:335px;
  margin-bottom:30px;
  float:left;
}

#umai h3{
  font-size:1.6em;
  font-weight:bold;
  margin-top:20px;
}

#leftList{
  margin-right:20px;
}

#umai div table{
  width:335px;
}

#umai div table th,
#umai div table td{
  font-size:1.4em;
  padding:0.5em;
  border-bottom:dashed 1px ;
}

#umai div table th{
  font-weight:normal;
  text-align:left;
  vertical-align:top;
}

#umai div table td{
  text-align:right;
  vertical-align:top;
}

figure {
  display: block;
  margin: 20px 0 50px 0;

  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
}
*/