@charset "utf-8";


/*btn_free*/
.btn_free {
	width:376px;
	height:102px;
	position:relative;
	margin:0 auto 20px;
	background-image:url(../../img/detail/btn_free_off3.png);
	background-position:center center;
	background-repeat:no-repeat;
	-moz-background-size:contain;
	background-size:contain;
}
.btn_free:hover {background-image:url(../../img/detail/btn_free_on3.png);}
.btn_free a {width:100%; height:100%;}
	.btn_free span {
		width:50%;
		cursor:pointer;
		text-align:center;
		display:block;
		position:absolute;
		color:#FFFFFF;
		font-size:16px;
		right:14%;
		bottom:16%;

     user-select: none;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     -o-user-select: none;
	 -webkit-tap-highlight-color:rgba(0,0,0,0);
	}
	.btn_free:hover span { right:13%; bottom:13%;}



/*-------------------------------

		#detail_head

-------------------------------*/
#detail_head_wrap {margin-top:58px;}
#detail_head {
	background-color:#FFFFFF;
	padding:30px 3px 30px 30px;
	}

	#detail_head dl {
		width:500px;
		float:left;
	}
		#detail_head dl dt {
			clear: both;
			float:left;
			width: 60px;
		}
		#detail_head dl dd {
			margin-left: 80px;
			font-size:20px;
			font-weight:bold;
		}
			#detail_head dl dd span.new {color:#0885C0;}
			#detail_head dl dd span.old {color:#29ad37;}

	#detail_head .btn_free {
		float:right;
		margin-right:30px;
		margin-top:-20px;
		margin-bottom:0;
	}



#detail_photo_wrap {
	padding: 0 30px 30px;
}


/*-------------------------------

		#detail_price
		
-------------------------------*/
#detail_price_wrap{
	background-color:#FFFFFF;
	margin:10px 0 0 0;
	padding-top:10px;
	padding-bottom:10px;
	}
#detail_price {
	width:960px;
	margin:10px auto;
}
#detail_price > li {
	border-radius:5px;
	float:left;
	height:100px;
	padding-top:10px;
	font-weight:bold;
	line-height:1.6em;
	position:relative;
	}

#detail_price > li:nth-child(1){
	width:370px;
	height:100px;
	background-color:#EEEEEE;
	margin:0px;
	padding:10px 0 0 20px;
	text-align:center;
	}
#detail_price > li:nth-child(1) p.txt11 {
	margin-top:5px;
	padding:10px 0 0px 10px;
	font-size:16px;
	display: flex; 		/*横並び*/
}
#detail_price > li:nth-child(1) p.txt12 {
	margin-top:5px;
	padding:15px 0 0px 0px;
	font-size:16px;
}
#detail_price > li:nth-child(1) p.txt21 {
	margin-top:5px;
	font-size:16px;
	line-height:1em;
	padding:8px 0 0px 10px;
}
#detail_price > li:nth-child(1) p.txt22 {
	margin-top:5px;
	padding:10px 0 0px 0px;
	font-size:16px;
}
#detail_price > li:nth-child(1) p.nonavi1 {
	margin-top:0px;
	padding:15px 0 0px 120px;
	text-align:center;
	display: flex; 		/*横並び*/
}
#detail_price > li:nth-child(1) p.nonavi2 {
	margin-top:5px;
	padding:15px 0 0px 0px;
}
.quest_img {
	width:16px;
	height:16px;
	padding: 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#detail_price > li:nth-child(2){
	width:32px;
	background:url(../../img/detail/price_mark2.png) center no-repeat;
	text-indent:-9999px;
	}
#detail_price > li:nth-child(3){
	width:160px;
	background-color:#3C8BC2;
	color:#FFFFFF;
	text-align:center;
	}
#detail_price > li:nth-child(4){
	width:32px;
	background:url(../../img/detail/price_mark3.png) center no-repeat;
	text-indent:-9999px;
	}
#detail_price > li:nth-child(5){
	width:320px;
	height:94px;
	padding-left:10px;
	background-color:#ffeeee;
	border:3px solid #DE0000;
	color:#DE0000;
	}
#detail_price > li p {padding:14px 0 20px;}
#detail_price > li span {font-size:25px;}
#detail_price > li:nth-child(5) p.txt1 {padding:0 0 0 14px; font-size:20px;}
#detail_price > li:nth-child(5) p.txt2 {
	 font-size:55px;
	 line-height:1.3em;
	 display:inline;
	 letter-spacing:-3px;
	 padding:0 0 0 25px;
}
#detail_price > li:nth-child(5) p.txt22 {
	 font-size:40px;
	 line-height:1.3em;
	 display:inline;
	 letter-spacing:-4px;
	 padding:0;
}
#detail_price > li:nth-child(5) p.txt23 {
	 font-size:26px;
	 line-height:1.3em;
	 padding:3px 0 0 10px;
}
#detail_price > li:nth-child(5) p.txt22 span {
	 font-size:16px;
	 padding-left:4px;
	 letter-spacing:normal;
}
#detail_price > li:nth-child(5) .txt3 {
	position:absolute;
	right:6px;
	bottom:12px;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
	font-weight:normal;
	padding:0;}

