@charset "UTF-8";

#reservation {
	margin: 0px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-image: none;
}
#font_red {
	font-weight: bold;
	color: #BE3700;
}
.mark {
	font-size: 0.7em;
	color: #FFF;
	background-color: #BE3700;
	padding-left: 5px;
	margin-left: 7px;
	padding-right: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}
#reservation #mailform {
	width: 100%;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 70px;
	margin-left: 0px;
}
#reservation #mailform table{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 3px;
	margin-bottom: 30px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #664E42;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #664E42;
	padding: 0px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #664E42;
}
#reservation #mailform table tr td{
	vertical-align: top;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #5E483D;
}
.td_koumoku {
	width: 180px;
	background-color: #F6EFE2;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #664E42;
	vertical-align: top;
}


/*フォーム
------------------------------------*/


.form {
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 5px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    font-size: 14px;
    line-height: 1.42857;
    padding: 10px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
	margin: 5px 0;
}
.form:focus {
    border-color: #66afe9;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
    outline: 0 none;
}
.form::-moz-placeholder {
    color: #999;
    opacity: 1;
}
.zip {
	width: 100px;
}
.name {
	width: 94%;
}
.age {
	width: 70px;
}
.year {
	width: 40px;
}
.month {
	width: 40px;
}
.day {
	width: 40px;
}
.tel {
	width: 60%;
}
.mail {
	width: 94%;
}
.address {
	width: 94%;
}
.bikou {
	width: 94%;
	height:10em;
	font-size:1em;
}
.txt {
	width: 94%;
}

/*迷惑メール設定
------------------------------------*/
#mailform ul {
	margin: 0px;
	padding: 0px;
}
#mailform li {
	list-style-type: disc;
	padding: 0px;
	list-style-position: outside;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}



/*送信ボタン
------------------------------------*/
.okuru  {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 30px;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	height: 50px;
}
.okuru #form_btn {
	width: 460px;
	float: right;
}

.btn {
	color: #fff;
	width: 180px;
	text-align: center;
	float: left;
	margin-right: 5px;
	margin-left: 5px;
	background-attachment: scroll;
	background-color: #BE3700;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	/* border-radius */
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	font-size: 1.1em;
	padding-top: 7px;
	padding-right: 20px;
	padding-bottom: 7px;
	padding-left: 20px;
}
.btn a:link {
	color: #fff;
	text-decoration: none;
}
.btn a:visited {
	color: #fff;
}
.btn a:hover {
	color: #E2CFBB;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
}
/*完了画面
------------------------------------*/
#kanryo {
	font-size: 1.1em;
	line-height: 2.0em;
	margin-bottom: 300px;
	padding-top: 50px;
}
#kanryo p {
	margin-bottom: 30px;
}
