@charset "UTF-8";
/* CSS Information
============================================
File: App.min.scss
Site: 沖縄の湧き水アーカイブ
Page: Common
Output: app.min.css *圧縮ファイル app.css同期
============================================= */
/* Scss Import File
========================================== */
/* CSS Information
============================================
File: _f-normalize.scss
Site: 沖縄の湧き水アーカイブ
CSS: foundation
Output: app.css
============================================= */
/* Normalize */
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
}

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section, summary {
    display: block;
}

audio, canvas, video {
    display: inline-block;
}

audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

html {
    font-family: sans-serif;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    line-break: strict;
    -webkit-line-break: strict;
    word-break: break-strict;
    -webkit-word-break: break-strict;
}

a:focus {
    outline: thin dotted;
}

a:active, a:hover {
    outline-width: 0;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: 400;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b {
    font-weight: 700;
}

strong {
    font-weight: 400;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

a {
    text-decoration: none;
}

ol, ul {
    list-style: none;
}

code, kbd, pre, samp {
    font-family: monospace, serif;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: "“" "”" "‘" "’";
}

small {
    font-size: 80%;
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

img {
    vertical-align: middle;
    border: 0;
    max-width: 100%;
    height: auto;
}

svg:not(:root) {
    overflow: hidden;
}

figure {
    margin: 0;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}

legend {
    border: 0;
    padding: 0;
}

button, input, select, textarea {
    font-family: inherit;
    font-size: 100%;
    margin: 0;
}

button, input {
    line-height: normal;
}

button, html input[type=button], input[type=reset], input[type=submit] {
    -webkit-appearance: button;
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

input[type=checkbox], input[type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

input[type=search] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner, input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

*:focus {
    outline: none;
}

/* CSS Information
============================================
File: _f-setting.scss
Site: 沖縄の湧き水アーカイブ
SCSS: foundation
Output: app.css
============================================= */
/* CSS Information
============================================
File: _f-base.scss
Site: 沖縄の湧き水アーカイブ
SCSS: foundation
Output: app.css
============================================= */
/* Site Base
====================================== */
html {
    width: 100%;
    height: 100%;
    font-size: 62.5%;
}

body {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.4rem;
    line-height: 1.7;
    letter-spacing: 0;
    color: #121212;
    background-color: #fff;
    padding: 0;
    margin: 0;
    width: 100%;
    height: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

a {
    outline: none;
    word-wrap: break-word;
    color: #121212;
    text-decoration: underline;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    cursor: pointer;
}
a:link {
    color: #121212;
}
a:hover {
    color: #004ea0 !important;
    text-decoration: none;
}
a:visited {
    color: #121212;
}
a:active {
    color: #121212;
}
a:focus {
    color: #121212;
    outline: none;
}

input,
select,
textarea,
button {
    font-family: "Noto Sans JP", sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 1.6rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: inherit;
    border: none;
    border-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
}

button {
    background-color: transparent;
    border: none;
    cursor: pointer;
    outline: none;
    padding: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
}

select {
    cursor: pointer;
}

label {
    cursor: pointer;
}

input:focus,
select:focus,
textarea:focus {
    background-color: #fff;
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: #121212;
    font-size: 1.3rem;
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: #121212;
    font-size: 1.3rem;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: #121212;
    font-size: 1.3rem;
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: #121212;
    font-size: 1.3rem;
}

input::placeholder,
textarea::placeholder {
    color: #121212;
    font-size: 1.3rem;
}

img {
    width: 100%;
    font-size: 0;
    vertical-align: bottom;
    image-rendering: -webkit-optimize-contrast;
}

menu {
    list-style: none;
}

.c-anchor-point {
    position: relative;
    z-index: -1;
    margin-bottom: 0 !important;
}

@media (min-width: 25em) {
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        font-size: 1.4rem;
    }
    input::-moz-placeholder, textarea::-moz-placeholder {
        font-size: 1.4rem;
    }
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        font-size: 1.4rem;
    }
    input::-ms-input-placeholder, textarea::-ms-input-placeholder {
        font-size: 1.4rem;
    }
    input::placeholder,
    textarea::placeholder {
        font-size: 1.4rem;
    }
}
@media (min-width: 64.0625em) {
    body {
        font-size: 1.6rem;
    }
    input,
    select,
    textarea,
    button {
        font-size: 1.6rem;
    }
    input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
        font-size: 1.6rem;
    }
    input::-moz-placeholder, textarea::-moz-placeholder {
        font-size: 1.6rem;
    }
    input:-ms-input-placeholder, textarea:-ms-input-placeholder {
        font-size: 1.6rem;
    }
    input::-ms-input-placeholder, textarea::-ms-input-placeholder {
        font-size: 1.6rem;
    }
    input::placeholder,
    textarea::placeholder {
        font-size: 1.6rem;
    }
}
@media (hover: hover) {
    a :hover {
        opacity: 0.95;
    }
    .is-hover-move {
        position: relative;
        bottom: 0;
        -webkit-transition: all 0.2s;
        transition: all 0.2s;
    }
    .is-hover-move:hover {
        bottom: 0.3rem;
    }
}
/* CSS Information
============================================
File: _l-header.scss
Site: 沖縄の湧き水アーカイブ
SCSS: layout
Output: app.css
============================================= */
/* Header (Defult)
============================================ */
.l-header {
    padding: 0 0 0 1.5rem;
    width: 100%;
}
.l-header__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.l-header__logo {
    width: 22rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
}
.l-header__menu {
    display: none;
}
.l-header__btn {
    position: absolute;
    right: 1.5rem;
    top: 1rem;
    z-index: 2;
    width: 5rem;
}
.l-header__btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 5rem;
    height: 5rem;
    background: #026ba3;
    border-radius: 0.4rem;
}
.l-header__btn-img {
    width: 2.2rem;
    height: 2.2rem;
}
@media (min-width: 21.25em) {
    .l-header__logo {
        width: 25rem;
    }
}
@media (min-width: 22.5em) {
    .l-header__logo {
        width: 26rem;
    }
}
@media (min-width: 48em) {
    .l-header {
        padding: 0 0 0 2rem;
    }
    .l-header__btn {
        right: 2rem;
    }
}
@media (min-width: 64em) {
    .l-header {
        padding: 0 2rem;
    }
    .l-header__wrap {
        padding-top: 2rem;
        padding-bottom: 2rem;
    }
    .l-header__logo {
        padding-top: 0;
        padding-bottom: 0;
    }
    .l-header__logo-link {
        display: block;
    }
    .l-header__logo-img {
        vertical-align: middle;
    }
    .l-header__menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: calc(100% - 26rem);
        padding-top: 1rem;
    }
    .l-header__menu-unit {
        padding-left: 2rem;
    }
    .l-header__menu-link {
        padding: 1.5rem 0;
        font-size: 1.4rem;
        font-weight: 700;
        text-decoration: none;
    }
    .l-header__menu-link--spot {
        background: url("/res/images/common/icon_nav_spot.svg") center/auto 100% no-repeat;
    }
    .l-header__menu-link--map {
        background: url("/res/images/common/icon_nav_map.svg") center/auto 100% no-repeat;
    }
    .l-header__menu-link--wakimizu {
        background: url("/res/images/common/icon_nav_wakimizu.svg") center/auto 100% no-repeat;
    }
    .l-header__btn {
        display: none;
    }
}
@media (min-width: 80em) {
    .l-header {
        padding: 0 4rem;
    }
    .l-header__logo {
        width: 35rem;
    }
    .l-header__menu {
        width: calc(100% - 35rem);
    }
    .l-header__menu-link {
        font-size: 1.6rem;
    }
}
@media (min-width: 100em) {
    .l-header {
        padding: 0 5rem 0 8rem;
    }
    .l-header__wrap {
        max-width: 192rem;
        padding-top: 3rem;
        padding-bottom: 2rem;
        margin: 0 auto;
    }
    .l-header__logo {
        width: 44rem;
    }
    .l-header__menu {
        width: calc(100% - 44rem);
    }
    .l-header__menu-unit {
        padding-left: 5rem;
    }
}

/* CSS Information
============================================
File: _l-content.scss
Site: 沖縄の湧き水アーカイブ
SCSS: layout
Output: app.css
============================================= */
/* Main Content Base
============================================ */
.l-content {
    width: 100%;
    margin: 0 auto;
    padding-top: 2rem;
}
.l-content__wrap {
    width: 100%;
    max-width: 136rem;
    margin: 0 auto;
    padding: 0 1.5rem;
}
.l-content__main {
    width: 100%;
}
@media (min-width: 48em) {
    .l-content__wrap {
        padding: 0 2rem;
    }
    .l-content__wrap.is--separate {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
}
@media (min-width: 64.0625em) {
    .l-content {
        padding-top: 3rem;
    }
    .l-content__wrap {
        padding: 0 4rem;
    }
}

/* CSS Information
============================================
File: _l-footer.scss
Site: 沖縄の湧き水アーカイブ
SCSS: layout
Output: app.css
============================================= */
/* Footer
============================================ */
.l-footer {
    width: 100%;
    padding-top: 3rem;
}
.l-footer__wrap {
    width: 100%;
    max-width: 136rem;
    margin: 0 auto;
    padding: 0 1.5rem;
    text-align: center;
}
.l-footer__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 90rem;
    margin: 0 auto 2rem;
}
.l-footer__menu-unit {
    width: 100%;
    margin-bottom: 1rem;
}
.l-footer__menu-unit:last-child {
    width: 100%;
}
.l-footer__menu-link {
    position: relative;
    display: block;
    padding: 1rem;
    text-decoration: none;
    background-color: #f0f0f0;
}
.l-footer__menu-link:after {
    position: absolute;
    right: 1rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    display: block;
    content: "";
    width: 0.6rem;
    height: 0.9rem;
    background: url("/res/images/common/icon_arrow_gray.svg") center/contain no-repeat;
}
.l-footer__menu-link--spot {
    background-color: #b3e3f2;
}
.l-footer__menu-link--map {
    background-color: #82ecf4;
}
.l-footer__menu-link--wakimizu {
    background-color: #5de2c8;
}
.l-footer__logo {
    width: 100%;
    max-width: 26rem;
    margin: 0 auto 2rem;
}
.l-footer__copyright span {
    font-size: 1.4rem;
    padding: 0 0.4rem;
}
.l-footer__visual {
    width: 100%;
}
.l-footer__visual-figure {
    display: block;
    position: relative;
}
.l-footer__visual-bg {
    width: 100%;
    position: relative;
    z-index: 0;
}
.l-footer__visual-left {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 2;
    width: 50%;
    max-width: 52rem;
}
.l-footer__visual-right {
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    width: 50%;
    max-width: 52rem;
}
.l-footer__backbtn {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    z-index: 3;
    width: 3.5rem;
    cursor: pointer;
}
@media (min-width: 25em) {
    .l-footer__menu {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .l-footer__menu-unit {
        width: calc(50% - 0.5rem);
    }
    .l-footer__menu-unit:last-child {
        width: 100%;
    }
}
@media (min-width: 37.5em) {
    .l-footer__visual-left {
        width: 27.0833%;
        max-width: 52rem;
    }
    .l-footer__visual-right {
        width: 27.0833%;
        max-width: 52rem;
    }
}
@media (min-width: 48em) {
    .l-footer {
        padding-top: 4rem;
    }
    .l-footer__wrap {
        padding: 0 2rem;
    }
    .l-footer__menu {
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 3rem;
    }
    .l-footer__menu-unit {
        width: auto;
        border: none;
        padding: 1rem 2.5rem;
    }
    .l-footer__menu-unit:last-child {
        width: auto;
    }
    .l-footer__menu-link {
        display: inline;
        padding: 0;
        text-decoration: underline;
        background-color: #fff;
    }
    .l-footer__menu-link--spot {
        background-color: #fff;
    }
    .l-footer__menu-link--map {
        background-color: #fff;
    }
    .l-footer__menu-link--wakimizu {
        background-color: #fff;
    }
    .l-footer__menu-link:after {
        display: none;
    }
    .l-footer__logo {
        margin-bottom: 3rem;
    }
    .l-footer__copyright span {
        font-size: 1.4rem;
    }
}
@media (min-width: 64em) {
    .l-footer {
        padding-top: 8rem;
    }
    .l-footer__wrap {
        padding: 0 4rem;
    }
    .l-footer__menu {
        margin-bottom: 4rem;
    }
    .l-footer__logo {
        max-width: 26rem;
        margin-bottom: 4rem;
    }
    .l-footer__backbtn {
        right: 3rem;
        bottom: 3rem;
        width: 4.4rem;
    }
}
@media (min-width: 80em) {
    .l-footer__logo {
        max-width: 35rem;
    }
    .l-footer__copyright span {
        font-size: 1.6rem;
    }
}
@media (min-width: 100em) {
    .l-footer__logo {
        max-width: 44rem;
    }
}

/* CSS Information
============================================
File: _l-modal-common.scss
Site: 沖縄の湧き水アーカイブ
SCSS: layout
Output: app.css
============================================= */
/* Modal Base
============================================ */
.remodal-overlay {
    background: white;
}

.remodal-wrapper {
    padding: 0;
}

/* Modal Menu
============================================ */
.l-modal-menu {
    width: 100%;
    vertical-align: top !important;
}
.l-modal-menu__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    height: 6rem;
    padding: 1rem 1.5rem 0;
}
.l-modal-menu__logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 5rem);
    height: 100%;
}
.l-modal-menu__logo-link {
    width: 100%;
    max-width: 22rem;
    padding-top: 0.2rem;
}
.l-modal-menu__logo-img {
    vertical-align: middle;
}
.l-modal-menu__btn {
    width: 5rem;
    height: 5rem;
    background: #026ba3;
    border-radius: 0.4rem;
}
.l-modal-menu__btn-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    height: 100%;
}
.l-modal-menu__btn-img {
    width: 2.2rem;
}
.l-modal-menu__wrap {
    padding: 1.5rem;
}
.l-modal-menu__list {
    width: 100%;
    text-align: left;
}
.l-modal-menu__unit {
    margin-bottom: 1rem;
}
.l-modal-menu__link {
    position: relative;
    display: block;
    width: 100%;
    padding: 1.2rem 2rem;
    text-decoration: none;
    background: #f0f0f0;
}
.l-modal-menu__link:after {
    position: absolute;
    top: 40%;
    right: 2rem;
    -webkit-transform: rotateY(-50%);
            transform: rotateY(-50%);
    content: "";
    width: 1.2rem;
    height: 1.2rem;
    background: url("/res/images/common/icon_arrow_gray.svg") center/contain no-repeat;
}
.l-modal-menu__link--spot {
    background: #b3e3f2;
}
.l-modal-menu__link--map {
    background: #82ecf4;
}
.l-modal-menu__link--wakimizu {
    background: #5de2c8;
}
@media (min-width: 21.25em) {
    .l-modal-menu__logo-link {
        max-width: 25rem;
    }
}
@media (min-width: 21.25em) {
    .l-modal-menu__logo-link {
        max-width: 26rem;
    }
}
@media (min-width: 48em) {
    .l-modal-menu__header {
        padding: 1rem 2rem 0;
    }
    .l-modal-menu__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .l-modal-menu__unit {
        width: calc(50% - 0.5rem);
    }
    .l-modal-menu__unit:last-child {
        width: 100%;
    }
}
@media (min-width: 64em) {
    .l-modal-menu {
        display: none;
    }
}

