@charset "UTF-8";





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


/****************************
	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: 320px;
	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 10px;
}

.inner .inner{
	padding:0px;
}

/****************************
	nav
*****************************/
.navi {
	background:#fff;
	width:100%;
	position:relative;
	margin: 0 auto;
}

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

.navi__inner {
	margin: 0 auto;
	width:100%;
	height:35px;
	padding:6px 0px;
}

.navi .logo img {
	float: left;
	height: auto;
	position:relative;
	width:220px;
	padding-top:5px;
	padding-left:10px;
}

.navi__sp, .menuBtn{
	display:none;
}

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

.icon {
	display: none;
	position: absolute!important;
	right: 14px;
	top: 18px;
	width: 21px;
	height: auto;
	font-size: 0;
	line-height: 0;
}

.icon img {
	width: 100%;
	height: auto;
}

.icon__menu {
}

.icon__menuClose {
	display: none;
}

.icon.active {
	display: block;
}

.navi__sp {
	display: none;
	width: 100%;
	position: absolute;
	top: 46px;
	left: 0;
	background: #fff;
	list-style: none;
	background-color: #000;
}

.navi__sp.active {
	display: block;
	z-index:10;
}

.navi__sp li a h3, 
.navi__sp .submenu li a {
	font-size: 13px;
	line-height: 1.2;
	color:#fff;
	vertical-align: middle;
}

.navi__sp li.cars .submenu li a {
	color:#000;
}

.navi__sp li:not(:last-child){
	border-bottom: solid 1px #ccc;
}

.navi__sp li a {
	display: block;
	padding: 10px 10px;
}

.navi__sp li:nth-child(2) a,
.navi__sp li:last-child a {
	margin-top:-18px;
}

.subicon img {
	float:right;
	width:25px;
	height:12px;
	padding: 15px;
	margin-top: -12px;
	margin-right:-12px;
}

.subicon__submenu {
	margin-top:18px;
	display: none;
}

.subicon__submenuClose {
	display: none;
	margin-top:18px;
}

.subicon.active {
	display: block;
}

.navi__sp .submenu {
	display: none;
	width: 100%;
	margin-top:15px;
	list-style: none;
	background-color: #000;
}

.navi__sp li.cars .submenu {
	background-color: #fff;
}

.navi__sp .submenu.active {
	display: block;
	z-index:10;
}

.navi__sp .submenu li{
	padding:20px 0px 0px;
	border-bottom: none;
	padding-left: 15%;
}

.navi__sp .submenu li a{
	display: block;
	padding: 20px 0px;
}

.navi__sp p.nav__active{
	color:#ccc;
}

.navi__sp .submenu li img{
	height:57px;
	width:100px;
	float:right;
	margin-top:-22px;
}

.navi__sp .submenu li:not(:last-child) a {
	border-bottom: solid 1px #ccc;
}

.navi__sp li.cars .submenu li:not(:last-child) a {
	border-bottom: solid 1px #000;
}

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

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

.hero img {
	vertical-align:top;
}

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

.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;
}

.hero .swiper-slide img{
	max-width:100%;
	width:100%;
	height:auto;
}

.nohero{
	margin-top: 21px !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.85%;
	/*border:1px solid #ff0000;*/
}

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

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

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

.information .information__item:nth-child(1){
	background:url(../images/cars.jpg) no-repeat;
	background-position: 0% 27%;
	background-size: 100% auto;
}

.information .information__item:nth-child(2){
	background:url(../images/campaign.jpg) no-repeat;
	background-position: 60% 12%;
	background-size: 100% auto;
}

.information .information__item:nth-child(3){
	background:url(../images/maintenance.jpg) no-repeat;
	background-position: 0% 28% ;
	background-size: 100% auto;
}

.information .information__item:nth-child(4){
	background:url(../images/blog.png) no-repeat;
	background-position: 0% 28% ;
	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;
	overflow:hidden;
}

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

