@charset "UTF-8";
/* CSS Information
============================================
File: Close.scss
Site: Okinawa Story
SCSS: page close
============================================= */
/* CSS Information
============================================
File: _f-setting.scss
Site: Okinawa Story
SCSS: foundation
Output: app.css
============================================= */
/* 閉鎖中管理
========================================== */
.is--content-close {
    position: relative;
}
.is--content-close:before {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 10;
    display: block;
    content: "";
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}
.os-c-content-close-sign {
    position: absolute;
    left: 50%;
    top: 11rem;
    z-index: 11;
    transform: translateX(-50%);
    font-size: 2rem;
    font-weight: 700;
    color: #f00;
    border: solid 0.2rem #f00;
    background-color: #fff;
    padding: 1rem;
    text-align: center;
    width: 100%;
    max-width: 30rem;
}
@media (min-width: 48em) {
    .os-c-content-close-sign {
        font-size: 2.6rem;
        padding: 1.5rem;
    }
}
/*# sourceMappingURL=close.css.map */