#detail_price > li ul li{ float:left; text-align:center; height:60px;}
#detail_price > li ul li:nth-child(3){ width:170px; color:#333333;}
#detail_price > li ul li:nth-child(3) p.txt1 {line-height:1.2em; padding:6px 0 16px; vertical-align:middle;}
#detail_price > li ul li:nth-child(3) p.txt2 {line-height:1.2em; padding:20px 0 16px; vertical-align:middle;}

#detail_price > li ul li:nth-child(2){
	width:32px;
	background:url(../../img/detail/price_mark1.png) center no-repeat;
	text-indent:-9999px;
}

/*-------------------------------

		新庫車
		#detail_price_nu
		
-------------------------------*/
#detail_price_nu_wrap{
	background-color:#FFFFFF;
	margin-top:15px;
	padding-top:10px;
	padding-bottom:10px;
	}

#detail_price_nu {
	width:940px;
	margin:10px auto;
}
#detail_price_nu > li {
	border-radius:5px;
	float:left;
	height:100px;
	padding-top:10px;
	font-weight:bold;
	line-height:1.6em;
	position:relative;
	}
#detail_price_nu > li:nth-child(1){
	width:380px;
	background-color:#EEEEEE;
	}
#detail_price_nu > li:nth-child(2){
	width:32px;
	background:url(../../img/detail/price_mark2.png) center no-repeat;
	text-indent:-9999px;
	}
#detail_price_nu > li:nth-child(3){
	width:160px;
	background-color:#3C8BC2;
	color:#FFFFFF;
	text-align:center;
	}
#detail_price_nu > li:nth-child(4){
	width:32px;
	background:url(../../img/detail/price_mark3.png) center no-repeat;
	text-indent:-9999px;
	}
#detail_price_nu > li:nth-child(5){
	width:150px;
	height:94px;
	padding-left:10px;
	background-color:#ffeeee;
	border:3px solid #DE0000;
	color:#DE0000;
	}
#detail_price_nu > li:nth-child(6){
	width:150px;
	height:94px;
	margin-left:3px;
	padding-left:10px;
	background-color:#E5F8FF;
	border:3px solid #00B0F0;
	color:#0000FF;
	}
#detail_price_nu_nonavi {
	text-align:center;
}

#detail_price_nu > li p {padding:14px 0 20px;}
#detail_price_nu > li span {font-size:23px;}

/* 本体 */
#detail_price_nu > li:nth-child(5) p.txt1 {padding:0 0 0 2px; font-size:14px;}
#detail_price_nu > li:nth-child(5) p.txt2 {
	 font-size:40px;
	 line-height:1.3em;
	 display:inline;
	 letter-spacing:-3px;
	 padding:0;
}
#detail_price_nu > li:nth-child(5) p.txt22 {
	 font-size:40px;
	 line-height:1.3em;
	 display:inline;
	 letter-spacing:-4px;
	 padding:0;
}
#detail_price_nu > li:nth-child(5) p.txt23 {
	 font-size:26px;
	 line-height:1.3em;
	 padding:3px 0 0 10px;
}
#detail_price_nu > li:nth-child(5) p.txt22 span {
	 font-size:16px;
	 padding-left:4px;
	 letter-spacing:normal;
}
#detail_price_nu > li:nth-child(5) .txt3 {
	position:absolute;
	right:45px;
	bottom:6px;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
	font-weight:normal;
	padding:5px 0 0 0;
}

/* 総額 */
#detail_price_nu > li:nth-child(6) p.txt1 {
	padding:0 0 0 0px;
	font-size:14px;
	display: flex; 		/*横並び*/
}
.quest_img {
	width:16px;
	height:16px;
	margin: 3px 0 0 5px;
	padding: 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
#detail_price_nu > li:nth-child(6) p.txt2 {
	 font-size:40px;
	 line-height:1.3em;
	 display:inline;
	 letter-spacing:-3px;
	 padding:0;
}
#detail_price_nu > li:nth-child(6) p.txt22 {
	 font-size:40px;
	 line-height:1.3em;
	 display:inline;
	 letter-spacing:-4px;
	 padding:0;
}
#detail_price_nu > li:nth-child(6) p.txt23 {
	 font-size:26px;
	 line-height:1.3em;
	 padding:0;
}
#detail_price_nu > li:nth-child(6) p.txt22 span {
		 font-size:16px;
		 padding-left:4px;
		 letter-spacing:normal;
}
#detail_price_nu > li:nth-child(6) .txt3 {
	position:absolute;
	top:82px;
	right:45px;
	bottom:12px;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
	font-weight:normal;
	padding:0;
}


#detail_price_nu > li ul li{ float:left; text-align:center; height:100px;}

#detail_price_nu > li ul li:nth-child(1),
#detail_price_nu > li ul li:nth-child(3){ width:170px; color:#333333;}
#detail_price_nu > li ul li:nth-child(3) p.txt1 {line-height:1.2em; padding:6px 0 16px; vertical-align:middle;}
#detail_price_nu > li ul li:nth-child(3) p.txt2 {line-height:1.2em; padding:20px 0 16px; vertical-align:middle;}

#detail_price_nu > li ul li:nth-child(2){
	width:32px;
	background:url(../../img/detail/price_mark1.png) center no-repeat;
	text-indent:-9999px;
}