/* CSS Information
============================================
File: _c-parts.scss
Site: 沖縄の湧き水アーカイブ
SCSS: object/component
Output: app.css
============================================= */
/*///////////////////////////////////////////////
下層ページの項目構成　共通使用
スポット詳細、写真・動画詳細など
///////////////////////////////////////////////*/
/* ボックス管理
============================================ */
.c-parts-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    margin-bottom: 1rem;
}
@media (min-width: 64.0625em) {
    .c-parts-box {
        margin-bottom: 2.5rem;
    }
}

/* 項目ユニット管理
============================================ */
.c-parts-unit {
    width: 100%;
}
.c-parts-unit__wrap {
    width: 100%;
    border-radius: 0.4rem;
}
.c-parts-unit__wrap.is--bg {
    background: #b2e2f1;
}
.c-parts-unit__inner {
    padding: 2rem 1.5rem 1.5rem;
}
.c-parts-unit__inner > *:not(:last-child) {
    margin-bottom: 2rem;
}
.c-parts-unit--clm-2 {
    margin-bottom: 0;
}
.c-parts-unit--clm-2 .c-parts-unit {
    margin-bottom: 0;
}
@media (min-width: 48em) {
    .c-parts-unit__inner {
        padding: 2rem 3rem 1.5rem;
    }
}
@media (min-width: 64.0625em) {
    .c-parts-unit--clm-2 {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        margin-bottom: 2.5rem;
    }
    .c-parts-unit--clm-2 .c-parts-unit {
        width: 46.5909%;
        margin-bottom: 0;
    }
}

