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

/************************************
** 子テーマ用のスタイルを書く
************************************/
/*必要ならばここにコードを書く*/
/* ==========================================================================
   FUKUMACHI SHARE 専用：見出し（H1・H2・H3）のモノトーン化
   ========================================================================== */

@charset "UTF-8";
/*
Theme Name: Cocoon Child
Description: Cocoon用の子テーマ
Author: わいひら
Template: cocoon-master
Version: 1.1.3
*/

/* ==========================================================================
   FUKUMACHI SHARE 専用：見出し（H1〜H5）のモノトーン化とバグ修正
   ========================================================================== */

/* 1. 記事タイトル（H1） */
.article h1 {
    font-size: 34px !important;
    color: #1a1a1a !important;
    font-weight: 800 !important;
    letter-spacing: 0.05em;
    margin-bottom: 30px !important;
}

/* 2. メイン見出し（H2）- 装飾を消し、中央寄せなどのエディター機能を殺さない設定 */
.article h2 {
    font-size: 26px !important;
    color: #1a1a1a !important;        
    background: none !important;      
    border: none !important;          
    padding: 0 !important;            
    font-weight: 900 !important;    
	 font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Segoe UI", "Hiragino Kaku Gothic ProN", "Hiragino Sans", Arial, meiryo, sans-serif !important; /* これで絶対に細くなりません */
    letter-spacing: 0.1em;            
    margin-top: 60px !important;      
    margin-bottom: 25px !important;   
}

/* 3. 小見出し（H3）- ランチメニュー・企業名用 */
.article h3 {
    font-size: 18px !important;
    color: #1a1a1a !important;        
    background: none !important;      
    border: none !important;     
    padding: 0 !important;            
    font-weight: 700 !important;      
    margin-top: 30px !important;
    margin-bottom: 15px !important;
}

/* 4. 小見出し（H4） */
.article h4 {
    font-size: 16px !important;
    color: #1a1a1a !important;
    background: none !important;
    border: none !important;            
    padding: 0 !important;
    font-weight: 700 !important;
}

/* 5. 小見出し（H5） */
.article h5 {
    font-size: 15px !important;
    color: #333333 !important;
    background: none !important;
    border: none !important;            
    padding: 0 !important;
    font-weight: 700 !important;
}

/* 6. 便利な共通設定（リンク下線削除・動画中央） */
a {
    text-decoration: none !important;
}
.video-container {
    margin: 0px auto;
}