/*-------------------------------

		中古車
		#detail_price_u
		
-------------------------------*/
#detail_price_u_wrap{
	background-color:#FFFFFF;
	margin-top:15px;
	padding-top:10px;
	padding-bottom:10px;
	}

#detail_price_u {
	width:940px;
	margin:10px auto;
}
#detail_price_u > li {
	border-radius:5px;
	float:left;
	height:100px;
	padding-top:10px;
	font-weight:bold;
	line-height:1.6em;
	position:relative;
	}

#detail_price_u > li:nth-child(1){
	width:380px;
	/*background-color:#EEEEEE;*/
	}
#detail_price_u > li:nth-child(2){
	width:32px;
	/*background:url(../../img/detail/price_mark2.png) center no-repeat;*/
	text-indent:-9999px;
	}
#detail_price_u > li:nth-child(3){
	width:160px;
	/*background-color:#3C8BC2;*/
	color:#FFFFFF;
	text-align:center;
	}
#detail_price_u > li:nth-child(4){
	width:32px;
	/*background:url(../../img/detail/price_mark3.png) center no-repeat;*/
	text-indent:-9999px;
	}
#detail_price_u > li:nth-child(5){
	width:150px;
	height:94px;
	padding-left:10px;
	background-color:#ffeeee;
	border:3px solid #DE0000;
	color:#DE0000;
	}
#detail_price_u > li:nth-child(6){
	width:150px;
	height:94px;
	margin-left:3px;
	padding-left:10px;
	background-color:#E5F8FF;
	border:3px solid #00B0F0;
	color:#0000FF;
	}
#detail_price_u_nonavi {
	text-align:center;
}

#detail_price_u > li p {padding:14px 0 20px;}
#detail_price_u > li span {font-size:25px;}
/* 本体 */
#detail_price_u > li:nth-child(5) p.txt1 {
	padding:0 0 0 2px;
	font-size:14px;
}
#detail_price_u > li:nth-child(5) p.txt2 {
	 font-size:40px;
	 line-height:1.3em;
	 display:inline;
	 letter-spacing:-3px;
	 text-align:center;
	 padding:0;
}
#detail_price_u > li:nth-child(5) p.txt22 {
	 font-size:40px;
	 line-height:1.3em;
	 display:inline;
	 letter-spacing:-4px;
	 padding:0;
}
#detail_price_u > li:nth-child(5) p.txt23 {
	 font-size:26px;
	 line-height:1.3em;
	 padding:3px 0 0 10px;
}
#detail_price_u > li:nth-child(5) p.txt22 span {
		 font-size:16px;
		 padding-left:4px;
		 letter-spacing:normal;
}
#detail_price_u > li:nth-child(5) p.txt3 {
	position:absolute;
	top:82px;
	right:45px;
	bottom:12px;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
	font-weight:normal;
	padding:0;
}

/* 総額 */
#detail_price_u > li:nth-child(6) p.txt1 {
	padding:0 0 0 0px;
	font-size:14px;
	display: flex; 		/*横並び*/
}
#detail_price_u > li:nth-child(6) p.txt1 .img {
	margin: 0;
	padding: 0;
	overflow: hidden;
	position: relative;
}
#detail_price_u > li:nth-child(6) p.txt2 {
	 font-size:40px;
	 line-height:1.3em;
	 display:inline;
	 letter-spacing:-3px;
	 padding:0;
}
#detail_price_u > li:nth-child(6) p.txt22 {
	 font-size:40px;
	 line-height:1.3em;
	 display:inline;
	 letter-spacing:-4px;
	 padding:0;
}
#detail_price_u > li:nth-child(6) p.txt23 {
	 font-size:26px;
	 line-height:1.3em;
	 padding:0;
}
#detail_price_u > li:nth-child(6) p.txt22 span {
		 font-size:16px;
		 padding-left:4px;
		 letter-spacing:normal;
}
#detail_price_u > li:nth-child(6) .txt3 {
	position:absolute;
	top:82px;
	right:45px;
	bottom:12px;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
	font-weight:normal;
	padding:0;
}

#detail_price_u > li ul li{ float:left; text-align:center; height:100px;}

#detail_price_u > li ul li:nth-child(1),
#detail_price_u > li ul li:nth-child(3){ width:170px; color:#333333;}
#detail_price_u > li ul li:nth-child(3) p {line-height:1.2em; padding:6px 0 16px;}

#detail_price_u > li ul li:nth-child(2){
	width:32px;
	background:url(../../img/detail/price_mark1.png) center no-repeat;
	text-indent:-9999px;
}

/*-------------------------------

		#detail_main

-------------------------------*/

#detail_main {
	background-color:#FFFFFF;
	padding:0 30px 30px;
}

#detail_main .box_main_area{
	width:640px;
	height:430px;		/*20240910A */
	float:left;
}
#detail_main .box_sub_area{ 
  width:290px;
  float:right;
}

}
#detail_main .box_error_area{ 
  background-color: #FFFFFF;
  height:360px;
  padding:20px;
  font-size:14px;
  color:#900;
}

/*box_main_area*/
#photo_slide{ position:relative;}
#photo_slide a:hover{opacity:0.8;transition:.2s;}

