/*
 Theme Name:   Muum Child
 Template:     muum_tcd085
*/

@import url("../muum_tcd085/style.css");


@media screen and (max-width: 768px) {
    #header_logo .mobile_logo_text,
    span.mobile_logo_text {
        font-size: 20px !important;
    }
}

 /* ハンバーガーメニューにぶつからないように右に余白を作る */
    #header_logo {
        padding-right: 50px;
    }
}