/*
Theme Name: Tamai
Theme URI: 
Author: Miyazono
Author URI: 
Description:玉井商会用テーマ
Template:sydney
Version: 2.53
*/

/* 透明ヘッダー　スクロール時背景色変更 */
body.sticky-header-active .shfb-main_header_row{
	background-color: #fff !important;
	transition:background-color 1s;
}
@media(max-width:1024px) {
	.shfb-main_header_row{
		background-color: #fff !important;
	}
}

/* トグルメニュー色変更 */
.shfb-component-mobile_hamburger .menu-toggle svg{
	fill: #20314b;
}
/* オフキャンバス背景色変更 */
.shfb.shfb-mobile_offcanvas {
	background-color: #FFF;
}
/* オフキャンバス文字色変更 */
.shfb.shfb-mobile_offcanvas #mainnav a.sydney-dropdown-link{
	color: #20314b !important;
}
/* オフキャンバス線色変更 */
.shfb.sydney-offcanvas-menu .sydney-dropdown ul li {
	border-bottom: 1px solid rgba(0, 0, 0, 0.14) !important;
}
.shfb.sydney-offcanvas-menu #mainnav ul ul li:last-child {
	border-bottom: 0 !important;
}
/* オフキャンバスドロップダウンアイコン */
.shfb.shfb-mobile_offcanvas #mainnav a.sydney-dropdown-link + .dropdown-symbol svg {
	fill: #2a3749 !important;
}
/* オフキャンバス閉じるアイコン有効 */
.shfb.shfb-mobile_offcanvas .mobile-menu-close{
	z-index: 99999;
}
/* オフキャンバス閉じるアイコン色変更 */
.shfb.shfb-mobile_offcanvas .mobile-menu-close svg {
	fill: #20314b;
}
.shfb.shfb-mobile_offcanvas .mobile-menu-close:hover svg {
	fill: #2a3749;
}