@charset "UTF-8";
/* CSS Information
============================================
File: static.scss
Site: Okinawa Story
SCSS: static
============================================= */
/* CSS Information
============================================
File: _f-setting.scss
Site: Okinawa Story
SCSS: foundation
Output: app.css
============================================= */
/* 共通　ページ内相殺
========================================== */
.os-p-head-cmn {
    margin-bottom: 2rem;
}

/* 詳細ページ（固定ページ）
** コンテンツ管理
** block/mainUnit
====================================== */
.p-static {
    width: 100%;
}
.p-static__section:nth-last-child(n+2) {
    margin-bottom: 3rem;
}
@media (min-width: 25.875em) {
    .p-static {
        padding: 0 1rem;
    }
}
@media (min-width: 64.0625em) {
    .p-static__section:nth-last-child(n+2) {
        margin-bottom: 5rem;
    }
}
/*# sourceMappingURL=static.css.map */