@charset "utf-8";

.reservations {
	margin: 105px auto;
	width: 866px;
}

.reservations h2 {
	width: 208px;
	text-align: center;
	margin: 0 auto 65px;
	font-family: 'Ubuntu', sans-serif;
	font-size: 200%;
	letter-spacing: 0.05em;
	padding: 0 0 10px 0;
	border-bottom: 2px solid #333;
}



/*当店からのメッセージ*/
.reservations h3 {
	font-size: 16px;
	line-height: 1;
	padding-bottom: 23px;
	margin-bottom: 30px;
	text-align: center;
	border-bottom: 1px solid #E3E4E4;
}
.reservations .ttl {
	font-size: 14px;
	padding-bottom: 30px;
	text-align: center;
}
.reservations .mesage {
	width: 460px;
	margin: 0 auto 75px;
	font-size: 14px;
	line-height: 1.85;
}

.reservations .form-wrap {
	width: 470px;
	margin: 0 auto;
	position: relative;
}
.reservations .info {
	font-size: 12px;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
}
.reservations dl {
}
.reservations dt {
	padding-bottom: 12px;
	font-size: 12px;
	line-height: 1;
	font-weight: normal;
}
.reservations dd {
	padding-bottom: 16px;
}
.reservations .btn {
	width: 176px;
	margin: 45px auto 0;
}


.reservations strong {
	font-weight: normal;
	color: #888;
}
.reservations .error {
	color: #F00;
}
.reservations input[type="text"],
.reservations textarea {
	width: 100%;
	padding: 6px;
	border: 1px solid #888888;
	box-sizing: border-box;
	border-radius: 0px;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.reservations select {
	padding: 6px;
	border: 1px solid #888888;
	box-sizing: border-box;
	width: 85px;
}
.reservations select.wide {
	width: 100%;
}
.reservations label {
	padding-right: 20px;
}

.reservations input[type="submit"] {
	width: 176px;
	height: 34px;
	background: none;
	background-color: #000;
	border: none;
	border-radius: 0px;
	font-size: 12px;
	line-height: 1;
	color: #fff;
	cursor: pointer;
	
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.reservations input[type="submit"]:hover {
	-webkit-transition: 0.4s ease-in-out;  
	-moz-transition: 0.4s ease-in-out;  
    -o-transition: 0.4s ease-in-out;  
    -ms-transition: 0.4s ease-in-out;  
    transition: 0.4s ease-in-out;  
	opacity: 0.5;
}

.reservations .note {
	display: block;
	padding-top: 5px;
	color: #888;
	font-size: 11px;
}
.reservations dd div {
	display: inline;
}
.reservations dd p {
	padding-top: 12px;
}







