@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){
  /*必要ならばここにコードを書く*/
}
/* Cocoon標準の単独PR表示は消す */
.pr-label-s {
    display: none !important;
}

/* 記事タイトルの前にPRを表示 */
.entry-title::before {
    content: "PR";
    color: #999;
    font-size: 24px;
    font-weight: 400;
    margin-right: 16px;
    vertical-align: middle;
}
/* PCの記事タイトル */
@media screen and (min-width: 769px) {
    .entry-title {
        font-size: 36px;
    }
}
/* PR表記 */
.pr-label {
    border: 1px solid #d8d8d8 !important;
    color: #777 !important;
    font-size: 20px !important;
    font-weight: 400 !important;
}
/* ヘッダー上下をページ背景と一体化 */
#header-container {
    background-color: #f2f2f2 !important;
    box-shadow: none !important;
    border: none !important;
}

#navi,
#navi .navi-in {
    background-color: #f2f2f2 !important;
    box-shadow: none !important;
    border: none !important;
}
/* ヘッダーのサブタイトルを大きく */
.tagline {
    font-size: 1.5em !important;
}
/* ヘッダーのメインタイトル */
.header .site-name-text {
    color: #fff !important;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.55),
        0 0 8px rgba(0, 0, 0, 0.35) !important;
}

/* ヘッダーのサブコピー */
.header .tagline {
    color: #fff !important;
    text-shadow:
        0 2px 4px rgba(0, 0, 0, 0.55),
        0 0 8px rgba(0, 0, 0, 0.35) !important;
}
/* 個別記事ではヘッダーカバーだけ非表示 */
.single #header {
    display: none !important;
}
/* 目次内の記事タイトル */
.luto-toc-article-title {
    margin: 18px 0 16px;
    padding-bottom: 14px;
    border-bottom: 1px solid #d8d8d8;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.6;
}
/* ヘッダーナビではカテゴリー説明を表示しない */
#navi .item-description {
    display: none !important;
}
