body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td, button {
  font-family: source-han-serif-japanese, serif;
}

.container {
  width: 980px;
  margin: 0 auto;
}

.main_form .btn_fair {
  text-align: center;
  margin-bottom: 25px;
}

.main_form .btn_fair a:hover img {
  opacity: .8;
}

.article_h2 h2 {
  font-family: park-lane, serif;
  font-size: 36px;
  font-weight: 100;
  font-weight: 100;
  letter-spacing: .05em;
  line-height: 1.3;
  height: auto;
}

.article_h2 {
  margin-top: 130px;
  padding: 0 0 30px;
  text-align: center;
}

.sub {
  font-family: source-han-serif-japanese, serif;
  font-weight: 300;
}

body.white .container.container_reserve,
body.white .container.container_reserve_f,
body.white .container.container_inquiry {
  padding: 10px 0 88px;
}

.section_form {
  margin: 0 auto;
	padding: 10px 0 88px;
}

.section_form .inner {
	background: #f8f6ee;
	padding: 45px 80px;
  width: auto;
}

p.rakuraku {
  font-size: 30px;
  text-align: center;
  color: #a4b571;
}

.inner p {
  text-align: center;
}

.inner p.notice {
  text-align: left;
}

div#topcontrol {
  display: none;
}
/**************************************

stepBar

**************************************/

.stepBar {
  position: relative;
  list-style: none;
  margin: 1em 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
}
.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 60px;
  padding: 0 40px 0 20px;
  background-color: #fff;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #d3d3d3;
  font-weight: bold;
  font-size: 1.2em;
}
.stepBar .step:before, .stepBar .step:after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #fff;
  border-left: 4px solid #f8f6ee;
  width: 20px;
  height: 30px;
}
.stepBar .step:after {
  top: 0;
  -moz-transform: skew(30deg);
  -ms-transform: skew(30deg);
  -webkit-transform: skew(30deg);
  transform: skew(30deg);
}
.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-30deg);
  -ms-transform: skew(-30deg);
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg);
}
.stepBar .step:first-child {
  -moz-border-radius-topleft: 4px;
  -webkit-border-top-left-radius: 4px;
  border-top-left-radius: 4px;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.stepBar .step:first-child:before, .stepBar .step:first-child:after {
  content: none;
}
.stepBar .step:last-child {
  -moz-border-radius-topright: 4px;
  -webkit-border-top-right-radius: 4px;
  border-top-right-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.stepBar .step.current {
  color: #FFF;
  background-color: #c5ad58;
}
.stepBar .step.current:before, .stepBar .step.current:after {
  background-color: #c5ad58;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}

/**************************************

btn_input, btn_confirm

**************************************/

.btn_confirm,
.btn_submit {
	display: block;
	width: 70%;
	margin: 20px auto 10px;
	background: #d13c1a;
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	position: relative;
	border: none!important;
  padding: 0 !important;
}

.btn_confirm:hover,
.btn_submit:hover {
	background: #e32b36;
}

.btn_back,
.btn_top a {
	display: block;
	width: 55%;
	margin: 0 auto 10px;
	background: #aaa;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	position: relative;
	border: none;
	text-decoration: none;
}

.btn_back:hover,
.btn_top a:hover {
	background: #bbb;
	color: #fff;
	text-decoration: none;
}

/**************************************

form

**************************************/

.form_wrapper {
	padding: 25px;
	background: #fff;
}

.mini_title{
	text-align: center;
	margin: 10px 0 10px;
	}

.choice_section{
	margin: 0 0 50px;
	}
	.choice_section img{
		margin: 0 0 7px;
		}

.table-form {
	border-top: 1px dotted  #b9a195;
}

.section_form .table-form {
	border-top: 0;
}

.table-form input.must,
.table-form textarea.must,
.table-form select.must {
	background: #F8E2E6;
	border: #bbb solid 1px;
}

.table-form input,
.table-form textarea {
	border: #bbb solid 1px;
	padding: 10px;
	box-sizing: border-box;
}

.table-form select {
	border: #bbb solid 1px;
	padding: 5px;
	box-sizing: border-box;
}

.table-form input[type="text"],
.table-form input[type="email"],
.table-form textarea {
	width: 100%;
	vertical-align: middle;
	font-size: 1.1em;
}

.table-form input[type="text"]#res_date,
.table-form input[type="text"]#zip {
	width: 250px;
}

.table-form input[type="text"]#people {
	width: 80px;
}

.table-form input[type="tel"] {
	width: 350px;
}

.table-form input[type="radio"],
.table-form input[type="checkbox"] {
	border: 0;
	margin-right: 3px;
	position: relative;
	top: 1px;
}

.table-form dd #datepicker {
	margin-bottom: 5px;
}

.table-form input#mail {
	margin-bottom: 5px;
}

.table-form textarea {
  height: 130px;
}

