@charset "utf-8";

/* アイキャッチ
***************************************************************/
.iCatch .bg{
  background-image: url(../../files/img/reservation/reservation1.jpg);
}
@media all and (max-width:680px) {
  .iCatch .bg{
    background-image: url(../../files/img/reservation/reservation1_sp.jpg);
  }
}
.hidden { display: none;}

.error {
	color: #e60012;
	font-weight: bold;
}

.conversionWrap {
	display: none;
}

/* ------------------------------
 お電話ボックス
------------------------------ */
#form_box .telBox {
	font-size: 0;
	text-align: center;
	/* border: solid 1px #003366;
	padding: 25px 0; */
	margin-bottom: 50px;
}
#form_box .telBox div {
	font-size: 1.4rem;
	width: 25%;
	display: inline-block;
	padding: 5px 13px;
}
#form_box .telBox div:not(:last-child) {
	border-right: dotted 1px #B3B3B3;
}
#form_box .telBox .type {
	font-weight: bold;
	line-height: 1.2;
	text-align: center;
	padding: 7px 7px;
	margin-bottom: 10px;
	vertical-align: middle;
	display: inline-block;
	background: #E6E6E6;
}

#form_box .telBox .type small {
	font-size: 1.1rem;
}
#form_box .telBox .telno {
	font-size: 1.4rem;
	display: block;
	vertical-align: top;
}
#form_box .telBox .telno span {
	font-family: 'Roboto' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 3.5rem;
	line-height: 1;
	font-weight: 500;
	color: #003366;
	display: block;
}
#form_box .telBox .telno span::before {
	content: "";
	width: 21px;
	height: 21px;
	margin-right: 5px;
	margin-bottom: 5px;
	display: inline-block;
	vertical-align: middle;
	background: url(../img/tel_icon.png) no-repeat 0 0 / cover;
}

/* ------------------------------
 お電話ボックス BK

#form_box .telBox {
	text-align: center;
	border: solid 1px #003366;
	padding: 20px;
	margin-bottom: 10px;
}
#form_box .telBox div {
	display: inline-block;
	margin: 0 18px;
}
#form_box .telBox .type {
	font-size: 1.3rem;
	font-weight: bold;
	text-align: left;
	vertical-align: top;
	padding: 10px 15px;
	display: inline-block;
	background: #E6E6E6;
}
#form_box .telBox .telno {
	display: inline-block;
	text-align: left;
	vertical-align: top;
	margin-left: 18px;
}
#form_box .telBox .telno span {
	font-family: 'Roboto' , "メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size: 4rem;
	line-height: 1;
	font-weight: bold;
	color: #003366;
	display: block;
}
------------------------------ */


/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	#form_box .telBox {
		padding: 0;
		margin-bottom: 20px;
	}
	#form_box .telBox div {
		width: auto;
		display: table;
		padding: 6px 0;
	}
	#form_box .telBox div:not(:last-child) {
		border-right: none;
		/* border-bottom: dotted 1px #B3B3B3; */
	}
	#form_box .telBox .type {
		font-size: 1.2rem;
		width: 120px;
		display: table-cell;
		vertical-align: middle;
		height: auto;
		border-radius: 3px;
		padding: 10px 5px;
	}
	#form_box .telBox .type small {
		font-size: 1rem;
		display: block;
	}
	#form_box .telBox .telno {
		font-size: 1.3rem;
		display: table-cell;
		vertical-align: middle;
		text-align: left;
		padding-left: 10px;
	}
	#form_box .telBox .telno span {
		font-size: 1.8rem;
	}
	#form_box .telBox .telno span::before {
		width: 13px;
		height: 13px;
		margin-right: 3px;
		margin-bottom: 3px;
	}
}




/* ------------------------------
 横幅
------------------------------ */
.w3em {width: 3em !important;}
.w5em {width: 5em !important;}
.w8em {width: 8em !important;}
.w10em {width: 10em !important;}

.w19p { width: 19% !important;}
.w28p { width: 28% !important;}
.w31p { width: 31% !important;}
.w48p { width: 48% !important;}

.w100 { width: 100px !important;}
.w180 { width: 180px !important;}

.mr1p { margin-right: 1%;}
.mr2p { margin-right: 2%;}
.mr4p { margin-right: 4%;}

.mt15 { margin-top: 15px;}

.bold { font-weight: bold;}
.f18 { font-size: 18px;}

.sp { display: none;}

@media screen and (max-width: 767px) {
	.f18 { font-size: 16px;}
	.sp { display: block;}
}