.slide_txt {
	background: #000;
	padding: 10px;
	margin-top: 10px;
	color: #fff;
}


/*-----slider-style-----*/

/*main-navi*/
.slider-for button.slick-next,
.slider-for button.slick-prev{
	width:28px;
	height:50px;
    z-index: 99;
	text-indent:-9999px;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
	}
.slider-for button.slick-next,
.slider-for button.slick-next:hover {
	background:url(../../img/detail/slider_next.png) center no-repeat;
    right: 10px;
}
.slider-for button.slick-prev,
.slider-for button.slick-prev:hover {
	background:url(../../img/detail/slider_prev.png) center no-repeat;
	left: 10px;
}
.slider-for button.slick-next:hover,
.slider-for button.slick-prev:hover {	opacity:0.5;}

#slide-btn {
	position:absolute;
	background-color:#FFFFFF;
	width:20px;
	height:20px;
	right:10px;
	border-radius:100%;
	top:395px;
	cursor:pointer;
	background-image:url(../../img/detail/slide-btn.png);
	background-position:0 0;
	background-repeat:no-repeat;
}
#slide-btn:hover {opacity:0.7;}
#slide-btn.open { background-position:0 -20px;}

/*caption*/
.slider-for li {position:relative;}
.slider-for li p {
	background:rgba(0, 0, 0, 0.6);
	color:#FFFFFF;
	/*position:absolute;
	left:0;
	bottom:0;
	width:98%;*/
	padding:1%;
	font-size:13px;
}

/*thumb-navi*/
.slider-nav button.slick-next,
.slider-nav button.slick-prev{
	width:22px;
	height:100%;
    z-index: 99;
	text-indent:-9999px;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
	}
.slider-nav button.slick-next,
.slider-nav button.slick-next:hover {
	background: url(../../img/detail/slider_next_bg.png) center no-repeat;
    right: 0px;
	border-radius:0 5px 5px 0;
}
.slider-nav button.slick-prev,
.slider-nav button.slick-prev:hover {
	background:url(../../img/detail/slider_prev_bg.png) center no-repeat;
	left: 0px;
	border-radius:5px 0 0 5px ;
}
.slider-nav button.slick-next:hover,
.slider-nav button.slick-prev:hover {	opacity:0.7;}


/*スライド画像の横幅可変*/
img {
  max-width: 100%;
  height: auto;
}
.slider-nav {
	max-width: 100%;
	height:auto;		/*20240910A */
	padding:0 26px;
	margin: 5px auto 5px;
	text-align:-webkit-center;
}
.slider-nav li{
	margin: 4px;
	cursor:pointer;
	display:inline-block;
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
}
.slider-nav li:hover {opacity:0.7;}

.slider-nav li.slick-current {
}
.slider-nav li.slick-current img {
	width:94%;
	border:3px solid #01416f;
	}

/*-----/slider-style-----*/


#photo_slide p.txt1 {
	color:#01416f;
	font-size:16px;
	margin-top:10px;
}
.box_main_area p.txt2 {
	color:#000000;
	font-size:12px;
	line-height:1.3em;
	margin-top:10px;
}

/*box_sub_area*/
/*data1*/
#detail_main .box_sub_area .data1 {
	width:100%;
	font-size:16px;
	line-height:1.4em;
}
#detail_main .box_sub_area .data1 tr {
	border-bottom:2px solid #FFFFFF;
}
#detail_main .box_sub_area .data1 th {
	width:90px;
	background-color:#01416f;
	color:#FFFFFF;
	text-align:left;
	font-weight:normal;
	padding:10px 4px;
}
#detail_main .box_sub_area .data1 td {
	background-color:#EFEFEF;
	padding:10px 4px;
}
	#detail_main .box_sub_area .data1 td span {font-size:14px; letter-spacing:-1px;}


/*data2*/
#detail_main .box_sub_area .data2 {
	width:96%;
	padding:2%;
	background-color:#EFEFEF;
}
#detail_main .box_sub_area .data2 li {
	width:30%;
	float:left;
	margin:1%;
}
#detail_main .box_sub_area .data2 li img {
	width:100%;
	}

/*-------------------------------

		#detail_sub

-------------------------------*/

#detail_sub {
	margin-top:20px;
	background-color:#FFFFFF;
}
#detail_sub h4 {
	background-color:#333333;
	color:#FFFFFF;
	font-size:20px;
	padding:8px 0;
	text-indent:30px;
	font-weight:normal;
}
#detail_sub p {
	padding:30px;
	font-size:16px;
	line-height:1.6em;
}




/*-------------------------------

		#acce_navi

-------------------------------*/
#acce_navi {
	background-color:#FFFFFF;
	margin-top:30px;
	padding:30px 0;
}
#acce_navi li {
	width:50%;
	float:left;
	text-align:center;
}
#acce_navi li p {
	font-size:25px;
	color:#333333;
	font-weight:bold;
	display:inline-block;
	margin:0 10px;
}
#acce_navi li p span {
	font-size:35px;
	color:#c80909;
}
#acce_navi li p.other_select {
	text-align:right;
	font-size:14px;
	font-weight:normal;
	color:#00285b;
	padding:20px 30px 0 0;
	display:block;
}


