
/* 詳細改善施策で追加になった部分用(2025/06) */




/* TOPコンテンツ ************/
section.top_cont {
	padding-bottom: 40px;
}
section.top_cont > div {
	width: 90%;
	max-width: 980px;
	margin: 60px auto 0;
}
/*タイトル*/
section.top_cont h2 {
	width: 100%;
	font-size: 32px;
	font-weight: 900;
	color: #333333;
	text-align: left;
	padding-bottom: 30px;
	border-bottom: 2px solid #ECECEC;
	margin-bottom: 30px;
}
/*グレード名*/
section.top_cont h2 > span {
	font-size: 20px;
	font-weight: 500;
	margin-left: 10px;
}
/*ラベル群*/
section.top_cont h2 > p {
	width: 100%;
	display: flex;
	margin-top: 10px;
}
section.top_cont h2 > p > span {
	font-size: 16px;
	font-weight: 600;
	color: #FFF;
	line-height: 1;
	padding: 6px 10px;
	border-radius: 4px;
	margin-right: 10px;
}
/*「届出済未使用車」*/
section.top_cont h2 p > span.unused {
	background-color: #54C1D1;
}
/*「チョイ乗り車」*/
section.top_cont h2 p > span.choi {
	background-color: #F2C52E;
}
/*「2WD」*/
section.top_cont h2 p > span.wd2 {
	background-color: #F06BB6;
}
/*「4WD」*/
section.top_cont h2 p > span.wd4 {
	background-color: #856ACB;
}
/*店舗*/
section.top_cont h2 p > span.shop {
	background-color: #F47D31;
}

