@charset "UTF-8";

/*//////////----- RESERVE -----//////////*/

#reserve{
	background-color:#fff;
	color:#000;
}

#reserve div.content{
	width:100%;
	margin:0 auto;
	max-width: 1080px;
	
	box-sizing: border-box;
	padding:5px;
}

#reserve h6{
	margin-bottom:20px;
	
	font-size:1.15rem;
	line-height:1.75em;
	font-weight:bold;
	
	text-align:center; 
}

#reserve p.comment{
	margin-bottom:20px;
	
	/*font-size:0.8rem;
	line-height:1.75em;*/
}

#reserve p.comment span.caution{
	font-weight:bold;
	
	color:#f00;
}

#reserve div.contactus{
	width:100%;
	margin:0 auto;
	max-width: 480px;
	
	margin-bottom:20px;
	
	box-sizing: border-box;
	padding:10px;
	border:solid 1px #000;
	
	text-align: center;
}

#reserve div.contactus img{
	width:100%;
	max-width: 320px;
	
	vertical-align: bottom;
}

@media only screen and (min-width: 720px){
	
	#reserve div.content{
		padding:10px;
	}
	
}
