@charset "utf-8";
/* CSS Document */

/* input type= text email tel */
input[type="text"], input[type="email"], input[type="tel"] {
	property: value;
	border: 1px solid #D6D6D6;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 10px;
	border-radius: 4px;
	background-color: #FFFFFF;
}
input[type="date"] {
	property: value;
	border: 1px solid #D6D6D6;
	background-color: #FFFFFF;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	margin-right: 10px;
	border-radius: 4px;
}

/* input type= reset submit */
input[type="submit"], input[type="reset"] {
	property: value;
	font-size: 14px;
	margin-right: 5px;
	padding-top: 5px;
	padding-right: 40px;
	padding-bottom: 5px;
	padding-left: 40px;
	cursor: pointer;
	letter-spacing: 1px;
	display: inline-block;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#fceabb+0,fccd4d+50,f8b500+51,fbdf93+100;Orange+3D+%235 */
	background: rgb(252,234,187); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(252,234,187,1) 0%, rgba(252,205,77,1) 50%, rgba(248,181,0,1) 51%, rgba(251,223,147,1) 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom, rgba(252,234,187,1) 0%,rgba(252,205,77,1) 50%,rgba(248,181,0,1) 51%,rgba(251,223,147,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fceabb', endColorstr='#fbdf93',GradientType=0 );
	border-radius: 5px;
	border: 1px solid #FFCC00;

}

/* input type=text email tel textarea */
input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
textarea:focus {
	box-shadow: 0px 0px 3px #3498db;
	border: 1px solid #3498db;
}
input {
	font-size: 16px;
}

/* input type=textarea */
textarea {
	background-color: #FFFFFF;
	padding: 8px;
	border: 1px solid #D6D6D6;
	border-radius: 4px;
	font-size: 16px;
}
select    {
	font-size: 15px;
	border: 1px solid #D6D6D6;
	border-radius: 4px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
}
label {
	position: relative;
	cursor: pointer;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 25px;
	margin-right: 10px;
	display: inline-block;
}
label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 100%;
}
/* CSS Document */


#reserve  {

}
#reserve header h1{
	color: #FFF;

}
#reserve header h1 span{
	color: #CC0033;
}
#reserve-coution  {
	padding: 20px;
	background-color: #FFFF00;
	margin-top: 40px;
	margin-right: 40px;
}
#reserve-coution h3  {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
}
#reserve-coution p  {
	letter-spacing: 1px;
	font-size: 14px;
	line-height: 22px;
}

#reserve article {
	background-color: #FFFFFF;
	margin-bottom: 2px;
	padding-right: 40px;
	padding-bottom: 80px;
	padding-left: 40px;
}
#reserve article  h2{
	text-align: center;
	font-size: 22px;
	padding-top: 30px;
	padding-bottom: 30px;
}
#reserve article p {
	letter-spacing: 1px;
}
#reserve article ol{
	padding-bottom: 30px;
}
#reserve article ol li{
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
	margin-bottom: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EBEBEB;
	padding-bottom: 3px;
	background-image: url(../img/icon/maru-10.png);
	background-repeat: no-repeat;
	background-position: left 5px;
	padding-left: 20px;
}
#reserve article ol li span{
	background-color: #FFFF00;
	margin-right: 20px;
	padding-right: 5px;
	padding-left: 5px;
	display: inline-block;
	border-radius: 8px;
}
#reserve article dl  {
	margin-bottom: 20px;
	border-radius: 10px;
	overflow: hidden;
	background-color: #F5F5F5;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
}
#reserve article dl dt   {
	font-size: 24px;
	border-radius: 8px 0px 0px 8px;
	float: left;
	width: 200px;
	font-weight: bold;
}
#reserve article dl dt p span {
	font-size: 18px;
	font-weight: normal;
}

