@charset "UTF-8";
/**
 * Created Date: 2025-08-19 16:21:40
 * Author: 奥冨 菜月
 * -----
 * Last Modified: 2025-09-17 18:08:12
 * Modified By: 奥冨 菜月
 * -----
 * Copyright (c) 2025 FAIRWAY Corp.
 * -----
 * HISTORY:
 * Date               	By        	Comments
 * -------------------	----------	---------------------------------------------------------
 * -------------------	----------	---------------------------------------------------------
 */
/**
 * Created Date: 2022-02-09 12:47:10
 * Author: 奥冨 菜月
 * -----
 * Last Modified: 2025-07-17 15:03:53
 * Modified By: 奥冨 菜月
 * -----
 * Copyright (c) 2022 FAIRWAY Corp.
 * -----
 * HISTORY:
 * Date               	By        	Comments
 * -------------------	----------	---------------------------------------------------------
 * -------------------	----------	---------------------------------------------------------
 */
/*---------------------------------
  Google font
---------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@100;300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Noto+Serif+JP:wght@200;300;400;500;600;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Merriweather:ital,wght@0,300;0,400;0,700;0,900;1,300;1,400;1,700;1,900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Covered+By+Your+Grace&family=DotGothic16&family=Yomogi&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Kiwi+Maru:wght@300;400;500&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Sigmar&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Squada+One&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Handlee&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Rubik+Glitch&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Big+Shoulders+Display:wght@100;200;300;400;500;600;700;800;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Kurenaido&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic:wght@300;400;500;700;900&display=swap");
@import url("https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap");
@font-face {
  font-family: "anton";
  src: url("../font/anton-v23-latin-regular.woff") format("woff"), url("../font/anton-v23-latin-regular.ttf") format("truetype");
}
/*---------------------------------
  カラーパレット
---------------------------------*/
/*---------------------------------
  mq（メディアクエリを呼び出す）
  $name
  $value
---------------------------------*/
/*---------------------------------
  白黒画像背景
  $url
  $coverColor
---------------------------------*/
/*---------------------------------
  影
---------------------------------*/
.shadow00 {
  box-shadow: none !important;
}

.shadow01 {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.26);
}

.shadow02 {
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

/* ========================================================================
  ▼ Common
======================================================================== */
/* テーブル
-------------------------------------------------- */
table.dataTable {
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.1em;
}
table.dataTable thead {
  background-color: rgb(227.2074074074, 242.5925925926, 231.1777777778);
}
table.dataTable thead th {
  border-bottom: none !important;
  padding-left: 16px;
}
table.dataTable thead th.sorting::before, table.dataTable thead th.sorting::after {
  color: rgb(57.8285714286, 144.5714285714, 120.1054945055);
}
table.dataTable thead th.sorting_asc::before, table.dataTable thead th.sorting_desc::after {
  color: #34826C;
  opacity: 0.8;
}
table.dataTable tbody th, table.dataTable tbody td {
  padding: 12px 16px;
}

/* ========================================================================
  ▼ Page
======================================================================== */
#manage_assistant {
  /* ページコンテンツ
  -------------------------------------------------- */
}
#manage_assistant #pageContents {
  padding-top: 20px;
  padding-bottom: 40px;
}
#manage_assistant #pageContents > section + section {
  margin-top: 64px;
}
#manage_assistant #pageContents > section .section-title {
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #34826C;
  margin-bottom: 12px;
}