/*-------------------------------

		#other_slide

-------------------------------*/
#other_slide {
	margin:40px 0 30px;
}
#other_slide h4 {
	font-size:20px;
	margin-bottom:10px;
}

/*main-navi*/
.multiple-items button.slick-next,
.multiple-items button.slick-prev{
	width:30px;
	height: 100%;
    z-index: 99;
	text-indent:-9999px;

    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
	}
.multiple-items button.slick-next,
.multiple-items button.slick-next:hover {
	background: url(../../img/detail/slider2_next_bg.png) center no-repeat;
    right: 0px;
	border-radius:0 5px 5px 0;
}
.multiple-items button.slick-prev,
.multiple-items button.slick-prev:hover {
	background: url(../../img/detail/slider2_prev_bg.png) center no-repeat;
	left: 0px;
	border-radius:5px 0 0 5px;
}
.multiple-items button.slick-next:hover,
.multiple-items button.slick-prev:hover {	opacity:0.7;}

.multiple-items {
	max-width:100%;
	padding:0 50px;
	margin: 0 auto ;
	text-align:-webkit-center;
}
.multiple-items li{
	margin: 10px;
	display:inline-block;
}
.multiple-items li a{
    -webkit-transition: 0.3s ease-in-out;
       -moz-transition: 0.3s ease-in-out;
         -o-transition: 0.3s ease-in-out;
            transition: 0.3s ease-in-out;
	}
.multiple-items li a:hover {
   opacity: 0.7;
    filter: alpha(opacity=70);
	}

.detail_btnArea {
	width: 100%;
	padding: 30px 0;
}
.detail_btnArea li img {
	width: 100%;
	height: auto;
}
.detail_btnArea li img:hover {
	opacity: .7;
}
.detail_btnArea li a{
	position:relative;
}
.detail_btnArea li span{
	font-size:14px;
	letter-spacing:0.5px;
	position:absolute;
	left:17.5%;
	bottom:18%;
	color:#fff;
}
.detail_btnArea2 {
	width: 30%;
	padding: 10px 0 10px 0;
	margin: 0 auto;
}
.detail_btnArea2 li img {
	width: 100%;
	height: auto;
}
.detail_btnArea2 li img:hover {
	opacity: .7;
}
.detail_btnArea2 li a{
	position:relative;
}
.detail_btnArea2 li span{
	font-size:18px;
	font-weight:bold;
	letter-spacing:0.5px;
	position:absolute;
	left:20%;
	top:30%;
	color:#000;
}

@media (min-width: 751px) {
  #contents {
    overflow: hidden;
  }
	.detail_btnArea li {
		width: 49%;
		margin:0 auto;
	}
/*	.detail_btnArea li:first-child {
		float: left;
	}
	.detail_btnArea li:last-child {
		float: right;
	}
*/
#detail_main .box_sub_area .data2 {
	min-height:250px;
}
}


@media (max-width: 750px) {
	/* LINEなし */
	.detail_2btn_fix {
		text-align: center;
		width: 100%;
		position: fixed;
		z-index: 999;
		bottom: 0;
		padding: 10px 0;
		background: rgba(31,31,31,.70);
	}
	.detail_2btn_fix ul {
		width: 96%;
		margin: 0 auto;
	}
	.detail_2btn_fix ul li {
		width: 45%;
		margin: 0 1%;
		display: inline-block;
	}

	.detail_2btn_fix ul li span{
		white-space:nowrap;
		font-size:10px;
		color:#fff;
		position:absolute;
		left:32%;
		bottom:11%;
	}
	.detail_2btn_fix ul li img {
		width: 100%;
		height: auto;
	}
	.detail_2btn_fix ul li:hover {
		opacity: .7;
	}
	.detail_2btn_fix ul li a{
		position:relative;
	}
	/* LINEあり */
	.detail_3btn_fix {
		text-align: center;
		width: 100%;
		position: fixed;
		z-index: 999;
		bottom: 0;
		padding: 10px 0;
		background: rgba(31,31,31,.70);
	}
	.detail_3btn_fix ul {
		width: 99%;
		margin: 0 auto;
	}
	.detail_3btn_fix ul li {
		width: 31%;
		margin: 0 0px;
		display: inline-block;
	}
	.detail_3btn_fix ul li span{
		white-space:nowrap;
		font-size:11px;
		color:#fff;
		position:absolute;
		left:30%;
		bottom:9%;
	}
	.detail_3btn_fix ul li img {
		width: 100%;
		height: auto;
	}
	.detail_3btn_fix ul li:hover {
		opacity: .7;
	}
	.detail_3btn_fix ul li a{
		position:relative;
	}
	/* ここまで　*/
	
	.detail_btnArea {
		width: 96%;
		margin: 0 auto 30px;
		padding: 0;
	}
	.detail_btnArea li {
		margin-top: 10px;
		width: 100%;
	}
	.detail_btnArea li span{
		font-size:2.5vw;
		left:18%;
		bottom:19%;
		letter-spacing:1px;
	}
	.sp_slider {
		width: 96%;
		/*height:400px;		/* 20240910A */
		margin: 10px auto 0;
	}
	.slide_txt{font-size:14px;line-height:1.3;}

	.box_sub-sptxt {
		margin-bottom: 20px;
	}
	.box_sub-sptxt p.txt1 {
		color: #01416f;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.box_sub-sptxt p.txt2 {
		font-size: 12px;
		line-height: 1.6em;
	}

  .detail-page #contents {
	width:100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
  }

	#detail_head {
		padding: 15px;
	}

  #detail_head_wrap {margin-top:0; padding-top:4%;}
	#detail_head_wrap .detail_head_img{display:none;}

  #detail_head_wrap,
  #detail_sub,
  #acce_navi,
  #other_slide {
	width: 98%;
    margin-left: auto;
    margin-right: auto;
	}
	#detail_sub{
		margin-bottom:20px;
	}

  #detail_head dl { width:auto;float:none;}
	#detail_head dl dd{font-size:15px;line-height:1.3;}
	#detail_head dl dd br{display:none;}
	#detail_head dl dd span::before{content:" ";}

  .btn_free {width:90%;}
  .btn_free:hover {background-image:url(../../img/detail/btn_free_off3.png);}
  .btn_free:hover span { right:14%; bottom:16%;}
  #detail_head .btn_free {float: none;margin:10px auto 0;}
