@charset "UTF-8";

/* clearfix
-------------------------- */
.clearfix {
	zoom: 1;
}
.clearfix:before, .clearfix:after {
	content: "";
	display: table;
}
.clearfix:after {
	clear: both;
}
.clear {
	clear: both;
	display: block;
	height: 1px;
	width: 1px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
/*-------------------- */

h2.jp {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
	font-size: 32px;
	padding: 0 0 60px;
	line-height: 1.0;
	text-align: center;
	color: #DDD;
}
@media (max-width: 640px) {
	h2.jp {
		font-size: 20px !important;
		padding: 20px 0 30px;
	}
}

.service_section {
	position: relative;
	width: 100%;
	max-width: 1600px;
	min-width: 320px;
	margin: 30px auto 60px;
	/*border: 1px solid #CCC;*/
}
@media (min-width: 1600px) {
	.service_section {
		width: 1600px;
		margin: 30px auto 60px;
	}
}
@media (max-width: 640px) {
	.service_section {
		margin: 30px auto 40px;
	}
}

.service_section .inner {
	margin: 0 13.125%;
}
@media (max-width: 1200px) {
/*@media (max-width: 640px) {*/
	.service_section .inner {
		margin: 0 6%;
	}
}

.service_section article {
	width: 100%;
	display: table;
	position: relative;
}
.service_section article.h_320 {
	min-height: 320px;
}

.service_section article .visual {
	display: table-cell;
	width: 40%;
	height: 0;
	padding-top: 27.2%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: cover;
	background-position: center;
}
@media (min-width: 1600px) {
.service_section article .visual {
		width: 480px;
	}
}
@media (max-width: 640px) {
	.service_section article .visual {
		display: block;
		width: 100%;
		padding: 66% 0 0;
	}
}

.service_section article .text {
	display: table-cell;
	width: 60%;
	font-size: 15px;
	line-height: 1.65;
	color: #999;
	vertical-align: top;
}
.service_section article .text.right {
	padding-left: 5%;
}
.service_section article .text.left {
	padding-right: 5%;
}
@media (min-width: 1600px) {
	.service_section article .text {
		width: 700px;
	}
}
@media (max-width: 920px) {
	.service_section article .text {
		font-size: 14px;
	}
}
@media (max-width: 840px) {
	.service_section article .text {
		font-size: 13px;
	}
}
@media (max-width: 640px) {
	.service_section article .text {
		display: block;
		width: 100%;
		padding: 20px 0 !important;
	}
}

.btn_detail,
.btn_contact {
	background: #444;
	display: block;
	width: 55%;
	height: 50px;
	border-radius: 4px;
	line-height: 50px;
	font-size: 16px;
	color: white;
	text-align: center;
	position: absolute;
	border: none;
}
.btn_contact {background: #A70E05;}
.btn_detail.right,
.btn_contact.right {
	bottom: 0;
	right: 0;
}
.btn_detail.left,
.btn_contact.left {
	bottom: 0;
	left: 0;
}
.btn_detail:hover {
	background: #767676;
}
.btn_contact:hover {
	background: #D41106;
}
.btn_detail img.arrow,
.btn_contact img.arrow {
	width: 10px;
	height: 20px;
	margin: 0 0 4px 20px;
}
@media (max-width: 640px) {
	.btn_detail, .btn_contact {
		position: relative;
		margin: 20px auto;
		width: 100%;
	}
}


/* オイル交換 ----------------*/
.flow {
	width: 50%;
	display: table-cell;
	/*float: left;*/
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 60px;
	vertical-align: top;
}
.flow:nth-child(odd) {
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	padding-right: 60px;
}
.flow:nth-child(even) {
	padding-left: 60px;
}
@media (max-width: 640px) {
	.flow {
		width: 100%;
		display: block;
		padding: 30px 0 40px 0 !important;
		border-right: none !important;
	}
}
@media (min-width: 640px) {
	.last_flow {
		border-bottom: none;
	}
}
.flow_img {
	display: block;
	width: 100%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: cover;
	background-position: center;
	margin: 0 0 35px !important;
	padding: 66% 0 0;
}
@media (min-width: 1600px) {
	.flow_img {
		width: 530px;
		height: 352px;
	}
}
@media (max-width: 640px) {
	.flow_img {
		margin: 0 0 30px !important;
	}
}
.flow dl {
	display: table;
	table-layout: fixed;
	width: 100%;
	min-height: 80px;
	margin: 0;
}
.flow dt {
	/*width: 80px;
	height: 80px;
	border-radius: 50%;
	background: rgba(221, 221, 221, 0.1);*/
	width: 80px;
	height: 0;
	padding-top: 25px;
	background: url("../image_service/bg_round.png") no-repeat left top;
	background-size: contain;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.0;
	display: table-cell;
	text-align: center;
	vertical-align: top;
}
@media (max-width: 1600px) {
	.flow dt {
		width: 15%;
		max-width: 80px;
		font-size: 24px;
		padding-top: 5%;
	}
}
@media (max-width: 1200px) {
	.flow dt {font-size: 20px;}
}
@media (max-width: 1000px) {
	.flow dt {font-size: 18px;}
}
@media (max-width: 768px){
	.flow dt {font-size: 16px;}
}
@media (max-width: 640px){
	.flow dt {
		width: 14%;
		max-width: 80px;
		font-size: 20px;
		padding-top: 5%;
	}
}
@media (max-width: 420px){
	.flow dt {
		padding-top: 4%;
	}
}

.flow dd {
	display: table-cell;
	text-align: left;
	vertical-align: top;
	width: 450px;
	color: #999;
	line-height: 1.65;
	padding-left: 29px;
}
@media (max-width: 1600px) {
	.flow dd {
		width: 85%;
		max-width: 450px;
		/*padding-left: 5%;*/
	}
}
@media (max-width: 640px) {
	.flow dd {
		width: 85%;
		padding-bottom: 0;
	}
}

.flow dd p {
	font-size: 24px;
	color: #DDD;
	margin-bottom: 25px;877
}
@media (max-width: 1600px) {
	.flow dd p {
		font-size: 20px;
		margin-bottom: 10px;
	}
}
@media (max-width: 640px) {
	.flow dd p {
		font-size: 16px;
		margin-bottom: 10px;
	}
}

.item_oil {
	padding: 0 15px;
	margin: 0 0 30px;
}
.item_oil img {
	width: 100%;
	margin-bottom: 20px;
}
.item_oil dt {
	font-size: 16px;
	font-weight: normal;
}
.item_oil dd {
	color: #DDD;
	font-size: 16px;
	font-weight: bold;
	text-align: right;
}
.item_oil p {
	color: #999;
	font-size: 13px;
}
@media (max-width: 640px) {
	.item_oil {
		width: 100%;
	}
	.item_oil img, .item_oil dl, .item_oil dt, .item_oil dd {
		font-size: 14px;
		margin-bottom: 10px;
		/*font-weight: normal;*/
	}
}

.narrow dl.note {
	width: 100%;
	padding: 30px 0 0;
	margin: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: none;
	/*color: #DDD;*/
}
.narrow dl.note dt {
	width: 75%;
	margin-bottom: 30px;
	/*float: left;
	font-size: 16px;
	font-weight: normal;*/
}
.narrow dl.note dd {
	width: 25%;
	margin-bottom: 30px;
	/*float: left;
	text-align: right;
	font-size: 16px;*/
}

/* 車検・定期点検 ----------------*/
.cost {
	width: 332px;
	display: table-cell;
	vertical-align: top;
	color: #DDD;
}
.cost.plus {
	width: 92px;
	min-height: 60px;
	background: url("../image_service/mark_plus.png") no-repeat left top;
	background-size: contain;
}
@media (max-width: 1600px) {
	.cost {
		width: 28%;
	}
	.cost.plus {
		width: 8%;
	}
}
@media (max-width: 768px) {
	.cost {
		width: 100%;
		display: block;
	}
	.cost.plus {
		width: 92px;
		margin: 30px auto;
	}
}
.cost h5 {
	background: rgba(255, 255, 255, 0.05);
	font-size: 18px;
	line-height: 1.4;
	text-align: center;
	padding: 20px 10px;
	margin: 0 0 15px;
}
.cost .list {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	font-size: 13px;
	text-align: center;
	padding: 15px 10px;
}
@media (max-width: 768px) {
	.cost h5 {
		margin: 0 0 10px;
	}
	.cost .list {
		padding: 10px;
	}
}

.narrow {
	width: 68% !important;
	margin: 60px 16% 0 !important;
	color: #DDD;
}
@media (max-width: 768px) {
	.narrow {
		width: 100% !important;
		margin: 30px 0 !important;
	}
}
.narrow dl {
	width: 100%;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	padding-bottom: 30px;
	margin-bottom: 30px;
}
.narrow dt {
	width: 50%;
	float: left;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
.narrow dd {
	width: 50%;
	float: left;
	text-align: right;
	font-size: 16px;
	margin-bottom: 20px;
}
.narrow p {
	width: 100%;
	float: left;
	color: #999;
}
@media (max-width: 640px) {
	.narrow dl {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.narrow dt, .narrow dd {
		font-size: 14px;
	}
}

/* 4輪ホイールアライメント調整 ----------------*/
h3.jp {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
	font-size: 24px;
	padding: 0 0 60px;
	line-height: 1.0;
	text-align: center;
	color: #DDD;
}
@media (max-width: 640px) {
	h3.jp {
		font-size: 18px !important;
		padding: 20px 0 30px;
	}
}

.service_section article .text40per {
	display: table-cell;
	width: 40%;
	font-size: 15px;
	line-height: 1.65;
	color: #999;
}
.service_section article .text40per.left {
	padding: 0 5% 0 0;
}
@media (min-width: 1600px) {
	.service_section article .text40per {
		width: 480px;
	}
}
@media (max-width: 920px) {
	.service_section article .text40per.left {
		font-size: 14px;
		display: block;
		width: 100%;
		padding: 0;
	}
}
@media (max-width: 840px) {
	.service_section article .text40per.left {
		font-size: 13px;
	}
}

.service_section article .visual_0301 {
	display: table-cell;
	width: 60%;
	height: 0;
	padding-top: 32%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
	background-position: left top;
}
@media (min-width: 1600px) {
.service_section article .visual_0301 {
		width: 700px;
	}
}
@media (max-width: 920px) {
	.service_section article .visual_0301 {
		display: block;
		width: 100%;
		padding: 54% 0 30px;
	}
}
ul.list {
	margin: 40px 0 60px 48px;
	list-style-type: disc;
}
ul.list li {
	font-size: 20px;
	color: #CCC;
	line-height: 1.1;
	margin: 0 0 10px;
}
ul.list li .li_list {
	font-size: 15px;
	color: #999;
}
@media (max-width: 1200px) {
	ul.list {
		margin: 40px 0 60px 20px;
	}
}
@media (max-width: 920px) {
	ul.list {
		margin: 20px 0 30px 20px;
	}
	ul.list li {
		line-height: 1.0;
	}
	ul.list li .li_list {
		font-size: 14px;
	}
}
@media (max-width: 840px) {
	ul.list li .li_list {
		font-size: 13px;
	}
}

table.point {
	width: 100%;
	border-top: 1px solid #444;
	border-left: 1px solid #444;
	margin: 60px 0;
}
table.point th {
	background: rgba(255,255,255,0.1);
	padding: 20px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	font-weight: normal;
	text-align: center;
	font-size: 14px;
	color: #DDD;
	/*height: 1em;*/
}
table.point td {
	background: rgba(255,255,255,0.05);
	padding: 20px;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	font-size: 13px;
	color: #999;
	vertical-align: top;
}
@media (max-width: 920px) {
	table.point {
		margin: 30px 0;
	}
}
@media (max-width: 640px) {
	table.point th, table.point td {
		padding: 10px;
		font-size: 12px;
	}
}

.service_section .visual76per {
	display: block;
	width: 76%;
	height: 0;
	padding-top: 28%;
	margin: 0 auto;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
	background-position: center;
}
@media (min-width: 1600px) {
	.service_section .visual76per {
		width: 900px;
	}
}
@media (max-width: 920px) {
	.service_section .visual76per {
		display: block;
		width: 100%;
		padding: 37% 0 30px;
	}
}

.service_section article .visual60per {
	display: table-cell;
	width: 60%;
	height: 0;
	padding-top: 44.1%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
	background-position: left top;
}
@media (min-width: 1600px) {
.service_section article .visual60per {
		width: 708px;
	}
}
@media (max-width: 640px) {
	.service_section article .visual60per {
		display: block;
		width: 100%;
		padding: 73.4% 0 0;
	}
}

.service_section article .visual40per {
	display: table-cell;
	width: 40%;
	height: 0;
	padding-top: 44.1%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
	background-position: left top;
}
@media (min-width: 1600px) {
.service_section article .visual40per {
		width: 472px;
	}
}
@media (max-width: 640px) {
	.service_section article .visual40per {
		display: block;
		width: 100%;
		padding: 110% 0 0;
	}
}

/* プロテクションフィルム施工 ----------------*/
h4.jp {
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','ＭＳ Ｐゴシック';
	font-size: 18px;
	line-height: 1.65;
	color: #DDD;
}
@media (max-width: 640px) {
	h4.jp {
		font-size: 14px !important;
	}
}

.service_section article .text100per {
	display: block;
	width: 100%;
	font-size: 15px;
	line-height: 1.65;
	color: #999;
}
@media (max-width: 920px) {
	..service_section article .text100per {
		font-size: 14px;
	}
}
@media (max-width: 840px) {
	.service_section article .text100per {
		font-size: 13px;
	}
}

.service_section article .visual50per {
	display: table-cell;
	width: 50%;
	height: 0;
	padding-top: 27%;
	background-repeat: no-repeat;
	background-color: transparent;
	background-size: contain;
	background-position: left top;
}
@media (min-width: 1600px) {
.service_section article .visual50per {
		width: 590px;
	}
}
@media (max-width: 920px) {
	.service_section article .visual50per {
		display: block;
		width: 100%;
		padding: 58.8% 0 0;
	}
}

.service_section article .text50per {
	display: table-cell;
	width: 50%;
	font-size: 16px;
	line-height: 1.65;
	color: #DDD;
}
.service_section article .text50per.right {
	padding-left: 2%;
}
@media (min-width: 1600px) {
	.service_section article .text50per {
		width: 590px;
	}
}
@media (max-width: 920px) {
	.service_section article .text50per {
		font-size: 15px;
		display: block;
		width: 100%;
		padding: 40px 0 0 !important;
	}
}
@media (max-width: 840px) {
	.service_section article .text50per {
		font-size: 14px;
	}
}

.text50per dl {
	width: 100%;
	padding-bottom: 0;
	margin-bottom: 0;
}
.text50per dt {
	width: 50%;
	float: left;
	font-size: 16px;
	font-weight: normal;
	margin-bottom: 20px;
}
.text50per dd {
	width: 50%;
	float: left;
	text-align: right;
	font-size: 16px;
	margin-bottom: 20px;
}
.text50per p {
	width: 95%;
	float: left;
	color: #DDD;
	margin: 0 30px 10px;
}
.text50per p.note {
	font-size: 13px;
	color: #999;
}
@media (max-width: 640px) {
	.text50per p {
		margin: 0 10px 10px;
	}
}



/* style ----------------*/
.f_13 {font-size: 13px !important;}
.f_15 {font-size: 15px !important;}
.f_26 {font-size: 26px !important;}
.f_999 {color: #999;}
.bd_btm_none {border-bottom: none !important;}
.pd_top60 {padding-top: 60px !important;}
.pd_btm00 {padding-bottom: 0 !important;}
.pd_btm30 {padding-bottom: 30px !important;}
.pd_lft30 {padding-left: 30px;}
.mg_top00 {margin-top: 0 !important;}
.mg_btm00 {margin-bottom: 0 !important;}
.mg_btm10 {margin-bottom: 10px !important;}
.mg_btm20 {margin-bottom: 20px !important;}
.mg_btm30 {margin-bottom: 30px !important;}
.mg_all00 {margin: 0 !important;}
.dp_block {display: block !important;}
.line_h165 {line-height: 1.65 !important;}

.mg_btm60 {margin-bottom: 60px !important;}
@media (max-width: 640px) {
	.mg_btm60 {margin-bottom: 30px !important;}
}

hr {
	margin: 60px 0;
	border: 0;
	border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.hide_640 {display: table-cell !important;}
.show_640 {display: none !important;}
@media (max-width: 640px) {
	hr {margin: 20px 0;}
	.hide_640 {display: none !important;}
	.show_640 {display: block !important;}
}






