.reserve input[type="text"],
.reserve input[type="password"],
.reserve input[type="datetime"],
.reserve input[type="date"],
.reserve input[type="month"],
.reserve input[type="time"],
.reserve input[type="week"],
.reserve input[type="number"],
.reserve input[type="email"],
.reserve input[type="url"],
.reserve input[type="search"],
.reserve input[type="tel"],
.reserve input[type="color"],
.reserve textarea,
.reserve .field {
  display: block;
  width: 96%;
  line-height: 22px;
  margin-bottom: 0;
  padding: 10px 2%;
  border-radius: 3px;
  background-color: #fefefe;
	border: 1px solid #ccc;
  box-shadow: none;
  vertical-align: middle;
  color:#000;
}
.reserve {
	padding-bottom: 20px;
}
.reserve textarea {
	min-height: 80px;
}
.reserve table {
	background: #fff;
	width: 98%;
	margin: 10px auto;
  font-size: 14px;
}
.reserve table th {
	border: 1px solid #ccc;
	padding: 15px 0;
	width: 25%;
	text-align: center;
	font-weight: 800;
}
.reserve table th .must {
	display: block;
	background: #ED1C24;
	color: #fff;
	width:90%;
	max-width: 80px;
	margin: auto;
	line-height: 22px;
	font-weight: 600;
}
.reserve table td {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}
.reserve .attention {
	display: block;
	font-size: 12px;
	line-height: 20px;
}
.midashi {
	background: #FFFFCC;
}
.reset {
	display: inline-block;
	margin-left: 10px;
	padding: 5px 11px;
	background: #F7931E;
	color: #fff;
	border: none;
	cursor: pointer;
}
.reset:hover {
	background: #F15A24;
}
.send {
	display: block;
	margin-left: 10px;
	padding: 10px;
	background: #F15A24;
	color: #fff;
	border: none;
	cursor: pointer;
	margin: 20px auto 0;
	width: 80%;
	max-width: 400px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
}
.send:hover {
	background: #FF4024;
}
.back {
	box-sizing: border-box;
	display: block;
	margin-left: 10px;
	padding: 10px;
	background: #736357;
	color: #fff;
	border: none;
	cursor: pointer;
	margin: 20px auto 0;
	width: 80%;
	max-width: 400px;
	font-weight: bold;
	font-family: 'Zen Kaku Gothic New', sans-serif;
	text-align: center;
}
.back:hover {
	background: #534741;
	color: #fff;
	text-decoration: none;
}
.button {
	text-align: center;
}
.button li {
	display: inline-block;
	width: 40%;
}
.w50 {
	width: 50% !important;
	display: inline-block !important;
	margin: 0 0 5px;
}
@media screen and (max-width: 640px) {
.button li {
	display: block;
	width: 80%;
	margin: auto;
}
.reserve table {
	font-size: 12px;
}
.w50 {
	width: 96% !important;
}
.reset {
	margin-top: 5px;
	margin-left: 0;
}
.reserve .attention {
	font-size: 10px;
	line-height: 18px;
}
}