/*
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; /* ★上に15pxの余白を入れ、他は0にする */
    align-items: flex-start !important; /* ★Cocoonの「強制中央揃え」をストップする魔法 */
  }
  #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.6rem !important;
    text-align: center !important;
  }
}

/* 新時代の後二行調整追加 */
@media screen and (max-width: 688px) {
  .header .site-name-text {
    max-width: 80% !important;
    line-height: 1.2 !important;
  }
}
