/*---------------------------------------------------

 common

---------------------------------------------------*/

.container {
	width: 980px;
}

.section_fbnr{
  display:none;
}

.ssl_box{
  text-align:center;
  margin-top:20px;
  margin-bottom:30px;
}

.ssl_box p{
  display:inline-block;
  vertical-align:top;
}

.ssl_box p:last-child{
  width:380px;
  padding-left:20px;
}

.section_form {
    margin: 0 auto;
    opacity : 1.0;
  transition : none;
}

.section_form div,
.section_form dl,
.section_form ul {
  opacity : 1.0;
  transition : none;
}

.section_form .inner {
	background: rgba(170,139,69,0.3);
	padding: 65px 80px 80px;
	width: auto;
}

.section_form img {
	border-radius: 0;
}

.section_form .section {
	width: 974px;
	margin: 0 auto;
	padding: 25px;
	background: #f3f3f3;
}

.section_form .tel_box {
  border:1px solid #6F6355;
  box-sizing:border-box;
  padding:20px;
  text-align:center;
  margin-bottom:30px;
}

.section_form .tel_box .catch {
  font-size:15px;
  margin-bottom:5px;
}

.section_form .tel_box .tel {
  height:30px;
  text-align:center;
}

.section_form .tel_box .tel span{
  margin:0 10px;
  height:30px;
  display:inline-block;
  vertical-align:middle;
}

.section_form .tel_box .tel span.time{
  padding-top:4px;
}

.section_form .tit_box{
  width:100%;
  margin:0 auto 30px;
  border-top:1px solid #2d2d2d;
  border-bottom:1px solid #2d2d2d;
  padding:15px 20px;
  text-align:center;
  font-size:14px;
}

.section_form .tit_box h3{
  font-size:22px;
  color:#aa8b45;
  line-height:1.2;
  margin-bottom:5px;
}

.section_form .privacy{
  text-align:center;
  margin:20px 0;
}

/*---------------------------------------------------

 form_line

---------------------------------------------------*/
.form_line {
	margin: 0 0 30px;
	padding:30px 0 30px 148px;
	display:flex; align-items:center;
	border-radius:10px;
	border:solid 2px #00b900;
	background: #edfaed;
	position:relative;
	transition: .3s;
}
.form_line > a {
	width:100px; flex-shrink: 0;
	margin: 0 50px 0 0;
	display:block;
	line-height: 1;
	pointer-events: none;
}
.form_line img {
	max-width:100%;
}
.form_line dl dt {
	color: #00b900;
	font-size: 1.7em;
	line-height: 1;
}
.form_line dl dd {
	margin-top: 8px;
	font-size: 1.1em;
	text-align: left;
}
.form_line dl dd b {
	color: #00b900;
	font-size: 1.25em;
	font-weight: normal;
}
.form_line dl dd strong {
	color: #E6A199;
	font-size: 1.25em;
	font-weight: normal;
}
.form_line dl dd a {
	margin: 16px 12px 0 0;
	padding: 8px 40px 8px 20px;
	display: inline-block;
	font-weight: 700;
	color: #fff;
	vertical-align: middle;
	border-radius: 100px;
	background:#00b900;
	position:relative;
	transition: .3s;
}
.form_line dl dd a:after {
	position:absolute;
	top: 50%;
	right: 1.2em;
	width: 6px;
	height: 6px;
	margin: auto;
	border-top: 1px solid currentColor;
	border-right: 1px solid currentColor;
	vertical-align: middle;
	content: "";
	transform: translateY(-50%) rotate(45deg);
	transition: 0.3s;
}
.form_line dl dd a:hover {
	background: #473e34;
}
.form_line dl dd a:hover:after {
	right: 0.8em;
}

/*---------------------------------------------------

 stepBar

---------------------------------------------------*/

.stepBar {
  position: relative;
  list-style: none;
  margin: 0 0 1em;
  padding: 0;
  text-align: center;
  width: 100%;
  overflow: hidden;
  *zoom: 1;
  font-family: 	"a-otf-ryumin-pr6n",游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.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: #888;
  font-size: 1.2em;
}
.stepBar .step::before, .stepBar .step::after {
  position: absolute;
  left: -15px;
  display: block;
  content: '';
  background-color: #fff;
  border-left: 4px solid rgba(170,139,69,0.3);
  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: #473e34;
}
.stepBar .step.current::before, .stepBar .step.current::after {
  background-color: #473e34;
}
.stepBar.step2 .step {
  width: 50%;
}
.stepBar.step3 .step {
  width: 33.333%;
}
.stepBar.step4 .step {
  width: 25%;
}
.stepBar.step5 .step {
  width: 20%;
}


/*---------------------------------------------------

 form

---------------------------------------------------*/

.form_wrapper {
	padding: 25px;
	background: #fff;
}

.table-form {
	border-top: 1px dotted #b9a195;
}

.section_form .table-form {
	border-top: 0;
}

.table-form dl {
	border-bottom: 1px dotted  #ccc;
}
.table-form dl.un {
	border-bottom: none;
}

