@charset "UTF-8";

/*----------「メニュー」と「スタッフ」の2カラムパーツ-----------*/
@media screen and (min-width:481px) and ( max-width:600px){
     .composite_box01.block_images_11 .inner_item_img img, .composite_box01.block_images_11 .inner_item_txt .pwrap .iwrap {
          height: 240px !important;
     }
}

@media screen and (max-width: 400px){
.composite_box01.block_images_11 .inner_item_img img, .composite_box01.block_images_11 .inner_item_txt .pwrap .iwrap {
    height: 220px !important;
}
}