/* ========================================================================
  ▼ シフト管理
======================================================================== */
#asi_shiftManage {
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
}
#asi_shiftManage .scroll-hint-shadow-wrap {
  overflow: hidden;
  border-radius: 16px 16px 0 0;
  box-sizing: border-box;
}
#asi_shiftManage .scroll-hint-shadow-wrap::before {
  width: 80px;
  max-height: calc(100% - 16px);
  background: -webkit-linear-gradient(left, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background: linear-gradient(90deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
#asi_shiftManage .scroll-hint-shadow-wrap::after {
  width: 80px;
  max-height: calc(100% - 16px);
  background: -webkit-linear-gradient(right, rgb(255, 255, 255), rgba(255, 255, 255, 0));
  background: linear-gradient(270deg, rgb(255, 255, 255), rgba(255, 255, 255, 0));
}
#asi_shiftManage .list-scrollBox {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px 16px 0 0;
}
#asi_shiftManage .list-scrollBox::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
#asi_shiftManage .list-scrollBox::-webkit-scrollbar-track {
  background-color: transparent;
}
#asi_shiftManage .list-scrollBox::-webkit-scrollbar-thumb {
  background: #C8C3C3;
  border-radius: 8px;
  border: 3px solid #E3E1E1;
}
#asi_shiftManage table#shift-listTable {
  border-collapse: collapse;
  min-width: 100%;
  table-layout: auto;
  margin-bottom: 0;
}
#asi_shiftManage table#shift-listTable tbody, #asi_shiftManage table#shift-listTable td, #asi_shiftManage table#shift-listTable tfoot, #asi_shiftManage table#shift-listTable th, #asi_shiftManage table#shift-listTable thead, #asi_shiftManage table#shift-listTable tr {
  border-color: #F2F2F2;
}
#asi_shiftManage table#shift-listTable th, #asi_shiftManage table#shift-listTable td {
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  padding: 8px;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 14rem;
}
#asi_shiftManage table#shift-listTable .shift-edit {
  background-color: #5FA671;
  color: #dbdbdb;
}
#asi_shiftManage table#shift-listTable .shift-edit .edit_wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  gap: 16px;
}
#asi_shiftManage table#shift-listTable .shift-edit .t-date {
  font-size: 0.85em;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#asi_shiftManage table#shift-listTable .shift-edit .t-edit {
  border-radius: 4px;
  padding: 8px;
  -webkit-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
  line-height: 1;
  font-size: 0;
  background-color: #D3EBD7;
}
#asi_shiftManage table#shift-listTable .shift-edit .t-edit i {
  color: #5FA671;
  font-size: 0.7rem;
}
#asi_shiftManage table#shift-listTable .shift-edit:hover {
  background-color: rgb(78.7060240964, 141.4939759036, 94.6240963855);
}
#asi_shiftManage table#shift-listTable .shift-edit.before {
  background-color: #BFBFBF;
}
#asi_shiftManage table#shift-listTable .shift-edit.before .t-edit {
  background-color: #E7E8EB;
}
#asi_shiftManage table#shift-listTable .shift-edit.before .t-edit i {
  color: #BFBFBF;
}
#asi_shiftManage table#shift-listTable .shift-edit.before:hover {
  background-color: rgb(170.6, 170.6, 170.6);
}
#asi_shiftManage table#shift-listTable .shift-edit.today {
  background-color: #CC5144;
}
#asi_shiftManage table#shift-listTable .shift-edit.today .t-edit {
  background-color: #F4D9D6;
}
#asi_shiftManage table#shift-listTable .shift-edit.today .t-edit i {
  color: #CC5144;
}
#asi_shiftManage table#shift-listTable .shift-edit.today:hover {
  background-color: rgb(181.6571428571, 62.1714285714, 49.5428571429);
}
#asi_shiftManage table#shift-listTable .shift-edit.todayClosing {
  background-color: #E9B3AD;
}
#asi_shiftManage table#shift-listTable .shift-edit.todayClosing .t-edit {
  background-color: #F4D9D6;
}
#asi_shiftManage table#shift-listTable .shift-edit.todayClosing .t-edit i {
  color: #E9B3AD;
}
#asi_shiftManage table#shift-listTable .shift-edit.todayClosing:hover {
  background-color: rgb(224.3692307692, 149.1846153846, 140.8307692308);
}
#asi_shiftManage table#shift-listTable .shift-edit.closing {
  background-color: #ABD1B5;
}
#asi_shiftManage table#shift-listTable .shift-edit.closing .t-edit {
  background-color: #D3EBD7;
}
#asi_shiftManage table#shift-listTable .shift-edit.closing .t-edit i {
  color: #ABD1B5;
}
#asi_shiftManage table#shift-listTable .shift-edit.closing:hover {
  background-color: rgb(144.6369230769, 194.5630769231, 157.7753846154);
}
#asi_shiftManage table#shift-listTable tbody tr td.closing {
  background-color: #f8f8f8;
}
#asi_shiftManage table#shift-listTable .asi-card {
  display: block;
  max-width: 100%;
  width: 100%;
  padding: 0;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
  overflow-wrap: anywhere;
  word-break: break-word;
  -webkit-hyphens: auto;
          hyphens: auto;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  border-color: #F2F2F2;
  background-color: #F2F2F2;
  color: #888;
}
#asi_shiftManage table#shift-listTable .asi-card + .asi-card {
  margin-top: 8px;
}
#asi_shiftManage table#shift-listTable .asi-card:hover {
  -webkit-filter: blur(1px);
          filter: blur(1px);
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
#asi_shiftManage table#shift-listTable .asi-card .card-body {
  position: relative;
  padding: 0.5rem;
  padding-right: 1.75rem;
}
#asi_shiftManage table#shift-listTable .asi-card .card-body .info-wrap .info-partition {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: baseline;
          align-items: baseline;
  gap: 8px;
}
#asi_shiftManage table#shift-listTable .asi-card .card-body .info-wrap .info-partition + .info-partition {
  margin-top: 12px;
}
#asi_shiftManage table#shift-listTable .asi-card .i-status {
  position: relative;
  z-index: 1;
  overflow: hidden;
  min-width: 64px;
  padding: 4px 8px;
  line-height: 1;
  text-align: center;
  letter-spacing: 0.08em;
  font-size: 0.6em;
  font-weight: 500;
  border-radius: 4px;
  background-color: #ddd;
}
#asi_shiftManage table#shift-listTable .asi-card .i-status::before {
  content: "";
  position: absolute;
  z-index: 0;
  inset: 0;
  background: url("../img/ctb/chara_black_eye.png") repeat center center/contain;
  pointer-events: none;
  mix-blend-mode: soft-light;
  -webkit-filter: invert(4%) sepia(56%) saturate(90%) hue-rotate(180deg) brightness(70%) contrast(52%);
          filter: invert(4%) sepia(56%) saturate(90%) hue-rotate(180deg) brightness(70%) contrast(52%);
}
#asi_shiftManage table#shift-listTable .asi-card .i-times {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 6px;
}
#asi_shiftManage table#shift-listTable .asi-card .i-times i {
  font-size: 0.6em;
}
#asi_shiftManage table#shift-listTable .asi-card .i-times .i-time {
  line-height: 1;
  letter-spacing: 0.08em;
  font-size: 0.6em;
  padding: 2px 0;
  border-radius: 40px;
  color: #ccc;
}
#asi_shiftManage table#shift-listTable .asi-card .i-name {
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 0.08em;
  font-weight: 500;
  font-size: 0.8em;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc((100% - 8px) / 2);
}
#asi_shiftManage table#shift-listTable .asi-card .i-nick {
  line-height: 1;
  margin-bottom: 0;
  letter-spacing: 0.05em;
  font-weight: 400;
  font-size: 0.65em;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: calc((100% - 8px) / 2);
}
#asi_shiftManage table#shift-listTable .asi-card .i-link {
  position: absolute;
  top: 50%;
  right: 0.5rem;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  line-height: 1;
}
#asi_shiftManage table#shift-listTable .asi-card .i-link i {
  font-size: 0.75rem;
}
#asi_shiftManage table#shift-listTable .asi-card.asi-yellow {
  border-color: #D5A02B;
  background-color: #FAF8EC;
  color: #D5A02B;
}
#asi_shiftManage table#shift-listTable .asi-card.asi-yellow .i-status {
  background-color: #F1E9CD;
}
#asi_shiftManage table#shift-listTable .asi-card.asi-yellow .i-status::before {
  -webkit-filter: invert(9%) sepia(70%) saturate(420%) hue-rotate(320deg) brightness(60%) contrast(52%);
          filter: invert(9%) sepia(70%) saturate(420%) hue-rotate(320deg) brightness(60%) contrast(52%);
}
#asi_shiftManage table#shift-listTable .asi-card.asi-yellow .i-times .i-time {
  color: #D5A02B;
}
#asi_shiftManage table#shift-listTable .asi-card.asi-green {
  border-color: #5FA671;
  background-color: #F0F8F3;
  color: #5FA671;
}
#asi_shiftManage table#shift-listTable .asi-card.asi-green .i-status {
  background-color: #D3EBD7;
}
#asi_shiftManage table#shift-listTable .asi-card.asi-green .i-status::before {
  -webkit-filter: invert(8%) sepia(10%) saturate(310%) hue-rotate(270deg) brightness(60%) contrast(44%);
          filter: invert(8%) sepia(10%) saturate(310%) hue-rotate(270deg) brightness(60%) contrast(44%);
}
#asi_shiftManage table#shift-listTable .asi-card.asi-green .i-times .i-time {
  color: #C0E2C6;
}
#asi_shiftManage table#shift-listTable .asi-card.asi-green .i-times .i-time.selected {
  color: #5FA671;
  background-color: #D3EBD7;
  padding: 2px 6px;
}
#asi_shiftManage table#shift-listTable .asi-card.asi-blue {
  border-color: #F2F3FC;
  background-color: #F2F3FC;
  color: #C8CEEE;
}
#asi_shiftManage table#shift-listTable .asi-card.asi-blue .i-status {
  background-color: #e5e9f9;
  color: #a7b3d2;
}
#asi_shiftManage table#shift-listTable .asi-card.asi-blue .i-status::before {
  -webkit-filter: invert(7%) sepia(50%) saturate(420%) hue-rotate(176deg) brightness(50%) contrast(36%);
          filter: invert(7%) sepia(50%) saturate(420%) hue-rotate(176deg) brightness(50%) contrast(36%);
}
#asi_shiftManage table#shift-listTable .asi-card.asi-blue .i-times i, #asi_shiftManage table#shift-listTable .asi-card.asi-blue .i-times .i-time {
  color: #C8CEEE;
}
#asi_shiftManage table#shift-listTable .asi-card.asi-grey {
  border-color: #F4F4F6;
  background-color: #F4F4F6;
  color: #D7D8DB;
}
#asi_shiftManage table#shift-listTable .asi-card.asi-grey .i-status {
  background-color: #ecedef;
  color: #cbccd3;
}
#asi_shiftManage table#shift-listTable .asi-card.asi-grey .i-status::before {
  -webkit-filter: invert(6%) sepia(6%) saturate(160%) hue-rotate(120deg) brightness(60%) contrast(54%);
          filter: invert(6%) sepia(6%) saturate(160%) hue-rotate(120deg) brightness(60%) contrast(54%);
}
#asi_shiftManage table#shift-listTable .asi-card.asi-grey .i-times i, #asi_shiftManage table#shift-listTable .asi-card.asi-grey .i-times .i-time {
  color: #D7D8DB;
}
#asi_shiftManage table#shift-listTable .asi-card.asi-red {
  border-color: #FCF3F2;
  background-color: #FCF3F2;
  color: #F1CFCB;
}
#asi_shiftManage table#shift-listTable .asi-card.asi-red .i-status {
  background-color: #f9e8e7;
  color: #ebc1bd;
}
#asi_shiftManage table#shift-listTable .asi-card.asi-red .i-status::before {
  -webkit-filter: invert(6%) sepia(80%) saturate(340%) hue-rotate(290deg) brightness(50%) contrast(32%);
          filter: invert(6%) sepia(80%) saturate(340%) hue-rotate(290deg) brightness(50%) contrast(32%);
}
#asi_shiftManage table#shift-listTable .asi-card.asi-red .i-times i, #asi_shiftManage table#shift-listTable .asi-card.asi-red .i-times .i-time {
  color: #F1CFCB;
}

