@charset "utf-8";
/*
=================================================================================
トップページ
=================================================================================
*/
h1 a {
	display: block;
	width: 280px;
	height: 45px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: url(/images/splogo_top.png) no-repeat center center;
	background-size: contain;
	position: absolute;
	bottom: 8px;
	left: 0;
}
.topSlide {
	width: 100%;
	margin-bottom: 30px;
}
.topSlide img {
	width: 100%;
	height: auto;
	border-radius: 2px;
}
.swiper-wrapper {
  width: 100%;
	overflow: hidden;
}
h2::after {
	background-color: #E60012;
}
.topAbout {
	margin-bottom: 30px;
}
.columnImgLeft {
	width: 100%;
}
.clmCaption h3 {
	font-size: 2rem;
	margin-bottom: 15px;
}
.clmCaption h3 span {
	font-size: 1.2rem;
}
.clmText {
	margin-bottom: 15px;
}
.clmRight {
	max-width: 360px;
	margin: 0 auto;
}
.clmRight img {
	width: 100%;
	height: auto;
}
.toLink.marginB {
	margin-bottom: 30px;
}
.clmNote {
	margin: 15px 0;
	font-size: 1.2rem;
	line-height: 1.2em;
}
.snsLnkExp {
	margin-top: 20px;
}
ul.snsLink {
	margin-top: 20px;
}
ul.snsLink li.linkYt {
	margin-bottom: 20px;
}
ul.snsLink li a {
	position: relative;
	color: #0E52ED;
}
ul.snsLink li a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: -12px;
	border-top: solid #0E52ED 1px;
	border-right: solid #0E52ED 1px;
	transform: translateY(-50%) rotate(45deg);
}
ul.snsLink li a:hover {
	text-decoration: underline;
}
ul.snsLink li.linkYt a {
	margin-left: 47px;
}
ul.snsLink li.linkYt a::before {
	content: "";
	display: inline-block;
	width: 37px;
	height: 26px;
	position: absolute;
	top: 50%;
	left: -47px;
	background-image: url(/images/top_yt_logo.png);
	background-size: contain;
	vertical-align: middle;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
ul.snsLink li.linkFb a {
	margin-left: 41px;
}
ul.snsLink li.linkFb a::before {
	content: "";
	display: inline-block;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: -41px;
	background-image: url(/images/top_fb_logo.png);
	background-size: contain;
	vertical-align: middle;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
}
.topNews {
	width: 100%;
	padding: 15px;
	border: #4d4d4d solid 1px;
	height: 400px;
	overflow-y: auto;
	margin-bottom: 30px;
}
.topNews ul {
	width: 100%;
}
.topNews ul li {
	width: 100%;
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom: #4d4d4d solid 1px;
}
.topNews ul li:last-child {
	margin-bottom: 0px;
}
.topNews ul li .nsText {
	overflow: hidden;
	display: -webkit-box;
	text-overflow: ellipsis;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 6;
	line-clamp: 6;
}
.topNews ul li .nsSold {
	display: inline-block;
	margin-right: 10px;
	color: #E60012;
	font-weight: bold;
}
.topNews ul li .nsCancel {
	text-decoration: line-through;
}
.topNews .tnDtail {
	display: none;
	padding-top: 20px;
}
.topNews .nsItem a {
	display: inline-block;
	position: relative;
	color: #0E52ED;
}
.topNews .nsItem a::after {
	content: "";
	display: block;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: -12px;
	border-top: solid #0E52ED 1px;
	border-right: solid #0E52ED 1px;
	transform: translateY(-50%) rotate(45deg);
}
.topNews .nsItem a:hover {
	text-decoration: underline;
}
.topNews .detailBtn {
	display: none;
}
.topCarList {
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.carListItem {
	margin-bottom: 15px;
	width: 48%;
}
.carListItem a {
	display: block;
	width: 100%;
}
.carImg {
	margin-bottom: 4px;
}
.carImg img {
	width: 100%;
	height: auto;
	border-radius: 2px;
}
.carExp {
overflow: hidden;
display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 3;
line-clamp: 3;
}
.carExp span.carPrice {
	color: #E60012;
	font-weight: bold;
}
.topCarList.wanted .carImg {
	position: relative;
}
.topCarList.wanted .carImg.imgPhoto::after {
	content: "※写真はイメージです";
	display: block;
	position: absolute;
	bottom: 3px;
	right: 6px;
	color: #fff;
	z-index: 10;
	font-size: 1.4rem;
	text-shadow: 1px 2px 3px #000;
}

.container{
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
}


/*
.imgTest1 {
	width: 100%;
	height: 0;
	padding-top: 91%; 
	background: url(/images/1080.jpg); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.imgTest2 {
	width: 100%;
	height: 0;
	padding-top: 50%; 
	background: url(/images/top2.jpg); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.imgTest3 {
	width: 100%;
	height: 0;
	padding-top: 50%; 
	background: url(/images/top3.jpg); 
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
*/

/*
=================================================================================
画面サイズ370px以下　
=================================================================================
*/
@media screen and (max-width: 370px) {

	h2.cptWanted {
		padding-right: 20px;
	}		

}
/*
=================================================================================
画面サイズ349px以下　320px対応
=================================================================================
*/
@media screen and (max-width: 349px) {

	h1 a {
		width: 250px;
		height: 40px;
	}

	h2.cptWanted {
		font-size: 1.3rem;
	}		
}
/*
=================================================================================
画面サイズ600px以上　スマホ横・タブレット縦
=================================================================================
*/
@media screen and (min-width: 600px) {


}
/*
	=================================================================================
	画面サイズ768px以上　タブレット
	=================================================================================
	*/
	@media screen and (min-width: 768px) {
		.snsLnkExp {
			margin-top: 24px;
		}		
		.topNews {
			height: 460px;
			padding: 30px;
			margin-bottom: 40px;
		}
		.topNews ul li {
			display: table;
			padding-bottom: 15px;
			border-bottom: #4d4d4d solid 1px;
		}
		.topNews ul li:last-child {
			padding-bottom: 0px;
			border-bottom: none;
		}
		.topNews .nsDate,
		.topNews .nsItem {
			display: table-cell;
			vertical-align: top;
		}
		.topNews .nsDate {
			width: 7em;
		}
		.topNews .nsTitle {
			display: inline;
		}
		.topNews .detailBtn {
			display: inline-block;
			margin-left: 20px;
		}
		.topNews .detailBtn:hover {
			cursor: pointer;
		}
		.topNews .detailBtn .dtBtClose {
			display: none;
		}
		.topNewsLink {
			display: none;
		}
		.topAbout {
			margin-bottom: 40px;
		}
		.columnImgLeft {
			display: flex;
			justify-content: space-between;
		}
		.clmLeft {
			flex: 1;
			padding-right: 40px;
		}
		.clmRight {
			width: 360px;
		}
		.clmRight li:first-child {
			margin-bottom: 24px;
		}
		.clmCaption h3 {
			font-size: 2.8rem;
			margin-bottom: 24px;
		}		
		.clmText {
			margin-bottom: 0px;
		}
		.toLink.marginB {
			margin-bottom: 40px;
		}
		.clmNote {
			margin-bottom: 0;
		}
		.topCarList {
			justify-content: flex-start;
			column-gap: 4%;
		}
		.carListItem {
			width: 22%;
			margin-bottom: 24px;
		}
					
/*
		.imgTest1 {
			width: 100%;
			height: 0;
			padding-top: 50%; 
			background: url(/images/2048.jpg); 
			background-repeat: no-repeat;
			background-position: center center;
			background-size: cover;
			}
		*/
	}
		/*
	=================================================================================
	画面サイズ960px以上　パソコン
	=================================================================================
	*/
	@media screen and (min-width: 960px) {

		
		h1 a {
			width: 425px;
			height: 60px;
			background-image: url(/images/logo_top.png);
			position: static;
		}
		.navPc ul li.nmTop a {
			width: 180px;
			font-weight: bold;
			color: #4d4d4d;
			pointer-events: none;
			padding: 6px;
			position: relative;
		}
		.navPc ul li.nmTop a::before {
			content: "";
			display: inline-block;
			width: 22px;
			height: 22px;
			position: absolute;
			top: -2px;
			left: -2px;
			z-index: 3;
			background-image: url(/images/triangle.png);
			background-size: contain;
			vertical-align: middle;
		}
		.navPc ul li.nmTop a::after {
			content: "";
			display: block;
			width: 22px;
			height: 22px;
			position: absolute;
			top: -2px;
			left: -2px;
			z-index: 2;
			background-color: #E60012;
		}	
		.navPc ul li.nmTop a:hover {
			cursor: default;
			display: inline-block;
			color: #4d4d4d;
		}
		.topSlide {
			margin-bottom: 40px;
		}
		ul.snsLink {
			display: flex;
		}
		ul.snsLink li.linkYt {
			margin-bottom: 0px;
			margin-right: 50px;
		}
		.topNews {
			padding: 40px;
		}
		.topNews ul li {
			padding-bottom: 20px;
			margin-bottom: 20px;
		}
		.topNews ul li:last-child {
			padding-bottom: 0px;
			margin-bottom: 0px;
		}
		.topNews ul li .nsText {
			-webkit-line-clamp: 3;
			line-clamp: 3;
			}
	
}
	