/*
Theme Name: Cocoon Child
Theme URI: https://wp-cocoon.com/
Template: cocoon-master
Author: わいひら
Author URI: https://nelog.jp/
Description: Cocoon専用の子テーマ
Version: 1.1.2.1771170326
Updated: 2026-02-16 00:45:26
*/

/* スマホタイトル折り返し改善用 */
@media screen and (max-width: 688px) {
  #header .header {
    height: 90px !important;
    line-height: 1.3 !important;
    padding: 15px 0 0 0 !important;
    align-items: flex-start !important;
  }
  #header-container {
    padding: 0 5px !important;
  }
  .header .site-name-text,
  .logo-header .logo-text {
    word-break: keep-all !important;
    white-space: pre-wrap !important;
    font-size: 1.4rem !important;  /* ★スマホ：小さく調整 */
    text-align: center !important;
    max-width: 80% !important;     /* ★折り返し統合 */
    line-height: 1.2 !important;   /* ★行間統合 */
  }
}

/* PC用タイトルサイズ（標準復元） */
@media screen and (min-width: 689px) {
  .header .site-name-text,
  .logo-header .logo-text {
    font-size: 2rem !important;    /* ★PC：標準サイズ */
  }
}

