/***** PC用CSS *****/
@media screen and (min-width: 769px) {
	
    header .logo-wrapper img {
        margin-top:5px!important;
    }

}


/***** SP用CSS *****/
@media screen and (max-width: 768px) {

    header .logo-wrapper img {
        width: 10rem!important;
    }

}

}
