@charset "utf-8";

/* =======================================
共通設定
======================================= */
body {
	width:100%;
	height:auto;
	background: #fff;
}

.sp{
	display: none !important;
}

a:link { text-decoration:none; color: inherit;}
a:visited { text-decoration:none; color: inherit;}
a:active { text-decoration:none; color: inherit;}

a.tellink{
	pointer-events: none;
	color: #333 !important;
}

#container {
	width: 100%;
}

.wrap_out a:hover,
.wrap_out a:hover img ,
.wrap_in a:hover,
.wrap_in a:hover img{
	opacity:0.8;
	filter:alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}

/* 基本ボックス設定 */
.wrap_out{
	width:100%;
	height:auto;
	overflow: hidden;
	padding-top: 30px;
	padding-bottom: 30px;
}
.wrap_main{
	width:100%;
	height:auto;
	overflow:hidden;
}
.wrap_in{
	width:1000px;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

#header-in, #navi-in, #body-in, #footer-in {
	width: 1002px;
	margin: 0 auto;
	box-sizing: border-box;
	overflow: hidden;
}

#main {
	float: none;
	width: 100%;
	padding: 20px 0;
	border:none;
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 30px;
}

/* 横並びリスト */
ul.many_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.many_rows li{
	display:block;
	height:auto;
	float:left;
}



/* 2カラム横並びリスト */
ul.two_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.two_rows li{
	display:block;
	height:auto;
	float:left;
}
ul.two_rows li:nth-child(2n+2) {
	float: right;
}

/* 3カラム横並びリスト */
ul.three_rows{
	display:block;
	height:auto;
	overflow:hidden;
}
ul.three_rows li{
	display:block;
	height:auto;
	float:left;
}
ul.three_rows li:nth-child(3n+2) {
	margin-right:0;
}
ul.three_rows li:nth-child(3n+3) {
	float: right;
	margin-right:0;
}

.table_block{
	display: table;
	table-layout:fixed;
	width: 100%;
}
.table_block .cell_block{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

/* スクローラー */
#scroller{
	position: fixed;
	bottom:30px;
	right: 30px;
}
/* ワイドスライダー */
#wideslider_pc.wideslider{
margin-bottom: 30px;
padding-bottom: 130px;
background-color: #000;
}
.wideslider .pagination a {
	margin: 0;
	max-width: 216.6667px;
	height: 130px;
	display: inline-block;
	overflow: hidden;
	border: none;
	width: 16.66667%;
}
.wideslider .pagination {
	bottom: 0;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform:translateX(-50%);
	height: 130px;
	text-align: center;
	position: absolute;
	z-index: 200;
	margin: 0 auto;
	max-width: 100%;
	width: 1300px;
}

/*////////////////////
ヘッダー
////////////////////*/

#header .alignleft {
	margin-right: 0;
	margin-left: 0;
}
#site-title {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 30px;
	line-height: 100%;
}
#site-description {
	display: none;
}
#navi{
	background-color: #000;
}
#navi ul {
	position: relative;
	clear: both;
	margin-bottom: 0;
	border: none;
	background-image: linear-gradient(#000 50%, #d1d2cd 50%, #d1d2cd);
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
#navi ul > li{
	width: 11.111111111%;
}
#navi ul li a {
	padding:0;
	display: inline !important;
}
#navi .menu_parts{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 1.1;
}
#navi .menu_parts > div{
	height: 35px;
	display: table;
	width: 100%;
	table-layout: fixed;
	padding: 5px 0;
}
#navi .menu_parts > div > span{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	border-right: 1px solid #fff;
}
#navi ul > li:first-child .menu_parts > div.parts_1 > span{
	border-left: 1px solid #fff;;
}
#navi .menu_parts.navi04 > div.parts_1 > span{
	font-size: 11px;
	line-height: 1;
}
#navi .menu_parts > div.parts_2 > span{
	font-size: 11px;
	color: #000;
	border-right: 1px solid #000;
}
#navi ul > li:last-child .menu_parts > div.parts_2 > span{
	border-right:none;
}
#navi .menu_parts > div.parts_1{
	background-color: #000;
}
#navi .menu_parts > div.parts_2{
	background-color: #d1d2cd;
}

