@charset "UTF-8";

/* //////////////////////////////////////////////////

　TOP

////////////////////////////////////////////////// */


/* mainimg
-------------------------------------------------- */
html, body, #wrapper {
	height: 100%;
}
#mainimg {
	height: 100%
}
#mainimg a { color: #fff }
#mainimg a:hover { text-decoration: none }

.bx-wrapper,
.bx-viewport,
#bxslider {
	height: 100% !important;
}
#bxslider li {
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	text-align: center;
	height: 100% !important;
	padding-top: 20%;
}
#bxslider .slide01 { background-image: url(../img/home/flow.jpg) }
#bxslider .slide02 { background-image: url(../img/home/after.jpg) }
#bxslider .slide03 { background-image: url(../img/home/coating.jpg) }
#bxslider .slide04 { background-image: url(../img/home/clean.jpg) }

#bxslider li span {
	display: inline-block;
	margin: 20px 0 50px;
	color: #fff;
	font-size: 2em;
}
#bxslider li a {
	display: inline-block;
	padding: 10px 50px;
	border: 1px solid #b3b5b8;
	background-color: rgba(0,0,0,0.3);
	background-image: url(../img/common/mrk_link01.png);
	background-repeat: no-repeat;
	background-position: 95% 50%;
}
#bxslider li a:hover {
	background-color: rgba(0,0,0,0.2);
}
/* pager */
#bx-pager {
	position: absolute;
	z-index: 2000;
	bottom: 0;
	left: 0;
	width: 100%;
	display: table;
	table-layout: fixed;
}
#bx-pager li {
	display: table-cell;
	vertical-align: top;
	width: 25%;
}
#bx-pager li a {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	width: 100%;
	border: 1px solid rgba(255,255,255,0.3);
	border-right: none;
}
#bx-pager li:nth-child(1) a {
	border-left: none;
}
#bx-pager li a.active {
	background-color: #60b0d5;
	border: 1px solid #60b0d5;
}
#bx-pager li a.active:after {
	position: absolute;
	top: -10px;
	left: 50%;
	margin-left: -10px;
	content: "";
	background: url(../img/home/bg_mainimg_active.png) no-repeat 50% 0;
	width: 19px;
	height: 10px;
}
/* pager - icon */
#bx-pager li span {
	display: inline-block;
	height: 44px;
	padding: 10px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
#bx-pager .pager01 span {
	padding-left: 28px;
	background-image: url(../img/home/ico_flow.png);
	background-size: 19px;
}
#bx-pager .pager02 span {
	padding-left: 28px;
	background-image: url(../img/home/ico_after.png);
	background-size: 19px;
}
#bx-pager .pager03 span {
	padding-left: 45px;
	background-image: url(../img/home/ico_coating.png);
	background-size: 37px;
	background-position: 0 40%;
}
#bx-pager .pager04 span {
	padding-left: 34px;
	background-image: url(../img/home/ico_clean.png);
	background-size: 29px;
	background-position: 0 30%;
}



@media screen and (max-width: 768px) {
	#mainimg{
		height: 310px;
	}
	#bxslider li {
		padding-top: 50px;
	}
	#bxslider li i img {
		zoom: .5;
	}

	#bxslider li span {
		margin: 10px 10px 30px;
		font-size: 1.3em;
	}

	#bx-pager li span {
		text-indent: -9999px;
		background-position: 50% 50% !important;
		padding: 10px 20px !important;
	}
}






/* common
-------------------------------------------------- */
.row .col {
	width: 50%;
}
.row .col .inner {
	width: 490px;
}

@media screen and (max-width: 768px) {
	.row .col .inner {
		width: auto;
	}
}






/* 中古車
-------------------------------------------------- */
#usedCar {
	height: 385px;
	background-color: #f2f2f2;
	background-image: url(../img/home/bg_cars.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}
#usedCar .txt01 {
	padding: 125px 0 30px;
}
.txt01 {
	font-size: 1.4em;
	line-height: 1.4;
}
.txt01 em {
	color: #f66e88;
	font-size: 1.2em;
}
#usedCar .image {
	position: absolute;
	top: 145px;
	left: -100px;
}


@media screen and (max-width: 768px) {
	#usedCar {
		height: auto;
		background-size: 1290px;
	}
	#usedCar .txt01 {
		padding: 30px 0 20px;
	}
	#usedCar .image {
		position: static;
		padding: 20px 0;
		text-align: center;
	}
	#usedCar .image img {
		width: 310px;
	}
}




/* メンテナンス
-------------------------------------------------- */#maintenance {}
#maintenance {
	height: 381px;
	background-image: url(../img/home/bg_maintenance.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}
#maintenance .txt01 {
	padding: 75px 0 30px;
}


@media screen and (max-width: 768px) {
	#maintenance {
		height: auto;
		padding-bottom: 30px;
	}
	#maintenance .txt01 {
		padding: 30px 0 20px;
	}
	#maintenance .image img {
		width: 100%;
		max-width: 363px; 
	}

}





/* サービス案内
-------------------------------------------------- */
#service {
	position: relative;
}
#service .container {
	position: absolute;
	z-index: 10;
	left: 50%;
	margin-left: -494px;
	width: 988px;
}
#service canvas {
	width: 100%;
	height: inherit;
	min-height: 532px;
	background: url(../img/home/bg_service.jpg) no-repeat center top;
	background-size: cover;
}

