@charset "utf-8";
/* CSS Document */
#kagami{
    position:absolute;
    width:60px;
    top:0px;
    left:290px;
    z-index:-1;
}
#kadomatsu{
    position:absolute;
    width:100px;
    top:190px;
    left:0px;
}
#kagami img,#kadomatsu img{
    width:100%;
}
#horse{
    position:absolute;
    top:50px;
    left:0px;
    width:200px;
}
#horse img{
    position:absolute;
    width:100%;
}
@media screen and (min-width:600px){
    #horse{
        top:100px;
        left:180px;
        width:250px;
    }
    #kagami{
        width:80px;
        top:160px;
        left:150px;
        z-index:0;
    }
    #kadomatsu{
        width:130px;
        top:150px;
        left:20px;
    }
    
}
@media screen and (min-width:1024px){
    #horse{
        top:0px;
        left:10px;
        width:300px;
    }
    #kagami{
        width:80px;
        top:20px;
        left:320px;
        z-index:-1;
    }
    #kadomatsu{
        width:100px;
        top:40px;
        left:360px;
    }
}
