/* THE THOR パンくず */
.breadcrumb {
  background-color: #333 !important;
  color: #d4af37 !important; /* ゴールド */
}

.breadcrumb a {
  color: #d4af37 !important;
}

.breadcrumb a:hover {
  opacity: 0.7;
}

.archive-black {
  background: #000 !important;
  box-shadow: none !important;
}

/* 各エリア */
.archive-black .dividerBottom,
.archive-black .archive,
.archive-black .archiveContents,
.archive-black .archive__item,
.archive-black .archive__contents,
.archive-black .controller {
  background: #000 !important;
}

/* 記事カード */
.archive-black .archive__item {
  border: 1px solid rgba(212,175,55,.25);
  padding: 20px;
  margin-bottom: 30px;
}

/* タイトル */
.archive-black h1,
.archive-black h2,
.archive-black h3 {
  color: #fff !important;
}

/* 本文 */
.archive-black p {
  color: #ccc !important;
}

/* リンク */
.archive-black a {
  color: #d4af37 !important;
}

/* サイドバー */
.sidebar,
.widget {
  background: #000 !important;
  color: #ccc !important;
}

/* サイドバータイトル */
.wp-block-heading{
  color: #d4af37 !important;
  padding-bottom:5% !important;
}



/* お勧めカテゴリ  */
.controller__catLabel {
  color: #ccc !important;
 
}

/* ページタイトル */
.heading-primary {
  color: #d4af37 !important;
}

.dateList{
  background: #d4af37 !important;
}

.dateList__item.icon-update::before{
  color:#000;
}

/* --- h2見出し（特徴・店内の様子・基本情報など）の下線を完全に消去 --- */
.l-main .dividerBottom h2 {
    background-color: #c5a880 !important; /* 見出しの背景 */
    color: #ffffff !important; /* 文字色は純白 */
	padding:2% !important; 

    
    /* 下線やデフォルトの装飾（疑似要素など）を完全にリセット */
    border-bottom: none !important; 
    box-shadow: none !important;
    text-shadow: none !important;
    position: relative;
}

/* THE THORなどのテーマでh2の下部に自動生成されるライン（before/after疑似要素）を非表示にする */
.l-main .dividerBottom h2::before,
.l-main .dividerBottom h2::after {
    display: none !important;
    content: none !important;
    background: none !important;
    height: 0 !important;
}

.l-main .dividerBottom h3::after {
    background-color: #c5a880 !important;
    background: #c5a880 !important;
}
.l-main .dividerBottom h3::before {
    background: none !important;
    background-color: transparent !important;
}

/* ==========================================
 * プロフィール内「投稿一覧へ」ボタンのゴールド化
 * ========================================== */

/* 通常時のボタンデザイン */
.profile .btn__link-secondary {
    background-color: #c5a880 !important; /* 背景をゴールドに */
    color: #0d0d0d !important;             /* 文字色を暗い黒にして読みやすく */
    border: 1px solid #c5a880 !important;  /* 枠線もゴールドに合わせる */
    font-weight: bold !important;
    transition: all 0.3s ease !important;  /* ホバー時の動きを滑らかにする */
}

/* カーソルを乗せたとき（ホバー時）の挙動 */
.profile .btn__link-secondary:hover {
    background-color: #e2d1b9 !important; /* 少し明るいゴールドに変化 */
    border-color: #e2d1b9 !important;
    color: #0d0d0d !important;
    text-decoration: none !important;     /* 下線を防ぐ */
    opacity: 0.9 !important;
}

.postcta-bg {
display: none !important;
	}