
/* =========================================================
   FINAL JAPANESE LINE BREAK SYSTEM
   Separate editorial line breaks for PC and mobile.
   ========================================================= */

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

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

html[lang="ja"] .ja-space{
  display:block!important;
  height:1.15em!important;
}

html[lang="ja"] .ja-space-small{
  display:block!important;
  height:.7em!important;
}

html[lang="ja"] .ja-emphasis{
  font-weight:500!important;
}

@media(min-width:769px){
  html[lang="ja"] .ja-copy-desktop{
    display:block!important;
  }

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

  html[lang="ja"] .ja-line{
    white-space:normal!important;
    word-break:keep-all!important;
    overflow-wrap:normal!important;
    line-break:strict!important;
  }
}

@media(max-width:768px){
  html[lang="ja"] .ja-copy-desktop{
    display:none!important;
  }

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

  html[lang="ja"] .ja-line{
    white-space:normal!important;
    word-break:keep-all!important;
    overflow-wrap:break-word!important;
    line-break:strict!important;
  }

  html[lang="ja"] .ja-nowrap{
    white-space:nowrap!important;
    font-size:.82rem!important;
    letter-spacing:0!important;
  }

  html[lang="ja"] .hero-brand-statement{
    font-size:.92rem!important;
    line-height:1.8!important;
  }

  html[lang="ja"] .hero-guest-welcome{
    font-size:.88rem!important;
    line-height:1.8!important;
  }

  html[lang="ja"] .quote-section blockquote{
    font-size:1.22rem!important;
    line-height:1.72!important;
  }

  html[lang="ja"] .culture-copy > p{
    font-size:.94rem!important;
    line-height:1.95!important;
  }

  html[lang="ja"] #reserve h2 .reserve-line{
    display:block!important;
    width:100%!important;
  }

  html[lang="ja"] #reserve h2 .reserve-line-brand{
    white-space:nowrap!important;
    font-size:.92em!important;
  }
}

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

  html[lang="ja"] .hero-guest-welcome{
    font-size:.82rem!important;
  }

  html[lang="ja"] .quote-section blockquote{
    font-size:1.12rem!important;
  }
}
