/*
Theme Name:PORIPU tears for SANGO
Template:sango-theme
Theme Name:sango-theme-poripu
Theme URI:https://oldno07.com/poripu/
Author: マサオカ
Author URI:https://oldno07.com/
Description: SANGOの子テーマです。SANGO親テーマをインストールした状態で、本子テーマを適用してください。使い方は<a href="https://oldno07.com/poripu/">デモサイト</a>を御覧ください。
Version:1.25
/*--------------------------------------
ここから下にCSSを追加してください
--------------------------------------*/

/*--------------------------------------
  見出しh2
--------------------------------------*/
.entry-content h2{
   position:relative;
   display:inline-block;
}

.entry-content h2::after{
    content: "";
    position: absolute;
    width: 100vw;
    height: .3125rem;
    background: #d2232e;
    z-index: -1;
    top: calc(50% - .1875rem);
}

/*--------------------------------------
.fa5 .entry-content h2:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

見出しh3
--------------------------------------*/
.entry-content h3 {

}
.fa5 .entry-content h3:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}
/*--------------------------------------
  見出しh4
--------------------------------------*/
.entry-content h4 {

}
.fa5 .entry-content h4:before {/*fontawesome5を使う場合*/
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
}

/* ヘッダーアイキャッチに重ねている文字の装飾 */

.header-image__text .header-image__headline {
color:#ffffff;
text-shadow:
2px 1px 50px #000000,
-2px 1px 50px #000000,
2px -1px 50px #000000,
-2px -1px 50px #000000;

}

#header-image {
    min-height: auto;
    height: 0;
    width: 100%;
    padding-bottom: 33%;/* ここに画像の比率（高さ ÷ 横幅）を指定する */
}
