@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
*/

/************************************
** アナゴさんの休日 カスタムデザイン
************************************/

body {
  font-family: "Noto Sans JP", "Hiragino Sans", "Yu Gothic", sans-serif;
  color: #333;
  background: #f8f6f2;
  line-height: 1.8;
}

.site-name-text {
  font-size: 2em;
  font-weight: 700;
  color: #2c6e49 !important;
  letter-spacing: 0.05em;
}

#header {
  background: linear-gradient(135deg, #e8f5e9 0%, #fff9c4 50%, #e3f2fd 100%);
  border-bottom: 4px solid #2c6e49;
  box-shadow: 0 2px 8px rgba(0,0,0,0.08);
}

.tagline {
  color: #5d8a68 !important;
  font-size: 0.9em;
  font-weight: 500;
}

.notice-area {
  background: linear-gradient(90deg, #2c6e49, #1b5e3b) !important;
  font-weight: 600;
}

#navi {
  background: #2c6e49 !important;
}

#navi .navi-in a {
  color: #fff !important;
  font-weight: 600;
  font-size: 0.95em;
  padding: 12px 20px;
  transition: all 0.3s ease;
}

#navi .navi-in a:hover {
  background: rgba(255,255,255,0.15) !important;
  transform: translateY(-2px);
}

.navi-in > ul > li {
  border-right: 1px solid rgba(255,255,255,0.2);
}

.main {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 12px rgba(0,0,0,0.06);
  padding: 30px !important;
  margin-top: 20px;
}

.entry-card-wrap {
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
  box-shadow: 0 2px 8px rgba(0,0,0,0.06);
  margin-bottom: 20px;
  background: #fff;
}

.entry-card-wrap:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 24px rgba(0,0,0,0.12);
}

.entry-card-thumb img {
  border-radius: 12px 12px 0 0;
  transition: transform 0.4s ease;
}

.entry-card-wrap:hover .entry-card-thumb img {
  transform: scale(1.05);
}

.entry-card-title {
  font-size: 1.15em;
  font-weight: 700;
  color: #2c3e50;
  line-height: 1.5;
}

.cat-label {
  border-radius: 20px !important;
  padding: 3px 12px !important;
  font-size: 0.75em !important;
  font-weight: 700;
}

.article h1.entry-title {
  font-size: 1.6em;
  font-weight: 800;
  color: #1a3a2a;
  border-bottom: 3px solid #2c6e49;
  padding-bottom: 12px;
  margin-bottom: 25px;
}

.article h2 {
  background: linear-gradient(135deg, #2c6e49, #3d9970);
  color: #fff;
  padding: 14px 20px;
  border-radius: 8px;
  font-size: 1.3em;
  font-weight: 700;
  margin: 35px 0 20px;
  border: none;
  position: relative;
}

.article h2::after {
  content: "";
  position: absolute;
  bottom: -8px;
  left: 25px;
  width: 0; height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #3d9970;
}

.article h3 {
  border-left: 5px solid #2c6e49;
  padding: 10px 15px;
  font-size: 1.15em;
  font-weight: 700;
  color: #2c3e50;
  background: #f0f7f3;
  border-radius: 0 8px 8px 0;
  margin: 28px 0 16px;
}

.article h4 {
  color: #2c6e49;
  font-weight: 700;
  font-size: 1.05em;
  border-bottom: 2px dashed #a8d5ba;
  padding-bottom: 6px;
  margin: 24px 0 12px;
}

.widget {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 2px 8px rgba(0,0,0,0.05);
  padding: 20px;
  margin-bottom: 20px;
}

.widget-title {
  font-size: 1.05em;
  font-weight: 700;
  color: #2c6e49;
  border-bottom: 2px solid #2c6e49;
  padding-bottom: 8px;
  margin-bottom: 15px;
}

.nwa .author-box {
  border-radius: 12px;
  background: linear-gradient(180deg, #e8f5e9 0%, #fff 30%);
  padding: 25px;
  text-align: center;
}

.nwa .author-box .author-thumb img {
  border: 3px solid #2c6e49;
  border-radius: 50%;
}

.nwa .author-box .author-name {
  font-size: 1.1em;
  font-weight: 700;
  color: #2c6e49;
}

.btn-wrap a {
  border-radius: 30px;
  font-weight: 700;
  transition: all 0.3s ease;
  box-shadow: 0 4px 12px rgba(0,0,0,0.15);
}

.btn-wrap a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.2);
}

.btn-green a {
  background: #2c6e49 !important;
  border-color: #2c6e49 !important;
}

.toc {
  background: #f9fdf9;
  border: 2px solid #a8d5ba;
  border-radius: 12px;
  padding: 20px;
}

.toc-title {
  color: #2c6e49;
  font-weight: 700;
  font-size: 1.1em;
}

#footer {
  background: #1a3a2a !important;
  color: #ccc;
  padding: 30px 0;
}

#footer a {
  color: #a8d5ba !important;
}

#footer .copyright {
  font-size: 0.85em;
}

.article blockquote {
  background: #f9fdf9;
  border-left: 4px solid #2c6e49;
  border-radius: 0 8px 8px 0;
  padding: 20px;
  font-style: italic;
  color: #555;
}

.pagination .current {
  background: #2c6e49 !important;
  border-color: #2c6e49 !important;
  color: #fff !important;
  border-radius: 8px;
}

.pagination a {
  border-radius: 8px;
  transition: all 0.3s ease;
}

.pagination a:hover {
  background: #e8f5e9;
  color: #2c6e49;
}

.sns-share-buttons a {
  border-radius: 8px !important;
  font-weight: 600;
}

.go-to-top-button {
  background: #2c6e49 !important;
  border-radius: 50% !important;
  box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

.breadcrumb {
  font-size: 0.85em;
  padding: 10px 0;
  color: #888;
}

.breadcrumb a {
  color: #2c6e49;
}

@media screen and (max-width: 1023px) {
  .main { padding: 20px !important; }
  .article h2 { font-size: 1.2em; padding: 12px 16px; }
}

@media screen and (max-width: 834px) {
  #header { padding: 15px 10px; }
  .site-name-text { font-size: 1.5em; }
  .main { border-radius: 0; margin-top: 0; }
  .entry-card-wrap { border-radius: 8px; }
  .widget { border-radius: 8px; padding: 15px; }
}

@media screen and (max-width: 480px) {
  .site-name-text { font-size: 1.3em; }
  .article h1.entry-title { font-size: 1.3em; }
  .article h2 { font-size: 1.1em; padding: 10px 14px; }
  .article h3 { font-size: 1.05em; padding: 8px 12px; }
  .main { padding: 15px !important; }
  .entry-card-title { font-size: 1em; }
}