@charset "utf-8";

/* ////////////////////////////////////////////////////////////
	File Name	shop.css

	対象：店舗ページ
*/
/*============================================================
	[ 汎用 ] 見出し
*/
.heading-sm .h {
	font-size: 22px;
}

/*============================================================
	メイン
*/
.result-shop {
	padding: 30px 0;
	background-color: #666;
	color: #fff;
}
.result-shop h1 {
	display: inline-block;
	font-weight: bold;
	font-size: 26px;
	line-height: 1.2;
}
.result-shop .link {
	position: absolute;
	top: 5px; right: 0;
	line-height: 1.5;
}
.result-shop .link a {
	color: #fff;
}
.result-shop .link a i {
	-webkit-transition: color 0.3s ease;
	        transition: color 0.3s ease;
}
.result-shop .link a:hover i {
	color: #fff;
}

/*============================================================
	店舗ギャラリー
*/
.shop-gallery {
	float: left;
	width: 360px;
}
.shop-gallery .slider {
	padding: 0 0 37px 0;
}
.shop-gallery .slider .box {
	height: 266px;
	border: 1px solid #eee;
}
.shop-gallery .slider .box div {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%; height: 100%;
}
.shop-gallery .slider .box img {
	max-width: 100%;
	width: auto;
}


.shop-gallery .slider .slick-arrow {
	overflow: hidden;
	position: absolute;
	z-index: 50;
	bottom: 0;
	margin: 0;
	padding: 0;
	width: 32px; height: 32px;
	border: 1px solid #ccc;
	text-align: center;
	font-size: 17px;
}
.shop-gallery .slider .slick-arrow:hover {
	border-color: #999;
}
.shop-gallery .slider .slick-prev {
	left: 0;
}
.shop-gallery .slider .slick-next {
	right: 0;
}
.shop-gallery .ctr {
	position: relative;
	margin: -32px 0 0 0;
}
.shop-gallery .ctr p {
	position: relative;
	margin: 0;
	padding: 6px 40px;
	text-align: center;
	line-height: 1.5;
}

/*============================================================
	店舗リスト
*/
.list-shop-layout {
	display: none;
}
.list-shop-layout .block {
	margin: 20px 0 40px 0;
}
.list-shop-layout .block:after {
	content: '';
	display: block;
	clear: both;
}
/* 情報 */
.list-shop-layout .block .detail {
	position: relative;
	float: right;
	padding: 0 0 53px 0;
	width: 780px; min-height: 266px;
	font-size: 15px;
}
.list-shop-layout .block .detail .inner {
	position: relative;
	-webkit-transition: background-color 0.3s ease;
	        transition: background-color 0.3s ease;
}
.list-shop-layout .block .detail .inner:hover {
	background-color: #eee;
}
.list-shop-layout .block .detail .inner .link {
	display: block;
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
}
.list-shop-layout .block .detail .name {
	font-weight: bold;
	font-size: 24px;
	line-height: 1.5;
}
.list-shop-layout .block .detail .name a {
	text-decoration: none;
	color: #000;
}
.list-shop-layout .block .detail .address .btn-map {
	top: 3px;
	z-index: 10;
}
.list-shop-layout .block .detail .tel {
	margin: 5px 0;
	font-weight: bold;
	font-size: 23px;
	line-height: 1.3;
	color: #c3002f;
}
.list-shop-layout .block .detail .date {
	color: #8a8a8a;
}
.list-shop-layout .block .detail .unit-detail {
	margin: 0 0 15px 0;
}
.list-shop-layout .block .detail .unit-shop {
	float: left;
	width: 400px;
}
.list-shop-layout .block .detail .btns {
	position: absolute;
	bottom: 0; left: 0;
}
.list-shop-layout .block .detail .btns:after {
	content: '';
	display: block;
	clear: both;
}
.list-shop-layout .block .detail .btns .col {
	float: left;
	margin-right: 15px;
	width: 200px;
}
.list-shop-layout .pager:after {
	content: '';
	display: block;
	clear: both;
}
.list-shop-layout .pager ul {
	float: right;
}

