@charset "utf-8";
/* CSS Document */
@import url('https://fonts.googleapis.com/css?family=Caveat+Brush&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@700;900&display=swap');

@font-face{
	font-family: 'Arial Black';
	font-style: normal;
	font-weight: 400;
	src: local('Arial Black'), url('ariblk_0.ttf') format('ttf');
}

.cb{clear:both!important;}

.bm_10{margin-bottom:10px;}
/*========================================
 + 絞り込みパネル
========================================*/
#panel_box{
	/*border:1px solid #d4d4d4;*/
	padding:2px;
	margin:15px 0 5px;
	border-radius:3px;
}
#panel_box_in{
	border:1px solid #d4d4d4;
	padding:7px 0 0 0;
	border-radius:2px;
	width:1000px;
	margin-inline:auto;
}
#panel_box_in th{
	padding:5px 10px 5px 20px;
}
#panel_box_in td{
	padding:5px;
}
#panel_box_in td select {
	padding:5px;
	border:none!important;
	border-radius:3px;
}
#color_area{
	width:270px;
	padding:0px 0 0 20px;
	background-color:#FFF;
}
#color_area li{
	width:32px;
	float:left;
	margin:0 10px 8px 0;
	position:relative;
}
#color_area li input[type="checkbox"] + label {
    display: block;
	border:1px solid #8e8e8e;
	width:32px;
	height:31px;
	overflow:hidden;
	margin:3px;
}
#color_area li input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%;  
    height: 100%;
	cursor:pointer;
}
 
#color_area li input[type="checkbox"]:checked + label {
	border:2px solid #1abb93;
	margin:0px;
	padding:2px;
	background-color:#FFF;
}
#color_area li input[type="checkbox"]:checked + label img{
	margin:0px 0 0 0;
}
#panel_btm{
	padding:10px;
	position:relative;
}
#panel_btm p{
	color:#7E0018;
	font-weight:bold;
	font-size:13px;
	margin:0 0 0 20px;
}
#panel_btm a{
	position:absolute;
	top:10px;
}
#searchBt{ right:15px;}
#clearBt{ right:230px;}
/* 並べ替え */
#row{
	clear:both !important;
	height:18px;
	line-height:18px;

	margin:5px 0 5px;
	position:relative;
	text-align: right;
}
#row span{
	color:#ff8800;
	font-weight:bold;
	font-size:14px;
}

select{
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	
	border: 2px solid #ddd;
    padding: 13px 20px 13px 30px;
    border-radius: 10px;
    text-align: left;
    font-weight: bold;
    border-bottom: 4px solid #ddd;
	width:163px;

	background-image: url(/usedcar/images/search/triangle.svg);
	background-position: right 10px center;
	background-repeat: no-repeat;
	background-size: 13px 13px;
}
/*========================================
 + 検索結果一覧
========================================*/
#usedcar_schlist_disp{
	background-color:#FFF;
	padding:5px 0 0 0;
}
#car_sch_list{ width: 960px; margin: auto;}
#SearchListDisp{
	/*background-color:#f3eee2;*/
	padding:15px 0;
}
#SearchList{
	margin:0 auto;
	padding:7px 0;
	width:1000px;
	background-color:#FFF;
}
#car_sch_list li{
	border:1px solid #d3d3d3;
	background-color: #FFF;
	margin:0 14px 10px 5px;
	line-height:1.3em;
	width:23%;
	float:left;
	position: relative;
	height:630px;
}
#SearchList li:hover{
	border:1px solid #c8142d;
}

#SearchList li:hover .CarImg{
	border-bottom:1px solid #9dd2fd;
}

.new_icon{
	position:absolute;
	top:0;
	left:10px;
}


#car_sch_list li h3{
	font-size: 15px;
	line-height:18px;
	font-weight:bold;
	text-align:center;
	padding: 14px 5px 10px;
	border-top:1px solid #FFF;
	text-decoration: none;
	height:70px;
}
.car_img{
	position: relative;
	border-bottom:1px solid #c9caca;
	width: 192px;
	margin: 15px 0 0 15px;
	float: left;
}
.car_data{
	float: right;
	width: 180px;
	margin: 5px 15px 15px 0;
}
.label-mishiyou{
	font-size: 14px;
	color: #FFF;
	padding: 3px;
	border-radius: 20px;
	background-color: #64c9fc;
	display: inline-block;
	width: 100%;
	text-align:center;
}
.label{
	font-size: 14px;
	color: #FFF;
	padding: 3px;
	border-radius: 20px;
	background-color: #fff;
	display: inline-block;
	width: 100%;
	text-align:center;
}

