@charset "UTF-8";

/*!
Theme Name: Cocoon Child
Description: Cocoon専用の子テーマ
Theme URI: https://wp-cocoon.com/
Author: わいひら
Author URI: https://nelog.jp/
Template:   cocoon-master
Version:    1.1.3
*/

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/

/************************************
** レスポンシブデザイン用のメディアクエリ
************************************/
/*1023px以下*/
@media screen and (max-width: 1023px){
  /*必要ならばここにコードを書く*/
}

/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}

/* KNH consistent captions and reading aids 2026-09-07 */
.entry-content figcaption { font-size:16px !important; line-height:1.8 !important; text-align:left; color:#39463f; margin-top:10px; }
.entry-content figure img { max-width:100%; height:auto; }
.knh-related { border-top:2px solid #294c3b; margin:36px 0 12px; padding-top:16px; }
.knh-figure-key { padding:12px 16px; background:#f5f7f4; font-size:16px; }
@media (max-width:834px) {
.entry-content figcaption { font-size:14px !important; }
.knh-figure-key { font-size:15px; }
.grecaptcha-badge { position:relative !important; right:auto !important; bottom:auto !important; margin:16px auto 80px !important; }
}

#related-entries:has(.related-list > p):not(:has(.related-list a)) { display:none; }
@media(max-width:834px) { .page-top { display:none; } }

body:not(.home) .knh-start { display:none; }
.wp-block-gallery.has-nested-images figure.wp-block-image figcaption { position:static !important; background:none !important; color:#39463f !important; padding:8px 0 !important; max-height:none !important; }

.entry-content h2, .entry-content h3 { color:#294c3b; }
