/*
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.28
/*--------------------------------------
ここから下にCSSを追加してください
--------------------------------------*/
/*--------------------------------------
  見出しh2
--------------------------------------*/
.entry-content h2 {
  border-bottom: solid 3px #cfdede; /* メインカラーを薄くした下地線 */
  position: relative;
  padding-bottom: 6px;
  font-size: 20px;
  color: #6d5353; /* 文字はあずきミルク系の深みブラウン */
}

.entry-content h2:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #7a9e9f; /* メインカラーのくすみブルー */
  bottom: -3px;
  width: 25%;
}

/*--------------------------------------
  見出しh3
--------------------------------------*/
.entry-content h3 {
    margin: 2.0em 0 .7em;
}

.entry-content h3.wp-block-heading {
    color: #6d5353; /* 文字色（あずきミルクに合う深めブラウン） */
    font-size: 18px;
    padding: 0px 30px;
    display: block;
    border-bottom: 3px dashed #b88b8b; /* ダスティピンク系に変更 */
    position: relative;
    border-left: none;
}

.entry-content h3.wp-block-heading:before,
.entry-content h3.wp-block-heading:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9px;
    width: 14px;
    height: 14px;
    background: #7a9e9f; /* くすみブルー */
    border-radius: 50%;
}

.entry-content h3.wp-block-heading:before {
    left: 0;
}

.entry-content h3.wp-block-heading:after {
    right: 0;
}

/*--------------------------------------
  見出しh4
--------------------------------------*/
.entry-content h4.wp-block-heading {
    color: #6d5353;/*文字色*/
    font-size: 16px;/*文字サイズ*/
    display: block;
    position: relative;
    padding: 8px 35px;/*文字回りの余白（上下 左右）*/
	background: #f8f5f2; /* ほんのりベージュ背景で浮かせる */
}
.entry-content h4.wp-block-heading:before {
    font-family: FontAwesome;
    font-weight: 900;/*星マークの太さ*/
    font-size: 25px;/*星マークのサイズ*/
    color: #cbb276;/*星マークの色*/
    left: 0;
    top: 0;
    content:"\f005";
    position: absolute;
}

/*--------------------------------------
  ハンバーガーメニューアイコン削除
--------------------------------------*/
#drawer__open {
    display: none;
}

/*--------------------------------------
  font awesomeのアイコン下下線削除
--------------------------------------*/
.sgb-box-menu__item i {
    display: inline-block;
    font-size: 3em;
}
.sgb-box-menu__item {
	text-decoration: none;
}

/*--------------------------------------
  font awesomeのアイコン(ハンバーガーメニュー)下線削除
--------------------------------------*/
/*--------------------------------------　HOME　--------------------------------------*/
.fa-home-alt:before, .fa-home-lg-alt:before, .fa-home:before, .fa-house:before {
	    display: inline-block;
}
/*--------------------------------------　SEARCH　--------------------------------------*/
.fa-magnifying-glass:before, .fa-search:before {
	    display: inline-block;
}
/*--------------------------------------　FOLLOW　--------------------------------------*/
.fa-heart:before {
    display: inline-block;
}
/*--------------------------------------　TOP　--------------------------------------*/
.fa-arrow-alt-circle-up:before, .fa-circle-up:before {
    display: inline-block;
}
/*--------------------------------------　MENU　--------------------------------------*/
.fa-list-dots:before, .fa-list-ul:before {
    display: inline-block;
}
/*--------------------------------------　記事下プロフィールアイコン　--------------------------------------*/
:root :where(a:where(:not(.wp-element-button))) {
    text-decoration: none !important;
}