.h30 {
	height: 30px;
	line-height: 28px;
}

.hyphen {
	width: 3.5%;
	text-align: center;
	display: inline-block;
}

/* ------------------------------
 入力項目
------------------------------ */
.inputList {
	margin-bottom: 60px;
}
.preview .inputList {
	margin-bottom: 10px;
}

@media screen and (max-width: 767px) {
	.inputList {
		margin-bottom: 30px;
	}
	
	.inputList .line {
		display: block;
		margin-top: 5px;
	}	
}

/* ------------------------------
 ご希望の内容
------------------------------ */
/*.box_select + .box_select {
	border-top: dotted 1px #a9acad;
	margin-top: 20px;
	padding-top: 20px;
}*/
.checklist,
.checklist_prev {
	margin-bottom: -10px;
}
.checklist li,
.checklist_prev li {
	display: inline-block;
}
.checklist li:nth-child(odd) {
	width: 52%;
}
.checklist li:nth-child(even) {
	width: 47%;
}
.checklist_prev li:after {
	content: "、";
	display: inline;
}
.checklist_prev li:last-child:after {
	content: ""
}

.row_conditional {
	/*visibility: collapse;*/
	opacity: 0;
	max-height: 0;
	overflow-y: hidden;
	transition: all 300ms 0s ease;
}
.row_conditional.show {
	/*visibility: visible;*/
	max-height: 1000px;
	/*display: table-row;*/
	opacity: 1;
}

/* ご希望の内容 */ 
.select_block {
	margin-left: 3px;
	opacity: 0;
	max-height: 0;
	overflow-y: hidden;
	transition: all 300ms ease;
}

.check_select_block:checked + div .select_block {
	opacity: 1;
	max-height: 1000px;
	margin-top: 10px;
}

.menu {
	cursor: pointer;
	border-radius: 5px;
	box-shadow: 0 0 2px 3px #ddd inset;
    padding: .5em;
	display: block;
}

.icon_open {
	height: 13px;
	width: 25px;
	display: inline-block;
	position: relative;
	margin-left: 5px;
	transition: all 300ms 0s ease;
}
.icon_open:before, .icon_open:after{
	content: '';
	height: 2px;
	width: 15px;
	display: block;
	background: #003366;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	position: absolute;
	top: 6px;
	left: 0px;
}
.icon_open:after {
	height:15px;
	width:2px;
	top:0;
	left:6.5px;
}
.check_select_block:checked + div .icon_open:after {
	height: 0px;
}


@media screen and (max-width: 767px) {
	.checklist li,
	.checklist li:nth-child(odd),
	.checklist li:nth-child(even) {
		display: block;
		width: auto;
	}
}

/* ------------------------------
 ボタン
------------------------------ */
.zip_search {
	font-size: 16px;
	font-weight: bold;
	line-height: 35px;
	text-align: center;
	color: #fff;
	padding: 0 15px;
	border: 1px solid #f19a25;
	border-radius: 4px;
	-ms-border-radius: 4px;
	display: inline-block;
	background: #f19a25;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	 -webkit-appearance: none;
	cursor : pointer;
}

