@charset "UTF-8";

/* introBlc ------------------*/

#introBlc {
    background: #ead7e0 url(../img/care/bg_intro01.jpg) repeat-x left center;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    overflow: hidden;
    position: relative;
}

#introBlc::before {
    content: "";
    background-color: #000;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transition: 700ms ease-in;
}

.loadComplete #introBlc::before {
    opacity: 0;
    visibility: hidden;
}

#introBlc::after {
    content: "";
    background-color: #ead7e0;
    width: 120%;
    height: 100%;
    position: absolute;
    top: 0;
    left: -10%;
    transform: skewX(-20deg);
    transition: 700ms ease-in;
}

.loadComplete #introBlc::after {
    left: 110%;
}

#introBlc .txtBlc {
    width: 40%;
    text-align: center;
    padding: 4%;
    box-sizing: border-box;
}

#introBlc .txtBlc .ttl {
    margin-bottom: 4%;
}

#introBlc .txtBlc .ttl .txt01 {
    color: #c97586;
    font-size: 1.3vw;
    letter-spacing: 0.4em;
    display: block;
}

#introBlc .txtBlc .ttl .txt02 {
    color: #c97586;
    font-size: 2.3vw;
    font-weight: 700;
    display: block;
}

#introBlc .txtBlc .txt {
    font-size: 1.1vw;
    text-align: center;
}

#introBlc .imgBlc {
    /**/background: url(../w2img/20210505110014img_intro01.jpg) no-repeat center center;/**/
    background-size: cover;
    width: 60%;
    padding-top: 38vw;
    box-sizing: border-box;
}

@media screen and (max-width: 640px) {
    #introBlc::after {
        width: 140%;
        left: -20%;
    }
    .loadComplete #introBlc::after {
        left: 120%;
    }
    #introBlc .txtBlc {
        width: 100%;
        order: 2;
    }
    #introBlc .txtBlc .ttl .txt01 {
        font-size: 3.4vw;
    }
    #introBlc .txtBlc .ttl .txt02 {
        font-size: 6.5vw;
    }
    #introBlc .txtBlc .txt {
        font-size: 3vw;
    }
    #introBlc .imgBlc {
        width: 100%;
        padding-top: 60vw;
        order: 1;
    }
}

/* featureBlc ------------------*/

#featureBlc {
    padding-top: 4%;
}

#featureBlc > .commBlc {
    max-width: 900px;
}

#featureBlc .txtCatchTtl {
    font-size: 160%;
    font-weight: bold;
    text-align: center;
    margin-bottom: 2%;
    padding: 0 4%;
}

#featureBlc .txtCatch {
    font-size: 140%;
    margin-bottom: 4%;
    padding: 0 4%;
    position: relative;
    z-index: 1;
}

#featureBlc .ttlTrapezoid {
    background-color: #faf1f1;
    border-color: #faf1f1;
}

#featureBlc .ttlTrapezoid .num {
    color: #594431;
}

#featureBlc .list {
    counter-reset: number;
}

#featureBlc .sectBlc {
    margin-bottom: 4%;
}

#featureBlc .sectBlc .ttl {
    margin-bottom: 4%;
}

#featureBlc .sectBlc .imgList {
    display: flex;
    flex-wrap: wrap;
}

#featureBlc .sectBlc .imgList.col2 {
    padding: 0 2%;
}

#featureBlc .sectBlc .imgList li {
    width: 100%;
    margin: 0 0 4% 0;
}

#featureBlc .sectBlc .imgList.col2 li {
    width: 48%;
    margin-right: 4%;
}

#featureBlc .sectBlc .imgList.col2 li:nth-of-type(2n+2) {
    margin-right: 0;
}

#featureBlc .sectBlc .imgList.col3 li {
    width: 32%;
    margin-right: 2%;
}

#featureBlc .sectBlc .imgList.col3 li:nth-of-type(3n+3) {
    margin-right: 0;
}

#featureBlc .sectBlc .imgList .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 70%;
}

/**/
#featureBlc .sectBlc .img01 {
    background-image: url(../w2img/20210505110014img_feature01.jpg);
}
/**/

/*<!--form6-->*/
/**/
#featureBlc .sectBlc .img20210505110434 {
    background-image: url(../w2img/20210505110434img_feature02.jpg);
}
/**/
/*<!--form6-->*/
/**/
#featureBlc .sectBlc .img20210505110409 {
    background-image: url(../w2img/20210505110409img_feature03.jpg);
}
/**/
/**/

/**/
#featureBlc .sectBlc .img04 {
    background-image: url(../w2img/20210505110014img_feature04.jpg);
}
/**/

#featureBlc .sectBlc .imgList .caption {
    text-align: center;
    padding: 4% 2% 0;
}

#featureBlc .sectBlc .imgList .caption.matchHeight {
    display: flex;
    justify-content: center;
    align-items: center;
}

#featureBlc .sectBlc .imgList .caption.txtLeft {
    text-align: left;
}

#featureBlc .sectBlc .imgList .capSub {
    font-size: 90%;
    margin-top: 4%;
}