　/* 新車 */
  #detail_price_wrap{
	width:90%;
	margin:5px 10px 0 10px;
	padding:10px;
  }
  #detail_price {
	width:100%;
	margin:10px auto;
  }
  #detail_price > li p {padding:14px 0 5px;} 
  #detail_price > li:nth-child(n){width:94.5%; float:none; margin-left:auto; margin-right:auto; padding:0;}
  #detail_price > li:nth-child(1){
	height:80px; 
	background-color:#EEEEEE;
	padding:0px;
	line-height:1em;
	text-align:center;
  }
  #detail_price > li:nth-child(1) p.txt11 {
	margin-top:5px;
	padding:10px 0 0 0;
	font-size:16px;
	display: flex; 		/*横並び*/
	justify-content: center;
  }
  #detail_price > li:nth-child(1) p.txt12 {
	margin-top:5px;
	padding:15px 0 0px 0px;
	font-size:16px;
  }
  #detail_price > li:nth-child(1) p.txt21 {
	margin-top:0px;
	font-size:16px;
	line-height:1em;
	padding:8px 0 0px 0px;
  }
  #detail_price > li:nth-child(1) p.txt22 {
	margin-top:0px;
	padding:10px 0 0px 5px;
	font-size:16px;
  }
  #detail_price > li:nth-child(1) p.nonavi1 {
	margin-top:0px;
	padding:15px 0 0px 0px;
	text-align:center;
	display: flex; 		/*横並び*/
	justify-content: center;
  }
  #detail_price > li:nth-child(1) p.nonavi2 {
	margin-top:0px;
	padding:15px 0 0px 0px;
  }
  #detail_price > li:nth-child(2){background:url(../../img/detail/price_mark22_sp.png) center no-repeat; height:30px;}
  #detail_price > li:nth-child(3){height:75px; padding:0 0 5px;}
  #detail_price > li:nth-child(3) span { font-size:24px;}
  #detail_price > li ul li:nth-child(3) p.txt1 {padding:4px 0 4px;}
  #detail_price > li ul li:nth-child(3) p.txt2 {line-height:1.2em; padding:8px 0 10px;}
  #detail_price > li:nth-child(4){background:url(../../img/detail/price_mark3_sp.png) center no-repeat; height:30px;}

  #detail_price > li:nth-child(5) {text-align:center; height:86px; width:90%;}
  /*#detail_price > li:nth-child(5) p {display:inline-block;}*/
  #detail_price > li:nth-child(5) p.txt1 { font-size:14px; text-align:center; line-height:1.1em; margin:5px 0 0 0; padding:0;}
  #detail_price > li:nth-child(5) p.txt2 { font-size:36px;letter-spacing:-2px; padding:10px 0 0 0;}
  #detail_price > li:nth-child(5) p.txt22 { font-size:28px;letter-spacing:-2px; padding:3px 0 0 0;}
  #detail_price > li:nth-child(5) p.txt23 { font-size:22px;letter-spacing:-2px;line-height:1.2em;  padding:10px 0 0 10px;}
  #detail_price > li:nth-child(5) p.txt3 { position:relative; font-size:12px; padding:8px 0 0 10px; vertical-align:bottom;}
  
  #detail_price > li span {letter-spacing:-1px;}
    
  #detail_price > li ul li:nth-child(1),
  #detail_price > li ul li:nth-child(3){ width:45%;}
  #detail_price > li ul li:nth-child(2){ width:10%;}

  /* 新庫車 */
  #detail_price_nu_wrap{
	background-color:#FFFFFF;
	margin:15px 0px 0 0px;
	padding:5px;
  }
  #detail_price_nu {width:100%;}
  #detail_price_nu > li p {padding:5px 0 5px;}
  #detail_price_nu > li ul li:nth-child(3) p.txt1 {padding:4px 0 4px;}
  #detail_price_nu > li ul li:nth-child(3) p.txt2 {line-height:1.2em; padding:8px 0 10px;}
  #detail_price_nu > li:nth-child(n){width:100%; float:none; margin-left:auto; margin-right:auto; padding:0;}
  #detail_price_nu > li:nth-child(1){height:80px; padding:10px 0 5px;}
  #detail_price_nu > li:nth-child(2){background:url(../../img/detail/price_mark22_sp.png) center no-repeat; height:30px;}
  #detail_price_nu > li:nth-child(3){height:75px; padding:0 0 5px;}
  #detail_price_nu > li:nth-child(3) span { font-size:24px;}
  #detail_price_nu > li:nth-child(4){background:url(../../img/detail/price_mark3_sp.png) center no-repeat; height:30px;}

  #detail_price_nu > li:nth-child(5) {
	float:left;
	text-align:center;
	height:86px;
	width:47%;
	margin:10px auto;
  }
  #detail_price_nu > li:nth-child(5) p.txt1 { 
  	font-size:14px; 
	text-align:center; 
	line-height:1.1em; 
	margin:5px 0 0 0; 
	padding:0;
  }
  #detail_price_nu > li:nth-child(5) p.txt2 { 
  	font-size:36px;
	letter-spacing:-2px; 
	margin:20px 0 0 0; 
	padding:5px 0 0 0;
  }
  #detail_price_nu > li:nth-child(5) p.txt22 { 
  	font-size:28px;
	letter-spacing:-2px;
	padding:5px 0 0 0;
  }
  #detail_price_nu > li:nth-child(5) p.txt23 { 
  	font-size:22px;
	letter-spacing:-2px;
	line-height:1em;  
	padding:10px 0 0 10px;
  }
  #detail_price_nu > li:nth-child(5) p.txt3 { 
	position:absolute;
	width:100%;
	top:65px;
	left:0px;
	bottom:12px;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
	font-weight:normal;
	padding:0;
	text-align:center;
  }
  
  #detail_price_nu > li:nth-child(6) {
	float:right;
	text-align:center;
	height:86px;
	width:48%;
	margin:10px auto;
  }
  #detail_price_nu > li:nth-child(6) p.txt1 { 
  	font-size:13px; 
	text-align:center; 
	line-height:1.2em; 
	margin:5px 0 0 0px; 
	display: flex; 			/*横並び*/
	align-items: center;
	justify-content: center;
  }
  .quest_img {
	width:16px;
	height:16px;
	margin: 0px 0 0 0px;
	padding: 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
  }
  #detail_price_nu > li:nth-child(6) p.txt1 .img {
	margin: 0;
	padding: 0;
	overflow: hidden;
  }
  #detail_price_nu > li:nth-child(6) p.txt2 { 
  	font-size:34px;
	letter-spacing:-2px; 
	margin:5px 0 0 0;
	padding:5px 0 0 0;
  }
  #detail_price_nu > li:nth-child(6) p.txt22 { font-size:28px;letter-spacing:-2px; padding:5px 0 0 0;}
  #detail_price_nu > li:nth-child(6) p.txt23 { font-size:22px;letter-spacing:-2px;line-height:1.2em;  padding:10px 0 0 10px;}
  #detail_price_nu > li:nth-child(6) p.txt3 { 
	position:absolute;
	width:100%;
	top:65px;
	left:0px;
	bottom:12px;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
	font-weight:normal;
	padding:0;
	text-align:center;
  }
  
  #detail_price_nu > li span {letter-spacing:-1px;}
    
  #detail_price_nu > li ul li:nth-child(1),
  #detail_price_nu > li ul li:nth-child(3){ width:45%;}
  #detail_price_nu > li ul li:nth-child(2){ width:10%;}

  /* 中古車 */
  #detail_price_u_wrap{
	margin: 0 10px 0 10px;
	padding:0 10px 10px 10px ;
  }
  #detail_price_u {width:100%;}
  #detail_price_u > li p {padding:14px 0 5px;}
  #detail_price_u > li ul li:nth-child(3) p {padding:4px 0 4px;}
  #detail_price_u > li:nth-child(n){width:92.5%; float:none; margin-left:auto; margin-right:auto; padding:0;}
  #detail_price_u > li:nth-child(1){height:0px; padding:0;}
  #detail_price_u > li:nth-child(2){/*background:url(../../img/detail/price_mark22_sp.png)*/ center no-repeat; height:0px;}
  #detail_price_u > li:nth-child(3){height:0px; padding:0;}
  #detail_price_u > li:nth-child(3) span { font-size:24px;}
  #detail_price_u > li:nth-child(4){/*background:url(../../img/detail/price_mark3_sp.png)*/ center no-repeat; height:0px;}

  #detail_price_u > li:nth-child(5) {
	float:left;
	text-align:center;
	height:86px;
	width:48%;
	margin:10px auto;
  }
  #detail_price_u > li:nth-child(5) p.txt1 { 
  	font-size:14px; 
	text-align:center; 
	line-height:1.1em; 
	margin:5px 0 0 0; 
	padding:0;
  }
  #detail_price_u > li:nth-child(5) p.txt2 { 
  	font-size:36px;
	letter-spacing:-2px; 
	margin:20px 0 0 0; 
	padding:5px 0 0 0;
  }
  #detail_price_u > li:nth-child(5) p.txt22 { 
  	font-size:28px;
	letter-spacing:-2px;
	padding:5px 0 0 0;
  }
  #detail_price_u > li:nth-child(5) p.txt23 { 
  	font-size:22px;
	letter-spacing:-2px;
	line-height:1em;  
	padding:10px 0 0 10px;
  }
  #detail_price_u > li:nth-child(5) p.txt3 { 
	position:absolute;
	top:65px;
	right:80px;
	bottom:12px;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
	font-weight:normal;
	padding:0;
  }
  
  #detail_price_u > li:nth-child(6) {
	float:right;
	text-align:center;
	height:86px;
	width:48%;
	margin:10px auto;
  }
  #detail_price_u > li:nth-child(6) p.txt1 { 
  	font-size:14px; 
	text-align:center; 
	line-height:1.2em; 
	margin:5px 0 0 5px; 
	display: flex; 			/*横並び*/
	align-items: center;
	justify-content: center;
  }
  .quest_img {
	width:16px;
	height:16px;
	margin: 0px 0 0 5px;
	padding: 0;
	overflow: hidden;
	position: relative;
	cursor: pointer;
  }
  #detail_price_u > li:nth-child(6) p.txt1 .img {
	margin: 0;
	padding: 0;
	overflow: hidden;
  }
  #detail_price_u > li:nth-child(6) p.txt2 { 
  	font-size:36px;
	letter-spacing:-2px; 
	margin:5px 0 0 0;
	padding:5px 0 0 0;
  }
  #detail_price_u > li:nth-child(6) p.txt22 { font-size:28px;letter-spacing:-2px; padding:5px 0 0 0;}
  #detail_price_u > li:nth-child(6) p.txt23 { font-size:22px;letter-spacing:-2px;line-height:1.2em;  padding:10px 0 0 10px;}
  #detail_price_u > li:nth-child(6) p.txt3 { 
	position:absolute;
	width:100%;
	top:65px;
	left:0px;
	bottom:12px;
	font-size:12px;
	color:#000000;
	line-height:1.4em;
	font-weight:normal;
	padding:0;
	text-align:center;
  }
  
  #detail_price_u > li span {letter-spacing:-1px;}
    
  #detail_price_u > li ul li:nth-child(1),
  #detail_price_u > li ul li:nth-child(3){ width:45%;}
  #detail_price_u > li ul li:nth-child(2){ width:10%;}

  #detail_main {
	margin : 0 0px 0 0px;
	padding:0 5px 5px 5px;
  }

  #detail_main .box_main_area,
  #detail_main .box_sub_area {
	  width:100%;
	  float:none;
  }
  .box_main_area p.txt2 {margin:20px 0 26px;}
  #detail_main .box_sub_area .data1 th {width:30%; padding-left:20px;}
  #detail_main .box_sub_area .data1 td {padding-left:20px;}
  #detail_main .box_sub_area .data2 li {width:22%;}

  #acce_navi li p {font-size:18px; line-height:1.8em;}
  #acce_navi li p span {font-size:25px;}
  #acce_navi li p.other_select {padding-right:10px;}


	/*caption*/
	.slider-for li p {
		background-color:#000000;
		position: relative;
	}
	
	.detail_btnArea2 {
		width: 80%;
		padding: 0 0 20px 0;
		margin: 0 auto;
	}
	.detail_btnArea2 li img {
		width: 100%;
		height: auto;
	}
	.detail_btnArea2 li img:hover {
		opacity: .7;
	}
	.detail_btnArea2 li a{
		position:relative;
	}
	.detail_btnArea2 li span{
		position:absolute;
		top: 50%;
		-ms-transform: translateY(-50%);
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size:16px;
		font-weight:bold;
		letter-spacing:0.5px;
		color:#000;
	}
}


