@charset "utf-8";
/* CSS Document */
h2.secTtl {
    padding: 10px 10px;
    display: block;
    font-size: 20px;
    font-weight: 900;
    background: #d6d6d6;
    margin-bottom: 10px;
}

h2.secTtl span{
    font-size: 14px;
}

figure{
	margin-inline-start: 0px;
	margin-inline-end: 0px;
}

/**********************************/
.datail_disp {
margin-bottom:30px; 
}
#detail_top_disp .w980{
	padding:10px 0;
}
.dtl_top_disp{
	border: 3px double #d4d4d4;
	background-color:#FFF;
	box-sizing: content-box;
	    border-radius: 3px;
}
.dtl_h2TT{
	background-image:url(../images/detail/h2_TT.gif);
	background-repeat:repeat;
	padding:10px;
	color:#FFF;
	font-size:15px;
	margin:0 0 7px;
}
.dtl_top_disp2{
	padding:10px 0;
	
}
#dtlTT{
	background-image:url(../images/detail/h3TT.gif);
	background-repeat:repeat-x;
	background-position:left bottom;
	background-color:#002678;
	color:#FFF;
	font-size:16px;
	padding:12px 10px;
}
/*========================================
 + 早見項目
========================================*/
#car_data_point{
	width:100%;
	table-layout: fixed;
}
#car_data_point th{
	background-color:#f1f1f1;
	padding:13px 0;
	text-align:center;
}
#car_data_point td{
	text-align:center;
	padding:13px 0;
	background-color:#FFF;
}
#car_data_point td .price{
	font-size:26px;
	color:#C00;
	font-weight:bold;
}
.t_r{text-align:right !important;}
#car_data_point .BB{ border-bottom:3px solid #FFF;}


/*========================================
 +　画像
========================================*/
#img_area{
	margin:auto;
	width:634px;
	float:left;
}
#main_img{
	margin:0px auto 0;
	text-align:center;
	position:relative;
	border: 3px solid #444a4a;
}
.soldout_img{
	position: absolute;
}
#AP_ImgPrev{
	position:absolute;
	cursor:pointer;
	top: 48%;
	left:0px;
	display:block;
	z-index:99;
}
#AP_ImgNext{
	position:absolute;
	cursor:pointer;
	top: 48%;
	right:0px;
	width: 40px;
	height: 40px;
	z-index:99;
}
#AP_ImgPrev a,#AP_ImgNext a{
	top: 50%;
	display: block;
	width: 40px;
	height: 40px;
	top: 0;
}
#AP_ImgNext a:before{font-family: "Font Awesome 5 Free";font-weight: 900;content: '\f105';width: 40px;height: 40px;background: rgba(255, 255, 255, 0.7);display: block;border-radius: 50%;padding: 10px;box-sizing: border-box;font-size: 20px;color: #000;line-height: 22px;}
#AP_ImgPrev a:before{font-family: "Font Awesome 5 Free";font-weight: 900;content: '\f104';width: 40px;height: 40px;background: rgba(255, 255, 255, 0.7);display: block;border-radius: 50%;padding: 10px;box-sizing: border-box;font-size: 20px;color: #000;line-height: 22px;}

#s_imgArea{
	padding:0px 0 0px 0px;
	margin: 15px 0 0 0;
	display:flex;
	flex-wrap:wrap;
	position:relative;
	z-index:99;
}
.s_img{
	width:calc(10% - 2px);
	display:block;
	margin:0 2px 5px 0;
	
	text-decoration:none;
}

.s_img a{
	display:block;
	/* width:56px; */
	/* height:42px; */
	border: 1px solid #444a4a;
	padding: 1px;
	background-color:#FFF;
}

.s_img a:visited{
	text-decoration:none;
}
.s_img a:hover{
	border:1px solid #c8142d;
 	background-color:#FFF !important;
}

#ImtCmt_area{
	padding:10px ;
	text-align:center;
}
.cmn_h2TT {
    font-size: 20px;
    font-weight: normal;
    margin-left: 2px;
    position:relative;
    padding: 0 0 0 15px;
    font-weight: bold;
    margin-top: 15px;
    /* line-height: 1.2rem; */
    /* padding: 5px 0 5px 15px; */
}
.cmn_h2TT:before{
	content:'';
	background-color:#000;
	width: 8px;
	height: 90%;
	position:absolute;
	border-radius: 21px;
	left: 0;
	top: 5%;
}


