/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 27 2026 | 00:56:26 */
/* モバイル時 タイトル全文を1行縮小表示 */
@media (max-width: 767px) {

  .page-header-title,
  .entry-title,
  .archive-title {

    white-space: nowrap !important;

    font-size: min(7vw, 48px) !important;
    line-height: 1.2 !important;
  }

}