/* step_bar
-----------------------------------*/
.step_bar {
	position: relative;
	display: flex;
	justify-content: space-between;
	/*flex-wrap: wrap;*/
	overflow: hidden;
	width: 100%;
    max-width: 742px;
    margin: 0 auto;
	z-index: 0;
	overflow: hidden;
}
.step_bar::before {
	content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 26px;
    display: block;
    width: 80%;
    margin: 0 auto;
    height: 4px;
    background-color: #d8d8d8;
    transform: translateY(-50%);
    z-index: -1;
}
.step_bar .step_item {
	text-align: center;
	width: 20%;
	/* position: relative;
	display: flex;
	justify-content: center;
	align-items: center; */
	/* width: 50px;
	height: 50px; */
	/* padding: 0 35px 0 15px; */
	/* background-color: #daf0e3;
	font-size: 14px;
	font-weight: 400;
	line-height: 1;
	letter-spacing: 0.06em;
	color: #808080; */
}
.step_bar .step_item .circle_box {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	border-radius: 30px;
	margin: 0 auto 10px;
	/* padding: 0 35px 0 15px; */
	background-color: #A8A8A8;
	font-size: 21px;
	font-weight: bold;
	line-height: 1;
	color: #fff;
}
.step_bar .step_item p {
	font-weight: bold;
	font-size: 16px;
}
/* .step_bar .step_item:before, .step_bar .step_item:after {
	position: absolute;
	left: -15px;
	display: block;
	content: '';
	background-color: #daf0e3;
	border-left: 8px solid #fff;
    width: 33px;
	height: 30px;
}
.step_bar .step_item:after {
	top: 0;
	transform: skew(45deg);
}
.step_bar .step_item:before {
	bottom: 0;
	transform: skew(-45deg);
}
.step_bar .step_item:first-child:before, .step_bar .step_item:first-child:after {
	content: none;
} */
.step_bar .step_item .circle_box.current {
	color: #fff;
	background-color: #009e41;
}
.step_bar .step_item.current:before, .step_bar .step_item.current:after {
	background-color: #009e41;
}
@media screen and (max-width: 840px) {
.step_bar .step_item {
	font-size: 13px;
}
.step_bar .step_item::before, .step_bar .step_item::after {
	left: -8px;
	border-left: 3px solid #fff;
	width: 15px;
}
.step_bar .step_item::before {
	bottom: 0;
	transform: skew(-20deg);
}
.step_bar .step_item::after {
	top: 0;
	transform: skew(20deg);
}
}
@media screen and (max-width: 1060px) {
	.step_bar .step_item .circle_box {
		width: 40px;
		height: 40px;
		font-size: 14px;
	}
}
@media screen and (max-width: 640px) {
.step_bar .step_item .circle_box {
	width: 30px;
	height: 30px;
	font-size: 13px;
}
.step_bar::before {
	top: 16px;
	height: 2px;
}
.step_bar .step_item {
    padding: 0;
}
.step_bar .step_item p {
	font-size: 11px;
}
.bg_w {
	padding: 20px;
}
}
/* 追加
-----------------------------------*/
table td input.reserveData, table td select.reserveData {
	width: 400px;
}
.reserveFigureWrap {
	display: inline-block;
}
.reserveLinkWrap {
	width: 100%;
	max-width: 175px;
}
.reserveLinkWrap.long {
	max-width: 420px;
}
.reserveCheck:first-child {
	margin-right: 20px;
}
table.tableReserveForm td select.reserveTime {
    width: 100px;
    font-size: 16px;
    border: 1px solid #b8baba;
    margin: 0 10px 0 30px;
}
.ui-datepicker-trigger {
    vertical-align: middle;
    display: inline-block;
    width: 20px;
    height: 22px;
    text-indent: -9999px;
    margin-left: -6px;
    margin-right: 6px;
}
table td .selectTitle, table td .reserveCheck {
	display: inline-block;
	vertical-align: middle;
	font-size: 16px;
}
table td select.reserveFigure {
	width: 50px !important;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
table td .row_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	gap: 10px 14px;
}
table td .row_box.other_box {
	padding-top: 6px;
	gap: 10px 30px;
}
.reserveInquiry {
	-webkit-appearance: none;
	cursor: pointer;
	border: none;
	vertical-align: top;
	display: block;
	color: #fff;
	background: #ff9100;
	text-align: center;
	padding: 5px 20px;
	border-radius: 18px;
	-webkit-border-radius: 18px;
	-moz-border-radius: 18px;
	font-size: 16px;
	margin-left: 20px;
}
.price {
	font-size: 30px;
	font-weight: 700;
	color: #ff0000;
}
.price span {
	font-size: 15px;
}
.txt {
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 10px;
}
.hide {
	    pointer-events: none;
}

