@charset "utf-8";

body {
    font-family: 'SCDream', Arial, sans-serif;
    line-height: 1.1;
}
*{
    margin: 0; padding: 0; box-sizing: border-box; 
}
a {
    text-decoration: none;
    color: #000;
}
ol,ul,li {
    list-style: none;
}
img,a {
    display: block;
}
i {
    font-style: normal;
    color: #888;
    font-weight: 300;
}
.inner {
    max-width: 1200px;
    width: 100%;
    margin: 0 auto;
}
#main {
    min-width: 320px;
}
/* visual */
.visual {
    width: 100%;
    height: 820px;
    position: relative;
}
.visual .image {
    position: absolute;
    top: 20%; left: 50%;
    transform: translateX(-50%);
    z-index: 2;
}
.swiper {
    width: 100%;
    height: 100%;
    position: absolute;
}
.swiper-slide a {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.swiper-slide.vs1 a {
    background: url("../images/visual1.png")no-repeat center;
    background-size: cover;
}
.swiper-slide.vs2 a {
    background: url("../images/visual2.png")no-repeat center;
    background-size: cover;
}
.swiper-slide.vs3 a {
    background: url("../images/visual3.png")no-repeat center;
    background-size: cover;
}
.visual .btns a {
    position: absolute;
    top: 80%;
    width: 110px; height: 110px;
    z-index: 98;
}
.visual .btns .vs-btns-next {
    left: 52vw;
    background: url("../images/rightarrow.png")no-repeat center/cover;
}
.visual .btns .vs-btns-prev {
    right: 52vw;
    background: url("../images/leftarrow.png")no-repeat center/cover;
}
/* quick menu */
.qmenu {
    position: relative;
    width: 100%;
    height: 485px;
    background: #fee7e7;
    padding-top: 80px;
}
.qmenu::after {
    position: absolute;
    top: -228px; left: 0;
    display: block;
    content: '';
    width: 100%;
    height: 321px;
    background: url("../images/visual_deco.png")no-repeat center/cover;
    z-index: 9;
}
.qmenu .qnav ul li {
    float: left;
    width: 33.33%;
    height: 343px;
    transition: all 0.2s;
}
.qmenu .qnav a {
    position: relative;
    width: 100%;
    height: 100%;
    color: #fff;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    transition: all 0.3s;
    padding-top: 210px;
}
.qmenu .qnav a::after {
    position: absolute;
    display: block;
    content:'';
    width: 65px; height: 70px;
    top: 37%; left: 50%;
    transform: translateX(-50%);
    z-index: 9;
}
.qmenu .qnav .join {
    background: url("../images/flower_green.png")no-repeat center/contain;
}
.qmenu .qnav .join:hover {
    background: url("../images/flower_green_h.png")no-repeat center/contain;
}
.qmenu .qnav .join a::after { background: url("../images/i-facility.png")no-repeat center/contain; }
.qmenu .qnav .facility {
    background: url("../images/flower_pink.png")no-repeat center/contain;
}
.qmenu .qnav .facility:hover {
    background: url("../images/flower_pink_h.png")no-repeat center/contain;
}
.qmenu .qnav .facility a::after { background: url("../images/i-calendar.png")no-repeat center/contain; }
.qmenu .qnav .admission {
    background: url("../images/flower_yellow.png")no-repeat center/contain;
}
.qmenu .qnav .admission:hover {
    background: url("../images/flower_yellow_h.png")no-repeat center/contain;
}
.qmenu .qnav .admission a::after { background: url("../images/i-consult.png")no-repeat center/contain; }
/* notice */
.notice {
    width: 100%;
    height: 805px;
}
.notice .inner {
    padding: 40px 0;
}
.notice h2 {
    font-size: 28px;
    font-weight: 700;
    padding-bottom: 10px;
}
.notice .inner > h2 {}
.notice p {
    font-size: 15px;
}
.notice .n-list {
    margin-top: 35px;
    margin-bottom: 63px;
}
.notice .n-list li {
    border-radius: 50px;
    background-color: #f2f9fc;
    border: 1px solid #e3eaf0;
    width: 100%; height: 93px;
    margin-top: 14px;
    transition: background 0.2s;
}
.notice .n-list li:hover {
    /* background-color: #76c09b; */
}
.notice .n-list li a {
    font-size: 22px;
    float: left;
    width: 55vw;
    line-height: 93px;
    padding-left: 40px;
    overflow:hidden;
    text-overflow:ellipsis;
    white-space:nowrap;
    transition: color 0.2s;
}
.notice .n-list li:hover a {
    color: #29a37a;
}
.notice .n-list li i {
    font-size: 18px;
    float: right;
    line-height: 93px;
    padding-right: 40px;
}
.notice .container {
    display: flex;
    justify-content: space-between;
}
.notice .container a {
    width: 49%;
    height: 245px;
    padding: 3%;
}
.notice .container a div {
    width: 100%;
    height: 100%;
}
.notice .menu {
    background: url("../images/menu.png")no-repeat center;
    border-radius: 5px;
}
.notice .menu h2 {
    text-shadow: 0 0 5px rgba(255,255,255,1);
}
.notice .menu p {
    text-shadow: 0 0 5px rgba(255,255,255,0.8);
}
.notice .news {
    background: url("../images/news.png")no-repeat center;
    border-radius: 5px;
}
/* gallery */
.gallery {
    width: 100%;
    height: 598px;
    background: url("../images/gallery_bg.png")no-repeat center/cover;
    padding-top: 50px;
}
.gallery h2, .gallery p {
    text-align: center;
}
.gallery h2 img {
    margin: 0 auto;
}
.gallery p {
    font-size: 15px;
    font-weight: 300;
    padding-top: 18px;
}
.gallery .container {
    display: flex;
    justify-content: space-between;
    padding-top: 43px;
}
.gallery .container .pic {
    width: 334px;
    height: 358px;
    background-color: #fff;
    border: 1px solid #ddd;
    padding:15px;
}
.gallery .pic .img-wrap {
    position: relative;
    width: 300px; height: 283px;
    overflow: hidden;
}
.gallery .pic .img-wrap img {
    width:100%;
    height:100%;
    object-fit: cover;
    transition: all 0.3s;
}
.gallery .container .pic:hover {
    box-shadow: 5px 5px 5px rgba(0,0,0,0.2);
}
.gallery .container .pic:hover img {
    transform: scale(1.2);
}
.gallery .pic p {
    font-size: 18px;
    font-weight: 500;
    padding-top: 10px;
}
.gallery .pic .date {
    font-size: 14px;
    font-weight: 300;
    color: #888;
    display: block;
    text-align: center;
    padding-top: 7px;
}
#footer::before {
    display: none !important;
}
/* breakpoint 1400px*/
@media screen and (max-width:1400px){
    /* visual */
    .visual .image {
        top: 25%;
    }
    .visual .image img {
        height: 10vw;
    }
    .visual .btns .vs-btns-next {
        left: 52vw;
        background: url(../images/rightarrow.png)no-repeat center/cover;
    }
    .visual .btns a {
        top: 75%;
        width: 100px;
        height: 100px;
    }
    .visual .btns .vs-btns-prev {
        right: 52vw;
        background: url(../images/leftarrow.png)no-repeat center/cover;
    }
    /* quickmenu */
    .qmenu::after {
        top: -14vw;
        height: 18vw;
        background: url(../images/visual_deco.png)no-repeat center/cover;
    }
}
/* breakpoint 1280px*/
@media screen and (max-width:1280px){
    .inner {
        width: 90%;
    }
}