/*============================================================
	店舗詳細
*/
.detail-shop-layout {
}
.detail-shop-layout .block {
	margin: 30px 0;
}
.detail-shop-layout .block:after {
	content: '';
	display: block;
	clear: both;
}
/* 情報 */
.detail-shop-layout .block .detail {
	position: relative;
	float: right;
	padding: 0 0 53px 0;
	width: 780px; min-height: 266px;
}
.detail-shop-layout .block .detail table {
}
.detail-shop-layout .block .detail table th,
.detail-shop-layout .block .detail table td {
	vertical-align: top;
	text-align: left;
	font-size: 15px;
	line-height: 1.5;
}
.detail-shop-layout .block .detail table th {
	width: 120px;
}
.detail-shop-layout .block .detail table td {
}
.detail-shop-layout .block .detail table td .btn-map {
	top: 0;
}
.detail-shop-layout .block .detail .copy {
	font-size: 15px;
	line-height: 1.5;
}
.detail-shop-layout .block .detail .btns {
	position: absolute;
	bottom: 0; left: 0;
}
.detail-shop-layout .block .detail .btns:after {
	content: '';
	display: block;
	clear: both;
}
.detail-shop-layout .block .detail .btns .col {
	float: left;
	margin-right: 15px;
	width: 200px;
}
.detail-shop-layout .block .detail .btns .btn-print {
	background-color: #eee;
	border: 1px solid #eee;
}
.detail-shop-layout .block .detail .btns .btn-print:hover {
	background-color: #ddd;
	border: 1px solid #ddd;
}
.detail-shop-layout .block .detail .btns .btn-print i {
	display: block;
	right: 0;
	margin-top: -9px;
	width: 18px; height: 18px;
	background: transparent url(../img/icon_print.png) 0 0 no-repeat;
	background-size: cover;
}


/*============================================================
	店舗詳細/在庫一覧切り替えタブ
*/
.change-shop-tab {
	margin: 50px 0;
	display: table;
	width: 100%;
	border-bottom: 2px solid #c3002f;
}
.change-shop-tab .col {
	display: table-cell;
	vertical-align: top;
	width: 50%;
	text-align: center;
}
.change-shop-tab .col .btn {
	padding: 15px 0;
	border: 2px solid #eee;
	font-size: 15px;
	color: #000;
}
.change-shop-tab .col div.btn {
	background-color: #c3002f;
	border-color: #c3002f;
	color: #fff;
}

/*============================================================
	ショップインフォメーション
*/
.shop-information {
	display: table;
	margin: 30px 0 0 0;
	width: 100%;
}
.shop-information .image,
.shop-information .info {
	display: table-cell;
	vertical-align: top;
}
.shop-information .image {
	width: 200px;
}
.shop-information .image div {
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 15px 12px;
	width: 170px;
	border: 1px solid #eee;
}
.shop-information .image div img {
	max-width: 100%;
}
@media all and (-ms-high-contrast: none){
	.shop-gallery .slider .box img {
		max-width: 358px;
		width: auto;
	}
	.shop-information .image div img {
	max-width: 144px;
	}
}
/*============================================================
	新着情報
*/
.shop-news {
	margin: 30px 0 0 0;
}
.shop-news .btns:after {
	content: '';
	display: block;
	clear: both;
}
.shop-news .btns .col {
	float: left;
	margin-right: 15px;
	width: 200px;
}

/*============================================================
	アクセスマップ
*/
.shop-map {
	
}
.shop-map .image {
	margin: 30px 0 0 0;
}
.shop-map .btns {
	margin: 20px 0 0 0;
}
.shop-map .btns:after {
	content: '';
	display: block;
	clear: both;
}
.shop-map .btns .col {
	float: left;
	margin-right: 15px;
}
.shop-map .btns .col .btn {
	display: inline-block;
	padding-left: 50px;
	padding-right: 50px;
}