button.btn {
	min-width: 230px;
	font-size: 16px;
	font-weight: 700;
	line-height: 23px;
	padding: 20px 60px;
	text-align: center;
	color: #fff;
	border: 1px solid #f19a25;
	background: #f19a25;
	display: inline-block;
	cursor: pointer;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	position: relative;
}
button.btn span::after {
  content: "";
  background-image: url(../img/common/arrow_r_w.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 24px;
  height: 20px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 15px;
  margin: auto;
  transition: right 0.3s ease, background 0.3s ease;
}
button.btn-b span::before {
    content: "";
    background-image: url(../img/common/arrow_r_w.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 24px;
    height: 20px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 15px;
    margin: auto;
    transition: left 0.3s ease, background 0.3s ease;
    transform: scale(-1, 1);
}
@media all and (min-width: 681px) {
  button.btn:hover span::after {
    right: 10px;
    background-image: url(../img/common/arrow_r_w.svg);
  }
  button.btn-b:hover span::before {
    left: 10px;
    background-image: url(../img/common/arrow_r_w.svg);
  }
}
button.btn:after {
	font-family: 'FontAwesome';
}
.btn:hover,
.btn:focus,
.btn:active,
.btn-b:hover,
.btn-b:focus,
.btn-b:active {
	outline: none;
}
input[type='submit'].btn-a,
input[type='submit'].btn-b {
	 -webkit-appearance: none;
}
button.btn-a,
input.btn-a {
	font-size: 1.8rem;
	font-weight: bold;
	color: #fff;
	height: 70px;
	border-radius: 4px;
	background: #003366;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
	cursor: pointer;
}
button.btn-b,
input.btn-b {
	min-width: 180px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	border: 1px solid #A6A6A6;
	border-radius: 3px;
	background: #A6A6A6;
	line-height: 23px;
	padding: 20px 0;
	width: 100px;
	float: left;
	margin-right: -100px;
	cursor: pointer;
	position: relative;
	-webkit-transition: 0.1s ease-in-out;
	-moz-transition: 0.1s ease-in-out;
	-o-transition: 0.1s ease-in-out;
	transition: 0.1s ease-in-out;
}
.zip_search:hover,
input.btn-a:hover,
input.btn-b:hover,
input.btn-b:focus {
	text-decoration: none;
	opacity: 0.7;
	cursor: pointer;
}

input.btn:disabled,
input.btn.is-disabled {
	opacity: 0.7;
}
input.btn:hover:enabled:not(.is-disabled) {
	text-decoration: none;
	opacity: 0.7;
}

input[type='text'] ,
textarea {
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	padding: .5em;
	text-align: left;
	border: 1px solid #DCDCDC;
	background: #fff;
	-webkit-appearance: none;
	vertical-align: middle;
	font-family: 'Noto Sans JP', -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}

input[type='text'].calendarBox {
	width: 147px;
	padding: .2em;
	text-align: left;
	display: inline-block;
	border: 1px solid #DCDCDC;
	vertical-align: middle;
	background: #fff;
}
.lineBox {
	padding: 20px 25px;
	border: solid 1px #C4C3BE;
}

/* プルダウン装飾 */
select {
	font-size: 16px;
	width: 100%;
	padding: .2em;
	text-align: left;
	border: 1px solid #DCDCDC;
	vertical-align: middle;
	-webkit-appearance: none;
	background: #fff url(../img/form/select_arrow.png) no-repeat right 5px center / 12px auto;
}
.selectPD {
	display: inline-block;
}

textarea {
    height: 160px;
}
input[type='text']:focus ,
textarea:focus {
    outline: 0;
    box-shadow: 0 0 2px 3px #ddd inset;
}

/*.check-boxes {
	font-size: 1.7rem;
	margin-top: 35px;
	margin-bottom: 30px;
}*/
input[type="checkbox"],
input[type=radio] {
	margin-right: 10px;
	vertical-align: middle;
}

input::-webkit-input-placeholder {
	color: #ccc;
}
input:-ms-input-placeholder {
	color: #ccc;
}
input::-moz-placeholder {
	color: #ccc;
}


/* ラジオボタン */
input[type=radio] {
	display: none;
}
input[type=radio] + span {
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 2px solid #003366;
	border-radius: 100%;
	display: inline-block;
	vertical-align: top;
	margin-top: 4px;
	margin-right: 10px;
	position: relative;
}
input[type=radio] + span:before {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	background-color: transparent;
	border-radius: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
input[type=radio]:checked + span:before {
	background-color: #003366;
}


.side .newline li,
.inputList td li {
	padding-left:1.4em;
	text-indent:-1.4em;
}
.inputList td .list li {
	padding-left: 1.2em;
	text-indent: 0;
}

/* チェックボックス */
input[type=checkbox] {
	display: none;
}
input[type=checkbox] + span {
	width: 16px;
	height: 16px;
	background-color: #fff;
	border: 2px solid #003366;
	display: inline-block;
	vertical-align: top;
	margin-top: 3px;
	margin-right: 5px;
	position: relative;
}
input[type=checkbox] + span:before {
	content: '';
	display: block;
	font-weight: normal;
	background-color: transparent;
	border-radius: 10%;
	position: absolute;
	top: -3px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
}
input[type=checkbox]:checked + span:before {
	width: 8px;
	height: 3px;
	border-left: 2px solid #003366;
	border-bottom: 2px solid #003366;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* saide チェックボックス */
.searchMap_right input[type=checkbox] + span,
.side input[type=checkbox] + span {
	border: 1px solid #CBCBCB;
	border-radius: 20%;
	margin-top: 3px;
}
.searchMap_right input[type=checkbox]:checked + span:before,
.side input[type=checkbox]:checked + span:before {
	border-left: 2px solid #666;
	border-bottom: 2px solid #666;
}



/* お問合せテーブル */
.inputList table {
	border-left: none;
	border-top: dotted 1px #A9ACAD;
	width: 100%;
}
.inputList table th {
	font-weight: bold;
	width: 29%;
	padding: 20px 0;
	border-right: none;
	background: #fff;
	border-bottom: dotted 1px #A9ACAD;
	text-align: left;
}
.inputList table tr:last-child th {
	border-bottom: none;
}
.inputList table tr th span {
	font-size: 12px;
	line-height: 16px;
	float: left;
	display: inline-block;
	color: #fff;
	border-radius: 2px;
	margin: 3px 10px 0 0;
	padding: 2px 10px;
	background: #f19a25;
	vertical-align: top;
}
.inputList table tr th span.any {
	background: #A6A6A6;
}
.inputList table tr th div {
	font-weight: normal;
}

.inputList table td {
	width: 71%;
	padding: 20px 0 20px 20px;
	vertical-align: top;
	border-right: none;
	border-bottom: dotted 1px #A9ACAD;
}
.inputList table tr:last-child td {
	border-bottom: none;
}
.inputList table td div + p {
	margin-top: 10px;
}

.inputList table td li {
	margin-bottom: 10px;
}
.inputList table td li:last-child {
	margin-bottom: 0;
}

.inputList table td .list li:before {
	top: 50%;
	margin-top: -10px;
}


.inputList table td .iconList {
	font-weight: bold;
	margin-bottom: 3px;
	padding-left: 1.2em;
	position: relative;
	color: #003366;
}

.inputList table td .iconList:before {
	content: "●";
	margin: 0 5px 0 3px;
	font-size: 1rem;
	line-height: 2;
	color: #003366;
	vertical-align: top; 
	position: absolute;
	margin-top: -10px;
	top: 50%;
	left: 0;
}

/* ------------------------------
 スマホ用コード
------------------------------ */
@media screen and (max-width: 767px) {
	input.btn-a {
		width: 90%;
		height: 60px;
	}
	button.btn-b,
	input.btn-b {
		font-size: 1.6rem;
	/*//	height: 50px;*/
		width: 90%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	button.btn,
	button.btn-a,
	input.btn-a {
		width: 90%;
		padding: 11px 30px;
	}
	
	.inputList table td ul {
		margin-bottom: -5px;
	}
	.inputList table td li {
		margin-bottom: 5px;
	}
	.inputList table td .list li:before {
		top: 13px;
	}
	.inputList table td .list li span {
		display: block;
		margin-bottom: 5px;
	}
	.f18 { font-size: 16px;}
}
@media screen and (max-width: 479px) {
	.inBox .line {
		display: block;
		margin-top: 5px;
	}
	
	
	.w100 {width: 29% !important;}
	.zip_search {
		width: auto !important;
		padding: 2px 10px;
	}
	
	.inputList,
	.mb50 {
		margin-bottom: 30px !important;
	}
	
	.inputList table th {
		width: 100% !important;
		display: block;
		border-bottom: none;
		padding: 15px 0 !important;
	}
	.inputList table td {
		width: 100% !important;
		display: block;
		padding: 15px 0 !important;
	}
}

/* ------------------------------
 送信完了
------------------------------ */
.contact_list span + span {
	margin-left: 1em;
}

@media screen and (max-width: 767px) {
	
	.contact_list span {
		display: block;
	}	
	.contact_list span + span {
		margin-left: 0;
	}
}
/* ------------------------------
 入力⇒確認⇒完了
------------------------------ */
.flow {
    display: flex;
    width: 805px;
    margin-left: auto;
    margin-right: auto;
    justify-content: space-between;
    align-items: center;
}
.flow p{
  border:1px solid #6e7175;
  background-color:#fff;
  width: 230px;
  text-align: center;
  letter-spacing: 0.05em;
  line-height: 1.55;
  font-size: 18px;
  padding: 8px 0;
}
.flow p.flow_active{
  background-color:#6e7175;
  color: #fff;
}
.flow span {
    height: 1px;
    background-color: #6e7175;
    width: calc((100% - 690px) / 2);
}

@media screen and (max-width:767px) {
  .flow {
  	width: 100%;
  }
  .flow p {
    width: calc((100% - 50px) / 3);
    line-height: 1.3;
    font-size: 14px;
    flex-shrink: 0;
  }
	.flow span {
	    height: 1px;
	    background-color: #6e7175;
	    width: calc((100% - 50px) / 2);
	}
}