@charset "utf-8";
/*
Template: jstork19
Theme Name: stork19_custom
Theme URI:http://open-cage.com/stork19/
Version: 1.3.0
Author: opencage
Author URI: https://open-cage.com/
*/
/* ▼20250326追加 */
/* PCハンバーガーメニューの非表示 */
@media only screen and (min-width: 981px) {
    .inner-header .nav_btn.menu_btn {
        display: none;
    }
}
/* ▼pcのみ表示の場合 */
/* @media only screen and (min-width: 768px) {
    #footer-bottom .footer-links .menu {
        align-items: start;
    }
    #footer-bottom .footer-links .menu-item {
        text-align: start;
    }
    #footer-bottom .footer-links .sub-menu {
        display: block;
        text-align: start;
        font-size: 78%;
        padding-left: 4px;
    }
} */
/* ▲pcのみ表示の場合 */
#footer-bottom .footer-links .menu {
    align-items: start;
}
#footer-bottom .footer-links > ul > .menu-item {
    text-align: start;
}
#footer-bottom .footer-links .sub-menu {
    /* ▼消すときは!important外す */
    display: block;
    text-align: start;
    font-size: 78%;
    padding-left: 4px;
}
@media only screen and (max-width: 767px) {
    #footer-bottom .footer-links > ul > .menu-item {
        width: 48%;
    }
}
/* ▲20250326追加 */