/* breakpoint 1150px*/
@media screen and (max-width:1150px){
    /* visual */
    .visual {
        height: 650px;
    }
    .visual .image {
        top: 25%;
    }
    .visual .image img {
        height: 11vw;
    }
    .visual .btns a {
        top: 75%;
        width: 90px;
        height: 90px;
    }
    /* quickmenu */
    .qmenu {
        height: 450px;
        padding-top: 50px;
    }
    .qmenu .qnav ul li {
        float: left;
        width: 32%;
        height: 343px;
    }
    .qmenu .qnav ul .facility {
        margin: 0 2%;
    }
    .qmenu .qnav a {
        font-size: 3vw;
        padding-top: 210px;
    }
    .qmenu .qnav a::after {
        width: 16%;
        height: 20%;
        top: 37%;
    }
    /* gallery */
    .gallery .container .pic {
        width: 30%;
        height: 358px;
        background-color: #fff;
        border: 1px solid #ddd;
        padding:15px;
    }
    .gallery .pic .img-wrap {
        position: relative;
        width: 100%; height: 283px;
        overflow: hidden;
    }
    .gallery .pic .img-wrap img {
        width:100%;
        height:100%;
        object-fit: cover;
        transition: all 0.3s;
    }
}
/* breakpoint 991px - mobile size */
@media screen and (max-width:991px){
    /* quickmenu */
    .qmenu .qnav a {
        font-size: 3vw;
        padding-top: 195px;
    }
    /* notice */
    .notice .n-list li a {
        font-size:20px;
    }
    .notice .n-list li i {
        font-size: 17px;
    }
}
/* breakpoint 768px*/
@media screen and (max-width:768px){
    /* visual */
    .visual {height: 480px;}
    .visual .btns a {
        top: 75%;
        width: 75px;
        height: 75px;
    }
    /* quickmenu */
    .qmenu {
        height: auto;
        padding: 70px;
    }
    .qmenu .qnav ul li {
        float: none;
        width: 100%;
        height: 300px;
    }
    .qmenu .qnav a {
        font-size: 28px;
        /* padding-top: 195px; */
    }
    .qmenu .qnav a::after {
        width: 50px;
        height: 70px;
        top: 37%;
    }
    .qmenu .qnav ul .facility {
        margin: 0px;
    }
    /* notice */
    .notice {
        height: auto;
    }
    .notice h2 {
        font-size: 27px;
    }
    .notice .container {
        /* justify-content: space-between; */
        flex-direction: column;
        align-items: center;
        gap: 30px;
    }
    .notice .container a {
        width: 100%;
        height: 245px;
        padding: 3%;
    }
    .notice .n-list {
        margin-top: 35px;
        margin-bottom: 50px;
    }
    .notice .n-list li a {
        font-size: 18px;
        width: 51vw;
    }
    .notice .n-list li i {
        font-size: 15px;
    }
    .notice .menu {
        background-size: cover;
    }
    .notice .news {
        background-size: cover;
    }
    /* gallery */
    .gallery {
        width: 100%;
        height: auto;
        background: url(../images/gallery_bg.png)no-repeat center/cover;
        padding-bottom: 50px;
    }
    .gallery .container {
        display: flex;
        padding-top: 43px;
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .gallery .container .pic {
        width: 90%;
        height: 400px;
        background-color: #fff;
        border: 1px solid #ddd;
        padding: 15px;
        margin: 20px 0;
    }
    .gallery .pic .img-wrap {
        position: relative;
        width: 100%;
        height: 320px;
        overflow: hidden;
    }
}
/* breakpoint 480px*/
@media screen and (max-width:480px){
    /* visual */
    .visual .btns a {
        top: 70%;
        width: 65px;
        height: 65px;
    }
    /* quickmenu */
    .qmenu {
        padding: 30px 0;
    }
    .qmenu .qnav ul li {
        height: 260px;
    }
    .qmenu .qnav a {
        font-size: 27px;
        padding-top: 155px;
    }   
    .qmenu .qnav a::after {
        top: 30%;
    }
    /* notice */
    .notice h2 {
        font-size: 25px;
    }
    .notice p {
        font-size: 14px;
    }
    .notice .container a {
        padding: 5%;
    }
    /* gallery */
    .gallery h2 img {
        height: 6vw;
    }
    .gallery .container {
        padding-top: 30px;
    }
}