@charset "UTF-8";
/* CSS Information
============================================
File: index.scss
Site: 沖縄の湧き水アーカイブ
SCSS: pages
Output: index.css
============================================= */
/* CSS Information
============================================
File: _f-setting.scss
Site: 沖縄の湧き水アーカイブ
SCSS: foundation
Output: app.css
============================================= */
/* TOPページ　メインビジュアル管理
============================================ */
.p-index-visual {
    width: 100%;
    background: url("/res/images/index/bg_index_suimen_sp.png") center/cover no-repeat;
    padding: 0 0 1.5rem;
}
.p-index-visual__unit.is--left {
    margin-bottom: 2rem;
    background: url("/res/images/index/bg_index_illust_1.png") bottom 0 left 0/25% auto no-repeat, url("/res/images/index/bg_index_illust_2.png") bottom 0 right 0/30% auto no-repeat;
}
.p-index-visual__unit.is--right {
    padding: 0 1rem;
}
.p-index-visual__figure {
    display: block;
    width: 100%;
    max-width: 38rem;
    margin: 0 auto;
}
.p-index-visual__entrance {
    width: 100%;
    max-width: 50rem;
    margin: 0 auto;
    -webkit-box-shadow: 0px 0px 13px -7px #000;
            box-shadow: 0px 0px 13px -7px #000;
    border-radius: 2rem;
    padding: 2rem;
    background-color: #fff;
}
.p-index-visual__entrance-title {
    display: block;
    width: 100%;
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 2rem;
}
.p-index-visual__entrance-lead {
    font-weight: 700;
    margin-bottom: 2rem;
}
@media (min-width: 48em) {
    .p-index-visual {
        background: url("/res/images/index/bg_index_suimen_dt.png") center/cover no-repeat;
        padding: 2.5rem 0;
    }
    .p-index-visual__wrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        width: 100%;
        max-width: 192rem;
        margin: 0 auto;
    }
    .p-index-visual__unit.is--left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        width: 40%;
        padding: 0 1rem;
        background: none;
    }
    .p-index-visual__unit.is--right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        background: url("/res/images/index/bg_index_illust_1.png") bottom 10% left 0/32.29166% auto no-repeat, url("/res/images/index/bg_index_illust_2.png") bottom 0 right 0/46.354166% auto no-repeat;
        width: 60%;
        padding: 0 5%;
    }
    .p-index-visual__figure {
        max-width: 78rem;
    }
    .p-index-visual__entrance {
        width: 100%;
        max-width: 58rem;
        padding: 6% 4%;
        margin: 0;
    }
    .p-index-visual__entrance-title {
        max-width: 30rem;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 1.5rem;
    }
    .p-index-visual__entrance-lead {
        margin-bottom: 1.5rem;
    }
}
@media (min-width: 60.625em) {
    .p-index-visual__entrance-title {
        max-width: 40rem;
    }
}
@media (min-width: 80em) {
    .p-index-visual__unit.is--left {
        width: 50%;
        padding: 0 3rem;
    }
    .p-index-visual__unit.is--right {
        background: url("/res/images/index/bg_index_illust_1.png") bottom 10% left 0/32.29166% auto no-repeat, url("/res/images/index/bg_index_illust_2.png") bottom 15% right 0/46.354166% auto no-repeat;
        width: 50%;
    }
    .p-index-visual__entrance-title {
        max-width: 46.4rem;
        margin-bottom: 3rem;
    }
    .p-index-visual__entrance-lead {
        margin-bottom: 3rem;
    }
}
@media (min-width: 100em) {
    .p-index-visual__unit.is--right {
        background: url("/res/images/index/bg_index_illust_1.png") bottom 10% left 0/32.29166% auto no-repeat, url("/res/images/index/bg_index_illust_2.png") bottom 22% right 0/46.354166% auto no-repeat;
    }
    .p-index-visual__entrance {
        padding: 6% 5%;
    }
}
@media (min-width: 125em) {
    .p-index-visual {
        background: url("/res/images/index/bg_index_suimen_max.png") center/auto 100% repeat-x;
    }
}

/* TOPページ　セクション管理
============================================ */
.p-index__section {
    padding: 3rem 0;
}
.p-index--bg-awa {
    background: url("/res/images/index/bg_awa.svg") center/contain no-repeat;
}
@media (min-width: 48em) {
    .p-index__section {
        padding: 6rem 0;
    }
    .p-index--bg-awa {
        background-position: bottom center;
    }
}
@media (min-width: 80em) {
    .p-index--bg-awa {
        background-size: 40.625% auto;
    }
}

