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

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

/* ===== ゴキゼロ カスタムスタイル ===== */

/* === ヘッダー === */
/* ヘッダー背景画像に合わせてロゴ・サイト名・キャッチコピーを非表示 */
.header-logo,
.site-name,
.tagline,
.site-logo-image,
#header-in .header-logo-link {
  display: none !important;
}

/* ヘッダーコンテナ: 画像のアスペクト比を保つ */
#header-container {
  border-bottom: 3px solid #8B6347 !important;
  padding: 0 !important;
}
#header {
  padding: 0 !important;
  background-color: transparent !important;
}
#header-in {
  padding: 0 !important;
  max-width: 100% !important;
}
/* ヘッダー背景画像をフル幅表示 */
#header-container-in {
  background-size: cover !important;
  background-position: center center !important;
}

/* === ナビゲーション === */
#navi {
  background-color: #5c3d2e !important;
}
#navi .navi-in > ul > li > a {
  color: #fff !important;
  font-weight: bold !important;
  font-size: 0.9rem !important;
  padding: 14px 18px !important;
}
#navi .navi-in > ul > li > a:hover {
  background-color: #8B6347 !important;
  opacity: 1 !important;
}

/* === アクセントカラー === */
a { color: #8B6347; }
a:hover { color: #6b4c35; }

.btn, .more-btn {
  background-color: #8B6347 !important;
  border-color: #8B6347 !important;
  color: #fff !important;
  border-radius: 25px !important;
}
.entry-title a:hover { color: #8B6347 !important; }

/* === 見出し === */
.entry-content h2 {
  background: linear-gradient(135deg, #fdf6f0 0%, #fff 100%) !important;
  border-left: 5px solid #8B6347 !important;
  border-bottom: 1px solid #e8d5c4 !important;
  padding: 12px 18px !important;
  font-size: 1.2rem !important;
  color: #3d2314 !important;
}
.entry-content h3 {
  border-left: 4px solid #8B6347 !important;
  border-bottom: 1px dashed #e8d5c4 !important;
  padding: 8px 14px !important;
  background-color: #fdf9f7 !important;
}
.entry-content h4 {
  padding: 6px 12px !important;
  border-left: 3px solid #c8a882 !important;
  color: #5c3d2e !important;
}

/* === カテゴリバッジ === */
.cat-label {
  background-color: #8B6347 !important;
  border-radius: 3px !important;
}

/* === エントリーカード === */
.a-wrap:hover {
  box-shadow: 0 4px 15px rgba(139,99,71,0.2) !important;
  transform: translateY(-2px);
  transition: all 0.2s ease !important;
}

/* === サイドバー === */
.widget_title {
  background-color: #5c3d2e !important;
  color: #fff !important;
  padding: 8px 14px !important;
  border-radius: 4px !important;
  font-size: 0.95rem !important;
  letter-spacing: 0.05em !important;
}

/* === プロフィール === */
.profile-card {
  background: linear-gradient(135deg, #fdf6f0 0%, #fff5ee 100%) !important;
  border: 1px solid #e8d5c4 !important;
  border-radius: 12px !important;
}
.profile-card .author-name {
  color: #5c3d2e !important;
  font-weight: bold !important;
}

/* === フッター === */
#footer {
  background-color: #3d2314 !important;
  color: #f5ede6 !important;
}
#footer a { color: #e8d5c4 !important; }
#footer a:hover { color: #fff !important; opacity: 1 !important; }
.footer-copy {
  background-color: #2a1a0e !important;
  color: #a08060 !important;
}

/* === トップページ アイキャッチ強調 === */
.entry-card-thumb img {
  transition: transform 0.3s ease !important;
}
.a-wrap:hover .entry-card-thumb img {
  transform: scale(1.04) !important;
}

/* === スクロールトップボタン === */
#go-to-top {
  background-color: #8B6347 !important;
  border-radius: 50% !important;
}

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

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

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