@charset "UTF-8";
/* facilities-blc ------------------*/

#facilities-blc {
    background-color: #fff;
    padding: 6% 0 0;
    box-sizing: border-box;
}

#facilities-blc .inner {
    display: flex;
}

#facilities-blc .inner .ttl-blc {
    width: 50%;
    order: 2;
    margin-left: auto;
}

#facilities-blc .inner .ttl-blc .txt-catch {
    color: #d89597;
    font-size: 150%;
    margin-bottom: 4%;
}

#facilities-blc .inner .img-blc {
    width: 50%;
    order: 1;
    padding-right: 4%;
    box-sizing: border-box;
}

@media screen and (max-width:640px) {
    #facilities-blc .inner {
        flex-wrap: wrap;
    }

    #facilities-blc .inner .ttl-blc {
        width: 100%;
        margin-top: 4%;
    }

    #facilities-blc .inner .img-blc {
        width: 100%;
        padding-right: 0;
    }
}

/* news ------------------*/

#news {
    background-color: #fff;
}

#news .inner-blc {
    box-shadow: 0px 8px 1px 0px #feebe6;
}

@media screen and (max-width:1000px) {
    #facilities-blc+#news {
        padding-bottom: 6%;
    }
}

/* support ------------------*/

#support {
    background-color: #fff;
    padding: 6% 0;
}

#support .comm-blc>.txt-catch {
    color: #d89597;
    font-size: 150%;
    text-align: center;
    margin-bottom: 4%;
}

#support .list-style04 {
    margin-bottom: 4%;
}

#support .list {
    max-width: 960px;
    margin: 0 auto;
}

#support .list .item {
    margin-bottom: 6%;
}

#support .list .item:last-child {
    margin-bottom: 0;
}

#support .list .item .txt-blc {
    box-sizing: border-box;
}

#support .list .item .txt-blc .txt-count {
    padding-left: 32px;
    margin-bottom: 2%;
    position: relative;
}

#support .list .item .txt-blc .txt-count::before {
    content: "";
    background-color: #d89597;
    width: 20px;
    height: 3px;
    position: absolute;
    top: 12px;
    left: 0;
}

#support .list .item .txt-blc .subj {
    color: #d89597;
    font-size: 150%;
    margin-bottom: 1%;
}

#support .list .item .txt-blc .txt01 {
    font-size: 120%;
}

@media screen and (max-width: 767px) {
    #support .comm-blc>.txt-catch {
        font-size: 130%;
    }

    #support .list .item .txt-blc .txt-count {
        padding-left: 22px;
    }

    #support .list .item .txt-blc .txt-count::before {
        width: 16px;
        height: 2px;
        top: 11px;
    }

    #support .list .item .txt-blc .subj {
        font-size: 130%;
    }

    #support .list .item .txt-blc .txt01 {
        font-size: 100%;
    }
}

@media screen and (max-width: 480px) {
    #support .comm-blc>.txt-catch {
        font-size: 115%;
    }

    #support .list .item .txt-blc .subj {
        font-size: 115%;
    }
}

/* facilities-tbl ------------------*/
#facilities-tbl .ttl-style01 {
    color: #d89597;
    margin-bottom: 2%;
}

#facilities-tbl {
    background-color: #fff;
    padding: 0 0 6%;
}

/* activity ------------------*/

#activity {
    background-color: #fff;
    padding: 0 0 6%;
}

#activity .ttl-style01 {
    color: #d89597;
    margin-bottom: 2%;
}

#activity .txt-intro {
    font-size: 120%;
    text-align: center;
    margin-bottom: 4%;
}

#activity .inner-blc {
    max-width: 960px;
    margin: 0 auto;
}

#activity .list {
    counter-reset: activityCount;
}

#activity .list .item {
    counter-increment: activityCount;
    margin-bottom: 6%;
}

#activity .list .item:last-child {
    margin-bottom: 0;
}

#activity .list .item .txt-blc {
    box-sizing: border-box;
}

#activity .list .item .txt-blc .txt-count {
    font-size: 140%;
    border-bottom: 1px solid #d89597;
    padding-left: 32px;
    position: relative;
}