.table-form dt p.tit {
	width: 20%;
	padding: 20px 12px 13px;
	font-weight: normal;
	text-align: right !important;
	vertical-align: top;
	float: left;
	min-height: 30px;
	line-height: 30px;
	box-sizing: border-box;
  margin-top:6px;
  font-family: 	"a-otf-ryumin-pr6n",游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.table-form dt p.must {
	text-align: right;
	width: 8%;
  margin-top:6px;
	vertical-align: top;
	float: left;
	padding: 10px;
	box-sizing: border-box;
  font-family: 	"a-otf-ryumin-pr6n",游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.table-form .must input,
.table-form .must select,
.table-form .must textarea {
  border: 1px solid #B84148;
  background-color: rgb(252, 233, 233);
}

.table-form dt p.must span {
text-align: center;
    display: block;
    width: 36px;
    height: 36px;
    line-height: 37px;
    border-radius: 36px;
    vertical-align: middle;
    color: #fff;
    background: #c44137;
    font-size: 0.8em;
}

.table-form dd {
	width: 72%;
	box-sizing: border-box;
	padding: 20px 10px;
	float: left;
	word-break: break-all;
  text-align:left;
}

.table-form dd #gender{
  margin-bottom:20px;
}

.table-form dd #gender label{
	width:70px;
	background:#f4ece6;
	padding:8px 10px 5px;
	line-height:1.0;
	border:1px solid rgba(217,155,133,0.6);
  text-align:left;
  display:inline-block;
  margin-bottom: 10px;
}

/*.table-form dd #gender label:nth-child(2){
	background:#a3d9f2;
	border:1px solid #A0C9DC;
}*/

.table-form dd #gender label input{
	padding:5px 0px;
	font-size:1.2em;
	    vertical-align: middle;
      text-align:left;
}


.table-form input.must,
.table-form textarea.must,
.table-form select.must {
	background: #F8E2E6;
	border: #bbb solid 1px;
}

.table_form dd.must input:focus, .table_form dd.must select:focus, .table_form dd.must textarea:focus {
    background: none repeat scroll 0 0 #FFF;
}

.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: 500px;
	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="tel"] {
	width: 350px;
}

.table-form input[type="radio"],
.table-form input[type="checkbox"] {
	border: 0;
	margin-right: 3px;
	position: relative;
	top: -1px;
}

.table-form input#mail {
	margin-bottom: 5px;
}

.table-form textarea {
  height: 130px;
}

.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: 478px;
}

.table-form select {
	font-size: 1.1em;
}

.table-form dt span {
	margin-top: 5px;
	font-size: 0.8em;
	color: #666;
	display: block;
}

.msg {
	color: #c00;
	display: block;
	margin-top: 5px;
}

.form_thanks {
	text-align: center;
	padding: 30px 0;
}

.form_thanks .btn {
	width: 60%;
}

.section_form .catch {
	font-weight: bold;
	font-size: 2em;
	margin-bottom: 15px;
}

/*---------------------------------------------------

 button

---------------------------------------------------*/

input.btn_confirm,
input.btn_submit {
	display: block;
	width: 70%;
	margin: 20px auto 10px;
	padding: 20px 0;
	background: #e0553b;
 /* border-top: 4px solid #CA666B;
  border-left: 4px solid #CA666B;
  border-right: 4px solid #A4393F;
  border-bottom: 4px solid #A4393F;*/
	font-weight: bold;
	font-size: 1.2em;
	text-align: center;
	color: #fff;
	position: relative;
  font-family: 	"a-otf-ryumin-pr6n",游明朝, YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", HG明朝E, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

#submit{
  position:relative;
}
#submit::after {
display: block;
    content: "";
    position: absolute;
    top: 50%;
    right: 17%;
    width: 0;
    height: 0;
    margin-top: -6px;
    border: 5px solid transparent;
    border-left: 7px solid #fff;
    transition-duration: 200ms;
}

input.btn_confirm:hover,
input.btn_submit:hover {
  opacity:0.8;
	cursor: pointer;
}

input.btn_back,
input.btn_top a {
	display: block;
	width: 55%;
	margin: 0 auto 10px;
	padding: 15px 0;
	background: #aaa;
	font-weight: bold;
	font-size: 1.1em;
	text-align: center;
	color: #fff;
	position: relative;
	border: none;
	text-decoration: none;
	cursor: pointer;
}

input.btn_back:hover,
input.btn_top a:hover {
	background: #bbb;
	color: #fff;
	text-decoration: none;
}


.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 */


.form_head {
	margin: 0 0 26px;
}
.form_head .tit {
	margin: 0 0 16px;
	font-size: 20px;
	text-align: center;
}
.form_head .htel{
	display: flex; justify-content: center; gap: 20px;
  font-size: 24px;
	line-height: 24px;
  position: relative;
}
.form_head .htel a {
	display: block;
	margin-bottom: 10px;
}

.form_head .htel span {
	font-size: 16px;
	padding-right: 3px;
}

.form_head .htel img {
	width: 16px;
	margin: 0 3px 0 7px;
	vertical-align: baseline;
}
.form_head .htel small {
	display: inline-block;
	font-size: 0.7em;
}