@media screen and (max-width: 840px) {
.reserveInquiry {
	font-size: 12px;
	margin: 15px auto 0 auto;
	padding: 5px 10px;
}
}

@media screen and (max-width: 640px) {
table td .selectTitle, table td .reserveCheck, table td .reserveSelect {
	font-size: 13px;
}
	#form td input#FromCalender {
	width: 70% !important;
}
	table.tableReserveForm td select.reserveTime {
		margin: 10px auto 0;
	}
.reserveCheck input, .reserveSelect input {
	width: auto !important;
}
table td .row_box {
	flex-flow: column;
	align-items: flex-start;
}
table td .row_box.other_box {
	gap: 13px 0;
}
	.reserveInquiry {
    font-size: 10px;
	}
.price {
	font-size: 24px;
}
.txt {
	font-size: 12px;
}
.ui-datepicker-trigger {
	margin-left: 0;
}
}
/*-----------------------------------

	form

-----------------------------------*/
#reserve_block {
	padding: 60px 0 117px;
}
#form {
    margin: 0 auto 60px;
	/* width: 1000px; */
}
#form .intro_text {
	margin-bottom: 60px;
}
#form .intro_text a {
	display: inline-block;
}
#form #h2_title {
	margin: 25px 0 70px;
}
#form .mt_15 {
	margin-top: 15px !important;
}
#form .mr_10 {
	margin-right: 10px !important;
}
#form .intro_text {
	text-align: center;
	font-size: 18px;
}
#form .intro_text a {
	color: #009e41;
	text-decoration: underline;
	font-size: 18px;
}
#form h3 {
	font-size: 25px;
	font-weight: 700;
	color: #009e41;
	text-align: left;
	margin-bottom: 24px;
}
#form h4 {
	font-size: 24px;
	color: #ff9106;
	margin-bottom: 25px;
}
#form .input_wrap {
	padding-top: 12px;
	padding-bottom: 119px;
	margin-top: 60px;
}
#form .wrap {
	margin-top: 39px;
}
#form .select_campaign {
	margin-top: 60px;
}
#form table {
	width: 100%;
}
#form th {
	width: 200px;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
	padding: 27px 29px;
	text-align: left;
	overflow: hidden;
	background: #F6F6F6;
	vertical-align: middle;
}
#form .step_wrap th {
	width: 280px;
	background: #F6F6F6;
	padding: 20px 20px;
}
#form th, #form td {
	border-bottom: 5px solid #ffffff;
}
#form #car_id_area th,
#form #car_id_area td {
	padding: 0 29px;
}
#form .step_wrap th, #form .step_wrap td {
	border: none;
}
/*#form th p {
	font-size: 16px;
}*/
#form th span {
	font-size: 16px;
	font-weight: 700;
	display: inline-block;
	color: #959595;
	float: right;
}
#form td input, #form td textarea {
    font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
    box-sizing: content-box;
    padding: 9.5px 20px;
	background: #fff;
	vertical-align: inherit;
	border: 1px solid #A8A8A8;
}
#form td input.datepicker {
	max-width: 173px;
}
#form td input::placeholder {
	color: #A8A8A8;
}
#form td .reserveSelect {
	display: block;
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	padding-left: 30px;
	cursor: pointer;
	position: relative;
}
#form td .reserveSelect::before,
#form td .reserveSelect::after {
	content: "";
	display: block;
	position: absolute;
	border-radius: 50vw;
}
#form td .reserveSelect::before {
	width: 20px;
	height: 20px;
	background: #ffffff;
	border: 1px solid #A8A8A8;
	top: 7px;
	left: 0;
	z-index: 1;
}
#form td .reserveSelect::after {
	width: 12px;
	height: 12px;
	background: #00A040;
	opacity: 0;
	top: 11px;
	left: 4px;
	z-index: 2;
}
#form td .reserveSelect:has(input:checked)::after {
	opacity: 1;
}
#form td .reserveSelect input[type="radio"] {
	display: none;
}
#form .step_wrap td input, #form .step_wrap td select, #form .step_wrap td textarea  {
    width: 87%;
	padding: 12px;
}
#form .step_wrap td .select_wrap {
	max-width: 546px;
}
#form .step_wrap td select {
	width: 100%;
	padding: 0.5px 40px 0.5px 20px;
}
#form td select {
	appearance: none;
	-webkit-appearance: none;
	font-size: 16px;
	font-family: "Zen Kaku Gothic New", sans-serif;
	font-weight: 700;
	display: inline-block;
	background: #ffffff;
	padding: 0.5px 40px 0.5px 20px;
	width: 100%;
	min-height: 45px;
	border: 1px solid #A8A8A8;
}
#form .select_wrap {
	position: relative;
}
#form .select_wrap.long {
	min-width: 250px;
	width: calc(100% - 189px);
}
#form .select_wrap.middle {
	min-width: 250px;
	width: calc(100% - 263px);
}
#form .select_wrap.short {
	min-width: 200px;
	width: calc(100% - 434px);
}
#form .select_wrap.num {
	width: 104px;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
