@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
 Version: 4.0
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/

/*--------------------------------------
アイキャッチキャプションのデザイン調整
--------------------------------------*/
.caption-spaceasam {
    position: relative;
}

.caption-spaceasam p {
    position: absolute;
    bottom: 1%;
    left: 2%;
    background: #EAEDF2; /*枠の色だよ*/
    color: #b0b0b0;       /*文字の色だよ*/
    font-size: 8px;
    font-weight: bold;
    border-radius: 20px;
    line-height: 1.3;
    letter-spacing: 1px;
    padding: 7px 13px;
    z-index: 1;
}

.caption-spaceasam img {
    width: 100%;
}

a.samune:link,
a.samune:visited,
a.samune:hover,
a.samune:active {
    color: #b0b0b0;
}

/*--------------------------------------
ロゴタイトルにシャドウをつける（例：ファビコン横のサイト名）
--------------------------------------*/
#logo a {
    text-shadow: 0 2px 6px rgba(0, 0, 0, 0.5);
}

/*（不完全だった記述を修正）予備的な text-shadow テスト用スタイル例*/
.shadow-light {
    text-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
}

/*--------------------------
見出しデザイン：h2〜h4
--------------------------*/

/* h2 見出し（太め・帯付き）*/
.entry-content h2 {
    position: relative;
    padding: 0.6em 0.8em;
    background: #F7C1D9; /* ベビーピンク */
    color: #7A2E4E;       /* 落ち着いたローズ */
    border-left: 8px solid #EF759F; /* アクセントピンク */
    font-weight: bold;
    font-size: 1.4em;
    border-radius: 4px;
}

/* h3 見出し（小見出し：囲み系）*/
.entry-content h3 {
    padding: 0.3em 0.8em;
    background: #FCEEF3; /* ピンクホワイト */
    color: #5A1D34;       /* 濃いローズ */
    border-left: 4px solid #EF759F;
    font-size: 1.2em;
    border-radius: 3px;
    margin-top: 1.2em;
    margin-bottom: 0.8em;
    font-weight: bold;
}

/* h4 見出し（下線付き）*/
.entry-content h4 {
    position: relative;
    padding: 0.4em 0;
    font-size: 1em;
    color: #D84889; /* ローズピンク */
    border-bottom: 2px solid #FADCE7; /* ヘッダー背景色 */
    font-weight: bold;
}
