@charset "utf-8";


#wrap{
background-image: url("https://tuchizakiminato-kouwakai.com/wordpress/wp-content/themes/kouwa/img/page_bg.png");
background-repeat: no-repeat;
background-position: bottom right;
background-size: 1000px;
background-attachment: fixed;
}
@media only screen and (max-width:1024px) {
#wrap{
background-size: contain;
}
}