/* ========================================================================
  ▼ サマリー
======================================================================== */
#staff_summary .card {
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  border: 0;
  border-radius: 16px;
}
#staff_summary .card + .card {
  margin-top: 8px;
}
#staff_summary .card .card-title {
  color: #34826C;
  font-weight: 500;
  letter-spacing: 0.15em;
}
#staff_summary .card .card-text {
  letter-spacing: 0.08em;
  font-size: 0.8em;
}
#staff_summary .count_wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  gap: 12px;
}
#staff_summary .count_wrap .count_box {
  background-color: #F2F2F2;
  padding: 12px 8px;
  border-radius: 8px;
  text-align: center;
  width: calc((100% - 24px) / 3);
}
#staff_summary .count_wrap .count_box .card-subtitle {
  color: #bbb;
  letter-spacing: 0.08em;
  font-size: 0.8em;
  margin-bottom: 4px;
}
#staff_summary .count_wrap .count_box .card-text {
  font-weight: 500;
  font-size: 1.4em;
}
#staff_summary .count_wrap .count_box.total {
  background-color: #ddd;
}
#staff_summary .count_wrap .count_box.total .card-subtitle {
  color: #888;
}
#staff_summary .input-wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  gap: 4px;
}
#staff_summary .input-wrap .form-control,
#staff_summary .input-wrap .form-select {
  width: auto;
  letter-spacing: 0.08em;
  flex-shrink: 1;
  -webkit-box-flex: 1;
          flex-grow: 1;
}
#staff_summary .input-wrap .form-control:not(.disabled, :disabled),
#staff_summary .input-wrap .form-select:not(.disabled, :disabled) {
  border-color: #34826C;
  background-color: rgba(199, 230, 207, 0.05);
}
#staff_summary .input-wrap .form-control.disabled, #staff_summary .input-wrap .form-control:disabled,
#staff_summary .input-wrap .form-select.disabled,
#staff_summary .input-wrap .form-select:disabled {
  color: #aaa;
}
#staff_summary .input-wrap .form-control option:disabled,
#staff_summary .input-wrap .form-select option:disabled {
  color: #ddd;
}
#staff_summary .input-wrap .form-control + label.error,
#staff_summary .input-wrap .form-select + label.error {
  display: none !important;
}
#staff_summary .input-wrap button {
  flex-shrink: 2;
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-radius: var(--bs-border-radius);
  border: 1px solid #2792d4;
  background: transparent;
  background-color: rgb(208.5458167331, 231.9920318725, 246.4541832669);
  color: #2792d4;
}
#staff_summary .input-wrap button:hover:not(.disabled, :disabled) {
  background-color: rgb(187.0079681275, 221.3247011952, 242.4920318725);
}
#staff_summary .input-wrap button.disabled, #staff_summary .input-wrap button:disabled {
  background-color: rgb(217.1609561753, 236.2589641434, 248.0390438247);
  border-color: rgb(165.4701195219, 210.6573705179, 238.5298804781);
  color: rgb(165.4701195219, 210.6573705179, 238.5298804781);
}
#staff_summary .staffStatus {
  font-weight: 500;
  padding: 0.25rem 1.5rem;
  border-radius: 50px;
  line-height: 1;
  font-size: 0.7em;
  display: inline-block;
  min-width: 20%;
  text-align: center;
  color: transparent;
  background-color: transparent;
  margin-bottom: 4px;
}
#staff_summary .staffStatus.yellow {
  color: #D6A230;
  background-color: #F1E9CD;
}
#staff_summary .staffStatus.green {
  color: #57A26A;
  background-color: #D3EBD7;
}
#staff_summary .staffStatus.purple {
  color: #9046CA;
  background-color: #F7E3FD;
}
#staff_summary .staffStatus.blue {
  color: #4672E1;
  background-color: #DEE2F5;
}
#staff_summary .staffStatus.grey {
  color: #56575A;
  background-color: #E7E8EB;
}
#staff_summary .staffStatus.red {
  color: #CC5043;
  background-color: #F4D9D6;
}