section.top_cont ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
/**左側**/
section.top_cont ul li:nth-of-type(1) {
	width: 480px;
	position: relative;
}
section.top_cont ul li:nth-of-type(1) img {
	width: 100%;
	height: auto;
}
/*目玉車用フレーム*/
section.top_cont ul li:nth-of-type(1)::after {
    display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/car_search/kfes_frame2025.png);
	content: '';
	width: 100%;
	height: calc(100% - 31.39px);
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
/*他の写真も見る*/
section.top_cont ul li:nth-of-type(1) a {
	width: 100%;
	display: block;
	font-size: 16px;
	font-weight: 500;
	color: #0284C7;
	text-align: center;
	line-height: 1;
	background-color: #F5F5F7;
	padding: 6px 0 ;
}
section.top_cont ul li:nth-of-type(1) a::after {
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: 2px solid #0284C7;
	border-right: 2px solid #0284C7;
	margin-left: 10px;
	vertical-align: top;
}
/*hover*/
section.top_cont ul li:nth-of-type(1) a:hover {
	color: #ED6103;
}
section.top_cont ul li:nth-of-type(1) a:hover::after {
	border-top: 2px solid #ED6103;
	border-right: 2px solid #ED6103;
}
/**右側**/
section.top_cont ul li:nth-of-type(2) {
	width: calc(100% - 510px);
}
/*支払総額*/
section.top_cont ul li:nth-of-type(2) > div.priceinfo > span {
	display: block;
	width: 84px;
	font-size: 16px;
	font-weight: 600;
	color: #ED6103;
	line-height: 1;
	text-align: center;
	border: 1px solid #ED6103;
	border-radius: 4px;
	padding: 4px 0;
}
/*価格*/
section.top_cont ul li:nth-of-type(2) div.sogaku {
	line-height: 1;
	margin-top: 10px;
	margin-bottom: 5px;
}
section.top_cont ul li:nth-of-type(2) div.sogaku b {
	font-size: 66px;
	font-weight: 600;
	color: #F2002D;
}
section.top_cont ul li:nth-of-type(2) div.sogaku span {
	font-size: 22px;
	font-weight: 600;
	color: #585858;
	margin-left: 8px;
}
section.top_cont ul li:nth-of-type(2) div.sogaku span small {
	font-size: 14px;
}
section.top_cont ul li:nth-of-type(2) p {
	font-size: 16px;
	font-weight: 600;
	color: #585858;
}
section.top_cont ul li:nth-of-type(2) dl {
	display: flex;
	margin-top: 20px;
}
section.top_cont ul li:nth-of-type(2) dl dd {
	font-size: 14px;
	font-weight: 500;
	color: #333;
	line-height: 1;
	background-color: #F5F5F7;
	padding: 7px 10px;
	border-radius: 4px;
	margin-right: 8px;
}
section.top_cont ul li:nth-of-type(2) dl dd::before {
	content: '\f0ad';
	font-size: 12px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	margin-right: 8px;
}
section.top_cont ul li:nth-of-type(2) dl dd:nth-of-type(2)::before {
	content: '\f3ed';
}
/*CVボタン部分*/
section.top_cont ul li:nth-of-type(2) div.cvbtn {
	width: 100%;
	background-color: #FEEADE;
	padding: 20px 0 22px;
	border-radius: 12px;
	text-align: center;
	margin-top: 38px;
}
section.top_cont ul li:nth-of-type(2) div.cvbtn span {
	display: block;
	font-size: 16px;
	font-weight: 600;
	color: #ED6103;
}
section.top_cont ul li:nth-of-type(2) div.cvbtn span::before {
	background-image: url(../images/car_search/attn_orange_left.png);
	content: '';
	display: inline-block;
	width: 10px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-right: 10px;
}
section.top_cont ul li:nth-of-type(2) div.cvbtn span::after {
	background-image: url(../images/car_search/attn_orange_right.png);
	content: '';
	display: inline-block;
	width: 10px;
	height: 32px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
	margin-left: 10px;
}
/*在庫確認・お問い合わせボタン*/
section.top_cont ul li:nth-of-type(2) div.cvbtn a.btn {
	color: #FFFF00;
	background-color: #ED6103;
	border: 2px solid #ED6103;
}
section.top_cont ul li:nth-of-type(2) div.cvbtn a.btn:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
section.top_cont ul li:nth-of-type(2) div.cvbtn a.btn:hover {
	color: #FFF;
	transform: translate3d(0, 1px, 0);
}
section.top_cont ul li:nth-of-type(2) div.cvbtn a.btn:hover:after {
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
}
/*他のおすすめ車両を見る*/
section.top_cont ul li:nth-of-type(2) div.cvbtn a.txt {
	width: max-content;
	display: block;
	margin: 20px auto 0;
	font-size: 16px;
	font-weight: 500;
	color: #585858;
	line-height: 1;
}
section.top_cont ul li:nth-of-type(2) div.cvbtn a.txt::after {
	display: inline-block;
	content: "";
	width: 8px;
	height: 8px;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	border-top: 2px solid #585858;
	border-right: 2px solid #585858;
	margin-left: 10px;
	vertical-align: top;
}
/*hover*/
section.top_cont ul li:nth-of-type(2) div.cvbtn a.txt:hover {
	color: #ED6103;
}
section.top_cont ul li:nth-of-type(2) div.cvbtn a.txt:hover::after {
	border-top: 2px solid #ED6103;
	border-right: 2px solid #ED6103;
}
/*車の情報*/
section.top_cont ol {
	display: flex;
	justify-content: space-between;
	width: 940px;
	margin: 56px auto 0;
}
section.top_cont ol li {
	width: 150px;
	font-size: 16px;
	font-weight: 600;
	color: #333333;
	text-align: center;
}
section.top_cont ol li span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color: #666666;
	line-height: 1;
	background-color: #F5F5F7;
	padding: 5px 0;
	margin-bottom: 10px;
}






/* 車画像ギャラリー ************/
section.pic_gallery {
	padding-bottom: 30px;
}
section.pic_gallery > div {
	width: 940px;
	margin: 0 auto
}
section.pic_gallery h4.mds {
	margin-bottom: 40px;
}
section.pic_gallery h4.mds::before {
	background-image: url(../images/car_search/icon_gallery.png);
}
/*スライダー*/
section.pic_gallery .sliderArea {
	max-width: 100%;
	margin: 0 auto;
	padding: 0 25px;
}

section.pic_gallery div.sliderArea div.slider_thumb {
	width: 600px;
	margin: 0 auto;
}