#navi ul > li:hover .menu_parts > div.parts_1{
	background-color:rgba(214,7,22,0.95);
	-webkit-transition: 0.5s ;
	transition: 0.5s ;
}
#navi ul > li:hover .menu_parts > div.parts_2{
	background-color:rgba(230,22,37,0.95);
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}
#navi ul > li:hover .menu_parts > div.parts_2 span{
	color: #fff;
}
.home #navi ul > li .menu_parts.navi01 > div.parts_1{
	background-color: #D60716;
}
.home #navi ul > li .menu_parts.navi01 > div.parts_2{
	background-color: #E61625;
}
.home #navi ul > li .menu_parts.navi01 > div.parts_2 span{
	color: #fff;
}

/*////////////////////
title
////////////////////*/

.ttl_line{
	color: #333;
	border-bottom: 1px solid #000;
	padding-bottom: 5px;
display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 26px;
}
.ttl_line span{
	line-height: 1.2;
	font-size: 30px;
	font-weight: bold;
	font-family:"YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
}
.ttl_line small{
	font-size: 16px;
	font-weight: bold;
	font-family:"YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	display: table-cell;
	text-align: right;
	vertical-align: bottom;
	padding-bottom: 3px;
}

.ttl_tab {
	display: table;
	table-layout: fixed;
	width: 100%;
	background: url(../img/parts/tab_bg.png) left top no-repeat;
	background-size: auto 110%;
}
.ttl_tab span{
	display: table-cell;
	text-align:left;
	font-size: 20px;
	color: #fff;
	font-weight: bold;
	font-family: 'YuGothic', 'Yu Gothic',' 游ゴシック',' メイリオ','Meiryo',' ヒラギノ角ゴ Pro W3','Hiragino Kaku GothicPro',sans-serif;
	padding: 0 20px;
	height: 30px;
	vertical-align: bottom;
}

.img_block{
	display: block;
	background-position: center;
	background-repeat: no-repeat;
	background-size:cover; 
}
.img_block::after{
	content: "";
	display: block;
	padding-top: 70%;
}

/*////////////////////
top
////////////////////*/

/*中古車情報*/
.sec_01_00{
	background-color: #000;
	padding: 30px;
	overflow: hidden;
}
.sec_01_01{
	display: block;
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
}
.sec_01_02{
	display: inline-block;
	table-layout: auto;
	width: auto;
	text-align: left;
	white-space: nowrap;
}
.sec_01_child{
	display:inline-block;
	width: 140px;
	padding: 0 10px;
}
.sec_01_child p{
	font-size: 10px;
	line-height: 1.4;
	height: 4.2em;
	text-align: left;
	overflow: hidden;
	margin-top: 10px;
	white-space: normal;
	color: #fff;
}

/*ボタンエリア*/
.btn_wrap{
	text-align: center;
	padding-bottom: 90px;
}
.btn_wrap img{
	display: inline-block;
	margin: 0 50px;
}

/*バナーエリア*/
.bnr_wrap_01{
	padding-bottom: 80px;
}

/*インフォメーション*/
.info_wrap .two_rows > li{
	width: 49%;
}
.info_wrap .two_rows > li h3 small{
	font-size: 55%;
	font-weight: normal;
}
.info_list_wrap{
	background-color: #000;
	padding: 20px;
	overflow: hidden;
}
.info_list_wrap_in{
	height: 340px;
	overflow: hidden;
	overflow-y: auto;
}
.info_list{
	width: 100%;
	overflow: hidden;
	padding: 15px 0;
	border-bottom: 1px dotted #fff;
}
.info_list > .info_list_01 {
	width: 25%;
	float: left;
}
.info_list > .info_list_02 {
	width: 75%;
	float: left;
	padding-left: 10px;
}
.info_list > .info_list_02 p{
	color: #fff;
	font-size: 12px;
	line-height: 1.4;
	padding-bottom: 5px;
}
.info_list > .info_list_02 h4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 14px;
	line-height: 1.2;
	padding-bottom: 5px;
	color: #fff;
}
/*////////////////////
footer
////////////////////*/

