@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Open+Sans:700');

.contents{
    height: 3100px;
}

.orange1{
    color: #FF9900;
}

.top_images{
    width: 100%;
    height: 585px;
}

.top_contents{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 1000px;
    height: 585px;
    margin: 100px auto 0 auto;
}

.slogan{
    width: 420px;
    margin-left: 20px;
    font-size: 20px;
    padding-top: 120px; 
}

.slogan_sp > img{
    display: none;
}

.top_contents > .dancecare_button > img{
    margin-top: 60px;
    margin-left: 20px;
}

.dancecare_button:hover{
    opacity: 0.9;
    cursor: pointer;
}

.dancecare_button:active{
    position: relative;
    top: 3px;
}

.iPhone{
    display: none;
}

.iPhone_sp{
    display: none;
}

.Stage{
    position: absolute;
    width: 114px;
    bottom: 170px;
    left: 440px;

}
.Stage_iPhone{
    position: relative;
    width: 114px;
    height: 240px; 
    z-index: 2;
}


/* スライドショーの画像位置、アニメーション設定 */
.slider_li{
    /* 指定アニメーション名（slide）, 実行時間(10秒), 実行回数 （無限）*/
    position: absolute;
    top: 40px;
    left: 10px;
    width: 96px;
    line-height: 0;
}

.slider_li > div{
    width: 95px;
    height: 154.5px;
    overflow: hidden;
}

.slider_li > div > img {
    animation: SlideDown 20s infinite;
    -webkit-animation: SlideDown 20s infinite;
    width: 96px;
}

@keyframes SlideDown {
    0%{
        opacity: 1;
        transform: translateY(0px);
    }


    50% {
        opacity: 1;/* 不透明 */
        transform: translateY(-210px);
    }
    100%{
        transform: translateY(0px)
    }
    }

.pc{
    position: absolute;
    top: 120px;
    width: 500px;
    height: 280px;
    right: 50px;
}

.top_contents > p{
    position: absolute;
    margin-left: 20px; 
    width: 520px;
    top: 520px;
    color: white;
    font-weight: bold;
}

.feature{
    position: relative;
    bottom: 10px; 
    width: 100%;
    height: 1000px;
    background-color: #FDF5EA;
}

.title{
    text-align: center;
}

.title > h1{
    padding: 60px 0;
    font-size: 35px;
}

.title > div > p{
    padding-top: 5px;
}

.main_img{
    position: relative;
    width: 940px;
    margin: 80px auto;
}

.light{
    width: 24px;
    height: 36px;
    margin-bottom: 6px;
}

.circle_1{
    position: absolute;
    width: 180px;
    height: 150px;
    top: 50px;
}

.circle_2{
    position: absolute;
    width: 180px;
    height: 150px;
    right: 50px;
    top: 0px;
}

.circle_3{
    position: absolute;
    width: 180px;
    height: 150px;
    right: 50px;
    top: 270px;
}

.circle_4{
    position: absolute;
    width: 180px;
    height: 150px;
    left: 430px;
    top: 240px;
}

.circle_5{
    position: absolute;
    width: 180px;
    height: 150px;
    left: 430px;
    bottom: 20px;
}

.circle{
    position: relative;
    display: inline-block;
    width: 180px;
    height: 150px;
    text-align:center;
    line-height: 80px;
    vertical-align: middle;
    border-radius: 50%;
    border: solid 2px #FF9900;
    background-color: white;
  }

.circle_title{
    font-size: 15px;
    margin-top: 20px;
    line-height: 24px;
    color: #ff9900;
}

.circle > h4{
    position: absolute;
    left: 30%;
    bottom: 10px;
    line-height: 12px;
    color: #ff9900;
    
}

.circle_sp{
    display: none;
}

.circle_1_sp{
    display: none;
}
.circle_2_sp{
    display: none;
}
.circle_3_sp{
    display: none;
}
.circle_4_sp{
    display: none;
}
.circle_5_sp{
    display: none;
}

.circle_img{
    position: absolute;
    left: 380px;
    bottom: -80px;
}

.circle_img:hover{
    opacity: 0.9;
    cursor: pointer;
}

.main_use{
    text-align: center;
}

.main_use > h1{
    padding-top: 80px;
    font-size: 35px;
}

.main_use > p{
    margin: 30px 0;
}

.use_img{
    height: auto;
    margin: 100px 0 0 80px;
}