.tenpo{
    position: absolute;
	top:5px;
	left:0px;
	font-size: 12px;
	color: #FFF;
	font-weight: bold;
	padding: 3px 10px;
	border-radius: 3px;
	background-color: #003b12 ;
	display: inline-block;
}
.nenshiki{
	font-size: 12px;
	color: #FFF;
	padding: 3px 10px;
	margin-right:20px;
	margin-left:40px;
	border-radius: 3px;
	background-color: #4e2901 ;
	display: inline-block;
}
.soukou{
	font-size: 12px;
	color: #FFF;
	padding: 3px 10px;
	margin-left:40px;
	margin-right:20px;
	border-radius: 3px;
	background-color: #4e2901 ;
	display: inline-block;
}

.pd10{
	padding:3px 10px 0;
	font-size:12px;
}

#car_sch_list li table{width:100%;table-layout: fixed;border-collapse: collapse;font-size: 13px;}
#car_sch_list li table th{
	font-weight: normal;
	text-align: left;
	padding: 3px 0 3px 5px;
}
#car_sch_list li table td{
	text-align: left;
}

.price{ margin: 10px 0 0; display: inline-block;}


.price{
	color: red;
    font-size: 30px;
    font-family: 'Murecho', sans-serif;
    font-weight: bold;
    margin-left: 10px;
}
.price_txt{ margin: 5px 0 0;}
.price_out{
	color:red;
	font-size:18px !important;
}

.sprice{font-size:24px;}

.dtlBt2,.dtlBt {
	padding: 0 23px 0 15px;
	height: 50px;
	display: block;
	color: #fff !important;
	font-weight: bold;
	font-size: 13px;
	font-weight: normal;
	text-align: center;
	line-height: 50px;
	text-decoration: none;
	position: relative;
	width:180px;
	float:right;
}
.dtlBt{
	background-color: #ea5413;
	margin: 5px 0px 0 0;
}
.dtlBt2{
	margin: 5px 10px 0 0;
	background-color: #174f9b;
}
.dtlBt2 img,.dtlBt img{position: absolute; top: 15px; right: 10px;}
.tel_txt{ font-size: 11px; margin: 15px 5px 0 0;}
.tel_icon{margin: 0px 0 0 0;background: #FFF;padding: 5px;}



#rst_zero_disp {
	border:2px solid #c9132c;
	margin:10px;
}
#rst_zero_disp p {
	border:5px solid #feeaed;
	padding:30px 10px;
	text-align:center;
	font-size:14px;
	font-weight:bold;
}
#rst_zero_disp .price{
	font-style:italic;
	font-size:16px;
}

.price_disp_soldout{
	/*background-image:url(../images/search/price.gif);
	background-repeat:repeat;*/
	background-color:#C00;
	width:130px;
	height:26px;
	padding:0px 0 0;
	float:left;
	text-align:right;
	line-height:30px;
}
.price_disp_soldout span{
	color:#FFF !important;
	display:block;
	text-align:center;
}


/*========================================
 + ページング
========================================*/
.page_area{
	margin:10px 0 5px 0;
	clear:both;
	height: auto !important;
	line-height:24px;
	padding:0px 0px 5px; 
}

.page{
	margin:0 2px;
	float:none !important;
	font-size:12px;
	border:1px solid #dcdcdc;
	width:24px;
	display:block;
	text-align:center;
	display: inline-block;
	background-color: #FFF;
	text-decoration: none;
}
.page:hover,.page.hover{
	color:#5e5e5e !important;
	text-decoration:none;
	
}

.page_sel{
	margin-left:5px;
	float:none !important;
	color:#FFF !important;
	font-weight:bold;
	text-decoration:none;
	width:24px;
	display: inline-block;
	background-color: #989898;
	border:1px solid #989898;
}
#page_TT{
	width:450px;
	float:none !important;
	font-size:12px;
	font-weight:bold;
	line-height:25px;
	padding-left:10px;
}
#page_TT span{
	font-size:20px;
	color:#ff1200;
	font-family: 'Arial Black';
	font-weight: normal;
	font-style:italic;
}
.page_number{
	float: none !important;
	text-align: center  !important;
	margin-right:10px;
}
.lb{
	border-left:1px solid #333;
	padding-left:5px;
}
.rb{
	border-right:1px solid #333;
	padding-right:5px;
}
#tokusen{
	background-image:url(../images/search/tokuten.png);
	width:754px;
	height:266px;
	margin:30px auto;

}
#month{
	font-size:30px;
	color:white;
	font-weight:bold;
	position: relative;
	left:57px;
	top:26px;	
}	

/*---　目玉車　---*/

.osusume_list{
	background: rgb(255,245,170);
	background: linear-gradient(155deg, rgba(255,245,170,0.5214460784313726) 0%, rgba(248,224,0,0.4598214285714286) 100%);
	}