/*========================================
  在庫
========================================*/
#car_data_Rdisp{
	width: 550px;
	float:right;
}
.label-mishiyou{
	font-size: 12px;
	color: #FFF;
	padding: 3px;
	border-radius: 3px;
	background-color: rgba(255,150,0,1.00) ;
	display: inline-block;
}
.price{
	font-weight:bold;
	color: #e7151b;
	font-size: 43px;
	text-align: right;
	font-family: 'Roboto Condensed', sans-serif;
}
.price_txt{font-size: 16px;line-height: 1.3rem;text-align: right;margin: 0 0 10px;}

#car_data_Rdisp table{
	margin: 5px 0 0 0;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 14px;
	font-weight: bold;
}
#car_data_Rdisp table th{
	background: #a0a0a0;
	font-weight: normal;
	text-align: center;
	padding: 2px 0;
	border: solid 1px #bdbdbd;
}
#car_data_Rdisp table td{
	text-align: center;
	border: solid 1px #bdbdbd;
	padding: 10px 0;
	text-align: center;
}

.carContact{
	background-color: #e2e2e2;
	margin: 15px 0 0;
	padding: 15px 0 15px;
}

.newcar{
	background-image: url("../images/detail/newcar_back.jpg");
	width:309px;
	height:80px;
	margin: 15px 0 0;
	padding: 15px 0;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:white;
	cursor:pointer;
}

.carContact .tel span{display: block;text-align: center;font-size: 15px;margin: 0 0 5px;font-weight: bold;}
.carContact .tel a{padding: 5px;display: block;/* width: 246px; */margin: auto;font-family: 'Roboto Condensed', sans-serif;text-align: center;font-size: 30px;color: #000;line-height: 30px;}


.carContact  .contactBtn {
	max-width: 310px;
	width: 90%;
	background-color: #ea831c;
	padding: 0 23px 0 15px;
	height: 40px;
	display: block;
	color: #fff !important;
	font-weight: bold;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	line-height: 40px;
	text-decoration: none;
	box-shadow: 0 2px 0 #b0b0b0;
	border-radius: 3px;
	position: relative;
	margin: 7px auto 0;
	box-sizing: border-box;
}
.carContact  .contactBtn img{position: absolute; top: 15px; right: 15px;}

/*======================================
 +　切り替えボタン
========================================*/
#KirikaeBtDisp{
	position: relative;
	z-index:990;
}
#KirikaeBtDisp ul{
	text-align:center;
}
#KirikaeBtDisp ul li{
	display:inline-block;	
	height:70px;
	margin:0 20px 0;
	width:332px;
	text-align:center;
	box-sizing: border-box;
	position:relative;
	background-color:#FFF;
}
#KirikaeBtDisp ul li a{
	display:block;
	text-align:center;
	text-decoration:none;
	background-image:url(../images/detail/tab.jpg);
	width:332px;
	height:0;
	padding:70px 0 0 0;
	overflow:hidden;
}
#KirikaeBtDisp ul li:first-child a{ background-position:0 0 ;}
#KirikaeBtDisp ul li:last-child a{ background-position:-332px 0 ;}
#KirikaeBtDisp ul li:first-child.selected a{
	background-position:0 -70px;
}
#KirikaeBtDisp ul li:last-child.selected a{
	background-position:-332px -70px;
}

.detail_data{
	margin:-7px 0 0 0;
	padding:10px 10px;
	background-color:#FFF;
	border:2px solid #000;
	z-index:999;
	position:relative;
}
/* 基本情報 */
#disp2,#disp3{display:none;}


#detail_data_box table{
	margin: 10px 0 40px 0;
	border-collapse: collapse;
	table-layout: fixed;
	font-size: 13px;
	width: 100%;
}
#detail_data_box table th{
	background: #e2e2e2;
	font-weight: normal;
	text-align: center;
	padding: 5px 0;
	border: solid 1px #bdbdbd;
	margin: -1px 0px 0 0px;
}
#detail_data_box table td{
	text-align: center;
	border: solid 1px #bdbdbd;
	padding: 5px 10px;
	text-align: right;
	margin: -1px 0px 0 -1px;
}
.t_c td{
	text-align: center !important;

}
#panelSlct td select{
	padding:5px;
}

/*　装備情報　*/
#soubi{
	/* margin-top:5px; */
	margin-bottom: 40px;
	background-color:#FFF;
	padding: 10px 0;
	overflow: auto;
}
#soubi li{
	background-color:#e7e8e8;
	float:left;
	padding: 5px 16px;
	display:inline-block;
	margin: 0px 5px 5px 0;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

div#contact_ds {
    margin: 15px 0 0;
    background: #e2e2e2;
    padding:15px 0;
}
div#contact_ds .tel{
	text-align:center;
	font-size: 21px;
}
div#contact_ds .tel a {
    padding: 5px;
    display: block;
    /* width: 246px; */
    margin: auto;
    font-family: 'Roboto Condensed', sans-serif;
    text-align: center;
    font-size: 36px;
    color: #000;
    line-height: 30px;
}
#comment{
	padding:15px;
	background-color:#FFF;
}