#form .select_wrap::after {
	content: "";
	position: absolute;
	right: 21px;
	top: 0;
	bottom: 0;
	display: block;
	width: 14px;
	height: 8px;
	margin: auto;
	background: url("../img/common/arrow_b_btm.svg") no-repeat center / contain;
	pointer-events: none;
}
#form .select_wrap.num::after {
	top: 3px;
	right: 42px;
}
#form .select_wrap.num select {
	margin-right: 7.5px;
}
#form td textarea {
	height: 210px;
}
#form td {
	vertical-align: middle;
	padding: 15.5px 29px;
	position: relative;
	background: #fff;
}
#form .att_txt {
	margin-top: 2.5px;
}
#form .step_wrap td {
	padding: 18px 30px;
}
#form .checkbox a {
	display: inline-block;
	color: #009E41;
	text-decoration: underline;
}
#form .checkbox a:hover {
	text-decoration: none;
}
@media screen and (max-width: 640px) {
	#form .step_wrap th {
		padding: 10px;
	}
	#form .step_wrap td {
		padding: 10px;
	}
	#form .select_wrap {
		min-width: initial !important;
		width: 100% !important;
	}
	#form .select_wrap::after {
		width: 10px;
		height: 6px;
		right: 5px;
	}
	#form .select_wrap.num::after {
		top: 2px;
		right: 27px;
	}
	#form td .reserveSelect {
		font-size: 13px;
		padding-left: 27px;
	}
	#form td .reserveSelect::before {
		width: 18px;
		height: 18px;
	}
	#form td .reserveSelect::after {
		width: 10px;
		height: 10px;
	}
	#form .checkbox a {
		font-size: 13px;
	}
}
/* checkbox, btn
-----------------------------------*/
input[type="checkbox"], input[type="checkbtn"] {
	display: none;
}
.checkboxWrap {
	text-align: center;
	margin-top: 90px;
}
.checkbox {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin-top: -30px;
	margin-left: auto;
	margin-right: auto;
	margin-left: -15px;
	padding: 0 0 0 65px;
	width: max-content;
	max-width: 100%;
	vertical-align: middle;
	cursor: pointer;
}
.checkbox:after {
	-webkit-transition: border-color 0.2s linear;
	transition: border-color 0.2s linear;
	position: absolute;
	top: 20%;
	left: 15px;
	display: block;
	margin-top: -6px;
	width: 30px;
	height: 30px;
	border: 1px solid #c8c8c8;
	content: '';
}
.checkbox:before {
	position: absolute;
	top: 30%;
	left: 25px;
	display: block;
	margin-top: -7px;
	width: 11px;
	height: 21px;
	border-right: 3px solid #009e41;
	border-bottom: 3px solid #009e41;
	content: '';
	opacity: 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox:before {
	opacity: 1;
}

.checkbtn {
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: inline-block;
  font-size: 16px;
  font-family: "Zen Kaku Gothic New", sans-serif;
  font-weight: 700;
  padding: 6px 0 0 30px;
  vertical-align: middle;
  margin-right: 20px;
  cursor: pointer;
}
.checkbtn::before {
  position: absolute;
  top: 62%;
  left: 7px;
  display: block;
  margin-top: -8px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #009e41;
  border-bottom: 2px solid #009e41;
  content: '';
  opacity: 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.checkbtn::after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  position: absolute;
  top: 30%;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #A8A8A8;
  content: '';
}
input[type=checkbox]:checked + .checkbtn:before { 
	opacity: 1;
}
.btn_style {
	width: 400px;
	padding: 10px 0;
	font-size: 14px;
	text-align: center;
	cursor: pointer;
	position: relative;
	margin: 0 auto;
	display: block;
}
#btn_01 {
	border: 1px solid #009E41;
	background: #009E41;
	color: #fff;
}
#btn_01::before {
	content: "";
	position: absolute;
	left: -21px;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	border-right: 20px solid #009E41;
	border-top: 21px solid transparent;
	border-bottom: 21px solid transparent;
	z-index: 9999;
}
#btn_02 {
	border: 1px solid #009E41;
	background: #009E41;
	color: #fff;
}
#btn_02::before {
	content: "";
	position: absolute;
	right: -21px;
	top: 0;
	display: block;
	width: 0;
	height: 0;
	border-left: 20px solid #009E41;
	border-top: 21px solid transparent;
	border-bottom: 21px solid transparent;
	z-index: 9999;
}
.btn_style:hover {
	opacity: 0.7;
}
.checkboxWrap {
	margin-top: 60px;
}
@media screen and (max-width: 640px) {
	.checkboxWrap {
		margin-top: 40px;
	}
	.checkbox {
		padding: 0 0 0 35px;
	}
	.checkbox:before {
		width: 8px;
		height: 16px;
		top: 42%;
		left: 8px;
	}
	.checkbox:after {
		width: 25px;
		height: 25px;
		top: 27.5%;
		left: 0;
	}
	.checkbtn {
		font-size: 13px;	
		padding: 6px 0 0 27px;
	}
	.checkbtn::before {
		left: 6px;
	}
	.checkbtn::after {
		top: 25%;
		width: 18px;
		height: 18px;
	}
}
/* placeholder
-----------------------------------*/
:placeholder-shown {
 color: #959595;
}

