@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 figure {
  margin: 30px 0 0 0;
  padding: 0;
}
#contents > section figure img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#contents > section figure img:nth-child(n+2) {
  margin-top: 15px;
}
#contents > 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 figure.season div {
  width: 50%;
}
#contents > 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 figure.set {
  /*
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: stretch;
  align-items: flex-start;
  div { width: 50%; }
  */
}