@charset "UTF-8";
/* CSS Document */
@media print {
  header {
    display: none;
  }
  .key_visual_wrap {
    display: none;
  }
  .crumb_path_wrap {
    display: none;
  }
  #sec_menu {
    margin-top: 0;
  }
  .special_banner,#limited_menu {
    display: none;
  }
  div#footer {
    display: none;
  }
  /*li.menu_list_li.curry {
    page-break-before: always;
  }*/
  h3#mo02 {
    page-break-before: always;
  }
  div#menu_nav {
    display: none;
  }
  .banner_area {
    display: none;
  }
.pro_page_main_wrap {
    padding-bottom: 0;
	}
  .ac-parent {
    page-break-before: always;
  }
h3 + .ac-parent {
  page-break-before: avoid;
}
/*.page_menu_list + h3 {
  page-break-before: always;
}*/
.page_menu_list_li a {
  padding: 0 10px;
}
.pro_name {
  margin-top: 5px;
    margin-bottom: 5px;
}
.page_menu_list_li{
  break-inside: avoid-page;
}
.menu_list_li {
    min-height: 240px;
    max-height: 240px;
}
.title_h3_curry + .page_menu_list .menu_content .img {
    max-height: 135px;
justify-content: center;
}

.title_h3_curry + .page_menu_list .menu_content .img img {
    max-height: 100%;
    width: auto;
}
}

