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

/*------------------------index.html------------------------*/
.enter #header{
    background: url("../images/bg_header.jpg") no-repeat top center;
    -webkit-background-size: cover;
    background-size: cover;
}
.enterlink-box{
    background: #000;
}
.enterlink-txt{
    font-size: 12px;
    padding: 12px 0 15px;
    text-align: center;
    color: #fff;
}
iframe{
    width: 100% !important;
    max-width: 100%!important;
}

.enterlink{
    text-align: center;
}
.enterlink span{
    margin: 0 20px 0 20px;
}
.enter-box{
    padding: 0 0 300px;
    text-align: center;
}
.enter-event{
    margin: 30px 0 56px;
}
.enter-event .img{
    margin-top: 5px;
}

.rule-box{
    text-align: center;
}
.enter-box .rule{
    display: inline-block;
    font-size: 12px;
    color: #fff;
    text-align: left;
    line-height: 2.8;
}
.enter-box .rule span{
    display: block;
    margin-top: 20px;
}

@media screen and (max-width: 767px) {
    .enter #contents{
        padding-top: 0;
    }
    .enterlink-box{
    }
    .enterlink{
        text-align: center;
        margin:0  0 30px;
    }
    .enterlink a img{
        width: 100px;
    }
    .enter-box{
        padding: 0 0 50px;
        text-align: center;
    }
    .enter-event{
        margin: 10px 0 30px;
    }
    .enter-box .rule span{
        display: block;
        margin-top: 20px;
    }
    .enter-box .rule{
        padding: 0 10px;
        font-size: 12px;
        color: #fff;
        line-height: 2;
    }
}

/*------------------------index.php------------------------*/
.news-wp{
    height: 420px;
    overflow-y: auto;
}

@media screen and (max-width: 767px) {
.news-wp{
    height: 460px;
    overflow-y: auto;
}
}
.top .news{
    margin-top: 30px;
}

