@media screen and (max-width: 480px){
	.disp-pc {
		display: none;
	}
	.disp-sp {
		display: block;
	}
	#footer{
		text-align:center;
	}
	#header img{
		width:27.5%;
	}
	#footer img{
		width:100%;
		margin:0 auto;
	}

	#main{
		position:static;
		top:0%;
		left:0%;
	}
	#main>.inner{
		padding-top:0;
	}

	#weddingWrap{
		width:100%;
		height:auto;
		position:static;
		top:0%;
		left:0%;
	}
	#weddingWrap a{
		padding-top:0;
		left:0% !important;
	}
	#weddingWrap img{
		width:100%;
		height:auto;
		position:static;
		top:0%;
		right: 0%;
	}
	#hotelWrap{
		width:100%;
		height:auto;
		position:static;
		top:0%;
		left:0%;
	}
	#hotelWrap a{
		padding-top:0;
		left:0% !important;
	}
	#hotelWrap img{
		width:100%;
		height:auto;
		position:static;
		top:0%;
		right: 0%;
	}
	
	#omotesandohWrap{
		width:100%;
		height:auto;
		position:static;
		top:0%;
		left:0%;
	}
	#omotesandohWrap a{
		padding-top:0;
		left:0% !important;
	}
	#omotesandohWrap img{
		width:100%;
		height:auto;
		position:static;
		top:0%;
		right: 0%;
	}

}