::-webkit-input-placeholder {
 color: #959595;
}

:-moz-placeholder {
 color: #959595;
opacity: 1;
}

::-moz-placeholder {
 color: #959595;
opacity: 1;
}

:-ms-input-placeholder {
 color: #959595;
}

@media screen and (max-width: 840px) {
#form {
	width: 100%;
	margin-bottom: 0;
}
#form th {
	width: 30%;
	padding: 20px 10px;
}
#form td {
	width: 70%;
	padding: 20px 10px;
	font-size: 13px;
}
#form #car_id_area th, #form #car_id_area td {
	padding: 20px 10px;
}
#form td input, #form td select {
	min-height: 40px;
	box-sizing: border-box;
}
#form td .reserveSelect::before {
	top: 2px;
}
#form td .reserveSelect::after {
	top: 6px;
}
}

@media screen and (max-width: 640px) {
#reserve_block {
	padding: 60px 0;
}
#form #h2_title h2 {
	background-position: center 0;
	background-size: 22%;
	padding-left: 0;
	height: auto;
	padding-top: 18%;
}
#form .intro_text {
	margin-bottom: 30px;
}
#form h3 {
	font-size: 18px;
	margin-bottom: 10px;
}
#form h4 {
	font-size: 18px;
}
#form .input_wrap {
	padding-top: 5px;
	padding-bottom: 59px;
	margin-top: 40px;
}
#form .wrap {
	margin-top: 20px;
}
#form th {
	font-size: 13px;
	padding: 10px 5px 10px 10px;
	width: 25%;
}
#form th p {
	font-size: 13px;
}
#form td {
	width: 75%;
}
#form td input, #form td select {
	width: 100%;
	font-size: 13px;
	padding: 0.5px 20px 0.5px 10px;
}
#form td input.datepicker {
	max-width: 100%;
}
}
/* checkbox, btn
-----------------------------------*/
#form .btn_area {
	width: 860px;
	max-width: 100%;
	margin: 118px auto 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 10px 10px;
}
.btn_style {
	width: 45%;
}