.table-form .tit {
  text-align: right;
}

.table-form dl {
	border-bottom: 1px dotted  #ccc;
}
.table-form dl.un {
	border-bottom: none;
}

.table-form dt {
	width: 34%;
	padding: 27px 60px 27px 12px;
	font-weight: normal;
	text-align: right;
	vertical-align: middle;
	float: left;
	min-height: 30px;
	line-height: 30px;
	box-sizing: border-box;
	position: relative;
}

.table-form dt .must span {
	padding: 9px 4px;
  font-size: .9em;
  line-height: 1em;
  border-radius: 3px;
  background: #d13c1a;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 21px;
  right: 5px;
  border-radius: 50%;
  height: 40px;
  width: 40px;
  line-height: 1.8;
  margin-top: 0;
}

.table-form dl.required dt:after {
  content: "必須";
  padding: 12px 8px;
  font-size: .9em;
  line-height: 1em;
  border-radius: 3px;
  background: #d13c1a;
  color: #fff;
  text-align: center;
  position: absolute;
  top: 21px;
  right: 5px;
  border-radius: 50%;
  height: 15px;
  width: 24px;
  line-height: 1.4;
}

.table-form dd {
	width: 66%;
	box-sizing: border-box;
	padding: 20px 10px;
	float: left;
	word-break: break-all;
}

.inner.confirm .table-form dd {
  padding: 32px 10px;
}

.zip_txt {
	float: right;
	width: 200px;
	font-size: 0.8em;
}

.notice {
	color: #c00;
	font-size: 0.9em;
	padding: 10px;
	border: 1px dotted #c00;
	margin-top: 10px;
	width: 100%;
}

.table-form .calender {
	float: right;
	padding: 0 35px 0 0;
}

.table-form select {
  font-size: 1.1em;
  height: 35px;
  margin-top: 6px;
}


.table-form input#items {
	border: 0;
}

.table-form dt span {
	margin-top: 5px;
	font-size: 0.8em;
	color: #666;
	display: block;
}

.table-form .w500 {width: 350px;}
.table-form .w350 {width: 350px;}
.table-form .w250 {width: 250px;}
.table-form .w150 {width: 150px;}
.table-form .w80 {width: 80px;}
.table-form .w50 {width: 50px;}

.table-form td .box-a,
.table-form td .box-b {
	float: left;
	width: 200px;
}

.msg {
	color: #c00;
	display: block;
	margin-top: 5px;
}

.form_bnr02 {
	padding: 50px 0 0;
	text-align: center;
}

.form_thanks {
	text-align: center;
	padding: 30px 0;
}

.form_thanks .btn_thanks a {
  position: relative;
  padding: 15px 40px;
  font-size: 1.2em;
  font-weight: bold;
  background-color: #3e2500;
  color: #fff;
}

.section_form .catch {
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 15px;
}

.sp_flow {
	display: none;
}

.btn_top {
	padding: 30px 0 0;
}

.form_footer {
	text-align: center;
}

.policy {
	text-align: center;
}

.policy a {
	color: #f89200;
	text-decoration: none;
}

.policy a:hover {
	color: #ff0000;
}

.table-form dl:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  overflow: hidden;
}

.table-form dl { display: inline-table; }

/* Hides from IE-mac \*/
* html .table-form dl { height: 1%; }
.table-form dl {
	display: block;
	overflow: hidden;
}
/* End hide from IE-mac */

/* 個人情報保護 \*/
/* .policy_frame {
	position:relative;
	background:#fff;
	border: #bbb solid 1px;
	height:140px;
	padding:0;
	margin:50px 0 0;
} */

.policy_frame .text {
	padding:20px;
}

.ppc {
	text-align: center;
	margin: 10px 0 0;
}

.policy_frame .text .ta_right {
  display: block;
}

.policy_frame.test .ta_right {
  font-size: 15px;
  display: block;
}

.policy_frame.test .ta_center {
  font-size: 20px;
  text-align: center;
}

.policy_frame.test .txt_link {
  text-decoration: underline;
}

.policy_frame .text h3 {
  font-size: 15px;
  font-weight: bold;
}
.section_form iframe {
  margin-top: 20px;
  border: #bbb solid 1px;
  width: 744px;
}

.policy_txt {
  font-weight: 300;
  line-height: 1.6;
  font-size: 14px;
}

.cnt_remaining {
  z-index: 999;
  position: fixed;
  right: 40px;
  bottom: 140px;
  padding: 10px 10px 10px 15px;
  border-radius: 5px;
  background: #c00;
  color: #fff;
  font-size: 15px;
  letter-spacing: 1px;
}



.form_thanks .btn_thanks a:before {
  position: absolute;
  top: 50%;
  left: 10px;
  display: block;
  content: "";
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: 3px solid transparent;
  border-right: 5px solid #fff;
}
