@charset "UTF-8";

/* introBlc ------------------*/

#introBlc {
    background: #e3d3c7;
    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: #e3d3c7;
    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 {
    font-size: 1.3vw;
    letter-spacing: 0.9em;
    display: block;
}

#introBlc .txtBlc .ttl .txt02 {
    font-size: 2.3vw;
    font-weight: 700;
    display: block;
}

#introBlc .txtBlc .txt {
    font-size: 1.1vw;
    text-align: center;
}

#introBlc .imgBlc {
    /**/background: url(../w2img/20210506112220img_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 .txtCatch {
    font-size: 140%;
    margin-bottom: 4%;
    padding: 0 4%;
    position: relative;
    z-index: 1;
}

#featureBlc .ttlTrapezoid {
    background-color: #f0ece9;
    border-color: #f0ece9;
}

#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%;
}

/*<!--form9-->*/
/**/
/*<!--form9-->*/
/**/
#featureBlc .sectBlc .imgList .img20210506112803 {
    background-image: url(../w2img/20210506112803img_feature01.jpg);
}
/**/
/*<!--form9-->*/
/**/
#featureBlc .sectBlc .imgList .img20210506112757 {
    background-image: url(../w2img/20210506112757img_feature02.jpg);
}
/**/
/**/

/*<!--form10-->*/
/**/
#featureBlc .sectBlc .imgList .img20210506112909 {
    background-image: url(../w2img/20210506112909img_feature03.jpg);
}
/**/
/*<!--form10-->*/
/**/
#featureBlc .sectBlc .imgList .img20210506112846 {
    background-image: url(../w2img/20210506112846img_feature04.jpg);
}
/**/
/**/

/*<!--form11-->*/
/**/
#featureBlc .sectBlc .imgList .img20210506112957 {
    background-image: url(../w2img/20210506112957img_feature05.jpg);
}
/**/
/*<!--form11-->*/
/**/
#featureBlc .sectBlc .imgList .img20210506112946 {
    background-image: url(../w2img/20210506112946img_feature06.jpg);
}
/**/
/*<!--form11-->*/
/**/
#featureBlc .sectBlc .imgList .img20210506112934 {
    background-image: url(../w2img/20210506112934img_feature07.jpg);
}
/**/
/**/

/*<!--form12-->*/
/**/
#featureBlc .sectBlc .imgList .img20210506113042 {
    background-image: url(../w2img/20210506113042img_feature08.jpg);
}
/**/
/*<!--form12-->*/
/**/
#featureBlc .sectBlc .imgList .img20210506113031 {
    background-image: url(../w2img/20210506113031img_feature09.jpg);
}
/**/
/*<!--form12-->*/
/**/
#featureBlc .sectBlc .imgList .img20210506113022 {
    background-image: url(../w2img/20210506113022img_feature10.jpg);
}
/**/
/**/

/*<!--form13-->*/
/**/
#featureBlc .sectBlc .imgList .img20210506113127 {
    background-image: url(../w2img/20210506113127img_feature11.jpg);
}
/**/
/*<!--form13-->*/
/**/
#featureBlc .sectBlc .imgList .img20210506113113 {
    background-image: url(../w2img/20210506113113img_feature12.jpg);
}
/**/
/**/

/*<!--form14-->*/
/**/
#featureBlc .sectBlc .imgList .img20210506113256 {
    background-image: url(../w2img/20210506113256img_feature13.jpg);
}
/**/
/*<!--form14-->*/
/**/
#featureBlc .sectBlc .imgList .img20210506113239 {
    background-image: url(../w2img/20210506113239img_feature14.jpg);
}
/**/
/*<!--form14-->*/
/**/
#featureBlc .sectBlc .imgList .img20210506113216 {
    background-image: url(../w2img/20210506113216img_feature15.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 {
    width: 54%;
    margin-right: 2%;
    padding: 0;
}

#featureBlc .sectBlc .partBlc .imgBlc {
    width: 44%;
}

#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 .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%;
    }
    #featureBlc .sectBlc .partBlc .imgBlc {
        width: 100%;
    }
}

/* facilityBlc ------------------*/

#facilityBlc {
    padding: 4% 0;
}

#facilityBlc .txtCatch {
    margin-bottom: 4%;
}

