@charset "UTF-8";
/*--------------------------------------------------------------
# to-cuisine
--------------------------------------------------------------*/
.to-cuisine {
  background: url(../../_cover/block-banner-list_cuisine_s.jpg); }
  @media (min-width: 575px) {
    .to-cuisine {
      background: url(../../_cover/block-banner-list_cuisine.jpg); } }

/*--------------------------------------------------------------
# cont1 / cont2 / cont3 共通レイアウト（992px以上）
--------------------------------------------------------------*/
@media (min-width: 992px) {
  #cont1 .text-content,
  #cont2 .text-content,
  #cont3 .text-content {
    display: flex;
    justify-content: space-between;
    gap: 4em; }
  #cont1 .headline-c,
  #cont2 .headline-c,
  #cont3 .headline-c {
    margin-bottom: 0; }
  #cont1 .text,
  #cont2 .text,
  #cont3 .text {
    width: 51.2%;
    padding-right: 2em; }
    #cont1 .text p:first-child,
    #cont2 .text p:first-child,
    #cont3 .text p:first-child {
      margin-top: 0; } }
