/*

1. Add your custom Css styles below
2. Place the this code in your template:

 <link href="css/custom.css" rel="stylesheet">

*/
@media (max-width:414px) {
	.header-extras li.facebook {
		/*display: none;*/
	}
}
@media (max-width:766px) {
	#logo {
		display: none
	}
}
/*
言語選択の自動表示
*/
.langSelectHover {
    opacity: 1!important;
    transform: scale(1)!important;
    -moz-transform: scale(1)!important;
    -webkit-transform: scale(1)!important;
    -ms-transform: scale(1)!important;
    visibility: visible!important;
}


.pc_only { display: block; }
.sp_only { display: none; }
@media screen and (max-width: 735px) {
    .pc_only { display: none !important; }
    .sp_only { display: block !important; }
}
