@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){
  /*必要ならばここにコードを書く*/
}
/* ===== クリニック名 深みゴールド ===== */

.site-title a,
.site-title,
#site-title {
    color: #B8962E !important;  /* 深みゴールド */
    font-weight: 400;
    letter-spacing: 0.08em;
}

/* ホバー時 少し明るく */
.site-title a:hover {
    color: #E0C36B !important;
}
/* ===== クリニック名 強化版 ===== */

/* ===== 記事下のSNSシェアボタン削除 ===== */
.sns-share,
.sns-share-buttons,
.share-buttons,
.sns-buttons {
  display: none !important;
}
/* 目次を非表示 */
.toc,
.table-of-contents,
#toc_container {
  display: none !important;
}
/* ===== 目次を全ページで完全非表示 ===== */
.toc,
.toc-container,
.table-of-contents,
#toc_container,
#toc,
.widget_toc,
.article-toc,
.cocoon-toc {
  display: none !important;
}