.information .information__item .information__itemStatic{
	width:50%;
	display:inline-block;
	float:left;
	position:relative;
}

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

.information .information__item .information__itemStatic .information__itemDetail h4{
	font-size:18px;
	font-weight:bold;
}

.information .information__item .information__itemStatic .information__itemDetail p{
	padding:10px 0 0;
}

.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{
	width:12px;
	vertical-align: middle;
	margin-bottom: 3px;
}

.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:45px;
	opacity:0;
	margin-right:5px;
	position: absolute;
	top: 25%;  
	right: 0px;
	transform: translateY(-50%);
	transition: none;
}

.information .information__item:hover .information__itemSlide{
	width:50%;
	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 img{
	width:12px;
	vertical-align: middle;
	margin-bottom: 3px;
}

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

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

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

.news .colOne{
	width:80%;
	margin:0 auto;
	border-bottom:1px solid #ccc;
	color:#000;
	padding:20px 0;
	font-size:12px;
}

.news .colOne .date{
	color:#000;
	width:35%;
	vertical-align: top;
}

.news .colOne .info {
	width:60%;
	margin-left:5%;
	color:#000;
	vertical-align: top;
}

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

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

.googleMap__map {
	padding:30px 0px 13px;
	width:90%;
	margin: 0 auto;
	height:300px;
	text-align: center;
	display:block;
}

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

.map_box{
	opacity:0;
	background: #fff;
	position: absolute;
	top:75px;
	left: 5px;
	width: 160px;
	border: #000 1px solid;
	box-sizing: border-box;
	padding: 5px 5px 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;
	font-size: 11px;
	display:none;
}

.map_box.active{
	opacity:1;
}

.map_box h3{
	border-bottom:1px solid #ccc;
	padding-bottom:2px;
	font-size: 11px;
}

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

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

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

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

.map_box .button a p{
	color:#000;
	font-size:10px;
	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{
	padding:0 0;
	display:inline-block;
	vertical-align:top;
	position:relative;
}

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

.inquiry__item:nth-child(3){
	width:100%;
	background:#ccc;
	text-align: center;
}

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

.inquiry__partTop h3{
	color:#000;
	font-size:16px;
	padding-top:32px;
}

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

.inquiry__partTop hr{
    color:#fff;
    width:25%;
    margin:12px 0 0 38%;
    border-top:#fff;
}

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

.inquiry__partBottom{
	height:120px;
	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 40%;
	background-size: 100% auto;
}

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

.inquiry__item:nth-child(3){
	background:#ccc;
}

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

.inquiry__Calendar h3{
	text-align:center;
	font-size:14px;
	color:#0033ff;
	padding-top:39px;
}

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

.inquiry__Calendar{
	position:relative;
	height:100%;
	overflow:auto;
}

.inquiry__Calendar img{
	min-width:320px;
	width:100%;
	vertical-align: middle;
}

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

.prev {
	position:absolute;
	top:19.2%;
	left: 37.5%;
	z-index: 1;
	padding:3.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:19.2%;
	right: 37%;
	z-index: 1;
	padding:3.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;
}

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

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

.footer__details {
	display:block;
}

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

.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-top:10px;
	padding-bottom:15px;
	border-bottom: solid 1px #bbb;
	font-size:11px;
	width:100%;
}

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

.footer__picture img{
	height:83px;
	padding:5px;
}

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

.footer__inner .footer__details:nth-child(3) .footer__logo{
	width:100%;
}

.footer__inner .footer__details:nth-child(3) .footer__logo img{
	max-width:100%;
}

.footer__inner .footer__details:nth-child(3) .footer__copyright{
	text-align:left;
	width:100%;
	padding-top:10px;
	font-size:9px;
}

.footer__sitemapList {
	list-style: none;
	font-size: 12px;
}

.footer__links ul {
	list-style: none;
	font-size: 11px;
	padding-top:30px;
}

ul.footer__sitemapList li:not(:last-child) {
	display: block;
	padding-bottom:20px;
}

.footer__links ul li:not(:last-child) {
	display: block;
	padding-bottom:5px;
}

ul.footer__sitemapList li a,
.footer__links ul li a {
	color: #000;
	text-decoration: none;
}

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

ul.footer__sitemapList li a:nth-child(2) {
	float:right;
}



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

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

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

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

.underNav ul{
	font-size: 12px;
	display:inline;
	list-style:none;
	position:absolute;
	right:20px;
	top:5px;
}

.underNav ul li a{
	color:#000;
}

.underNav ul li img{
	position: absolute;
	right:0;
	top: 0px;
	width:12px;
	vertical-align: middle;
}

.underNav ul li a.contentScroll p{
	margin-top:5px;
	margin-right:20px;
}

.underNav ul li a.contentScroll img{
	right:-2px;
	top:12px;
}

.undernaviIcon {
	display: none;
	position: absolute!important;
	right: 14px;
	top: 11px;
	width: 21px;
	height: auto;
	font-size: 0;
	line-height: 0;
}

.undernaviIcon img {
	width: 100%;
	height: auto;
}

.undernaviIcon__undernavMenuClose {
	display: none;
}

.undernaviIcon.active {
	display: block;
}

.undernavi__sp {
	display: none;
	width: 100%;
	position: absolute;
	top: 85px;
	left: 0;
	background: #fff;
	list-style: none;
	background-color: #000;
}

.navi__sp.active {
	display: block;
	z-index:12;
}

.undernavi__sp.active {
	display: block;
	z-index:10;
}

.undernavi__sp li a h3, 
.undernavi__sp .undernavMenu li a {
	font-size: 13px;
	line-height: 1.2;
	color:#000;
	vertical-align: middle;
}

.undernavi__sp li:not(:last-child){
	border-bottom: solid 1px #ccc;
}

.undernavi__sp li a {
	display: block;
	padding: 10px 10px;
	color:#ccc;
}


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

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

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

.content div.title{
	padding-bottom:9px;
	text-align:center;
}

.content div.title h2{
	padding-top:11px;
	font-size:23px;
	line-height:1;
}

.content div.title p{
	font-size:13px;
	line-height:1;
	padding:5px;
}

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

.colOne{
	display:block;
	width:100%;
	position:relative;
}

.colTwo{
	display:inline-block;
	width:50%;
	position:relative;
}

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

.colFour{
	display:inline-block;
	width:25%;
	position:relative;
}

.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:20px;
	content:"";
	width:100%;
	left:0;
}

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

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

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

