@charset "UTF-8";

/*//////////////////////////////////////////////////*/
/*// 01                           //*/
/*//////////////////////////////////////////////////*/
form#mailform {
	margin: 0px auto 0px auto;
	padding: 0px;
}
div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
div#mfp_closed {
	display: none;
}
div.mfp_disp {
	display: none;
}
div#input_time_disp {
	padding: 10px;
}
div#expires_time_disp {
	padding: 10px;
	text-align: center;
}
div#expires_time_disp strong {
	font-size: 18px;
	color: #F36;
}
div#limit_disp {
	padding: 10px;
	text-align: center;
}
div#limit_disp strong {
	font-size: 24px;
	color: #F36;
}
img.must {
	width: 24px;
	height: 13px;
	float: left;
	margin: 0px 0px 0px 5px;
}
div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 5px 17px;
	color: #F36;
	font-size: 12px;
	line-height: normal;
	display: none;
	background-image: url(../images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
/*//////////////////////////////////////////////////*/




/*//////////////////////////////////////////////////*/
/*// contact               //*/
/*//////////////////////////////////////////////////*/


input#mfp_el01,input#mfp_el02 {
	width: 100%;
	ime-mode: disabled;
	height:50px;
}
input#mfp_el03,input#mfp_el04 {
/*	width: 200px;*/
width:100%;
height:50px;
	ime-mode: active;
}
input#mfp_el05 {
	width: 100%;
	ime-mode: disabled;
}
input#mfp_el06 {
	width: 60px;
	ime-mode: disabled;
}
input#mfp_el08,input#mfp_el09 {
	width: 300px;
	ime-mode: active;
}
textarea#mfp_el10 {
	width: 98%;
	height: 100px;
	ime-mode: active;
}
.time-a{
	width:100%;
	height:50px;
}
/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/
/*// 04            //*/
/*//////////////////////////////////////////////////*/
ul.confirm_layer {
	width: 100%;
	padding: 0px;
	margin: 0 auto;
}
ul.confirm_layer li {
	width: 100%;
	list-style: none;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0 auto;
	padding: 0px;
}
li.confirm_middle {
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale');
}
li.confirm_top {
	height: 22px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale');
}
li.confirm_bottom {
	height: 22px;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='', sizingMethod='scale');
}
div#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#disabled_submit input {
	margin: 10px;
}
table.infield {
	width: 340px;
	margin: 0px auto;
}
table.infield tr th {
	width: 125px;
	padding: 3px;
	margin: 0px;
	text-align: right;
	font-size: 12px;
	border-bottom: solid 1px #CCCCCC;
	color: #232323;
}
table.infield tr td {
	padding: 3px;
	border-bottom: solid 1px #CCCCCC;
}
table.infield tr td p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	border-left: solid 2px #CCCCCC;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}
.mfp_color {
}
div#confirmWindow {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	_top: expression(
		document.documentElement && document.documentElement.scrollTop  || 
		document.body && body.scrollTop  || 0
		+ 0 + 'px'
	);
}
div#confirmBody {
	width: 1px;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	text-align: center;
	margin: 0px auto 0px auto;
	background-color:#FFF;
}
div#confirmBody h2 {
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	height: 22px;
	padding-top: 10px;
}
div.buttons {
	clear:both;
	margin: 0px auto 0px auto;
}
/*//////////////////////////////////////////////////*/
ul{
	margin:0 0 7px 0;}
	
ol{
	list-style:none!important;
	margin:0px 22px 0 12px!important;
	padding:0!important;
	}
ol li{
	margin-top:15px;
}
ol ul{
	margin:15px 0 0 0;}
	
	
/*2017/01/17*/
input[type="text"] {
  width: 377px;
  height: 50px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
  text-indent: 0.7em;
}
input[type="text"]:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}
input[type="tel"] {
  width: 377px;
  height: 50px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
  text-indent: 0.7em;
}
input[type="email"]:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}
input[type="email"] {
  width: 377px;
  height: 50px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
  text-indent: 0.7em;
}
input[type="tel"]:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  background: #eee url("../img/arrow.png") no-repeat;
  background-size: 10px 7px;
  background-position: right 10px center;
  border: 1px solid #bebebe;
  width: 150px;
  height: 36px;
  font-size: 1em;
  text-indent: 0.3em;
}
select:focus {
  border: 1px solid #4881d9;
  background: #edf4ff url("../img/arrow.png") no-repeat;
  background-size: 10px 7px;
  background-position: right 10px center;
}

textarea {
  width: 600px;
  height: 108px;
  background: #eee;
  border: 1px solid #bebebe;
  font-size: 1em;
}
textarea:focus {
  background: #edf4ff;
  border: 1px solid #4881d9;
}

input[type="text"],textarea,select {
  outline: none;
}

label {
  position: relative;
  display: inline-block;
  padding: 3px 3px 3px 22px;
  cursor: pointer;
}
label::before {
  position: absolute;
  content: '';
  top: 50%;
  left: 0;
  width: 14px;
  height: 14px;
  margin-top: -8px;
  background: #eee;
  border: 1px solid #bebebe;
}
input[type="checkbox"] {
  display: none;
}
label {
  position: relative;
  display: inline-block;
  padding: 8px 3px 3px 36px;
  cursor: pointer;
}
label::before {
  position: absolute;
  content: '';
  top: 34%;
  left: 0;
  width: 30px;
  height: 30px;
  margin-top: -8px;
  background: #eee;
  border: 1px solid #bebebe;
}
input[type="checkbox"]:checked + label::after {
  position: absolute;
  content: '';
  top: 20px;
  left: 8px;
  width: 18px;
  height: 5px;
  border-left: 2px solid #3498db;
  border-bottom: 2px solid #3498db;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.mfp{
	height:50px;
}
.kakunin{
	width:100%;
	height:60px;
	margin-left:0%;
	font-size:24px;
	margin-bottom:50px;
}

.reserve_date ol {
	display: flex;
	margin-bottom: 10px;
}

.reserve_date ol li {
	margin-right: 10px;
	position: relative;
}

.reserve_date ol li select {
	width: 100px;
  height: 50px;
}

.reserve_date ol li.hour select {
	width: 120px;
}

.reserve_date ol li input[type=text] {
	width: 100px;
  height: 50px;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: none;
}