#featureBlc .sectBlc .txtBlc {
    padding: 0 2%;
}

#featureBlc .sectBlc .partBlc {
    padding: 0 2%;
    display: flex;
    flex-wrap: wrap;
}

#featureBlc .sectBlc .partBlc .txtBlc {
    margin-right: 2%;
    padding: 0;
    flex: 1;
}

#featureBlc .sectBlc:nth-of-type(1n) .partBlc .txtBlc {
    margin-right: 0;
    order: 2;
}

#featureBlc .sectBlc:nth-of-type(2n) .partBlc .txtBlc {
    margin-right: 2%;
    order: 1;
}

#featureBlc .sectBlc .partBlc .imgBlc {
    width: 44%;
}

#featureBlc .sectBlc:nth-of-type(1n) .partBlc .imgBlc {
    margin-right: 2%;
    order: 1;
}

#featureBlc .sectBlc:nth-of-type(2n) .partBlc .imgBlc {
    margin-right: 0;
    order: 2;
}

#featureBlc .sectBlc .partBlc .imgBlc .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 70%;
}

#featureBlc .sectBlc .partBlc .imgBlc .caption {
    text-align: center;
    padding: 4% 2% 0;
}

@media screen and (max-width: 767px) {
    #featureBlc .txtCatchTtl {
        font-size: 140%;
        padding-left: 0;
        padding-right: 0;
    }
    #featureBlc .txtCatch {
        font-size: 120%;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 480px) {
    #featureBlc .sectBlc .imgList {
        justify-content: center;
    }
    #featureBlc .sectBlc .imgList.col3 li {
        width: 48%;
        margin-right: 4%;
    }
    #featureBlc .sectBlc .imgList.col3 li:nth-of-type(3n+3) {
        margin-right: 4%;
    }
    #featureBlc .sectBlc .imgList.col3 li:nth-of-type(2n+2) {
        margin-right: 0;
    }
    #featureBlc .sectBlc .imgList.col3 li:last-of-type {
        margin-right: 0;
    }
    #featureBlc .sectBlc .partBlc .txtBlc {
        width: 100%;
        margin-right: 0;
        margin-bottom: 4%;
        flex: auto;
    }
    #featureBlc .sectBlc:nth-of-type(1n) .partBlc .txtBlc {
        order: 1;
    }
    #featureBlc .sectBlc:nth-of-type(2n) .partBlc .txtBlc {
        margin-right: 0;
        order: 1;
    }
    #featureBlc .sectBlc .partBlc .imgBlc {
        width: 100%;
    }
    #featureBlc .sectBlc:nth-of-type(1n) .partBlc .imgBlc {
        margin-right: 0;
        order: 2;
    }
}

/* facilityStateBlc ------------------*/

#facilityStateBlc {
    padding: 4% 0;
}

#facilityStateBlc .txtCatch {
    margin-bottom: 4%;
}

#facilityStateBlc .galleryBlc {
    transition: all 300ms cubic-bezier(.25,.46,.45,.94);
    opacity: 0;
    animation-delay: 0.5s;
}

/*<!--form7-->*/
/**/
#facilityStateBlc .sliderThumb .img20210505110534 {
    background-image: url(../w2img/20210505110534img_life01.jpg);
}
/**/
/*<!--form7-->*/
/**/
#facilityStateBlc .sliderThumb .img20210505110510 {
    background-image: url(../w2img/20210505110510img_life02.jpg);
}
/**/
/**/

/* flowBlc ------------------*/

#flowBlc {
    padding: 4% 0;
}

#flowBlc > .commBlc {
    max-width: 900px;
}

#flowBlc .flowList .stepBlc .ttl {
    border-color: #c97586;
}

#flowBlc .flowList .stepBlc .ttl .txt01 {
    background-color: #c97586;
}

#flowBlc .flowList .stepBlc .ttl .txt01 .arrow {
    border-color: transparent transparent transparent #c97586;
}

/* feeBlc ------------------*/

#feeBlc > .commBlc {
    max-width: 900px;
}

#feeBlc .ttlStyle07 + .blcStyle01 .inner{
    padding: 0;
}

#feeBlc .blcStyle01 .ttl {
    background-color: #faf1f1;
}

#feeBlc .blcStyle01 .partBlc .txtBlc {
    margin-bottom: 4%;
}

#feeBlc .blcStyle01 .partBlc .btn {
    width: 230px;
    margin: 0 auto;
}

#feeBlc .tblStyle02 tr {
    background: url(../../img/common/line_dot07.png) repeat-x left bottom;
}

/* accessBlc ------------------*/

#accessBlc {
    padding: 4% 0;
}

#accessBlc .docBlc {
    background-color: #faf6f2;
}

#accessBlc .docBlc .partBlc .btn a {
    margin-bottom: 30px;
}

#accessBlc .docBlc .partBlc .btn a:last-of-type {
    margin-bottom: 0;
}

@media screen and (max-width: 767px) {
    #accessBlc .docBlc .partBlc .btn a {
        max-width: 300px;
        margin-bottom: 10px;
        margin-left: auto;
        margin-right: auto;
        display: block;
    }
}