/* ========================================================================
  ▼ 配信スタッフリスト
======================================================================== */
#staff_list {
  /* テーブル */
  /* オリジナル */
}
#staff_list .dataTables_wrapper .layout-row {
  padding-left: 16px;
  padding-right: 16px;
}
#staff_list .dataTables_wrapper .layout-row.row-1 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}
#staff_list .dataTables_wrapper .layout-row.row-2 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 12px;
  background-color: #fff;
  padding-top: 24px;
  padding-bottom: 16px;
  border-radius: 16px 16px 0 0;
}
#staff_list .dataTables_wrapper .layout-row.row-3 {
  padding-left: 0;
  padding-right: 0;
}
#staff_list .dataTables_wrapper .layout-row.row-4 {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 24px;
}
#staff_list .dataTables_wrapper .dt-info-nav {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  gap: 40px;
}
#staff_list .dataTables_wrapper .dt-filter-btn {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: center;
          align-items: center;
  gap: 16px;
}
#staff_list .dataTables_wrapper .dt-title {
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  letter-spacing: 0.15em;
  color: #34826C;
}
#staff_list .dataTables_wrapper .dt-title > h1, #staff_list .dataTables_wrapper .dt-title h2, #staff_list .dataTables_wrapper .dt-title h3, #staff_list .dataTables_wrapper .dt-title h4, #staff_list .dataTables_wrapper .dt-title h5, #staff_list .dataTables_wrapper .dt-title h6 {
  margin-bottom: 0;
}
#staff_list .dataTables_wrapper .dataTables_length label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: end;
          align-items: end;
  gap: 8px;
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  font-size: 0.7em;
  font-weight: 500;
  letter-spacing: 0.12em;
  color: #181818;
}
#staff_list .dataTables_wrapper .dataTables_length .select-wrap {
  position: relative;
}
#staff_list .dataTables_wrapper .dataTables_length .select-wrap::after {
  content: "\f13a";
  font: var(--fa-font-solid);
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 0.8em;
  color: #181818;
}
#staff_list .dataTables_wrapper .dataTables_length select {
  font-size: 1rem;
  font-weight: 500;
  padding: 0.125rem 2.5rem 0.25rem 0.5rem;
  line-height: 1;
  border-radius: 0;
  outline: none;
  border: 0;
  border-bottom: 1.5px solid #181818;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}
