@charset "UTF-8";

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

@media screen and (max-width: 768px) {
#flower_4 + div {
    background-size: 50%!important;
}
}