
/* =========================================================
   MOBILE GUEST MESSAGE — INTENTIONAL TWO-LINE BREAK
   ========================================================= */

.guest-mobile-ja{
  display:none!important;
}

@media(max-width:768px){
  html[lang="ja"] .hero-guest-welcome{
    width:100%!important;
    max-width:100%!important;
    font-size:.9rem!important;
    line-height:1.85!important;
    letter-spacing:.02em!important;
  }

  html[lang="ja"] .guest-desktop-ja{
    display:none!important;
  }

  html[lang="ja"] .guest-mobile-ja{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
  }

  html[lang="ja"] .guest-mobile-line{
    display:block!important;
    width:100%!important;
    max-width:100%!important;
    white-space:nowrap!important;
  }
}

@media(max-width:390px){
  html[lang="ja"] .hero-guest-welcome{
    font-size:.84rem!important;
  }
}