.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:10px 0px;
	font-size:14px;
	line-height:1.6;
}

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

.shop .inner .colOne .colTwo:nth-child(1) .colOne{
	position:relative;
	width:100%;
	padding-top:5px;
}

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

.shop .inner .colOne .colTwo:nth-child(1) .colOne img{
	margin:0 0.25%;
}

.shop .inner .colOne .colTwo:nth-child(1){
	margin-right:2%;
	width:100%;
	display:block;

}

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

.shop .inner .colOne .colTwo:nth-child(2) img{
	padding:0 2.5px;
	width:47%;
}

.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{
	width:100%;
}

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

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

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

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

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

.shop__details .inner .colTwo .colOne.staff .colOne .colTwo:nth-child(2) img{
	max-height:165px;
	float:right;
}

.shop__details .inner .colTwo .colOne.staff .colOne .colTwo:nth-child(2) p{
	text-align:right;
	width:100%;
	float:right;
	margin-right:40px;
}

.shop__details .inner .colTwo .colOne.staff .colOne .colTwo:nth-child(3){
	width:55%;
	vertical-align:top;
	padding-left:0;
}

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

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

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

.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__detailsBtn{
	width:100%;
	text-align: center;
	border:1px solid #000;
	padding:15px 0px;
	transition: 0.5s;
	margin: 15px auto;
}

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

