@charset "UTF-8";
/*===================================
  今宵セット・ご宴会メニュー
====================================*/
#contents section h2 img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
}
#contents section figure {
  margin: 20px 0 0 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  gap: 20px;
}
#contents section figure div img {
  display: block;
  width: 100%;
  height: auto;
}