#car_sch_list li table{
	background-color:#FFF;
} 

.osusume_list .price {
	font-size: 26px;
	line-height: 43px;
	font-family: 'Caveat Brush', cursive;
	color: red;
	font-style: italic;
	font-weight:900;
	text-shadow: 3px 3px 1px yellow, -3px 3px 1px yellow, 3px -3px 1px yellow, -3px -3px 1px yellow;
	position: relative;
	display:inline-block;
	background-image: url('/usedcar/images/medama.png');
	padding: 0px 0 0 67px;
	background-size: 63px;
	background-repeat:no-repeat;
	margin: -5px 0;
}



/*---   非公開在庫   ---*/
.hikoukai_zaiko{
	-ms-filter: blur(6px);
	filter: blur(6px);
	position: relative;
}
.hikoukai_off{
	display: none;
}
.hikoukai_on{
	display: block;
	text-align: center;
	z-index: 2;
	position: absolute;
	width: 100%;
	text-align: center;
	padding: 95px 0 0;
}
.hikoukai_on i{
	font-size: 41px;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff 0px 2px 2px, #fff 2px 2px 2px, #fff -2px 2px 0px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 1px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;

}

.hikoukai_on p{
	font-size: 18px;
	letter-spacing: 1px;
	font-family: 'Zen Maru Gothic', sans-serif;
	font-weight: 900;
	text-shadow: #fff 2px 0px 2px, #fff -2px 0px 2px, #fff 0px -2px 2px, #fff 0px 2px 2px, #fff 2px 2px 2px, #fff -2px 2px 0px, #fff 2px -2px 2px, #fff -2px -2px 2px, #fff 1px 2px 2px, #fff -1px 2px 2px, #fff 1px -2px 2px, #fff -1px -2px 2px, #fff 2px 1px 2px, #fff -2px 1px 2px, #fff 2px -1px 2px, #fff -2px -1px 2px, #fff 1px 1px 1px, #fff -1px 1px 2px, #fff 1px -1px 2px, #fff -1px -1px 2px;
}
.hikoukai_on a{
	font-weight: 700;
	height: 45px;
	display: block;
	color: #fff !important;
	font-size: 15px;
	width: 180px;
	background-color: #174f9b;
	border-radius: 5px;
	margin: auto;
	line-height: 47px;
	transition: 0.7s;

}
.hikoukai_on a:hover{
	opacity: 0.8;
}


/****************************************

*****************************************/
.gray_back{background-color:#dddddd63;}
#medama_search{
	text-align:center;
	margin-top:30px;
}

/*パレットのおすすめ一覧*/
#osusume{
	text-align:center
}
.slider{
	width:100%;
	margin:0 auto;
  }
  .slider .slick-slide{height:auto!important;}
  .slider .slick-arrow{z-index:2!important;}
  .slider .slick-next{
	right:0!important;
	background: url(../img/top/new/next_btn.png) no-repeat center;
	background-size: 58px;
	position:absolute;
	top:10px;
  }
  .slider .slick-prev{
	background: url(../img/top/new/prev_btn.png) no-repeat center;
	background-size: 60px;
	position:relative;
	top:10px;
	left:90%;
  }
  .slick-prev:before, .slick-next:before {
	font-size: 0px;
  }
  
  .slider .slick-slide{
	margin-right: 0.5vw!important;
	margin-left: 0.5vw!important;
  }
 
  .slick-arrow{
	z-index:2!important;
	width:60px!important;
	height:60px!important;
  }


	/* 検索パネル　new
	================================================*/
	.s_search{
		text-align:center;
		font-weight:bold;
		font-size:24px;
		margin:35px 0 0;
	}
	.modal {
		position: relative;
		padding: 20px 0;
	}
/* モーダルボタン */
	.modalBtn {
		width: 768px;
		margin: 0 auto;
		line-height: 50px;
		cursor: pointer;
		border:1px solid #cbcbcb;
	}
	.modalBtn p {
		font-size: 18px;
		font-weight: bold;
		text-align: center;
		color: #fff;
	}
	.modalBg {
		display: none;
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vh;
		background-color: rgba(0, 0, 0, .8);
		padding: 40px 0;
		z-index:999;
	}
	.modalArea {
		position: relative;
		top:50%;
		left: 50%;
		transform: translate(-50%,-50%);
		background-color: #fff;
		border-radius: 5px;
		padding: 0;
		width: 500px;
	}
	.modalContent p {
		font-size: 16px;
		color: #222;
		line-height: 1.5;
		letter-spacing: .06em;
	}
	.modalClose {
		position: relative;
		background-color: #000;
		border-radius: 50px;
		margin: 0 0 40px auto;
		cursor: pointer;
		width:0;
		bottom:35px;
	}
	.modalClose::before {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%) rotate(45deg);
		background-color: #fff;
		border-radius: 50px;
		width: 2px;
		height: 30px;
	}
	.modalClose::after {
		content: '';
		position: absolute;
		top: 50%;
		left: 50%;
		transform: translate(-50%,-50%) rotate(-45deg);
		background-color: #fff;
		border-radius: 50px;
		width: 2px;
		height: 30px;
	}

