/*旅行お役立ち情報の共通スタイルの設定*/

@charset 'utf-8';

.useful_info {
    margin-top: calc(var(--header_height) + 20px);
}

.blog_filter {
    display: flex;
    justify-content: center;
}