@media (max-width: 420px) {

  .btn_free span { font-size:13px; bottom:24px;}
  .btn_free:hover span { bottom:24px;}

  #detail_price > li p {font-size:14px; padding:5px 0;}
  #detail_price > li span {font-size:24px;}

  #detail_main .box_sub_area .data1 th {padding-left:4px;}
  #detail_main .box_sub_area .data1 td {padding-left:4px;}

  #acce_navi li p {font-size:16px; line-height:1.6em;}
  #acce_navi li p span {font-size:20px;}

  .multiple-items {padding:0 26px;}

  .multiple-items li{
	margin: 2px;
}
  .multiple-items button.slick-next,
  .multiple-items button.slick-prev{
	width:20px;
	}

	#other_slide h4 {font-size:16px;}

	.detail_btnArea li span{
		bottom:18%;
	}
	.detail_btn_fix ul li span{
		transform:scale(0.7);
		-webkit-transform:scale(0.7);
		left:25%;
		bottom:6%;
	}
}
@media (max-width: 380px) {
	#detail_price > li:nth-child(3) p.txt2 { font-size: 28px;}
}
@media (max-width: 340px) {

	#detail_head dl { margin-left:20px;}
	#detail_head dl dt {margin-right:10px;}


  #detail_price > li span {font-size:18px;}
  #detail_price > li:nth-child(5) p.txt1 {padding:6px 0 0 0;}
  #detail_price > li:nth-child(5) p.txt3 br {display: none;}
  #acce_navi li p {font-size:14px;}
  #acce_navi li p span {font-size:18px;}
  #acce_navi li p.other_select {padding-right:2px;}

}