/*#facilityBlc .gallerySlide .sliderBlc .imgBlc .img01 {
    background-image: url(../img/resource/img_gallery01.jpg);
}

#facilityBlc .gallerySlide .sliderBlc .imgBlc .img02 {
    background-image: url(../img/resource/img_gallery02.jpg);
}

#facilityBlc .gallerySlide .sliderBlc .imgBlc .img03 {
    background-image: url(../img/resource/img_gallery03.jpg);
}

#facilityBlc .gallerySlide .sliderBlc .imgBlc .img04 {
    background-image: url(../img/resource/img_gallery04.jpg);
}

#facilityBlc .gallerySlide .sliderBlc .imgBlc .img05 {
    background-image: url(../img/resource/img_gallery05.jpg);
}

#facilityBlc .gallerySlide .sliderBlc .imgBlc .img06 {
    background-image: url(../img/resource/img_gallery06.jpg);
}

#facilityBlc .gallerySlide .sliderBlc .imgBlc .img07 {
    background-image: url(../img/resource/img_gallery07.jpg);
}*/

#facilityBlc .planBlc {
    max-width: 800px;
    margin: 0 auto 7%;
}

#facilityBlc .planBlc .ttl {
    font-size: 140%;
    text-align: center;
    margin-bottom: 4%;
}

#facilityBlc .fullBlc .ttl {
    font-size: 140%;
    text-align: center;
    margin-bottom: 4%;
}

#facilityBlc .fullBlc .txtBlc {
    margin-bottom: 4%;
}

#facilityBlc .fullBlc .imgList {
    display: flex;
    flex-wrap: wrap;
}

#facilityBlc .fullBlc .imgList li {
    width: 32%;
    margin: 0 2% 4% 0;
}

#facilityBlc .fullBlc .imgList li:nth-of-type(3n+3) {
    margin-right: 0;
}

#facilityBlc .fullBlc .imgList .img {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    padding-top: 70%;
}

#facilityBlc .fullBlc .imgList .caption {
    text-align: center;
    padding: 4% 2% 0;
}

@media screen and (max-width: 767px) {
    #facilityBlc .planBlc .ttl {
        font-size: 120%;
    }
}

@media screen and (max-width: 480px) {
    #facilityBlc .fullBlc .imgList {
        justify-content: center;
    }
    #facilityBlc .fullBlc .imgList li {
        width: 48%;
        margin-right: 4%;
    }
    #facilityBlc .fullBlc .imgList li:nth-of-type(3n+3) {
        margin-right: 4%;
    }
    #facilityBlc .fullBlc .imgList li:nth-of-type(2n+2) {
        margin-right: 0;
    }
    #facilityBlc .fullBlc .imgList li:last-of-type {
        margin-right: 0;
    }
}

/* 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;
}

/*<!--form15-->*/
/**/
#facilityStateBlc .sliderThumb .img20210506113358 {
    background-image: url(../w2img/20210506113358img_life01.jpg);
}
/**/
/*<!--form15-->*/
/**/
#facilityStateBlc .sliderThumb .img20210506113338 {
    background-image: url(../w2img/20210506113338img_life02.jpg);
}
/**/
/**/

/* flowBlc ------------------*/

#flowBlc {
    padding: 4% 0;
}

#flowBlc > .commBlc {
    max-width: 900px;
}

#flowBlc .flowList .stepBlc .ttl {
    border-color: #594431;
}

#flowBlc .flowList .stepBlc .ttl .txt01 {
    background-color: #594431;
}

#flowBlc .flowList .stepBlc .ttl .txt01 .arrow {
    border-color: transparent transparent transparent #594431;
}

/* feeBlc ------------------*/

#feeBlc > .commBlc {
    max-width: 900px;
}

#feeBlc .ttlStyle07 + .blcStyle01 .inner{
    padding: 0;
}

#feeBlc .blcStyle01 .ttl {
    background-color: #f0ece9;
}

#feeBlc .blcStyle01 .partBlc .txtBlc {
    margin-bottom: 4%;
}

#feeBlc .blcStyle01 .partBlc .btn {
    width: 230px;
    margin: 0 auto;
}

#feeBlc .tblStyle02 tr {
    background: url(../../img/common/line_dot06.png) repeat-x left bottom;
}

/* accessBlc ------------------*/

#accessBlc {
    padding: 4% 0;
}

#accessBlc .docBlc {
    background-color: #faf6f2;
}