/* 項目タイトル管理
============================================ */
.c-parts-title-item {
    position: relative;
    display: block;
    width: 100%;
    font-size: 1.6rem;
    font-weight: 700;
    color: #026ba3;
    padding: 1.5rem 3rem 0.8rem;
    border-bottom: solid 0.1rem #026ba3;
}
.c-parts-title-item:before {
    position: absolute;
    bottom: 1rem;
    left: 1rem;
    content: "";
    display: block;
    width: 1.4rem;
    height: 2.4rem;
    background: url("/res/images/common/icon_sizuku.svg") no-repeat center/contain;
}
.c-parts-title-item.is--bg:before {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1);
}

/* 項目テキスト管理
============================================ */
.c-parts-text {
    width: 100%;
}
.c-parts-text a {
    word-break: break-all;
}
.c-parts-text-karuta {
    font-size: 1.6rem;
    line-height: 2.2;
    font-weight: 500;
}
.c-parts-text.is--color-red {
    color: #f00;
}
@media (min-width: 64.0625em) {
    .c-parts-text-karuta {
        font-size: 1.8rem;
    }
}

/* メディア管理
============================================ */
.c-parts-media {
    display: block;
    width: 100%;
    text-align: center;
}
.c-parts-media__inner {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
    text-align: center;
    cursor: pointer;
}
.c-parts-media .is--height-limit:before {
    display: block;
    content: "";
}
.c-parts-media .is--height-limit.is--iframe:before {
    padding-top: 45rem;
}
.c-parts-media .is--figure-fit {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
}
.c-parts-media .is--object-fit-cover {
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;"; /*IE*/
}
.c-parts-media .is--object-fit-contain {
    -o-object-fit: contain;
       object-fit: contain;
    font-family: "object-fit: contain;"; /*IE*/
}
.c-parts-media__img {
    width: auto;
    max-width: 100%;
}
.c-parts-media__caption {
    font-size: 1.2rem;
    margin-top: 1rem;
}
.c-parts-media__zoom-btn {
    position: absolute;
    bottom: 1rem;
    right: 1rem;
    z-index: 5;
    display: block;
    width: 3rem;
    height: 3rem;
    background: url("/res/images/common/icon_zoom.svg") center/cover no-repeat;
}
.c-parts-media__inner:hover .c-parts-media__zoom-btn {
    display: none;
}
.c-parts-media.is--column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
}
.c-parts-media.is--column .c-parts-media__box {
    width: calc(50% - 0.5rem);
}
@media (min-width: 64.0625em) {
    .c-parts-media__caption {
        font-size: 1.4rem;
        margin-top: 2rem;
    }
}

