/*
Theme Name: Inspiro Child
Template: inspiro
*/


/* ===== サイドバー完全非表示 ===== */
.single aside.nk-sidebar,
.single .nk-sidebar,
body.single aside.nk-sidebar {
    display: none !important;
    width: 0 !important;
    max-width: 0 !important;
    min-width: 0 !important;
    overflow: hidden !important;
    padding: 0 !important;
    margin: 0 !important;
    flex: 0 !important;
}

.single .nk-article-wrap {
    display: block !important;
}

.single #primary,
.single .nk-article-body {
    width: 100% !important;
    max-width: 100% !important;
    flex: 0 0 100% !important;
    padding-right: 0 !important;
}
/* ===== ここまで ===== */