﻿@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){
  /*å¿è¦ãªãã°ããã«ã³ã¼ããæ¸ã*/
}

/* ===== 2026-06 デザイン改善 ===== */
.article,.entry-content{font-size:1rem;line-height:1.85;letter-spacing:0.03em}
@media(max-width:767px){
  .article,.entry-content{font-size:.9375rem;line-height:1.8}
  .article h2{font-size:1.1rem;padding:8px 10px}
  .entry-card-thumb{width:100%!important;max-height:180px;overflow:hidden}
  .entry-card-thumb img{width:100%!important;height:180px;object-fit:cover}
  .entry-title{font-size:1.15rem;line-height:1.5}
}
@media(min-width:768px){
  .entry-card-thumb{width:200px;min-width:200px;flex-shrink:0}
  .entry-card-thumb img{width:200px;height:133px;object-fit:cover}
}
.toc-title-area{background:#5c8a4a!important;color:#fff!important;border-radius:6px 6px 0 0!important;padding:8px 14px!important;font-weight:700!important}
.toc-list a{color:#3a6e33!important}
.widget{background:#fff;border-radius:8px;box-shadow:0 2px 8px rgba(0,0,0,.07);margin-bottom:22px!important;padding:16px!important}
.article a{color:#3a6e33;text-decoration:underline}
.article a:hover{color:#5c8a4a}
.article img:not(.no-image):not(.avatar){border-radius:6px;max-width:100%;height:auto}
.article blockquote{border-left:4px solid #5c8a4a;background:#f7fbf5;padding:12px 18px;margin:20px 0;border-radius:0 6px 6px 0}