#staff_list .dataTables_wrapper .dataTables_length select::-ms-expand {
  display: none;
}
#staff_list .dataTables_wrapper .dataTables_filter {
  position: relative;
}
#staff_list .dataTables_wrapper .dataTables_filter i {
  position: absolute;
  top: 50%;
  left: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #34826C;
  font-size: 0.875rem;
}
#staff_list .dataTables_wrapper .dataTables_filter input {
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  width: 100%;
  min-width: 260px;
  padding: 0.375rem 0.75rem 0.375rem 2rem;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border: 1px solid #34826C;
  border-radius: var(--bs-border-radius-sm);
  outline: none;
  box-sizing: border-box;
  margin-left: 0;
}
#staff_list .dataTables_wrapper .dataTables_filter input::-webkit-input-placeholder {
  color: #aaa;
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
}
#staff_list .dataTables_wrapper .dataTables_filter input::-moz-placeholder {
  color: #aaa;
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
}
#staff_list .dataTables_wrapper .dataTables_filter input::placeholder {
  color: #aaa;
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
}
#staff_list .dataTables_wrapper .dt-buttons .dt-button {
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  margin: 0;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.08em;
  border-radius: var(--bs-border-radius);
  border-color: #2792d4;
  background: transparent;
  background-color: rgb(208.5458167331, 231.9920318725, 246.4541832669);
  color: #2792d4;
}
#staff_list .dataTables_wrapper .dt-buttons .dt-button:hover {
  background-color: rgb(187.0079681275, 221.3247011952, 242.4920318725);
}
#staff_list .dataTables_wrapper .dataTables_info {
  position: relative;
  padding-top: 0;
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  letter-spacing: 0.1em;
  font-weight: 500;
}
#staff_list .dataTables_wrapper .dataTables_paginate {
  padding-top: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  gap: 8px;
}
#staff_list .dataTables_wrapper .dataTables_paginate > span {
  display: -webkit-box;
  display: flex;
  gap: 24px;
}
#staff_list .dataTables_wrapper .dataTables_paginate .paginate_button {
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  margin-left: 0;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-weight: 500;
  border: 1px solid #34826C;
  color: #34826C !important;
  background-color: #C7E6CF;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  cursor: pointer;
}
#staff_list .dataTables_wrapper .dataTables_paginate .paginate_button:hover {
  background: rgb(213.1037037037, 236.2962962963, 219.0888888889);
}
#staff_list .dataTables_wrapper .dataTables_paginate .paginate_button.previous, #staff_list .dataTables_wrapper .dataTables_paginate .paginate_button.next, #staff_list .dataTables_wrapper .dataTables_paginate .paginate_button.first, #staff_list .dataTables_wrapper .dataTables_paginate .paginate_button.last {
  background-color: transparent;
  border-color: transparent;
  padding: 0;
  width: 30px;
  height: 30px;
}
#staff_list .dataTables_wrapper .dataTables_paginate .paginate_button.previous:hover, #staff_list .dataTables_wrapper .dataTables_paginate .paginate_button.next:hover, #staff_list .dataTables_wrapper .dataTables_paginate .paginate_button.first:hover, #staff_list .dataTables_wrapper .dataTables_paginate .paginate_button.last:hover {
  scale: 1.6;
}
#staff_list .dataTables_wrapper .dataTables_paginate .paginate_button.current {
  background-color: #34826C;
  color: #C7E6CF !important;
  border-color: #34826C;
}
#staff_list .dataTables_wrapper .dataTables_paginate .paginate_button.disabled {
  opacity: 0.3;
  pointer-events: none;
}
#staff_list .dataTables_wrapper .dataTables_paginate.paginate-top > span {
  display: none;
}
#staff_list .dataTables_wrapper .dataTables_paginate.paginate-top .previous,
#staff_list .dataTables_wrapper .dataTables_paginate.paginate-top .next,
#staff_list .dataTables_wrapper .dataTables_paginate.paginate-top .first,
#staff_list .dataTables_wrapper .dataTables_paginate.paginate-top .last {
  background-color: #F2F2F2;
  border-color: #aaa;
  color: #aaa !important;
}
#staff_list .dataTables_wrapper .dataTables_paginate.paginate-top .previous:hover,
#staff_list .dataTables_wrapper .dataTables_paginate.paginate-top .next:hover,
#staff_list .dataTables_wrapper .dataTables_paginate.paginate-top .first:hover,
#staff_list .dataTables_wrapper .dataTables_paginate.paginate-top .last:hover {
  scale: 1;
  background-color: #aaa;
  border-color: #aaa;
  color: #F2F2F2 !important;
}
#staff_list .dataTables_wrapper .dataTables_paginate.paginate-top .previous {
  margin-left: 12px;
}
#staff_list .dataTables_wrapper .dataTables_paginate.paginate-top .next {
  margin-right: 12px;
}
#staff_list .dataTables_wrapper .dataTables_paginate.paginate-bottom .first,
#staff_list .dataTables_wrapper .dataTables_paginate.paginate-bottom .last {
  display: none;
}
#staff_list .dataTables_wrapper ::-webkit-scrollbar {
  width: 16px;
  height: 16px;
}
#staff_list .dataTables_wrapper ::-webkit-scrollbar-track {
  background-color: transparent;
}
#staff_list .dataTables_wrapper ::-webkit-scrollbar-thumb {
  background: #C8C3C3;
  border-radius: 8px;
  border: 3px solid #E3E1E1;
}
#staff_list #staff-listTable > tbody > tr:nth-of-type(odd) > * {
  background-color: rgba(199, 230, 207, 0.16);
}
#staff_list #staff-listTable .staffStatus {
  font-weight: 500;
  padding: 0.25rem 1.5rem;
  border-radius: 50px;
  line-height: 1;
  font-size: 0.8em;
  display: inline-block;
  min-width: 64%;
  width: 100%;
  text-align: center;
  color: transparent;
  background-color: transparent;
}
#staff_list #staff-listTable .staffStatus.yellow {
  color: #D6A230;
  background-color: #F1E9CD;
}
#staff_list #staff-listTable .staffStatus.green {
  color: #57A26A;
  background-color: #D3EBD7;
}
#staff_list #staff-listTable .staffStatus.purple {
  color: #9046CA;
  background-color: #F7E3FD;
}
#staff_list #staff-listTable .staffStatus.blue {
  color: #4672E1;
  background-color: #DEE2F5;
}
#staff_list #staff-listTable .staffStatus.grey {
  color: #56575A;
  background-color: #E7E8EB;
}
#staff_list #staff-listTable .staffStatus.red {
  color: #CC5043;
  background-color: #F4D9D6;
}

