@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を記入していきましょう。*/

/*--------------------------------------
 固定ページのぱんくずリストを非表示
--------------------------------------*/


.breadcrumb {
    display: none;
}

/*--------------------------------------
 サイトタイトル非表示
--------------------------------------*/

.header-logo {
display: none !important;
}

/*--------------------------------------
 記事タイトルの装飾
--------------------------------------*/

.entry-title {
	background: #ee7e94;
	color: #fff;
}

/*--------------------------------------
 Hタグ
--------------------------------------*/

.entry-content h2  {
    padding: 0.5em;
    border-left: solid 7px #ee7e94;
    background: repeating-linear-gradient( -45deg, #fbd4ff, #fbd4ff 3px, #fef4ff 3px, #fef4ff 7px );
    text-shadow: 0 0 5px white;
}


.entry-content h3  {
    padding: 0.5em;
    background-color: #ffd1fb;
	    font-size: 1.1em;
	border-left: none;
}

/* カテゴリー、タグ非表示 */

.footer-meta {
    display: none;
}