@charset "UTF-8";

.pc_visual{
	width: 100%;
	position: relative;
}

.pc_visual .title_logo{
	width: 1000px;
	margin: auto;
	padding: 70px 0;
}

.pc_visual .title_logo img{
	width: 100%;
	height: auto;
}

.pc_visual_item{
	position: absolute;
	display: block;
	bottom: -50px;
	right: 0;
	left: 0;
	width: 110px;
	margin: auto;
}

.pc_visual_item img{
	width: 100%;
	height: auto;
}

.pc_visual .visual{
	width: 100%;
}

.pc_visual .visual img{
	width: 100%;
	height: auto;
}

.sp_visual{
	display: none;
}

.text_03{
	font-size: 24px;
	text-align: center;
	margin-bottom: 40px;
}

.text_01{
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.text_01 img{
	width: 73%;
	height: auto;
}

.text_02{
	text-align: center;
	font-size: 26px;
	padding: 15px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	margin-bottom: 50px;
}

.text_04{
	text-align: center;
	font-size: 18px;
}

.car_list{
	margin: 100px 0 25px;
}

.sp_img{
	display: none;
}

.car_list .car_list_01{
	width: 100%;
	overflow: hidden;
	margin-bottom: 100px
}

.car_list .car_list_01 .car_list_text{
	width: 660px;
	float: left;
}

.car_list .car_list_01 .car_list_text img{
	width: 100%;
	height: auto;
}

.car_list_item{
	width: 300px;
	text-align: center;
}

.car_list_item .title{
	width: 100%;
	border-bottom: 1px solid #000;
	padding: 0 0 15px;;
	height: 38px;
}

.car_list_item .title img{
	height: 100%;
	width: auto;
	vertical-align: inherit;
}

.car_list_item .image{
	margin: 16px 0;
}

.car_list_item .image img{
	width: 100%;
	height: auto;
}

.car_list_item .btn{
	width: 100%;
	border: 1px solid #4c8cb1;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.car_list_item .btn:hover{
	background-color: rgba(76,140,177,0.3);
}

.car_list_item .btn a{
	display: block;
	width: 100%;
	padding: 15px 0;
	text-decoration: none;
}

.car_list .car_list_01 .car_list_item{
	float: right;
}

.car_list .car_list_02{
	width: 100%;
	overflow: hidden;
}

.car_list .car_list_02 .car_list_item{
	margin-right: 62px;
	float: left;
	margin-bottom: 100px;
}

.car_list .car_list_02 .car_list_item:nth-child(3n){
	margin-right: 0;
}

.link_btn .link_text{
	width: 100%;
	margin-bottom: 50px;
	text-align: center;
}

.link_btn .link_text img{
	width: 60%;
	height: auto;
}

.showroom_btn{
	background-color: #6E96B2;
	text-align: center;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	overflow: hidden;
	border-radius: 5px;
}

.showroom_btn:hover{
	opacity: 0.8;
}

.showroom_btn a{
	display: block;
	width: 100%;
	color: #fff;
	font-size: 27px;
	padding: 40px 0;
	text-decoration: none;
}

.link_btn .idx_btn{
	padding: 90px 0 0;
}

.sp_br{
	display: none;
}



/*Mobile*/
@media screen and (max-width: 736px) {

	.pc_img{
		display: none;
	}

	.sp_img{
		display: block;
	}

	.pc_visual{
		display: none;
	}

	.sp_visual{
		display: block;
		padding-top: 8vw;
	}

	.sp_visual img{
		width: 100%;
		height: auto;
	}

	.text_03{
		font-size: 18px;
		margin-bottom: 6vw;
	}

	.text_01{
		margin-bottom: 8vw;
	}

	.text_01 img{
		width: 90%;
	}

	.text_02{
		font-size: 22px;
		line-height: 1.4em;
		margin-bottom: 8vw;
	}

	.text_04{
		font-size: 16px;
	}

	.car_list .car_list_01 .car_list_text{
		width: 47%;
		background-image: url(../img/sp_item.png);
		background-repeat: no-repeat;
		background-position: center;
		background-size: contain;
		margin-right: 6%;
	}

	.car_list_01 .car_list_text img{
		width: 100%;
		height: auto;
	}

	.car_list_item{
		width: 47%;
	}

	.car_list_item .title{
		height: 29px;
	}

	.car_list_item .image{
		margin: 5px 0;
	}

	.car_list_item .btn a{
		font-size: 14px;
		line-height: 1.4em;
		padding: 10px 0;
	}

	.sp_br{
		display: block;
	}

	.car_list .car_list_02 .car_list_item{
		margin-right: 6%;
		margin-bottom: 10vw;
	}

	.car_list .car_list_02 .car_list_item:nth-child(3n){
		margin-right: 6%;
	}

	.car_list .car_list_02 .car_list_item:nth-child(2n){
		margin-right: 0;
	}

	.car_list .car_list_01{
		margin-bottom: 10vw;
		display: flex;
		flex-wrap: wrap;
	}

	.link_btn .link_text{
		margin-bottom: 5vw;
	}

	.link_btn .link_text img{
		width: 90%;
	}

	.showroom_btn a{
		font-size: 18px;
		padding: 20px 0;
	}

	.link_btn .idx_btn{
		display: none;
	}

	.car_list{
		margin: 15vw 0 5vw;
	}

	.car_list .car_list_02{
		margin-bottom: 5vw;
	}

	.link_btn{
		margin-bottom: 5vw;
	}

}


















