@charset "UTF-8";

/*----------花の背景----------*/
#flower_1 + div {
    background-size: 50%!important;
}

@media screen and (max-width: 900px) {
#flower_1 + div {
    background-size: 100%!important;
}
}