#comment2{
	padding:15px;
	background-color:#FFF;
}

#data_disp{
	padding:15px;
	background-color:#f1f1f1;
}

#car_data_catalog{
	border:3px solid #FFF;
}
#car_data_catalog{
	width:100%;
	table-layout: fixed;
}
#car_data_catalog th{
	background-color:#f1f1f1;
	padding:5px 0;
	text-align:center;
}
#car_data_catalog td{
	text-align:center;
	padding:5px 0;
	background-color:#FFF;
}
#car_data_catalog td .price{
	font-size:20px;
	color:#C00;
}
#data_disp ul{
	background-color:#FFF;
	margin:10px 0 0;
	padding:7px;
}
#data_disp ul li{
	display:inline-block;
	margin:5px 30px 0 0;
	font-size:14px;
	
}
.t_r{text-align:right !important;}
.contact_disp{
	margin:50px 0 50px;
	background-image:url(../images/detail/contact.gif);
	background-repeat:repeat;
}
.ContactDisp_in{
	background-image: url(../images/detail/cotact_disp_new.png);
	background-repeat:no-repeat;
	height:376px;
	position:relative;
	margin: auto ;
	width:960px;
}
.ContactDisp_in_text{
	padding:100px 30px 0 150px;
}	
.ContactDisp_in_text tr{
	height:37px;
}	
.ContactDisp_in_text td{
	height:35px;
}
.contact_disp a{
	position:absolute;
	bottom:50px;
	right:390px;
}
#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;	
}	
.zaikoDetail h4 {
    border-bottom: 2px solid #005fa9;
    margin: 30px 0 10px;
    text-align: left;
    width: 100%;
}
.otherList {
    margin: 20px 0 30px;
}
.flex {
    display: flex;
    flex-wrap: wrap;
}
.otherList li {
    box-sizing: border-box;
    width: 24%;
	margin-right:5px;
	border: 1px solid #dcdcdc;
	padding:2px;
	list-style:none;
}
.otherList li table {
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}
.otherList li table th {
    background: #e5e6e8 none repeat scroll 0 0;
    border-top: 3px solid #FFF;
}

th {}

th {}
.otherList li table tr > * {
    font-size: 12px;
    padding: 2px 10px 2px;
}
.otherList a {
	text-decoration: none;
}
.arrow {
    display: inline-block;
    font-size: 90%;
    padding: 0 10px 0 18px;
    position: relative;
    text-decoration: none;
}
.otherList .detailBtn {
    background: #000000 none repeat scroll 0 0;
    color: #fff;
    display: block;
    font-size: 90%;
    font-weight: bold;
    margin: 5px 0 0;
    padding: 7px 14% 6px 18px;
    text-align: center;
    width: auto;
}
.arrow::after {
    border-color: transparent transparent transparent #fff;
    border-style: solid;
    border-width: 7px 0 6px 7px;
    content: " ";
    height: 0;
    margin-top: -3px;
    position: absolute;
    right: 10px;
    top: 43%;
    width: 0;
}



#contact_message{
	background: #ffcc5f;
	font-weight: bold;
	color: #40120d;
	font-size: 18px;
	position: relative;
	font-family: "M PLUS 1p";
	text-align: center;
	padding: 10px 0;
	margin: 20px 0 20px;
	/* box-shadow: 4px 4px 0 #ffdf25; */
}
#contact_message::after {
    content: "";
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 15px solid #ffcc5f;
    position: absolute;
    bottom: -15px;
    left: 50%;
    margin: 0 0 0 -12px;
    /* box-shadow: 4px 4px 0 #ffdf25; */
    z-index: 3;
}

