.form_block {
  padding-top: 12px;
}

.form_txt {
  padding: 0 5%;
  margin-bottom: 5px;
}

.tit_b {
	text-align: center;
	font-size: 20px;
	line-height:28px;
  margin-bottom: 12px;
  font-weight: 500;
}

.tit_b span {
	display: block;
	font-weight: normal;
	font-size: 10px;
	line-height:10px;
	letter-spacing: 3px;
	color: #c09600;
}


/* step */
.stepBar {
  position: relative;
  list-style: none;
  margin: 0 auto 1em;
  padding: 0;
  text-align: center;
  width: 90%;
  overflow: hidden;
 *zoom: 1;
}

.stepBar .step {
  position: relative;
  float: left;
  display: inline-block;
  line-height: 40px;
  padding: 0 15px 0 5px;
  background-color: #ccc;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #888;
  font-weight: bold;
}

.stepBar .step:before,
.stepBar .step:after {
  position: absolute;
  left: -5px;
  display: block;
  content: '';
  background-color: #ccc;
  border-left: 4px solid #fff;
  width: 5px;
  height: 20px;
}

.stepBar .step:after {
  top: 0;
  -moz-transform: skew(20deg);
  -ms-transform: skew(20deg);
  -webkit-transform: skew(20deg);
  transform: skew(20deg);
}

.stepBar .step:before {
  bottom: 0;
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -webkit-transform: skew(-20deg);
  transform: skew(-20deg);
}

.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: #000036;
}

.stepBar .step.current:before,
.stepBar .step.current:after {
  background-color: #000036;
}

.stepBar.step3 .step:nth-child(1) {
  width: 34%;
}

.stepBar.step3 .step:nth-child(2) {
  width: 33%;
}

.stepBar.step3 .step:nth-child(3) {
  width: 33%;
}
/* step end */


.btn-success {
  width: 90%;
  margin: 0 auto;
}

.btn_confirm,
.btn_submit {
  -webkit-appearance: button;
  display: block;
  width: 86%;
  margin: 0 auto 10px;
  padding: 12px 0;
  background: #000036;
  font-weight: bold;
  font-size: 1.2em;
  text-align: center;
  color: #fff;
  position: relative;
  border: none;
}

.btn_confirm:hover,
.btn_submit:hover {
  opacity:0.8;
}

.btn_back, .btn_top a {
  -webkit-appearance: button;
  display: block;
  width: 70%;
  margin: 0 auto 10px;
  padding: 8px 0;
  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;
}

.table-form{
  font-size:1.1em;
	}

.table-form dt {
  font-weight:bold;
  margin-top: 10px;
  background-color: #eaddbe;
  padding: 7px;
  position: relative;
}

.table-form dl.required dt {
  padding: 7px 7px 7px 50px;
}

.table-form dl.required dt:after {
  content: "必須";
  display: block;
  width: 34px;
  height: 20px;
  line-height: 20px;
  font-size: .85em;
  text-align: center;
  font-weight: bold;
  border-radius: 3px;
  color: #fff;
  background: #c80000;
  position: absolute;
  top: 7px;
  left: 7px;
}

.table-form dt p.must img {
  display: none;
}

.table-form dt:after {
  content: ' ';
  height: 0;
  clear: both;
  overflow: hidden;
  display: block;
}

.table-form dd {
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
}

.table-form dd input,
.table-form dd textarea,
.table-form dd select,
.table-form dd label{
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
}

.table-form dd input,
.table-form dd textarea {
  background: #e0dede;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.table-form dl.required dd input,
.table-form dl.required dd textarea {
  border: 1px solid #D03447;
  background: #fce9e9;
  /*-webkit-appearance: none;*/
}

.table-form dl.required dd select {
  border: 1px solid #D03447;
  box-sizing: border-box;
}

.table-form dd #department label {
  width: 100%;
  display: inline-block;
  margin-bottom: 8px;
}

.table-form input[type="text"],
.table-form input[type="tel"],
.table-form input[type="email"],
.table-form textarea {
  width: 100%;
  padding: 15px;
  box-sizing: border-box;
}
.table-form input#age {
  width: 4em;
}

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

/* .table-form input[name="res_date1"]{
  margin-bottom: 10px;
} */

.table-form select[name="res_time1"]{
  margin-top: 10px;
}

.table-form input#zip {
  width: 50%;
}

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

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

.ui-datepicker {
  width: 90% !important;
  box-sizing: border-box;
  left: 5% !important;
}

.ui-datepicker-unselectable .ui-state-default {
  text-indent: 105%;
  white-space: nowrap;
  overflow: hidden;
  background: #f2f9fd url(../img/none.png) no-repeat 50% 50% !important;
  background-size: 7px 6px;
}

.table-form .zip_txt {
  width: auto;
  float: none;
  text-indent: 0;
  padding: 0;
}

.table-form .zip_txt br {
  display: none;
}

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

.form_thanks .btn {
  margin-top: 20px;
}

