@import url("https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  font-size: 12px; }

body {
  padding-bottom: 57px;
  font-family: 'Noto Sans JP', sans-serif; }
  @media screen and (min-width: 992px) {
    body {
      padding-bottom: 0; } }

.break-point-day {
  border-left: 2px solid #777 !important; }

th {
  white-space: nowrap; }

.btn {
  white-space: nowrap; }

.side-sticky {
  position: sticky;
  top: 80px; }

.plan-edit--table--wrap {
  overflow: auto; }
  .plan-edit--table--wrap.active {
    padding-right: 410px; }

.plan-edit--table {
  min-width: 100%; }
  .plan-edit--table thead th {
    max-width: 8rem;
    min-height: 8rem; }
    .plan-edit--table thead th[rowspan="2"] {
      max-width: 1rem;
      min-height: 1rem; }
  .plan-edit--table tbody td {
    cursor: pointer; }

.right-plan-form {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  z-index: 1700; }
  .right-plan-form .plan-form--wrap {
    position: relative;
    top: 0;
    left: 0;
    height: 100%; }
    .right-plan-form .plan-form--wrap .form--contents {
      position: absolute;
      width: 420px;
      height: 100%;
      right: -420px;
      padding: 16px;
      transition: .3s; }
    .right-plan-form .plan-form--wrap .form--pull {
      position: absolute;
      cursor: pointer;
      top: 50%;
      right: 100%;
      width: 24px;
      height: 48px;
      background: #777; }
  .right-plan-form.active {
    z-index: 1800; }
    .right-plan-form.active .form--contents {
      right: 0;
      background: white;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.on-clients {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  z-index: 1700; }
  .on-clients__wrap {
    position: relative;
    top: 0;
    left: 0;
    height: 100%; }
  .on-clients .on-clients__contents {
    position: absolute;
    width: 420px;
    height: 100%;
    right: -420px;
    padding: 16px;
    transition: .3s; }
  .on-clients .on-clients__lists {
    max-height: 100%;
    overflow: auto; }
  .on-clients .list--pull {
    position: absolute;
    cursor: pointer;
    top: 60px;
    right: 100%;
    width: 24px;
    height: 48px;
    background: maroon; }
  .on-clients.active {
    z-index: 1800; }
    .on-clients.active .on-clients__contents {
      right: 0;
      background: white;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3); }

.bg-header {
  background-color: #707070; }

.navbar-dark .navbar-brand {
  background-color: transparent;
  border: none;
  box-shadow: none; }

header .navbar-nav .nav-item .icon-link i {
  margin-right: 5px; }

header .navbar-nav .nav-item .icon-link--vertical {
  font-size: 0.75em; }

header .navbar-nav .nav-item .icon-link--vertical i {
  margin-right: 0; }

header .navbar-nav .nav-item .nav-link {
  color: #fff; }

@media (min-width: 992px) {
  .navbar-expand-lg .navbar-toggler {
    display: block; } }
header .offcanvas .navbar-nav .nav-item .nav-link {
  color: #707070;
  border-bottom: 1px solid #707070; }

header .offcanvas .navbar-nav .nav-item .nav-link i {
  min-width: 32px; }

header .navbar-nav--right {
  flex-basis: auto;
  flex-direction: row;
  justify-content: flex-end; }

header .navbar-nav .nav-item {
  font-size: 0.75rem; }
  @media screen and (min-width: 992px) {
    header .navbar-nav .nav-item {
      font-size: 1.25rem; } }

.btn-close--red {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FF7979'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  opacity: 1; }

.navbar-bottom {
  background-color: #707070; }

.navbar-bottom .nav-item {
  width: 25%;
  border: 1px solid #fff; }

.navbar-bottom .nav-item .nav-link {
  color: #fff;
  font-size: 0.625rem;
  text-align: center; }

.navbar-bottom .nav-item .nav-link i {
  margin-bottom: 5px; }

.sidebar {
  display: none;
  padding-top: 80px;
  background-color: transparent;
  border: none;
  box-shadow: none; }
  @media screen and (min-width: 992px) {
    .sidebar {
      display: block; } }

@media (max-width: 991.98px) {
  .sidebar {
    top: 0;
    width: 100%;
    padding-top: 24px !important;
    padding-right: var(--bs-gutter-x, 0.75rem) !important;
    padding-left: var(--bs-gutter-x, 0.75rem) !important;
    margin-right: auto;
    margin-left: auto; } }
.sidebar-bg {
  position: fixed;
  left: 0;
  top: 0;
  display: none;
  height: 100vh;
  z-index: -1;
  padding: 50px 0;
  background-color: #E8E8E8; }
  @media screen and (min-width: 992px) {
    .sidebar-bg {
      display: block; } }

.sidebar .h5 {
  padding: 0 7px 0 10px; }

.sidebar .sidebar-menu {
  width: 100%; }
  @media screen and (min-width: 992px) {
    .sidebar .sidebar-menu {
      display: block; } }

.sidebar .sidebar-menu .nav-link {
  display: block;
  padding: 15px 3px 15px 5px;
  border-bottom: 1px solid #B5B5B5;
  color: #707070;
  font-size: 1rem; }
  @media screen and (min-width: 768px) {
    .sidebar .sidebar-menu .nav-link {
      padding: 15px 7px 15px 10px; } }

.sidebar .sidebar-menu .nav-item .nav-link:hover {
  opacity: .7; }

.page-header {
  margin-bottom: 1.5rem; }

.dashboard-menu {
  max-width: 1000px;
  margin-left: 0; }
  .dashboard-menu .menu-link {
    margin-bottom: 1.5rem; }
  .dashboard-menu .btn {
    width: 100%; }

.main-dashboard-master {
  color: #444444; }

.action {
  margin-top: 1rem;
  margin-bottom: 2rem; }

.form {
  max-width: 540px; }
  .form--l {
    max-width: 100%; }

@media screen and (min-width: 992px) {
  .table-detail {
    max-width: 540px; } }

.card-detail {
  max-width: 540px; }
  .card-detail .card-header {
    font-weight: bold; }
  .card-detail .card-body > *:last-child {
    margin-bottom: 0; }

.bg-success {
  background-color: #00A284 !important; }

h1,
.h1 {
  position: relative;
  padding-left: 20px;
  color: #444444;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3; }
  h1::before,
  .h1::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #707070; }

h2,
.h2 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  color: #444444;
  font-size: 1.33rem;
  font-weight: bold; }

h3,
.h3 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  color: #444444;
  font-size: 1.16666667rem;
  font-weight: bold; }

.btn {
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.16);
  transition: all .25s ease; }
  .btn:hover {
    opacity: .7; }

.btn-success,
.btn-primary {
  background-color: #00A284;
  border-color: #00A284; }
  .btn-success:active, .btn-success:focus,
  .btn-primary:active,
  .btn-primary:focus {
    background-color: #00A284;
    border-color: #00A284; }
  .btn-success:hover,
  .btn-primary:hover {
    background-color: #00A284;
    border-color: #00A284; }

.btn-outline-success,
.btn-outline-primary {
  color: #00A284;
  border-color: #00A284; }
  .btn-outline-success:active, .btn-outline-success:focus,
  .btn-outline-primary:active,
  .btn-outline-primary:focus {
    color: #00A284;
    border-color: #00A284; }
  .btn-outline-success:hover,
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #00A284;
    border-color: #00A284; }

.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  background-color: #00A284;
  border-color: #00A284; }

.btn-secondary {
  background-color: #707070;
  border-color: #707070; }
  .btn-secondary:active, .btn-secondary:focus {
    background-color: #707070;
    border-color: #707070; }
  .btn-secondary:hover {
    background-color: #707070;
    border-color: #707070; }

.btn-outline-secondary {
  color: #707070;
  border-color: #707070; }
  .btn-outline-secondary:active, .btn-outline-secondary:focus {
    color: #707070;
    border-color: #707070; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #707070;
    border-color: #707070; }

.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  background-color: #707070;
  border-color: #707070; }

.btn-danger {
  background-color: #FF4141;
  border-color: #FF4141; }
  .btn-danger:active, .btn-danger:focus {
    background-color: #FF4141;
    border-color: #FF4141; }
  .btn-danger:hover {
    background-color: #FF4141;
    border-color: #FF4141; }

.btn-outline-danger {
  color: #FF4141;
  border-color: #FF4141; }
  .btn-outline-danger:active, .btn-outline-danger:focus {
    color: #FF4141;
    border-color: #FF4141; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #FF4141;
    border-color: #FF4141; }

.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  background-color: #FF4141;
  border-color: #FF4141; }

.modal-header.bg-dark .btn-close, .modal-header.bg-success .btn-close, .modal-header.bg-primary .btn-close, .modal-header.bg-secondary .btn-close {
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  color: #fff; }

.page-link {
  color: #00A284; }
  .page-link:hover {
    color: #00A284; }

.page-item.active .page-link {
  background-color: #00A284;
  border-color: #00A284;
  color: #fff; }

.table-primary {
  --bs-table-bg: #DDFFF7;
  --bs-table-striped-bg: #D3F2EB;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000; }

.form-control:focus {
  border-color: #00A284;
  box-shadow: 0 0 0 0.25rem rgba(0, 162, 132, 0.2); }

.form-check-input:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 162, 132, 0.2); }

.form-select:focus {
  border-color: #00A284;
  box-shadow: 0 0 0 0.25rem rgba(0, 162, 132, 0.2); }

input[type="text"].form-control,
input[type="tel"].form-control,
input[type="email"].form-control,
input[type="number"].form-control,
input[type="password"].form-control {
  border-radius: 4px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.16); }

textarea.form-control {
  border-radius: 4px;
  box-shadow: inset 0 2px 2px rgba(0, 0, 0, 0.16); }

input[type="radio"].form-check-input:checked {
  background-color: #00A284;
  border-color: #00A284; }

input[type="checkbox"].form-check-input:checked {
  background-color: #00A284;
  border-color: #00A284; }

.input-icon {
  color: #00A284;
  font-size: 1.5rem; }

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
  background-color: #00A284; }

.list-group .list-group-item.active {
  background-color: #707070;
  border-color: #444444;
  color: #fff; }

.card-header > *:first-child {
  margin-top: 0; }
.card-header > *:last-child {
  margin-bottom: 0; }
.card-body blockquote {
  border-left: 4px solid #707070;
  padding-left: 2rem; }

.accordion .accordion-header {
  margin-top: 0; }
.accordion .accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300A284'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
.accordion .accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%2300A284'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }
.accordion .accordion-button:focus {
  border-color: #00A284;
  box-shadow: 0 0 0 0.25rem rgba(0, 162, 132, 0.25); }
.accordion .accordion-button:not(.collapsed) {
  background-color: #707070;
  color: #fff; }

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e; }

.table-facility-reserves-index thead th {
  min-width: 160px;
  background-color: #707070;
  color: #fff; }
.table-facility-reserves-index thead td {
  width: 12.76041667%;
  min-width: 160px;
  background-color: #E8E8E8; }
  .table-facility-reserves-index thead td.table-sat {
    background-color: rgba(107, 201, 250, 0.22);
    color: #0089FF; }
  .table-facility-reserves-index thead td.table-sun {
    background-color: #FFDDDD;
    color: #FF5F5F; }
.table-facility-reserves-index tbody th {
  background-color: #E8E8E8; }
.table-facility-reserves-index tbody .action {
  margin-top: 0;
  margin-bottom: 0.5rem; }
  .table-facility-reserves-index tbody .action .form-check-input {
    margin-top: 0.5rem; }
.table-facility-reserves-index tbody .table-now {
  background-color: #707070;
  border-color: #707070;
  color: #fff; }

.table-facility-reserves-facility thead th {
  width: calc(100% / 7);
  min-width: 160px;
  background-color: #E8E8E8; }
  .table-facility-reserves-facility thead th.table-sat {
    background-color: rgba(107, 201, 250, 0.22);
    color: #0089FF; }
  .table-facility-reserves-facility thead th.table-sun {
    background-color: #FFDDDD;
    color: #FF5F5F; }
.table-facility-reserves-facility tbody .action {
  margin-top: 0;
  margin-bottom: 0.5rem; }
  .table-facility-reserves-facility tbody .action .form-check-input {
    margin-top: 0.5rem; }
.table-facility-reserves-facility tbody .table-now {
  background-color: #707070;
  border-color: #707070;
  color: #fff; }

.table-reserves-form tbody th > .table-reserves-form tbody th:first-child {
  margin-top: 0; }
.table-reserves-form tbody th > .table-reserves-form tbody th:last-child {
  margin-bottom: 0; }
.table-reserves-form tbody td > .table-reserves-form tbody td:first-child {
  margin-top: 0; }
.table-reserves-form tbody td > .table-reserves-form tbody td:last-child {
  margin-bottom: 0; }

.facility-info .table {
  width: auto; }
  .facility-info .table tr:first-child > th, .facility-info .table tr:first-child > td {
    border-top: none; }
  .facility-info .table th,
  .facility-info .table td {
    padding: 0.25rem;
    border-top-width: 1px; }

.btn-lightGreen {
  color: #444444;
  background-color: #C5F4EB;
  border-color: #C5F4EB; }

.btn-lightGreen:hover {
  color: #444444;
  background-color: #C5F4EB;
  border-color: #C5F4EB;
  opacity: 1; }

.btn-check:focus + .btn-lightGreen, .btn-lightGreen:focus {
  color: #444444;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(197, 244, 235, 0.5); }

.btn-check:checked + .btn-lightGreen, .btn-check:active + .btn-lightGreen, .btn-lightGreen:active, .btn-lightGreen.active, .show > .btn-lightGreen.dropdown-toggle {
  color: #444444;
  background-color: white;
  border-color: #6fe4cd; }

.btn-check:checked + .btn-lightGreen:focus, .btn-check:active + .btn-lightGreen:focus, .btn-lightGreen:active:focus, .btn-lightGreen.active:focus, .show > .btn-lightGreen.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(197, 244, 235, 0.5); }

.btn-lightGreen:disabled, .btn-lightGreen.disabled {
  color: #444444;
  background-color: #C5F4EB;
  border-color: #C5F4EB; }

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