@charset "UTF-8";
/* CSS Information
============================================
File: media.scss
Site: 沖縄の湧き水アーカイブ
SCSS: pages
Output: media.css
============================================= */
/* CSS Information
============================================
File: _f-setting.scss
Site: 沖縄の湧き水アーカイブ
SCSS: foundation
Output: app.css
============================================= */
/* スポット詳細　ベース管理
============================================ */
.l-content {
    width: 100%;
}

/* 写真・動画詳細　コンテンツ管理
============================================ */
.p-media-detail {
    width: 100%;
}
.p-media-detail__wrap {
    margin-bottom: 3rem;
}
.p-media-detail-content.is--left {
    width: 100%;
}
.p-media-detail-content.is--right {
    width: 100%;
}
@media (min-width: 48em) {
    .p-media-detail__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        margin-bottom: 0;
    }
    .p-media-detail-content.is--left {
        width: 62%;
    }
    .p-media-detail-content.is--right {
        width: 38%;
        padding-left: 2rem;
    }
}
@media (min-width: 64.0625em) {
    .p-media-detail-content.is--left {
        width: 58.59375%;
    }
    .p-media-detail-content.is--right {
        width: 41.40625%;
        padding-left: 4rem;
    }
}

/* 写真・動画詳細　ヘッド管理
============================================ */
.p-media-detail-header {
    width: 100%;
    margin-bottom: 1rem;
    background: url("/res/images/common/bg_page_header.svg") top right/37% auto no-repeat;
}
.p-media-detail-header__title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
}
.p-media-detail-header__ruby {
    padding-top: 0.5rem;
}
.p-media-detail-header__code {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 1rem;
}
.p-media-detail-header__code-item {
    color: #026ba3;
    padding-right: 1rem;
}
.p-media-detail-header__media {
    padding-top: 2rem;
}
.p-media-detail-header__media img {
    border-radius: 1rem;
}
.p-media-detail-header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    font-size: 1.4rem;
    margin-bottom: 1rem;
}
.p-media-detail-header__nav-back {
    margin-bottom: 1rem;
}
.p-media-detail-header__nav-back:after {
    content: "|";
    margin: 0 1rem;
}
.p-media-detail-header__nav-time {
    margin-bottom: 1rem;
    padding: 0.6rem 1rem;
    background: #b2e2f1;
    border-radius: 0.4rem;
    color: #026ba3;
}
@media (min-width: 48em) {
    .p-media-detail-header__title {
        font-size: 2.6rem;
    }
}
@media (min-width: 64.0625em) {
    .p-media-detail-header {
        margin-bottom: 2rem;
    }
}
@media (min-width: 80em) {
    .p-media-detail-header__title {
        font-size: 3.2rem;
    }
    .p-media-detail-header__ruby {
        padding-top: 1rem;
    }
    .p-media-detail-header__code {
        padding-top: 2rem;
    }
    .p-media-detail-header__media {
        padding-top: 3rem;
    }
    .p-media-detail-header__nav {
        margin-bottom: 2rem;
    }
}

/* 写真・動画詳細　メインスライダー管理
============================================ */
.p-media-gallery-carousel {
    padding: 0;
}
.p-media-gallery-carousel-main {
    position: relative;
}
.p-media-gallery-carousel-main .slide-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5;
    width: 4.4rem;
    cursor: pointer;
}
.p-media-gallery-carousel-main .next-arrow {
    right: 1rem;
}
.p-media-gallery-carousel-main .prev-arrow {
    left: 1rem;
}
.p-media-gallery-carousel-main .next-arrow.slick-disabled {
    opacity: 0.25;
}
.p-media-gallery-carousel-main .prev-arrow.slick-disabled {
    opacity: 0.25;
}
.p-media-gallery-carousel-main .p-gallery-carousel__unit {
    padding: 0;
}
.p-media-gallery-carousel-main .p-gallery-carousel__unit-figure {
    margin-bottom: 1rem;
}
.p-media-gallery-carousel-main .p-gallery-carousel__unit-title {
    margin-bottom: 1rem;
}
.p-media-gallery-carousel-nav {
    position: relative;
    padding: 0 2rem;
}
.p-media-gallery-carousel-nav .slide-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    z-index: 5;
    width: 4.4rem;
    cursor: pointer;
}
.p-media-gallery-carousel-nav .next-arrow {
    right: -1.5rem;
}
.p-media-gallery-carousel-nav .prev-arrow {
    left: -1.5rem;
}
.p-media-gallery-carousel-nav .next-arrow.slick-disabled {
    opacity: 0.25;
}
.p-media-gallery-carousel-nav .prev-arrow.slick-disabled {
    opacity: 0.25;
}
.p-media-gallery-carousel-nav .p-gallery-carousel__unit {
    padding: 1rem 0.4rem 0;
}
.p-media-gallery-carousel-nav .p-gallery-carousel__unit-img {
    border-radius: 0.4rem;
}
.p-media-gallery-carousel-nav .p-gallery-carousel__unit-title {
    font-size: 1.2rem;
}
.p-media-gallery-carousel-nav .slick-current .p-gallery-carousel__unit:before {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    display: block;
    content: "";
    width: 100%;
    height: 0.4rem;
    background-color: #026ba3;
    border-radius: 0.4rem;
}
.p-media-gallery-carousel-nav .slick-current img {
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}
@media (min-width: 48em) {
    .p-media-gallery-carousel-main .p-gallery-carousel__unit-figure {
        margin-bottom: 2rem;
    }
    .p-media-gallery-carousel-main .p-gallery-carousel__unit-title {
        margin-bottom: 1rem;
    }
}
/*# sourceMappingURL=media.css.map */