@charset "utf-8";
/*------------------------------------------------------------
食詳細
------------------------------------------------------------*/
#shoku_detail {
  padding-bottom: 120px;
}
#shoku_detail figure {
  margin-bottom: 100px;
}
#shoku_detail figure img {
  width: 100%;
  height: auto;
}
#shoku_detail figure figcaption {
  font-size: 1.8rem;
  margin-top: 40px;
}

@media all and (max-width: 736px) {
  #shoku_detail {
    padding-bottom: 50px;
  }
  #shoku_detail figure {
    margin-bottom: 50px;
  }
  #shoku_detail figure figcaption {
    margin-top: 20px;
  }
}

/*# sourceMappingURL=shoku.css.map */
