﻿@charset "UTF-8";

body.page-storelist .block-store-list { margin: 0 0 60px;}

/* ページ見出し */
body.page-storelist h1.block-store-list--header { margin: 40px 0 30px; text-align: center;}

/* アンカーリンク */
#block_store_list_anchor { padding: 0 20px; margin: 0 0 25px; display: flex; justify-content: center; flex-wrap: wrap;}
#block_store_list_anchor .anchor-link {
  min-width: calc(100% / 3);
  min-height: 20px;
	margin: 0 0 15px;
	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:nth-child(3n),
#block_store_list_anchor .anchor-link:last-child { border-right: #CCC 1px solid;}
#block_store_list_anchor .anchor-link a {
  width: 100%;
  padding: 0 10px;
  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 20px 15px; 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: 12px; text-decoration: underline;}

/* 店舗区分 */
body.page-storelist .block-store-list--area { display: none;}

/* エリア見出し */
.block-store-list--stores { padding: 0 20px;}
.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: 20px 0;}
ul.block-store-list--stores-list .block-store-list--store a { display: block;}
ul.block-store-list--stores-list .block-store-list--store a::after { display: none !important;}
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-icon-image--table-cell-left,
ul.block-store-list--stores-list .block-store-list--store-image,
ul.block-store-list--stores-list .block-icon-image--table-cell-angle-right { display: none !important;}
ul.block-store-list--stores-list .block-icon-image--table,
ul.block-store-list--stores-list .block-icon-image--table-cell { width: 100%; padding: 0; margin: 0; border: none; display: block;}
ul.block-store-list--stores-list .block-store-list--store-description { padding: 0; margin: 0;}
ul.block-store-list--stores-list .block-store-list--store-name { width: 100%; padding: 0; margin: 0 0 20px; 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-details { width: 100%; 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: 100%; margin: 20px 0 0; display: flex; align-items: center; column-gap: 12px;}
ul.block-store-list--stores-list .block-store-list--store-map-btn a { 
	width: 100px;
	height: 24px;
	padding: 0;
	margin: 0;
	border-radius: 4px;
	font-size: 12px;
	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;}
ul.block-store-list--stores-list .block-store-list--store.outlet .block-store-list--store-map::before {
	content: 'OUTLET店舗';
	height: 24px;
	padding: 0 10px;
	margin: 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;
}
