/*PC*/
#header #header_logo img{
	max-width: 160px !important;
	margin-top: 15px;
}
/*PCスクロール*/
#header.on #header_logo img{
	max-width: 120px !important;
	margin-top: 2px;
}
/*タブレット*/
@media only screen and (max-width : 1023px){
	#header #header_logo img,
	#header.on #header_logo img{
		max-width: 110px !important;
		margin-top: 3px;
	}
}
/*スマホ*/
@media only screen and (max-width : 767px){
	#header #header_logo img,
	#header.on #header_logo img{
		max-width: 90px !important;
		margin-top: 2px;
	}
}