/*
 Theme Name:   Lightning Child Final
 Theme URI:    https://hokkaidopkbase.com/
 Description:  一般社団法人 北海道PARKOUR BASE 用の最終完成版 (Clean)。
 Author:       Antigravity
 Template:     lightning
 Version:      2.0.0
 Text Domain:  lightning-child-final
*/

/* --- ここからスマホ版（モバイル）のレイアウト調整 --- */
@media screen and (max-width: 781px) {
  /* 背景を白に固定 */
  body { background-color: #ffffff !important; }

  /* 0. 余計な装飾を削除 */
  body::before, body::after { display: none !important; }

  /* 1. ヘッダーロゴの調整：左寄せ */
  .site-header-logo a span, .navbar-brand a span {
    font-size: 15px !important;
    text-align: left !important;
    display: block !important;
  }
  /* （デバッグ用の枠線は削除しました） */

  /* 2. メインタイトルの調整 (22px・太字・左寄せ) */
  /* 「北海道PARKOUR BASEとは」などのH2を、22pxの太字に調整します */
  html body .entry-content h2.has-large-font-size,
  html body .entry-content .wp-block-heading.has-large-font-size,
  .entry-body h2.wp-block-heading.has-large-font-size,
  h2.is-style-vk-heading-plain.has-large-font-size,
  h2.has-large-font-size {
    font-size: 22px !important;
    font-weight: bold !important;
    text-align: left !important;
    margin: 10px 0 5px 0 !important;
    padding: 0 !important;
    line-height: 1.2 !important;
    display: block !important;
    width: 100% !important;
    border: none !important;
  }

  /* 紹介文（パラグラフ）も左寄せ */
  html body .entry-content p,
  html body .entry-content .wp-block-paragraph {
    font-size: 14px !important;
    text-align: left !important;
    line-height: 1.5 !important;
    margin-bottom: 8px !important;
    display: block !important;
  }
}
