/*
 Theme Name:   gensen_tcd050-Child Theme
 Description:  A child theme of the gensen_tcd050
 Author:       ss
 Template:     gensen_tcd050
*/

@charset"UTF-8";
/*(1)ロゴマーク拡大*/
#header_logo img, #header_logo_fix img#header_logo img, #header_logo_fix img { 
display: flex;
max-height: 300px!important;
margin-top:10px;
	   z-index: 9;
}

/*(2)携帯グローバルメニュー上部へ*/
@media only screen and (max-width: 1024px){
#global_menu{
width:100%;
margin: 0;
top:60px;
right:0;
z-index: 99;
background: #b69e84;
max-height: calc(100vh - 60px);
overflow-y: auto;
}
}

/*(3)フッターロゴ縮小00*/	
div#footer_logo img{width:40%;}
p.logo.rich_font{width:100%;}


/*固定ページ用SEUとは（２０２４０１１９　確認中）*/
.seu-towa{
background-color:#fff;
margin:  60px;
padding	: 0 40px 0 40px;
width: 95%;
height: auto; 
	
margin-bottom:60px;
margin-top: 40px;

}

.seu-towa.wp-block-column{
margin-bottom:60px;
margin-top: 40px;	
}
.seu-towa h2.wp-block-heading{
font-size:1.7em;
	font-weight:800;
	margin:0;
	padding:0.3em 0 0.3em 0.8em;
	background-color:orange;
}
 #left_col{
    width:90%;
    float: left;
}

