@charset "utf-8";

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

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

a.tellink{
	color: #333 !important;
}

.entry h2 {
	line-height: 1.2;
}

#container {
	width: 100%;
}

.pc{
	display: none !important;
}

/* 基本ボックス設定 */
.wrap_out{
	width:100%;
	height:auto;
	overflow:hidden;
}
.wrap_main{
	width:100%;
	height:auto;
	overflow:hidden;
}
.wrap_in{
	width:100%;
	height:auto;
	overflow:hidden;
	margin:0 auto;
}

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

#main {
	float: none;
	width: 100%;
	padding: 3vw 3vw;
	border: none;
	background-color: #fff;
	border-radius: 0;
	margin-bottom: 5vw;
}


/* 横並びリスト */
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;
}



/* スクローラー */
#scroller{
	position: fixed;
	bottom:30px;
	right: 30px;
}

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

/*////////////////////
ヘッダー
////////////////////*/
#h-top{
	min-height: 2vw;
}
#header .alignleft {
	margin-right: 0;
	margin-left: 0;
}
#site-title {
	margin-top: 1vw;
	margin-bottom: 1vw;
	font-size: 30px;
	line-height: 100%;
	padding: 1vw;
	width: 60vw;
}
#site-description {
	display: none;
}
#navi {
	background-color: rgba(0,0,0,1);
	position: fixed;
	top: 0;
	right: 0;
	height: 100vh;
	z-index: 300;
	padding-top: 18vw;
	width: 80vw;
	overflow: hidden;
	overflow-y: auto;
}
#navi-in{
	width: 100%;
	
}
#navi ul {
	position: relative;
	clear: both;
	margin-bottom: 0;
	border: none;
	background-color:#d1d2cd;
	margin: 0;
	padding: 0;
	width: 100%;
	box-sizing: border-box;
}
#navi ul > li {
	width: 100%;
}
#navi ul li a {
	padding:0;
	display: inline !important;
}
#navi .menu_parts {
	width: 100%;
	text-align: left;
	color: #fff;
	font-size: 3vw;
	line-height: 1.1;
	overflow: hidden;
	border-bottom: 1px solid #fff;
	background-color: #000;
}
#navi .menu_parts > div {
	display: inline-block;
	padding-top: 2.5vw;
	padding-bottom: 2vw;
}
#navi .menu_parts > div > span {
	display: inline-block;
	text-align: left;
	padding-left: 5vw;
	float: left;
	font-size: 3.6vw;
}
#navi .menu_parts.navi04 > div.parts_1 > span {
	font-size: 3vw;
	line-height: 1;
}
#navi .menu_parts > div.parts_2 > span {
    font-size: 2.1vw;
    color: #fff;
    padding-left: 1vw;
    line-height: 1.4;
}
#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: #000;
}
#navi .menu_parts.navi09{
	border-bottom: none;
}

div.over_ray{
	width: 100vw;
	height: 100vh;
	position: fixed;
	top: 0;
	left: 0;
	background-color: rgba(0,0,0,0.65);
	z-index: 290;
	display: none;
}
#menu_btn {
	position: absolute;
	top: 4vw;
	right: 5vw;
	width: 10vw;
	height: 12vw;
	background: url(../img/parts/btn_menu_bk.svg) center no-repeat;
	background-size: 100% auto;
	z-index: 310;
}
#menu_btn.active{
	position: fixed;
	top: 4vw;
	right: 5vw;
	background: url(../img/parts/btn_menu.svg) center no-repeat;
	background-size: 100% auto;
}
#navi{
	display: none;
}



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

.ttl_line {
	color: #333;
	border-bottom: 1px solid #000;
	padding-bottom: 1vw;
	display: table;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 3vw;
}
.ttl_line span{
	line-height: 1.2;
	font-size: 6vw;
	font-weight: bold;
	font-family:"YuMincho", "Yu Mincho", "游明朝", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	display: table-cell;
	text-align: left;
	vertical-align: bottom;
	width: 60%;
}
.ttl_line small {
	font-size: 3vw;
	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: 1.5vw;
}

