@charset "utf-8";
/* CSS Document */
.home .nextkaigo-top-cont{
    text-align: center;
}
.home .nextkaigo-top-cont .nk-title{
    font-size: 18px;
    font-weight: bold;
    line-height: 1.8;
}
.home .nextkaigo-top-cont .nk-title span{
        display: block;
        padding: 0 10px;
    }
.home .nextkaigo-top-cont .nk-title img{
    width: 100%;
    height: auto;
    max-width: 729px;
}
.home .nextkaigo-top-cont .flex{
    display: flex;
    margin: 20px auto 50px;
    flex-wrap: wrap;
    justify-content: center;
}
.home .nextkaigo-top-cont .movie-cont{
    margin: 0 20px;
}
.home .nextkaigo-top-cont .movie-cont p{
    margin: 10px 0;
    font-size: 14px;
}



.home .nk-lp-link .nk-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.home .nk-lp-link a{
    background-color: #d0dd56;
    max-width: 625px;
    border-radius: 8px;
    padding: 15px 20px;
    box-sizing: border-box;
    display: block;
    margin: 10px auto;
    color: #000000;
    text-decoration: none;
    box-shadow: 5px 5px #959595;
    margin-bottom: 150px;
}
.home .nk-lp-link a:hover{
    opacity: 0.8;
}
.home .nk-lp-link .subp{
    font-size: 18px;
    font-weight: bold;
    margin: 10px;
    text-align: left;
    line-height: 1;
}
.home .nk-lp-link .nk-main{
    font-size: 35px;
    margin: 10px;
    line-height: 1;
}


@media (max-width:625px){
    .home .nextkaigo-top-cont .nk-title span{
        font-size: 14px;
        display: block;
        padding: 0 10px;
    }
    .home .nk-lp-link a{
        width: 90%;
    }
    .home .nk-lp-link .subp{
         font-size: 3vw;
    }
    .home .nk-lp-link .nk-main{
    font-size: 4.5vw;
}
    .home .nk-flex img{
        width: 26vw;
        height: auto;
    }
}