/* ボタン管理
============================================ */
.c-parts-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.c-parts-btn.is--between {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
}
.c-parts-btn__unit {
    width: 100%;
    max-width: 34rem;
}
.c-parts-btn__unit.is--btn2 {
    width: 100%;
}
.c-parts-btn__unit.is--btn2:not(:last-child) {
    margin-bottom: 1rem;
}
.c-parts-btn__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    border: solid 0.2rem #121212;
    border-radius: 1rem;
    padding: 1.5rem;
    text-decoration: none !important;
}
.c-parts-btn__link.is--btn-light-b {
    background-color: #90d7e7;
}
.c-parts-btn__link.is--btn-light-g {
    background-color: #5de2c8;
}
.c-parts-btn__link.is--btn-orenge {
    background-color: #fcb64f;
}
.c-parts-btn__link.is--btn-light-m {
    background-color: #82ecf4;
}
.c-parts-btn__link-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.4rem;
    font-weight: 700;
}
.c-parts-btn__link-text.is--arrow-r:after {
    display: block;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background: url("/res/images/common/icon_btn_arrow.svg") center/100% auto no-repeat !important;
    margin-left: 1rem;
}
.c-parts-btn__link-text.is--arrow-l:before {
    display: block;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background: url("/res/images/common/icon_btn_arrow.svg") center/100% auto no-repeat !important;
    -webkit-transform: scale(-1, 1);
            transform: scale(-1, 1);
    margin-right: 1rem;
}
.c-parts-btn__link-text.is--external:after {
    display: block;
    content: "";
    width: 1.6rem;
    height: 1.6rem;
    background: url("/res/images/common/icon_external.svg") center/100% auto no-repeat !important;
    margin-left: 1rem;
}
.c-parts-btn__link-text.is--search:before {
    display: block;
    content: "";
    width: 2rem;
    height: 2rem;
    background: url("/res/images/common/btn_icon_search.svg") center/100% auto no-repeat !important;
    margin-right: 1rem;
}
@media (min-width: 25em) {
    .c-parts-btn__unit.is--btn2 {
        width: calc(50% - 0.5rem);
    }
    .c-parts-btn__unit.is--btn2:not(:last-child) {
        margin-bottom: 0;
    }
}
@media (min-width: 48em) {
    .c-parts-btn.is--posi-right {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
    .c-parts-btn.is--posi-left {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: start;
    }
}
@media (min-width: 64.0625em) {
    .c-parts-btn__link-text {
        font-size: 1.6rem;
    }
}
@media (hover: hover) {
    .c-parts-btn a:hover {
        color: #121212 !important;
    }
}

/*///////////////////////////////////////////////
下層ページの静的ページ構成　共通使用
///////////////////////////////////////////////*/
.c-parts-page-title {
    position: relative;
    font-size: 2.2rem;
    font-weight: 700;
    line-height: 1.4;
    margin-bottom: 3rem;
}
.c-parts-page-title.is--icon {
    padding-left: 2.5rem;
}
.c-parts-page-title.is--icon:before {
    position: absolute;
    top: 0.5rem;
    left: 0;
    content: "";
    display: block;
    width: 2rem;
    height: 2.4rem;
}
.c-parts-page-title.is--icon-wakimizu:before {
    background: url("/res/images/common/icon_nav_wakimizu.svg") center/auto 100% no-repeat;
}
.c-parts-page-title.is--icon-spot:before {
    background: url("/res/images/common/icon_nav_spot.svg") center/auto 100% no-repeat;
}
.c-parts-page-title.is--icon-map:before {
    background: url("/res/images/common/icon_nav_map.svg") center/auto 100% no-repeat;
}
@media (min-width: 48em) {
    .c-parts-page-title {
        font-size: 2.6rem;
    }
    .c-parts-page-title.is--icon:before {
        height: 3rem;
    }
}
@media (min-width: 80em) {
    .c-parts-page-title {
        font-size: 3.2rem;
        margin-bottom: 4rem;
    }
    .c-parts-page-title.is--icon:before {
        top: 0.8rem;
        height: 3.2rem;
    }
}

/* CSS Information
============================================
File: _p-breadcrumbs.scss
Site: 沖縄の湧き水アーカイブ
SCSS: project
Output: app.css
============================================= */
/* パンクず
============================================ */
.p-breadcrumbs {
    width: 100%;
    max-width: 136rem;
    margin: 0 auto 2rem;
    padding: 0 1.5rem;
}
.p-breadcrumbs__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    max-width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.p-breadcrumbs__home {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 3.5rem;
    margin-right: 0.5rem;
}
.p-breadcrumbs__home:after {
    position: relative;
    top: 0.2rem;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background: url("/res/images/common/icon_arrow_gray.svg") center/contain no-repeat;
    margin: 0 0.5rem;
}
.p-breadcrumbs__home-link {
    display: block;
    width: 100%;
    text-align: center;
}
.p-breadcrumbs__home-img {
    vertical-align: middle;
    width: 1.7rem;
}
.p-breadcrumbs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: calc(100% - 4rem);
}
.p-breadcrumbs__list-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}
.p-breadcrumbs__list-unit:after {
    position: relative;
    top: 0.2rem;
    content: "";
    width: 0.8rem;
    height: 0.8rem;
    background: url("/res/images/common/icon_arrow_gray.svg") center/contain no-repeat;
    margin: 0 0.7rem;
}
.p-breadcrumbs__list-unit:last-child:after {
    display: none;
}
.p-breadcrumbs__list-link {
    font-size: 1rem;
    text-decoration: underline;
    white-space: nowrap;
    color: #777;
}
.p-breadcrumbs__list-img {
    width: 1.5rem;
    vertical-align: middle;
}
@media (min-width: 48em) {
    .p-breadcrumbs {
        margin: 0 auto 3rem;
        padding: 0 2rem;
    }
    .p-breadcrumbs__list-link {
        font-size: 1.2rem;
    }
}
@media (min-width: 64.0625em) {
    .p-breadcrumbs {
        margin: 0 auto 4rem;
        padding: 0 4rem;
    }
    .p-breadcrumbs__list-link {
        font-size: 1.4rem;
    }
}
@media (hover: hover) {
    .p-breadcrumbs__list-link:hover {
        text-decoration: none;
    }
    .p-breadcrumbs__home-link:hover {
        -webkit-filter: brightness(0) saturate(100%) invert(23%) sepia(100%) saturate(1730%) hue-rotate(181deg) brightness(95%) contrast(98%);
                filter: brightness(0) saturate(100%) invert(23%) sepia(100%) saturate(1730%) hue-rotate(181deg) brightness(95%) contrast(98%);
    }
}