.ttl_tab {
    display: table;
    table-layout: fixed;
    width: 100%;
    background: url(../img/parts/tab_bg.svg) -2vw top no-repeat;
    background-size: auto 110%;
    margin: 0;
}
.ttl_tab span {
    display: table-cell;
    text-align: left;
    font-size: 4.5vw;
    color: #fff;
    font-weight: bold;
    font-family: 'YuGothic', 'Yu Gothic',' 游ゴシック',' メイリオ','Meiryo',' ヒラギノ角ゴ Pro W3','Hiragino Kaku GothicPro',sans-serif;
    padding: 0 4vw;
    height: 6vw;
    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: 3vw;
    overflow: hidden;
		margin-bottom: 5vw;
}
.sec_01_01{
	display: block;
	width: 100%;
	overflow: hidden;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
.sec_01_02{
	display: inline-block;
	table-layout: auto;
	width: auto;
	text-align: left;
	white-space: nowrap;
}
.sec_01_child{
    display: inline-block;
    width: 36vw;
    padding: 0 1.5vw;
}
.sec_01_child p{
	font-size: 2.4vw;
	line-height: 1.4;
	height: 4.2em;
	text-align: left;
	overflow: hidden;
	margin-top: 1vw;
	white-space: normal;
	color: #fff;
}

/*ボタンエリア*/
.btn_wrap{
	text-align: center;
	padding-bottom: 8vw;
}
.btn_wrap img{
	display: inline-block;
	margin: 0 ;
}
.btn_wrap img[src*="btn_more"]{
	margin-bottom: 2vw;
	width: 80%;
}
/*バナーエリア*/
.bnr_wrap_01{
	padding-bottom: 8vw;
}
.bnr_wrap_01 img{
	width: 100%;
	margin-bottom: 2vw;
}
.bnr_wrap_01.bnr_01 .two_rows > li{
	width: 100%;	
}
/*インフォメーション*/
.info_wrap .two_rows > li{
	  width: 100%;
    margin-bottom: 5vw;
}
.info_wrap .two_rows > li h3 small{
	font-size: 55%;
	font-weight: normal;
}
.info_wrap .ttl_tab span{
	padding: 1.5vw 4vw 0;
}
.info_list_wrap{
	background-color: #000;
	padding: 3vw;
	overflow: hidden;
}
.info_list_wrap_in{
	height: 76vw;
	overflow: hidden;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.info_list{
	width: 100%;
	overflow: hidden;
	padding: 2vw 0;
	border-bottom: 1px dotted #fff;
}
.info_list > .info_list_01 {
	width: 30%;
	float: left;
}
.info_list > .info_list_02 {
	width: 70%;
	float: left;
	padding-left: 10px;
}
.info_list > .info_list_02 p{
	color: #fff;
	font-size: 2.6vw;
	line-height: 1.4;
	padding-bottom: 2vw;
}
.info_list > .info_list_02 h4{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	font-weight: bold;
	font-size: 3vw;
	line-height: 1.2;
	padding-bottom: 2vw;
	color: #fff;
}
/*////////////////////
footer
////////////////////*/

.footer_content{
	background-color: #000;
}
.footer_content .wrap_in > .two_rows > li{
    width: 100%;
    overflow: hidden;
    padding: 4vw 5vw 8vw;
}
.footer_content .group{
	overflow: hidden;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	padding-top: 3vw;
	padding-bottom: 3vw;
	margin-bottom: 5vw;
}
.footer_content .group span{
	display: block;
	width: 50%;
	padding: 1%;
	float: left;
	color: #fff;
	font-size: 2.2vw;
}
.footer_content .group span img{
	width: 100%;
}
.footer_content .bnr_wrap_01{
	text-align: center;
	padding-bottom: 0;
}
.footer_content .bnr_wrap_01 img{
	width: 48%;
}
.footer_content .child_rows{
	margin-left: 0;
}
.footer_content .child_rows li{
	width: 49%;
}
.footer_content .child_rows.bnr_02 > li img{
	width: 100%;
}
.footer_content .child_rows.mires{
	padding-top: 3vw;
}
.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: 62%;
	float: left;
	padding-left: 3%;
	color: #fff;
	font-size: 2.2vw;	
	line-height: 1.6;
}
#footer {
	clear: both;
	background-color: transparent;
	color: #333;
	padding: 0;
}
#footer-in{
		padding:7vw 3vw;

}
#footer .footer_logo{
	text-align: left;
}
#footer .footer_logo img{
	width: 40%;
}
#footer .footer_logo h5{
    text-align: left;
    font-size: 4.5vw;
    line-height: 1.6;
    padding-top: 5vw;
}
#footer .footer_logo p{
	text-align: left;
	font-size: 3vw;
	line-height: 1.6;
	color: #333 !important;
}
.table_block{
	display: block;
	width: 100%;
	margin-top: 6vw;
	text-align: center;
}
#footer .footer_nav .table_block > a{
    display: inline-block;
    width: 30%;
    padding: 3vw 0;
    text-align: center;
    font-size: 2.6vw;
    color: #333;
    border: 1px solid #ccc;
    margin: 1%;
}
#copyright {
    width: 100%;
    text-align: center;
    padding: 3vw;
    line-height: 1;
    color: #fff;
    font-size: 2.6vw;
    background: url(../img/footer/head_bg.jpg) center center no-repeat;
    background-size: cover;
}

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

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


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

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

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

.single-approvedcar #body{
	margin-top: 0;
}

