@charset "utf-8";

.sp-only{
	display: none;
}
.pc-only{
	display: block;
}
#head_navi-wrap .btn_top a{
    background: url(/luxurytravel/globalloungeginza/common/image/menu_all2.png) 0 0 no-repeat;
}
#head_navi-wrap .btn_about a{
    background: url(/luxurytravel/globalloungeginza/common/image/menu_all2.png) -162px 0px no-repeat;
}
#head_navi-wrap .btn_spyt a{
    background: url(/luxurytravel/globalloungeginza/common/image/menu_all2.png) -355px 0 no-repeat;
}
#head_navi-wrap .btn_faq a{
    background: url(/luxurytravel/globalloungeginza/common/image/menu_all2.png) -605px 0 no-repeat;
}

#head_navi-wrap .btn_top a:hover{
    background: url(/luxurytravel/globalloungeginza/common/image/menu_all2.png) 0 -44px no-repeat;
}
#head_navi-wrap .btn_about a:hover{
    background: url(/luxurytravel/globalloungeginza/common/image/menu_all2.png) -162px -44px no-repeat;
}
#head_navi-wrap .btn_spyt a:hover{
    background: url(/luxurytravel/globalloungeginza/common/image/menu_all2.png) -355px -44px no-repeat;
}
#head_navi-wrap .btn_faq a:hover{
    background: url(/luxurytravel/globalloungeginza/common/image/menu_all2.png) -605px -44px no-repeat;
}


@media (max-width: 767px){
	.sp-only{
		display: block;
	}
	.pc-only{
		display: none;
	}
	.navi_brand_link{
		display: flex;
		flex-wrap: wrap;
		padding: 0;
		margin-bottom: 10px;		
	}
	.navi_brand_link li{
		display: inline-block;
	}
	.navi_brand_link li a{
		padding-top: 15px;
		padding-bottom: 15px;
		font-size: 14px;
		border-width: 2px;
	}	
	.navi_brand_link li:nth-child(1),
	.navi_brand_link li:nth-child(2),
	.navi_brand_link li:nth-child(3){
		width: calc(100% / 3);
		padding-right: 0;
	}
	.navi_brand_link li:nth-child(1) a,
	.navi_brand_link li:nth-child(2) a,
	.navi_brand_link li:nth-child(3) a{
		border-top: none;
		border-bottom: none;
	}
	.navi_brand_link li:nth-child(1) a,
	.navi_brand_link li:nth-child(2) a{
		border-right: none;
	}
	.navi_brand_link li:nth-child(1) a{
		border-left: none;
	}
	.navi_brand_link li:nth-child(4),	
	.navi_brand_link li:nth-child(5){
		width: calc(100% / 2);		
		padding-right: 0;
	}
	.navi_brand_link li:nth-child(4) a,	
	.navi_brand_link li:nth-child(5) a{
		border-bottom: none;
	}
	.navi_brand_link li:nth-child(4) a{
		border-right: none;
		border-left: none;
	}
	#breadcrumb{
		border-top: 2px solid #9F2033;
	}
	#cnt_review{
		width: 90%;
	}
	#cnt_review p{
		padding: 20px;
	}
	.footer_link{
		float: none;
		height: auto;
		color: #fff;
		padding: 30px 0 20px 0;
		line-height: 2;
	}
	.footer_link ul{
		width: 70%;
		margin: 0 auto 30px;
	}
	.footer_link ul li:nth-child(1){
		font-weight: bold;
		margin-bottom: 5px;
		font-size: 18px;
	}
	.footer_link ul li a{
		color: #fff;
		text-decoration: none;
	}
	.bnr_footer {
		background-color: #fff;
	}
	#page_footer{
		margin-top: 0;
	}
	
}