@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){
  /*必要ならばここにコードを書く*/
}
/* Contact Form 7 クールダウンのスタイルがあればここに書く */

/* 囲い線を消して背景を透明に */
.keizoku-days {
    background: none;
    border: none;
    padding: 0;
    font-size: 1.5em;  /* 少し大きめ（1.3emより少し強調） */
    font-weight: bold;
}

/* 日数部分だけ赤文字 */
.keizoku-days .day-count {
    color: #d32f2f;  /* 濃い赤 */
}
a.index-tab-contents-link {
    display: none !important;
}
.index-tab-contents .index-tab-contents-link {
    display: none !important;
}
.index-tab-contents-link,
.index-tab-contents-link a,
.index-tab-contents-link * {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    margin: 0 !important;
    padding: 0 !important;
}
/* 「▶最新記事一覧はこちら」を非表示にする */
.index-tab-contents-link {
    display: none !important;
}
.category-links {
    display: flex;
    flex-wrap: wrap;
    gap: 10px; /* ボタン同士の隙間 */
    margin: 15px 0;
}

.category-links a {
    display: inline-block;
    padding: 8px 16px;
    background-color: #f5f5f5;
    color: #333;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s ease;
    font-weight: bold;
}

.category-links a:hover {
    background-color: #e0e0e0; /* ホバー時に少し暗く */
}
.site-title {
    font-size: 3em !important;
    color: #333 !important;
    font-weight: bold;
    text-align: center;
    color: #444;
    border-bottom: 2px solid #ddd;
    padding-bottom: 5px;
}
/* サイトタイトルを強制的に大きくする */
.site-title {
    font-size: 3em !important;
    font-weight: bold !important;
    color: #333 !important;
    text-align: center !important;
}
