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

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

.block-store-list--area-title {
  font-weight: bold;
  margin-right: 10px;
}

.block-store-list--area-anchor ul {
  display: flex;
}

.block-store-list--area-anchor li {
  padding-right: 15px;
}

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

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

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

.block-store-list--stores-title {
  border-bottom: 1px solid var(--table-border-color);
  margin-bottom: 20px;
  clear: both;
}

.block-store-list--stores-list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

.block-store-list--store {
  width: 400px;
  padding-left: 5px;
}

.block-store-list--store-image {
  width: 400px;
}

.block-store-list--store-image figure {
  width: 390px;
  height: 300px;
}

.block-store-list--store-image figure:hover {
  opacity: 0.7;
}

.block-store-list--store-description {
  padding: 10px;
}

.block-store-list--store-name {
  margin-bottom: 20px;
  font-size: 20px;
}

.block-store-list--store-name a {
  color: #000;
  text-decoration: underline;
}

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

.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: 20px;
  margin-bottom: 20px;
}

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

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

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

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

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

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

.block-store-detail--store {
  display: flex;
  margin-bottom: 20px;
}

.block-store-detail--store-info {
  width: 50%;
  display: flex;
  flex-direction: column;
  padding-left: 10px;
  padding-right: 10px;
}

.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: 50%;
}

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

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

.block-store-detail--store-separate-map a:before {
  content: "\ff1e";
}

/* ----スタッフ実績マスタ：block-staff-achievement---- */
.ui-datepicker-trigger {
	position: relative;
	display: inline-block;
	margin-top: -3px;
	vertical-align:middle;
	cursor: pointer;
	margin-left: 3px;
}

.block-staff-achievement--search-item {
  flex-grow: 1;
  padding: 10px 8px;
}

.block-staff-achievement--search-title {
  font-weight: bold;
}

.block-staff-achievement--table {
  margin: 5px 0;
  width: 100%;
}

.block-staff-achievement--table th:first-child {
  width: 10%;
  height: 2em;
  position: sticky;
  left: 0;
  background-color: var(--theme-color-tertiary);
}


/* ----スタッフマスタインポートファイルレイアウト画面---- */

.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-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-storedetail .block-member-info-store-image {
  margin: 0 auto 10px auto;
}
.page-storedetail [data-item-index="1"]{
  display: none;
}