/* CSS Information
============================================
File: p-gallery.scss
Site: 沖縄の湧き水アーカイブ
SCSS: project
Output: app.css
============================================= */
/* カルーセル
========================================== */
.p-gallery-carousel {
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    padding: 2rem 1rem;
}
.p-gallery-carousel__inner {
    visibility: hidden;
}
.p-gallery-carousel__inner.initialized {
    visibility: visible;
}
.p-gallery-carousel__cont {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}
.p-gallery-carousel__unit {
    position: relative;
    width: 100%;
    height: 100%;
    padding: 1rem 0.5rem 0;
}
.p-gallery-carousel__unit-link {
    display: block;
    width: 100%;
    height: 100%;
    text-decoration: none !important;
}
.p-gallery-carousel__unit-figure {
    position: relative;
    width: 100%;
    height: auto;
    display: block;
    -webkit-box-shadow: 0px 3px 6px -6px #000000;
            box-shadow: 0px 3px 6px -6px #000000;
    border-radius: 0.6rem;
    margin-bottom: 1rem;
}
.p-gallery-carousel__unit-figure:before {
    display: block;
    content: "";
    padding-top: 66.7%;
}
.p-gallery-carousel__unit-figure.is--youtube:after {
    position: absolute;
    top: 0.5rem;
    right: 0.5rem;
    z-index: 2;
    display: block;
    content: "";
    width: 3rem;
    height: 2rem;
    background: url("/res/images/common/icon_youtube.svg") center/cover no-repeat;
}
.p-gallery-carousel__unit-img {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    font-family: "object-fit: cover;"; /*IE*/
    border-radius: 0.6rem;
}
.p-gallery-carousel__unit-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 2;
    width: 100%;
    color: #fff !important;
    border-radius: 0 0 0.6rem 0.6rem;
    font-size: 1.1rem;
    font-weight: 500;
    padding: 1rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgb(0, 0, 0)));
    background: linear-gradient(rgba(0, 0, 0, 0), rgb(0, 0, 0));
}
.p-gallery-carousel__unit-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-size: 1.3rem;
    font-weight: 700;
}
.p-gallery-carousel__arrows-inner .slick-prev {
    left: -1rem;
    width: 4.4rem;
    height: 4.4rem;
}
.p-gallery-carousel__arrows-inner .slick-prev:before {
    display: block;
    content: "" !important;
    width: 4.4rem;
    height: 4.4rem;
    background: url("/res/images/common/icon_arrow_left.svg") center/100% auto no-repeat !important;
}
.p-gallery-carousel__arrows-inner .slick-next {
    right: -1rem;
    width: 4.4rem;
    height: 4.4rem;
}
.p-gallery-carousel__arrows-inner .slick-next:before {
    display: block;
    content: "" !important;
    width: 4.4rem;
    height: 4.4rem;
    background: url("/res/images/common/icon_arrow_right.svg") center/100% auto no-repeat !important;
}
@media (min-width: 48em) {
    .p-gallery-carousel__unit {
        padding: 1rem 1rem 0;
    }
}
@media (min-width: 64.0625em) {
    .p-gallery-carousel__unit-title {
        font-size: 1.4rem;
    }
}
@media (min-width: 87.5em) {
    .p-gallery-carousel__arrows-inner .slick-prev {
        left: -1.5rem;
    }
    .p-gallery-carousel__arrows-inner .slick-next {
        right: -1.5rem;
    }
}
/*# sourceMappingURL=app.min.css.map */