@charset "utf-8";

/* BBQページ：予約ボタンのスマホ表示 */
@media screen and (max-width: 767px) {
  #booking a {
    min-width: auto !important;
    width: 90% !important;
    max-width: 420px;
    padding: 18px 24px !important;
    font-size: 22px !important;
    box-sizing: border-box;
  }
  #meal02 .text p[style*="font-size:24px"]{
    font-size:18px !important;
    line-height:1.6 !important;
}
 #mv h1{
    font-size:22px !important;
    line-height:1.8;
    padding:0 18px;
    max-width:320px;
    margin:0 auto;
    text-shadow:0 2px 8px rgba(0,0,0,.9);
  }
 /*h1.fz36.taCenter.white.textshadow01{
      font-size:20px !important;
      line-height:1.5 !important;   /* 1.8 → 1.5 */
     /* width:300px;
      max-width:calc(100% - 30px);
      margin:0 auto;
      text-shadow:0 2px 8px rgba(0,0,0,.9) !important;
  }*/
  h1.fz36.taCenter.white.textshadow01 {
    font-size: 18px !important;
    line-height: 1.3 !important;}

}
