/*
 Theme Name:   Trix Child
 Theme URI:    https://trix.radiantthemes.com
 Description:  Trix Child Theme
 Author:       RadiantThemes.com
 Author URI:   https://radiantthemes.com/
 Template:     trix
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 Text Domain:  trix-child
*/

/* タイムライン等の右から出てくるBoxの速さ指定 */
.fadeInRight {
    -webkit-animation-name: fadeInRight;
    animation-name: fadeInRight;
    animation-duration: 1.5s !important;
}

/* メニューのお知らせをPCで非表示 */
@media (min-width: 768px)
{
	 #menu-item-11441 , .menu-item-11441{
		display: none;
	}
}

/* ハンバーガー位置調整 */
.wraper_header.style-ten .wraper_header_main .header-responsive-nav {
    margin-top: 20px;
}
.ti-menu{
	cursor: pointer;
}

/* タブレット幅のグロナビ出現 */
@media (max-width: 1199px) and (min-width: 992px){
.header_main .hidden-md {
    display: block!important;
}
.header_main .header-responsive-nav , .hidden-md {
    display: none !important;
}
.wraper_header.style-ten .wraper_header_main .nav>[class*='menu-']>ul.menu>li {
    margin-right: 24px;
}
}