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

/* スポット詳細　コンテンツ管理
============================================ */
.p-spot-detail {
    width: 100%;
}
.p-spot-detail-content.is--left {
    width: 100%;
    margin-bottom: 3rem;
}
.p-spot-detail-content.is--right {
    width: 100%;
}
@media (min-width: 48em) {
    .p-spot-detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .p-spot-detail-content.is--left {
        width: calc(100% - 25rem);
        margin-bottom: 0;
    }
    .p-spot-detail-content.is--right {
        width: 25rem;
        padding-left: 2rem;
    }
}
@media (min-width: 64.0625em) {
    .p-spot-detail-content.is--left {
        width: calc(100% - 40rem);
    }
    .p-spot-detail-content.is--right {
        width: 40rem;
        padding-left: 4rem;
    }
}

/* スポット詳細　ヘッド管理
============================================ */
.p-spot-detail-header {
    width: 100%;
    margin-bottom: 1rem;
    background: url("/res/images/common/bg_page_header.svg") top right/37% auto no-repeat;
}
.p-spot-detail-header__title {
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
}
.p-spot-detail-header__ruby {
    padding-top: 0.5rem;
}
.p-spot-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-spot-detail-header__code-item {
    color: #026ba3;
    padding-right: 1rem;
}
.p-spot-detail-header__media {
    padding-top: 2rem;
}
.p-spot-detail-header__media img {
    border-radius: 1rem;
}
@media (min-width: 48em) {
    .p-spot-detail-header__title {
        font-size: 2.6rem;
    }
}
@media (min-width: 64.0625em) {
    .p-spot-detail-header {
        margin-bottom: 2rem;
    }
}
@media (min-width: 80em) {
    .p-spot-detail-header__title {
        font-size: 3.2rem;
    }
    .p-spot-detail-header__ruby {
        padding-top: 1rem;
    }
    .p-spot-detail-header__code {
        padding-top: 2rem;
    }
    .p-spot-detail-header__media {
        padding-top: 3rem;
    }
}

/* スポット詳細　日付リスト
============================================ */
.p-spot-detail-data-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1rem;
}
.p-spot-detail-data-list__unit {
    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;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border: solid 0.1rem #ddd;
    padding: 1rem 0.5rem;
    text-align: center;
    margin-top: -0.1rem;
}
.p-spot-detail-data-list__unit-title {
    color: #026ba3;
    width: auto;
}
.p-spot-detail-data-list__unit-date {
    width: auto;
}
@media (min-width: 21.25em) {
    .p-spot-detail-data-list__unit {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        margin-top: 0;
        margin-left: -0.1rem;
    }
    .p-spot-detail-data-list__unit-title {
        width: 100%;
    }
    .p-spot-detail-data-list__unit-date {
        width: 100%;
    }
}
@media (min-width: 64.0625em) {
    .p-spot-detail-data-list {
        margin-bottom: 2rem;
    }
    .p-spot-detail-data-list__unit {
        padding: 2rem 0.5rem;
    }
    .p-spot-detail-data-list__unit-title {
        width: auto;
    }
    .p-spot-detail-data-list__unit-date {
        width: auto;
    }
}

/* スポット詳細　キーワード
============================================ */
.p-spot-detail-keyword {
    width: 100%;
}
.p-spot-detail-keyword__title {
    font-size: 1.6rem;
    font-weight: 700;
    color: #026ba3;
    margin-bottom: 1rem;
}
.p-spot-detail-keyword__list {
    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;
}
.p-spot-detail-keyword__list-unit {
    width: auto;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.p-spot-detail-keyword__list-link {
    display: block;
    text-align: center;
    padding: 0.8rem 1.5rem;
    border: solid 0.1rem #a8a8a8;
    border-radius: 0.4rem;
    background-color: #edffff;
    text-decoration: none !important;
}
@media (min-width: 37.5em) {
    .p-spot-detail-keyword {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .p-spot-detail-keyword__title {
        width: 11rem;
        padding-top: 1rem;
        margin-bottom: 0;
    }
    .p-spot-detail-keyword__list {
        width: calc(100% - 11rem);
    }
}

/* スポット詳細　サイドバー管理
============================================ */
.p-sidebar-spot {
    width: 100%;
}
.p-sidebar-spot__section {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    border-radius: 1rem;
    margin-bottom: 1rem;
}
.p-sidebar-spot__section:last-child {
    margin-bottom: 0;
}
.p-sidebar-spot__title {
    font-weight: 700;
    color: #fff;
    background-color: #026ba3;
    padding: 1rem 2rem;
    border-radius: 1rem 1rem 0 0;
    font-size: 1.6rem;
}
.p-sidebar-spot__list {
    padding: 1.5rem 2rem;
}
.p-sidebar-spot__list-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 0.5rem;
}
.p-sidebar-spot__list-unit:before {
    content: "・";
}
.p-sidebar-spot__list-link {
    font-size: 1.4rem;
}
@media (min-width: 48em) {
    .p-sidebar-spot.is--sticky {
        position: sticky;
        top: 2rem;
    }
    .p-sidebar-spot__section {
        margin-bottom: 2rem;
    }
    .p-sidebar-spot__section:last-child {
        margin-bottom: 0;
    }
}
@media (min-width: 64.0625em) {
    .p-sidebar-spot__section {
        margin-bottom: 4rem;
    }
    .p-sidebar-spot__section:last-child {
        margin-bottom: 0;
    }
}
/*# sourceMappingURL=spot.css.map */