@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
============================================= */
/* リセット管理
============================================ */
.l-content__main {
    padding: 1.5rem;
}
.l-content__main-wrap {
    border: none;
    background-color: transparent;
    padding: 0;
}

/* TOPページ管理
============================================ */
.p-index__wrap {
    width: 100%;
}
.p-index__block {
    width: 100%;
}
.p-index__block.is-column {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.p-index__section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 1rem 0;
    width: 100%;
}
.p-index__section.is-about {
    width: 100%;
}
.p-index__section.is-latest {
    width: 100%;
}
.p-index__inner {
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border: solid 0.1rem #ddd;
    padding: 1.5rem;
    background-color: #fff;
}
.p-index__title {
    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;
    font-size: 2rem;
    font-weight: 900;
    line-height: 1.2;
    margin-bottom: 2rem;
}
.p-index__title:before {
    content: "";
    width: 1.1rem;
    height: 1.7rem;
    background: url("/res/image/common/icon_pin.svg") center/100% auto no-repeat;
    margin-right: 1rem;
    padding-top: 1rem;
}
.p-index__title.is-center {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-index__btn {
    width: auto;
}
.p-index__btn-link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: auto;
    background-color: #fff;
    border: solid 0.1rem #ddd;
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
}
.p-index__btn-link:after {
    content: "";
    width: 0.8rem;
    height: 1rem;
    background: url("/res/image/common/icon_arrow_r_gray.svg") center/100% auto no-repeat;
    margin-left: 1rem;
}
@media (min-width: 48em) {
    .p-index__title {
        font-size: 2.2rem;
    }
}
@media (min-width: 80em) {
    .p-index__section {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        padding: 1.5rem;
    }
    .p-index__section.is-about {
        width: 64%;
    }
    .p-index__section.is-latest {
        width: 36%;
    }
    .p-index__title {
        font-size: 2.6rem;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }
    .p-index__inner {
        padding: 3rem;
    }
}
@media (hover: hover) {
    .p-index__btn-link:hover {
        background-color: #376a33;
        color: #fff;
        border-color: #376a33;
    }
}

/* 読み物　カルーセル管理
============================================ */
.p-index-gallery-carousel-reading .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-index-gallery-carousel-reading .slick-slide {
    height: auto !important;
    border: solid 0.1rem #ededed;
}
.p-index-gallery-carousel-reading .p-gallery-carousel__unit-figure {
    background-color: #f7f7f7;
}
.p-index-gallery-carousel-reading .p-gallery-carousel__unit-title {
    padding: 1.5rem;
    font-size: 1.4rem;
}
.p-index-gallery-carousel-reading .p-gallery-carousel__unit-title-date {
    display: block;
    font-size: 1.2rem;
    font-weight: 400;
    color: #333 !important;
}
@media (min-width: 64em) {
    .p-index-gallery-carousel-reading .p-gallery-carousel__unit-title {
        font-size: 1.6rem;
    }
    .p-index-gallery-carousel-reading .p-gallery-carousel__unit-title-date {
        font-size: 1.4rem;
    }
}
@media (hover: hover) {
    .p-index-gallery-carousel-reading .p-gallery-carousel__unit-link:hover .p-gallery-carousel__unit-title {
        color: #376a33;
    }
}

/* 読み物管理
============================================ */
.p-index-reading__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
}
@media (min-width: 64em) {
    .p-index-reading__more {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}

/* 最新資料　カルーセル管理
============================================ */
.p-index-gallery-carousel-latest .p-gallery-carousel__unit-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 98%;
    background-color: #fff;
    border: solid 0.1rem #ddd;
    border-radius: 0.5rem;
    padding: 1rem 1.5rem;
}
.p-index-gallery-carousel-latest .p-gallery-carousel__unit-title:after {
    content: "";
    width: 0.8rem;
    height: 1rem;
    background: url("/res/image/common/icon_arrow_r_gray.svg") center/100% auto no-repeat;
    margin-left: 1rem;
}
.p-index-gallery-carousel-latest .p-gallery-carousel__unit-title-inner {
    width: 100%;
    font-size: 1.4rem;
    font-weight: 500;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.p-index-gallery-carousel-latest .p-gallery-carousel__arrows-inner .slick-prev {
    top: calc(50% - 3rem);
}
.p-index-gallery-carousel-latest .p-gallery-carousel__arrows-inner .slick-next {
    top: calc(50% - 3rem);
}
@media (min-width: 64em) {
    .p-index-gallery-carousel-latest .p-gallery-carousel__unit-title-inner {
        font-size: 1.6rem;
    }
}
@media (hover: hover) {
    .p-index-gallery-carousel-latest .p-gallery-carousel__unit-link:hover .p-gallery-carousel__unit-title {
        background-color: #376a33;
        color: #fff;
        border-color: #376a33;
    }
}

/* お知らせ管理
============================================ */
.p-index-news__list {
    width: 100%;
}
.p-index-news__list-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}
.p-index-news__list-unit:not(:last-child) {
    border-bottom: dashed 0.1rem #ddd;
}
.p-index-news__list-link {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: 100%;
    font-weight: 500;
    text-decoration: underline;
    padding: 1rem 0;
}
.p-index-news__list-date {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-weight: 400;
    padding-top: 1rem;
}
.p-index-news__more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 2rem;
}
@media (min-width: 37.5em) {
    .p-index-news__list-unit {
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
    }
    .p-index-news__list-link {
        -webkit-box-ordinal-group: 2;
            -ms-flex-order: 1;
                order: 1;
        padding: 1.5rem 0;
    }
    .p-index-news__list-date {
        -webkit-box-ordinal-group: 3;
            -ms-flex-order: 2;
                order: 2;
        padding: 1.5rem 0;
        margin-left: 1rem;
    }
}
@media (min-width: 64em) {
    .p-index-news {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    }
    .p-index-news__list {
        width: calc(100% - 18rem);
    }
    .p-index-news__more {
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        width: 18rem;
        margin-top: 0;
    }
}
@media (hover: hover) {
    .p-index-news__list-link:hover {
        text-decoration: none;
        color: #376a33;
    }
}

/* 本アーカイブとは管理
============================================ */
.p-index-about__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
}
.p-index-about__left {
    width: 100%;
    margin-bottom: 2rem;
}
.p-index-about__right {
    width: 100%;
}
.p-index-about__text {
    margin-bottom: 1.5rem;
}
.p-index-about__text-bold {
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.p-index-about__list {
    margin-bottom: 1.5rem;
}
.p-index-about__list-unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.p-index-about__list-unit:before {
    content: "・";
}
.p-index-about__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.p-index-about__figure {
    display: block;
    width: 100%;
    max-width: 20rem;
    margin: 0 auto;
}
.p-index-about__figure-img {
    width: 100%;
}
.p-index-about__figure-caption {
    font-weight: 400;
    color: #333;
    text-align: center;
    padding-top: 1rem;
}
@media (min-width: 37.5em) {
    .p-index-about__left {
        width: 68%;
        margin-bottom: 0;
        padding-right: 3rem;
    }
    .p-index-about__right {
        width: 32%;
    }
    .p-index-about__text {
        margin-bottom: 2rem;
    }
    .p-index-about__text-bold {
        margin-bottom: 2rem;
    }
    .p-index-about__list {
        margin-bottom: 2rem;
    }
    .p-index-about__btn {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }
}
/*# sourceMappingURL=index.css.map */