.footer_content{
	background-color: #000;
}
.footer_content .wrap_in > .two_rows > li{
	width: 49%;
	overflow: hidden;
}
.footer_content .group{
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-bottom: 30px;
}
.footer_content .group span{
	display: block;
	width: 50%;
	padding: 1%;
	float: left;
	color: #fff;
	font-size: 10px;
}
.footer_content .group span img{
	width: 100%;
}
.footer_content .bnr_wrap_01{
	text-align: center;
	padding-bottom: 0;
}
.footer_content .child_rows li{
	width: 49%;
}
.footer_content .child_rows.mires{
	padding-top: 55px;
}
.footer_content .child_rows.mires li{
	display: block;
	overflow: hidden;
}
.footer_content .child_rows.mires li img{
	width: 38%;
	float: left;
}
.footer_content .child_rows.mires li span{
	width: 60%;
	float: left;
	padding-left: 3%;
	color: #fff;
	font-size: 11px;	
}
#footer {
	clear: both;
	background-color: transparent;
	color: #333;
	padding:20px 0 0;
}
#footer .footer_logo{
	text-align: left;
}
#footer .footer_logo h5{
	text-align: left;
	font-size: 16px;
	line-height: 1.6;
	padding-top: 30px;
}
#footer .footer_logo p{
	text-align: left;
	font-size: 12px;
	line-height: 1.6;
}
.table_block{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
	margin-top: 30px;
}
#footer .footer_nav .table_block > a{
	display: table-cell;
	width:10%;
	padding: 10px 0;
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
	color: #333;
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
#copyright {
	width: 100%;
	text-align: center;
	padding: 15px;
	line-height: 1;
	color: #fff;
	font-size: 12px;
	background: url(../img/footer/head_bg.jpg) center center no-repeat;
	background-size: cover;
}

/*////////////////////
中古車フレーム
////////////////////*/

.secondhand_frame {
	display: block;
	width: 100%;
	/* white-space: nowrap; */
	height: 190px;
}

/*////////////////////
パンくず
////////////////////*/

.pankuzu.wrap_out {
	padding: 5px;
	margin-top: -20px;
	background-color: #fff;
}
.pankuzu.wrap_out {
	padding: 5px;
	background-color: #fff;
}
.pankuzu ul > li {
	display: inline-block;
	font-size: 12px;
}

/*////////////////////
中古車ページ
////////////////////*/

.ttl_h1{
	text-align: center;
	font-size: 30px;
	line-height: 1.6;
	font-family:"ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "YuMincho", "Yu Mincho", "游明朝", serif;
	font-weight: bold;
}
.ttl_h1 span{
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.1em;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif"
}
.btn_01{
	display: table;
	table-layout: fixed;
	border: 1px solid #000;
	width: 100%;
	background-position: 30px center;
	background-repeat: no-repeat;
}
.btn_01 > a{
	display: table-cell;
	width: 100%;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	line-height: 0;
	color: #000;
	}
.btn_01 > a:hover{
	color: #000 !important;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.ico_heart{
	background-image: url(../img/parts/ico_heart.png);
}
.ico_printer{
	background-image: url(../img/parts/ico_printer.png);
}
.btn_02{
	display: table;
	table-layout: fixed;
	width: 100%;
	background-position: 93% center;
	background-repeat: no-repeat;
	background-color: #d41c02;
	background-image: url(../img/parts/arrow_02.png);
}
.btn_02 > a{
	display: table-cell;
	width: 100%;
	height: 60px;
	vertical-align: middle;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	line-height: 0;
	color: #fff;
	}
.btn_02 > a:hover{
	color: #fff !important;
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}
.btn_01:hover,.btn_02:hover{
	opacity:0.8;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}
.spec_table{
	table-layout: fixed;
	border-collapse:collapse;
	border-bottom: 1px solid #000;
}
.spec_table th{
	background-color: #000;
	color: #fff;
	font-size: 13px;
	padding: 8px;
	width: 32%;
	border: 1px solid #000;
	border-bottom: 1px solid #333;
	text-align: left;
	vertical-align: top;
}
.spec_table td{
	color: #333;
	font-size: 13px;
	padding: 8px;
	border: 1px solid #000;
	text-align: left;
	vertical-align: top;
}

.approvedcar_01{
	padding-bottom: 0;
}
.approvedcar_01 .wrap_in{
	padding-top: 10px;
	padding-bottom: 10px;
}
.approvedcar_02 .table_block .slide_img{
	width: 658px;
}
.approvedcar_02 .slide_img .arrow_lft{
	position: absolute;
	left: 10px;
	top: 50%;
	display: block;
	height: 80px;
	width: auto;
	margin-top: -40px;
	z-index: 500;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}
