.section_form{
	width:80%;
	max-width: 700px;
	margin:0 auto;
}


.section_form input{
	margin:20px auto 40px;
	text-align:center;
	background:url(../img/btn_reserve.gif) 0 0 no-repeat;
	background-size:474px 64px;
	display:block;
	width:474px;
	height:64px;
 border-style: none;
 text-indent:-9999px;
 cursor:pointer;
}

h2{
	text-align: center;
}
.red{
	font-weight: bold;
	color:rgb(199, 43, 43);
	text-align: center;
	margin:30px 0 10px;
}

.sp{
	display: none;
}

@media screen and (max-width:768px) {
	.sp{
		display: block;
	}
	.section_form input {
		display: inline-block;
		padding: 0.3em 1em;
		text-decoration: none;
		color: #6c2b69;
		border: solid 2px #6c2b69;
		border-radius: 3px;
		transition: .4s;
		width:100%;
		margin:10px 0 20px;
		height:50px;
		font-weight:bold;
		background: none;
		text-indent: inherit;
	}
	.section_form{
		width:90%;
	}
}
