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

/* =============================================
   開運スタイル カスタムデザイン (Clean v3)
   ============================================= */

/* ---- カラー変数 ---- */
:root {
  --cream:      #FAF8F3;
  --cream-dark: #F0EBE3;
  --gold:       #C4974A;
  --gold-light: #DDB96A;
  --gold-pale:  #F5ECD7;
  --brown-dark: #3A2E25;
  --brown-mid:  #6B5A46;
  --brown-light:#9C8672;
  --border:     #EDE6DA;
  --white:      #FFFFFF;
}

/* ---- ベース ---- */
body { background-color: var(--cream) !important; color: var(--brown-dark); }
a { color: var(--gold); }
a:hover { color: var(--gold-light); text-decoration: none; }

/* =============================================
   ヘッダー（hlt-top-menu）
   #header-container-in が flex → #header(logo) + #navi(nav)
   ============================================= */

#header-container {
  background: var(--white) !important;
  box-shadow: 0 2px 8px rgba(196,151,74,0.07);
}

/* タグライン帯 */
.tagline {
  display: block;
  width: 100%;
  text-align: center;
  background: var(--cream);
  border-bottom: 1px solid var(--border);
  padding: 5px 0;
  font-size: 0.71em;
  color: var(--brown-light);
  font-family: sans-serif;
  letter-spacing: 0.05em;
}

/* hlt-top-menu: Cocoonのflex構造をそのまま使う */
.header-container-in.hlt-top-menu {
  padding: 0 32px !important;
  min-height: 64px !important;
}

/* ロゴ */
.header-container-in.hlt-top-menu .logo-header img {
  max-height: 52px;
  width: auto;
}
.header-container-in.hlt-top-menu .site-name-text {
  font-family: "ヒラギノ明朝 Pro","游明朝",serif;
  font-size: 1.2em;
  color: var(--brown-dark);
  font-weight: 700;
  letter-spacing: 0.05em;
}

/* ナビ */
.header-container-in.hlt-top-menu .menu-top {
  display: flex;
  flex-wrap: nowrap;
  justify-content: flex-end;
  list-style: none;
  margin: 0;
  padding: 0;
}
.header-container-in.hlt-top-menu .menu-top > li > a {
  display: block;
  font-size: 0.82em;
  padding: 8px 11px;
  white-space: nowrap;
  color: var(--brown-mid);
  font-family: sans-serif;
  font-weight: 500;
}
.header-container-in.hlt-top-menu .menu-top > li > a:hover {
  color: var(--gold);
}
.header-container-in.hlt-top-menu .current-menu-item > a {
  color: var(--gold);
  border-bottom: 2px solid var(--gold);
}

/* =============================================
   フロントページ専用レイアウト
   ============================================= */

/* Cocoonのコンテナをリセット */
.front-top-page #content,
.front-top-page #content-in {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
}
.front-top-page #main,
.front-top-page .main {
  width: 100% !important;
  max-width: 100% !important;
  background: transparent !important;
  box-shadow: none !important;
  border: none !important;
  padding: 0 !important;
  margin: 0 !important;
  border-radius: 0 !important;
}
.front-top-page .sidebar,
.front-top-page #sidebar { display: none !important; }

/* ---- ヒーロー（フル幅） ---- */
.fp-hero-wrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: var(--cream);
}
.fp-hero {
  background-size: cover;
  background-position: center right;
  background-repeat: no-repeat;
  min-height: 250px;
  display: flex;
  align-items: center;
  padding: 56px 5%;
}
.fp-hero__title {
  font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",serif;
  font-size: 1.9em;
  color: var(--brown-dark);
  line-height: 1.55;
  margin: 0 0 12px;
  font-weight: 700;
}
.fp-hero__title span {
  font-size: 0.76em;
  color: var(--brown-mid);
  display: block;
  margin-top: 6px;
}
.fp-hero__desc {
  font-size: 0.87em;
  color: var(--brown-mid);
  line-height: 1.9;
  margin: 0;
  font-family: sans-serif;
}

/* ---- カテゴリグリッド（フル幅） ---- */
.fp-cats-wrap {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: var(--white);
  border-top: 1px solid var(--border);
  border-bottom: 1px solid var(--border);
  padding: 28px 0;
}
.fp-cats__inner {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 12px;
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 20px;
}
.fp-cat-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  text-decoration: none;
  border: 1px solid var(--border);
  border-radius: 10px;
  padding: 20px 12px 14px;
  flex: 1;
  max-width: 110px;
  background: #FDFAF6;
  transition: all 0.2s;
  color: inherit;
}
.fp-cat-item:hover {
  border-color: var(--gold);
  background: var(--gold-pale);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(196,151,74,0.18);
  text-decoration: none;
}
.fp-cat-item__icon { width: 60px; height: 60px; display: flex; align-items: center; justify-content: center; }
.fp-cat-item__icon img { width: 56px; height: 56px; object-fit: contain; display: block; }
.fp-cat-item__name { font-size: 0.88em; font-weight: 700; color: var(--brown-dark); font-family: sans-serif; }
.fp-cat-item__link { font-size: 0.72em; color: var(--gold); font-family: sans-serif; }