.catch {
  font-weight: bold;
  font-size: 1.7em;
  line-height: 1.4;
  margin-bottom: 15px;
}


.fa_box{
  }
.fa_box span{
  background: #d8d8d6;
  margin:6px 0 3px;
  padding:5px;
  font-weight:bold;
  width:100%;
  display:inline-block;
  }

.copyright{
  text-align: center;
}


/* span要素をブロック化しフロートでフォーム部品と横に並べる*/
/*疑似クラス「:after」で <p>の末尾でフロートをクリア*/
.chkradio:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;     /*←フロートをクリア*/
}
/*チェックボックス全体のブロックの指定*/
dd span.chkradio {
	display:block;
	width:100%;
}
/*各チェックボックスとテキストがくっつかないようにマージンを*/
dd span.chkradio label input {
	margin-right:10px;
}
/*各チェックボックスを横に並べる*/
dd span.chkradio label {
	margin-right: 0;
	display: block;
	float: left;
	width: 100%;
  line-height:28px;
}
/*疑似クラス「:after」で <span>の末尾でフロートをクリア*/
dd span.chkradio:after {
	content:".";
	display:block;
	height:0;
	visibility:hidden;
	clear:both;     /*←フロートをクリア*/
}
/*チェックボックスを囲むlabel要素にロールオーバー時の変化を指定する*/
dd span.chkradio label:hover {
	font-weight:bold;
}



.section_form .tit_step {
  font-size: 20px;
  padding-bottom: 3%;
  display: inline-block;
}

.section_form .tit_step span {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  width: 40px;
  height: 22px;
  line-height: 22px;
  border-radius: 4px;
  color: #fff;
  background: #da1300;
  font-size: 11px;
  margin-right: 15px;
  margin-top: 4px;
  vertical-align: top;
}

.section_form .tit_box {
  text-align: center;
}

.section_form .tit_step span {
  margin-top: 7px;
}


/*  form_map
 *---------------------------------------------------------- */
.form_map {
  background: #fff;
  padding: 3% 0px;
  text-align: center;
}

.form_map .ph {
  position: relative;
  margin: 4% 0;
}

.form_map .phrase {
  font-weight: bold;
  margin-bottom: 4%;
  font-size: 15px;
}

.form_map .section_place {
  margin-top: 3%;
  padding: 0 4%;
}

.form_map .unit_place {
/*
  float: left;
  width: 48%;
  margin-bottom: 8%;
*/
}
.form_map .unit_place {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: stretch;
}

.form_map .unit_place .tit_wrap,
.form_map .unit_place .place
{
  width: 48%;
}

.form_map .unit_place label {
  height: 100%;
}

.form_map .unit_place {
  text-align: left;
}

.section_form .unit_place .tit {
  margin-bottom: 0;
  font-size: 16px;
  padding: 4px 0;
  position: relative;
  text-align: center;
  font-weight: bold;
  height: 100%;
}
.section_form .unit_place .tit span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  margin: auto;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.section_form .unit_place .tit::after {
  position: absolute;
  right: -17px;
  top: 50%;
  height: 0px;
  width: 10px;
  margin: auto;
  margin-top: -8px;
  content: "";
  border-width: 8px 0 8px 7px;
  border-style: solid;
}

.form_map .north .tit {
  background: #d4eaba;
}

.form_map .west .tit {
  background: #fdecc0;
}

.form_map .south .tit {
  background: #d5eefa;
}

.form_map .east .tit {
  background: #ffd4d6;
}

.form_map .north .tit::after {
  border-color: transparent transparent transparent #d4eaba;
}

.form_map .west .tit::after {
  border-color: transparent transparent transparent #fdecc0;
}

.form_map .south .tit::after {
  border-color: transparent transparent transparent #d5eefa;
}

.form_map .east .tit::after {
  border-color: transparent transparent transparent #ffd4d6;
}


.form_map .tit_wrap,
.form_map .place {
  margin-bottom: 10px;
}


.form_map input {
  display: none;
}

.form_map input[type="radio"]:checked.shop + label {
  background: #000036d1;
  color: #fff;
  font-weight: bold;
}

/*.form_map .north input[type="radio"]:checked.shop + label {
  background: #d4eaba;
}
.form_map .west input[type="radio"]:checked.shop + label {
  background: #ffd4d6;
}
.form_map .south input[type="radio"]:checked.shop + label {
  background: #d5eefa;
}
.form_map .east input[type="radio"]:checked.shop + label {
  background: #fdecc0;
}
*/

.form_map label {
  background: #eee;
  text-align: left;
  display: block;
  padding: 8px 5px 8px 8px;
  width: 100%;
  border: none;
  font-size: 13px;
}

.form_map label:hover {
  cursor: pointer;
}

.form_map label span {
  display: block;
  font-size: 10px;
  color: #717171;
  line-height: 1.5;
  margin-top: 1px;
}

.form_map input[type="radio"]:checked.shop + label span {
  color: #fff;
}

textarea {
  min-height: 150px;
}