/*============================================================
	都道府県
*/
.search-area-shop {
	position: relative;
	margin: 20px 0 0 0;
	width: 1170px;
	height: 557px;
	background: url(../img/home/japan.png) center no-repeat;
}
.search-area-shop * {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.search-area-shop a {
	text-decoration: none;
	color: #343434;
}
.search-area-shop .area-block {
	position: absolute;
	margin-top: -22px;
}
.search-area-shop .area-root p.pref-block {
	display: block;
	padding: 0 20px;
	background-color: #e3e3e2;
	font-size: 16px;
	line-height: 44px;
}
.search-area-shop .area-root a {
	display: block;
	padding: 0 16px 0 20px;
	background-color: #e3e3e2;
	font-size: 16px;
	line-height: 44px;
}
.search-area-shop .area-root a:hover {
	color: #c3002f;
}
.search-area-shop .area-root a span i {
	position: relative;
	top: 1px;
	padding-left: 5px;
	color: #c3002f;
}
.search-area-shop .area-list {
	padding: 0 10px;
}
.search-area-shop .area-list ul {
	list-style-type: none;
	font-size: 0;
}
.search-area-shop .area-list ul li {
	display: inline;
	padding: 0 5px;
	font-size: 14px;
	line-height: 1.7;
	white-space: nowrap;
}
.search-area-shop .area-list ul li a:hover {
	text-decoration: underline;
}
.search-area-shop .area-block-r .area-root,
.search-area-shop .area-block-r .area-list {
	float: left;
}
.search-area-shop .area-block-l .area-root,
.search-area-shop .area-block-l .area-list {
	float: right;
}
.search-area-shop .area-block-l .area-list ul {
	text-align: right;
}
.search-area-shop .area-hokkaido {
	top: 94px; left: 845px;
}
.search-area-shop .area-tohoku {
	top: 232px; left: 764px;
}
.search-area-shop .area-kanto {
	top: 350px; left: 720px;
}
.search-area-shop .area-hokuriku {
	top: 174px; right: 554px;
}
.search-area-shop .area-tokai {
	top: 432px; left: 632px;
}
.search-area-shop .area-kansai {
	top: 246px; right: 636px;
}
.search-area-shop .area-chugoku {
	top: 322px; right: 690px;
}
.search-area-shop .area-shikoku {
	top: 505px; left: 524px;
}
.search-area-shop .area-kyushu {
	top: 395px; right: 770px;
}

/*============================================================*/
/*				追加処理			*/
/*============================================================*/
/*店長コメント用css　*/
.tokusen_comment {
	padding: 13px 0;
	line-height: 1.4;
}
.tokusen_comment dt {
	padding-bottom: 3px;
	font-weight: bold;
	font-size: 17px;
	line-height: 1.4;
}
/* 店舗一覧　開閉アイコン表示非表示用クラス*/
.list-opener{
	display: none;
}
.list-closer{
	display: none;
}
.list-opener.active{
	display: block;
}
.list-closer.active{
	display: block;
}
/* 店舗情報部　メール＠マークgif css*/
.atMark{
	height: 15px;
	width: 10px;
	margin: 0 2px;
	vertical-align: middle;
}
/*　店長特選車　在庫一覧 表示仕様 */
/* ver 1 */
.shop-tokusen_zaiko-block{
	display: table;
	width: 100%;
}
.shop-tokusen_zaiko-block .tokusen-block{
	width: 25%;
	padding-right: 25px;
	display: table-cell;
}
.shop-tokusen_zaiko-block .tokusen-block.non-zaiko-block .h{
	width: 100%;
}
.shop-tokusen_zaiko-block .tokusen-block .h{
	width: 270px;
}
.shop-tokusen_zaiko-block .zaiko-block{
	width: 75%;
	display: table-cell;
}
/* ver2 */
/* 店舗詳細画面　店長特選車　*/
.divide-tokusen_zaiko .tokusen-block{
	width: 25%;
	float: left;
	padding-right: 25px;
}
.divide-tokusen_zaiko .tokusen-block.zaiko-non-block{
	width: 100%;
}
.divide-tokusen_zaiko .tokusen-block.zaiko-non-block .list-car-layout-tall {
	margin-right: -15px;
}
.divide-tokusen_zaiko .tokusen-block .list-car-layout-tall {
	margin: 0;
	margin-left: -15px;
	margin-top: 30px;
}
.divide-tokusen_zaiko .tokusen-block .list-car-layout-tall .block {
	float: left;
	margin: 0 0 30px 0;
	padding: 0 15px;
	width: 300px;
}
/* 店舗詳細画面　在庫一覧　*/
.divide-tokusen_zaiko .zaiko-block{
	width: 75%;
	float: left;
}
.divide-tokusen_zaiko .zaiko-block.tokusen-non-block{
	width: 100%;
}
.divide-tokusen_zaiko .zaiko-block .list-car-layout-tall {
	margin: 0 -15px;
	margin-top: 30px;
}
.divide-tokusen_zaiko .zaiko-block.tokusen-non-block .list-car-layout-tall {
	margin-left: -15px;
}
.divide-tokusen_zaiko .zaiko-block .list-car-layout-tall .block {
	float: left;
	margin: 0 0 30px 0;
	padding: 0 15px;
	width: 300px;
}
.divide-tokusen_zaiko .zaiko-block.tokusen-non-block .list-car-layout-tall .block {
	width: 25%;
}
.divide-tokusen_zaiko .zaiko-block.zaiko-non-block .list-car-layout-tall .block {
	width: 25%;
}