body {
    padding-top: 65px; /* ヘッダーの高さに合わせて調整 */
}

@media (max-width: 800px) {
    body {
        padding-top: 65px; /* ヘッダーの高さに合わせて調整 */
    }
}