.shop__detailsBtn:hover{
	text-align: center;
	margin: 15px auto;
	border:1px solid #fff;
	background:#000;
	transition: 0.5s;
}

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

.shop__details .inner .colTwo .colOnebutton{
	position:relative;
	vertical-align:top;
	padding-top:20px;
	width:100%;
}

.shop__details .inner .colTwo:last-child{
	width:100%;
	vertical-align:top;
}

.shop__details .map p {
	padding-top:10px;
}

.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:20px;
	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:100%;
	padding:40px 0;
	/*text-align:center;*/
}

.cars .inner .colOne .colFour img{
	max-width:100%;
}

.cars .inner .colOne .colFour h3{
	padding-top:16px;
	font-size:16px;
	text-align:left;
	color:#000;
}

.cars .inner .colOne .colFour p{
	padding-top:10px;
	font-size:13px;
	text-align:left;
	color:#000;
}

.cars .inner .colOne .colFour .colTwo{
	width:47%;
	/*margin-top:30px;*/
	margin-top:20px;
	/*border:1px solid #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:0 0 13px;
	border-bottom: 1px solid #333;
	display:none;
}
.breadcrumbs .inner ul{
	list-style: none;
}

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

.breadcrumbs .inner ul li a{
	color: #000;
	font-size: 13px
}

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

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

.oilEngine .title{
	padding-bottom:9px;
}

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

.oilEngine .inner .colOne.row .colTwo.item{
	padding-top:9px;
	padding-bottom:42px;
	width:100%;
}

.oilEngine .inner .colOne.row .colTwo.item .colOne.top .colTwo.image{
	width:100%;
	text-align: center;
}

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

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

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

.oilEngine .inner .colOne.row .colTwo.item .colOne.top .colTwo.description p{
	margin-top: 10px;
	line-height: 1.7;
	font-size: 12px;
}

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

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

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

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

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

.oilEngine .inner .colOne.row:last-child .colOne.button a{
	padding:15px 0;
	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{
	width:88%;
	text-align: center;
	border:1px solid #000;
	margin: 0 auto;
	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:30px auto;
	width:100%;
}

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

table.table td{
	padding:3px 0;
	display:block;
	line-height: 1.2;
	font-size:13px;
}

table.table td:first-child{
	padding-top:10px;
}

table.table td:last-child{
	padding-bottom:10px;
}


/****************************
	aboutus & misc
*****************************/
.aboutus .inner .inner p{
	font-size:12px;
}

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

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

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

.aboutus .colFour{
	width:100%;
}

.aboutus .colFour a img{
	max-width:100%;
	margin:10px 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;
}

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

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

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

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

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

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

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


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

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

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


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

.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:100%;
	margin-top:25px;
}

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

.aboutus div.mid02 p{
	font-size: 14px !important;
	text-align: left;
	line-height: 1.3;
}

.aboutus div.mid02 .colOne{
	margin:30px 0;
	text-align: center;
}

.aboutus div.mid02 .colTwo{
	width:100%;
	margin-top:20px;
}

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

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

.aboutus h3.bottom{
	font-size:16px;
	text-align: center;
}

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

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

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

.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:85%;
	text-align: center;
	transition: 0.5s;
	margin:0 auto;
	margin-top: 20px;
	position: relative;
	z-index:1;
}

.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:14px !important;
	padding-top:0px;
	transition:  0.5s;
	line-height: 1.4;
}

.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 .item{
	margin-top:20px;
	text-align: center;
	/*display:none;*/
}


.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:100%;
	margin-top:25px;
}

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

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

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

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

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

.misc ul{
	padding:5px 12px;
}

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

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

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

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


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

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

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

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

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

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

.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:16px;
	margin-bottom:8px;
	color:#000;
}

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


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

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

.shop_staff .staff .manager .colTwo h3,
.shop_staff .staff .employees .colTwo h3{
	font-size: 20px;
}

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

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

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

