@charset "UTF-8";
button, [type='button'], [type='reset'], [type='submit'] {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #1565c0;
	border:0;
	border-radius: 3px;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	-webkit-font-smoothing: antialiased;
	font-weight: 600;
	line-height: 1;
	padding: 0.75em 1.5em;
	text-align: center;
	text-decoration: none;
	transition: background-color 150ms ease;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	vertical-align: middle;
	white-space: nowrap;
}
button:hover, [type='button']:hover, [type='reset']:hover, [type='submit']:hover {
	background-color: #11519a;
	color: #fff;
}
button:focus, [type='button']:focus, [type='reset']:focus, [type='submit']:focus {
	outline: 3px solid rgba(21, 101, 192, 0.6);
	outline-offset: 2px;
}
button:disabled, [type='button']:disabled, [type='reset']:disabled, [type='submit']:disabled {
	cursor: not-allowed;
	opacity: 0.5;
}
button:disabled:hover, [type='button']:disabled:hover, [type='reset']:disabled:hover, [type='submit']:disabled:hover {
	background-color: #1565c0;
}
fieldset {
	background-color: transparent;
	border: 0;
	margin: 0;
	padding: 0;
}
legend {
	font-weight: 600;
	margin-bottom: 0.375em;
	padding: 0;
}
label {
	display: block;
	font-weight: 600;
	margin-bottom: 0.375em;
}
input, select, textarea {
	display: block;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem)
}
[type='color'], [type='date'], [type='datetime'], [type='datetime-local'], [type='email'], [type='month'], [type='number'], [type='password'], [type='search'], [type='tel'], [type='text'], [type='time'], [type='url'], [type='week'], input:not([type]), textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 3px;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	box-sizing: border-box;
	padding: 0.5em;
	transition: border-color 150ms ease;
	width: 100%;
}
[type='color']:hover, [type='date']:hover, [type='datetime']:hover, [type='datetime-local']:hover, [type='email']:hover, [type='month']:hover, [type='number']:hover, [type='password']:hover, [type='search']:hover, [type='tel']:hover, [type='text']:hover, [type='time']:hover, [type='url']:hover, [type='week']:hover, input:not([type]):hover, textarea:hover {
	border-color: #b1b1b1;
}
[type='color']:focus, [type='date']:focus, [type='datetime']:focus, [type='datetime-local']:focus, [type='email']:focus, [type='month']:focus, [type='number']:focus, [type='password']:focus, [type='search']:focus, [type='tel']:focus, [type='text']:focus, [type='time']:focus, [type='url']:focus, [type='week']:focus, input:not([type]):focus, textarea:focus {
	border-color: #1565c0;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
	outline: none;
}
[type='color']:disabled, [type='date']:disabled, [type='datetime']:disabled, [type='datetime-local']:disabled, [type='email']:disabled, [type='month']:disabled, [type='number']:disabled, [type='password']:disabled, [type='search']:disabled, [type='tel']:disabled, [type='text']:disabled, [type='time']:disabled, [type='url']:disabled, [type='week']:disabled, input:not([type]):disabled, textarea:disabled {
	background-color: #f2f2f2;
	cursor: not-allowed;
}
[type='color']:disabled:hover, [type='date']:disabled:hover, [type='datetime']:disabled:hover, [type='datetime-local']:disabled:hover, [type='email']:disabled:hover, [type='month']:disabled:hover, [type='number']:disabled:hover, [type='password']:disabled:hover, [type='search']:disabled:hover, [type='tel']:disabled:hover, [type='text']:disabled:hover, [type='time']:disabled:hover, [type='url']:disabled:hover, [type='week']:disabled:hover, input:not([type]):disabled:hover, textarea:disabled:hover {
	border: 1px solid #ddd;
}
[type='color']::-webkit-input-placeholder, [type='date']::-webkit-input-placeholder, [type='datetime']::-webkit-input-placeholder, [type='datetime-local']::-webkit-input-placeholder, [type='email']::-webkit-input-placeholder, [type='month']::-webkit-input-placeholder, [type='number']::-webkit-input-placeholder, [type='password']::-webkit-input-placeholder, [type='search']::-webkit-input-placeholder, [type='tel']::-webkit-input-placeholder, [type='text']::-webkit-input-placeholder, [type='time']::-webkit-input-placeholder, [type='url']::-webkit-input-placeholder, [type='week']::-webkit-input-placeholder, input:not([type])::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
	color: #858585;
}
[type='color']::-ms-input-placeholder, [type='date']::-ms-input-placeholder, [type='datetime']::-ms-input-placeholder, [type='datetime-local']::-ms-input-placeholder, [type='email']::-ms-input-placeholder, [type='month']::-ms-input-placeholder, [type='number']::-ms-input-placeholder, [type='password']::-ms-input-placeholder, [type='search']::-ms-input-placeholder, [type='tel']::-ms-input-placeholder, [type='text']::-ms-input-placeholder, [type='time']::-ms-input-placeholder, [type='url']::-ms-input-placeholder, [type='week']::-ms-input-placeholder, input:not([type])::-ms-input-placeholder, textarea::-ms-input-placeholder {
	color: #858585;
}
[type='color']::placeholder, [type='date']::placeholder, [type='datetime']::placeholder, [type='datetime-local']::placeholder, [type='email']::placeholder, [type='month']::placeholder, [type='number']::placeholder, [type='password']::placeholder, [type='search']::placeholder, [type='tel']::placeholder, [type='text']::placeholder, [type='time']::placeholder, [type='url']::placeholder, [type='week']::placeholder, input:not([type])::placeholder, textarea::placeholder {
	color: #858585;
}
textarea {
	resize: vertical;
}
[type="checkbox"], [type="radio"] {
	display: inline;
	margin-right: 0.375em;
}
[type="file"] {
	margin-bottom: 0.75em;
	width: 100%;
}
select {
	margin-bottom: 0.75em;
	width: 100%;
}
[type="checkbox"]:focus, [type="radio"]:focus, [type="file"]:focus, select:focus {
	outline: 3px solid rgba(21, 101, 192, 0.6);
	outline-offset: 2px;
}
html {
	background-color: #fff;
	box-sizing: border-box;
	overflow-x: hidden;
}
*, *::before, *::after {
	box-sizing: inherit;
}
html, body {
	height: 100%;
}
body {
	margin: 0;
}
a, p, span, li, th, td {
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	letter-spacing: 0.015em
}
ul, ol {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
dl {
	margin: 0;
}
dt {
	font-weight: 600;
	margin: 0;
}
dd {
	margin: 0;
}
figure {
	margin: 0;
}
img, picture {
	margin: 0;
	max-width: 100%;
}
table {
	border-collapse: collapse;
	margin: 1.5em 0;
	table-layout: fixed;
	text-align: left;
	width: 100%;
}
thead {
	line-height: 1.2;
	vertical-align: bottom;
}
tbody {
	vertical-align: top;
}
tr {
	border-bottom: 1px solid #ddd;
}
th {
	font-weight: 600;
}
th, td {
	padding: 0.75em 0.75em 0.75em 0.75em;
}
html {
	color: #333;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 100%;
	line-height: 1.75;
	-webkit-text-size-adjust: 100%
}
h1, h2, h3, h4, h5, h6 {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Helvetica", "Roboto", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.25em;
	line-height: 1.2;
	margin: 0 0 0.75em;
}
p {
	margin: 0 0 0.75em;
}
a {
	color: #1565c0;
	-webkit-text-decoration-skip: ink;
	text-decoration-skip: ink;
	transition: color 150ms ease;
}
a:hover {
	color: #104c90;
}
a:focus {
	outline: 3px solid rgba(21, 101, 192, 0.6);
	outline-offset: 2px;
}
hr {
	border-bottom: 1px solid #ddd;
	border-left: 0;
	border-right: 0;
	border-top: 0;
	margin: 1.5em 0;
}
.default-neat-grid::after {
	clear: both;
	content: "";
	display: block;
}
.default-neat-grid__a-single-column {
	width: calc(8.33333% - 21.66667px);
	float: left;
	margin-left: 20px;
}
.custom-grid--two::after {
	clear: both;
	content: "";
	display: block;
}
.custom-grid--two__a-single-column {
	width: calc(50% - 90px);
	float: left;
	margin-left: 60px;
}
.custom-grid--thirds::after {
	clear: both;
	content: "";
	display: block;
}
.custom-grid--thirds__a-single-column {
	width: calc(33.33333% - 80px);
	float: left;
	margin-left: 60px;
}
.clearfix:after {
	content: " ";
	display: block;
	clear: both;
}
a {
	color: #2980b9;
	text-decoration: none;
}
a:focus {
	outline: none;
	outline-offset: 2px;
}
a:hover {
	color: #2980b9;
}
img {
	vertical-align: bottom;
}
tbody {
	vertical-align: middle;
}
button, textarea, select {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
[type="checkbox"]:focus, [type="radio"]:focus, [type="file"]:focus, select:focus {
	outline: none;
}
input[type="checkbox"], input[type="radio"] {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
label {
	position: relative;
	display: block;
	word-break: break-all;
	line-height: 22px;
}
label:hover {
	cursor: pointer;
}
label span {
	display: inline-block;
}
label input[type="checkbox"] {
	position: absolute;
	opacity: 0;
}
label input[type="checkbox"] + span::before {
	position: absolute;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
label input[type="checkbox"] + span::after {
	position: absolute;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
label input[type="checkbox"] + span::before {
	position: absolute;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
label input[type="checkbox"] + span::after {
	position: absolute;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
label input[type="checkbox"] + span::before {
	z-index: 0;
	background-color: transparent;
	border: 2px #2B9977 solid;
	border-radius: 5px;
}
label input[type="checkbox"] + span::after {
	z-index: 1;
	margin: 5px 8px;
	width: 6px;
	height: 9px;
}
label input[type="checkbox"]:checked + span::before {
	background-color: #2B9977;
}
label input[type="checkbox"]:checked + span::after {
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
label:not(.image-label) span {
	padding-left: 28px;
}
label:not(.image-label) .smoke_label {
	padding-left: 2px;
}
label:not(.image-label) input[type="checkbox"] {
	top: 0;
	left: 0;
	opacity: 0;
}
label:not(.image-label) input[type="checkbox"] + span::before {
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
label:not(.image-label) input[type="checkbox"] + span::after {
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
label:not(.image-label) input[type="checkbox"] + span::before {
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
label:not(.image-label) input[type="checkbox"] + span::after {
	top: 0;
	left: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
label:not(.image-label) input[type="checkbox"] + span::before {
	z-index: 0;
	background-color: transparent;
	width: 22px;
	height: 22px;
	border: 2px #2B9977 solid;
	border-radius: 4px;
}
label:not(.image-label) input[type="checkbox"] + span::after {
	z-index: 1;
	margin: 5px 8px;
	width: 6px;
	height: 9px;
}
label:not(.image-label) input[type="checkbox"]:checked + span::before {
	background-color: #2B9977;
}
label:not(.image-label) input[type="checkbox"]:checked + span::after {
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
input[type="radio"]::before {
	content: "";
	display: block;
	position: absolute;
	top: 4px;
	left: 0;
	width: 15px;
	height: 15px;
	border: 1px solid #999;
	border-radius: 50%;
}
.price input[type="radio"]::before, .price input[type="radio"]:checked::after {
	display: none;
}
input[type="radio"]:checked {
	color: #009a9a;
}
input[type="radio"]:checked::after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 2px;
	width: 11px;
	height: 11px;
	background: #009a9a;
	border-radius: 50%;
}
input[type="radio"]:checked + span {
	color: #009a9a;
}
.image-label {
	border: 1px solid #fff;
	border-radius: 4px;
	&:hover {
		border-color: #2B9977;
	}
}
.image-label input[type="checkbox"] {
	top: 0;
	right: 0;
	opacity: 0;
}
.image-label input[type="checkbox"] + span {
	display: block;
	border: solid 2px #fff;
	border-radius: 4px;
	text-align: center;
}
.image-label input[type="checkbox"] + span::before {
	top: 0;
	right: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
.image-label input[type="checkbox"] + span::after {
	top: 0;
	right: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
.image-label input[type="checkbox"] + span::before {
	top: 0;
	right: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
.image-label input[type="checkbox"] + span::after {
	top: 0;
	right: 0;
	display: inline-block;
	content: '';
	box-sizing: border-box;
}
.image-label input[type="checkbox"] + span::before {
	z-index: 0;
	background-color: transparent;
	width: 15px;
	height: 15px;
	border: 2px #2B9977 solid;
	border-radius: 4px;
}

.image-label input[type="checkbox"] + span::after {
	z-index: 1;
	margin: 2px 4px;
	width: 6px;
	height: 9px;
}
@media only screen and (min-width: 600px) {
	.car-list .image-label input[type="checkbox"] + span::before {
		height: 20px;
		width: 20px;
	}
	.car-list .image-label input[type="checkbox"] + span::after {
		width: 7px;
		height: 10px;
		margin: 3px 7px;
	}
}
.image-label input[type="checkbox"]:checked + span::before {
	background-color: #2B9977;
}
.image-label input[type="checkbox"]:checked + span::after {
	border: 2px solid #fff;
	border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.image-label input[type="checkbox"]:checked + span {
	border: solid 2px #2B9977;
}
select {
	border: solid 1px #999999;
	padding: 8px;
	line-height: 1.5;
	width: 100%;
	cursor: pointer;
	background: #fff;
	border-radius: 4px;
}
select::-ms-expand {
	display: none;
}
.datepicker {
	border: solid 1px #999999;
	padding: 8px;
	line-height: 1.5;
	width: 100%;
	cursor: pointer;
	background: #fff;
	border-radius: 4px;
}
p {
	line-height: 1.75;
}
.emphasis {
	color: #f54949;
}
.bold-text {
    font-weight: bold;
}
.container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1140px;
}
.container::after {
	clear: both;
	content: "";
	display: block;
}
.site-header {
	border-bottom: solid 1px #e9e9e9;
	position: relative;
	z-index: 99;
	background-color: rgba(255, 255, 255, 0.7);
	padding: 16px 0 0 0;
}
.site-heder__inner {
	background: linear-gradient(90deg, rgba(43,153,119,1) 0%, rgba(41,128,185,1) 100%);
	margin: 28px calc(50% - 50vw) 0;
	padding: 28px calc(50vw - 50%);
}
.site-header__logo {
	width: auto;
	padding: 0;
	flex-grow: 1;
}
.site-header__logo a {
	display: inline-block;
}
.site-header__logo a:hover {
	opacity: 0.85;
}
.site-header__sub {
	display: flex;
	justify-content: space-between;
}
.site-header__sub a {
	transition: all 0.25s;
}
.site-header__sub-menu {
	font-size: 8px;
	display: flex;
}
.site-header__sub-menu:hover {
	color: #fff;
}
.site-header__sub-inner {
	display: flex;
	align-items: center;
}
.site-header__sub-menu {
	font-size: 16px;
	display: flex;
}
.site-header__signin {
	margin-right: 16px;
}
.site-header__signin a {
	display: block;
	background-color: #2980b9;
	color: #fff;
	color: #fff;
	border-radius: 4px;
	padding: 8px 16px;
	height: auto;
}
.site-header__signin a:hover {
	text-decoration: none;
	background: #216694;
}
.site-header__login {
	color: #fff;
}
.site-header__login a {
	color: #fff;
	display: block;
	text-align: center;
	padding: 8px 16px;
	border-radius: 4px;
	background-color: #2B9977;
	height: auto;
}
.site-header__login a:hover {
	background-color: #207158;
}
.site-header__login a:before {
	font-family: "FontAwesome";
	content: "\f007";
	display: inline;
	padding-right: 8px;
	font-size: inherit;
}
.site-header__second-level {
	position: absolute;
	top: 40px;
	width: 100%;
	transition: all .2s ease;
	visibility: hidden;
	opacity: 0;
	right: 0;
	z-index: 99;
}
.site-header__second-level a {
	padding: 8px 16px;
	background-color: rgba(255, 255, 255, 0.9);
	display: block;
}
.site-header__second-level a:hover {
	background-color: rgba(255,220,83,0.9);
}
.site-header__user-name {
	position: relative;
	padding: 16px;
}
.site-header__user-name:before {
	font-family: FontAwesome;
	content: "\f007";
	padding-right: 8px;
	display: inline;
	color: #2980b9;
}
.site-header__user-name:hover .site-header__second-level {
	visibility: visible;
	opacity: 1;
	top: 50px;
}
.site-header__user-name:after {
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 0;
	top: 16px;
	z-index: 1;
	color: #2980b9;
}
.site-header__inner {
	display: flex;
	font-size: 20px;
	font-weight: bold;
	justify-content: center;
	margin-top: 20px;
}
.site-header__menu {
	display: flex;
	font-size: 18px;
	font-weight: bold;
	justify-content: center;
}
/*
.site-header__menu .hover-link, .site-header__menu a:hover::before, .site-header__menu a:hover::after, .site-header__menu a:focus::before, .site-header__menu a:focus::after {
	opacity: 1;
	transform: translateX(0px);
	-webkit-transform: translateX(0px);
	-moz-transform: translateX(0px);
}
*/
.site-header__menu a {
	position: relative;
	display: block;
	margin: 0;
	padding: 10px 50px;
	line-height: 1em;
	outline: none;
	color: #fff;
	text-decoration: none;
	text-transform: uppercase;
	transition: all .3s;
	letter-spacing: 1px;
	font-weight: bold;
	text-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
	border-right: 1px solid #fff;
	font-size: clamp(0.813rem, 0.653rem + 0.8vw, 1.25rem)
}
.site-header__menu li:first-of-type a {
	border-left: 1px solid #fff;
}
/*
.site-header__menu a::before {
	display: inline-block;
	opacity: 0;
	transition: opacity 0.2s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	margin-right: 16px;
	content: '[';
	transform: translateX(18px);
	-webkit-transform: translateX(18px);
	-moz-transform: translateX(18px);
}
.site-header__menu a::after {
	display: inline-block;
	opacity: 0;
	transition: opacity 0.2s, -webkit-transform 0.3s;
	transition: transform 0.3s, opacity 0.2s;
	transition: transform 0.3s, opacity 0.2s, -webkit-transform 0.3s;
	-webkit-transition: -webkit-transform 0.3s, opacity 0.2s;
	-moz-transition: -moz-transform 0.3s, opacity 0.2s;
	margin-left: 16px;
	content: ']';
	transform: translateX(-18px);
	-webkit-transform: translateX(-18px);
	-moz-transform: translateX(-18px);
}
*/
.site-header__menu a:hover {
	background: rgba(255,255,255,0.2);
}
.site-header__menu--sp {
	display: none;
}
.nav-list {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	z-index: -1;
	width: 100%;
	height: 100vh;
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 60px 0 30px;
	background: rgba(0, 0, 0, 0.95);
	text-align: center;
}
.nav-list > li a {
	display: block;
	padding: 10px 1em;
	text-decoration: none;
	color: white;
}
.nav-list.open {
	display: block;
	z-index: 1;
	-webkit-animation: showAni .5s ease 0s 1 normal;
	animation: showAni .5s ease 0s 1 normal;
}
@-webkit-keyframes showAni {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
@keyframes showAni {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}
.nav-list.close {
	display: block;
	opacity: 0;
	-webkit-animation: hideAni .5s ease 0s 1 normal;
	animation: hideAni .5s ease 0s 1 normal;
}
@-webkit-keyframes hideAni {
	0% {
		opacity: 1;
		z-index: 1;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}
@keyframes hideAni {
	0% {
		opacity: 1;
		z-index: 1;
	}
	100% {
		opacity: 0;
		z-index: -1;
	}
}
.nav-toggle-button {
	position: relative;
	z-index: 2;
	cursor: pointer;
}
.nav-toggle-button.close::before, .nav-toggle-button.open::before {
	font-family: 'FontAwesome';
}
.nav-toggle-button.close::before {
	content: '\f0c9';
}
.nav-toggle-button.open::before {
	content: '\f00d';
}
.content-area {
	padding: 40px 0;
}
.content-area.search-area {
	background: #f8f8f8;
}
.inner__title {
	margin-bottom: 32px;
	background-color: #ecf0f1;
	padding: 16px;
}
.front-image p {
	margin-top: 100px;
}
.info {
	background-color: #EBF3F1;
	margin-top: 40px;
	padding: 24px 0;
}
.info__title {
	text-align: center;
	font-size: 24px;
}
.info__wrap {
	width: 80%;
	margin: auto;
}
.info__item {
	display: flex;
	border-bottom: solid 1px #fff;
	padding: 16px 0;
}
.info__date {
	margin-right: 40px;
	font-weight: bold;
}
.search-box {
	padding: 16px;
	background-color: rgba(255, 255, 255, 0.8);
	box-shadow: rgba(0, 0, 0, 0.3) 0 1px 3px;
	width: 100%;
		border-radius: 8px;
}
.search-box i {
	margin-right: 6px;
}
#reserve_form .search-box {
	padding: 30px;
}
.search-box.search-box--front {
	width: 60%;
}
.search-box.search-box--front .car-type {
	display: flex;
	gap: 16px;
	& li {
		width: calc(33% - 12px);
		margin: 0;
		& label {
			margin: 0;
			background: #fff;
			padding: 4px
		}
	}
}
.search-box.search-box--front .car-type.vertical{
	display: grid;
	grid-auto-flow: column; /* Arrange element by verticat, auto create column */
	grid-template-rows: repeat(3, auto); /* Each column has max 3 element */
	gap: 16px; /* Space between elements */
	margin-bottom: 5px;
	/* padding: 0; */
	/* list-style: none; */
	& li {
		width: 100%;
		margin: 0;
		& label {
			margin: 0;
			background: #fff;
			padding: 4px
		}
	}
}
.search-box h2 {
	position: relative;
	margin: 0px 0 10px -26px;
	padding: 8px 24px;
	background: #2980b9;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.4);
	color: #fff;
	display: inline-block;
}
#reserve_form .search-box h2 {
	margin-left: -40px;
}
.search-box h2 .fa {
	margin-right: 8px;
}
.search-box h2:before {
	position: absolute;
	top: 100%;
	content: "";
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top: 5px solid #000;
	opacity: 0.5;
	left: 0;
	border-right: 5px solid #000;
}
.search-box h3 {
	margin-top: 1em;
	margin-bottom: 0.4em;
	font-size: 1.15em;
}
.search-box__list {
	margin-bottom: 24px;
	display: flex;
	width: 100%;
}
.search-box__list.search-type {
	justify-content: space-between;
}
.search-box__list.item--detail {
	display: block;
	display: flex;
		justify-content: space-between;
}
.search-box__list.item--detail li {
	width: 49%;
}
.search-box__image img {
	width: 100%;
}
.search-box .car-type {
	max-width: 100%;
	flex-wrap: wrap;
	gap: 12px;
	& li {
		margin-bottom: 16px;
		width: calc(25% - 10px);
		& img {
			display: block;
			height: 106px;
			width: 196px;
			object-fit: contain;
			margin: 0 auto
		}
	}
}
.search-box .car-class .search-box__list {
	flex-wrap: wrap;
}
.search-box .car-class .search-box__list li {
	width: 24%;
}
.car-list .search-box .car-class .search-box__list li {
	width: 20%;
}
.search-box .car-class .search-box__list img {
	border-radius: 4px;
	width: 100%;
}
.search-box .car-class .search-box__image {
	position: relative;
}
.search-box__sub {
	display: flex;
	justify-content: space-between;
}
.is-hide {
	display: none;
}
.type-area {
	background-color: #f3f6f7;
	padding: 40px 0;
	margin: 0 0 80px;
}
.search-box__select {
	position: relative;
	width: 49%;
}
.search-box__select:not(.calendar):after {
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 1;
}
.search-box__block {
	margin-bottom: 40px;
	display: flex;
}
.search-box__block.wrap {
	margin-bottom: 40px;
	display: flex;
	flex-wrap: wrap;
}
.search-box__block label {
	margin: 0 28px 0 0;
	display: flex;
	align-items: center;
}
.search-box__block.wrap label:first-of-type {
	width: 100%;
	margin-bottom: 5px;
}
/* .search-box__block.wrap label:not(:first-child){
	width: auto;
} */
.search-box__block label img {
	height: 22px;
	padding-left: 30px;
}
.search-box__block.block-side {
	display: flex;
}
.search-box__block.block-side label {
	margin-right: 24px;
}
.steps__wrap {
	width: 100%;
	overflow: hidden;
	display: flex;
	counter-reset: step;
	height: 64px;
	margin-bottom: 30px;
}
.steps__item {
	width: 16.666%;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
	height: 100%;
	line-height: 64px;
	background-color: #ecf0f1;
}
.steps__item:not(:last-child)::before {
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	top: -8px;
	right: -1em;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
.steps__item:not(:last-child)::after {
	top: -8px;
	right: -.8em;
	display: block;
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ecf0f1;
	border-width: 40px 0 40px 1em;
	z-index: 10;
}
.steps__item.active {
	font-weight: bold;
	color: #333;
	background-color: #FFDC53;
}
.steps__item.active::after {
	border-color: transparent transparent transparent #FFDC53;
}
.steps__item.finished {
	font-weight: bold;
	color: #fff;
	background-color: #2B9977;
}
.steps__item.finished::after {
	border-color: transparent transparent transparent #2B9977;
}
.steps__item.finish {
	background-color: #e74c3c;
	color: #fff;
}
.steps__item.finish::after {
	background-color: #e74c3c;
}
.steps__item span {
	position: relative;
	z-index: 2;
	font-size: clamp(0.688rem, 0.574rem + 0.57vw, 1rem)
}
.profile .steps__item {
	width: 33.3333%;
}
.main-resistration .steps__item {
	width: 49%;
}
.more-require {
	margin-top: 24px;
}
.expander .expander-trigger {
	border-bottom: 1px solid #ddd;
	color: #1565c0;
	cursor: pointer;
	display: block;
	font-size: 1em;
	margin-top: 0.25em;
	margin-bottom: 1em;
	padding-bottom: 0.25em;
	text-decoration: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.expander .expander-content {
	transition: all 0.3s;
}
.expander .expander-content p {
	color: #333;
	line-height: 1.75;
}
.expander .expander-hidden + .expander-content {
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
.expander_head {
	margin-top: 0.25em;
}
.btn {
	text-align: center;
	transition: all .2s ease-in-out;
}
.btn:hover {
	text-decoration: none;
}
.btn__item {
	border-radius: 6px;
	padding: 12px 32px;
	text-align: center;
}
.btn__item:hover {
	text-decoration: none !important;
}
.btn--primary {
	background-color: #2B9977;
	display: block;
	color: #fff;
	border: solid 1px #2B9977;
}
.btn--primary:hover {
	color: #fff;
	background-color: #207158;
}
.btn--default {
	background-color: #fff;
	display: block;
	border: solid 1px #c0c0c0;
}
.btn--default:hover {
	background-color: #cfd9db;
}
.btn--submit {
	background-color: #2B9977;
	display: inline-block;
	color: #fff;
}
.btn--submit:hover {
	color: #fff;
	background-color: #207158;
}
.btn--search {
	background-color: #2B9977;
	display: inline-block;
	color: #fff;
	min-width: 200px;
}
.btn--search:hover {
	color: #fff;
	background-color: #207158;
}
@media only screen and (min-width: 600px) {
	.car-list .btn--search {
		width: 30%;
		font-size: 22px;
	}
}
.btn--next {
	background-color: #2B9977;
	border: solid 1px;
	display: inline-block;
	color: #fff;
}
.btn--next:hover {
	color: #fff;
	background-color: #207158;
}
.btn--login {
	display: block;
	text-align: center;
	border: solid 1px #2B9977;
	margin-bottom: 20px;
	color: #fff;
	background-color: #2B9977;
}
.btn--login:hover {
	color: #fff;
	background-color: #207158;
}
.btn--register {
	display: block;
	text-align: center;
	border: solid 1px #2980b9;
	margin-bottom: 20px;
	color: #fff;
	background-color: #2980b9;
}
.btn--register:hover {
	color: #fff;
	background-color: #20638f;
}
.btn--no-register {
	border: solid 1px #999;
	color: #333;
	display: block;
}
.btn--no-register:hover {
	background-color: #e9e9e9;
}
.btn--back {
	border: solid 1px #999;
	color: #333;
	display: inline-block;
	background-color: #fff;
}
.btn--back:hover {
	background-color: #e9e9e9;
}
.btn--more a {
	padding: 6px 10px;
	background-color: #2B9977;
	color: #fff;
	border-radius: 4px;
	display: inline-block;
	transition: all 0.3s;
}
.btn--more a:hover {
	opacity: 0.6;
}
.btn.disable {
	pointer-events: none;
	border: solid 1px #ecf0f1;
	background-color: #fff;
	color: #999;
}
.btn.disable:hover {
	cursor: not-allowed;
}
.btn--size {
	width: 200px;
}
.btn-wrap--more {
	text-align: center;
	display: flex;
	justify-content: space-between;
}
.btn-wrap--more {
	text-align: left;
}
.radio-wrap {
	display: flex;
}
.radio-wrap label {
	margin-right: 24px;
}
.input-wrap {
	display: flex;
	align-items: baseline;
	margin-bottom: 8px;
	& input[type="checkbox"]:disabled ~ span {
		opacity: .4
	}
}
.input-wrap label {
	margin-right: 24px;
}

.btn-wrap--line {
	display: flex;
	justify-content: space-between;
}
.btn-wrap--line li {
	width: 48%;
}
.btn-wrap--single {
	margin-top: 40px;
	text-align: center;
}
@media only screen and (min-width: 600px) {
	.btn-wrap--single p {
		margin: auto;
		width: 20%;
	}
}
.site-footer {
	margin-top: 80px;
	background: linear-gradient(90deg, rgba(43,153,119,1) 0%, rgba(41,128,185,1) 100%);
	padding: 40px 16px 16px;
	color: #fff;
	font-size: 14px;
}
.site-footer--adjust {
	margin-top: 0;
}
.site-footer__contact {
	border-bottom: solid 1px #fff;
	padding-bottom: 16px;
	margin-bottom: 16px;
	font-size: 16px;
}
.site-footer__contact dl {
	line-height: 1.5;
	margin: auto;
	display: flex;
	justify-content: center;
}
.site-footer__contact dl dd {
	font-size: 32px;
}
.site-footer__contact span {
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.site-footer p {
	text-align: center;
	margin: 0;
	& span {
		font-size: inherit
	}
}
.site-footer ul {
	margin-bottom: 32px;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.site-footer ul li:not(:last-child) {
	border-right: 1px solid #fff;
	margin-right: 19px;
	padding-right: 19px;
}
.site-footer ul a {
	color: #fff;
	font-size: clamp(0.688rem, 0.574rem + 0.57vw, 1rem)
}
.site-footer ul a:hover {
	color: #d1f2e8;
}
.car-list .type_tooltip_flex .type_tooltip i {
	font-size: 18px;
}
.car-list .type_tooltip_window {
	top: auto;
	bottom: 0;
}
.loading_wrapper {
	text-align: center;
}
.car-table {
	/*overflow-x: hidden;*/
	background-color: #fff;
	font-size: 14px;
	& table {
		width: 100%
	}
	& colgroup {
		& .col__image {
			width: 130px
		}
		& .col__shop {
			width: 100px
		}
		& .col__car-type {
			width: 210px
		}
		& .col__option {
			width: 190px
		}
		& .col__btn {
			width: 70px
		}
	}
}
.car-table thead {
	background-color: #f6f7f4;
	padding: 8px;
}
.car-table th {
	padding: 8px;
	vertical-align: middle;
	line-height: 1.5;
	text-align: center;
}
.car-table td {
	padding: 8px;
	&:not(:first-child) {
		border-left: 1px solid #e9e9e9
	}
	&:nth-child(5),
	&:nth-child(6) {
		text-align: right
	}
}
.car-table tr {
	border-bottom: 2px solid #c8c8c8
}
.car-info_flex {
	display: flex;
	align-items: center;
	justify-content: center;
}
.car-info_flex .type_tooltip {
	margin-left: 2px;
}
.car-info_flex .type_tooltip_window {
	text-align: left;
	font-weight: normal;
}
.car-info_flex .type_tooltip_window p {
	margin-bottom: 2px;
}
.car-info_flex .type_tooltip_window a {
	width: 100px;
}
.ca-image-td img {
	width: 100%;
	height: 95px;
	object-fit: cover;
}
.car-table tr:nth-child(even) td {
	background: #f8f8f8;
}
.car-table li {
	/* white-space: nowrap; */
    white-space: pre-wrap;
}
.car-table__option {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
.car-table__option li {
	display: inline-block;
	padding: 0 3px;
	margin: 0 3px 2px 0;
	border-radius: 4px;
	font-size: 11px;
}
.car-table__option .option_etc {
	background: #2980b9;
	color: #fff;
}
.car-table__option .option_navi {
	background: #2b9977;
	color: #fff;
}
.car-table__option .option_studless {
	background: #42bab9;
	color: #fff;
}
.car-table__option .option_4wd {
	background: #a654c5;
	color: #fff;
}
.car-table__option .option_hood {
	background: #ffdc53;
}
.car-table__option .option_carrier {
	background: #e24e5c;
	color: #fff;
}
.car-table__option .option_stretcher {
	background: #60bb3d;
	color: #fff;
}
.car-table__option .option_fixed {
	background: #e1e2e3;
}
.car-table__option .option_power {
	background: #f95529;
	color: #fff;
}
.car-table .back-btn {
	text-align: right;
}
.shop-vacancies {
	padding: auto;
}
.search-result {
	text-align: center;
}
.search-result p {
	text-align: center;
	background-color: #ececec;
	font-size: 24px;
	padding: 8px 16px;
	display: inline-block;
	position: relative;
}
.search-result p:before {
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid #ececec;
}
.search-result p small {
	font-size: 14px;
}
.reservation-registration__inner {
	border: solid 2px #2B9977;
	border-radius: 8px;
	margin: auto;
	padding: 24px;
}
.reservation-registration__inner h2 .fa {
	color: #fff;
	background-color: #2B9977;
	padding: 10px;
	border-radius: 20px;
}
.reservation-registration__inner dl {
	margin-bottom: 16px;
}
.option-list {
	background-color: #f8f8f8;
	padding: 30px 0;
}
.option-list h2 {
	background-color: #fff;
	display: inline-block;
	padding: 8px 16px;
	color: #2B9977;
}
.option-list .option__title {
	display: flex;
	align-items: center;
	white-space: nowrap;
	gap: clamp(0.5rem, 0.409rem + 0.45vw, 0.75rem);
	span {
		display: block;
		background: #d2e7e1;
		font-size: clamp(0.813rem, 0.767rem + 0.23vw, 0.938rem);
		white-space: normal;
		padding: clamp(0.5rem, 0.409rem + 0.45vw, 0.75rem);
		border-radius: clamp(0.5rem, 0.409rem + 0.45vw, 0.75rem)
	}
}
.option-list__wrap {
	background-color: #fff;
	margin-bottom: 30px;
	padding: 24px;
}
.option-list__inner {
	display: flex;
}
.option-list__inner p {
	text-align: right;
	margin-top: 40px;
}
.option-list__inner li {
	height: 60px;
}
.option-list__tax {
	margin-bottom: 16px;
	width: 50%;
	padding: 0 16px 0;
}
.option-list__tax-exemption {
	border-right: solid 1px #999;
}
.option-select {
	display: inline-block;
	position: relative;
	z-index: 3;
	margin-right: 16px;
	width: 80px;
}
.option-select:after {
	content: "\f107";
	font-family: "FontAwesome";
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 3;
}
.option-select.calendar:after {
	content: "\f073";
}
.option-total {
	font-weight: bold;
	font-size: 24px;
	text-align: right;
	margin-top: 40px;
}
.comment {
	padding: 30px 0px;
}
textarea {
	border: solid 1px #d3d3d3;
	border-radius: 3px;
	height: 300px;
	padding: 10px;
}
.reservation-registration textarea {
	height: 100px;
}
.total h2 {
	padding: 16px;
	background-color: #2B9977;
	color: #fff;
	margin-bottom: 0;
}
.total__inner {
	padding: 24px;
	border: solid 1px #2B9977;
}
.total__inner dl {
	margin-bottom: 16px;
	display: flex;
	line-height: 170%;
}
.total__inner dl dt {
	margin-right: 16px;
	width: 20%;
}
.total__inner dl dd {
	width: 80%;
}
.total__inner .total-cont:not(:last-child) {
	border-bottom: solid 1px #c0c0c0;
	padding-bottom: 16px;
	margin-bottom: 16px;
}
.total__inner .total-cont__item {
	font-size: 20px;
}
.total__inner .total-cont__heading {
	background-color: transparent;
	margin-left: 16px;
	padding: inherit;
	margin-bottom: inherit;
}
.total__inner .total-cont__inner {
	border: solid 2px #e6e6e6;
	padding: 8px 16px;
	font-size: 14px;
	margin: 0 0 0 16px;
	flex-basis: 40%;
}
.total__inner .total-cont__inner dl {
	margin-bottom: 0;
}
.total__inner .total-cont__inner dt {
	width: 50%;
	margin-right: 2%;
}
.total__inner .total-cont__inner dd {
	width: 48%;
	text-align: right;
}
.total__inner .total-cont__body.option-add {
	display: flex;
}
.total__inner .coupon {
	background: #ecf0f1;
	padding: 16px;
	align-items: center;
	justify-content: space-between;
	font-size: 16px;
}
.total__inner .coupon dt {
	width: 40%;
}
.total__inner .coupon .submit-holizontal {
	display: flex;
	width: 50%;
}
.total .total-price {
	text-align: right;
	font-size: 24px;
	margin-bottom: 80px;
}
.total-btn {
	text-align: center;
	padding: 0 16px;
}
.total-btn ul {
	margin-top: 80px;
	display: flex;
	justify-content: center;
}
.total-btn ul li {
	margin-bottom: 16px;
	margin-right: 16px;
}
.total-btn--separate {
	padding: 0;
}
.total-btn--separate ul {
	display: flex;
	justify-content: space-between;
	margin-top: 20px;
}
.total-btn--separate ul li {
	margin-right: 0;
}
.price--before {
	font-size: 16px;
}
.price--before span {
	margin-right: 16px;
}
.price--total {
	font-weight: bold;
	font-size: 20px;
}
.price--total span {
	color: #f54949;
	display: block;
	font-size: 16px;
}
.finish__wrap {
	border: solid 2px #2B9977;
	border-radius: 4px;
	/*display: flex;*/
	padding: 24px;
	width: 60%;
	margin: 0 auto;
}
.finish__img {
	width: 30%;
	margin-right: 5%;
}
.finish__inner {
	width: 100%;
}
.finish .fa {
	font-size: 24px;
	color: #2B9977;
}
.car-about {
	background-color: #f8f8f8;
	padding: 80px 0;
}
.car-about h2 {
	background-color: #fff;
	display: inline-block;
	padding: 8px 16px;
	color: #2B9977;
}
.car-about__image {
	width: 48%;
	padding: auto;
}
.car-about__inner {
	display: flex;
	justify-content: space-between;
}
.car-about__text {
	background-color: #fff;
	padding: 16px;
	width: 48%;
}
.car-about__text dl {
	margin-bottom: 24px;
}
.car-about__text dl dt {
	margin-bottom: 16px;
	border-bottom: solid 1px #b5b5b5;
}
.car-about__text .btn-area {
	text-align: right;
	margin-top: 16px;
}
.car-about__seat {
	margin-top: 24px;
	display: flex;
}
.car-about__seat h3 {
	background-color: #2B9977;
	padding: 16px;
	color: #fff;
	width: 25%;
	margin: 0;
}
.car-about__seat-inner {
	background-color: #fff;
	padding: 16px;
	width: 75%;
	display: flex;
}
.car-about__seat-image {
	width: 35%;
}
.car-about__seat-size {
	padding: 16px 16px 16px 32px;
	width: 35%;
}
.car-about__seat-size dl {
	border-bottom: solid 1px #83a749;
	display: flex;
}
.car-about__seat-size dt {
	width: 70%;
}
.car-about__seat-size dd {
	text-align: right;
	width: 40%;
}
.car-about__option {
	margin-top: 24px;
	display: flex;
}
.car-about__option h3 {
	background-color: #2B9977;
	padding: 16px;
	color: #fff;
	width: 25%;
	margin: 0;
}
.car-about__option-inner {
	font-size: 12px;
	width: 75%;
}
.car-about__option ul {
	display: flex;
	flex-wrap: wrap;
	background-color: #fff;
	font-size: 12px;
	padding: 16px;
	border-bottom: solid 1px #b5b5b5;
}
.car-about__option ul li {
	margin-right: 8px;
	margin-bottom: 8px;
}
.car-about__item {
	background-color: #ecf0f1;
	padding: 16px;
	margin-bottom: auto;
}
.car-about__text-area {
	max-height: 140px;
	overflow-y: scroll;
}
.car-about .slick-prev::before, .car-about .slick-next::before {
	color: #2B9977 !important;
}
.slick-slide img {
	width: 100%;
	height: 411px;
	object-fit: cover;
	object-position: center center;
}
.thumbnail .slick-slide img {
	height: 113px;
}
.car-about .car-table td {
	text-align: center;
}
.car-more__calendar {
	padding: 0 0 80px;
	background-color: #eee;
}
.car-more__calendar-wrap {
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	width: 65%;
}
.car-more__calendar-inner {
	width: 45%;
}
.car-more .calendar-title {
	text-align: center;
}
.car-more__calendar-table {
	text-align: center;
}
.car-more__calendar-table td {
	border: solid 1px #dadada;
}
.car-more .calendar-date.able {
	background: url(../images/calendar-able.gif);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}
.car-more .calendar-date.disable {
	color: #dadada;
}
.car-more .calendar-date.today {
	font-weight: bold;
}
.car-more .btn-wrap--more {
	padding: 24px 16px;
}
.car-more__calendar-container {
	background-color: #fff;
	padding: 16px;
}
.btn-block {
	margin-top: 24px;
}
.car-date__wrap {
	align-items: center;
	display: flex;
	padding: 16px 0;
}
.car-date__box {
	display: flex;
	margin-right: 24px;
	align-items: center;
}
.car-date__box h2 {
	font-size: 20px;
	margin-right: 16px;
	line-height: 150%;
	margin-bottom: 8px;
}
.car-date__inner {
	display: flex;
}
.car-date .input-detail__item--date {
	margin-right: 8px;
}
.tooltip-item {
	display: inline-block;
	position: relative;
	text-align: center;
	font-weight: normal;
	padding: 0.5em 1em;
}
.tooltip-item:focus, .tooltip-item:hover .tooltip {
	opacity: 1;
	visibility: visible;
}
.tooltip-item .tooltip-add {
	font-size: 14px;
	font-weight: normal;
}
.tooltip-item .tooltip {
	position: absolute;
	background-color: white;
	border-radius: 3px;
	box-shadow: 0 2px 2px silver;
	color: #333;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 auto;
	max-width: 16em;
	opacity: 0;
	padding: 1em;
	text-align: left;
	transition: all 0.2s ease-in-out;
	visibility: hidden;
	z-index: 10;
	width: 200px;
	bottom: 45px;
	right: -75px;
}
.tooltip-item .tooltip p {
	color: #333;
	line-height: 1.75;
	margin: 0;
}
.tooltip-item .tooltip::before {
	position: absolute;
	color: white;
	content: "▼";
	font-size: 1.4em;
	top: 96%;
	left: 46%;
	text-align: center;
	text-shadow: 0 2px 2px silver;
}
.car-about__option-inner .tooltip-item {
	background: white;
	border: 1px solid #ddd;
	border-radius: 3px;
	display: inline-block;
	padding: 0.5em 1em;
	position: relative;
	text-align: center;
	min-width: 10em;
	width: auto;
	right: 0;
}
.car-about__option-inner .tooltip-item.active {
	background-color: #cae5dd;
	border: #cae5dd;
}
.car-about__option-inner .tooltip-item:focus, .car-about__option-inner .tooltip-item:hover .tooltip {
	opacity: 1;
	visibility: visible;
}
.car-about__option-inner .tooltip-item .tooltip {
	position: absolute;
	background-color: white;
	background: #fff;
	border-radius: 3px;
	box-shadow: 0 2px 2px silver;
	color: #333;
	font-size: 0.9em;
	line-height: 1.5em;
	margin: 0 auto;
	opacity: 0;
	padding: 1em;
	text-align: left;
	transition: all 0.2s ease-in-out;
	visibility: hidden;
	z-index: 10;
	right: 0;
	width: 100%;
}
.car-about__option-inner .tooltip-item .tooltip p {
	color: #333;
	line-height: 1.75;
	margin: 0;
}
.car-about__add {
	background-color: #fff;
	padding: 16px;
	justify-content: space-between;
	display: flex;
}
.car-about__item {
	width: 49%;
}
.car-about__point h3 span {
	color: #2980b9;
}
.car-about__item h3 span {
	margin-right: 4px;
}
.car-about__note h3 span {
	color: #e24e5c;
}
.car-about__calendar {
	padding-top: 80px;
	margin: auto;
}
.car-about__calendar p {
	text-align: center;
}
.car-about__calendar img {
	width: 800px;
}
.shop-map {
	text-align: center;
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.shop-map iframe, .shop-map object, .shop-map embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.shop-info {
	margin-top: 80px;
	padding: 80px 0;
	background-color: #ececec;
}
.shop-info__inner {
	background-color: #fff;
	padding: 24px;
}
.shop-carlist {
	padding: 80px 0;
}
.shop-carlist dl {
	border: solid 1px #f6f7f4;
	display: flex;
}
.shop-carlist dl dt {
	background-color: #f6f7f4;
	padding: 8px 16px;
	vertical-align: middle;
}
.shop-carlist dl dd {
	padding: 8px 16px;
}
.shop-carlist li {
	display: flex;
}
.shop-carlist img {
	width: 100px;
	margin-right: 8px;
}
.shop-list h2 {
	padding: auto;
}
.shop-list .search-box__list {
	padding: 0 16px;
	display: flex;
	justify-content: flex-end;
}
.shop-list .search-box__select {
	margin-bottom: 16px;
	margin-right: 16px;
	width: 20%;
}
.shop-list__inner {
	margin-bottom: 30px;
}
.shop-list__inner-list {
	display: flex;
}
.shop-list__inner-list > li:first-child {
	width: 40%;
}
.shop-list__img {
	width: 300px;
	margin-right: 24px;
}
.shop-vacancies__ttl {
	margin-top: 32px;
	margin-bottom: 24px;
}
.shop-vacancies__number {
	display: inline-block;
	padding: 16px;
	background-color: #f6f7f4;
}
.shop-vacancies--full {
	opacity: 0.5;
}
.user-login__inner {
	width: 80%;
	margin: auto;
}
.user-login__wrap {
	border: solid 2px #2B9977;
	border-radius: 8px;
	padding: 32px;
	display: flex;
	justify-content: space-between;
}
.user-login__item {
	margin-bottom: 32px;
	width: 48%;
}
.user-registration__wrap {
	border: solid 2px #83A749;
	border-radius: 8px;
	padding: 32px;
}
.user-registration__wrap dl {
	border-bottom: dotted 1px #d3d3d3;
	display: flex;
}
.user-registration__wrap dl:first-child {
	border-top: dotted 1px #d3d3d3;
}
.user-registration__wrap dl dt {
	background-color: #ecf0f1;
	padding: 16px;
	width: 30%;
	line-height: 36px;
}
.user-registration__wrap dl dd {
	width: 50%;
	padding: 16px;
}
.user-registration__submit {
	margin-top: 32px;
	text-align: center;
}
.profile .user-registration__wrap {
	border: solid 2px #2b9977;
	border-radius: 8px;
	padding: 32px;
}
.profile .user-registration__wrap dl {
	border-bottom: dotted 1px #d3d3d3;
	display: flex;
}
.profile .user-registration__wrap dl dt {
	background-color: #ecf0f1;
	padding: 16px;
	width: 30%;
}
.profile .user-registration__wrap dl dd {
	width: 50%;
	padding: 16px;
}
.profile .user-registration__submit {
	margin-top: 32px;
	text-align: center;
}
.fogotpassword .user-registration__inner {
	margin: 16px;
}
.fogotpassword .user-registration__wrap {
	border: solid 2px #83A749;
	border-radius: 8px;
	padding: 32px;
}
.fogotpassword .user-registration__wrap dl {
	border-bottom: dotted 1px #d3d3d3;
	display: flex;
}
.fogotpassword .user-registration__wrap dl dt {
	background-color: #ecf0f1;
	padding: 16px;
	width: 30%;
}
.fogotpassword .user-registration__wrap dl dd {
	width: 50%;
	padding: 16px;
}
.fogotpassword .user-registration__submit {
	margin-top: 32px;
	text-align: center;
}
.main-resistration .user-registration__wrap {
	border: solid 2px #83A749;
	border-radius: 8px;
	padding: 32px;
}
.main-resistration .user-registration__wrap dl {
	border-bottom: dotted 1px #d3d3d3;
	display: flex;
}
.main-resistration .user-registration__wrap dl dt {
	background-color: #ecf0f1;
	padding: 16px;
	width: 30%;
}
.main-resistration .user-registration__wrap dl dd {
	width: 50%;
	padding: 16px;
}
.main-resistration .user-registration__submit {
	margin-top: 32px;
	text-align: center;
}
.top-calendar .datepicker {
	border: solid 1px #999999;
	padding: 8px;
	line-height: 1.5;
	width: 100%;
	cursor: pointer;
	border-radius: 4px;
}
.top-calendar .datepicker:after {
	display: inline-block;
	font-family: iconfont;
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	vertical-align: middle;
	transform: rotate(0.028deg);
	position: absolute;
	top: 50%;
	right: 10px;
	color: #2B9977;
	font-size: 16px;
	font-family: "FontAwesome";
	content: "\f073";
	transform: translateY(-50%);
	z-index: 4;
}
.ui-datepicker-trigger {
	width: 30px;
	position: absolute;
	top: 5px;
	right: 2px;
}
.page {
	margin: auto;
	padding: 40px 0;
	min-height: 600px;
}
.page .user-login__wrap {
	margin: auto;
}
.page__header {
	position: relative;
	padding-bottom: 16px;
	border-bottom: solid 2px #e9e9e9;
	margin-bottom: 32px;
	font-size: clamp(1.75rem, 1.614rem + 0.68vw, 2.125rem)
}
.page__header::after {
	content: '';
	position: absolute;
	display: block;
	background: #2B9977;
	left: 0;
	top: 100%;
	width: 20%;
	height: 2px;
}
.page__table {
	margin-top: 40px;
}
.page__table tr {
	border: solid 1px #e9e9e9;
}
.page__table th {
	width: 18em;
	background-color: #e9e9e9;
	border-bottom: solid 1px #fff;
	padding: 24px;
}
.page__table td {
	padding: 24px;
}
.page__block ol {
	list-style: decimal;
	padding-left: 16px;
	margin-left: 16px;
	line-height: 2;
}
.page__block ul {
	list-style: disc;
	padding-left: 16px;
	line-height: 2;
}
.page a:hover {
	text-decoration: underline;
}
.page__block-title {
	margin-top: 32px;
	border-left: solid 6px #2B9977;
	background-color: #ecf0f1;
	margin-bottom: 24px;
	font-size: clamp(1rem, 0.818rem + 0.91vw, 1.5rem);
	padding: 16px;
}
.page__block-title:first-child {
	margin-top: 0;
}
.page__block-sub {
	font-size: clamp(1rem, 0.909rem + 0.45vw, 1.25rem);
	margin-top: 24px;
	margin-bottom: 16px;
}
.page__form {
	margin-top: 40px;
}
.page__form dl {
	border-bottom: dotted 1px #d3d3d3;
	display: flex;
}
.page__form dl:first-child {
	border-top: dotted 1px #d3d3d3;
}
.page__form dl dt {
	background-color: #ecf0f1;
	padding: 16px;
	width: 30%;
	line-height: 36px;
}
.page__form dl dd {
	width: 50%;
	padding: 16px;
}
.page__button {
	margin-top: 32px;
	text-align: center;
}
.block--border {
	border: solid 2px #ecf0f1;
	padding: 16px;
	margin: 32px 0;
}
.page__block {
	margin-bottom: 24px;
}
.page__block .page__list-block {
	padding: 0;
	list-style: none;
}
.page__block .page__list-block li {
	padding: 16px;
	background-color: #f1f1f1;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.page__container {
	display: flex;
	justify-content: space-between;
}
.page__content {
	width: 70%;
}
.page__sidebar {
	width: 26%;
}
.page__sidebar ul {
	line-height: 2em;
}
.page__sidebar ul li {
	margin-bottom: 8px;
}
.page__sidebar ul li a {
	display: block;
	background-color: #ecf0f1;
	font-weight: bold;
	padding: 8px;
}
.page__sidebar ul li a:hover {
	background-color: #e6ebed;
}
.page__link {
	margin-top: 24px;
	font-size: 20px;
	display: flex;
	justify-content: center;
}
.page__link li {
	margin-right: 16px;
}
.submit-holizontal .btn--submit {
	width: auto;
	margin: 0 0 0 16px;
}
.detail dt {
	background-color: #ecf0f1;
	padding: 8px 16px;
}
.detail dd {
	padding: 8px 16px;
}
.page__desc {
	margin-bottom: 32px;
}
.input-medium {
	display: inline-block;
	width: 60%;
}
.label-add {
	text-align: right;
	display: inline-block;
	margin-left: 16px;
}
.section__wrap {
	border: solid 2px #2B9977;
	border-radius: 16px;
	padding: 32px;
}
.section__wrap dl {
	border-bottom: dotted 1px #d3d3d3;
	display: flex;
}
.section__wrap dl:first-child {
	border-top: dotted 1px #d3d3d3;
}
.section__wrap dl dt {
	background-color: #ecf0f1;
	padding: 16px;
	width: 30%;
	line-height: 36px;
}
.section__wrap dl dd {
	width: 70%;
	padding: 16px;
}
.section__submit {
	margin-top: 32px;
	text-align: center;
}
.scroll-block {
	max-height: 300px;
	overflow-y: scroll;
	margin-bottom: 24px;
}
.date_enter-area {
	width: 125px;
	margin-right: 15px;
}
.ui-datepicker-calendar .day-sunday > a, .ui-datepicker-calendar .day-holiday > a {
	background: #ffc0c0;
}
.ui-datepicker-calendar .day-saturday > a {
	background: #c0d0ff;
}
#pagetop {
	display: block;
	background: #2B9977;
	position: fixed;
	right: 15px;
	bottom: 15px;
	padding: 14px 16px;
	color: #fff;
	line-height: 1;
	font-size: 2em;
	border-radius: 8px;
	transition: none !important;
}
#pagetop:hover {
	opacity: 0.85;
}
.page__block .page__block-list {
	margin-left: 0;
}
.page__block-list li {
	margin-bottom: 8px;
	line-height: 1.6;
}
.page__block-first {
	list-style-type: none;
	margin-left: -16px;
}
.page__block .sub_list {
	padding: 0;
	margin: 0;
}
.page__block .page__block-first .sub_list {
	margin-left: 16px;
}
.sub_list li {
	list-style-type: none;
	counter-increment: cnt;
	margin: 0;
}
.sub_list li::before {
	content: '(' counter(cnt)')';
	margin-right: 6px;
}
.tokuyaku_title {
	margin-top: 60px;
}
.accept_center {
	text-align: center;
	margin: 30px 0;
}
.accept_center label input[type="checkbox"] + span::before, .accept_center label input[type="checkbox"] + span::after {
	position: absolute;
	left: -30px;
	margin-right: 8px;
}
.accept_center label:not(.image-label) span {
	padding: 0;
	position: relative;
}
.accept_center a {
	display: inline-block;
	color: #2B9977;
	padding: 16px 40px;
	border: 2px solid;
	margin: 30px 0;
	border-radius: 16px;
}
.accept_center a:hover {
	text-decoration: none;
	color: #f9a021;
}

.faq .content-block .container {
	padding: 0;
}
.faq_box input {
	display: none;
}
.faq_box label {
	cursor: pointer;
	position: relative;
	display: block;
	font-size: clamp(0.875rem, 0.793rem + 0.41vw, 1.1rem);
	font-weight: normal;
	line-height: 1.4;
	padding: 20px 40px 20px 20px;
	margin-bottom: 0;
	transition: 0.4s;
	border-bottom: 1px solid #dcdcdc;
}
.faq_box label:hover {
	background: #fef3e4;
}
.faq_box label::after {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	content: '+';
	font-size: 27px;
}
.faq_box input:checked ~ label::after {
	content: '-';
}
.faq_box div {
	height: 0;
	opacity: 0;
	padding: 0 20px;
	overflow: hidden;
	transition: 0.4s;
}
.faq_box input:checked ~ div {
	height: auto;
	opacity: 1;
	padding: 20px 20px 10px 20px;
	margin-bottom: 40px;
	background: #fafafa;
}
.faq_table {
	background: #fff;
	border: 1px solid #eee;
	table-layout: auto
}
.faq_table tr {
	border-color: #eee;
}
.faq_table tr:last-child {
	border: none;
}
.faq_table th, .faq_table td {
	font-size: 0.85em;
	text-align: center;
	padding: 8px;
}
.faq_table td {
	color: #646464;
}
.faq_table .wide_width {
	width: 45%;
}
.inner_table {
	margin: 0;
}
.inner_table td {
	white-space: nowrap;
	padding: 4px 0;
}
.inner_table tr {
	border: none;
}
.shop_detail_head {
	color: #2B9977;
	font-size: 1.4em;
}
.shop_detail_head i {
	margin-right: 8px;
}
.shop_flex {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
	margin-bottom: 40px;
}
.shop_flex img {
	width: 27%;
	height: 225px;
	display: block;
	object-fit: cover;
	object-position: center center;
}
.shop_detail_wrapper {
	width: 70%;
}
.shop_detail_row {
	display: flex;
	align-items: flex-end;
	flex-wrap: wrap;
}
.shop_detail_row h4, .shop_detail_row p {
	display: block;
	padding: 20px;
	border-bottom: 1px solid #ddd;
	line-height: 1;
	margin: 0;
}
.shop_detail_row div {
	display: block;
	border-bottom: 1px solid #ddd;
	line-height: 1;
	margin: 0;
}
.shop_detail_row img.bank-card {
	width: auto;
	height: 3em;
	padding: 0px 3px;
}
.shop_detail_row li.h-card-list {
	display: flex;
	padding-left: 20px;
}
.shop_detail_row h4 {
	font-size: 1em;
	width: 15%;
	border-color: #2B9977;
}
.shop_detail_row p {
	width: 85%;
}
.shop_news_wrapper {
	background: #f8f8f8;
	padding: 40px 0;
	margin: 60px 0;
}
.shop_news_wrapper .container {
	background: #fff;
	padding: 30px;
}
#front_hero_wrapper {
	background-image: url(../../assets/images/hero_bg.jpg);
	background-size: cover;
	background-position: center top;
}
#front_flex {
	display: flex;
	justify-content: space-between;
}
#front_flex::after {
	content: none;
}
#front_catch {
	font-size: clamp(1.125rem, 0.625rem + 2.5vw, 2.5rem);
	color: #fff;
	text-shadow: 0 0 5px rgba(0,0,0,0.8);
}
.type_tooltip_flex {
	display: flex;
	align-items: center;
	margin-bottom: 1em;
}
.type_tooltip_flex h3 {
	margin: 0 10px 0 0;
}
.type_tooltip {
	position: relative;
}
.type_tooltip i {
	color: #2B9977;
	cursor: pointer;
}
.type_tooltip_window {
	background: #fff;
	box-shadow: 0 0 5px rgba(0,0,0,0.4);
	padding: 12px;
	position: absolute;
	top: -90px;
	left: 25px;
	opacity: 0;
	z-index: 90;
	transition: all 0.3s;
	visibility: hidden;
}
.type_tooltip_window p {
	font-size: 0.85em;
	line-height: 1.4;
	white-space: nowrap;
}
.type_tooltip_window p span {
	color: #2B9977;
	font-weight: bold;
	margin-right: 8px;
}
.type_tooltip_window a {
	display: block;
	background: #2B9977;
	color: #fff;
	font-size: 0.7em;
	line-height: 1;
	padding: 10px;
	border-radius: 8px;
	width: 30%;
	margin: 0 auto;
	text-align: center;
}
.type_tooltip_window a:hover {
	opacity: 0.8;
}
.type_tooltip:hover .type_tooltip_window {
	visibility: visible;
	opacity: 1;
}
.fukushi_wrapper {
	background-image: url("../../assets/images/fukushi_bg.jpg");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: right top;
	padding: 60px 0 40px;
}
.fukushi_box {
	padding-bottom: 20px;
	background-repeat: no-repeat;
	background-size: 40% auto;
	background-position: right center;
}
.fukushi_box p {
	width: 68%;
	font-size: clamp(0.938rem, 0.869rem + 0.34vw, 1.125rem)
}
.fukushi_catch {
	font-family: "Times New Roman", "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", "MS PMincho", serif;
	font-size: 2.15em;
	font-weight: bold;
}
.point_wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: stretch;
}
.point_box {
	width: 48%;
	border: 4px solid #2B9977;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 20px;
	background: rgba(255,255,255,.85);
}
.point_box img {
	display: block;
	height: 120px;
	width: auto;
	margin: 0 auto 12px;
}
.point_box h3 {
	color: #2B9977;
	text-align: center;
}
.point_box p {
	font-size: clamp(0.875rem, 0.83rem + 0.23vw, 1rem);
	line-height: 1.4;
	margin: 0;
}
.point_box p span {
	font-weight: bold;
	color: #f9a021;
}
.news_wrapper {
	background: #eee;
	padding: 30px;
}
.news_wrapper h2 {
	text-align: center;
	color: #5a5a5a;
}
.news_wrapper .container {
	background: #fff;
	padding: 25px;
	border-radius: 10px;
	min-height: 280px;
}
.news_box {
	display: flex;
	align-items: center;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.news_box p,
.news_box p a {
	line-height: 1.4;
	font-size: clamp(0.813rem, 0.781rem + 0.16vw, 0.9rem)
}
.news_box .news_date {
	width: 10%;
	margin: 0
}
.pagination {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 12px auto 0;
}
.pagination .page {
	min-height: auto;
	padding: 0;
	margin: 0;
}
.pagination-container .pagination li {
	display: block;
	margin: 0 4px;
}
.pagination a {
	display: block;
	background: #fff;
	line-height: 1;
	padding: 8px 14px;
	color: #bcbcbc;
	border-radius: 4px;
	transition: all 0.3s;
}
.pagination a:hover {
	opacity: 0.8;
	text-decoration: none;
}
.pagination .selected_page a {
	background: #2B9977;
	color: #fff;
}
.shop_list_head, .shop_list_flex {
	display: flex;
}
.shop_list_head {
	align-items: center;
	margin-bottom: 16px;
}
.shop_list_head h3 {
	margin: 0 20px 0 0;
}
.shop_list_head p {
	margin: 0;
	border: 2px solid #2B9977;
	font-size: 0.75em;
	border-radius: 8px;
	padding: 3px 8px;
	color: #5a5a5a;
}
.shop_list_head a {
	display: block;
	background: #2980b9;
	color: #fff;
	border-radius: 8px;
	font-size: 0.75em;
	padding: 4px 6px;
	margin-left: 12px;
}
.shop_list_flex {
	justify-content: space-between;
	align-items: flex-start;
}
.shop_list_img {
	width: 28%;
	height: 190px;
	background: #ddd;
	display: block;
	object-fit: cover;
	object-position: center center;
}
.shop_list_detail {
	width: 50%;
}
.shop_list_detail i {
	margin-right: 8px;
	color: #2B9977;
}
.shop_list_flex .btn--search {
	width: 18%;
}
.pp__ol {
	list-style-type: decimal;
	padding-left: 20px;
	& li {
		margin-bottom: 14px;
		line-height: 1.3em
	}
}