.ttl_h1 {
	text-align: center;
	font-size: 8vw;
	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: 3.6vw;
	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);
	background-size: 2.2vw auto;
}
.btn_02 > a {
	display: table-cell;
	width: 100%;
	height: 15vw;
	vertical-align: middle;
	text-align: center;
	font-size: 5.2vw;
	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 )";
}
.spec_table{
	table-layout: fixed;
	border-collapse:collapse;
	border-bottom: 1px solid #000;
}
.spec_table th{
	background-color: #000;
	color: #fff;
	font-size: 3.2vw;
	padding: 1vw 2vw;
	width: 32%;
	border: 1px solid #000;
	border-bottom: 1px solid #333;
	text-align: left;
	vertical-align: top;
}
.spec_table td {
	color: #333;
	font-size: 3.2vw;
	padding: 1vw 2vw;
	border: 1px solid #000;
	text-align: left;
	vertical-align: top;
}

.approvedcar_01{
	padding-bottom: 0;
}
.approvedcar_01 .wrap_in {
	padding-top: 0;
	padding-bottom: 3vw;
}
.approvedcar_02.wrap_out,
.approvedcar_02 .wrap_main,
.approvedcar_02 .wrap_in{
	overflow: visible;
}
.approvedcar_02 .table_block {
	width: 100vw;
	margin-left: -3vw;
	margin-right: -3vw;
	margin-top: 0;
}
.approvedcar_02 .table_block .slide_img {
	width: 100%;
}
.approvedcar_02 .slide_img .arrow_lft{
	position: absolute;
	left: 2vw;
	top: 50%;
	display: block;
	height: 10vw;
	width: auto;
	margin-top: -5vw;
	z-index: 100;
}
.approvedcar_02 .slide_img .arrow_rgt{
	position: absolute;
	right: 10px;
	top: 50%;
	display: block;
	height: 10vw;
	width: auto;
	margin-top: -5vw;
	z-index: 100;
}

#slider_nav {
	width: 95vw;
	padding: 2vw 0 2vw;
	margin-left: -0.5vw;
	margin-right: -0.5vw;
}
#slider_nav .img_block_wrap{
	width:14.2857142857143% !important;
	padding: 0.5vw;
	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: 7vw;
	font-weight: bold;
	line-height: 2.5;
}
.approvedcar_02 .car_price small{
	font-size: 3vw;
	font-weight: normal;
	line-height: 2;
	vertical-align: middle;
}
.approvedcar_02 .car_comment {
	text-align: center;
	font-size: 4.2vw;
	line-height: 2;
	padding: 5vw 0;
}
.approvedcar_02 .car_comment + .zaiko_contact{
	margin: 0 auto;
}
.approvedcar_03{
	padding-top: 8vw;
}
.approvedcar_03 .spec_table{
	width: 100%;
	margin: 0 auto 3vw;
}
.approvedcar_03 .spec_table th {
	width: 37%;
}
.approvedcar_03 .spec_table th,
.approvedcar_03 .spec_table td{
	padding: 2vw;
	line-height: 1.8;
}

.approvedcar_04{
	padding-top: 8vw;
}
.approvedcar_04 .img_shop_01 {
	width: 100%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	height: 55vw;
	margin-bottom: 5vw;
}
.approvedcar_04 .table_block{
	border: none;
}
.approvedcar_04 .table_block .text_block{
	padding-left: 0;
}
.approvedcar_04 .table_block .cell_block_01 {
	padding: 5vw;
	text-align: center;
	background-color: #f0f0f0;
	margin-bottom: 3vw;
}
.approvedcar_04 .table_block .cell_block_01 h4 {
	font-size: 5vw;
	color: #333;
}
.tel_link{
	display: table;
	table-layout: fixed;
	width: 100%;
}
.tel_link > a {
	display: table-cell;
	width: 100%;
	height: 15vw;
	text-align: left;
	vertical-align: middle;
	line-height: 0;
	font-size: 7vw;
	font-weight: bold;
	background: url(../img/parts/ico_tel.png) 7vw center no-repeat;
	background-size: 8vw auto;
	padding: 1vw 0 0 17vw;
}
.approvedcar_04 .cell_block_01 .btn_02{
	background-color: #000;
}
.approvedcar_04 .cell_block_01 .btn_02 > a {
	height: 12vw;
	line-height: 0;
}
.approvedcar_05{
	padding-top: 8vw;
	padding-bottom: 8vw;
}
.approvedcar_05 .three_rows > li{
	width:100%;
	float: none !important;
	overflow: hidden;
}
.approvedcar_05 .three_rows > li > a{
	font-size: 4vw;
	line-height: 1.6;
	overflow: hidden;
}
.approvedcar_05 .three_rows > li > a .img_block{
	margin-bottom: 3vw;
	margin-right: 3vw;
	width: 32%;
	float: left;
}


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