@media screen and (max-width: 640px) {
#form .btn_area {
	gap: 20px 10px;
	margin: 50px auto 0;
}
}
/*-----------------------------------

	complete

-----------------------------------*/
.complete {
	margin-top: 70px;
	text-align: center;
}
.complete p {
	margin-bottom: 10px;
}
.complete a {
	margin: 40px auto 0;
}
.complete a:hover {
	opacity: 0.8;
}

@media screen and (max-width: 640px) {
.complete {
	margin-top: 40px;
}
.complete p {
	font-size: 13px;
}
}


#form .campaign_notes_wrap {
	margin-top: 10px;
}
#form .campaign_notes_wrap .campaign_notes_operation {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#form .campaign_notes_wrap .campaign_notes_operation button {
	background-color: #eee;
    border-radius: 8px;
    border-width: 0;
    color: #333333;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: 600;
    line-height: 20px;
    list-style: none;
    margin: 0;
    padding: 10px 12px;
    text-align: center;
    transition: all 200ms;
    vertical-align: baseline;
    white-space: nowrap;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
}
#form .campaign_notes_wrap .campaign_notes {
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid crimson;
	color: crimson;
	padding: 1.5em;
	border-radius: 8px;
	/* display: none; */
}

.checkbox_small {
	/* -webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
	position: relative;
	display: inline-block;
	margin-top: -30px;
	margin-left: -15px;
	padding: 0 0 0 65px;
	vertical-align: middle;
	cursor: pointer; */
	position: relative;
	padding-left: 30px;
}
.checkbox_small:before {
    position: absolute;
    top: 5px;
    left: 7px;
    display: block;
    width: 6px;
    height: 11px;
    border-right: 2px solid #009e41;
    border-bottom: 2px solid #009e41;
    content: '';
    opacity: 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
input[type=checkbox]:checked + .checkbox_small:before {
    opacity: 1;
}
.checkbox_small:after {
    -webkit-transition: border-color 0.2s linear;
    transition: border-color 0.2s linear;
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 20px;
    height: 20px;
    border: 1px solid #c8c8c8;
    content: '';
	transform: translateY(-50%);
}

@media screen and (max-width: 640px) {
	#form .campaign_notes_wrap {
		margin-left: 0;
	}
	#form .campaign_notes_wrap .campaign_notes_operation .title {
		font-size: 13px;
	}
	#form .campaign_notes_wrap .campaign_notes {
		font-size: 13px;
	}
	.checkbox_small {
		font-size: 13px;
		padding-left: 27px;
	}
	.checkbox_small:before {
		top: 3px;
		left: 6px;
	}
	.checkbox_small:after {
		width: 18px;
		height: 18px;
	}
}