/* ---- メインボディ ---- */
.fp-body-wrap {
  display: grid;
  grid-template-columns: 1fr 300px;
  gap: 32px;
  max-width: 1060px;
  margin: 0 auto;
  padding: 40px 20px 60px;
}
.fp-main-col { min-width: 0; }

/* ---- セクション ---- */
.fp-section { margin-bottom: 40px; }
.fp-section__head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 2px solid var(--gold);
  padding-bottom: 8px;
  margin-bottom: 20px;
}
.fp-section__title {
  font-family: "ヒラギノ明朝 Pro","游明朝",serif;
  font-size: 1.05em;
  color: var(--brown-dark);
  margin: 0;
}
.fp-section__more { font-size: 0.82em; color: var(--gold); text-decoration: none; font-family: sans-serif; }

/* ---- 記事グリッド ---- */
.fp-grid4 { display: grid; grid-template-columns: repeat(4,1fr); gap: 16px; }
.fp-card { text-decoration: none; color: inherit; display: flex; flex-direction: column; }
.fp-card:hover { text-decoration: none; }
.fp-card:hover .fp-card__title { color: var(--gold); }
.fp-card__thumb {
  position: relative;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4/3;
  background: var(--cream-dark);
  margin-bottom: 8px;
}
.fp-card__thumb img { width: 100%; height: 100%; object-fit: cover; }
.fp-card__no-img { width: 100%; height: 100%; background: linear-gradient(135deg,var(--gold-pale),var(--cream-dark)); }
.fp-card__cat {
  position: absolute; top: 8px; left: 8px;
  background: var(--gold); color: #fff;
  font-size: 0.68em; padding: 2px 8px; border-radius: 3px; font-family: sans-serif;
}
.fp-card__title { font-size: 0.83em; color: var(--brown-dark); line-height: 1.5; font-family: sans-serif; margin-bottom: 4px; transition: color 0.2s; }
.fp-card__date { font-size: 0.74em; color: var(--brown-light); font-family: sans-serif; }
.fp-empty { color: var(--brown-light); font-size: 0.9em; font-family: sans-serif; padding: 20px 0; }