section.pic_gallery .slick-slide {
	margin: 0 1px;
	height: auto!important;
	-webkit-backface-visibility: hidden;
	-webkit-transform-style: preserve-3d;
}
section.pic_gallery .slick-slide img {
	width: 100%;
	height: auto;
}
section.pic_gallery .slick-prev, .slick-next {
	z-index: 1;
}
section.pic_gallery .slick-prev:before {
	content: '\f053';
	color: #FC7E00;
	font-size: 40px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
section.pic_gallery .slick-next:before {
	content: '\f054';
	color: #FC7E00;
	font-size: 40px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
section.pic_gallery .slick-prev {
	left: -40px;
}
section.pic_gallery .slick-next {
	right: -30px;
}
section.pic_gallery .thumb {
	margin: 20px 0 0;
}
section.pic_gallery .thumb .slick-slide {
	cursor: pointer;
}

/*オレンジの枠*/
section.pic_gallery .thumb div {
	cursor: pointer;
	outline: none;
	position: relative;
}
section.pic_gallery .thumb div::before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	box-sizing: border-box;
}
section.pic_gallery .thumb div.slick-current::before {
	border: 4px solid #ED6103;
}
/*カウンター*/
div.slick-counter {
	display: block;
	position: absolute;
	top: 20px;
	left: 20px;
	background-color: rgba(0,0,0,0.7);
	border-radius: 16px;
	color: #FFF;
	font-weight: 500;
	padding: 4px 10px;
}






/* おすすめ車両 ************/
section.osusume {
	padding-bottom: 40px;
}
section.osusume > div:nth-of-type(1) {
	width: 980px;
	margin: 0 auto;
	background-color: #F8F3F1;
	border-radius: 12px;
	padding: 2px 20px 60px;
}
section.osusume > div:nth-of-type(1) a {
	display: block;
	filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, .2));
	padding-bottom: 10px;
}
section.osusume > div:nth-of-type(1) a:hover {
	filter: brightness(1.1);
	transform: translate3d(0, 1px, 0);
}
section.osusume > div:nth-of-type(1) a:hover img{
	opacity: 1;
}

/*「WEB限定」「チョイノリ」マーク*/
section.osusume ul li a > div.pic {
	position: relative;
}
section.osusume ul li a > div.pic > p {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 150px;
	background-color: #ED6103;
	padding: 5px 0;
	font-size: 14px;
	font-weight: 500;
	color: #FFF;
	line-height:1;
	text-align: center;
}
/*目玉車用フレーム*/
section.osusume ul li a > div.pic::after {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url(../images/car_search/kfes_frame2025.png);
	content: '';
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}

/*スライダー*/
ul.osusume_slide {
	width: 930px;
	margin: 40px auto 0;
}
ul.osusume_slide .slick-slide {
	width: 306px;
	margin: 0 2px;
}
ul.osusume_slide button.slick-prev,
ul.osusume_slide button.slick-next {
	width: 28px;
	height: 60px;
	text-align: center;
	background-color: rgba(0,0,0,0.7);
}
ul.osusume_slide button.slick-prev {
	left: -28px;
	border-radius: 0 6px 6px 0;
}
ul.osusume_slide button.slick-next {
	right: -28px;
	border-radius: 6px 0 0 6px;
}

