

.h2_wrapper {
    margin-bottom: 0 !important;
    height: unset;
}

/*ページタイトル*/
section h3 {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	text-align: center;
	padding: 18px 0;
	border-top: 2px solid #FCC09E;
	border-bottom: 2px solid #FCC09E;
	position: relative;
	margin-bottom: 40px;
}
section h3::after {
	position: absolute;
	bottom: -10px;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	background-image: url(../images/common/h_yaji.png);
	content: '';
	display: inline-block;
	width: 35px;
	height: 11px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	background-color: #fff;
	border-bottom: none;
}
section h3 div {
	width: max-content;
	position: relative;
	margin: 0 auto;
	padding-right: 30px;
}
section h3 div::after {
	position: absolute;
	top: 50%;
	right: -40px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(../images/reserve/h_reserve_sp_man.png);
	content: '';
	display: inline-block;
	width: 60px;
	height: 60px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}




/*フロー図*/
section > div:nth-of-type(2) {
	text-align: center;
	margin: 40px 0;
}
.h2_wrapper h2::after {
    display: none;
}
/*見出し*/
section > h3 {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	font-size: 18px;
	padding: 28px 0;
}
/*説明文*/
div.note {
	width: 90%;
	max-width: 640px;
	margin: 30px auto 40px;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}
div.note ol {
	padding-left: 0px;
}
div.note > ol li {
	padding-left: 1em;
	text-indent: -1em;
}
div.note > ol li:before {
	display: inline;
	position: static;
	content: "・";
}
span.require {
	display: inline;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	line-height: 1.0;
	border-radius: 5px;
	margin-left: 0;
	margin-right: 10px;
	padding: 3px 10px;
	background: #DB0010;
}
span.non {
	background-color: #989898;
}
/*点検やオイル交換などのメンテナンスについて*/
div.telrcpt {
	width: 540px;
	margin: 24px auto 0;
}
div.telrcpt > ul {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-between;
}
div.telrcpt > ul li:nth-of-type(1) {
	width: 42px;
}
div.telrcpt > ul li:nth-of-type(1) img {
	width: 100%;
	height: auto;
}
div.telrcpt > ul li:nth-of-type(2) {
	width: 480px;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
}
/*
div.telrcpt > div {
	margin: 24px auto 0;
}
div.telrcpt > div img {
	width: 42px;
	height: auto;
	float: left;
	margin-right: 18px;
	position: relative;
	top: -10px;
}*/
/*
div.telrcpt > div {
    position: relative;
    padding-left: 42px;
    text-indent: -42px;
}
div.telrcpt > div::before {
	content: "";
	display: inline-block;
	width: 42px;
	height: 60px;
	background-image: url(../images/reserve/img.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
	vertical-align: middle;
	margin-right: 18px;
}
*/
div.telrcpt > a {
	position: relative;
	display: block;
	width: 400px;
	margin: 14px auto 40px;
	font-size: 16px;
	font-weight: bold;
	color: #ED6103;
	text-align: center;
	padding: 18px 0;
	background-color: #FFE6D9;
	border-radius: 30px;
	filter: drop-shadow(0px 3px 3px rgba(0,0,0,.25));
}
div.telrcpt > a::after {
	position: absolute;
    top: 40%;
    right: 10px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    content: "";
    vertical-align: middle;
    width: 8px;
    height: 8px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
	border-top: 2px solid #ED6103;
    border-right: 2px solid #ED6103;
}
div.telrcpt > a:hover {
	color: #6A6661;
	filter: drop-shadow(0px 0px 0px rgba(0,0,0,.25));
}
div.telrcpt > a:hover::after {
	border-top: 2px solid #6A6661;
    border-right: 2px solid #6A6661;
}







/*フォーム*/
.inquiry_form table {
	width: 90%;
	max-width: 640px;
	margin: 0 auto;
}
.inquiry_form table tr td {
	border: none;
	background-color: transparent;
	padding: 0;
	margin-bottom: 30px;
}
.inquiry_form table th,
.inquiry_form table td {
	display: block;
	width: 100% !important;
}
.inquiry_form table tr:nth-child(2n) th {
	padding: unset;
	border: unset;
	background: unset;
}
.inquiry_form table tr th {
	text-align: left;
	vertical-align: top;
	border: none;
	background-color: transparent;
	font-size: 18px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 10px;
	padding: 0;
}
.inquiry_form input[type="text"],
.inquiry_form input[type="date"],
.inquiry_form select {
	width: calc(100% - 10px);
	height: 44px !important;
	border: 1px solid #ED6103 !important;
	border-radius: 5px;
}
.inquiry_form textarea {
	width: calc(100% - 6px);
	min-height: 150px;
	padding: 2px;
	border-radius: 5px;
	border: 1px solid #ED6103 !important;
}