.shop_staff .staff .manager .colTwo h4,
.shop_staff .staff .employees .colTwo h4{
	margin-top:15px;
}

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

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

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

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

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

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

.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 {
	margin-top: 90px;
}

.car_lineup .lineup .colOne.nocartab {
	margin-top: 20px;
}

.car_lineup .lineup .colOne .colFive.item{
	margin-top:50px;
	width:46%;
	vertical-align:top;
}

.car_lineup .lineup .colOne .colFour.item,
.car_lineup .lineup .colOne .colThree.item {
	margin-top:20px;
	width:46%;
	vertical-align:top;
}

.car_lineup .lineup .colOne .colFive:not(:last-child),
.car_lineup .lineup .colOne .colFour:not(:last-child),
.car_lineup .lineup .colOne .colThree:not(:last-child) {
	margin-right: 4%;
}

.car_lineup .lineup .colOne .colFive .logo,
.car_lineup .lineup .colOne .colFour .logo,
.car_lineup .lineup .colOne .colThree .logo,
.car_lineup .lineup .colOne .colFive .logo2,
.car_lineup .lineup .colOne .colFour .logo2,
.car_lineup .lineup .colOne .colThree .logo2{
	width:60%;
	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{
	max-width:100%;
	height:auto;
}

.car_lineup .lineup .colOne .colFive .car,
.car_lineup .lineup .colOne .colFour .car,
.car_lineup .lineup .colOne .colThree .car{
	margin:15px 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 h3.title{
	font-size:18px;
	text-align:center;
}

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

/****************************
	carNav
*****************************/

.carNav{
	margin-top:30px;
	position:relative;
}

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

.carNav p.title{
	position: absolute!important;
	left: 14px;
	top: 11px;
	font-size: 14px;
}

.carnaviIcon {
	display: none;
	position: absolute!important;
	right: 22px;
	top: 11px;
	width: 14px;
	height: auto;
	font-size: 0;
	line-height: 0;
}

.carnaviIcon img {
	width: 100%;
	height: auto;
}

.carnaviIcon__carnavMenuClose {
	display: none;
}

.carnaviIcon.active {
	display: block;
}

.carnavi__sp {
	display: none;
	width: 100%;
	position: absolute;
	top: 126px;
	left: 0;
	background: #fff;
	list-style: none;
	background-color: #000;
}

.carnavi__sp.active {
	display: block;
	z-index:10;
}

.carnavi__sp li a p{
	font-size: 13px;
	line-height: 1.2;
	color:#ccc;
	vertical-align: middle;
}

.carnavi__sp li:not(:last-child){
	border-bottom: solid 1px #ccc;
}

.carnavi__sp li a {
	display: block;
	padding: 10px 10px;
	color:#000;
}

.colOne01 {
	margin: 20px 0;
}

.colOne02 {
	margin: 30px auto;
}

.colTwoused:nth-child(1) {
	margin: 10px auto;
	width:90%;
}

.colTwoused:nth-child(2), .colTwoused:nth-child(3) {
	margin: 10px auto;
	width:70%;
}

.colTwoused:nth-child(2) {
    border-bottom: 2px solid #585657;
}

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

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

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

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

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

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

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

.maintenance .colOne.links{
	margin-top:75px;
	text-align: center;
}

.maintenance .colOne.links .colTwo{
	width:100%;
	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;
	margin-top:25px;
}

.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:16px;
	background:rgba(36, 65, 255, 0.77);
	padding:15px 0;
}

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

.maintenance .colOne.links .colFour{
	width:100%;
	display:block;
	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;
	margin-bottom:50px;
}

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

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

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

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

.inspection .top h3,
.inspection .list h3{
	font-size:20px;
	line-height:1.4;
	margin-bottom:15px;
}

.inspection .top h4{
	font-size:16px;
	line-height:1.4;
}

.inspection .list h4{
	font-size:14px;
	line-height:1.4;
}

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

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

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

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

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

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

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

.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:200px;
}

