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

/************************************
/* --------------------------------------------------
 * Quiet English 最終完成デザイン
 * -------------------------------------------------- */

/* 1. ヘッダーを画面の右端まで「黒い帯」でつなげる */
#header {
    background-color: #1c1c1c !important; /* 墨色 */
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* 2. ヘッダーの中身（文字）だけを中央に配置する */
.header-in {
    max-width: 800px !important; /* 記事の幅に合わせる */
    margin: 0 auto !important;
    display: flex !important;
    justify-content: center !important; /* 文字を真ん中へ */
    background-color: transparent !important;
    padding: 35px 0 !important; /* 上下の余白 */
}

/* 3. サイトタイトルの文字を白くする（これで復活します） */
.site-name a, .logo-header a {
    color: #ffffff !important;
    text-decoration: none !important;
    font-size: 26px !important; /* 文字を少し大きく */
}

/* 4. 記事エリア（メイン）を中央に固定 */
#main {
    max-width: 800px !important; /* マナブログ風の細身 */
    margin: 0 auto !important;
    float: none !important;
    background-color: #ffffff !important;
    padding: 50px 40px !important;
    border: none !important;
}

/* 全体の背景（白を際立たせる薄いグレー） */
body {
    background-color: #f6f6f6 !important;
}

/* 5. 見出し（太い左線のマナブログ風） */
.article h2 {
    border: none !important;
    background-color: #f6f6f6 !important;
    border-left: 10px solid #337ab7 !important;
    padding: 15px 20px !important;
    font-weight: bold !important;
    color: #333 !important;
    margin-bottom: 30px !important;
}

.article h2::before, .article h2::after {
    content: none !important;
    display: none !important;
}

/* 6. 不要なSNSボタン・サイドバー線を消去 */
.sns-share, .sns-follow, .copy-button {
    display: none !important;
}
/*834px以下*/
@media screen and (max-width: 834px){
  /*必要ならばここにコードを書く*/
}

/*480px以下*/
@media screen and (max-width: 480px){
  /*必要ならばここにコードを書く*/
}
