/*
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.27
/*--------------------------------------
ここから下にCSSを追加してください
--------------------------------------*/
/*--------------------------------------
  見出しh2
--------------------------------------*/
.entry-content h2{

}
.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;
}


/* 平川css追加 20250901 */

/* header ナビゲーションメニュー */
header.header{
	background:linear-gradient(45deg, #007ADF,#00ECBC);
	padding:10px 0 5px;
	background:#2BA59C;
	box-shadow:none;
}
#inner-header #logo{
	height:auto;
}

@media screen and (max-width:540px){
	#inner-header #logo img {
		display: block;
		margin: 0 auto;
		width: 200px;
	}
}
@media only screen and (min-width: 1240px) {
    .wrap {
        width:90%;
    }
}
#inner-header #logo img {
	width:250px;
	height:auto;
	padding-top:12px;
}

#sgb-css-id-2 .wp-block-search .wp-block-search__input{
	background: rgba(255, 255, 255, 0.25);
    padding-left: 20px;
}