@charset "UTF-8";





/****************************
	sp
*****************************/
.sp {
	display: none !important;
}

body {
	/* min-width: 1000px; */
}

/****************************
	base
*****************************/
* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font-family: Helvetica Neue, Helvetica, Arial, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	line-height: 100%;
	box-sizing: border-box;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	min-width: 1100px;
	width:100%;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'FuturaPTMed', sans-serif;
	margin: 0;
	padding: 0;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: text-bottom;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

figure {
	font-size: 0;
	line-height: 0;
}

input[type="text"],
input[type="button"],
input[type="email"],
input[type="submit"],
textarea {
	font-family: 'FuturaPTMed', sans-serif;
	padding: 10px 10px;
	border-radius: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

input[type="button"],.pointer__link{
	cursor: pointer;
}

a{
	text-decoration: none;
}

.wrapper {
	width: 100%;
	height: 100%;
	position: relative;
}

.inner{
	padding: 0px 10.7%;
	width:78%;
}

.inner.max{
	max-width:1100px;
	margin:0 auto;
}

.inner .inner{
	padding: 0px 8%;
	width:84%;
}

.inner .inner.max2{
	max-width:900px;
	margin:0 auto;
}

/****************************
	nav
*****************************/
.navi {
	background:#fff;
	width:100%;
	position:relative;
	padding:12px 0 13px;
	margin: 0 auto;
	z-index: 100;
}

.navi.border {
	border-bottom:1px solid #ccc;
}

.navi__inner {
	margin: 0 auto;
	width:90%;
	padding-bottom:33px;
}

.navi .logo img {
	float: left;
	height: auto;
	position:relative;
	margin-left:-19px;
	width:220px;
}

.navi nav{
	position:absolute;
	right:52px;
	vertical-align:bottom;
	font-size:14px;
	text-align:right;
	margin-top:4px;
	color:#fff;
}

.navi nav ul, .navi ul li:hover ul, 
.navi ul li:hover .triangle{
	display:block;
}

.navi nav ul li{
	display:inline-block;
	letter-spacing:normal;
	padding: 0 0 18px;
}

.navi nav ul li:not(:last-child)::after {
	color: #000;
	content: "|";
	position:absolute;
	top:3px;
	font-size:10px;
}

.navi nav ul li ul li:after {
	display:none;
}

.navi nav ul li a{
	color: #000;
	text-decoration: none;
	display:block;
	margin: 0 23px;
	line-height:0px;
	padding: 12px 0px;
	position:relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	opacity:1;
}

.navi nav ul li:hover a{
	opacity:0.5;
}


.navi nav ul li:hover a::before{
	border-bottom: solid 2px #000;
	position:absolute;
	top:41px;
	content:"";
	width:100%;
	opacity:0.8;
}

.navi ul li:hover ul, 
.navi ul li:hover .triangle{
	visibility: visible;
	opacity: 1;
	transform: translateY(0%);
	transition-delay: 0s, 0s, 0.3s;
}

.navi ul li ul{
	transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	visibility: hidden;
	opacity: 0;
	transform: translateY(-2em);
	position: absolute;
	background-color: #fff;
	border-bottom: none;
	padding:10px;
	top:48px;
	text-align: center;
}

.navi ul li.cars ul{
	left:-100px;
	-webkit-box-shadow: 1px 2px 3px 2px rgba(187,187,187,0.42);
	-moz-box-shadow: 1px 2px 3px 2px rgba(187,187,187,0.42);
	box-shadow: 1px 2px 3px 2px rgba(187,187,187,0.42);
}

.navi ul li.contact ul{
	padding:15px 0px;
	background-color: #fff;
	-webkit-box-shadow: 1px 2px 3px 2px rgba(187,187,187,0.42);
	-moz-box-shadow: 1px 2px 3px 2px rgba(187,187,187,0.42);
	box-shadow: 1px 2px 3px 2px rgba(187,187,187,0.42);
	width:165px;
	right:-22px;
}

.navi ul li ul li{
	padding: 5px 0;
}

.navi ul li ul li a{
	border-bottom: none;
	margin:0 auto;
	position:relative;
}

.navi ul li.cars ul li a{
	padding-bottom:0;
}

.navi nav ul li:hover ul li a::before{
	border-bottom: none;
}

.navi nav ul li:hover ul li a{
	opacity:1 !important;
}

.navi nav ul li.cars:hover ul li:hover a::before{
	border-bottom: solid 2px #000;
	position:absolute;
	top:85px;
	content:"";
	width:100%;
}

.navi nav ul li.contact:hover ul li:hover a{
	opacity:0.7;
}

.navi ul li.cars ul li a img{
	max-width: 125px;
	background-color: rgba(255, 255, 255, 1);
	vertical-align:middle;
}

.navi ul li.cars ul li a p{
	text-align:center;
	padding:20px 0px;
	font-size:12px;
}

.navi ul li.contact ul li a p{
	text-align:center;
	padding:10px 0px;
	font-size:13px;
}

.js-navi__sp, .menuBtn, p.icon{
	display:none;
}

.triangle{
	position: absolute;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-bottom: 10px solid #fff;
    top:39px;
    display:none;
}

.navi ul li.contact .triangle{
    right:8%;
}

.navi ul li.cars .triangle{
	left:19%;
}

/****************************
	hero
*****************************/

.hero {
	position: relative;
	width: 100%;
	margin: 0 auto;
	overflow:hidden;
}

.hero img {
	vertical-align:top;
	width:100%;
}

.hero .swiper-container,
.hero .container {
	width: 100%;
	max-width:100%;
}

.hero .swiper-container iframe{
	width: 100%;
	max-width:100%;
	height:500px;
}

.hero .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.nohero{
	margin-top: 20px !important;
}

.hero .swiper-slide .shopTab__picture {
	-webkit-filter: brightness(70%);
	filter: brightness(70%);
	-webkit-filter: brightness(70%);
	-moz-filter:    brightness(70%);
	-ms-filter:     brightness(70%);
	-o-filter:      brightness(70%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.hero .swiper-slide .shopTab__picture.active {
	-webkit-filter: brightness(105%);
	filter: brightness(105%);
	-webkit-filter: brightness(105%);
	-moz-filter:    brightness(105%);
	-ms-filter:     brightness(105%);
	-o-filter:      brightness(105%);
}

.hero .swiper-slide .s-link01{
	position:absolute;
	top:0;
	left: 0;
	padding:17.7% 24.95%;
	/*border:1px solid #ff0000;*/
}

.hero .swiper-slide .s-link02{
	position:absolute;
	top:0;
	right: 0;
	padding:17.7% 24.95%;
	/*border:1px solid #000;*/
}

/****************************
	information
*****************************/
.information {
	width: 100%;
	position: relative;
	margin: 0 auto;
	display:block;
}

.information__item{
	width:25%;
	display:inline-block;
	margin: 0 auto;
	height:249px;
	vertical-align:middle;
	color:#fff;
	position: relative;
}

.information .information__item:nth-child(1){
	background:url(../images/cars.jpg) no-repeat;
	background-position: 70% 15%;
	/*background-size: 127% auto;*/
	background-size:cover;
}

.information .information__item:nth-child(2){
	background:url(../images/campaign.jpg) no-repeat;
	background-position: 70% 15%;
	/*background-size: 127% auto;*/
	background-size:cover;
}

.information .information__item:nth-child(3){
	background:url(../images/maintenance.jpg) no-repeat;
	background-position: 70% 15%;
	/*background-size: 127% auto;*/
	background-size:cover;
}

.information .information__item:nth-child(4){
	background:url(../images/blog.png) no-repeat;
	background-position: 70% 15%;
	/*background-size: 127% auto;*/
	background-size:cover;
}

@media only screen and (min-width: 1400px) {
	.information .information__item{
		background-position: center top;
		background-size: 100% auto;
	}		
}

.information .information__item:nth-child(1) .information__itemStatic, 
.information .information__item:nth-child(1) .information__itemSlide,
.information .information__item:nth-child(2) .information__itemStatic, 
.information .information__item:nth-child(2) .information__itemSlide,
.information .information__item:nth-child(3) .information__itemStatic, 
.information .information__item:nth-child(3) .information__itemSlide,
.information .information__item:nth-child(4) .information__itemStatic, 
.information .information__item:nth-child(4) .information__itemSlide{
	background:rgba(7, 49, 218, 0.74);
	height:100%;
	vertical-align:middle;
}

.information .information__item a{
	color:#fff;
	text-decoration:none;
}

.information .information__item .information__itemStatic{
	width:45%;
	display:inline-block;
	float:left;
	position: relative;
	transition: width 0.15s linear;
	overflow: hidden;
}

.information .information__item .information__itemStatic .information__itemDetail{
	width:75%;
	display:inline-block;
}

.information .information__item .information__itemStatic .information__itemDetail h4{
	font-size:26px;
	padding: 86px 0 0 20px;
	font-weight:bold;
}

.information .information__item .information__itemStatic .information__itemDetail p{
	padding:20px 0px 0px 20px;
	line-height:1.4;
	font-size:18px;
}

@media only screen and (max-width: 1300px){
	.information .information__item .information__itemStatic .information__itemDetail p{
		font-size:12px;
	}
	.information .information__item .information__itemStatic .information__itemDetail h4{
		font-size:15px;
	}
}

@media only screen and (min-width: 1301px) and (max-width: 1606px){
	.information .information__item .information__itemStatic .information__itemDetail p{
		font-size:15px;
	}
	.information .information__item .information__itemStatic .information__itemDetail h4{
		font-size:20px;
	}
}


.information .information__item .information__itemStatic .information__itemArrow{
	width:20%;
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
}

.information .information__item .information__itemStatic .information__itemArrow img{
	float:right;
	margin-right:10px;
	width:16px;
	vertical-align: middle;
	margin-bottom: 4px;
}

.information .information__item:hover div div:nth-child(2){
	display:none;
}

.information .information__item .information__itemSlide{
	width:0;
	text-align:right;
	transition:width 0.25s;
	display: inline-block;
}

.information .information__item:hover .information__itemStatic {
  width: 100%;
}

.information .information__item .information__itemSlide p{
	padding-top:115px;
	opacity:0;
	margin-right:10px;
	position: absolute;
	top: 25%;  
	right: 0px;
	transform: translateY(-50%);
	transition: none;
}

.information .information__item:hover .information__itemSlide{
	width:55%;
	transition:0.25s;
	display:inline-block;
}

.information .information__item:hover .information__itemSlide p{
	opacity:1;
	transition: opacity 0.2s linear 0.2s;
}

.information .information__item .information__itemSlide p img{
	width:16px;
	vertical-align: middle;
	margin-bottom: 4px;
}

/****************************
	news
*****************************/

.news {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding:50px 0 87px ;
	background:#fff;
}

.news h2{
	text-align:center;
	font-size:30px;
	color:#000;
	margin-bottom:40px;
}

.news .colOne{
	width:74%;
	margin:0 auto;
	border-bottom:1px solid #ccc;
	color:#000;
	padding:20px 0;
	font-size: 14px;
	opacity: 1;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.news .colOne:hover{
	opacity:0.4;
}

.news .colOne .date{
	color:#000;
	width:14%;
}

.news .colOne .date:first-child{
	margin:0 21% 0 5%;
}

.news .colOne .info {
	width:60%;
	color:#000;
}

/****************************
	maps
*****************************/
.maps {
	width: 100%;
	position: relative;
	margin: 0 auto;
	padding:50px 0 87px ;
	background:url(../images/map_bg.png) no-repeat;
	background-position: 0% 100%;
	background-size: 128% auto;
}


@media only screen and (min-width: 1400px) {
	.maps{
	background-position: 0% 100%;
	background-size: 101% auto;
	}
}

.maps h2{
	text-align:center;
	font-size:30px;
	color:#fff;
	text-shadow: 1px 1px #777;
}

.maps .googleMap__map {
	padding-top:45px;
	width:78.2%;
	margin: 0 auto;
	height:360px;
	text-align: center;
	display:block;
}

#map_wrapper.container{
	height:500px;
}

#map_canvas {
	width: 100%;
	height: 100%;
	position:relative;
	overflow:hidden;
}

.map_box{
	opacity:0;
	background: #fff;
	position: absolute;
	bottom:100px;
	left: 15%;
	width: 380px;
	border: #000 2px solid;
	box-sizing: border-box;
	padding: 15px 15px 20px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	display:none;
}

.map_box.active{
	opacity:1;
}

.map_box h3{
	border-bottom:1px solid #ccc;
	padding-bottom:4px;
}

.map_box table {
	margin-top: 10px;
	width: 95%;
	margin-left: auto;
	margin-right: auto;
	border-collapse: collapse;
}

.map_box table tr th,
.map_box table tr td {
	line-height: 1.6;
}

.map_box table tr th{
	vertical-align: top;
	text-align: left;
	width: 25%;
}
		
.map_box .button {
	margin:0 auto;
	margin-top: 10px;
	width:76.5%;
	text-align: center;
	border:1px solid #000;
	transition: 0.5s;
}

.map_box .button a{
	padding:15px;
	display:block;
	max-width:100%;
	transition: 0.5s;
}

.map_box .button a p{
	color:#000;
	font-size:16px;
	padding-top:0px;
	transition:  0.5s;
}

.map_box .button:hover {
	border:1px solid #fff;
	background:#000;
	transition: 0.5s;
}

.map_box .button:hover a p {
	color:#fff;
}

/****************************
	inquiry
*****************************/
.inquiry {
	width: 100%;
	position: relative;
	margin: 0 auto;
}

.inquiry__item{
	height:450px;
	padding:50px 0 0;
	display:inline-block;
	vertical-align:top;
	position: relative;
	opacity:1;
}

.inquiry__item a:hover .inquiry__partBottom{
	opacity:0.8;
	-webkit-filter: brightness(115%);
	filter: brightness(115%);
	-webkit-filter: brightness(115%);
	-moz-filter:    brightness(115%);
	-ms-filter:     brightness(115%);
	-o-filter:      brightness(115%);
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.inquiry__item:nth-child(1),
.inquiry__item:nth-child(2){
	width:30%;
	background:#fff;
}

.inquiry__item:nth-child(3){
	width:40%;
	background:#ccc;
	padding: 0;
	height: 500px;
	text-align: center;
}

.inquiry__partTop{
	height:250px;
	text-align:center;
	display:block;
}

.inquiry__item:nth-child(1) .inquiry__partTop::before{
    content: "";
    position: absolute;
    width: 0;
    height: 60%;
    top: 0px;
    right: 0;
	border-right: 1px solid #ccc;
}

.inquiry__item:nth-child(2) .inquiry__partTop::before{
    content: "";
    position: absolute;
    width: 0;
    height: 60%;
    top: 0px;
    right: 0;
	border-right: 1px solid #ccc;
}

.inquiry__partTop h3{
	position:relative;
	color:#000;
	font-size:28px;
	padding-top:52px;
}

.inquiry__partTop h3::before{
    content: "";
    position: absolute;
    width: 25%;
    height: 0px;
    top: 100px;
    left: 38%;
    border-bottom:1px solid #000;
}

.inquiry__partTop p{
	color:#000;
	font-size:14px;
	padding-top:48px;
}

.inquiry__partBottom{
	height:200px;
	display:block;
}

.inquiry__partBottom img{
	max-width:100%;
}

.inquiry  .inquiry__item:nth-child(1) .inquiry__partBottom{
	background:url(../images/reserve2.jpg) no-repeat;
	background-position: 0 30%;
	background-size: 127% auto;
}

.inquiry  .inquiry__item:nth-child(2) .inquiry__partBottom{
	background:url(../images/recruit.jpg) no-repeat;
	background-position: 50% 50%;
	background-size: 150% auto;	
}

	
@media only screen and (min-width: 1400px) {
	.inquiry  .inquiry__item:nth-child(1) .inquiry__partBottom, 
	.inquiry  .inquiry__item:nth-child(2) .inquiry__partBottom{
		background-size: 100% auto;
	}		
}

.inquiry__item #calendar{
	margin:0 auto 20px;
	max-width:570px;
	/*max-height:280px;*/
	height:auto;
	overflow:hidden;
	/*padding:20px 10px;
	height:380px;*/
}

.inquiry__Calendar{
	width:100%;
}

.inquiry__Calendar img{
	max-height:500px;
}

.inquiry__Calendar h3{
	text-align:center;
	font-size:21px;
	color:#0033ff;
	max-width:500px;
	max-height:380px;
	vertical-align: middle;
}

.inquiry__Calendar #calendar2{
	position: absolute;
	top:0;
	left:0;
	width:100%;
}

.prev {
	position:absolute;
	top:22%;
	left: 40%;
	z-index: 1;
	padding:1.5%;
	opacity:0.5;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	background:#ccc;
}

.next {
	position:absolute;
	top:22%;
	right: 39.5%;
	z-index: 1;
	padding:1.5%;
	opacity:0.5;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	background:#ccc;
}

.prev:hover,
.next:hover{
	opacity:0.8;
}

.prev:active,
.next:active{
	opacity:1;
}

@media only screen and (min-width: 767px) and (max-width: 1160px) {
	.prev, .next{
		top:17.5%;
	}
}

@media only screen and (min-width: 1161px) and (max-width: 1200px) {
	.prev, .next{
		top:18%;
	}
}

@media only screen and (min-width: 1201px) and (max-width: 1260px) {
	.prev, .next{
		top:19%;
	}
}

@media only screen and (min-width: 1261px) and (max-width: 1300px) {
	.prev, .next{
		top:20%;
	}
}

@media only screen and (min-width: 1301px) and (max-width: 1360px) {
	.prev, .next{
		top:21%;
	}
}

@media only screen and (min-width: 1500px){
	.prev{
		top:22%;
		left: 41%;
	}
	.next{
		top:22%;
		right: 41%;
	}
}

@media only screen and (min-width: 1500px){
	.prev{
		top:22%;
		left: 41%;
	}
	.next{
		top:22%;
		right: 40.5%;
	}
}

@media only screen and (min-width: 1800px){
	.prev{
		left: 42%;
	}
	.next{
		right: 41.5%;
	}
}

/* @media screen and (max-width: 430px){
	.colFour02 a img {
	margin-top: 10%;
	padding-right: 10%;
	width: 30%;
	padding: 10%;
	padding: 10%;
}
} */

/****************************
	footer
*****************************/
.footer {
	background: #fff;
	position: relative;
	overflow: hidden;
	width:100%;
	padding:25px 0px;
	border-top: 1px solid #bbb;
}

.footer__inner {
	max-width: 100%;
	margin: 0 auto;
	padding: 0px 50px;
}

.footer__details {
	display:block;
}

.footer__details div{
	display:inline-block;
	width:50%;
}

.footer__details div:nth-child(1){
	text-align:left;
}

.footer__details div:nth-child(2){
	text-align:right;
}

.footer__inner .footer__details:nth-child(2){
	padding-bottom:10px;
	border-bottom: solid 1px #bbb;
	font-size:12px;
}

.footer__inner .footer__details:nth-child(3){
	padding-top:15px;
	font-size:11px;
}

.footer__picture{
	padding-top:20px;
	width:100%;
}

.footer__picture img{
	/*height:83px;*/
	padding:7px;
}

ul.footer__sitemapList {
	list-style: none;
	padding-bottom:46px;
}

.footer__links ul {
	list-style: none;
}

ul.footer__sitemapList li,
.footer__links ul li{
	display: inline;
	font-size:13px;
}

.footer__links ul li+li:before{
	padding: 0px 20px;
	color: #000;
	content: " ";
}

ul.footer__sitemapList li+li:before {
	padding: 0px 21px;
	color: #000;
	content: "|";
	font-size:10px;
}

ul.footer__sitemapList li a,
.footer__links ul li a {
	color: #000;
	text-decoration: none;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	opacity:1;
}

ul.footer__sitemapList li a:hover,
.footer__links ul li a:hover{
	opacity:0.5;
}

/****************************
	underNav
*****************************/

.underNav {
	background-color: #fff;
	width: 100%;
	position:relative;
	margin: 0 auto;
	z-index: 99;
	border-top: solid 1px #ddd;
	border-bottom: solid 1px #ddd;
}

.underNav.noborder {
	border: none;
	border-top: solid 1px #ddd;
}

.underNav .inner{
	padding-top:22px;
	padding-bottom:22px;
}

.underNav p{
	font-size: 20px;
	text-align: left;
	display:inline;
}

.underNav ul{
	float: right;
	display:inline;
	list-style:none;
}

.underNav ul li{
	display:inline-block;
	padding:0px 18px;
}

.underNav ul li a{
	color:#000;
	position:relative;
	opacity:1;
}

.underNav ul li:hover a::before{
	border-bottom: solid 3px #000;
	position:absolute;
	top:40px;
	content:"";
	width:100%;
}

.underNav ul li:hover a{
	opacity:0.5;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.underNav ul li p{
	font-size: 14px;
}

.underNav ul li img{
	margin-left:10px;
	width:14px;
	vertical-align: middle;
}

.undernavi__sp{
	display: none;
}
/****************************
	content
*****************************/
.content {
	background:#fff;
	width: 100%;
	position:relative;
	margin: 0 auto;
}

.content img {
	max-width:100%;
}

.content .inner{
	padding-top:65px;
	padding-bottom:90px;
}

.content div.title{
	padding-bottom:40px;
}

.content div.title h2{
	font-size:36px;
	line-height:1;
}

.content div.title p{
	font-size:18px;
	line-height:1.6;
}

/****************************
	col
*****************************/

.colOne{
	display:block;
	width:100%;
	position:relative;
}
.colOne02{
	display: inline;
	width:100%;
	position:relative;
	margin-bottom: 10px;
}

.colTwo{
	display:inline-block;
	width:50%;
	position:relative;
}
.colTwo_used{
	display:block;
	/* display:inline-block; */
	width:70%;
	/* position:relative; */
}

.colTwo02 {
	display:inline-block;
	width:95%;
	position:relative;
}

.colThree{
	display:inline-block;
	width:33.3%;
	position:relative;
}

.colFour{
	display:inline-block;
	width:25%;
	position:relative;
}
.colFour02{
	display: flex;
	width:70%;
	position:relative;
	margin-bottom: 20px;
}
.colTwoused {
	margin-right: 20px;
}

.colTwoused:nth-child(2), .colTwoused:nth-child(3) {
	border-left:1px solid #e0e0e0;
	border-right:1px solid #e0e0e0;
}

.colFive{
	display:inline-block;
	width:20%;
	position:relative;
}

/****************************
	shopTab & shop
*****************************/
.shopTab{
	padding:30px 0;
}

.shopTab .colOne{
	width:100%;
	margin:0 auto;
}

.shopTab .colOne:before{
	border-bottom: solid 1px #ccc;
	position:absolute;
	top:41px;
	content:"";
	width:100%;
	left:0;
}

.shopTab .colOne .colTwo.active a p:before{
	border-bottom: solid 2px #000;
	position:absolute;
	top:41px;
	content:"";
	width:50%;
	left:25%;
}

.shopTab .colOne .colTwo:first-child a:hover p,
.shopTab .colOne .colTwo:last-child a:hover p{
	color:#1c226e;
	opacity:0.8;
}

.shopTab .colOne .colTwo:first-child a p{
	text-align:center;
	color:#000;
	font-size:24px;
	font-weight: bold;
}

.shopTab .colOne .colTwo:last-child a p{
	text-align:center;
	color:#000;
	font-size:24px;
	font-weight: bold;
}

.shop,
.shop__details{
	display:none;
}

.shop.active,
.shop__details.active{
	display:block;
}

.shop .shop__pictures{
	width:100%;
}

.shop .inner .colOne .colTwo:nth-child(1) p{
	padding:21px 12px;
	font-size: 15px;
	line-height:1.4;
}

@media only screen and (max-width: 1250px) {
	.shop .inner .colOne .colTwo:nth-child(1) p.long{
		padding:21px 12px;
		font-size: 13px;
	}
}

.shop .inner .colOne .colTwo{
	vertical-align:top;
	position:static;
}

.shop .inner .colOne .colTwo:nth-child(1) .colOne{
	position:absolute;
	bottom:0;
	width:50%;
	left:3%;
}

.shop .inner .colOne .colTwo:nth-child(1) .colOne.null{
	position:absolute;
	bottom:10%;
	width:63%;
	left:2%;
}

.shop .inner .colOne .colTwo:nth-child(1) .colOne .colFive{
	width:18%;
}

.shop .inner .colOne .colTwo:nth-child(1) .colOne img{
	margin-right:0.5%;
	cursor:pointer;
}

.shop .inner .colOne .colTwo:nth-child(1){
	margin-right:0.5%;
	width:55%;
}

.shop .inner .colOne .colTwo:nth-child(2){
	width:44.5%;
}

.shop .inner .colOne .colTwo:nth-child(2) img:first-child{
	margin-bottom:8px;
}

.shop__details{
	background:#d6e4ea;
}

.shop__details .inner .title {
	padding:0;
}

.shop__details .inner h2 {
	font-size:24px;
}

.shop__details .inner{
	padding-bottom:65px;
}

.shop__details .inner .colTwo .colOne h4 {
	font-size:18px;
	margin-bottom:16px;
	padding-top:50px;
}

.shop__details .inner .colTwo .colOne h4:after {
	content: "";
    position: absolute;
    width: 55%;
    height: 0px;
    top: 82px;
    left: 0;
    border-bottom:1px solid #000;
}

.shop__details .inner .colTwo .colOne.basicinfo p {
	font-size:13px;
	line-height:2;
	padding-top:17px;
}

.shop__details .inner .colTwo .colOne.staff p {
	font-size:13px;
	line-height:1.5;
	padding-top:0px;
}

.shop__details .inner .colTwo .colOne.staff .colOne .colTwo:nth-child(2){
	width:20%;
	padding-top:20px;
}

.shop__details .inner .colTwo .colOne.staff .colOne .colTwo:nth-child(3){
	width:70%;
	position:relative;
	vertical-align:top;
	padding-top:20px;
	padding-left:20px;
}

.shop__details .button .button__top{
	font-size:16px;
	text-align:center;
	padding:15px 0;
}

.shop__details .button .button__top02{
	font-size:16px;
	text-align:left;
	padding:15px 0;
}

.shop__details .button div.button__top{
	width:76.5%;
}

.shop__details .button div.button__top img{
	border:1px solid #000;
}

.shop__details .button .dualBtn{
	width:48%;
	/*border:1px solid #000;*/
	display:inline-block;
}

.shop__details .button .dualBtn img{
	border:1px solid #000;
}

.shop__details .button .dualBtn:nth-child(2){
	margin-right:1%;
}

.shop__details .button .colTwo:last-child{
	width:49%;
	vertical-align:top;
	padding-left:1%;
}

.shop__details .button .colTwo img{
	max-width:100%;
}

.shop__detailsBtn{
	width:76.5%;
	text-align: center;
	border:1px solid #000;
	transition: 0.5s;
}

.shop__detailsBtn:first-of-type{
	margin-bottom:15px;
}

.shop__detailsBtn a{
	padding:15px;
	display:block;
	max-width:100%;
	transition: 0.5s;
}

.shop__detailsBtn a p{
	color:#000;
	font-size:16px;
	padding-top:0px;
	transition:  0.5s;
}

.shop__detailsBtn:hover {
	border:1px solid #fff;
	background:#000;
	transition: 0.5s;
}

.shop__detailsBtn:hover a p{
	color:#fff;
	transition:  0.5s;
}

.shop__details .inner .colTwo .colOne.button,
.shop__details .inner .colTwo .colOne.button{
	position:relative;
	vertical-align:top;
	padding-top:35px;
	width:350px;
}

.shop__details .inner .colTwo:last-child{
	width:45%;
	vertical-align:top;
	padding-left:5%;
}

.shop__details .map p {
	padding-top:30px;
	line-height:1.4;
}

.shop__details .googleMap__map {
	padding-top:45px;
	width:100%;
	margin: 0 auto;
	height:364px;
	text-align: center;
	display:block;
}

.shop__details .googleMap__map2 {
	padding-top:30px;
	width:100%;
	margin: 0 auto;
	height:364px;
	text-align: center;
	display:block;
}

.red{
	border-bottom:1px solid;
	color:#d61323;
	font-weight:bold;
}


/****************************
	cars
*****************************/
.cars .inner{
	padding-bottom: 86px;
}

.cars .inner .colOne .colFour{
	position: static;
	vertical-align: top;
	width:24%;
	/*text-align:center;*/
	margin-bottom:40px;
}

.cars .inner .colOne .colFour:not(:nth-child(4n+4)){
	padding-right:1.3%;
}

.cars .inner .colOne .colFour a{
	color:#000;
}

.cars .inner .colOne .colFour a:hover img{
	opacity:0.8;
   -webkit-filter: brightness(115%);
   filter: brightness(110%);
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease;
}

.cars .inner .colOne .colFour a.noclick:hover img{
	opacity:1;
	cursor:default;
	filter: brightness(100%);
}

.cars .inner .colOne .colFour a img{
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease;
}

.cars .inner .colOne .colFour a h3{
	padding-top:17px;
	font-size:18px;
	text-align: left;
}

.cars .inner .colOne .colFour a p{
	padding-top:18px;
	font-size:14px;
	text-align: left;
}

.cars .inner .colOne .colFour .colTwo{
	width:47%;
	/*margin-top:15px;*/
	margin-top:10px;
	/*border:1px solid #ccc;*/
}

.colOne01 .colFour01 {
	width:68.5%;
	margin-bottom: 40px;
	/*margin-top:15px;*/
	/* margin-top:-10px; */
	/* border:1px solid #ccc; */
	/* padding: 10px; */
}
.colOne01 .colFour01 p {
	font-size: 25px;
	margin-bottom: 25px;
}
.colOne01 {
	padding: 15 15 15px;
	/* background-color: #ccc; */
}

.cars .inner .colOne .colFour .colTwo img{
	border:1px solid #ccc;
}

.cars .inner .colOne .colFour .colTwo:first-child{
	margin-right:4%;
}

.cars .inner .colOne .colFour p.used{
	padding-top:15px;
	font-size:13px;
	text-align: left;
}


/****************************
	breadcrumbs
*****************************/
.breadcrumbs{
	padding:13px 0;
}
.breadcrumbs .inner ul{
	list-style: none;
}

.breadcrumbs .inner ul li{
	display: inline;
}

.breadcrumbs .inner ul li a{
	color: #000;
	font-size: 13px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	opacity:1;
}

.breadcrumbs .inner ul li a:hover{
	opacity:0.5;
}

.breadcrumbs .inner ul li+li:before {
	padding: 0px 10px;
	color: #000;
	content: ">";
}

/****************************
	oilEngine
*****************************/

.oilEngine .inner .colOne.row{
	padding-bottom:26px;
}


.oilEngine .inner .colOne.row .colTwo.item{
	padding-top:49px;
	width:47%;
}

.oilEngine .inner .colOne.row .colTwo.item:first-child{
	margin-right:3%;
}

.oilEngine .inner .colOne.row .colTwo.item:last-child{
	margin-left:3%;
}

.oilEngine .inner .colOne.row .colTwo.item .colOne.top .colTwo.image{
	width:39%;
}

.oilEngine .inner .colOne.row .colTwo.item .colOne.top .colTwo.description{
	width:50%;
	padding:0 18px;
	vertical-align: top;
}

.oilEngine .inner .colOne.row .colTwo.item .colOne.top .colTwo.description h3{
	font-size:17px;
	font-weight: bold;
}

.oilEngine .inner .colOne.row .colTwo.item .colOne.top .colTwo.description p{
	margin-top: 15px;
	line-height: 1.5;
}

.oilEngine .inner .colOne.row .colTwo.item table{
	text-align:center;
	border:1px solid #000;
	border-collapse: collapse;
	margin-top:33px;
	width:100%;
}

.oilEngine .inner .colOne.row .colTwo.item table td,
.oilEngine .inner .colOne.row .colTwo.item table th{
	border:1px solid #000;
	padding:10px 0;
}

.oilEngine .inner .colOne.row .colTwo.item .colOne.bottom{
	padding-top: 12px;
	font-size: 12px;
}

.oilEngine .inner .colOne.row:last-child{
	padding-top:40px;
	margin-bottom: -40px;
}

.oilEngine .inner .colOne.row:last-child .colOne.button{
	width:30%;
	text-align: center;
	border:1px solid #000;
	margin: 0 auto;
	transition: 0.5s;
}

.oilEngine .inner .colOne.row:last-child .colOne.button a{
	padding:15px;
	display:block;
	max-width:100%;
}

.oilEngine .inner .colOne.row:last-child .colOne.button a p{
	color:#000;
	font-size:16px;
	padding-top:0px;
	transition:  0.5s;
}

.oilEngine .inner .colOne.row:last-child .colOne.button:hover {
	border:1px solid #fff;
	background:#000;
	transition: 0.5s;
}

.oilEngine .inner .colOne.row:last-child .colOne.button:hover a p{
	color:#fff;
	transition:  0.5s;
}



/****************************
	table
*****************************/

table.table{
	text-align:left;
	border-collapse: collapse;
	margin:25px auto;
	width:100%;
}

table.table tr{
	border-top:1px solid #bbb;
}

table.table td{
	padding:10px 0;
	height:30px;
	vertical-align: middle;
	line-height: 1.5;
}

table.table td:first-child{
	width:27%;
}

/****************************
	aboutus & misc
*****************************/

.aboutus .inner,
.misc .inner{
	min-width:768px;
}

.aboutus h3,
.misc h3{
	font-size:25px;
	line-height:1.5;
}

.aboutus h3:nth-of-type(2){
	margin-top: 100px;
}

.misc h3{
	margin-top:50px;
}

.aboutus div.title:nth-child(3){
	margin-top:50px;
}

.aboutus .colFour{
	width:23%;
	vertical-align: top;
}

.aboutus .colFour:not(:last-child){
	margin-right:2.5%;
}

.aboutus .colFour p{
	color:#000;
}

.aboutus .colFour a img{
	max-width:100%;
	margin-bottom:10px;
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease;
}

.aboutus .colFour a:hover img{
   -webkit-filter: brightness(85%);
   filter: brightness(85%);
}

.aboutus h3.top{
	font-size:32px;
	text-align:center;
	line-height: 1.5;
}

.aboutus .policy{
	position: relative;
	text-align: center;
	margin-top:25px;
}

.aboutus .policy h3{
	font-size:22px;
}

.aboutus .policy h3:before{
    content:'';
	position: absolute;
	top:50%;
	left:0;
	border-bottom:1px solid #000;
	width:43%;
	height:0;
}

.aboutus .policy h3:after{
    content:'';
	position: absolute;
	top:50%;
	right:0;
	border-bottom:1px solid #000;
	width:43%;
	height:0;
}

.aboutus .first{
	position: relative;
	text-align: center;
	margin-top:80px;
}

.aboutus .first02{
	position: relative;
	text-align: center;
	margin-top:150px;
}

.aboutus .first h3,
.aboutus .first02 h3{
	font-size:22px;
	padding:10px 0;
	border-top:1px solid;
	border-bottom:1px solid;
	width:85%;
	margin:0 auto;
}


.aboutus div.mid{
	margin-top:100px;
}

.aboutus div.mid p{
	font-size: 18px !important;
}

.aboutus div.mid .colOne{
	margin:50px 0;
	font-size:20px;
	text-align: left;
}

.aboutus div.mid .colOne h3{
	text-align: center;
}

.aboutus div.mid .colThree{
	width:30%;
}

.aboutus div.mid .colThree:nth-of-type(2),
.aboutus div.mid .colThree:nth-of-type(3){
	margin-right:5%;
}

.aboutus div.mid02{
	margin-top:50px;
}

.aboutus div.mid02 p{
	font-size: 18px !important;
	text-align: center;
}

.aboutus div.mid02 .colOne{
	margin:50px 0;
	font-size:20px;
	text-align: center;
}

.aboutus div.mid02 .colTwo{
	width:49%;
}

.aboutus div.mid02 .colTwo:nth-of-type(2){
	margin-right:2%;
}

.left{
	text-align: left !important;
}

.aboutus h3.bottom{
	font-size:26px;
	text-align:center;
	line-height: 1.5;
}

.aboutus .btn{
	width:40%;
	text-align: center;
	border:1px solid #000;
	transition: 0.5s;
	margin:0 auto;
	margin-top: 20px;
}

.aboutus .btn a{
	padding:20px;
	display:block;
	max-width:100%;
	transition: 0.5s;
}

.aboutus .btn a p{
	color:#000;
	font-size:18px !important;
	padding-top:0px;
	transition:  0.5s;
}

.aboutus .btn:hover {
	border:1px solid #fff;
	background:#000;
	transition: 0.5s;
}

.aboutus .btn:hover a p{
	color:#fff;
	transition:  0.5s;
}

.aboutus .btn-first{
	width:60%;
	text-align: center;
	transition: 0.5s;
	margin:0 auto;
	margin-top: 20px;
	position: relative;
	z-index:10;
}

.aboutus .btn-first a{
	background:#e2f1f0;
	padding:20px;
	display:block;
	max-width:100%;
	transition: 0.5s;
}

.aboutus .btn-first a p{
	color:#000;
	font-size:18px !important;
	padding-top:0px;
	transition:  0.5s;
}

.aboutus .btn-first:hover {
	background:#000;
	transition: 0.5s;
}

.aboutus .btn-first a:hover {
	background:#000;
}

.aboutus .btn-first:hover a p{
	color:#FFF;
	transition:  0.5s;
}

.aboutus .btn-area{
	position: relative;
}

.aboutus .btn-area .item{
	position: absolute;
	top:0;
	right:2%;
	z-index:1;
}


.aboutus div.bottom{
	margin-top:100px;
}

.aboutus div.bottom .colOne{
	margin:50px 0;
	font-size:20px;
	text-align: left;
}

.aboutus div.bottom .colOne h3{
	text-align: center;
}

.aboutus div.bottom .colTwo{
	width:40%;
}

.aboutus div.bottom .colTwo:nth-of-type(2){
	margin-right:10%;
}

.aboutus div.bottom .colTwo:nth-of-type(3){
	margin-left:10%;
}

.aboutus table.table.noborder{
	font-size:14px;
}

.aboutus table.table.noborder tr{
	border: none;
}

.aboutus .inner .inner p{
	font-size:14px;
	line-height:1.5;
}

.aboutus .inner .inner .right{
	text-align: right;
	margin-bottom: 25px;
}

.aboutus .inner .inner .info{
	margin-bottom: 25px;
}

.aboutus div.recruit{
	margin-top:30px;
}

.misc p{
	font-size:12px;
	line-height:1.5;
}

.misc p.misc{
	padding:50px 0;
}

.misc ul{
	padding:15px 20px;
}

.misc ul li{
	padding:10px 0px;
}

.misc h4{
	font-size:20px;
	line-height:1.5;
}

.misc h4:not(:first-child){
	margin-top:60px;
}

.misc h5{
	margin-top:15px;
	font-size:16px;
	line-height:1.8;
}

/****************************
	shop_locations
*****************************/

.shop_locations .colOne:not(:last-child){
	margin-bottom:50px;
}

.shop_locations .colOne .colFour{
	width:23%;
	vertical-align: top;
	margin-top:50px;
}

.shop_locations .colOne .colFour:not(:nth-child(4n+4)){
	margin-right:2.5%;
}

.shop_locations .colOne .colFour a:hover img{
   -webkit-filter: brightness(85%);
   filter: brightness(85%);
}

.shop_locations .colOne .colFour img{
	max-width:100%;
	margin-bottom:10px;
   -webkit-transition: all 1s ease;
   -moz-transition: all 1s ease;
   -o-transition: all 1s ease;
   -ms-transition: all 1s ease;
   transition: all 1s ease;
}

.shop_locations .colOne .colFour h3{
	font-size:18px;
	margin-bottom:15px;
	color:#000;
}

.shop_locations .colOne .colFour p{
	font-size:13px;
	color:#000;
}

/****************************
	shop_staff
*****************************/

.shop_staff .staff .manager .colTwo{
	width:48%;
	vertical-align:top;
}

.shop_staff .staff .manager .colTwo:first-child{
	margin-right:4%;
}

.shop_staff .staff .manager .colTwo h3,
.shop_staff .staff .employees .colTwo h3{
	font-size: 26px;
	padding-bottom:10px;
	border-bottom: 1px solid #000;
	line-height:1.3;
}

.shop_staff .staff .manager .colTwo h4,
.shop_staff .staff .employees .colTwo h4{
	font-size:19px;
	line-height:1.4;
}

.shop_staff .staff .manager .colTwo p,
.shop_staff .staff .employees .colTwo p{
	line-height:1.4;
	font-size:15px;
}

.shop_staff .staff .manager .colTwo h3{
	padding-bottom:10px;
	border-bottom: 1px solid #000;
}

.shop_staff .staff .manager .colTwo h4{
	margin-top:30px;
}

.shop_staff .staff .employees{
	margin:80px 0;
}

.shop_staff .staff .employees .item{
	margin:30px 0;
	width:48%;
	vertical-align: top;
}

.shop_staff .staff .employees .item:nth-child(odd){
	margin-right:4%;
}

.shop_staff .staff .employees .item .colTwo{
	vertical-align:top;
}

.shop_staff .staff .employees .item .colTwo:first-child{
	width:35%;
}

.shop_staff .staff .employees .item .colTwo:last-child{
	width:59%;
}

.shop_staff .staff .employees .item .colTwo:last-child{
	padding: 0 3%;
}

.shop_staff .staff .employees .item .colTwo img{
	max-width:100%;
}

.shop_staff .staff .employees .item .colTwo h4{
	margin-top:25px;
}

/****************************
	car_lineup
*****************************/

.car_lineup .carTab{
	margin-top: 80px;
}

.car_lineup .carTab ul{
	display:block;
	border-bottom: solid 1px #000;
	/*text-align: center;*/
	text-align: left;
}

.car_lineup .carTab ul li{
	display:inline-block;
	letter-spacing:normal;
	padding: 0 0 18px;
}

.car_lineup .carTab ul li a{
	color: #000;
	text-decoration: none;
	display:block;
	margin: 0 17px;
	line-height:0px;
	padding: 12px 0px;
	position:relative;
	font-size:15px;
}

.soon{
   text-align:center;
   padding:150px 0;
   font-size:50px;
   font-weight: lighter;
}


@media only screen and (min-width: 767px) and (max-width: 1214px)  {
	.car_lineup .carTab ul li a{
		font-size: 12px;
	}
}

.car_lineup .carTab ul li:hover a{
	opacity:0.8;
}

.car_lineup .carTab ul li a.active:before{
	border-bottom: solid 2px #000;
	position:absolute;
	top:41px;
	content:"";
	width:100%;
	left:0;
}

.car_lineup .lineup{
	display:none;
	opacity:0;
	vertical-align:top;
	-webkit-transition: opacity 1s;
	-moz-transition: opacity 1s;
	-o-transition: opacity 1s;
	-ms-transition: opacity 1s;
	transition: opacity 1s;
}

.car_lineup .lineup.active{
	display:block; 
}

.car_lineup .lineup.active.fadeIn{
	opacity: 1; 
}

.car_lineup .lineup .colOne .colFive.item {
	margin-top:30px;
	width:16%;
	vertical-align:top;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.car_lineup .lineup .colOne .item {
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.car_lineup .lineup .colOne .colFive.item:hover,
.car_lineup .lineup .colOne .colFour.item:hover,
.car_lineup .lineup .colOne .colThree.item:hover {
	opacity:0.8;
}

.car_lineup .lineup .colOne .colFive:not(:nth-child(5n+5)) {
	margin-right: 5%;
}

.car_lineup .lineup .colOne .colFive .logo,
.car_lineup .lineup .colOne .colFour .logo,
.car_lineup .lineup .colOne .colThree .logo{
	width:60%;
	text-align: center;
	margin: 0 auto;
}

.car_lineup .lineup .colOne .colFive .logo2,
.car_lineup .lineup .colOne .colFour .logo2,
.car_lineup .lineup .colOne .colThree .logo2{
	width:72%;
	text-align: center;
	margin: 0 auto;
}

.car_lineup .lineup .colOne .colFive .logo img,
.car_lineup .lineup .colOne .colFour .logo img,
.car_lineup .lineup .colOne .colThree .logo img,
.car_lineup .lineup .colOne .colFive .logo2 img,
.car_lineup .lineup .colOne .colFour .logo2 img,
.car_lineup .lineup .colOne .colThree .logo2 img{
	max-width:100%;
	height:auto;
}

.car_lineup .lineup .colOne .colFive .car,
.car_lineup .lineup .colOne .colFour .car,
.car_lineup .lineup .colOne .colThree .car{
	margin:30px 0;
}

.car_lineup .lineup .colOne .colFive .car img,
.car_lineup .lineup .colOne .colFour .car img,
.car_lineup .lineup .colOne .colThree .car img{
	max-width:100%;
	height:auto;
}

.car_lineup .lineup .colOne .colFive h3,
.car_lineup .lineup .colOne .colFour h3,
.car_lineup .lineup .colOne .colThree h3{
	font-size:14px;
	color:#000;
}

.car_lineup .lineup .colOne .colFive p,
.car_lineup .lineup .colOne .colFour p,
.car_lineup .lineup .colOne .colThree p{
	font-size:12px;
	color:#000;
}

.car_lineup .lineup .colOne:not(:first-child){
	padding-top:150px;
	width:70%;
	margin:0 auto;
}


.car_lineup .lineup .colOne .colThree_w{
	/*padding-top:150px;*/
	width:70%;
	margin:0 auto;
}


.car_lineup .lineup .colOne h3.title{
	font-size:24px;
	text-align:center;
}

.car_lineup .lineup .colOne .colFour.item{
	width:16%;
	vertical-align:top;
	margin-top:30px;
}

.car_lineup .lineup .colOne .colFour.item:not(:last-child){
	margin-right:12%;
}

.car_lineup .lineup .colOne .colThree.item{
	width:24%;
	vertical-align:top;
	margin-top:30px;
}

.car_lineup .lineup .colOne .colThree.item:not(:last-child){
	margin-right:13%;
}


/****************************
	maintenance
*****************************/

.maintenance .colOne.info{
	margin-top:20px;
}

.maintenance .colOne.info .colTwo{
	width:48%;
	vertical-align:top;
	margin-top:20px;
}

.maintenance .colOne.info .colTwo.item:not(:nth-child(2n+2)){
	margin-right:4%;
}

.maintenance .colOne.info .colTwo.item .colTwo:nth-child(1){
	width:46%;
	margin-right:6%;
}

.maintenance .colOne.info .colTwo.item .colTwo:nth-child(2){
	width:48%;
}

.maintenance .colOne.info .colTwo.item .colTwo h3{
	font-size:16px;
	padding:10px 0;
	border-bottom: 1px solid #000;
}

.maintenance .colOne.info .colTwo.item .colTwo p{
	font-size:14px;
	line-height:1.4;
	padding:10px 0;
}

.maintenance .colOne.links{
	margin-top:100px;
}

.maintenance .colOne.links .colTwo{
	width:49%;
	vertical-align:top;
	position:relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.maintenance .colOne.links .colTwo:hover,
.maintenance .colOne.links .colFour:hover{
	opacity:0.7;
    -webkit-filter: brightness(125%);
    -moz-filter:    brightness(125%);
    -ms-filter:     brightness(125%);
    -o-filter:      brightness(125%);
}

.maintenance .colOne.links .colTwo:first-child{
	margin-right:2%;
}

.maintenance .colOne.links .colTwo .colOne{
	position:absolute;
	bottom:0px;
	color:#fff;
	text-align:center;
	font-size:20px;
	background:rgba(36, 65, 255, 0.77);
	padding:15px 0;
}

.maintenance .colOne.links h3{
	font-size:18px;
	padding:20px 0;
}

.maintenance .colOne.links .colFour{
	width:23%;
	vertical-align:top;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.maintenance .colOne.links .colFour:not(:nth-of-type(4n+4)){
	margin-right:2.3%;
}

.maintenance .colOne.links .colFour img{
	border:1px solid #000;
}

.maintenance .colOne.links .colFour p{
	font-size:14px;
	padding:15px 0;
	color:#000;
}

/****************************
	inspection
*****************************/

.inspection .top{
	text-align:center;
	padding:40px 0;
}

.inspection .top h3,
.inspection .list h3{
	font-size:22px;
	line-height:2;
}

.inspection .top h4,
.inspection .list h4{
	font-size:18px;
	line-height:2;
}

.inspection .list h3.listHeader{
	text-align: center;
	margin-bottom: 20px;
}

.inspection .list .colThree{
	width:33%;
}

.inspection .list .colThree{
	border-left: 1px solid #000;
	margin-bottom:25px;
}

.inspection .list h3,
.inspection .list h4{
	padding:0 10px;
}

.inspection .list .btn{
	width:40%;
	text-align: center;
	border:1px solid #000;
	transition: 0.5s;
	margin:0 auto;
}

.inspection .list .btn a{
	padding:25px;
	display:block;
	max-width:100%;
	transition: 0.5s;
}

.inspection .list .btn a p{
	color:#000;
	font-size:14px;
	padding-top:0px;
	transition:  0.5s;
}

.inspection .list .btn:hover {
	border:1px solid #fff;
	background:#000;
	transition: 0.5s;
}

.inspection .list .btn:hover a p{
	color:#fff;
	transition:  0.5s;
}

.inspection .mid{
	margin-top:150px ;
}

.inspection .mid .colThree{
	min-height:220px;
}

.inspection .mid .colThree:nth-of-type(1),
.inspection .mid .colThree:nth-of-type(3){
	width:25%;
}

.inspection .mid .colThree:nth-of-type(2){
	width:44%;
	margin:0 1%;
}

.inspection .mid .colThree:nth-of-type(1) img{
	position: absolute;
	top:0;
	border:1px solid #ccc;
}

.inspection .mid .colThree:nth-of-type(2) h4:nth-of-type(1){ 
	position: absolute;
	top:0;
	left:0;
}

.inspection .mid .colThree:nth-of-type(2) img{ 
	position: absolute;
	top:65px;
	left:43%;
	width:75px;
}

.inspection .mid .colThree:nth-of-type(2) h4:nth-of-type(2){ 
	position: absolute;
	bottom:0;
	right:0;
}

.inspection .mid .colThree:nth-of-type(3) img{
	position: absolute;
	bottom:0;
	border:1px solid #ccc;
}

.inspection .infograph{
	margin-top:50px;
}

.inspection .infograph h3,
.inspection .infograph h4,
.inspection .infograph h5{
	text-align:center;
	line-height:1.4;
}

.inspection .infograph h3{
	font-size:22px;
}

.inspection .infograph h4{
	font-size:18px;
}

.inspection .infograph .infograph__head .colTwo{
	vertical-align: middle;
}

.inspection .infograph .infograph__head .colTwo:nth-child(1){
	width:64%;
	margin-right:1%;
}

.inspection .infograph .infograph__head .colTwo:nth-child(2){
	width:35%;
}

.inspection .infograph .infograph__head .colTwo h3,
.inspection .infograph .infograph__head .colTwo h4{
	padding:10px;
	text-align: left;
}

.inspection .infograph .infograph__head .colTwo img{
	border:1px solid #ccc;
}

.inspection .infograph .item{
	margin:0 auto;
	margin-top:75px;
}

.inspection .infograph .item img{
	margin:0 auto;
	display:block;
}

.inspection .infograph .item .colTwo{
	width:48%;
	vertical-align:middle;
}

.inspection .infograph .item .colTwo:first-child{
	margin-right:2%;
}

.inspection .infograph .item .colTwo p{
	font-size:16px;
	line-height: 1.5;
	text-align: left;
}

.inspection .infograph .item .colOne.head{
	margin-bottom:75px;
}

.inspection .infograph .item .colOne.head p{
	margin-top:40px;
	text-align:center;
}

.inspection .infograph .item p{
	text-align:center;
	padding:10px 0;
}

.inspection .infograph .item p.under{
	font-size:12px;
	text-align: left;
}

.inspection .infograph .item:not(:nth-of-type(2)){
	max-width:700px;
}

.inspection .bottom .btn__top{
	width:40%;
	text-align: center;
	border:1px solid #000;
	transition: 0.5s;
	margin:0 auto;
	display:block;
}

.inspection .bottom .btn__top02{
	width:40%;
	text-align: center;
	/* border:1px solid #fff; */
	transition: 0.5s;
	margin:0 auto;
	display:block;
	position: relative;
}

.inspection .bottom .btn__top03{
	width:30%;
	text-align: center;
	border:1px solid #ccc;
	transition: 0.5s;
	margin:0 auto;
	text-align: center;
	display: inline-flexbox;
	flex-direction: row;
	justify-content: first baseline;
}

.inspection .bottom .btn__dual{
	width:30%;
	text-align: center;
	border:1px solid #000;
	transition: 0.5s;
	margin:25px auto;
	display:inline-block;
}

.inspection .bottom .btn__dual02{
	width:30%;
	text-align: center;
	font-weight: 700;
	color: #fff;
	background-color: #00ccff;
	border:1px solid #000;
	border-radius: 15px;
	transition: 0.5s;
	margin:25px auto;
	display: inline-block;
}

.inspection .bottom .btn__dual03{
	width:30%;
	text-align: center;
	font-weight: 700;
	/* color: #fff; */
	/* background-color: #00ccff; */
	/* border:1px solid #000; */
	/* border-radius: 15px; */
	transition: 0.5s;
	margin:10px auto;
	display: inline-block;
}


.inspection .bottom .btn__dual:nth-child(2){
	margin-left:18%;
	margin-right:2%;
}

.inspection .bottom .btn__dual02:nth-child(2){
	margin-left:18%;
	margin-right:2%;
}

.inspection .bottom .btn__dual03:nth-child(2){
	margin-left:18%;
	margin-right:2%;
}

.inspection .bottom .btn__dual:nth-child(3){
	margin-right:18%;
}

.inspection .bottom .btn__dual02:nth-child(3){
	margin-right:18%;
}

.inspection .bottom .btn__dual03:nth-child(3){
	margin-right:18%;
}

.inspection .bottom .btn__top a,
.inspection .bottom .btn__dual a{
	padding:25px;
	max-width:100%;
	transition: 0.5s;
}

.inspection .bottom .btn__dual02 a{
	padding:25px;
	max-width:100%;
	transition: 0.5s;
}

.inspection .bottom .btn__dual03 a{
	padding:25px;
	max-width:100%;
	transition: 0.5s;
}

.inspection .bottom .btn__top a p,
.inspection .bottom .btn__dual a p{
	color:#000;
	font-size:16px;
	padding-top:0px;
	transition:  0.5s;
}

.inspection .bottom .btn__dual02 a p{
	color:#fff;
	font-size:16px;
	padding-top:0px;
	transition:  0.5s;
}

.inspection .bottom .btn__dual03 a p{
	color:#000;
	font-size:17px;
	padding-top:0px;
	transition:  0.5s;
	margin-bottom: -10%;
}

.inspection .bottom .btn__top:hover, 
.inspection .bottom .btn__dual:hover{
	border:1px solid #fff;
	background:#000;
	transition: 0.5s;
}

.inspection .bottom .btn__dual02:hover{
	border:1px solid #fff;
	background:#000;
	transition: 0.5s;
}

.inspection .bottom .btn__top:hover a p,
.inspection .bottom .btn__dual:hover a p{
	color:#fff;
	transition:  0.5s;
}

.inspection .bottom .btn__dual02:hover a p{
	color:#fff;
	transition:  0.5s;
}

/****************************
	insurance
*****************************/
.insurance .colOne.info{
	margin-top:20px;
}

.insurance .colOne.info .colTwo{
	width:48%;
	vertical-align:top;
	margin-top:20px;
}

.insurance .colOne.info .colTwo.item:not(:nth-child(2n+2)){
	margin-right:4%;
}

.insurance .colOne.info .colTwo.item .colTwo:nth-child(1){
	width:46%;
	margin-right:6%;
}

.insurance .colOne.info .colTwo.item .colTwo:nth-child(2){
	width:48%;
}

.insurance .colOne.info .colTwo.item .colTwo p{
	font-size:14px;
	line-height:1.4;
	padding:10px 0;
}

.insurance .colOne.links{
	margin-top:100px;
}

.insurance .colOne.links .colTwo{
	width:49%;
	vertical-align:top;
	position:relative;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
}

.insurance .colOne.links .colTwo:hover{
	opacity:0.7;
    -webkit-filter: brightness(125%);
    -moz-filter:    brightness(125%);
    -ms-filter:     brightness(125%);
    -o-filter:      brightness(125%);
}

.insurance .colOne.links .colTwo:first-child{
	margin-right:2%;
}

.insurance .colOne.links .colTwo .colOne{
	position:absolute;
	bottom:0px;
	color:#fff;
	text-align:center;
	font-size:20px;
	background:rgba(36, 65, 255, 0.77);
	padding:15px 0;
}


/****************************
	modalbox
*****************************/
.modalImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

.modalImg:hover {opacity: 0.7;}

/* The Modal (background) */
.modal {
    display: none; /* Hidden by default */
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 300px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.9); /* Black w/ opacity */
}

/* Modal Content (Image) */
.modal-content {
    margin: 0 auto;
    display: block;
    width: 90%;
    max-width: 700px;
}

/* Add Animation - Zoom in the Modal */
.modal-content{
    -webkit-animation-name: zoom;
    -webkit-animation-duration: 0.6s;
    animation-name: zoom;
    animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
    from {-webkit-transform:scale(0)}
    to {-webkit-transform:scale(1)}
}

@keyframes zoom {
    from {transform:scale(0)}
    to {transform:scale(1)}
}

/* The Close Button */
.close {
    position: absolute;
    top: 15px;
    right: 35px;
    color: #f1f1f1;
    font-size: 40px;
    font-weight: bold;
    transition: 0.3s;
}

.close:hover,
.close:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px){
    .modal-content {
        width: 100%;
    }
}

/****************************
	bodycoating
*****************************/
.bodycoating h3{
	text-align: center;
	margin-bottom:40px;
}

.bodycoating table{
	text-align:center;
	border-collapse: collapse;
	margin:10px auto;
	width:900px;
	table-layout:fixed;
}

.bodycoating table tr{
	border:1px solid #000;
}

.bodycoating table p.blue{
	color:blue;
	font-size:12px;
}

.bodycoating table td,
.bodycoating table th{
	height:30px;
	vertical-align: middle;
	border:1px solid #000;
	height:18px;
}

.bodycoating table td{
	font-size:12px;
	color:#000;
}

.bodycoating table th{
	font-size:12px;
	background:#bbb;
	color:#fff;
	font-weight:bold;
}

.bodycoating table thead tr th{
	padding:10px;
}

.bodycoating p{
	font-size: 13px;
}

.bodycoating .btn{
	width:40%;
	text-align: center;
	border:1px solid #000;
	transition: 0.5s;
	margin:0 auto;
	margin-top:150px;
	display:block;
}

.bodycoating .btn a{
	padding:25px;
	max-width:100%;
	transition: 0.5s;
}

.bodycoating .btn a p{
	color:#000;
	font-size:16px;
	padding-top:0px;
	transition:  0.5s;
}

.bodycoating .btn:hover{
	border:1px solid #fff;
	background:#000;
	transition: 0.5s;
}

.bodycoating .btn:hover a p{
	color:#fff;
	transition:  0.5s;
}

/****************************
	campaign
*****************************/
.campaign .inner .inner .colOne{
	margin-bottom:50px;
	text-align: center;
	position: relative;
}

.campaign .inner .inner .colOne h3{
	font-size:22px;
	padding:15px 0;
}

.campaign .inner .inner .colOne img{
	text-align: center;
	margin:0 auto;
	width:100%;
}

.campaign .inner .inner .colOne span.link{
	position:absolute;
	bottom:0;
	left: 0;
	/*padding:1.7% 50%;*/
	padding:2.3% 50%;
	z-index: 2;
}

.campaign .inner .inner .colOne span.link02{
	position:absolute;
	top:9.7%;
	left: 0.9%;
	padding:14.3% 24.2%; 
	z-index: 2;
}

.campaign .inner .inner .colOne span.link03{
	position:absolute;
	top:9.7%;
	right: 0.8%;
	padding:14.3% 24.2%;
	z-index: 2;
}

.campaign .inner .inner .colOne span.image{
    position: absolute;
    top: 0;
    left: 0;
    /*padding:17% 50%;*/
    padding: 17% 50%;
}

.campaign .inner .inner .colOne span.image02{
    position: absolute;
    top: 0;
    left: 0;
    /*padding:20% 50%;*/
    padding: 20% 50%;
}

.campaign .inner .inner .colOne span{
	opacity:0;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	-ms-transition: all 1s ease;
	transition: all 1s ease;
	background:#fff;
}

.campaign .inner .inner .colOne span:hover {
	opacity:0.5;
}

.inner_max002 {
	text-align: center;
} 

/****************************
	sitemap
*****************************/
.sitemap .inner .colOne{
	margin-bottom:150px;
	min-width: 1100px;
}

.sitemap .inner .colOne .colFive{
	vertical-align: top;
	width:16.5%;
}

.sitemap .inner .colOne .colFive ul{
	position:relative;
}

.sitemap .inner .colOne .colFive ul p{
	padding:15px 0;
	margin-bottom:10px;
	color:#000;
}

.sitemap .inner .colOne .colFive ul p a {
	font-size: 18px;
}

.sitemap .inner .colOne .colFive a{
	color:#000;
	font-size:13px;
	opacity:1;
}

.sitemap .inner .colOne .colFive a:hover{
	transition: 1s;
	opacity:0.5;
}

.sitemap .inner .colOne .colFive:not(:last-child) ul p::before{
	border-bottom: solid 1px #000;
	position:absolute;
	top:41px;
	content:"";
	width:80%;
	opacity:0.8;
}

.sitemap .inner .colOne .colFive ul li{
	padding:10px 0;
	display:block;
}

/****************************
	blog
*****************************/

.blog__inner {
	max-width: 994px;
	width: 100%;
	height: auto;
	margin: 100px auto 70px;
}

.blogh4 {
	font-size: 40px;
	text-align: center;
}

.blog__ttl {
	font-size: 36px;
	font-weight: 700;
	margin-bottom: 50px;
}

.blog__header {
	display: flex;
	justify-content: space-between;
	margin: 30px auto;
	padding: 20px;
	color: white;
	background: #231815;
	gap: 15px;
}

.blog__headerTtlCont {
	display: flex;
	gap: 15px;
}

.blog__headerTtl {
	font-size: 20px;
	font-weight: 700;
}

.blog__date {
	font-size: 16px;
	font-weight: 700;
}

.blog__headerMainTtl {
	font-size: 30px;
	color: #FFEF00;
	font-weight: 700;
}

.blog__content {
	width: 100%;
	max-width: 900px;
	height: auto;
	margin: 0 auto 80px;
	border-bottom: 1px solid #231815;
}

.blog__prgrph {
	font-size: 23px;
	line-height: 1.75;
	font-weight: 500;
	color: #231815;
}

.blog__imgCont {
	display: flex;
	flex-direction: column;
	gap: 30px;
	max-width: 900px;
	margin: 30px auto;
}

.blog__img {
	width: 100%;
	height: auto;
}

.blog__paginationCont {
	display: flex;
	flex-direction: row;
	align-items: center;
	justify-content: center;
	gap: 20px;
}

.blog__prevCont, .blog__nextCont, .blog__paginationNumCont {
	display: flex;
	gap: 20px;
}

.blog__prevStart, .blog__prev, .blog__next, .blog__nextEnd {
	cursor: pointer;
	background: none;
	border: 0;
	transition: 0.3s ease-in-out;
	img {
		width: 100%;
		max-width: 10px;
		height: 15px;
	}
}

.blog__prevStart:hover, .blog__prev:hover, .blog__next:hover, .blog__nextEnd:hover {
	opacity: 0.5;
}

.blog__paginationNum {
	font-size: 16px;
	font-weight: 600;
	cursor: pointer;
	background: none;
	border: none;
	transition: 0.3s ease-in-out;
}

.blog__paginationNum:hover {
	opacity: 0.5;
}