/* ---- バナー ---- */
.fp-banner { border-radius: 12px; overflow: hidden; background-size: cover; background-position: center; background-color: var(--gold-pale); margin-bottom: 40px; }
.fp-banner__inner { padding: 28px 36px; }
.fp-banner__tag { display: inline-block; background: var(--gold); color: #fff; font-size: 0.72em; padding: 2px 10px; border-radius: 3px; font-family: sans-serif; margin-bottom: 8px; }
.fp-banner__copy { font-family: "ヒラギノ明朝 Pro","游明朝",serif; font-size: 1.05em; color: var(--brown-dark); margin: 0 0 4px; }
.fp-banner__sub { font-size: 0.82em; color: var(--brown-mid); font-family: sans-serif; margin: 0; }

/* ---- サイドバー ---- */
.fp-side-col { min-width: 0; }
.fp-widget { background: var(--white); border: 1px solid var(--border); border-radius: 10px; padding: 20px; margin-bottom: 24px; }
.fp-widget__ttl { font-family: "ヒラギノ明朝 Pro","游明朝",serif; font-size: 0.93em; color: var(--brown-dark); border-bottom: 2px solid var(--gold); padding-bottom: 8px; margin-bottom: 14px; font-weight: 700; }
.fp-widget__sub { font-size: 0.78em; color: var(--brown-light); font-family: sans-serif; margin: -6px 0 10px; }
.fp-empty-sm { font-size: 0.83em; color: var(--brown-light); font-family: sans-serif; }
.fp-rank { display: flex; align-items: flex-start; gap: 10px; padding: 10px 0; border-bottom: 1px solid var(--cream-dark); text-decoration: none; color: inherit; }
.fp-rank:last-child { border-bottom: none; }
.fp-rank:hover .fp-rank__ttl { color: var(--gold); }
.fp-rank__n { min-width: 22px; height: 22px; background: var(--gold); color: #fff; font-size: 0.76em; border-radius: 4px; display: flex; align-items: center; justify-content: center; font-family: sans-serif; font-weight: 700; flex-shrink: 0; }
.fp-rank__img { width: 56px; height: 42px; border-radius: 4px; overflow: hidden; flex-shrink: 0; }
.fp-rank__img img { width: 100%; height: 100%; object-fit: cover; }
.fp-rank__ttl { font-size: 0.81em; color: var(--brown-dark); line-height: 1.5; font-family: sans-serif; transition: color 0.2s; }
.fp-tags { display: flex; flex-wrap: wrap; gap: 6px; }
.fp-tags a { font-size: 0.76em !important; background: var(--gold-pale); color: var(--brown-mid) !important; border: 1px solid var(--border); border-radius: 20px; padding: 3px 12px; text-decoration: none; font-family: sans-serif; }
.fp-tags a:hover { background: var(--gold) !important; color: #fff !important; border-color: var(--gold); }

/* ---- フッター ---- */
#footer, .footer-container { background: var(--brown-dark) !important; color: rgba(255,255,255,0.7); }
#footer a, .footer-container a { color: var(--gold-light); }
.footer-copy { color: rgba(255,255,255,0.45); font-size: 0.8em; }

/* =============================================
   記事ページ共通
   ============================================= */
.entry-title { font-family: "ヒラギノ明朝 Pro","游明朝",serif; color: var(--brown-dark); }
.entry-content h2 { border-left: 4px solid var(--gold); border-bottom: 1px solid var(--border); padding: 10px 16px; background: var(--gold-pale); border-radius: 0 4px 4px 0; }
.entry-content h3 { border-left: 3px solid var(--gold-light); padding-left: 12px; color: var(--brown-dark); }
.cat-label, .cat-link { background: var(--gold) !important; color: #fff !important; border-radius: 3px; font-size: 0.72em; padding: 2px 8px; font-family: sans-serif; }

/* =============================================
   レスポンシブ
   ============================================= */
@media screen and (max-width: 1023px) {
  .fp-body-wrap { grid-template-columns: 1fr; }
  .fp-side-col { display: none; }
  .fp-hero-wrap, .fp-cats-wrap { width: 100%; margin-left: 0; }
}
@media screen and (max-width: 834px) {
  .fp-hero { padding: 40px 5%; min-height: 200px; }
  .fp-hero__title { font-size: 1.45em; }
  .fp-grid4 { grid-template-columns: repeat(2,1fr); }
  .fp-cats__inner { flex-wrap: wrap; }
  .fp-cat-item { max-width: 22%; }
}
@media screen and (max-width: 480px) {
  .fp-hero__title { font-size: 1.2em; }
  .fp-cat-item { max-width: 44%; }
  .header-container-in.hlt-top-menu { padding: 0 16px !important; }
}

@import url(front-page.css);

/* =============================================
   カスタムヘッダー（ks-header）
   ============================================= */

/* Cocoonのデフォルトヘッダー要素を完全非表示 */
#header-container, #header, #navi { display: none !important; }

/* ---- タグライン帯 ---- */
.ks-header-tagline {
  width: 100%;
  text-align: center;
  background: #FAF8F3;
  border-bottom: 1px solid #EDE6DA;
  padding: 5px 0;
  font-size: 0.71em;
  color: #9C8672;
  font-family: sans-serif;
  letter-spacing: 0.05em;
}

/* ---- メインヘッダー行 ---- */
.ks-header-main {
  display: flex;
  align-items: center;
  padding: 0 32px;
  min-height: 66px;
  background: #fff;
  border-bottom: 1px solid #EDE6DA;
  box-shadow: 0 2px 8px rgba(196,151,74,0.06);
}

/* ---- ロゴ ---- */
.ks-header-logo {
  flex-shrink: 0;
  margin-right: auto;
}
.ks-header-logo a {
  display: block;
  text-decoration: none;
}
.ks-header-logo img {
  height: 52px;
  width: auto;
  display: block;
  vertical-align: middle;
}

/* ---- ナビ ---- */
.ks-header-nav { display: flex; align-items: center; }

.ks-nav-list {
  display: flex;
  flex-wrap: nowrap;
  list-style: none;
  margin: 0;
  padding: 0;
  gap: 0;
}

.ks-nav-list > li > a {
  display: block;
  font-size: 0.84em;
  padding: 8px 13px;
  white-space: nowrap;
  color: #5A4A3A;
  font-family: sans-serif;
  font-weight: 500;
  text-decoration: none;
  transition: color 0.2s;
}

.ks-nav-list > li > a:hover {
  color: #C4974A;
  text-decoration: none;
}

.ks-nav-list > li.current-menu-item > a,
.ks-nav-list > li.current-cat > a {
  color: #C4974A;
  border-bottom: 2px solid #C4974A;
}

/* ---- レスポンシブ ---- */
@media screen and (max-width: 834px) {
  .ks-header-main { padding: 0 16px; min-height: 56px; }
  .ks-header-logo img { height: 40px; }
  .ks-nav-list > li > a { font-size: 0.75em; padding: 8px 8px; }
}

@media screen and (max-width: 600px) {
  .ks-nav-list { display: none; }
}
﻿
/* 今日の運勢ボタン */
.fp-zodiac-img {
  width: 100%;
  border-radius: 8px;
  margin-top: 8px;
  display: block;
}
.fp-fortune-btn {
  display: block;
  width: 100%;
  margin-top: 14px;
  padding: 12px 0;
  background: #C4974A;
  color: #fff !important;
  text-align: center;
  border-radius: 6px;
  font-size: 0.88em;
  font-family: sans-serif;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-decoration: none;
  transition: background 0.2s;
}
.fp-fortune-btn:hover {
  background: #A37A38 !important;
  text-decoration: none;
}﻿.fp-widget--fortune { padding: 0 !important; overflow: hidden; border-radius: 10px; } .fp-widget--fortune .fp-zodiac-img { width: 100%; display: block; border-radius: 0; margin: 0; } .fp-widget--fortune .fp-fortune-btn { border-radius: 0 0 10px 10px; margin-top: 0; }
/* =============================================
   記事ページ デザインテンプレート
   参考：kaiun-media.jp スタイル
   ============================================= */

/* --- H2：番号付き・ゴールド左ボーダー --- */
.entry-content h2 {
  counter-increment: h2-counter;
  display: flex;
  align-items: center;
  gap: 12px;
  font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",serif;
  font-size: 1.35em;
  color: #3A2E25;
  border-left: 4px solid #C4974A;
  padding: 10px 16px;
  margin: 48px 0 20px;
  background: transparent;
  border-bottom: none;
  border-radius: 0;
}

.entry-content h2::before {
  content: counter(h2-counter, decimal-leading-zero) " |";
  color: #C4974A;
  font-size: 0.9em;
  font-family: Georgia, serif;
  font-weight: 700;
  white-space: nowrap;
  flex-shrink: 0;
}

/* H2カウンターリセット */
.entry-content {
  counter-reset: h2-counter;
}

/* --- H3 --- */
.entry-content h3 {
  font-family: "ヒラギノ明朝 Pro","游明朝",serif;
  font-size: 1.1em;
  color: #3A2E25;
  border-left: 3px solid #C4974A;
  border-bottom: 1px solid #EDE6DA;
  padding: 8px 14px;
  margin: 32px 0 14px;
  background: #FDFAF6;
}

/* --- 引用ブロック --- */
.entry-content blockquote {
  position: relative;
  margin: 24px 0;
  padding: 20px 24px 20px 56px;
  background: #FDFAF6;
  border: 1px solid #EDE6DA;
  border-left: 4px solid #C4974A;
  border-radius: 4px;
  font-style: normal;
  color: #3A2E25;
}

.entry-content blockquote::before {
  content: "\201C\201C";
  position: absolute;
  top: 12px;
  left: 16px;
  font-size: 2.5em;
  color: #C4974A;
  line-height: 1;
  font-family: Georgia, serif;
  font-weight: 700;
}

.entry-content blockquote p {
  margin: 0;
  line-height: 1.8;
  font-size: 0.95em;
}

/* --- アドバイスボックス（.advice-box クラス） --- */
.advice-box {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  background: #FDF8EE;
  border: 1px solid #E8D5A8;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 24px 0;
}

.advice-box::before {
  content: "☀";
  font-size: 1.4em;
  flex-shrink: 0;
  margin-top: 2px;
  color: #C4974A;
}

.advice-box-title {
  font-weight: 700;
  color: #C4974A;
  font-size: 0.9em;
  font-family: sans-serif;
  display: block;
  margin-bottom: 4px;
}

.advice-box p {
  margin: 0;
  font-size: 0.9em;
  color: #5A4A3A;
  line-height: 1.7;
}

/* --- ポイントボックス（.point-box クラス） --- */
.point-box {
  background: #fff;
  border: 2px solid #C4974A;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 24px 0;
}

.point-box-title {
  font-weight: 700;
  color: #C4974A;
  font-size: 0.88em;
  font-family: sans-serif;
  margin-bottom: 10px;
  display: block;
}

/* --- テーブル --- */
.entry-content table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 0.9em;
  font-family: sans-serif;
}

.entry-content table th {
  background: #C4974A;
  color: #fff;
  padding: 10px 14px;
  text-align: left;
  font-weight: 600;
}

.entry-content table td {
  padding: 10px 14px;
  border-bottom: 1px solid #EDE6DA;
  color: #3A2E25;
  line-height: 1.6;
}

.entry-content table tr:nth-child(even) td {
  background: #FDFAF6;
}

/* --- 目次（Cocoon標準TOC） --- */
.toc {
  background: #FDFAF6 !important;
  border: 1px solid #C4974A !important;
  border-radius: 8px !important;
  padding: 20px 24px !important;
  margin: 32px 0 !important;
}

.toc-title {
  color: #3A2E25 !important;
  font-family: "ヒラギノ明朝 Pro","游明朝",serif !important;
  font-size: 0.95em !important;
  font-weight: 700 !important;
  text-align: center !important;
  margin-bottom: 12px !important;
}

.toc-content a {
  color: #6B5A46 !important;
  text-decoration: none !important;
  font-size: 0.88em !important;
  font-family: sans-serif !important;
}

.toc-content a:hover {
  color: #C4974A !important;
}

/* --- カテゴリラベル（記事タイトル上） --- */
.cat-label-link,
.post-cat-label {
  background: transparent !important;
  color: #C4974A !important;
  border: 1px solid #C4974A !important;
  border-radius: 3px !important;
  font-size: 0.78em !important;
  font-family: sans-serif !important;
  padding: 2px 10px !important;
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
}

/* --- 記事タイトル --- */
.entry-title {
  font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",serif !important;
  font-size: 1.7em !important;
  line-height: 1.55 !important;
  color: #3A2E25 !important;
  font-weight: 700 !important;
  margin: 12px 0 16px !important;
}

/* --- 記事メタ情報（日付・読了時間・タグ） --- */
.post-date,
.date-tags,
.update-date {
  font-size: 0.8em !important;
  color: #9C8672 !important;
  font-family: sans-serif !important;
}

/* --- アイキャッチ画像 --- */
.eye-catch img,
.entry-thumb img {
  border-radius: 8px;
  width: 100%;
  height: auto;
}

/* --- 記事本文の段落 --- */
.entry-content p {
  line-height: 1.9;
  color: #3A2E25;
  font-size: 0.97em;
  margin-bottom: 1em;
}

/* --- リスト --- */
.entry-content ul li,
.entry-content ol li {
  line-height: 1.8;
  margin-bottom: 6px;
  color: #3A2E25;
  font-size: 0.95em;
}

.entry-content ul li::marker {
  color: #C4974A;
}

/* --- MAMORIのCTAボックス --- */
.mamori-cta {
  background: linear-gradient(135deg, #FDF8EE 0%, #FAF4E6 100%);
  border: 1px solid #C4974A;
  border-radius: 10px;
  padding: 28px 32px;
  margin: 48px 0 32px;
  text-align: center;
}

.mamori-cta p {
  margin-bottom: 10px;
}

.mamori-cta strong {
  font-family: "ヒラギノ明朝 Pro","游明朝",serif;
  font-size: 1.1em;
  color: #3A2E25;
}

.mamori-cta a {
  display: inline-block;
  background: #C4974A;
  color: #fff !important;
  padding: 14px 36px;
  border-radius: 6px;
  font-size: 0.95em;
  font-family: sans-serif;
  font-weight: 700;
  text-decoration: none !important;
  margin-top: 8px;
  letter-spacing: 0.05em;
  transition: background 0.2s;
}

.mamori-cta a:hover {
  background: #A37A38 !important;
}

/* =============================================
   レスポンシブ
   ============================================= */
@media screen and (max-width: 834px) {
  .entry-content h2 {
    font-size: 1.15em;
    padding: 8px 12px;
  }

  .entry-content h3 {
    font-size: 1em;
  }

  .mamori-cta {
    padding: 20px 16px;
  }

  .advice-box {
    padding: 14px 16px;
  }
}

/* =============================================
   見出しデザイン 完全修正版
   参考：kaiun-media.jp テンプレート
   ============================================= */

/* H2カウンターリセット */
.entry-content {
  counter-reset: h2-counter;
}

/* H2：番号 + ゴールド縦線 + タイトル */
.entry-content h2 {
  counter-increment: h2-counter;
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",serif !important;
  font-size: 1.25em !important;
  color: #3A2E25 !important;
  background: transparent !important;
  border: none !important;
  border-left: none !important;
  border-bottom: 1px solid #EDE6DA !important;
  padding: 0 0 14px 0 !important;
  margin: 48px 0 16px !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
  line-height: 1.5 !important;
}

/* 番号部分 "01 |" */
.entry-content h2::before {
  content: counter(h2-counter, decimal-leading-zero) " \007C";
  color: #C4974A !important;
  font-size: 1em !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 700 !important;
  white-space: nowrap !important;
  flex-shrink: 0 !important;
  margin-right: 14px !important;
  letter-spacing: 0.05em !important;
}

/* H3：シンプルなゴールド左ボーダーのみ */
.entry-content h3 {
  font-family: "ヒラギノ明朝 Pro","Hiragino Mincho Pro","游明朝",serif !important;
  font-size: 1.05em !important;
  color: #3A2E25 !important;
  border-left: 3px solid #C4974A !important;
  border-bottom: none !important;
  border-top: none !important;
  border-right: none !important;
  padding: 4px 0 4px 14px !important;
  margin: 28px 0 12px !important;
  background: transparent !important;
  border-radius: 0 !important;
  font-weight: 700 !important;
  line-height: 1.6 !important;
}

/* 記事上部のSNSボタンを非表示 */
.entry-top .share-buttons,
.entry-top .sns-buttons,
.entry-top .a2a_kit,
.share-top,
.sns-share-top,
.single-top-share {
  display: none !important;
}

/* Cocoonのシェアボタン上部を非表示 */
.entry-header .share-wrap,
.entry-header .sns-share,
.is-mobile .share-top {
  display: none !important;
}

/* 記事ヘッダー上のシェアボタンエリア非表示 */
.share-top { display: none !important; }
.share-wrap.share-top { display: none !important; }
﻿
/* 記事ページ: 不要な要素を非表示 */
.sns-follow-buttons,
.sns-follow-wrap,
.author-info-box,
.author-box,
.related-entry-cards-wrap { display: none !important; }

/* シェアボタンをシンプルに */
.share-wrap { margin: 32px 0 !important; }

/* サイドバーウィジェットタイトルをゴールドスタイルに */
.sidebar .widget-title,
.sidebar .widgettitle {
  font-family: "ヒラギノ明朝 Pro","游明朝",serif !important;
  font-size: 0.95em !important;
  color: #3A2E25 !important;
  border-bottom: 2px solid #C4974A !important;
  padding-bottom: 8px !important;
  margin-bottom: 16px !important;
  font-weight: 700 !important;
}

/* タグクラウド */
.sidebar .tagcloud a {
  font-size: 0.76em !important;
  background: #F5ECD7 !important;
  color: #6B5A46 !important;
  border: 1px solid #EDE6DA !important;
  border-radius: 20px !important;
  padding: 3px 12px !important;
  display: inline-block !important;
  margin: 3px !important;
  text-decoration: none !important;
  transition: all 0.2s !important;
}

.sidebar .tagcloud a:hover {
  background: #C4974A !important;
  color: #fff !important;
  border-color: #C4974A !important;
}﻿
/* 記事ページ: 不要要素を完全非表示 */
/* SNSシェアボタン */
.share-wrap,
.sns-share,
.share-buttons,
.a2a_kit { display: none !important; }

/* SNSフォローボタン */
.sns-follow,
.sns-follow-wrap,
.follow-buttons,
.sns-follow-buttons,
[class*="follow"] { display: none !important; }

/* 関連記事 */
.related-entry-cards-wrap,
.related-entries,
.related-wrap { display: none !important; }

/* 著者情報ボックス */
.author-info-box,
.author-box,
.author-widget-wrap { display: none !important; }

/* デフォルトサイドバーウィジェット非表示 */
#block-2, #block-3, #block-4, #block-5, #block-6 { display: none !important; }

/* サイドバーの最近のコメント・アーカイブ */
.widget_recent_comments,
.widget_archive,
.widget_categories,
.widget_recent_entries { display: none !important; }
/* =============================================
   サイドバーウィジェット表示の復元＆スタイル
   ============================================= */

/* 誤って非表示にしていたウィジェットを戻す */
.widget_categories,
.widget_recent_entries,
.widget_recent_posts,
.widget_tag_cloud {
  display: block !important;
}

/* サイドバー全体のスタイル */
#sidebar,
.sidebar {
  display: block !important;
}

/* ウィジェット共通スタイル */
.sidebar .widget {
  background: #fff !important;
  border: 1px solid #EDE6DA !important;
  border-radius: 10px !important;
  padding: 20px !important;
  margin-bottom: 24px !important;
}

/* ウィジェットタイトル */
.sidebar .widget-title,
.sidebar .widgettitle,
.sidebar h2.widget-title,
.sidebar h3.widget-title {
  font-family: "ヒラギノ明朝 Pro","游明朝",serif !important;
  font-size: 0.95em !important;
  color: #3A2E25 !important;
  border-bottom: 2px solid #C4974A !important;
  padding-bottom: 8px !important;
  margin-bottom: 16px !important;
  font-weight: 700 !important;
  background: none !important;
}

/* 新着記事リスト */
.sidebar .widget_recent_entries ul,
.sidebar .widget_recent_posts ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sidebar .widget_recent_entries ul li,
.sidebar .widget_recent_posts ul li {
  padding: 8px 0 !important;
  border-bottom: 1px solid #F2EDE4 !important;
  font-size: 0.85em !important;
  line-height: 1.5 !important;
}

.sidebar .widget_recent_entries ul li:last-child,
.sidebar .widget_recent_posts ul li:last-child {
  border-bottom: none !important;
}

.sidebar .widget_recent_entries a,
.sidebar .widget_recent_posts a {
  color: #3A2E25 !important;
  text-decoration: none !important;
}

.sidebar .widget_recent_entries a:hover,
.sidebar .widget_recent_posts a:hover {
  color: #C4974A !important;
}

/* カテゴリーリスト */
.sidebar .widget_categories ul {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

.sidebar .widget_categories ul li {
  padding: 6px 0 !important;
  border-bottom: 1px solid #F2EDE4 !important;
  font-size: 0.85em !important;
}

.sidebar .widget_categories ul li:last-child {
  border-bottom: none !important;
}

.sidebar .widget_categories a {
  color: #6B5A46 !important;
  text-decoration: none !important;
}

.sidebar .widget_categories a:hover {
  color: #C4974A !important;
}

/* タグクラウド */
.sidebar .widget_tag_cloud .tagcloud {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
}

.sidebar .widget_tag_cloud .tagcloud a {
  font-size: 0.76em !important;
  background: #F5ECD7 !important;
  color: #6B5A46 !important;
  border: 1px solid #EDE6DA !important;
  border-radius: 20px !important;
  padding: 3px 12px !important;
  text-decoration: none !important;
  transition: all 0.2s !important;
}

.sidebar .widget_tag_cloud .tagcloud a:hover {
  background: #C4974A !important;
  color: #fff !important;
  border-color: #C4974A !important;
}

/* =============================================
   advice-box / point-box レイアウト修正
   タイトルを折り返さず、縦積み構造に
   ============================================= */

/* アドバイスボックス */
.advice-box {
  display: block !important;
  background: #FDF8EE !important;
  border: 1px solid #E8D5A8 !important;
  border-radius: 8px !important;
  padding: 16px 20px !important;
  margin: 24px 0 !important;
}

/* アイコンをtitle::beforeに移動（box::beforeは非表示） */
.advice-box::before {
  display: none !important;
}

.advice-box-title {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-weight: 700 !important;
  color: #C4974A !important;
  font-size: 0.88em !important;
  font-family: sans-serif !important;
  margin-bottom: 8px !important;
  white-space: nowrap !important;
}

.advice-box-title::before {
  content: "☀" !important;
  font-size: 1.1em !important;
  color: #C4974A !important;
  flex-shrink: 0 !important;
}

.advice-box p {
  margin: 0 !important;
  font-size: 0.9em !important;
  color: #5A4A3A !important;
  line-height: 1.75 !important;
}

/* ポイントボックス */
.point-box {
  display: block !important;
  background: #fff !important;
  border: 2px solid #C4974A !important;
  border-radius: 8px !important;
  padding: 16px 20px !important;
  margin: 24px 0 !important;
}

.point-box-title {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
  font-weight: 700 !important;
  color: #C4974A !important;
  font-size: 0.88em !important;
  font-family: sans-serif !important;
  margin-bottom: 8px !important;
  white-space: nowrap !important;
}

.point-box-title::before {
  content: "✦" !important;
  font-size: 0.9em !important;
  color: #C4974A !important;
  flex-shrink: 0 !important;
}

.point-box p {
  margin: 0 !important;
  font-size: 0.9em !important;
  color: #3A2E25 !important;
  line-height: 1.75 !important;
}

/* ===== ヘッダー検索フォーム ===== */
.ks-header-search { margin-left: 16px; flex-shrink: 0; }
.ks-header-search .search-form { display: flex; align-items: center; }
.ks-header-search .search-field {
  border: 1px solid #EDE6DA;
  border-radius: 20px 0 0 20px;
  padding: 5px 12px;
  font-size: 0.78em;
  color: #5A4A3A;
  background: #FAF8F3;
  outline: none;
  width: 130px;
  font-family: sans-serif;
}
.ks-header-search .search-submit {
  border: 1px solid #EDE6DA;
  border-left: none;
  border-radius: 0 20px 20px 0;
  background: #FAF8F3;
  padding: 5px 10px;
  cursor: pointer;
  color: #C4974A;
  font-size: 0.82em;
}
.ks-header-search .search-submit:hover { background: #C4974A; color: #fff; border-color: #C4974A; }

/* ヘッダーをページ最上部に固定 */
.ks-header-tagline,
.ks-header-main {
  position: sticky;
  top: 0;
  z-index: 9999;
}
.ks-header-tagline { top: 0; z-index: 10000; }
.ks-header-main { top: 28px; z-index: 9999; }

/* モバイル：検索非表示 */
@media screen and (max-width: 834px) {
  .ks-header-search { display: none; }
}

/* ===== ヘッダー〜ヒーロー間の隙間を除去 ===== */
/* Cocoonのコンテナ・コンテント余白をリセット */
#container,
#content,
#content-in,
.content-in,
#main,
.wrap {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* フロントページのbody余白もリセット */
.home.page #content,
.home.page #content-in,
.front-page #content,
.front-page #content-in {
  padding-top: 0 !important;
  margin-top: 0 !important;
}

/* fp-hero-wrapが直接コンテナ先頭に来るようにする */
.fp-hero-wrap {
  margin-top: 0 !important;
}

/* ===== カテゴリアイコン：PNG白背景を透過 ===== */
.fp-cat-item__icon img {
  mix-blend-mode: multiply;
}

/* ===== フッターロゴの白ボックス除去 ===== */
.footer-bottom-logo .site-name-text,
.footer-bottom-logo .logo,
.footer-bottom-logo .logo-footer {
  background: transparent !important;
  border: none !important;
  box-shadow: none !important;
  padding: 0 !important;
}
.footer-site-logo-image {
  filter: brightness(0) invert(1);
  opacity: 0.85;
}

/* ===== 下部の空白エリア調整 ===== */
/* fp-body-wrap を align-items: start にして空白セル防止 */
.fp-body-wrap {
  align-items: start !important;
}

/* ===== カテゴリ別おすすめ記事 ===== */
.fp-pickup-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
.fp-pickup-item {
  display: flex;
  gap: 12px;
  text-decoration: none;
  color: inherit;
  border: 1px solid var(--border);
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.2s;
  background: var(--white);
}
.fp-pickup-item:hover {
  border-color: var(--gold);
  box-shadow: 0 4px 14px rgba(196,151,74,0.15);
  text-decoration: none;
}
.fp-pickup-thumb {
  width: 100px;
  flex-shrink: 0;
  position: relative;
  background: var(--gold-pale);
}
.fp-pickup-thumb img { width: 100%; height: 100%; object-fit: cover; display: block; }
.fp-pickup-cat {
  position: absolute;
  bottom: 6px; left: 6px;
  background: var(--gold);
  color: #fff;
  font-size: 0.68em;
  padding: 2px 8px;
  border-radius: 3px;
  font-family: sans-serif;
}
.fp-pickup-body {
  padding: 12px 14px 12px 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-width: 0;
}
.fp-pickup-title {
  font-size: 0.82em;
  color: var(--brown-dark);
  line-height: 1.5;
  font-family: sans-serif;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.fp-pickup-more {
  font-size: 0.74em;
  color: var(--gold);
  font-family: sans-serif;
  margin-top: 6px;
}

/* ===== おすすめ記事グリッド（4×2） ===== */
.fp-rec-grid {
  grid-template-columns: repeat(4, 1fr);
}
@media screen and (max-width: 834px) {
  .fp-rec-grid { grid-template-columns: repeat(2, 1fr); }
}

/* ===== カスタムフッター ===== */
/* Cocoonデフォルトフッターを非表示にして独自フッターに置き換え */
#footer { display: none !important; }

.ks-footer {
  background: #2E2218;
  color: #C8B89A;
  padding: 48px 0 0;
  font-family: sans-serif;
}
.ks-footer__inner {
  max-width: 1060px;
  margin: 0 auto;
  padding: 0 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 40px;
  align-items: start;
}
.ks-footer__brand {}
.ks-footer__logo img {
  height: 44px;
  width: auto;
  filter: brightness(0) invert(1);
  opacity: 0.85;
  margin-bottom: 12px;
  display: block;
}
.ks-footer__tagline {
  font-size: 0.82em;
  color: #A89880;
  line-height: 1.7;
  margin: 0;
}
.ks-footer__links {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 10px;
}
.ks-footer__links a {
  color: #C8B89A;
  text-decoration: none;
  font-size: 0.82em;
  transition: color 0.2s;
}
.ks-footer__links a:hover { color: #E8C97A; text-decoration: none; }

.ks-footer__bottom {
  margin-top: 40px;
  border-top: 1px solid rgba(255,255,255,0.08);
  padding: 18px 32px;
  text-align: center;
  font-size: 0.75em;
  color: #7A6A5A;
  max-width: 1060px;
  margin-left: auto;
  margin-right: auto;
}
.ks-footer__copy {
  max-width: 1060px;
  margin: 0 auto;
  padding: 18px 32px;
  text-align: center;
  font-size: 0.75em;
  color: #7A6A5A;
  border-top: 1px solid rgba(255,255,255,0.08);
}

@media screen and (max-width: 768px) {
  .ks-footer__inner { grid-template-columns: 1fr; gap: 24px; }
  .ks-footer__links { align-items: flex-start; }
}

/* ===== お問い合わせフォーム ===== */
.wpcf7-form p { margin-bottom: 16px; }
.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form select,
.wpcf7-form textarea {
  width: 100%;
  padding: 10px 14px;
  border: 1px solid #EDE6DA;
  border-radius: 6px;
  background: #FDFAF6;
  color: #5A4A3A;
  font-size: 0.93em;
  font-family: sans-serif;
  margin-top: 6px;
  box-sizing: border-box;
  transition: border-color 0.2s;
}
.wpcf7-form input:focus,
.wpcf7-form select:focus,
.wpcf7-form textarea:focus {
  outline: none;
  border-color: #C4974A;
}
.wpcf7-form textarea { min-height: 160px; resize: vertical; }
.wpcf7-form input[type="submit"] {
  background: #C4974A;
  color: #fff;
  border: none;
  padding: 12px 48px;
  border-radius: 6px;
  font-size: 0.95em;
  font-family: sans-serif;
  cursor: pointer;
  transition: background 0.2s;
  letter-spacing: 0.05em;
}
.wpcf7-form input[type="submit"]:hover { background: #A07A38; }
.contact-notes {
  margin-top: 24px;
  padding: 16px 20px;
  background: #FAF8F3;
  border-left: 3px solid #C4974A;
  border-radius: 0 6px 6px 0;
  font-size: 0.85em;
  color: #7A6A5A;
  line-height: 1.8;
  font-family: sans-serif;
}
.contact-notes p { margin: 0; }

/* ===== フッターテキストロゴ ===== */
.ks-footer__logo-link {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  margin-bottom: 12px;
}
.ks-footer__logo-icon {
  color: #C4974A;
  font-size: 1.3em;
  line-height: 1;
}
.ks-footer__logo-text {
  font-family: "ヒラギノ明朝 Pro","游明朝",serif;
  font-size: 1.15em;
  font-weight: 700;
  color: #E8D8C0;
  letter-spacing: 0.08em;
}
/* 旧imgフィルタ設定をリセット */
.ks-footer__logo img { display: none; }

/* ===== MAMORIバナー リンク化 ===== */
.fp-banner--link {
  cursor: pointer;
  transition: opacity 0.2s, transform 0.2s;
}
.fp-banner--link:hover {
  opacity: 0.92;
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(196,151,74,0.2);
}

/* ===== 今日の運勢ウィジェット：画像を枠いっぱいに =====  */
.fp-widget--fortune {
  padding: 0 !important;
  overflow: hidden !important;
  border-radius: 10px !important;
}
.fp-widget--fortune .fp-zodiac-img {
  width: 100% !important;
  height: auto !important;
  display: block !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  max-width: 100% !important;
}
.fp-widget--fortune .fp-fortune-btn {
  border-radius: 0 0 10px 10px !important;
  margin-top: 0 !important;
}

/* ===== 著者ボックス スタイル ===== */
.author-box {
  background: #FAF8F3;
  border: 1px solid #EDE6DA;
  border-radius: 10px;
  padding: 24px;
  margin: 40px 0;
  display: flex;
  gap: 20px;
  align-items: flex-start;
}
.author-box .author-thumb img {
  border-radius: 50%;
  width: 80px;
  height: 80px;
  object-fit: cover;
  border: 2px solid #C4974A;
}
.author-box .author-name {
  font-family: "ヒラギノ明朝 Pro","游明朝",serif;
  font-size: 1em;
  color: #5A4A3A;
  font-weight: 700;
  margin-bottom: 6px;
}
.author-box .author-description {
  font-size: 0.85em;
  color: #7A6A5A;
  line-height: 1.8;
  font-family: sans-serif;
}
