@charset "utf-8";
/*
 * style.css
 *
 *  version --- 1.0
 *  updated --- 2013/5/10
 */


/*------------------------index.php------------------------*/
.boder{
border-radius: 8px;
border: 3px solid #ffffcd;
}
.top .flbox{
    margin-top: 10px;
}
.flbox .leftbox{
    float: left;
    width: 706px;
}
.flbox .rightbox{
    float: right;
    width: 280px;
}
.flbox .top-event{
}
.flbox .top-event1{
    margin-top: 13px;
}
.flbox .pick-up-box{
    width: 280px;
    height: 547px;
    padding: 142px 15px 30px 15px;
    background: url("../images/bg_pick.png") no-repeat top center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.img-hg{
    position: absolute;
    z-index: 4;
     top: 50px;
     left: 48px;
}
.img-bk{
    position: absolute;
    z-index: 3;
    top: 125px;
    left: 0;
}
.top .news{
    width: 705px;
    height: 380px;
    padding: 0 20px 20px 20px;
    background: url("../images/new_bj1.jpg") repeat-y top center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.cardbox{
    text-align: center;
}

.top .news-box{
    background: #FFF;
    border-radius: 10px;
    border: 2px solid #ffffcd;
    padding: 10px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .news-scroll{
    height: 361px;
}

.top .news-box-cont+.news-box-cont{
    margin-top: 20px;
}
.top .news-box-cont .img{
    float: left;
    width: 155px;
}
.top .news-box-cont .des{
    overflow: hidden;
    padding: 0 0 0 26px;
}
.top .news-box .time{
    font-size: 14px;
    color: #fff;
    font-weight: bold;
}
.top .news-box .tit{
    font-size: 14px;
    color: #ff0000;
    font-weight: bold;
}
.top .news-box .txt{
    font-size: 14px;
    line-height: 1.6;
    color: #000;
    font-weight: bold;
}


.color01{
    color: #ea00ff;
}
.color02{
    color: #0072ff;
}
.color03{
    color: #fff000;
}
.color04{
    color: #00ff24;
}
.color05{
    color: #ffc000;
}
.color06{
    color: #ffffff;
}
.color07{
    color: #ff0000;
}
.color08{
    color: #fc60bc;
}



.top .mapimg{
    margin-top: 13px;
}
.top .mapbg{
background: url("../images/access-bg.png") repeat-y top center;
}
.top .mapbg img{
border-radius: 8px;
border: 3px solid #ffffcd;
}
.maptxt{
    font-size: 14px;
    color: #000;
    font-weight: 600;
    text-align: left;
    padding: 15px 20px 0 20px;
    text-shadow: 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff, 0 0 5px #fff;
}
.top .service01{
    margin-top: 10px;
    background: url("../images/bg_girl.png") no-repeat top center;
    height: 320px;
    padding: 15px 15px 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .service{
    margin-top: 10px;
    background: url("../images/bg_service.png") no-repeat top center;
    height: 273px;
    padding: 15px 15px 15px 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.swiper-slide img{
}


.slider-top .slick-slide{
    padding:0 3px!important;
    margin: 15px 0 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.slider-top .slick-prev{
    width: 40px;
    height: 40px;
    left: 5px;
    z-index: 99;
}
.slider-top .slick-next{
    width: 40px;
    height: 40px;
    right: 5px;
    z-index: 99;
}

.slick-prev:before,
.slick-next:before{
    display: none;
}
.top .news-box-cont+.news-box-cont{
    margin-top: 20px;
}


/*------------------------system.php------------------------*/
.system-box{

}
.system .img{
    text-align: center;
}

/*------------------------room.php------------------------*/

.room-txt {
    padding: 0 0 20px;
    text-align: center;
    line-height: 2;
    font-size: 36px;
    color: #fff;
    font-weight: bold;
    text-shadow: 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000, 0 0 5px #000;
}
.room-in{
    padding: 0 50px 0 50px;
}
.room-box .list01{
    margin: -20px 0 0 -20px;
}
.room-box .list01 li{
    float: left;
    width: 50%;
    padding-top: 20px;
    padding-left: 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.room-box .list01 li img{
    border-radius: 8px;
border: 3px solid #ffffcd;
}
.room-box .list02 li img{
    border-radius: 8px;
border: 3px solid #ffffcd;
}
.room-box .list02{
    margin: 0 0 0 -10px;
}
.room-box li{
    float: left;
    width: 33.33%;
    padding-top: 10px;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.fancybox-close {
    position: absolute;
    top: -22px;
    right: -22px;
    width: 44px;
    height: 44px;
    cursor: pointer;
    z-index: 8040;
    background: url("../images/box-close.png") no-repeat 0 0;
    -webkit-background-size: 100%;
    background-size: 100%;
}




/*------------------------staff.php------------------------*/
.staff{
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff-in{
    padding: 30px 30px 30px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff-box{
    width: 900px;
    margin: 0 auto;
}
.staff-box ul{
    margin: -30px 0 0 -20px;
}
.staff-box li{
    float: left;
    width: 33.33%;
    padding-left: 30px;
    padding-top: 35px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff-box li .listbox{
    width: 270px;
}
.staff-box li .img{
    border: 4px solid #ffffcd;
    border-radius: 6px;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff-box li .img img{
    width: 100%;
}
.staff-box li .name{
    font-size: 17px;
    color: #000000;
    font-weight: 600;
    text-align: center;
    position: relative;
    margin-top: 5px;
    line-height: 2;
}
.staff-box li .name span{
    font-size: 14px;
    color: #000000;
    font-weight: 600;
    margin-top: 5px;
    line-height: 2;
}
.staff-box li .size{
    font-size: 16px;
    color: #000000;
    text-align: center;
    background: linear-gradient(to right,#eece72, #fff7b2, #fff3ac);

}
.staff-box li .name .pos01{
    display: none;
}
.staff-box li .name .pos02{
    display: none;
}



/*------------------------staff01.php------------------------*/

.staff01-box{
    margin-top:0;
    padding: 22px 0 70px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.schedule-box-in{
    position: relative;
    width: 840px;
    margin: 75px auto 0;
}
.staff_bj1{
    position: absolute;
    top: -74px;
    left: 55px;
    z-index: 4;
}
.staff_bj2{
    position: absolute;
    top: 2px;
    left: -17px;
    z-index: 3;
}
.staff01-img{
    margin-top: 20px;
    width: 300px;
    float: left;
    z-index: 9;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.staff01-img img{
    width: 100%;
}
.staff01-box .des{
    float: right;
    width: 475px;
    padding: 60px 0 38px 50px;
    border-radius: 8px;
    background: #fff;
    border: 3px solid #ffffcd;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.staff_bj3{
    position: absolute;
    top: -43px;
    right: 20px;
    z-index: 4;
    background: url(../images/staff_bj3.png) no-repeat top center;
    width: 427px;
    height: 80px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 24px;
    font-weight: bold;
    color: #000;
    padding-top: 10px;
}
.staffname{
    position: absolute;
    z-index: 5;
}
.staff01-box .name{
    font-size: 24px;
    color: #2adee8;
    line-height: 2;

}
.staff01-box .age{
    font-size: 20px;
    color: #2adee8;
    line-height: 2;
}
.staff01-box .size{
    font-size: 20px;
    color: #2adee8;
    line-height: 2;
}
.staff01-box span{
    color: #2adee8;
}
.staff01-box .txt{
    margin-top: 35px;
    font-size: 14px;
    width: 315px;
    line-height: 2.5;
    color: #000;
}
.imglist{
    margin-top: 20px;
}
.imglist ul{
    margin-left: -5px;
    width: 420px;
}
.imglist li{
    float: left;
    width: 24%;
    padding-left: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imglist li img{
    cursor: pointer;
    border: 2px solid #2adee8;
    border-radius: 5px;
}
.nav-list03{
    text-align: center;
}
.staff01-box-staff-box{
    margin-top: 120px;
    height: auto!important;
    overflow-y: hidden;
}



/*------------------------recruit.php------------------------*/
.recruit-box{
    padding: 5px 0 20px;
}
.recruit-box .img{
    text-align: center;
    margin-bottom: 20px;
}

.recruit-in{
    width: 820px;
    margin: 0 auto;
    padding: 20px;
    background: rgba(255,255,255,0.96);
    border-radius: 20px;
}
.recruit-cont{
    border-bottom: 1px dotted #2adee8;
    font-size: 16px;
    line-height: 36px;
    color: #000;
}
.recruit-cont+.recruit-cont{
    margin-top: 5px;
}
.recruit-in .re-tit{
    font-size: 22px;
    color: #2adee8;
    line-height: 45px;
    text-align: left;
}
.recruit-in .txt a{
    display: inline-block;
    font-size: 16px;
    color: #000;
    font-weight: bold;
    pointer-events: inherit;
}
.re{
    text-align: center;
    margin-bottom: 20px;
}
/*---------------------------access---------------------*/
.access-box{
    padding: 0;
}
.access-in{
    padding: 30px 70px 50px 70px;

}
.access-box .map{
    margin: 0 auto 20px;
    text-align: center;
}
.access-box .map img{border-radius: 20px;border: 3px solid #ffffcd;}
.access-box .map-text{
	width:100%;
	display: flex;
}
.access-box .address{
    background: rgba(255,255,255,1);
    border-radius: 20px;
    padding: 20px ;
    margin-top: 30px;
    line-height: 1.8;
    font-size: 18px;
    color: #000;
	width:62%;
}
.access-box .mapcard{
	width:36%;
	margin-top:20px;
	align-items: center;
	display: flex;
	margin-left: 10px;
}
.access-box .tel{
    border-radius: 10px;
    padding: 10px;
    font-size: 18px;
    color: #000;
}
.access-box .tel a{
    font-size: 36px;
    color: #ff0000;
    text-decoration: underline;
}
.map01{
    margin-top: 20px;
    width: 100%;
    height: 380px;
}
.map01 iframe{
    width: 100%;
    height: 380px;
}
@media screen and (max-width: 767px) {
    .access-box .map{
        margin: 0 auto 10px;
    }
    .access-box .address{
        margin-top: 15px;
        font-size: 16px;
    }
    .access-box .tel{
        font-size: 16px;
    }
    .access-box .tel a{
        display: block;
        font-size: 24px;
    }
}















/***PC 960px ~***/

/***IPAD 768px ~ 959px***/
@media screen and (max-width: 959px) {

}

/*** SP 480px ~ 767px***/
@media screen and (max-width: 767px) {

}

/*** SP 320px ~ 479px***/
@media screen and (max-width: 479px) {

}
