/* =============================
   ロゴ共通スタイル
   ============================= */
.site-logo {
    display: block;
    width: auto;
    height: auto;
}

/* =============================
   PC ヘッダー (#navbar 内)
   ============================= */
#navbar .logo a {
    display: block;
    line-height: 0;
}

#navbar .site-logo {
    max-height: 7vh;
    min-height: 40px;
    max-width: 260px;
    object-fit: contain;
}

/* =============================
   SP ヘッダー (.header.sp 内)
   ============================= */
@media screen and (max-width: 750px) {
    .header.sp .logo a {
        display: block;
        line-height: 0;
    }

    .header.sp .site-logo {
        max-height: 36px;
        max-width: 160px;
        object-fit: contain;
    }
}

/* =============================
   フッター (.footer-logo 内)
   ============================= */
.footer-logo .site-logo {
    max-height: 60px;
    max-width: 260px;
    object-fit: contain;
    margin-bottom: 16px;
}
