@charset "UTF-8";
/*
 Theme Name: SANGO Child
 Theme URI: https://saruwakakun.design
 Author: SARUWAKA
 Author URI: https://saruwakakun.com
 Template: sango-theme
*/
/*こちらはSANGOの子テーマ用CSSです。以下にCSSを記入していきましょう。*/
	/* smartPhone */
@media screen and (max-width: 896px) {
/*ここにスマホ用スタイルを記述*/
	#header-info{margin-top:2.5rem;}
}
/*** 「次の投稿」「前の投稿」を非表示 ***/
.prnx_box.cf {
display: none;
}

/*テストアップですよ警告*/
div#attention-wrap {
    position: fixed;
    top: 50px;
    right: 0;
    z-index: 1000;
}
div#attention-inner {
    padding: 1rem;
    background-color: rgba(255,0,0,0.7);
}
div#attention-inner p {
    color: #FFF;
    font-size: 1.2rem;
    font-weight: 600;
	margin: 0;
}
div#attention-inner span {
    font-weight: 900;
}
@media screen and (max-width: 896px) {
	div#attention-wrap {
		top: 100px;
		left: 0;
		right: 0;
	}
	div#attention-inner p {
		font-size: 1rem;
		font-weight: 600;
		text-align: center;
	}
}

img{
	 image-rendering: -webkit-optimize-contrast;
}
.widget_media_image img{
	padding-top: 0px;
}
.home_top{
	padding-top: 0 !important;
}
.home_top > p{
	padding-top: 1rem;
}