@charset "UTF-8";

#mainimage {
    background-image: url(../image/mainimage.jpg);
}

#madori .madori_wrap {
    justify-content: center;
}
@media all and (min-width: 640px){
    .sp-disp{
        display: none;
    }
    #planphoto li.image_wrap{
        width: 70%;
    }
    #planphoto li.textwith{
        width: 30%;
    }
}
@media all and (max-width: 640px){
    .pc-disp{
        display: none;
    }
}