.approvedcar_02 .slide_img .arrow_rgt{
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	height: 80px;
	width: auto;
	margin-top: -40px;
	z-index: 500;
	opacity:0;
	filter:alpha(opacity=0);
	-ms-filter: "alpha( opacity=0 )";
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
}
.slide_img #slider:hover .arrow_lft,
.slide_img #slider:hover .arrow_rgt{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
	-webkit-transition: 0.6s ;
	transition: 0.6s ;
	cursor: pointer;
}

#slider_nav {
	width: 1010px;
	padding: 10px 0 0;
	margin-left: -5px;
	margin-right: -5px;
}
#slider_nav .img_block_wrap{
	width: 10% !important;
	padding: 5px;
	float: left;
}
#slider_nav .slick-track{
	width: 100% !important;
}
#slider_nav .slick-active{
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
	cursor: pointer;
}
#slider_nav .slick-active.slick-current{
	opacity:1;
	filter:alpha(opacity=100);
	-ms-filter: "alpha( opacity=100 )";
}


.approvedcar_02 .table_block .spec_wrap_01{
	padding-left: 30px;
	vertical-align: top;
}
.approvedcar_02 .car_price{
	font-size: 24px;
	font-weight: bold;
	line-height: 2.5;
}
.approvedcar_02 .car_price small{
	font-size: 13px;
	font-weight: normal;
	line-height: 2;
	vertical-align: middle;
}
.approvedcar_02 .car_comment{
	text-align: center;
	font-size: 14px;
	line-height: 2;
	padding: 50px 0;
}
.approvedcar_02 .car_comment + .zaiko_contact{
	width: 314px;
	margin: 0 auto;
}

.approvedcar_03 .spec_table{
	width: 830px;
	margin: 0 auto 40px;
}
.approvedcar_03 .spec_table th{
	width: 20%;
}
.approvedcar_03 .spec_table th,
.approvedcar_03 .spec_table td{
	padding: 10px 15px;
	line-height: 1.8;
}

.approvedcar_04 .img_shop_01{
	width: 484px;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
.approvedcar_04 .table_block{
	border: none;
}
.approvedcar_04 .table_block .text_block{
	padding-left: 30px;
}
.approvedcar_04 .table_block .cell_block_01{
	padding: 30px 40px;
	text-align: center;
	background-color: #f0f0f0;
	margin-bottom: 30px
		;
}
.approvedcar_04 .table_block .cell_block_01 h4{
	font-size: 20px;
	color: #333;
}
.tel_link{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.tel_link > a{
	display: table-cell;
	width: 100%;
	height: 80px;
	text-align: left;
	vertical-align: middle;
	line-height: 0;
	font-size: 37px;
	font-weight: bold;
	background: url(../img/parts/ico_tel.png) 20px center no-repeat;
	padding: 5px 0 0 70px
}
.approvedcar_04 .cell_block_01 .btn_02{
	background-color: #000;
}
.approvedcar_04 .cell_block_01 .btn_02 > a{
	height: 40px;
}
.approvedcar_05 .three_rows > li{
	width:313.33333px;
	margin-right: 30px;
}
.approvedcar_05 .three_rows > li > a{
	font-size: 16px;
	line-height: 1.6;
}
.approvedcar_05 .three_rows > li > a .img_block{
	margin-bottom: 10px;
}

/*////////////////////
中古車一覧
////////////////////*/
.approved_wrap .many_rows {
	width: 1030px;
	margin-left: -15px;
	margin-right: -15px;
}
.approved_wrap .many_rows > li{
	width: 33.333333%;
	padding:15px;
}
.approved_wrap .ttl_h1{
	font-size: 18px;
	line-height: 1.4;
	margin-top: 5px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.approved_wrap .ttl_h1 span{
	font-size: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.approved_wrap .ttl_h4{
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin: 5px auto;
}
.approved_in .img_block{
	position: relative;
}
.approved_in .img_block .ico_chip_wrap{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 3px;
	text-align: left;
	font-size: 0;
}
.ico_chip_wrap > div{
	display: inline-block;
	margin: 3px;
}
.ico_chip{
	display: table;
	table-layout: fixed;
	width: auto;
}
.ico_chip > span{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	height:20px;
	padding: 0 5px;
	line-height: 0;
	font-size: 12px;
	background-color: #fff;
	color: #333;
}
.ico_chip.ico_p_down > span{
	background-color: rgba(255,0,4,1.00);
	color: #fff;
}
