/*選択部分*/
td.contract1,
td.contract2,
td.contract3,
td.contract4 {
	width: 100%;
	display: flex !important;
	justify-content: space-between;
	flex-wrap: wrap;
}
td.contract1 label.check,
td.contract2 label.check,
td.contract3 label.check,
td.contract4 label.check {
	background: #FB8C38 !important;
	color: #fff !important;
	border-color: #ED6103 !important;
}
td.contract1 .owlet-input-sample,
td.contract2 .owlet-input-sample,
td.contract3 .owlet-input-sample,
td.contract4 .owlet-input-sample {
    display: none;
}

.form table tr td label {
	display: block;
}
td.contract1 label,
td.contract2 label,
td.contract3 label,
td.contract4 label {
	width: 284px;
	background: #F4F4F4;
	font-weight: bold;
	color: #333333;
	border: 1px solid #707070;
	padding: 12px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 10px;
}

/*日時*/
input[name="input[time_date]"] {
    width: 150px !important;
}
select[name="input[time_hour]"] {
    width: unset !important;
}
select[name="input[time_minute]"] {
    width: unset !important;
}
/* 追加＿希望時間 */
.inquiry_form table tr td.time {
	display: flex;
	margin-bottom: 5px;
}
.inquiry_form table tr td.time input {
	width: 300px !important;
	margin-right: 5px;
}
.inquiry_form table tr td.time select {
	width: 150px !important;
	height: 50px !important;
} 
.inquiry_form table tr td.time_note {
    margin-bottom: 0px;
}

/*ボタン*/
.inquiry_form .form_button {
	margin: 60px auto 60px;
	width: max-content;
	position: relative;
}
.inquiry_form .form_button input[type="submit"] {
	width: 260px;
	display: block;
	margin: 0 auto;
	padding: 15px 15px;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border-radius: 30px;
	position: relative;
	filter: drop-shadow(3px 3px 3px #aaa);
	color: #fff;
	background-color: #ED6103;
	border: 2px solid #ED6103;
}
.inquiry_form .form_button::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%);
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
.inquiry_form .form_button input[type="submit"]:hover {
/*.inquiry_form .form_button:hover input[type="submit"] {*/
	color: #333;
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .6));
}
input,textarea {
  font-size: 16px;
}
/*個人情報取扱いについて*/
.owlet-rules {
	width: 100%;
	max-width: 640px;
	margin-left: auto;
	margin-right: auto;
}




/*予約フォーム枠*/
div.waku {
	width: 90%;
	max-width: 700px;
	margin: 0 auto;
	border: 1px solid #4FC4CA;
	border-radius: 10px;
	margin-bottom: 40px;
}
div.waku > div {
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	background-color: #4FC4CA;
	border-radius: 6px 6px 0 0;
	padding: 10px 10px 10px 30px;
	margin-bottom: 40px;
}

/*営業時間*/
div.shop_info {
	width: auto;
	background-color: #F8F3F1;
	border-radius: 4px;
	padding: 15px 25px 5px 25px;
}
div.shop_info > dl dt {
	width: 65px;
	font-size: 14px;
	font-weight: bold;
	clear: both;
	float: left;
}
div.shop_info > dl dd {
	font-size: 14px;
	font-weight: 500;
	padding-left: 65px;
	margin-bottom: 10px;
}









/*確認ページ=======================*/
*{};
p.confirm span:nth-of-type(1) {
	font-weight: bold;
	color: #0192FF;
}
p.confirm span:nth-of-type(2) {
	font-size: 14px;
	color: #E50113;
}


.inquiry_form table.confirm tr th,
.inquiry_form table.confirm tr:nth-child(2n) th {
	background-color: #FCC09E;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	padding: 10px;
}
.inquiry_form table.confirm th,
.inquiry_form table.confirm td {
	display: table-cell;
}
.inquiry_form table.confirm tr th,
.inquiry_form table.confirm tr:nth-child(2n) th {
	border: 1px solid #fff;
	width: 220px !important;
}
.inquiry_form table.confirm td {
	border: 1px solid #FCC09E;
	width: 380px !important;
	padding: 10px;
}

table.confirm td.w_line {
	height: 40px;
	border-left: none;
	border-right: none;
}

.inquiry_form div.mds3 {
	width: 90%;
	max-width: 640px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: bold;
	color: #4FC4CA;
	margin-top: 60px;
}

/*戻るボタン*/
table.confirm + div.form_button a {
	display: block;
	width: 260px;
	margin: 30px auto !important;
	background: #989898;
	padding: 12px 0;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	filter: drop-shadow(2px 2px 2px rgba(10, 10, 10, .6));
	border-radius: 25px;
	position: relative;
}
table.confirm + div.form_button a:hover {
	color: #333;
	filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .6));
}
table.confirm + div.form_button a::before {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%) rotate(225deg);
	-webkit-transform: translateY(-50%) rotate(225deg);
	-ms-transform: translateY(-50%);
	content: "";
	vertical-align: middle;
	width: 8px;
	height: 8px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
