﻿@charset "UTF-8";
:root{
  --store-margin-bottom :20px;
  --store-margin-top-sm :10px;
}
/* ----店舗一覧：block-store-list---- */

.block-store-list--area {
  border-top: 1px solid var(--table-border-color);
  border-bottom: 1px solid var(--table-border-color);
  padding: 10px;
  margin-bottom: 30px;
  width: 100%;
}

.block-store-list--area-title {
  font-weight: bold;
}

.block-store-list--area-anchor li {
  display: inline-block;
  padding: 10px;
  font-size: 12px;
}

.block-store-list--area-anchor a {
  text-decoration: underline;
}

.block-store-list--area-anchor a:before {
  content: "\ff1e";
}

.block-store-list--stores {
  max-width: 100%;
  margin-bottom: 20px;
}

.block-store-list--stores-title {
  margin-bottom: 20px;
  clear: both;
}

.block-store-list--store {
  border-bottom: 1px solid var(--table-border-color);
  position: relative;
}

.block-store-list--store a {
  display: flex;
  flex-direction: row;
  text-decoration: none;
  margin-right: 10px;
}

.block-store-list--store-image {
  margin: 10px;
  width: 180px;
}

.block-store-list--store-image figure {
  width: 180px;
  height: 135px;
}

.block-store-list--store-description {
  margin: 10px 20px 10px 0;
}

.block-store-list--store-name {
  margin-bottom: 10px;
  font-weight: bold;
}

.block-store-list--store-details {
  display: flex;
  flex-direction: column;
  font-size: 12px;
}

.block-store-list--store-details dl {
  display: flex;
}

.block-store-list--store-details dt {
  white-space: nowrap;
}

.block-store-list--store-address {
  width: 100%;
  order: 10;
}

.block-store-list--store-tel {
  width: 100%;
  order: 20;
}

.block-store-list--store-sales-info {
  width: 100%;
  order: 30;
}

.block-store-list--store-regularholiday {
  width: 100%;
  order: 40;
}

.block-store-list--store-access {
  width: 100%;
  order: 50;
}

/* ----店舗詳細：block-store-detail---- */

.block-store-detail--title {
  margin-top: 10px;
}

.block-store-detail--store-images {
  display: flex;
  flex-flow: column wrap;
  margin-bottom: 10px;
}

.block-store-detail--store-src-1 {
  padding: 10px;
  order: 10;
}

.block-store-detail--store-src-2 {
  padding: 10px;
  order: 20;
}

.block-store-detail--store-src-3 {
  padding: 10px;
  order: 30;
}

.block-store-detail--store-src-4 {
  padding: 10px;
  order: 40;
}

.block-store-detail--store-src-5 {
  padding: 10px;
  order: 50;
}

.block-store-detail--store {
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
}

.block-store-detail--store-info {
  display: flex;
  flex-direction: column;
  padding: 0 10px 10px 10px;
  font-size: 12px;
}

.block-store-detail--store-info dl {
  display: flex;
}

.block-store-detail--store-info dt {
  white-space: nowrap;
}

.block-store-detail--store-address {
  width: 100%;
  order: 10;
}

.block-store-detail--store-tel {
  width: 100%;
  order: 20;
}

.block-store-detail--store-fax {
  width: 100%;
  order: 30;
}

.block-store-detail--store-sales-info {
  width: 100%;
  order: 40;
}

.block-store-detail--store-regularholiday {
  width: 100%;
  order: 50;
}

.block-store-detail--store-etc-sales-info {
  width: 100%;
  order: 60;
}

.block-store-detail--store-access {
  width: 100%;
  order: 70;
}

.block-store-detail--store-comment {
  width: 100%;
  order: 80;
}

.block-store-detail--store-map-info {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}

.block-store-detail--store-map {
  display: none;
  width: 100%;
  height: 300px;
}

.block-store-detail--store-separate-map {
  display: none;
  margin-top: 5px;
  text-decoration: underline;
}

.block-store-detail--store-separate-map a:before {
  content: "\ff1e";
}
.page-storestafflist .action-buttons.top{
  margin-bottom: 40px;
}
.staff-import {
	width: 100%;
	border-top: 1px solid var(--table-border-color);
	border-left: 1px solid var(--table-border-color);
	table-layout: fixed;  
}
.staff-import th:first-child {
	width: auto;
	padding: 4px 10px;
	border-right: 1px solid var(--table-border-color);
	border-bottom: 1px solid var(--table-border-color);
	line-height: 1.6;
	background-color: var(--theme-color-tertiary);
}
.staff-import th,
.staff-import td {
	padding: 4px 10px;
	border-right: 1px solid var(--table-border-color);
	border-bottom: 1px solid var(--table-border-color);
	line-height: 1.6;
	text-align: center;
}

.staff-import th {
	font-weight: bold;
	text-align: center;
	background-color: var(--theme-color-tertiary);
}
.page-storestafflist .action-buttons.top{
  margin-bottom: 40px;
}
.page-storedetail .block-member-info-store-image{
  margin: 0 auto 10px auto;
}
.page-storestaffimport .block-staff-import--message{
  margin-bottom: var(--store-margin-bottom);
}
.page-storestaffimport .block-staff-import{
  margin-top: calc(2 * var(--store-margin-top-sm));
}
.page-storestaffimport .form-error + .main-form{
  margin-top: calc(2 * var(--store-margin-top-sm));
}
.page-storestaffimportfilelayout .block-staff-import--message,
.page-storestaffimport .block-staff-import--message{
  margin-bottom: var(--store-margin-top-sm);
}
.page-storestaffimport .block-staff-import a{
  text-decoration: underline;
}
.page-storestaffimportfilelayout .block-staff-import--table-wrapper{
  width: 100%;
  overflow-x: scroll;
}
.page-storestaffimportfilelayout .block-staff-import--table-wrapper table{
  width: 100%;
}
.page-storedetail [data-item-index="1"]{
  display: none;
}