/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jan 16 2026 | 06:39:35 */
/*SNSボタン非表示*/
.sns-share{
	display:none;
}

/*リンクホバー：効果*/
a:hover{
	opacity:0.8;
}

/*Flexible Tableブロック　左線削除*/
figure.wp-block-flexible-table-block-table tr {
    border-left: none;
}

/*ドロワーメニューにロゴを表示*/
.global-nav__toggle.is-open+.global-nav{
	z-index:-1;
}