/* ========================================
   studio専用ヘッダースタイル
   common.cssを上書きするstudio固有の設定
   ======================================== */

/* 店舗名を1行表示・縦位置リセット */
#header h1 span.school {
    margin-top: 0;
    white-space: nowrap;
}

/* PC表示（992px以上）で縦中央揃え */
@media (min-width: 992px) {
    #header .row {
        display: flex;
        align-items: center;
        min-height: 60px;
    }
    #header h1 {
        margin: 0;
    }
}