/*CONTACT*/
.contact_disp {
    background-image: none;
    width: 100%;
    height: auto;
    position: relative;
    margin: 10px auto;
    font-size: 16px;
}
.contact_disp table {border-collapse:separate;border-spacing:10px 12px;width:100%;margin: 0px auto;/* background-color:#fff; */max-width: 625px;}
.contact_disp th {width:30%;padding: 0px 0px;text-align:left;font-weight:normal;color: #000;/* background-color:#0057a2; */text-align: right;font-size: 15px;}
.contact_disp td {/* border-bottom:1px dashed #68514e; */padding: 0px 4px 0px;text-align: left;}
.contact_disp input,.contact_disp textarea{
	border: 1px solid #bdbdbd;
	padding: 3px 5px;
	border-radius:3px;
	font-size: 18px;
	line-height: 1.5rem;
	}
	.w90P{width:90%;}
.contact_disp input.required{
    border-left: 2px solid #b70306;
 }
 #email{ width: 400px;}
 span.edit_required {
    font-size: 10px;
    margin: 0 0 0 3px;
    background: #000;
    color: #FFFF;
    padding: 2px 5px;
    border-radius: 3px;
    position: relative;
    top: -2px;
}

.contact_disp table p{
	background-color: #ececec;
	border: 1px solid #bdbdbd;
	padding: 3px 5px;
	border-radius:3px;
	font-size: 18px;
	line-height: 1.5rem;
	margin: 0;
}


.button_block {
    text-align: center;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
	text-align:center;
}
#send_Bt1 {
	display: inline-block;
	padding:16px 0 14px;
	font-size: 20px;
	text-align:center;
	font-family: inherit;
	border:medium none;
	color: #ffffff;
	background: #2e3182;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;
	width: 300px;
	margin: 5px;
}
#clear_Bt1{
	display: inline-block;
	margin: 5px;
	width: 300px;
	padding:16px 0 14px;
	font-size: 20px;
	text-align:center;
	font-family: inherit;
	border:medium none;
	color: #000;
	background:#e3e3e3;
	-webkit-transition:all 0.7s;
	transition:all 0.7s;
	background: #FFF;
	}
#send_Bt1:hover,#clear_Bt1:hover{
	/* opacity:0.8; */
	opacity: 0.5;
}
.edit_notify {
    font-size: 16px;
    font-weight: bold;
    color: #0057a2;
    text-align: center;
}
/* contact thanks */
.contactBox_tel { width: 80%; margin: 55px auto 0; padding: 20px; text-align: center; background: #e7f4ff; }
.contactBox_tel .ttl { margin: -34px auto 1em; font-size: 18px; font-weight: bold; color: #0057a2; }
.contactBox_tel .tel { display: inline-block; margin: 0 auto; font-size: 30px; font-weight: bold; color: #681916; line-height: 1;  }




@media screen and (max-width: 1040px){

	#img_area {
		width: 60%;
	}
	#car_data_Rdisp {
		width: 38%;
	}
	

}

@media screen and (max-width: 768px){
	.s_img{
		width:calc(14.3% - 6px);
		display:block;
		margin:0 5px 5px 0;

		text-decoration:none;
	}


}
@media screen and (max-width: 767px){
	#contents{
		width:95%;
		margin-inline:auto;
	}

	#img_area {
		width: 100%;
		float: none;
	}
	#car_data_Rdisp {
		width: 100%;
		float: none;
	}
	#detail_data_box table {
		display: block;
	}
	#detail_data_box table tbody{
		display: block;
	}
	#detail_data_box table tbody tr{
		display: flex;
		flex-wrap:wrap;
	}
	#detail_data_box table tbody tr th{
		width: 40%;
	}
	#detail_data_box table tbody tr td{
		width: 53%;
	}

	.otherList li {
		box-sizing: border-box;
		width: calc(50% - 5px);
		margin-right: 5px;
		margin-bottom: 15px;
	}


	.s_img{
		width:calc(20% - 5px);
		display:block;
		margin:0 5px 5px 0;

		text-decoration:none;
	}

	h2.secTtl {
		padding: 5px 10px;
		display: block;
		font-size: 20px;
		font-weight: 900;
		background: #d6d6d6;
		margin-bottom: 10px;
	}

	.price_txt {
		line-height: 2rem;
		margin:10px 0 0 
	}
	#car_data_Rdisp table td {
		padding: 5px 0;
	}	



}
@media screen and (max-width: 680px){


	.contact_disp table{ max-width:480px; width:100%; margin:auto;}
	.contact_disp tr {width:100%; display:block;}
	.contact_disp th {width:100%;display:block;text-align:left;}
	.contact_disp th br{ display:none;}
	.contact_disp td {width:100%; display:block; padding:2px 0 10px; }
	 #email,.w90P{width:98%;}



#send_Bt1 {
	width: 80%;
}
#clear_Bt1{
	width: 80%;
	font-size: 15px;
	padding: 13px 0 13px;
	}
}

.youtube {
	width: 100%;
	aspect-ratio: 16 / 9;
  }
  .youtube iframe {
	width: 100%;
	height: 100%;
  }

  .staff_comment h2 {
	background-color: #000000;
	color: #FFF;
	display: inline-block;
	position: relative;
	left: -29px;
	top: -10px;
	padding: 3px 15px;
  }
  .staff_comment {
	padding: 20px 20px;
	font-size: 16px;
	background: #f5f5f5;
	margin: 35px 0 20px;
  }


  