﻿@charset "UTF-8";

/* ページ見出し */
body.page-storelist h1.block-store-list--header { margin: 64px 0 44px; text-align: center;}

/* アンカーリンク */
#block_store_list_anchor { padding: 0; margin: 0 0 50px; display: flex; justify-content: center; flex-wrap: wrap;}
#block_store_list_anchor .anchor-link {
  min-width: 110px;
  height: 20px;
	margin: 0 0 10px;
	border-left: #CCC 1px solid;
  line-height: 1.0;
	text-align: center;
  word-break: keep-all;
  white-space: nowrap;
  display: flex;
	justify-content: center;
  align-items: center;
}
#block_store_list_anchor .anchor-link:last-child { border-right: #CCC 1px solid;}
#block_store_list_anchor .anchor-link a {
  width: 100%;
  padding: 0 20px;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
	justify-content: center;
  align-items: center;
}

/* 直営以外の取扱店 */
body.page-storelist #block_for_otherstore { margin: 0 0 20px; display: flex; justify-content: flex-end;}
body.page-storelist #block_for_otherstore .otherstore-link { text-align: right;}
body.page-storelist #block_for_otherstore .otherstore-link a { font-size: 13px; text-decoration: underline; transition: 0.3s;}
body.page-storelist #block_for_otherstore .otherstore-link a:hover { text-decoration: none;}

/* 店舗区分 */
body.page-storelist .block-store-list--area { display: none;}

/* エリア見出し */
.block-store-list--stores h2.block-store-list--stores-title {
  min-height: 40px;
  padding: 5px 12px;
  margin: 0;
	border: none;
  font-size: 14px;
  font-weight: 700;
  background: #F8F8F8;
  display: flex;
  align-items: center;
}

/* 一覧 */
ul.block-store-list--stores-list { border: none; display: flex; flex-wrap: wrap;}
ul.block-store-list--stores-list .block-store-list--store { width: 100%; padding: 30px 20px;}
ul.block-store-list--stores-list .block-store-list--store + .block-store-list--store { border-top: #CCC 1px solid;}
ul.block-store-list--stores-list .block-store-list--store-image { display: none;}
ul.block-store-list--stores-list .block-store-list--store-description { padding: 0; margin: 0; display: flex; flex-wrap: nowrap; align-items: center;}
ul.block-store-list--stores-list .block-store-list--store-name { width: 440px; padding: 0; margin: 0 35px 0 0; font-size: 15px; font-weight: 700;}
ul.block-store-list--stores-list .block-store-list--store-name a { font-size: 15px; font-weight: 700; text-decoration: none; transition: 0.3s;}
ul.block-store-list--stores-list .block-store-list--store-name a:hover { text-decoration: none; opacity: 0.7;}
ul.block-store-list--stores-list .block-store-list--store.outlet .block-store-list--store-name::after {
	content: 'OUTLET店舗';
	width: 110px;
	height: 30px;
	padding: 0;
	margin: 10px 0 0;
	border: #FF5B5B 1px solid;
	border-radius: 4px;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.0;
	color: #FF5B5B;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #FFF;
}
ul.block-store-list--stores-list .block-store-list--store-details { width: 530px; font-size: 12px;}
ul.block-store-list--stores-list .block-store-list--store-details dl + dl { margin-top: 5px;}
ul.block-store-list--stores-list .block-store-list--store-details dt { font-size: 12px;}
ul.block-store-list--stores-list .block-store-list--store-details dd { font-size: 12px;}
ul.block-store-list--stores-list .block-store-list--store-map { width: 120px; margin: 0 0 0 auto;}
ul.block-store-list--stores-list .block-store-list--store-map-btn a { 
	width: 120px;
	height: 30px;
	padding: 0;
	margin: 0;
	border-radius: 4px;
	font-size: 14px;
	font-weight: 700;
	text-decoration: none;
	line-height: 1.0;
	color: #FFF;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #444444;
	transition: 0.3s;
}
ul.block-store-list--stores-list .block-store-list--store-map-btn a:hover { opacity: 0.7;}