/* project/house/bk-house — gallery-11 vertical rhythm */
/* ページ下の白余白・メインとフッターの間の余白をなくす */
html, body { margin-bottom: 0 !important; padding-bottom: 0 !important; min-height: auto !important; }
main.project-gallery { margin-bottom: 0 !important; }
main.project-gallery.gallery-11 { padding-top: var(--nav-content-offset) !important; }
#site-footer { margin-top: 0 !important; margin-bottom: 0 !important; }