.use_img1{
    width: 220px;
    height: 208px;
    margin: 0 0 0 auto;
}

.use_img2{
    width: 200px;
    height: 200px;
    margin: 0 8%;
}

.use_img3{
    width: 300px;
    height: 177px;
    margin: 0 auto 0 0;
}

.see{
    margin: 130px 0;
}

.main_plan{
    text-align: center;
}

.main_plan > h1{
    font-size: 35px;
}

.main_plan > p{
    margin: 30px 0;
}

.plan_img{
    padding-top: 60px;
    margin-left: 60px;
}

.plan_img > img{
    width: 300px;
    height: 300px;
    margin: 0 60px;
}

.news{
    width: 941px;
    margin: 0 auto;
    border-bottom: solid 2px #CFCFCF;
}

.news > a{
    color: #FF9900;
    font-weight: bold;
}

.notice{
    padding-left: 20px;
}

.notice_list{
    float:right;
    margin-right: 20px;
}
.news_list{
    width: 700px;
    margin: 0 auto;
}

.news_list > p{
    display: inline;
    line-height: 60px;
}

.call{
    margin-left: 30px;
}

.index_active{
    text-decoration: underline;
}

@media (max-width: 480px) {
    
    .contents{
        width: 100%;
    }

    .top_contents{
        width: 100%;
    }

    .top_images{
        width: 1280px;
        height: 585px;
        z-index: 1;
    }

    .slogan{
        display: none;
    }

    .slogan_sp{
        width: 320px;
        margin: 15px auto 0 auto;
    }

    .slogan_sp > img{
        display: block;
    }

    .iPhone{
        display: none;
    }

    .pc_phone{
        width: 80%;
        margin: 20px auto;
        text-align: center;
        z-index: 1;
    }

    .Stage{
        display: none;
    }
    
    .iPhone_sp{
        display: block;
        position: absolute;
        width: 60px;
        top: 160px;
        height: 125px;
    }
    
    .pc{
        position: static;
        top: 90px;
        width: 300px;
        height: 173px;
        margin-left: 0;
    }

    .top_contents > .dancecare_button > img{
        text-align: center;
        margin: 20px auto;
    }

    .dancecare_button{
        display: block;
        width: 330px;
        margin: 0 auto;

    }

    .top_contents > p{
        position: static;
        text-align: center;
        width: 92%;
        margin: 30px auto;
        top: 0;
        font-weight: normal;
    }

    .feature{
        height: 720px;
    }

    .title > h1{
        width: 80%;
        margin: 0 auto;
        padding: 60px 0 20px 0;
    }

    .title > p{
        width: 80%;
        margin: 0 auto;
    }

    .main_img{
        width: 90%;
        margin: 50px auto 0 auto;
    }

    .circle{
        display: none;
    }

    .circle_1_sp{
        display: block;
        position: absolute;
        width: 25%;
        top: 0;
    }
    
    .circle_2_sp{
        display: block;
        position: absolute;
        width: 25%;
        right: 5%;
        top: -30px; 
    }
    
    .circle_3_sp{
        display: block;
        position: absolute;
        width: 25%;
        right: 5%;
        top: 90px;
    }
    
    .circle_4_sp{
        display: block;
        position: absolute;
        width: 25%;
        left: 40%;
        top: 60px;
    }
    
    .circle_5_sp{
        display: block;
        position: absolute;
        width: 25%;
        left: 43%;
        bottom: 150px;
    }
    
    .circle_sp{
        position: absolute;
        display: inline-block;
        width: 100%;
        height: auto;
        text-align:center;
        line-height: 20px;
        vertical-align: middle;
        border-radius: 50%;
        border: solid 1px #FF9900;
        background-color: white;
      }
    
    .circle_title{
        font-size: 8px;
        margin-top: 15px;
        line-height: 15px;
        color: #ff9900;
    }
    
    .circle_sp > h4{
        font-size: 8px;
        line-height: 24px;
        color: #ff9900;
        
    }
    .circle_img{
        position: static;
        display: block;
        margin: 30px auto 0 auto;
    }
    .use_img{
        margin: 0px;
    }

    .use_img > img{
        display: block;
        margin: 30px auto;
    }

    .use_img1{
        width: 204px;
        height: 179px;
    }

    .use_img2{
        width: 144px;
        height: 164px;
    } 

    .use_img3{
        width: 219px;
        height: 131px;
    }

    .see{
        margin: 60px 0;
    }

    .plan_img{
        margin-left: 0px;
        padding-top: 30px;
    }

    .plan_img > img{
        margin-bottom: 30px;
        width: 208px;
        height: 203px;
    }

    .news{
        width: 80%;
    }

    .notice_list{
        float: right;
        margin-right: 20px;
        padding-left: 0;
    }
    .news_list{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .news_list > p{
        display: block;
        line-height: 30px;
    } 

    .call{
        margin-left: 0px;
    }
}
@media screen and (min-width:600px) and (max-width:959px) {
    .contents{
        width: 100%;
        height: 2900px;
    }

    .top_contents{
        width: 80%;
    }

    .top_images{
        width: 1280px;
        height: 700px;
        z-index: 1;
    }

    .slogan{
        display: none;
    }

    .slogan_sp{
        width: 400px;
        margin: 15px auto 0 auto;
    }

    .slogan_sp > img{
        display: block;
        width: 400px;
        height: 110px;
    }
    
    .Stage{
        display: block;
        position: absolute;
        z-index: 1;
        top: 180px;
        height: 125px;
        left: 60px;
    }



    .pc_phone{
        width: 80%;
        margin: 20px auto;
        text-align: center;
        z-index: 1;
    }
    
    .iPhone_sp{
        display: none;
    }
    
    .pc{
        position: static;
        top: 90px;
        margin-left: 0;
        width: 485px;
        height: 280px;
    }

    .top_contents > .dancecare_button > img{
        text-align: center;
        margin: 20px auto;
    }

    .dancecare_button{
        display: block;
        width: 330px;
        margin: 0 auto;

    }

    .top_contents > p{
        position: static;
        text-align: center;
        font-size: 16px;
        width: 79%;
        margin: 30px auto;
        top: 0;
        font-weight: normal;
    }

    .feature{
        height: 870px;
    }

    .title > h1{
        width: 80%;
        margin: 0 auto;
        padding: 60px 0 30px 0;
    }

    .title > p{
        width: 80%;
        margin: 0 auto;
    }

    .main_img{
        width: 90%;
        margin-bottom: 0;
    }

    .circle{
        display: none;
    }

    .circle_1_sp{
        display: block;
        position: absolute;
        width: 25%;
        top: 40px;
        left: 8%;
    }
    
    .circle_2_sp{
        display: block;
        position: absolute;
        width: 25%;
        right: 0%;
        top: -20px; 
    }
    
    .circle_3_sp{
        display: block;
        position: absolute;
        width: 25%;
        right: 0%;
        top: 170px;
    }
    
    .circle_4_sp{
        display: block;
        position: absolute;
        width: 25%;
        left: 45%;
        top: 140px;
    }
    
    .circle_5_sp{
        display: block;
        position: absolute;
        width: 25%;
        left: 43%;
        bottom: 200px;
    }
    
    .circle_sp{
        position: absolute;
        display: inline-block;
        width: 70%;
        height: 120px;
        text-align:center;
        line-height: 20px;
        vertical-align: middle;
        border-radius: 50%;
        border: solid 1px #FF9900;
        background-color: white;
      }
    
    .circle_title{
        font-size: 12px;
        margin-top: 30px;
        line-height: 20px;
        color: #ff9900;
    }
    
    .circle_sp > h4{
        font-size: 18px;
        margin-top: 10px;
        line-height: 24px;
        color: #ff9900;
    }

    .circle_img{
        position: static;
        display: block;
        margin: 30px auto 0 auto;
    }

    .main_use{
        margin-top: 50px; 
    }

    .use_img{
        width: 95%;
        margin: 0 auto;
    }
    .use_img2{
        width: 180px;
        height: 180px;
        margin: 0 10px;
    }
    .use_img3{
        width: 270px;
    }

    .see{
        margin: 60px 0;
    }

    .plan_img{
        margin-left: 0px;
        padding-top: 30px;
    }

    .plan_img > img{
        margin: 10px 20px;
        width: 240px;
        height: 240px;
    }

    .main_plan{
        margin-bottom: 60px;
    }

    .news{
        width: 80%;
    }

    .notice_list{
        margin-right: 20px;
        padding-left: 0;
        float: right;
    }
    .news_list{
        width: 100%;
        text-align: center;
        margin-top: 10px;
    }

    .news_list > p{
        display: inline-block;
        margin: 0 40px;
        font-size: 16px;
        line-height: 30px;
    } 

    .call{
        margin-left: 0px;
    }
}