.top .news-box{
    margin: 10px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .news-cont+.news-cont{
    margin-top: 10px;
}
.top .news-cont .tit{
    text-align: left;
    padding: 12px 10px;
    border: 1px solid #908266;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.top .news-cont .tit span{
    display: inline-block;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #fff;
    border-radius: 2px;
    width: 80px;
    margin-right: 20px;
    background: #c28e43;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.top .news-cont .box{
    border: 1px solid #908266;
    background: #5a4d41;
    margin-top: 10px;
    padding: 10px 20px 20px;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {

    .top .news{
        margin-top: 15px;
    }
    .top .news-box{
        margin: 0 5px;
    }
    .top .news-cont .box{
        padding: 10px 10px 20px;
    }
    .top .news-cont .tit{
        text-align: left;
        padding: 12px 10px;
        background:#5a4d41;
        font-size: 13px;
    }
    .top .news-cont .tit.on{
        background: #5a4d41;
    }
}
.info{
    margin-top: 20px;
}
.info-bxo{
    border: 1px solid #908266;
    padding: 20px 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.info-bxo .img{
    float: left;
    width: 280px;
}
.info-cont{
    padding: 15px 0;
    border-bottom: 1px dotted #4f3639;
}
.info-bxo .info-txt{
    overflow: hidden;
    padding-left: 20px;
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
}

.info-bxo .info-cont01 .img{
    float: right;
}
.info-bxo .info-cont01 .info-txt{
    overflow: hidden;
    padding-left: 0;
    padding-right: 20px;
    font-size: 15px;
    color: #fff;
    line-height: 1.6;
}


@media screen and (max-width: 767px) {
    .info{
        margin-top: 20px;
    }
    .info-bxo{
        border: 1px solid #908266;
        padding: 10px 10px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .info-bxo .img{
        float: none;
        text-align: center;
        width: 100%;
    }
    .info-bxo .img img{
        width: 80%;
    }
    .info-cont{
        padding: 10px 0;
    }
    .info-bxo .info-txt{
        margin-top: 10px;
        padding-left: 0;
        font-size: 13px;
    }
    .info-bxo .info-cont01 .img{
        float: none;
        text-align: center;
    }
    .info-bxo .info-cont01 .info-txt{
        padding-right: 0;
        font-size: 13px;
    }


}


.pick-up-box .swiper-container{
    background: #241e1b;
    text-align: center;
    padding: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.pick-up-box .listtit{
    font-size: 14px;
    color: #c1b07b;
    line-height: 1.6;
}
.pick-up-box .listsize{
    font-size: 12px;
    color: #fff;
    line-height: 1.6;
    padding-bottom: 3px;
}
.pick-up-box .listsize span{
    color: #c1b07b;
}
.pick-up-box .listtxt{
    border-top: 1px solid #3c3129;
    font-size: 12px;
    color: #cfbbab;
    padding: 5px 0 0;
}




.sp-pick-up-box .swiper-container{
    padding: 10px 0;
}

.sp-pick-up-box{
    margin-top: 10px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

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

.slider-top .slick-prev{
    width: 40px;
    height: 40px;
    background: url("../images/arrowL.png") no-repeat 0 0;
    left: 5px;
    z-index: 99;
}
.slider-top .slick-next{
    width: 40px;
    height: 40px;
    background: url("../images/arrowR.png") no-repeat 0 0;
    right: 5px;
    z-index: 99;
}

.slick-prev:before,
.slick-next:before{
    display: none;
}

@media screen and (max-width: 767px) {

}


/*------------------------system.php------------------------*/

.system-mainbox{
    background: #3b2817;
}
.system-box{
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.system-cont{
    margin-top: 20px;
    font-size: 16px;
    background-color: #755642;
    border: 1px solid transparent;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 1px rgba(0,0,0,.05);
    box-shadow: 0 1px 1px rgba(0,0,0,.05);
}
.system-cont .ht01{
    color: #333;
    background-color: #f5deb3;
    border-color: #ddd;
    padding: 10px 15px;
    border-bottom: 1px solid transparent;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
    font-weight: bold;
}
.system-cont .price-box{
    padding: 20px 60px;
    font-size: 16px;
    text-align: center;
    line-height: 2;
    color: #fff;
}
.system-cont dl{
    display: table;
    width: 100%;
}
.system-cont dt{
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dotted #D3B89B;
}
.system-cont dd{
    display: table-cell;
    width: 33.33%;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dotted #D3B89B;
}

.system-cont01 dt{
    display: table-cell;
    width: 40%;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dotted #D3B89B;
}

.system-cont01 dd{
    display: table-cell;
    width: 60%;
    vertical-align: middle;
    padding: 10px 0;
    text-align: center;
    border-bottom: 1px dotted #D3B89B;
}

.system-cont dd span{
    font-size: 12px;
}
.price-txt01{
    font-size: 16px;
    padding: 10px 0;
    color: #7d3950;
    border-bottom: 1px dotted #D3B89B;
}
.price-txt02{
    margin-top: 20px;
    background: #f5d6b3;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
    padding: 15px 10px;
    color: #000;
    border-radius: 5px;
}
.price-txt03{
    text-align: left!important;
}
.spshow{
    display: none!important;
}
.price-txt04{
	color:#5a4d41;
}
@media screen and (max-width: 767px) {
    .pcshow{
        display: none!important;
    }
    .system-cont{
        margin-top: 10px;
        font-size: 16px;
    }
    .system-cont .ht01{
        padding: 10px 15px;
    }
    .system-cont .price-box{
        padding: 10px 8px;
        font-size: 16px;
    }
    .price-txt01{
        font-size: 16px;
    }
    .spshow{
        display: table!important;
    }
    .price-txt02{
        margin-top: 10px;
        font-size: 12px;
        padding: 10px;
    }
    .system-cont dl.spshow dd{
        text-align: left;
    }
    .system-cont dl.spshow dt{
        position: relative;
        text-align: left;
        padding-left: 30px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .system-cont dl.spshow dt:before{
        background: url("../images/icon05.png") 0 0 no-repeat;
        -webkit-background-size: 100%;
        background-size: 100%;
        width: 50px;
        height: 22px;
        right: 15px;
        top: 50%;
        transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        content: '';
        z-index: 2;
        position: absolute;
    }
}



/*------------------------staff.php------------------------*/




/*------------------------schedule.php------------------------*/
.com-container{
    padding: 0 20px;
    border: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.mainbox{
    margin-top: 20px;
    padding: 20px 30px 30px;
    border: 1px solid #908266;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.mainbox01{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .mainbox{
        margin-top: 10px;
        padding: 10px 10px 20px;
    }
    .com-container{
        margin: 0;
        padding: 0 0 15px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }

}



/*------------------------staff01.php------------------------*/
.staff01-img{
    width: 400px;
    float: right;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.staff01-img .img img{
    border: 3px solid rgba(255,255,255,0.8);
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.imglist{
    margin-top: 10px;
}
.imglist li{
    float: left;
    width: 25%;
    padding-left: 3px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.imglist li img{
    border: 1px solid rgba(255,255,255,0.8);
    cursor: pointer;
}

.staff01-des{
    float: left;
    width: 430px;
    padding: 0 20px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.staff01-des .ht03{
    background: #5a4d41;
    color: #c1b07b;
    font-size: 18px;
    text-align: left;
    height: 45px;
    line-height: 45px;
    padding: 0 20px;
    border-radius: 23px;
    font-family: "游明朝", "YuMincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", serif;
    font-weight: bold;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.staff01-des .name{
    font-size: 20px;
    color: #fff;
    font-weight: bold;
    padding: 10px 0 10px 20px;
}
.staff01-des .size{
    font-size: 12px;
    color: #fff;
    padding-bottom: 15px;
    padding-left: 20px;
}
.comment-box{
    font-size: 16px;
    padding: 10px ;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.des-schedule .box{
    margin: 20px 10px 0;
}
.des-schedule table{
    width: 100%;
    border: 1px solid #4f3639;
}
.des-schedule table th{
    color: #c1b07b;
    background: #241e1b;
    width: 25%;
    padding: 5px 0;
    text-align: center;
    font-size: 14px;
    border: 1px solid #4f3639;
}
.des-schedule td{
    font-size: 14px;
    width: 25%;
    padding: 5px 0;
    text-align: center;
    border: 1px solid #4f3639;
}


@media screen and (max-width: 767px) {

    .slider-for .slick-slide img{
        margin: 0 auto;
        max-height: 400px;
    }
    .slider-nav .slick-slide{
        padding: 0 5px !important;
        margin: 5px 0 0 0;
        -webkit-box-sizing: border-box!important;
        -moz-box-sizing: border-box!important;
        box-sizing: border-box!important;
    }
    .slick-next::before{
        content: '';
    }
    .slick-prev::before, .slick-next::before {
        display: none;
    }
    .staff01-des{
        float: none;
        width: 100%;
        padding: 10px 10px;
    }





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

.room-box .tit{
    font-size: 20px;
    text-align: center;
    color: #c1b07b;
    font-weight: bold;
    padding-bottom: 5px;
    border-bottom: 1px dashed #6c5a4d;
}
.room-box .room-in{
    margin-top: 30px;
}

.room-box .room-in .img{
    float: left;
    width: 688px;
    border: 2px solid #010101;
}
.room-box .room-in ul{
    float: right;
    width: 163px;
}
.room-box .room-in ul li+li{
    margin-top: 5px;
}
.room-box .room-in ul li img{
    border: 1px solid #010101;
    cursor: pointer;
}
.room-box .txt{
    padding: 25px 0 0;
    line-height: 1.8;
    font-size: 16px;
    color: #fff;
}
@media screen and (max-width: 767px) {
    .room-box .tit{
        font-size: 18px;
    }
    .room-box .room-in{
        margin-top: 15px;
        padding: 0 10px;
    }
    .room-box .room-in ul li+li{
        margin-top:0;
    }
    .room-box .room-in .img{
        float: none;
        width: 100%;
        border: 1px solid #010101;
    }
    .room-box .room-in ul{
        float: none;
        width: 100%;
        margin-top: 10px;
    }
    .room-box .room-in ul li{
        float: left;
        width: 25%;
        padding-left: 5px;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .room-box .txt{
        padding: 15px 10px 0;
        font-size: 14px;
    }
}
/*------------------------access.php------------------------*/

.access .map{
    width: 750px;
    height: 490px;
    margin: 25px auto 0;
}
.access .map iframe{
    width: 750px;
    height: 490px;
}

.access-cont{
    margin-top: 20px;
}
.access-cont-tit{
    font-size: 20px;
    color: #fff;
    background: #5a4d41;
    text-align: left;
    padding: 10px 20px;
    margin: 0;
    border-radius: 5px;
}
.access-cont-tit i{
    margin-right: 10px;
}
.access-cont-txt{
    font-size: 16px;
    line-height: 1.8;
    color: #fff;
    padding: 20px 20px 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.access-cont-txt a{
    color: #c1b07b;
    font-size: 20px;
}


















@media screen and (max-width: 767px) {
    .access .map{
        width: 100%;
        height: 320px;
        margin: 15px auto 0;
    }
    .access .map iframe{
        width: 100%;
        height: 320px;
    }
}

/*------------------------recruit.php------------------------*/

.recruit-in{
    margin: 25px 0 0;
    border-bottom: 1px solid #4f3639;
}
.recruit-box dl{
    display: table;
    width: 100%;
    border-top: 1px solid #4f3639;
}
.recruit-box dt{
    display: table-cell;
    width: 30%;
    padding: 10px 0;
    font-size: 16px;
    color: #392629;
    background: #fff;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    border-left: 1px solid #4f3639;
    border-right: 1px solid #4f3639;
}
.recruit-box dd{
    display: table-cell;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #fff;
    text-align: left;
    vertical-align: middle;
    border-right: 1px solid #4f3639;
    line-height: 2;
}
.recruit-box dd a{
    color: #fff;
}

@media screen and (max-width: 767px) {
    .recruit-in{
        margin: 10px 10px 0;
    }
    .recruit-box dt{
        font-size: 14px;
    }
    .recruit-box dd{
        font-size: 12px;
    }
}

/*------------------------hotel.php------------------------*/

.hotel-box .caption{
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    padding: 0 0 10px 0;
}

.hotel-box table{
    width: 100%;
}
.hotel-box table tr{
    border: 1px solid #666;
}
.hotel-box table th{
    font-weight: bold;
    border: 1px solid #666;
    padding: 10px 0 10px 10px;
    font-size: 14px;
    color: #ab9355;
    background: #000;
    width: 30%;
}
.hotel-box table .newwidth{
    width: 40%;
}
.hotel-box table td{
    border: 1px solid #666;
    padding: 8px 0 8px 10px;
    font-size: 14px;
    color: #fff;
    background: #000;
}

@media screen and (max-width: 767px) {

    .hotel-box .caption{
        font-size: 14px;
    }
    .hotel-box table th{
        padding: 3px 0 3px 5px;
        font-size: 12px;
    }
    .hotel-box table td{
        padding: 3px 0 3px 5px;
        font-size: 12px;
    }
}
/*------------------------link.php------------------------*/
.link-in{
    margin: 25px 0 0;
}
.link-box table{
    width: 100%;
    border: 1px solid #4f3639;
    border-collapse: separate;
    border-spacing: 1px;
}
.link-box table tr{
    border: 1px solid #4f3639;
}
.link-box table td{
    border: 1px solid #4f3639;
    padding: 50px 20px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (max-width: 767px) {
    .link-in{
        margin: 10px 10px 0;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
    }
    .link-box table td{
        padding: 30px 10px;
    }
}


















/***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) {
	
}
/*header{*/
/*    position: relative;*/
/*}*/
/*首页动画*/
    .rain-warp{
        width: 960px;
        margin: auto;
         /*height: 448px; */
        position: relative;
        /*top: -453px;*/
    }

    .warp-title{
        /*background: url("top.png") no-repeat;*/
        /*background: black;*/
        width: 960px;
        height: 448px;
        margin: auto;
        position: absolute;
        overflow: hidden;
        top: 0;
        left: 0%;
    }
    .warp-title div.pao-title{
        position: absolute;
        width: 30px;
        display: flex;
        flex-direction: column-reverse;
        opacity: 0;
    }
    /*气泡*/
    .warp-title div.pao-title span{
        width: 20px;
        height: 20px;
        border: 1px solid #c59439;
        background: rgba(197, 148, 57, 0.72);
        border-radius: 50%;
        display: block;
        animation: animate 7s linear infinite;
    }
    /*星星*/
    .warp-title p{
        background: url("../img/start3.png") no-repeat;
        background-size: cover;
        width: 50px;
        height: 50px;
        position: absolute;
        transform-origin: 50% 50% 0px;

        transform: scale(0, 0) rotate(0deg);
    }
    .warp-title p:nth-child(15){
        animation: animation_start1 3s linear infinite;
        left: 227px; top: 353px;
    }
    .warp-title p:nth-child(16){
        animation: animation_start2 3s linear infinite;
        left: 812px; top: 360px;
    }
    .warp-title p:nth-child(17){
        animation: animation_start3 3s linear infinite;
        left: 222px;
        top: 62px;
    }
    .warp-title p:nth-child(18){
        animation: animation_start4 3s linear infinite;
        left: 5px; top: 50px;
    }
    .warp-title p:nth-child(19){
        animation: animation_start5 3s linear infinite;
        left: 825px; top: 192px;
    }
    .warp-title p:nth-child(20){
        animation: animation_start6 3s linear infinite;
        left: 274px;
        top: 36px;
    }
    .warp-title p:nth-child(21){
        animation: animation_start7 3s linear infinite;
        left: 119px;
        top: 308px;
    }
    .warp-title p:nth-child(22){
        animation: animation_start8 3s linear infinite;
        left: 638px;
        top: 126px;
    }
    .warp-title p:nth-child(23){
        animation: animation_start9 3s linear infinite;
        left: 454px;
        top: 250px;
    }
    .warp-title p:nth-child(24){
        animation: animation_start10 3s linear infinite;
        left: 573px; top: 406px;
    }
    .warp-title p:nth-child(25){
        animation: animation_start11 3s linear infinite;
    }
    @keyframes animation_start1{
        0%{transform: scale(0, 0) rotate(0deg);}

        100%{transform: scale(1, 1) rotate(90deg);}
    }
    @keyframes animation_start2{
        0%{transform: scale(0, 0) rotate(0deg);}

        100%{transform: scale(1, 1) rotate(80deg);}
    }
    @keyframes animation_start3{
        0%{transform: scale(0, 0) rotate(0deg);}

        100%{transform: scale(1, 1) rotate(70deg);}
    }
    @keyframes animation_start4{
        0%{transform: scale(0, 0) rotate(0deg);}

        100%{transform: scale(1, 1) rotate(96deg);}
    }
    @keyframes animation_start5{
        0%{transform: scale(0, 0) rotate(0deg);}

        100%{transform: scale(1, 1) rotate(95deg);}
    }
    @keyframes animation_start6{
        0%{transform: scale(0, 0) rotate(0deg);}

        100%{transform: scale(1, 1) rotate(86deg);}
    }
    @keyframes animation_start7{
        0%{transform: scale(0, 0) rotate(0deg);}

        100%{transform: scale(1, 1) rotate(75deg);}
    }
    @keyframes animation_start8{
        0%{transform: scale(0, 0) rotate(0deg);}

        100%{transform: scale(1, 1) rotate(30deg);}
    }
    @keyframes animation_start9{
        0%{transform: scale(0, 0) rotate(0deg);}

        100%{transform: scale(1, 1) rotate(42deg);}
    }
    @keyframes animation_start10{
        0%{transform: scale(0, 0) rotate(0deg);}

        100%{transform: scale(1, 1) rotate(58deg);}
    }
    @keyframes animate{
        0%{
            opacity: 1;
        }
        50%{
            opacity:0;
        }
        100%{
            opacity: 1;
        }
    }
    .warp-title div:nth-child(1){
        top: -24px;
        left: 9px;
    }
    .warp-title div:nth-child(2){
        top: -19px;
        left: 50px;
    }
    .warp-title div:nth-child(3){
        top: -103px;
        left: 65px;
    }
    .warp-title div:nth-child(4){
        top: -177px;
        left: 120px;
    }
    .warp-title div:nth-child(5){
        top: -16px;
        left: 152px;
    }
    .warp-title div:nth-child(6){
        top: -260px;
        left: 204px;
    }
    .warp-title div:nth-child(7){
        top: -479px;
        left: 275px;
    }
    .warp-title div:nth-child(8){
        top: -449px;
        right: 292px;
    }
    .warp-title div:nth-child(9){
        top: -235px;
        right: 228px;
    }
    .warp-title div:nth-child(10){
        top: -300px;
        right: 195px;
    }
    .warp-title div:nth-child(11){
        top: -98px;
        right: 152px;
    }
    .warp-title div:nth-child(12){
        top: -9px;
        right: 99px;
    }
    .warp-title div:nth-child(13){
        top: -219px;
        right: 49px;
    }
    .warp-title div:nth-child(14){
        top: -74px;
        right: 9px;
    }
    @media screen and (max-width: 750px){
        .rain-warp{
           width: 100%;
            margin: auto;
             /*height: 239px; */
            position: relative;
            /*top: -239px;*/
        }
        .warp-title{
            width: 100%;
            height: 239px;
            /*background: url("top2.jpg") no-repeat;*/
            background-size: cover;
                left: 0%;
        }
        .warp-title div.pao-title{
            width: 5px;
        }
        .warp-title div.pao-title span{
           width: 5px;
            height: 5px;
        }
        .warp-title div:nth-child(1){
            top: 0px;
            left: 6px;
        }
        .warp-title div:nth-child(2){
            top: -19px;
            left: 22px;
        }
        .warp-title div:nth-child(3){
            top: -64px;
            left: 34px;
        }
        .warp-title div:nth-child(4){
            top: -67px;
            left: 48px;
        }
        .warp-title div:nth-child(5){
            top: -16px;
            left: 61px;
        }
        .warp-title div:nth-child(6){
            top: -149px;
            left: 85px;
        }
        .warp-title div:nth-child(7){
            top: -134px;
            left: 122px;
        }
        .warp-title div:nth-child(8){
            top: -123px;
            right: 121px;
        }
        .warp-title div:nth-child(9){
            top: -25px;
            right: 64px;
        }
        .warp-title div:nth-child(10){
            top: -30px;
            right: 44px;
        }
        .warp-title div:nth-child(11){
            top: -138px;
            right: 152px;
        }
        .warp-title div:nth-child(12){
            top: -32px;
            right: 25px;
        }
        .warp-title div:nth-child(13){
            top: -108px;
            right: 88px;
        }
        .warp-title div:nth-child(14){
            top: -74px;
            right: 9px;
        }
        .warp-title p{
            width: 30px;
            height: 30px;
        }
        .warp-title p:nth-child(15){
            animation: animation_start1 3s linear infinite;
            left: 39px;
            top: 22px;
        }
        .warp-title p:nth-child(16){
            animation: animation_start2 3s linear infinite;
            left: 328px; top: 60px;
        }
        .warp-title p:nth-child(17){
            animation: animation_start3 3s linear infinite;
            left: 18px;
            top: 141px;
        }
        .warp-title p:nth-child(18){
            animation: animation_start4 3s linear infinite;
            left: 125px; top: 50px;
        }
        .warp-title p:nth-child(19){
            animation: animation_start5 3s linear infinite;
            left: 56px;
            top: 98px;
        }
        .warp-title p:nth-child(20){
            animation: animation_start6 3s linear infinite;
            left: 88px;
            top: -2px;
        }
        .warp-title p:nth-child(21){
            animation: animation_start7 3s linear infinite;
            left: 71px;
            top: 16px;
        }
        .warp-title p:nth-child(22){
            animation: animation_start8 3s linear infinite;
                left: 247px;
                top: 24px;
        }
        .warp-title p:nth-child(23){
            animation: animation_start9 3s linear infinite;
            left: 310px; top: 150px;
        }
        .warp-title p:nth-child(24){
            animation: animation_start10 3s linear infinite;
            left: 345px;
            top: 200px;
        }
    }