table.confirm + div.form_button::after {
	position: absolute;
	top: 82%;
	right: 20px;
	transform: translateY(-50%) rotate(45deg);
	-webkit-transform: translateY(-50%) rotate(45deg);
	-ms-transform: translateY(-50%);
	content: "";
	vertical-align: middle;
	width: 10px;
	height: 10px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
/*確認ページ「ご連絡事項等」項目用*/
table.confirm.else {
	margin-top: 40px;
}




/*完了ページ=======================*/
h3.mds {
	font-size: min(4vw,16px);
	width: 100%;
	max-width: 700px;
	margin: 40px auto 40px;
}
h3.mds + img {
	width: 100px;
	height: auto;
	display: block;
	margin: 30px auto;
}
p.comp {
	width: 90%;
	max-width: 640px;
	margin: 0 auto;
	font-size: 16px;
	font-weight: 500;
	color: #333333;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 30px;
}
p.comp span{
	font-size: 14px;
}

/*TOPページに戻る*/
div.back {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 60px;
}
div.back a {
	color: #ED6103;
}
div.back a:hover {
	color: #333;
}

/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1140px) {

/* newcommon.css上書きの為 */
h2.title {
	line-height: 1.6
};

}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


/*■■■■■■■■■■■■■■ sp2 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1080px) {
*{}
*{}
*{}
/*■■■■■■■■■■■■■■ sp2 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/


.h2_wrapper {
    padding: 0;
    background: none;
}

section h3 div {
	text-align: left;
	width: max-content;
}
section h3 div::after {
	right: -10px;
	width: 40px;
	height: 40px;
}

/*フロー図*/
section > div:nth-of-type(2) {
	margin: 40px 5%;
}
/*見出し*/
section > h3 {
	font-size: min(4vw,16px);
	padding: 20px 0;
}
/*説明文*/
div.note {
	font-size: 15px;
}
/*点検やオイル交換などのメンテナンスについて*/
div.telrcpt {
	width: 100%;
	margin: 20px auto;
}
div.telrcpt > ul {
	width: 90%;
	margin: 0 auto;
}
div.telrcpt > ul li:nth-of-type(1) {
	width: 100%;
	max-width: 42px;
	margin-right: 8px;
}
div.telrcpt > ul li:nth-of-type(2) {
	width: 100%;
	font-size: 15px;
}
div.telrcpt > a {
	width: 100%;
	max-width: 375px;
	font-size: min(4vw,14px);
	padding: 17px 0;
	margin: 10px auto 50px;
}
div.telrcpt > a::after {
	display: none;
}



/*フォーム*/
.inquiry_form {
	margin-bottom: 80px;
}
.inquiry_form table tr th,
.inquiry_form table tr:nth-child(2n) th {
	font-size: 16px;
}
.inquiry_form table tr:last-child td {
	border-bottom: none;
}
/* 追加＿希望時間 */
.inquiry_form table tr td.time input {
	width: 49% !important;
}
.inquiry_form table tr td.time select {
	width: 49% !important;
	height: 50px !important;
}

/*選択部分*/
td.contract1 label,
td.contract2 label,
td.contract3 label {
	width: 100%;
}


/*個人情報取扱いについて*/
.owlet-rules {
	width: 90%;
}


/*営業時間*/
div.shop_info {
	padding: 15px 20px 5px 20px;
}





/*確認ページ=======================*/
*{};
.lower_main section.inquiry_intro {
	margin-bottom: 30px;
}
.inquiry_form table.confirm {
	margin-bottom: 0px;
}
.inquiry_form table.confirm th,
.inquiry_form table.confirm td {
	display: block;
}
.inquiry_form table.confirm tr th,
.inquiry_form table.confirm tr:nth-child(2n) th {
	width: 100% !important;
	margin-bottom: 0;
	border: 1px solid #FCC09E;
	padding: 3px 10px !important;
}
.inquiry_form table.confirm td {
	width: 100% !important;
}
.inquiry_form table.confirm td.w_line {
	display: none;
}
.inquiry_form .form_button {
	margin:0px auto 0px;
	width: 90%;
	max-width: 320px;
}
/*戻るボタン*/
table.confirm + div.form_button a {
	width: 80%;
	max-width: 280px;
}
.inquiry_form .form_button input[type="submit"] {
	width: 100%;
	max-width: 320px;
}
/*contents.caa対策*/
.inquiry_form table.confirm tr:last-child td {
	border: 1px solid #FCC09E;
}
.inquiry_form div.mds3 {
    margin-top: 30px;
}


/*TOPページに戻る*/
div.back {
	margin-top: 20px;
}




/*フォーム固定メニュー非表示対応*/
div.sp_footer {
	display: none !important;
}
footer p.copy {
	padding-bottom: 10px;
}




/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■*/