/* ========================================================================
  ▼ Popup
======================================================================== */
.swal2-container {
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  /* オリジナル */
  /* カレンダー：メンバー詳細
  -------------------------------------------------- */
  /* カレンダー：シフト更新フォーム
  -------------------------------------------------- */
  /* アシスタント権限付与
  -------------------------------------------------- */
}
.swal2-container .swal2-popup {
  padding: 0;
  border-radius: 16px;
}
.swal2-container .swal2-close {
  width: 1.8em;
  height: 1.8em;
  margin-bottom: -1.8em;
}
.swal2-container .swal2-icon-show ~ .swal2-title {
  padding-top: 0.6em;
}
.swal2-container .swal2-title {
  padding: 2em 3em 0;
}
@media screen and (max-width: 767px) {
  .swal2-container .swal2-title {
    padding: 2em 0.8em 0;
  }
}
.swal2-container .swal2-html-container {
  margin: 0;
  padding: 2em 3em;
}
@media screen and (max-width: 767px) {
  .swal2-container .swal2-html-container {
    padding: 2em 0.8em;
  }
}
.swal2-container .swal2-actions {
  padding: 0 3em 2em;
  margin: 0;
  gap: 0.6em;
}
@media screen and (max-width: 767px) {
  .swal2-container .swal2-actions {
    padding: 0 0.8em 2em;
  }
}
.swal2-container .swal2-actions .swal2-styled {
  margin: 0;
  min-width: 8rem;
}
.swal2-container .swal2-styled {
  letter-spacing: 0.08em;
}
.swal2-container .swal2-styled.swal2-confirm {
  background-color: #34826C;
}
.swal2-container .swal2-styled.swal2-cancel {
  background-color: #90A4AE;
}
.swal2-container .popup-title {
  text-align: center;
  font-size: 0;
}
.swal2-container .popup-title .subtitle {
  display: inline-block;
  font-size: 0.85rem;
  background-color: #C7E6CF;
  color: #34826C;
  padding: 4px 12px;
  border-radius: 9999px;
  font-weight: 500;
  letter-spacing: 0.1em;
}
.swal2-container .popup-title .title {
  display: block;
  font-size: 1.6rem;
  font-weight: 600;
  letter-spacing: 0.3em;
  margin-top: 0.5rem;
  color: #26292c;
}
.swal2-container .popup-body {
  letter-spacing: 0.05em;
}
.swal2-container .popup-body code {
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  font-weight: 500;
  font-size: 1em;
  letter-spacing: 0.15em;
}
.swal2-container .container-btn {
  display: inline-block;
  text-decoration: none;
  margin-top: 2.5em;
  letter-spacing: 0.1em;
}
.swal2-container .container-btn:hover {
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.1));
}
.swal2-container .entry-detail-modal .popup-body {
  text-align: left;
}
.swal2-container .entry-detail-modal .popup-body h1, .swal2-container .entry-detail-modal .popup-body h2, .swal2-container .entry-detail-modal .popup-body h3, .swal2-container .entry-detail-modal .popup-body h4, .swal2-container .entry-detail-modal .popup-body h5, .swal2-container .entry-detail-modal .popup-body h6 {
  font-size: 0.7em;
  color: #34826C;
  font-weight: 500;
}
.swal2-container .entry-detail-modal .popup-body p:last-of-type {
  margin-bottom: 0;
}
.swal2-container .shift-form-modal .popup-body {
  text-align: left;
}
.swal2-container .shift-form-modal .popup-body h1, .swal2-container .shift-form-modal .popup-body h2, .swal2-container .shift-form-modal .popup-body h3, .swal2-container .shift-form-modal .popup-body h4, .swal2-container .shift-form-modal .popup-body h5, .swal2-container .shift-form-modal .popup-body h6 {
  font-size: 0.7em;
  color: #34826C;
  font-weight: 500;
}
.swal2-container .shift-form-modal .list-scrollBox {
  width: 100%;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
  border-radius: 16px;
}
.swal2-container .shift-form-modal table#shift-updTable {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  margin-bottom: 0;
}
.swal2-container .shift-form-modal table#shift-updTable tbody, .swal2-container .shift-form-modal table#shift-updTable td, .swal2-container .shift-form-modal table#shift-updTable tfoot, .swal2-container .shift-form-modal table#shift-updTable th, .swal2-container .shift-form-modal table#shift-updTable thead, .swal2-container .shift-form-modal table#shift-updTable tr {
  border-color: #D9D9D9;
}
.swal2-container .shift-form-modal table#shift-updTable th, .swal2-container .shift-form-modal table#shift-updTable td {
  padding: 8px 12px;
  vertical-align: middle;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  min-width: 16rem;
  font-size: 0.7em;
}
.swal2-container .shift-form-modal table#shift-updTable th:nth-child(3), .swal2-container .shift-form-modal table#shift-updTable td:nth-child(3) {
  width: 50%;
}
.swal2-container .shift-form-modal table#shift-updTable thead th {
  font-weight: 500;
  background-color: rgba(199, 230, 207, 0.16);
  color: #34826C;
}
.swal2-container .shift-form-modal .form-check-input[type=radio] {
  scale: 1.2;
}
.swal2-container .shift-form-modal .form-check-input[type=radio]:checked {
  background-color: #34826C;
  border-color: #34826C;
}
.swal2-container .shift-form-modal .form-check-input:disabled {
  opacity: 0.3;
}
.swal2-container .shift-form-modal .form-check-input:disabled ~ .form-check-label {
  opacity: 0.15;
}
.swal2-container .shift-form-modal .form-check-input + .form-check-label {
  letter-spacing: 0.05em;
}
.swal2-container .shift-form-modal .form-check-box .form-check.form-check-inline {
  margin: 0;
  margin-right: 1rem;
  min-height: auto;
}
.swal2-container .shift-form-modal .form-check-box .form-check.form-check-inline:last-of-type {
  margin: 0;
}
@media screen and (max-width: 767px) {
  .swal2-container .shift-form-modal .form-check-box .form-check.form-check-inline {
    display: block;
  }
}
.swal2-container .asi-perm-modal .form-check-input[type=radio] {
  scale: 1.2;
}
.swal2-container .asi-perm-modal .form-check-input[type=radio]:checked {
  background-color: #34826C;
  border-color: #34826C;
}
.swal2-container .asi-perm-modal .form-check-input:disabled {
  opacity: 0.3;
}
.swal2-container .asi-perm-modal .form-check-input:disabled ~ .form-check-label {
  opacity: 0.15;
}
.swal2-container .asi-perm-modal .form-check-input + .form-check-label {
  letter-spacing: 0.05em;
}

.dt-button-info {
  font-family: "Zen Maru Gothic", "M PLUS Rounded 1c", sans-serif;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 10px 36px 0px, rgba(0, 0, 0, 0.06) 0px 0px 0px 1px !important;
}
.dt-button-info > h2 {
  font-weight: 500;
  letter-spacing: 0.08em;
}
.dt-button-info > div {
  letter-spacing: 0.08em;
}/*# sourceMappingURL=manage_assistant.css.map */