/*
 Theme Name:   astra-child
 Description:  astra-childTheme
 Template:     astra
*/



/*--　Hタグデザイン
------------------------------------*/

/*--　お問い合わせ　レイアウト
------------------------------------*/
span.wpcf7-list-item {
display: block !important;
}



/*--　お知らせ　個ページ
------------------------------------*/
#post-2 h1.entry-title { 
	display: none !important;
}

#post-2 {
    padding: 16px;
	background-color: #FFFFFF;

}
#post-2 h2.wp-show-posts-entry-title{
	color: #b50202 !important;
}


/*--　reCaptcha 非表示 設定
------------------------------------*/

.grecaptcha-badge { visibility: hidden; }




/*--　表示・非表示 設定
------------------------------------*/
.toggle { display: none !important; }
.sm { display: none !important;}
.pc { display: block !important; }

@media screen and (max-width: 697px) {
.sm { display: block !important; }
.pc { display: none !important; }
}


@media screen and (max-width: 2024px) {
#fixed-bottom-menu { display: none !important; }
}
@media screen and (max-width: 697px) {
#fixed-bottom-menu { display: block !important; }
}

