@charset "UTF-8";
body {
  min-height: 100dvh;
  min-height: calc(var(--vh, 1vh) * 100);
  color: #333; }

#wrapper {
  min-height: 100dvh; }

img {
  max-width: 100%; }

.hidden {
  display: none; }

.bg-login-image {
  background-image: url("../img/main_002.jpg"); }

.brand_logo {
  width: 100%; }

.edit_calendar th {
  text-align: center;
  font-weight: bolder;
  color: #333; }
.edit_calendar td {
  padding: 0; }
.edit_calendar input[type=checkbox] {
  display: none; }
  .edit_calendar input[type=checkbox] + label {
    cursor: pointer;
    display: block;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 1rem;
    background-color: white;
    text-align: center; }
  .edit_calendar input[type=checkbox]:checked + label {
    background-color: #999;
    color: #333; }

th.sun {
  background-color: lightpink; }

th.sat {
  background-color: lightblue; }

.btn-success {
  color: #fff;
  background-color: #198754;
  border-color: #198754; }

.sidebar-dark hr.sidebar-divider {
  border-top: 1px solid rgba(255, 255, 255, 0.6); }

.sort-handle {
  cursor: pointer; }

@media screen and (max-width: 767px) {
  .visit-comp {
    position: fixed;
    width: calc(100% - 80px);
    bottom: 0.5rem;
    left: 0.5rem;
    z-index: 10; } }

blockquote {
  padding: 1rem;
  background: #eee; }

.required:before {
  display: inline-block;
  content: "必須";
  margin-right: 0.5rem;
  color: white;
  border-radius: 2px;
  padding: 0.2rem 0.4rem;
  background: #bf360c;
  line-height: 0.6rem;
  font-size: 11px; }

label.required:before {
  display: inline-block;
  content: "必須";
  margin-right: 0.5rem;
  color: white;
  border-radius: 2px;
  padding: 0.2rem 0.4rem;
  background: #bf360c;
  line-height: 0.6rem;
  font-size: 11px; }

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
カレンダー
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#calendar_area {
  position: relative;
  width: 100%; }

.calendar-table {
  width: 100%;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all; }
  .calendar-table th {
    font-size: 0.8rem;
    width: 2rem; }

#show_calendar {
  position: fixed;
  bottom: -1rem;
  right: -1rem;
  border-radius: 50%;
  width: 4rem;
  height: 4rem;
  transition: .3s; }
  #show_calendar:hover {
    bottom: -0.8rem;
    right: -0.8rem; }

.view_calendar th, .view_calendar td {
  text-align: center;
  color: #333; }
.view_calendar .holiday_td {
  background-color: #ddd; }

.holiday_signe {
  color: #ddd; }

#customer_info {
  display: none;
  padding: 1rem;
  font-size: 0.9rem;
  border: 1px solid #ccc; }
  #customer_info.show {
    display: block; }
    #customer_info.show p {
      margin-bottom: .6rem; }

span.flatpickr-weekday:nth-child(1) {
  color: rgba(255, 0, 0, 0.6); }

span.flatpickr-weekday:nth-child(7) {
  color: rgba(0, 0, 255, 0.6); }

.flatpickr-day.saturday {
  color: blue; }

.flatpickr-day.sunday,
.flatpickr-day.jp-holiday {
  color: red; }

.flatpickr-day.flatpickr-disabled.saturday {
  color: rgba(0, 0, 255, 0.2); }

.flatpickr-day.flatpickr-disabled.sunday,
.flatpickr-day.flatpickr-disabled.jp-holiday {
  color: rgba(255, 0, 0, 0.2); }

.flatpickr-day.service_day {
  background-color: #fceec9; }

.ui-state-highlight {
  height: 1.5em;
  line-height: 1.2em;
  border: 1px dotted #aaa;
  background-color: #eee; }

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
カード
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.card-body {
  padding: .5rem; }

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
トースト
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.toast {
  position: absolute;
  top: 2.6rem;
  right: .5rem;
  z-index: -10; }
  .toast.show {
    z-index: 100; }

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
テーブル
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.table {
  color: #333333; }
  .table th {
    padding: .25rem;
    white-space: nowrap;
    overflow: hidden; }
  .table td {
    white-space: nowrap;
    overflow: hidden; }

.actions {
  width: 6rem; }

.active_day_table {
  font-size: 0.875rem; }
  .active_day_table th {
    background-color: #eee; }
  .active_day_table th, .active_day_table td {
    text-align: center;
    color: #333; }
  .active_day_table th:first-child {
    background-color: #bf360c;
    color: #eee; }
  .active_day_table th:last-child {
    background-color: #0d71bb;
    color: #eee; }

td.active_td_0 {
  background-color: #ddd; }

table-select {
  padding: 0 !important; }
  table-select select {
    border-radius: 0 !important; }

.fixed-table {
  column-span: 0; }
  .fixed-table thead th {
    position: sticky;
    top: 0;
    left: 0;
    background: #555;
    color: white;
    z-index: 1; }
    .fixed-table thead th:before {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      width: 100%;
      height: 100%;
      border: 1px solid #333; }
    .fixed-table thead th:first-child {
      z-index: 2; }
  .fixed-table tbody th {
    position: sticky;
    top: 0;
    left: 0;
    background: #555;
    color: white;
    z-index: 1; }
    .fixed-table tbody th:before {
      content: "";
      position: absolute;
      top: -1px;
      left: -1px;
      width: 100%;
      height: 100%;
      border: 1px solid #333; }

.topbar {
  height: 2rem; }
  .topbar .nav-item > .nav-link {
    height: 100%; }

.brand_logo {
  max-height: 100%;
  width: auto; }

.sidebar {
  width: 250px !important;
  flex: 0 0 250px; }

.sidebar.toggled {
  width: 6.5rem !important;
  flex: 0 0 6.5rem; }

.sidebar .sidebar-brand {
  height: auto;
  padding: 1.5rem 1rem; }

.sidebar .nav-item .nav-link {
  width: auto;
  text-align: left;
  color: #fff; }

.sidebar.toggled-pc .nav-item .nav-link i {
  font-size: 1rem; }

.sidebar .nav-item {
  position: relative;
  transition: .3s; }
  .sidebar .nav-item:hover {
    background: #181923; }

.sidebar .nav-item.active:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-right: 10px solid #f8f9fc;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

.sidebar.toggled-pc .nav-item .collapse {
  position: absolute;
  left: 100%;
  z-index: 1;
  top: 2px; }

.sidebar .nav-item .collapse .collapse-inner .collapse-header:nth-child(n + 2) {
  margin-top: 1.5em; }

.sidebar .nav-item .collapse .collapse-inner .collapse-item {
  color: #fff;
  transition: .3s; }
  .sidebar .nav-item .collapse .collapse-inner .collapse-item:hover {
    background-color: #383a47;
    border-radius: 0; }

.sidebar.toggled .nav-item .collapse .collapse-inner, .sidebar .nav-item .collapse .collapse-inner {
  border-radius: 0; }

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
ページトップ
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
#page_top {
  display: none;
  position: fixed;
  bottom: 2rem;
  right: 5rem; }
  #page_top:hover {
    text-decoration: none; }

@media screen and (max-width: 767px) {
  #wrapper {
    min-height: 100dvh;
    /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
    overflow-y: hidden; }

  .container-fluid {
    padding-top: 4.5rem;
    padding-left: 0.5rem;
    padding-right: 0.5rem; }

  .sidebar {
    min-height: 100dvh;
    /* Fallback */
    min-height: calc(var(--vh, 1vh) * 100);
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 100;
    overflow-y: auto; }

  .topbar {
    width: 100%;
    height: 3rem; }
    .topbar.toggled {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 99; }

  .topbar #sidebarToggleTop {
    position: relative;
    z-index: 101;
    background-color: #eaecf4; }

  .topbar #sidebarToggleTop.toggled {
    background-color: #fff; }

  .topbar #sidebarToggleTop:hover {
    background-color: #fff;
    outline: none; }

  .topbar #sidebarToggleTop.toggled:hover {
    background-color: #fff;
    outline: none; }

  .sidebar.toggled {
    width: 0 !important;
    transform: translateX(-100%); }

  .sidebar .sidebar-brand {
    height: auto;
    padding: .5rem 4rem .5rem 1rem; }

  .sidebar .sidebar-heading {
    text-align: left; }

  .sidebar .nav-item .collapse {
    margin: 0 1rem;
    position: relative;
    left: 0;
    z-index: 1;
    top: 0;
    animation: none; }

  .sidebar .nav-item .nav-link {
    padding: 1rem;
    color: #fff; }

  .sidebar .nav-item .nav-link span {
    font-size: 1em;
    display: inline-block; }

  .sidebar hr.sidebar-divider {
    margin: 0 1rem 1.4rem 1rem; }

  .sidebar .nav-item .collapse .collapse-inner .collapse-header {
    font-size: calc(14rem / 16); }

  .sidebar .nav-item .collapse .collapse-inner .collapse-item {
    font-size: calc(15rem / 16);
    padding: 1rem; }

  .sidebar .nav-item.active::after {
    display: none; } }
body {
  width: 100%;
  max-width: 100dvw; }

.scroll-prevent {
  position: fixed;
  width: 100%; }
  .scroll-prevent body {
    margin-left: 250px; }
    .scroll-prevent body:before {
      display: block;
      position: fixed;
      content: "";
      width: 100dvw;
      height: 100dvh;
      background: rgba(0, 0, 0, 0.7);
      z-index: 1; }
  .scroll-prevent .container-fluid {
    padding-top: 1rem; }

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
配送計画
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.comment_text {
  max-width: 180px;
  min-height: 2rem;
  white-space: nowrap;
  overflow-x: auto; }

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
ページネーション
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.paginator .pagination {
  justify-content: center; }
  .paginator .pagination li {
    margin: 0.2rem;
    text-align: center; }
    .paginator .pagination li a {
      display: block;
      cursor: pointer;
      border: 1px solid #333;
      padding: 0 0.4rem;
      min-width: 2rem;
      min-height: 2rem;
      line-height: 2rem;
      text-align: center;
      color: #333;
      transition: .3s; }
    .paginator .pagination li:hover a {
      background: #ccc;
      text-decoration: none;
      border-radius: 1rem; }
    .paginator .pagination li.active a {
      background: #333;
      color: white; }
    .paginator .pagination li.disabled {
      display: none; }

/*■■■■■■■■■■■■■■■■■■■■■■■■■■■■
注文書依頼コメント
■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
.order-comment {
  position: relative;
  display: inline-block;
  width: 100%;
  padding-top: .1rem;
  padding-left: 2rem;
  margin-top: 1rem;
  border-top: 1px solid #777;
  font-size: 14px; }
  .order-comment:before {
    position: absolute;
    content: "→";
    top: .1rem;
    left: .2rem; }
  .order-comment.over-comment {
    cursor: pointer;
    position: relative;
    max-width: 60rem;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .order-comment.over-comment:after {
      position: absolute;
      display: block;
      content: "";
      width: 100%;
      height: .6rem;
      left: 0;
      bottom: 0;
      background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0));
      transition: .3s; }
    .order-comment.over-comment:hover {
      white-space: initial;
      width: 60rem; }
      .order-comment.over-comment:hover:after {
        display: none; }
  .order-comment.hide-comment {
    max-width: 60rem;
    height: 0;
    border: 0;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden; }
    .order-comment.hide-comment.show {
      white-space: initial;
      width: 60rem;
      height: auto;
      padding-top: .1rem;
      margin-top: 1rem;
      border-top: 1px solid #eee; }
      .order-comment.hide-comment.show:after {
        display: none; }

td.status-default {
  border-left: 5px solid transparent; }
td.status-unconfirmed {
  border-left: 5px solid #ea868f; }
td.status-creat {
  border-left: 5px solid #ffe5d0; }
td.status-edit {
  border-left: 5px solid #fecba1; }
td.status-confirm {
  border-left: 5px solid #feb272; }
td.status-approval {
  border-left: 5px solid #fd9843; }
td.status-answered {
  border-left: 5px solid #a3cfbb; }
td.status-send {
  border-left: 5px solid #75b798; }

tr.bg-cancel {
  background-color: #adb5bd !important; }

td.bg-send {
  background-color: #a3cfbb; }

a.dropBtn:hover {
  height: 40px;
  line-height: 32px;
  background-color: red !important;
  box-shadow: 0 0 5px red; }

/*# sourceMappingURL=common.css.map */