#reserve article dl dd   {
	font-size: 15px;
	letter-spacing: 1px;
	float: left;
	width: 410px;
}
#reserve article dl dd address   {
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 10px;
}
#reserve article dl dd p  {
	margin-bottom: 10px;
}
#reserve article dl dd p span  {

}
#reserve article aside  {
	border-radius: 10px;
	letter-spacing: 1px;
	margin-bottom: 30px;
	border: 2px dashed #FC0;
	padding: 30px;
	background-image: url(../img/tour/sozai/neko-200.png);
	background-repeat: no-repeat;
	background-position: 400px 20px;
}
#reserve article aside h3  {
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 15px;
}
#reserve article aside ul li  {
	font-size: 16px;
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 20px;
	line-height: 26px;

}
#reserve article aside ul li span {
	margin-left: 20px;
	color: #666;
	font-size: 15px;
}

#caution {
	background-color: #FF9;
	margin-bottom: 40px;
	padding-top: 20px;
	padding-right: 30px;
	padding-bottom: 20px;
	padding-left: 30px;
	letter-spacing: 1px;
}
#caution p {
	margin-bottom: 10px;
}
#tour-calender {
	padding-top: 10px;
}
#tour-calender a {
	font-size: 16px;
	font-weight: bold;
	background-color: #9C0;
	color: #FFF;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
}
#tour-calender a:hover {
	color: #FFF;
	text-decoration: none;
	background-color: #F30;
}









.reserve-1 {
	height: 210px;
}

#form {
	background-color: #E0E9ED;
	padding-top: 50px;
	padding-right: 40px;
	padding-bottom: 40px;
	padding-left: 40px;

}
#form h2 {
	margin-bottom: 10px;
	font-size: 24px;
	text-align: center;
}
#form h2 span {
	padding-top: 6px;
	padding-right: 25px;
	padding-bottom: 3px;
	padding-left: 25px;
	border-radius: 20px;
	background-color: #FFFFFF;
}




#form h3 {
	font-size: 18px;
	border-radius: 3px;
	padding-bottom: 15px;

}
#form ol {
	margin-bottom: 40px;
	letter-spacing: 1px;
}
#form ol li {
	font-size: 14px;
	list-style-position: inside;
	list-style-type: square;
	line-height: 24px;
}




#form dl {
	overflow: hidden;
	font-size: 14px;
	display: block;
	margin-bottom: 20px;

}
#form dl dt{
	width: 20%;
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	clear: both;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F7F9;
	font-size: 15px;
}
#form dl dd{
	float: left;
	width: 80%;
	padding-top: 15px;
	padding-bottom: 15px;
	letter-spacing: 1px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #F0F7F9;
}
#form dl dd p{
	margin-bottom: 10px;
}
#form dl dd ul {
	margin-top: 20px;
	margin-bottom: 20px;
}
#form dl dd ul li {
	list-style-position: inside;
	list-style-type: square;
}


#reserve-mail {
}
#reserve-mail h3 {
	font-size: 16px;
	margin-bottom: 20px;
}

#reserve-mail p {
	font-size: 14px;
	line-height: 20px;
	padding-bottom: 10px;
	letter-spacing: 1px;
}




#reserve-tips  {

}
#reserve-tips dl {

}
#reserve-tips dl dt{
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
	margin-bottom: 10px;
}
#reserve-tips dl  dd{
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 1px;
	color: #333333;
}
#reserve-tips dl dd p {
	padding-bottom: 10px;
}
#browser {
	font-size: 14px;
	color: #999999;
	text-align: right;
	margin-bottom: 10px;
}
.reserve-botan {
	padding-top: 10px;
	padding-right: 30px;
	padding-bottom: 10px;
	padding-left: 30px;
	border: 1px solid #999999;
	width: 200px;
	font-size: 16px;
	text-align: center;
	background-color: #EBEBEB;
	border-radius: 5;
	line-height: 30px;
	color: #CC0000;
	margin-top: 10px;
	margin-bottom: 10px;
}