#service h2 {
	padding: 75px 0 45px;
	color: #fff;
	font-size: 1.7em;
}
#service h2 small {
	color: #50b8df;
	font-size: 0.6em;
}
#service ol {
	text-align: center;
}
#service li {
	position: relative;
	margin: 0 0 10px;
	background: url(../img/home/bg_service_label.png);
	color: #fff;
	font-size: 1.28em;
}
#service li i {
	position: absolute;
	top: -10px;
	left: 2px;
	color: #59bbe0;
	font-size: 1.8em;
	font-style: normal;
}
#service li span {
	display: table-cell;
	padding: 10px 0 0 10px;
	width: 326px;
	height: 108px;
	vertical-align: middle;
	line-height: 1.4;
}



@media screen and (max-width: 768px) {
	#service .container {
		left: 0;
		margin: 0;
		width: auto;
	}
	#service canvas {
		min-height: 700px;
	}
	#service h2 {
		padding: 55px 0 25px;
	}
	#service li {
		background-size: cover;
		font-size: 1.1em;
		margin-right: 10px;
	}
	#service li span {
		padding: 10px 0 0 13px;
		height: 90px;
	}

}





/* 車検　買取・下取
-------------------------------------------------- */
div.pcice {
	padding: 70px 0 120px;
}
.pcice h2 {
	background: url(../img/home/bg_label.png) no-repeat;
	width: 237px;
	height: 71px;
	margin: 0 auto;
	padding-top: 18px;
	text-align: center;
	color: #59bbe0;
	font-size: 1.42em;
}
.pcice .catch {
	margin: 10px 0 20px;
	font-size: 1.7em;
	font-style: italic;
}
.pcice em {
	color: #f05858;
	font-size: 14px;
}

.pcice .text {
	position: relative;
	z-index: 100;
	bottom: -10px;
	padding-right: 40px;
	margin-top: 10px;
	text-align: right;
}
.pcice table {
	margin: 0 auto;
}
.pcice th, .pcice td {
	padding: 6px 60px;
	text-align: center;
	font-size: 1.07em;
	border-bottom: 1px solid #a8acc7;
}
.pcice tr th:first-child,
.pcice tr td:first-child {
	border-right: 1px solid #a8acc7;
}
.pcice th {
	background: #dbf5ff;
	font-size: 1.2em;
}

.pcice dl {
	margin: 70px 110px 15px;
	border: 1px solid #a8acc7;
}
.pcice dt {
	padding: 12px 0;
	border-bottom: 1px solid #a8acc7;
	background: #dbf5ff;
	font-size: 1.14em;
}
.pcice dt span {
	color: #f05858;
}
.pcice dd {
	padding: 35px 0 35px 50px;
	font-size: 1.14em;
	text-align: left;
}


@media screen and (max-width: 768px) {
	div.pcice {
		padding: 30px 0 30px;
	}
	.pcice h2 {
		padding-top: 20px;
	}
	.pcice .catch {
		margin: 5px 0 10px;
	}
	.pcice em {
		font-size: 12px;
	}
	
	.pcice .text {
		padding-right: 5%;
		margin-top: 5px;
	}
	.pcice .text img {
		width: 90px;
	}
	.pcice table {
		width: 100%;
		margin-bottom: 40px;
	}
	.pcice th, .pcice td {
		padding: 5px 0;
	}

	.pcice dl {
		margin: 30px 0px 10px;
	}
	.pcice dd {
		padding: 25px 0 25px 50px;
		font-size: 1.14em;
		text-align: left;
	}

	
}








/* 
-------------------------------------------------- */
#info {
	background: url(../img/home/bg_info.jpg) no-repeat;
	background-size: cover;
	background-position: right center;
	height: 765px;
	color: #fff;
}
#info .inner {
	padding: 45px 60px 0 0;
}
#info h2 {
	margin-bottom: 35px;
	padding: 10px 0 10px 210px;
	background: url(../img/common/logo.png) no-repeat 0 50%;
	background-size: 185px;
}
#info p {
	margin-bottom: 30px;
	font-size: 0.93em;
}
#info dl {
	margin-bottom: 15px;
	border-bottom: 1px solid #b1b8be;
}
#info dt {
	padding: 2px 10px;
	border-left: 4px solid #60b0d5;
	border-bottom: 1px solid #b1b8be;
	border-top: 1px solid #b1b8be;
	font-weight: bold;
}
#info dd {
	margin: 8px 14px 20px;
}
#info li:nth-child(1) { padding-right: 5px }
#info li:nth-child(2) { padding-left: 5px }


@media screen and (max-width: 768px) {
	#info {
		background-position: center;
		height: auto;
	}
	#info .inner {
		padding: 35px 10px;
	}
	#info h2 {
		margin-bottom: 20px;
		padding: 10px 0 10px 120px;
		background-size: 100px;
	}
	#info p {
		margin-bottom: 30px;
		font-size: 0.93em;
	}
	#info dd {
		margin: 8px 14px 15px;
	}
	#info li img {
		width: 100%;
		max-width: 210px;
	}

}



/* アクセス
-------------------------------------------------- */
#access {
	position: relative;
	padding-top: 60px;
	height: 765px;
	background: #f7f7f7;
}
#access h2 {
	font-size: 1.7em;
	line-height: 0.9;
}
#access h2 small {
	font-size: 0.58em;
	color: #50b8df;
}
#access iframe {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 600px;
}


@media screen and (max-width: 768px) {
	#access {
		padding-top: 30px;
		height: auto;
	}
	#access h2 {
		margin-bottom: 20px;
	}
	#access iframe {
		position: static;
		height: 300px;
	}
}