ul.osusume_slide button.slick-prev:before {
	content: '\f053';
	font-size: 18px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
ul.osusume_slide button.slick-next:before {
	content: '\f054';
	font-size: 18px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
/*スライダー中身*/
ul.osusume_slide li a > div.pic img {
	width: 100%;
	height: auto;
}
ul.osusume_slide li a > div.name {
	background-color: #FFF;
	padding: 15px 16px;
}
ul.osusume_slide li a > div.name > span {
	display: block;
	font-size: 14px;
	font-weight: 600;
	color:#1874E8
}
ul.osusume_slide li a > div.name > p {
	height: 32px;
	-webkit-line-clamp: 1;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	font-weight: 600;
	color: #1874E8;
}
ul.osusume_slide li a > div.name > p:nth-of-type(1) {
	font-size: 20px;
}
ul.osusume_slide li a > div.name > p:nth-of-type(2) {
	font-size: 19px;
}
/*価格*/
ul.osusume_slide div.name > div.price {
	color: #F2002D;
	font-weight: 600;
	border-top: 2px solid #FEEADE;
	border-bottom: 2px solid #FEEADE;
	margin-top: 10px;
}
ul.osusume_slide div.name > div.price > p {
	position: relative;
	justify-content: right;
	line-height: 1.4;
	border-top: none;
}
ul.osusume_slide div.name > div.price > p > b {
	display: inline-block;
	font-size: 50px;
	font-weight: 600;
	font-style: italic;
	color: #F2002D;
}
/*「税込」*/
ul.osusume_slide div.name > div.price > p > span {
	font-size: 14px;
	font-weight: 600;
	color: #F2002D;
	display: inline-block;
	width: 45px;
	margin-left: 5px;
}
ul.osusume_slide div.name > div.price > p > span:nth-of-type(1) {
	margin-right: 0px;
}
/*「万円」*/
ul.osusume_slide div.name > div.price > p > span b {
	font-size: 22px;
	font-weight: 600;
	color: #F2002D;
}
ul.osusume_slide div.name > div.price > p::before {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	background-image: url(../images/car_search/price_text.png);
	content: '';
	display: inline-block;
	width: 77px;
	height: 25px;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center center;
	vertical-align: middle;
}
ul.osusume_slide div.name > dl {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 8px;
}
ul.osusume_slide div.name > dl dt {
	width: 50%;
	font-size: 19px;
	font-weight: 600;
	color: #333333;
	line-height: 30px;
}
ul.osusume_slide div.name > dl dd {
	width: 50%;
	font-size: 19px;
	font-weight: 600;
	color: #333333;
	text-align: right;
	line-height: 30px;
}
ul.osusume_slide div.name > dl dd span {
	font-size: 24px;
	padding-right: 5px;
}










/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■*/
@media screen and (max-width: 1080px) {








/* TOPコンテンツ ************/
section.top_cont {
	padding-bottom: 20px;
}
section.top_cont > div {
	margin: 20px auto 0;
}
/*タイトル*/
section.top_cont h2 {
	font-size: 20px;
	padding-bottom: 18px;
	margin-bottom: 24px;
}
/*グレード名*/
section.top_cont h2 > span {
	display: block;
	font-size: 16px;
	margin-left: 0;
	margin-top: 5px;
}
/*ラベル群*/
section.top_cont h2 > p {
	margin-top: 14px;
}
section.top_cont h2 > p > span {
	font-size: min(4vw,15px);
	padding: 5px 8px;
}

section.top_cont ul {
	flex-wrap: wrap;
}
/**左側**/
section.top_cont ul li:nth-of-type(1) {
	width: 100%;
	margin-bottom: 20px;
}
/*目玉車用フレーム*/
section.top_cont ul li:nth-of-type(1)::after {
	height: calc(100% - 28px);
}

/**右側**/
section.top_cont ul li:nth-of-type(2) {
	width: 100%;
}

/*価格まわり*/
div.priceinfo {
	width: max-content;
	margin: 0 auto;
}
/*支払総額*/
section.top_cont ul li:nth-of-type(2) > div.priceinfo > span {
	font-size: 14px;
}
/*価格*/
section.top_cont ul li:nth-of-type(2) div.sogaku b {
	font-size: min(18vw,66px);
}
section.top_cont ul li:nth-of-type(2) div.priceinfo p {
	font-size: min(4.3vw,16px);
}
section.top_cont ul li:nth-of-type(2) div.priceinfo dl dd {
	font-size: min(4vw,14px);
}
/*CVボタン部分*/
section.top_cont ul li:nth-of-type(2) div.cvbtn {
	margin-top: 30px;
}
section.top_cont ul li:nth-of-type(2) div.cvbtn span {
	font-size: 14px;
	margin-bottom: 3px;
}
section.top_cont ul li:nth-of-type(2) div.cvbtn span::before {
	width: 10px;
	height: 14px;
}
section.top_cont ul li:nth-of-type(2) div.cvbtn span::after {
	width: 10px;
	height: 14px;
}
/*在庫確認・お問い合わせボタン*/
section.top_cont ul li:nth-of-type(2) div.cvbtn a.btn {
	width: 90%;
	max-width: 336px;
	font-size: min(4.3vw,16px);
}
section.top_cont ul li:nth-of-type(2) div.cvbtn a.btn:before {
	left: 26px;
}
/*車の情報*/
section.top_cont ol {
	width: 100%;
	flex-wrap: wrap;
	margin: 40px auto 0;
}
section.top_cont ol li {
	width: 32%;
	font-size: 14px;
}
section.top_cont ol li:nth-of-type(1),
section.top_cont ol li:nth-of-type(2),
section.top_cont ol li:nth-of-type(3) {
	margin-bottom: 20px;
}
section.top_cont ol li span {
	font-size: 12px;
}






/* 車画像ギャラリー ************/
section.pic_gallery > div {
	width: 90%;
}
section.pic_gallery h4.mds {
	margin-bottom: 20px;
	margin-left: 0;
	margin-right: 0;
}
/*スライダー*/
section.pic_gallery .sliderArea {
	padding: 0 0;
}
section.pic_gallery div.sliderArea div.slider_thumb {
	width: 100%;
}
section.pic_gallery .slick-prev:before {
	content: '\f053';
	font-size: 18px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	color: #FFF;
}
section.pic_gallery .slick-next:before {
	content: '\f054';
	font-size: 18px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
	color: #FFF;
}
section.pic_gallery .slick-prev {
	/* width: 28px; */
	width: 40px;
	height: 60px;
	/* left: -5%; */
	left: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 0 6px 6px 0;
}
section.pic_gallery .slick-next {
	/* width: 28px; */
	width: 40px;
	height: 60px;
	/* right: -5%; */
	right: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.7);
	border-radius: 6px 0 0 6px;
}
/*カウンター*/
div.slick-counter {
	top: 10px;
	left: 10px;
}

section.pic_gallery .thumb {
	margin: 12px 0 0;
}





/* おすすめ車両 ************/
section.osusume {
	padding-bottom: 0px;
}
section.osusume > div:nth-of-type(1) {
	width: calc(100% - 4px);
	padding: 2px 0 20px;
	border-radius: 0;
	margin: 0 auto;
	background-color: #F8F3F1;
}
/*スライダー*/
ul.osusume_slide {
	width: 100%;
	margin: 30px auto 0;
}
ul.osusume_slide button.slick-prev {
	width: 40px;
	left: 0px;
	background-color: rgba(0,0,0,0.4);
}
ul.osusume_slide button.slick-next {
	width: 40px;
	right: 0;
	background-color: rgba(0,0,0,0.4);
}


/*スライダー中身*/
ul.osusume_slide li a > div.name {
	padding: 7px 9px;
}
ul.osusume_slide li a > div.name > span {
	font-size: min(3.5vw, 12px);
}
ul.osusume_slide li a > div.name > p:nth-of-type(1) {
	font-size: min(4vw, 18px);
	height: 24px;
}
ul.osusume_slide li a > div.name > p:nth-of-type(2) {
	font-size: min(3.5vw, 16px);
	height: 18px;
}
/*価格*/
ul.osusume_slide div.name > div.price {
	margin-top: 5px;
	border-top: none;
}
ul.osusume_slide div.name > div.price > p {
	padding-top: 30px;
}
ul.osusume_slide div.name > div.price > p > b {
	font-size: min(11vw, 42px);
}
/*「税込」*/
ul.osusume_slide div.name > div.price > p > span {
	width: 35px;
	font-size: 12px;
}
/*「万円」*/
ul.osusume_slide div.name > div.price > p > span b {
	font-size: 16px;
}
ul.osusume_slide div.name > div.price > p::before {
	width: 58px;
	height: 20px;
	top: 16px;
}
ul.osusume_slide div.name > dl dt {
	font-size: min(4vw, 16px);
	line-height: 20px;
}
ul.osusume_slide div.name > dl dd {
	font-size: min(3vw, 16px);
	line-height: 20px;
}
ul.osusume_slide div.name > dl dd span {
	font-size: min(5vw, 24px);
	padding-right: 3px;
}








/* CVエリア ************/
section.car_cv a.btn {
	max-width: 336px;
}
section.car_cv a.btn:before {
	left: 26px;
}


















}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■*/