@charset "UTF-8";
/* CSS Document */

.pageContents__inner {
  padding: 10px;
}

#booking_txt {
   margin: 0 auto;
   text-align: center;
}

#booking_txt p {
	font-size: 1.2rem;
	font-family: 'EB Garamond', serif;
}

#booking_rule {
  margin: 20px 0 40px;
  padding: 30px 0;
  background: rgba(255,255,255,0.8);
  box-shadow:0px 8px 5px -10px #000;
}

#booking_rule h3 {
  margin: 0 0 20px;
  color: #af7253;
  font-size: 1.1rem;
  font-weight: normal;
  text-align: center;
}

#booking_rule ul {
  width: 760px;
  margin: 0 auto;
  line-height: 2;
}

/* linebnr */
.linebnr {
	text-align: center;
}

#booking_form {
  margin: 40px 0;
  text-align: center;
}

#booking_form h3{
	width: 290px;
	position: relative;
	display: inline-block;
	margin: 0 auto;
	/* padding: 0 50px; */
	/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7c5046+0,ba8260+50,7c5046+100 */
	background: #7c5046; /* Old browsers */
	background: -moz-linear-gradient(left,  #7c5046 0%, #ba8260 50%, #7c5046 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(left,  #7c5046 0%,#ba8260 50%,#7c5046 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to right,  #7c5046 0%,#ba8260 50%,#7c5046 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c5046', endColorstr='#7c5046',GradientType=1 ); /* IE6-9 */
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	font-size: 2rem;
	text-align: center;
	font-family: 'EB Garamond', serif;
	font-weight: 500;
}

#booking_form h3 span {
	display: block;
}

#booking_form h3:before {
	content: " ";
	position: absolute;
	top: 0;
	left: -50px;
	width: 50px;
	height: 40px;
	background: url("../images/h2_left_icon.png") no-repeat left center;
}

#booking_form h3:after {
	content: " ";
	position: absolute;
	top: 0;
	right: -50px;
	width: 50px;
	height: 40px;
	background: url("../images/h2_right_icon.png") no-repeat right center;
}

#booking_form form {
  margin: 30px 0 0;
  padding: 40px 10px 70px;
  background: rgba(255,255,255,0.8);
  box-shadow:0px 8px 5px -10px #000;
  text-align: left;
}

#booking_form p {
  margin: 0 0 10px;
  font-size: 14px;
}

#booking_form table {
  width: 100%;
  border-top: solid 1px #d6d6d6;
  font-size: 14px;
}

#booking_form table th {
  width: 250px;
  padding: 25px 0 25px 40px;
  font-weight: normal;
  text-align: left;
  border-bottom: solid 1px #d6d6d6;
  vertical-align: top;
}

#booking_form table td {
  border-bottom: solid 1px #d6d6d6;
  padding: 20px 0;
}

#booking_form table tr:last-child th,
#booking_form table tr:last-child td {
  border: none;
}


#booking_form table td input[type="text"],
#booking_form table td input[type="date"],
#booking_form table td textarea {
  width: 90%;
  padding: 5px;
  border: none;
  background: #e9e9e9;
}

#booking_form table td input[type="date"] {
  width: 150px;
}

#booking_form table td textarea {
  min-height: 400px;
}

#booking_form table td select {
  padding: 5px;
  border: none;
  background: #e9e9e9;
}

#booking_form .middle_area {
  width: 65%!important;
}

#booking_form button {
  display: block;
  width: 300px;
  height: 50px;
  margin: 20px auto 0;
  border: none;
  background: #393939;
  color: #fff;
  line-height: 50px;
}


@media screen and (max-width: 896px){
	
	#booking_txt p {
		font-size: 1rem;
		font-family: 'EB Garamond', serif;
	}
	
	#booking_rule h3 {
		font-size: 1rem;
	}
	
	#booking_rule ul {
	  width: auto;
	  padding: 0 20px;
	}
	
	#booking_rule li {
		margin: 10px 0;
		font-size: 0.9rem;
	}
	
	#booking_form h3 {
		/* padding: 0 30px; */
		font-size: 1.5rem;
		font-weight: 500;
		width: 236px;
	}

	#booking_form h3 span {
		position: relative;
		display: block;
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#7c5046+0,ba8260+50,7c5046+100 */
		background: #7c5046; /* Old browsers */
		background: -moz-linear-gradient(left,  #7c5046 0%, #ba8260 50%, #7c5046 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(left,  #7c5046 0%,#ba8260 50%,#7c5046 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to right,  #7c5046 0%,#ba8260 50%,#7c5046 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7c5046', endColorstr='#7c5046',GradientType=1 ); /* IE6-9 */
		-webkit-background-clip: text;
		-webkit-text-fill-color: transparent;
		font-size: 0.8rem;
		font-family: 'Noto Sans Japanese';
	}

	#booking_form h3:before {
		content: " ";
		position: absolute;
		top: 0;
		left: -30px;
		width: 30px;
		height: 30px;
		background: url("../images/h2_left_icon.png") no-repeat left center;
		background-size: 25px;
	}

	#booking_form h3:after {
		content: " ";
		position: absolute;
		top: 0;
		right: -30px;
		width: 30px;
		height: 30px;
		background: url("../images/h2_right_icon.png") no-repeat right center;
		background-size: 25px;
	}
	
	#booking_form table th {
		display: block;
		width: auto;
		padding: 15px 5px 0;
		border-bottom: none;
	}
	
	#booking_form table td {
		display: block;
		width: auto;
		padding: 5px 5px 20px;
	}
	
	#booking_form table td input[type="text"],
	#booking_form table td input[type="date"],
	#booking_form table td select,
	#booking_form table td textarea {
		display: block;
		width: 100%!important;
		margin: 5px auto;
		background: #f2f2f2;
	}
	
	#booking_form table td textarea {
		min-height: 250px;
	}
	
}

.g-recaptcha{
       display: flex;
    justify-content: center;
}

@media screen and (max-width: 480px){
	#booking_form h3 {
		font-size: 1.3rem;
		width: 200px;
	}
}