@charset "utf-8";

/*
 * Date: 2018-06
 * 認定中古車ドットコムリニューアル、店舗一覧・詳細用CSS
 *
 */



/* 店舗検索フォーム
------------------------------------------------------------ */

/* ディーラーメッセ */
.dealer_serch_wrap {
	overflow: hidden;
	margin: 30px -10px;
}
.shop_serch_brand,
.shop_serch_area,
.shop_serch_submit {
	height: 120px;
	box-sizing: border-box;
	padding: 0 10px;
	float: left;
}
.shop_serch_brand, .shop_serch_area { width: 44%;}
.shop_serch_submit { width: 12%;}

@media screen and (max-width: 800px) {
	.dealer_serch_wrap { margin: auto;}
	.shop_serch_brand,
	.shop_serch_area,
	.shop_serch_submit {
		width: auto;
		height: auto;
		margin-bottom: 20px;
		float: none;
	}
}

.button_search {
	display: block;
	width: 100%;
	height: 90px;
	margin: 10px 0 0;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 800px) {
	.button_search {
		width: 280px;
		height: auto;
		margin: auto;
	}
}

/* スペシャルメッセ */
.special_serch_wrap { margin: 20px 0;}
.special_serch_inner { width: 480px; margin: auto;}

@media screen and (max-width: 800px) {
	.special_serch_wrap { margin: 0 10px 20px;}
	.special_serch_inner { width: 300px;}
}

.button_search2 {
	width: 160px;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (max-width: 800px) {
	.button_search2 { width: 280px; margin: 10px;}
}

/* 店舗詳細
------------------------------------------------------------ */

@media screen and (max-width: 800px) {
	.shop_mainMovie { margin: 10px;}
}


.shop_main_image {
	text-align: center;
}
.shop_main_image img {
	max-width: 100%;
}

.shop_message {
	margin: 20px 0;
	font-size: 18px;
	line-height: 1.75;
}
@media screen and (max-width: 800px) {
	.shop_message {
		margin: 10px;
		font-size: 15px;
		line-height: 1.6;
	}
}


.shop_nav {
	display: -webkit-flex; display: -ms-flex; display: flex;
	justify-content: -webkit-center; justify-content: -ms-center; justify-content: center;
	-webkit-align-items: center; -ms-align-items: center; align-items: center;
	box-sizing: border-box;
	width: 100%;
	margin: 30px 0;
	padding: 0;
}
.shop_nav li {
	box-sizing: border-box;
	padding: 5px;
	width: 20%;
}
.shop_nav_inner {
	padding: 5px;
	background: #fff;
	border: 1px solid #ddd;
	position: relative;
}
.shop_nav_inner:after {
	display: block;
	content: '';
	width: 50%; height: 1px;
	box-shadow: 0 9px 4px rgba(0,0,0,1); 
	position: absolute; bottom: 10px; left: 5px;
	transform: rotate(-5deg);
	z-index: -1;
}
.shop_nav_ph img { width: 100%;}

@media screen and (max-width: 800px) {
	.shop_nav {
		-webkit-flex-wrap: wrap; -ms-flex-wrap: wrap; flex-wrap: wrap;
		margin: 20px 0;
		padding: 0 7px;
	}
	.shop_nav li {
		width: 33.3333%;
		padding: 3px;
	}
	.shop_nav_inner { padding: 3px;}
}


.btn_shopZaiko {
	font-size: 20px;
	width: 120px;
	height: 120px;
	line-height: 120px;
}
@media screen and (max-width: 800px) {
	.btn_shopZaiko {
		width: 90px; height: 90px;
		line-height: 90px;
		font-size: 16px;
		font-weight: normal;
	}
}


.shop_googleMap { margin: 30px 0; border: 1px solid #ccc;}
.shop_googleMap iframe { width: 100%; height: 400px;}

@media screen and (max-width: 800px) {
	.shop_googleMap { margin: 10px;}
	.shop_googleMap iframe { height: 200px;}
}