/* search_panel  */
	.search_panel tr{
		height:70px;
		display: table-cell;
	}
	.search_panel tr:first-child{
		 border-right:1px solid #cbcbcb;
	}
	.search_panel td{
		font-weight:bold;
		padding:5px 0;
	}
	.searchPanel_btn{
		background-color:#ea5413;
		border-radius:30px;
		font-weight:bold;
		text-align:center;
		width:285px;
		margin:0 auto;
		font-size:24px;
		padding:13px 0 10px; 
		cursor: pointer;
		margin-bottom:40px;
	}
	.searchPanel_btn a{color:#fff!important;}

/* タブ */
	.tab-area {
		display: flex;
		cursor: pointer;
	  }
	  .tab {
		width: calc(100%/2);
		padding: 15px 0;
		text-align: center;
		background-color:#ebebeb;
		font-weight:bold;
		font-size:16px;
	  }
	  .tab:nth-child(n+2) {
		border-left: 2px solid #ea541c;
	  }
	  .tab.active {
		background-color: #ea541c;
		color: #fff;
	  }
	  .tab.active:nth-child(n+2) {
		border-left: 2px solid #ea541c;
	  }
	  .panel {
		display: none;
		text-align: center;
		padding:30px 0 ;
	  }
	  .panel.active {
		display: block;
	  }

	  .panel h2{
		background-image: url(/usedcar/images/search/car.svg);
		background-position:  130px center;
		background-repeat: no-repeat;
		background-size: 26px 26px;
	  }


/* search_panel_inner  */
	  .search_panel_inner{
		background-color:#afafaf;
		padding:30px 20px 40px;
	  }

	  .panel-area{
		background-color:#fff;
	  }

	  .panel-area h2{
		color:#ea541c;
		font-weight:bold;
		font-size:18px;
	  }

	  .step_txt{
		background-color:#ffc92E;
		color:#ea541c;
		border-radius:30px;
		font-size:11px;
		padding:2px 10px;
		font-weight:100;
		margin-bottom:5px;
	  }

	  .mm_tab li{
		border: 2px solid #ddd;
		padding: 13px 20px 13px 30px;
		margin: 12px 16px;
		border-radius: 10px;
		text-align: left;
		font-weight: bold;
		border-bottom:4px solid #ddd;
	 }

	 .panel_send_area{
		background-color:#ebe7e7;
		overflow:auto;
		padding:20px 0;
	 }

	 .back_button{
		background-color:#4d4d4d;
		color:#fff;
		border:1px solid #4d4d4d;
		border-radius:10px;
		text-align:center;
		width:20%;
		float: left;
		padding:10px 0;
		margin:0 5%;
		font-weight:bold;
	 }

	 .clear_button{
		background-color:#fff;
		color:#000;
		border:1px solid #ddd;
		border-radius:10px;
		text-align:center;
		width:20%;
		float: left;
		padding:10px 0;
		margin-right:5%;
		font-weight:bold;
	 }

	 .search_button{
		background-color:#ea541c;
		color:#fff;
		border:1px solid #ea541c;
		border-radius:10px;
		text-align:center;
		width:40%;
		float: left;
		padding:10px 0;
		font-weight:bold;
	 }

	 .price_area{
		border-bottom:1px solid #ddd;
		padding:10px 0;
	 }

	 .price_area:last-child{
		border-bottom:none;padding:10px 0;}

	 .price_area p{
		float:left;
		font-weight:bold;
		margin-left:20px;
		font-size:16px;
		line-height:18px;
	 }
 
	.maker_list li{
		cursor: pointer;
	} 

	.btn{
		cursor: pointer;
	}

	.maker_list{
		overflow: scroll;
		overflow-x: hidden;
    	height: 500px;
	} 

	.model_list{
		overflow: scroll;
		overflow-x: hidden;
    	height: 500px;
	} 
	.check{
		background-image: url(/usedcar/images/search/check.png);
		background-repeat: no-repeat;
		background-size: 22px 22px;
		background-position:right 15px center;;
	}
	.kensaku{
		font-size:14px;
		color:#ce0606;
	}