/*==================================================

** menu
==================================================*/
#menuList .menulist {
  margin: 48px 0 0; }
  #menuList .menulist li {
    width: 536px;
    border-top: 2px solid #004893;
    background: #fff;
    padding: 38px 40px 40px;
    margin: 48px 0 0; }
  #menuList .menulist .price {
    border-top: 1px dashed #ccc;
    border-bottom: 1px dashed #ccc;
    margin: 32px 0 0;
    padding: 8px 0; }
    #menuList .menulist .price-ttl {
      width: 100px;
      border-radius: 5px;
      background: #eee;
      font-weight: 700;
      color: #004893; }
    #menuList .menulist .price-detail {
      width: calc(100% - 100px);
      padding: 8px 16px; }
  #menuList .menulist .txtbox {
    margin: 24px 0 0; }

@media screen and (max-width: 600px) {
  #menuList .menulist {
    margin: 24px 0 0; }
    #menuList .menulist li {
      width: 100%;
      padding: 30px 6.6% 32px;
      margin: 40px 0 0; }
    #menuList .menulist .price {
      margin: 24px 0 0; }
      #menuList .menulist .price-ttl {
        width: 26.3%; }
      #menuList .menulist .price-detail {
        width: 73.7%;
        padding: 8px 16px; }
    #menuList .menulist .txtbox {
      margin: 16px 0 0; } }
