﻿.wall_party {
	position: relative;
	margin:0 auto;
	text-align:center;
	width:100%;
	height: auto;
	background: url(../banquet/torii.jpg) no-repeat center center;
	background-size:cover;
    	background-attachment: fixed;
	padding:150px 0 150px 0;
}
@media only screen and (max-width: 767px){
.wall_party{
	background: url(../banquet/toriis.jpg) no-repeat center center;
	background-size:auto;
	padding:130px 0 130px 0;
	object-fit: cover;
}}

.wall_party h2{
	color:#fff;
}

.wall_party p {
	color: #fff;
}