#activity .list .item .txt-blc .txt-count::after {
    content: "";
    background-color: #d89597;
    width: 20px;
    height: 3px;
    position: absolute;
    top: 20px;
    left: 5px;
}

#activity .list .item .txt-blc .txt-count::before {
    content: counter(activityCount)".";
}

#activity .list .item .txt-blc .subj {
    font-size: 150%;
    margin-bottom: 4%;
}

#activity .list .item .txt-blc .txt01 {
    font-size: 120%;
    line-height: 1.8;
}

#activity .list .item .txt-blc .txt-details {
    display: flex;
    padding: 2% 10px;
    box-sizing: border-box;
}

#activity .list .item .txt-blc .txt-details .txt01 {
    width: 60%;
}

#activity .list .item .txt-blc .txt-details .img01 {
    width: 40%;
    margin-left: auto;
    box-sizing: border-box;
}

#activity .list .item .txt-blc .txt-details .txt01+.img01 {
    padding-left: 4%;
}

#activity .list .item .txt-blc .txt-details .img01 figure {
    text-align: center;
}

#activity .list .item .txt-blc .txt-details .img01 figure>figcaption {
    line-height: 1.5;
    margin-top: 10px;
}

#activity .list .item .txt-blc .txt-details .img01 figure {
    margin-top: 1rem;
}

#activity .list .item .txt-blc .txt-details .img01 figure:first-child {
    margin-top: 0;
}

@media screen and (max-width: 767px) {
    #activity .txt-intro {
        font-size: 100%;
    }

    #activity .list .item .txt-blc .txt-count {
        font-size: 120%;
        padding-left: 22px;
    }

    #activity .list .item .txt-blc .txt-count::after {
        width: 16px;
        height: 2px;
        top: 15px;
        left: 2px;
    }

    #activity .list .item .txt-blc .subj {
        font-size: 130%;
    }

    #activity .list .item .txt-blc .txt-details {
        padding: 4% 5px;
    }

    #activity .list .item .txt-blc .txt01 {
        font-size: 100%;
    }
}

@media screen and (max-width: 640px) {
    #activity .list .item .txt-blc .txt-details {
        flex-wrap: wrap;
    }

    #activity .list .item .txt-blc .txt-details .txt01 {
        width: 100%;
    }

    #activity .list .item .txt-blc .txt-details .img01 {
        width: 100%;
        padding-left: 0 !important;
    }

    #activity .list .item .txt-blc .txt-details .txt01 + .img01 {
        margin-top: 1rem;
    }
}

@media screen and (max-width: 480px) {
    #activity .list .item .txt-blc .subj {
        font-size: 115%;
    }
}

/* activity-intro ------------------*/

#activity-intro {
    background-color: #fff;
    padding: 0 0 6%;
}

#activity-intro .ttl-style01 {
    color: #d89597;
    margin-bottom: 2%;
}

#activity-intro .txt-intro {
    font-size: 120%;
    text-align: center;
    margin-bottom: 4%;
}

/* contact ------------------*/

#contact {
    background-color: #fef3f0;
}

#contact .part-blc .tel-blc a::before {
    background-image: url(../img/common/icon_tel03.png);
}

#contact .part-blc .btn-blc {
    font-size: 120%;
}

@media screen and (max-width: 767px) {
    #contact .part-blc .btn-blc {
        font-size: 100%;
    }
}

/* volunteer-txt ------------------*/

#volunteer-txt {
    background-color: #fff;
    padding: 0 0 6%;
}

#volunteer-txt .ttl-style01 {
    color: #d89597;
    margin-bottom: 2%;
}

#volunteer-txt .txt-blc {
    max-width: 960px;
    margin: 0 auto;
}

#volunteer-txt .txt-blc .txt01 {
    font-size: 120%;
}

#facilities-tbl .tbl-style01 table>thead th {
    text-align: center;
}

@media screen and (max-width: 767px) {
    #volunteer-txt .txt-blc .txt01 {
        font-size: 100%;
    }
}