/*
 Theme Name:astra child
 Template:astra
*/

/*--------------------------トップページ----------------------------  */
body {
    overflow-x: hidden !important;
    overflow-y: scroll !important;
    -webkit-overflow-scrolling: touch !important;
/* 	overflow:hidden !important; */
}
/* CSSだけでWordPressのメニューのリンクを無効にする */
a {
/* 	pointer-events: none; */
}
#menu-item-304 > a,
#menu-item-307 > a,
#menu-item-305 > a,
#menu-item-306 > a,
#menu-item-390 > a{
	color: #FFF;
}
/* ヘッダーメニューのテキストカラーを変更する */
[data-section="section-header-mobile-trigger"] .ast-button-wrap .mobile-menu-toggle-icon .ast-mobile-svg {
    width: 20px;
    height: 20px;
    fill: #FFF;
}

#ast-desktop-header > div.ast-main-header-wrap.main-header-bar-wrap > div > div > div > div.site-header-primary-section-right.site-header-section.ast-flex.ast-grid-right-section > div.ast-builder-layout-element.ast-flex.site-header-focus-item.ast-header-button-1 > div{
	border-style: solid;
    border-top-width: 1px;
    border-right-width: 1px;
    border-left-width: 1px;
    border-bottom-width: 1px;
	color: #ffffff;
    border-color: #ffffff;
    background-color: rgba(255,255,255,0) !important;
}

.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link{
	color: #FFF !important;
}
@media (max-width: 921px){
	.ast-theme-transparent-header .main-header-menu .current-menu-item > .menu-link{
	color: #000 !important;
}
}