.inspection .mid .colThree{
	width:100%;
	text-align: center;
	vertical-align: middle;
}

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

.inspection .mid .colThree:nth-of-type(2) h4{ 
	padding:20px;
	font-size: 18px;
	line-height:1.4;
}

.inspection .mid .colThree:nth-of-type(2) img{ 
	width:75px;
	margin:25px 0;
}

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

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

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

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

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

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

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

.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:50px 0;
}

.inspection .infograph .item .sp_scroll{
	width:100%;
	overflow-x: scroll;
}

.inspection .infograph .item .sp_scroll img{
	min-width:800px;
}

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

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

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

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

.inspection .infograph .item .colOne.head p{
	margin-top:10px;
	text-align:center;
	font-size:13px;
}

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

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

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

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

/*
.btn__dual02{
	width:30%;
	text-align: center;
	border:1px solid #ff0000;
	transition: 0.5s;
	margin:25px auto;
	display:inline-block;
}*/

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

.inspection .bottom .btn__dual03{
	width:48.5%;
	text-align: center;
	/*font-weight: 700;*/
	transition: 0.5s;
	margin:10px auto;
	display: inline-block;
}

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

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

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

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

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

.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__top a p,
.inspection .bottom .btn__dual a p{
	color:#000;
	font-size:14px;
	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__top:hover, 
.inspection .bottom .btn__dual: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;
}


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

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

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

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

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

.insurance .colOne.links{
	margin-top: 0;
	margin-bottom: 20px;
	text-align: center;
}

.insurance .colOne.links:nth-child(2){
	margin-top:10px;
	margin-bottom: 0;
	text-align: center;
}

.insurance .colOne.links .colTwo{
	width:100%;
	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;
	margin-top:25px;
}

.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:16px;
	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: 50%; /* Location of the box */
    left: 0;
    top: 0;
    width:100%;
    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 .colOne{
	overflow-x: scroll;
}


/* Modal Content (Image) */
.modal-content {
    min-width: 600px;
}

/* 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: 612px;
    }
}

/****************************
	bodycoating
*****************************/
.bodycoating h3{
	text-align: center;
	margin-bottom:40px;
	font-size:18px;
	line-height: 1.4;
}

.bodycoating .sp_scroll{
	overflow-x:scroll;
	width:100%;
}

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

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

.bodycoating table thead 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: 12px;
}

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

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

.bodycoating .btn a p{
	color:#000;
	font-size:14px;
	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;
}

/****************************
	sitemap
*****************************/
.sitemap .inner .colOne{
	margin-top:50px;
	margin-bottom:150px;
}

.sitemap .inner .colOne .colFive{
	vertical-align: top;
	width:50%;
	margin-bottom:25px;
}

.sitemap .inner .colOne .colFive:last-child{
	margin: 0 auto;
}

.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:12px;
}

.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;
}

.inner_max002 {
	text-align: center;
}

/****************************
	blog
*****************************/
.blog__inner {
	max-width: 100%;
	height: auto;
	margin: 50px auto 70px;
	padding: 0 10px;
}

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

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

.blog__headerTtlCont {
	display: flex;
	align-items: flex-start;
	justify-content: start;
	flex-direction: column;
	gap: 10px;
	width: 69%;
}

.blog__headerTtl {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	position: relative;
	left: -9px;
}

.blog__headerMainTtl {
	font-size: 16px;
	color: #FFEF00;
	font-weight: 700;
	line-height: 1.25;
}

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

.blog__content {
	margin-bottom: 80px;
	padding-bottom: 30px;
	border-bottom: 1px solid #231815;
}


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

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

.blog__prgrphCont {
	width: 100%;
	max-width: 720px;
	margin: 0 auto;
	height: auto;
	text-align: center;
}

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

.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;
	img {
		width: 100%;
		max-width: 10px;
		height: 15px;
	}
}

.blog__prevStart, .blog__prev, .blog__next, .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;
}