
/*左メニュー高さ表示*/
@media screen and (max-height: 680px) {
    .l-navGlobal__element a {
        height: 30px;
        font-size: 14px;
        line-height: 1.0;
    }
	
	
.l-header__item_qa {
        margin-bottom: 0;
    }	

.l-header__item a,
.l-header__item_outline a,
.l-header__item_map a {
    height: 30px;
	font-size: 12px;
}
	
.l-header__item a p{
    height: 36px;
	font-size: 12px;
}

	
.l-header__item_request a,
.l-header__item_reserve a{
	padding: 5px 0;
	font-size: 16px!important;
}
	
	
.l-header__item_telpc p.tel {
    font-size: 18px;
}	
	
}
