@charset "utf-8";
/* CSS Document */
.topH2 {
	text-align: center;
}
.topH2 .icon {
	padding:0 5px;
	margin: 0 auto 20px;
}

/* ===============================================
  スライド
=============================================== */
.wideslider {
    width: 100%;
    height: 400px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;

}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #000}
.slider_next {background: #000}
.pagination {
    bottom: 10px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
	display: none;
}
.pagination a {
    margin: 0 5px;
    width: 15px;
    height: 15px;
    display: inline-block;
    overflow: hidden;
    background: #333;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}

/* ===============================================
  オススメ車両
=============================================== */
#picUp {
}
#picUp .back-img01 {
	padding:15px 0;
}
#picUp li {
	padding: 0px 10px;
	margin:10px 0;
}
#picUp li a {
	display: block;
	text-align: center;
	border-style: solid;
	border-width: 6px;
	border-radius: 7px;
}
#picUp li a h3 {
	color: #fff;
	padding:12px 0;
	font-size: 15px;
	height:78px;
}
section figure {
    position: relative;
    overflow: hidden;
    background: #fff;
}

#picUp li a figure img {
    transition: all .3s ease-out;
}
#picUp li a:hover figure img {
    opacity: .9;
    transform: scale(1.1);
}
.picUp-data {
	padding: 10px;
	text-align: center;
}
.picUp-price span {
	font-size:23px;
	font-weight: bold;
	color: #f00;
}
.picUp-data table {
	width: 100%;
	background-color: transparent !important;
	background-image: none !important
}
.picUp-data table th {
	width: 50%;
	text-align: center;
	font-weight: normal;
	background-image: url(../images/picUp/th.jpg);
	background-repeat: no-repeat;
	background-size: 95%;
	background-position: center;
}
.picUp-data table td {
	padding:5px 0 0;
}
#picUpMore {
	margin: 30px auto 0;
	width: 250px;
	height: 45px;
	line-height: 45px;
}
.back-img01 .banner {
	text-align: center;
}
.back-img01 .banner a {
	display: inline-block;
}
/* ===============================================
  ニュース
=============================================== */
#news ul {
	border-bottom:1px solid #d8c7c7;
}
#news li a {
	display: block;
}
#news li {
	border-top:1px solid #d8c7c7;
	padding: 10px;
	box-sizing: border-box;
}
.news-Img {
	width: 200px ;
	overflow: hidden !important;
	max-height: 150px !important;
	float: left;
}
.news-Data {
	float: left;
	width: calc( 100% - 220px );
	height: auto;
	margin: 0 0 0 15px;
}

.news-Data h3 {
	font-size: 18px;
	margin: 5px 0;
}
#newsMore {
	width: 250px;
	height: 55px;
	line-height: 55px;
	margin: 30px auto 0;
}

/* ===============================================
  最新チラシ
=============================================== */
#flyer {
	box-sizing: border-box;
	padding: 15px;
	margin: 0 auto 30px;
	text-align: center;
}
#flyer li {
	margin:10px 10px;
	display: inline-block;
}
#flyer .icon:before{
	font-family: "Font Awesome 5 Free";
	content: "\f521";
}
/* ===============================================
  sns
=============================================== */
#sns .icon {
	color: #3a66b7;
}

/* ===============================================
  バナー
=============================================== */
#banner {
	margin: 50px auto 0 !important;
	padding: 20px 0 0;
}
#banner li {
	padding: 0 10px;
	margin: 0 auto 20px;
	box-sizing: border-box;
}
#banner li img {
	border-radius: 7px;
	overflow: hidden;
}


/* ===============================================
  @media (max-width:768px) 
=============================================== */
@media (max-width:768px) {
	#picUp li {
		margin: 0 auto 20px;
	}
	#newsMore {
		position: relative !important;
		margin: 25px auto;
		width: 250px;
		height: 45px;
		line-height: 45px;
		right: 0px;
		top: 0px;
	}
	#sns {
		margin: 50px auto 0; 
	}
}
/* ===============================================
  @media (max-width:768px) 
=============================================== */
@media (max-width:576px) {
	#banner li {
		padding: 0 3px;
		margin: 0 auto 10px;
	}
	.news-Img {
		width: 40% ;
		height: auto;
		overflow: hidden !important;
		max-height: none;
		float: left;
	}
	.news-Data {
		float: right;
		width: 58%;
		height: auto;
		margin: 0 0 0 0px;
	}
}
