@charset "utf-8";

/*
Theme Name: Masonry for addas
Author: アドダス
Author URI: http://addas.jp/
*/


@media (min-width: 768px) {
    .logo {
        top: 2px;
    }
    .logo a {
        background-image: url(./img/logo.png);
        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
        width: 223px;
    }
}