/* TOPページ　テキスト管理
============================================ */
.p-index-title {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.4;
    padding-left: 2.5rem;
    margin-bottom: 2rem;
}
.p-index-title:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    display: block;
    width: 2rem;
    height: 3.6rem;
    background: url("/res/images/index/icon_title.svg") no-repeat center/contain;
}
@media (min-width: 25.875em) {
    .p-index-title {
        font-size: 2.2rem;
    }
}
@media (min-width: 48em) {
    .p-index-title {
        font-size: 2.4rem;
    }
}
@media (min-width: 64.0625em) {
    .p-index-title {
        font-size: 2.6rem;
        margin-bottom: 3rem;
    }
}

.p-index-text {
    padding: 0 1.5rem;
    line-height: 1.8;
    margin-bottom: 2rem;
}
@media (min-width: 48em) {
    .p-index-text {
        padding: 0 2.5rem;
    }
}
@media (min-width: 64.0625em) {
    .p-index-text {
        margin-bottom: 3rem;
    }
}

/* TOPページ　画像＋テキスト　セット管理
============================================ */
.p-index-setbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.p-index-setbox__gallery {
    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;
    width: 100%;
}
.p-index-setbox__gallery-unit {
    width: 49.21875%;
}
.p-index-setbox__gallery-figure {
    position: relative;
    display: block;
    width: 100%;
    height: auto;
}
.p-index-setbox__gallery-figure:before {
    display: block;
    content: "";
}
.p-index-setbox__gallery-figure.is--vertical:before {
    padding-top: 136.51%;
}
.p-index-setbox__gallery-figure.is--horizontal:before {
    padding-top: 66.67%;
}
.p-index-setbox__gallery-figure:nth-last-child(n+2) {
    margin-bottom: 3%;
}
.p-index-setbox__gallery-img {
    display: block;
    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.4rem;
    -webkit-box-shadow: 0px 3px 6px -6px #000000;
            box-shadow: 0px 3px 6px -6px #000000;
}
.p-index-setbox__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin-bottom: 2rem;
}
.p-index-setbox--btn {
    margin-top: auto;
    padding: 0 1.5rem;
}
.p-index-setbox__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
@media (min-width: 48em) {
    .p-index-setbox {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .p-index-setbox__gallery {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        width: 50%;
    }
    .p-index-setbox__inner {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        width: 50%;
        padding: 0 2rem;
        margin-bottom: 0;
    }
    .p-index-setbox--btn {
        padding: 0 2.5rem;
    }
    .p-index-setbox__title {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
}
@media (min-width: 64.0625em) {
    .p-index-setbox__gallery-img {
        border-radius: 1rem;
    }
    .p-index-setbox__inner {
        padding: 0 4rem;
    }
}
@media (max-width: 80em) {
    .p-index-setbox {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
    }
}

/* TOPページ　写真・動画カルーセル管理
============================================ */
.p-index-gallery__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-index-gallery--carousel {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 2rem;
}
@media (min-width: 48em) {
    .p-index-gallery--carousel {
        margin-bottom: 3rem;
    }
}
@media (min-width: 64.0625em) {
    .p-index-gallery--carousel {
        margin-bottom: 4rem;
    }
}

/* TOPページ　お知らせ管理
============================================ */
.p-index-news__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-index-news__inner {
    width: 100%;
    max-width: 40rem;
    margin: 0 auto 3rem;
    padding: 0 1.5rem;
}
.p-index-news__unit {
    display: block;
    width: 100%;
}
.p-index-news__unit:not(:last-child) {
    margin-bottom: 1.5rem;
}
.p-index-news__unit-updete {
    font-size: 1.2rem;
    color: #333;
}
.p-index-news__unit-title {
    font-size: 1.4rem;
    font-weight: 700;
}
@media (min-width: 48em) {
    .p-index-news__inner {
        max-width: 60rem;
    }
    .p-index-news__unit {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .p-index-news__unit:not(:last-child) {
        margin-bottom: 2.5rem;
    }
    .p-index-news__unit-updete {
        padding-top: 0.2rem;
    }
    .p-index-news__unit-title {
        padding-left: 1.5rem;
    }
}
@media (min-width: 64.0625em) {
    .p-index-news__inner {
        margin-bottom: 5rem;
    }
    .p-index-news__unit-updete {
        font-size: 1.4rem;
    }
    .p-index-news__unit-title {
        font-size: 1.6rem;
        padding-left: 3rem;
    }
}
/*# sourceMappingURL=index.css.map */