.wall_kinsuikan {
	position: relative;
	margin:0 auto;
	text-align:center;
	width:100%; max-width:100%;
	height: auto;
	background: url(../images/kinsuikan.jpg) no-repeat center center;
	background-size:cover;
    	background-attachment: fixed;
	padding:350px 20px 350px 20px;
}
.wall_kinsuikan p {
	color: #fff;
	text-shadow: 1px 1px 1px #fff;
	line-height:2;
}
@media only screen and (max-width: 768px){
.wall_kinsuikan {
	background: url(../images/kinsuikans.jpg) no-repeat center center;
	padding:190px 0 190px 0;
	background-size:auto;
	-moz-object-fit: cover;
	-webkit-object-fit: cover;
	-ms-object-fit: cover;
	object-fit: cover;
	display: block;
	width:100%; max-width:100%;
	height: 100%;
	border-radius: 0;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	aspect-ratio: 16 / 9;
    	background-attachment: scroll;
}}