.btn {
  color: #fff !important;
  background-color: #9b8d77 !important;
}
.btn:hover {
  background-color: #aea391 !important;
}

/* 2025.07.09 MCS)SAITO ADD START */
.btnpink {
  color: #fff !important;
  background-color: #f09191 !important;
  border: 1px solid #f09191 !important;
  height: 38.5px;
}
.btnpink:hover {
  background-color: rgba(240, 145, 145, 0.8) !important;
  border: 1px solid rgba(240, 145, 145, 0.8) !important;
}

/* 2025.07.09 MCS)SAITO ADD END */
.table {
  border-collapse: separate;
  border-spacing: 0;
}
.table thead + tbody tr th,
.table thead + tbody tr td,
.table thead tr:not(:first-child) th,
.table thead tr:not(:first-child) td,
.table tbody tr:not(:first-child) th,
.table tbody tr:not(:first-child) td,
.table tfoot tr th,
.table tfoot tr td {
  border-top: none;
}
.table th,
.table td {
  border: 1px solid #dee2e6;
}
.table th {
  background-color: #f6f1e8;
}
.table td:not(:first-child),
.table th:not(:first-child) {
  border-left: none;
}

noscript .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 9999;
}
noscript .error-message {
  background-color: #fff;
  padding: 20px;
  border-radius: 5px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
  max-width: 80%;
  text-align: center;
}

.alert-container {
  position: fixed;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 500px;
  max-width: 90vw;
  z-index: 9999;
}

.keep-all-break-word {
  word-break: keep-all;
  overflow-wrap: anywhere;
}

i.available {
  color: green;
  -webkit-text-stroke: 0.5px;
}
i.limited {
  color: orange;
  -webkit-text-stroke: 0.5px;
}
i.unavailable {
  color: red;
  -webkit-text-stroke: 0.5px;
}

input[type=date] {
  position: relative;
}
input[type=date]::-webkit-calendar-picker-indicator {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

html {
  height: 100%;
  font-size: 16px;
}

body {
  font-family: "Noto Sans JP", system-ui, -apple-system, sans-serif !important;
}
body:not(.control) {
  height: 100%;
  background-color: #f6f1e8 !important;
}
body.control {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: whitesmoke !important;
}

header {
  position: relative;
  background-color: #9b8d77;
  height: 146px;
  color: white;
  justify-content: center;
  align-items: center;
  font-family: "Noto Serif JP", serif;
  font-weight: bold;
}
header .separator-wave {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
}

main:not(.control) {
  padding: 0 12px;
}
main:not(.control) .container {
  max-width: 960px !important;
  padding: 1.5rem !important;
  background-color: #fff;
  border-radius: 8px;
}
main:not(.control) .table :not(caption) > * > *:not(i, svg) {
  padding: 0.2rem 0.4rem !important;
}
main.control .table :not(caption) > * > *:not(i, svg) {
  padding: 0.2rem 0.4rem !important;
}
main.control .container {
  margin: 0;
  padding: 0;
}
main.control .container .header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: fixed;
  height: 54px;
  top: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 10px;
  z-index: 99;
  box-shadow: 0 1px 5px rgba(0, 0, 0, 0.1);
}
main.control .container .header #current-month {
  min-width: 306px;
  font-size: 1.5rem;
  line-height: 38px;
  text-align: center;
}
main.control .container .header .btn {
  min-width: 90px;
}
main.control .container .main {
  margin: 54px 0 0 0;
  padding: 0;
}
main.control .container .main #loading-display {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
main.control .container .main #error-display.overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 999;
}
main.control .container .main #error-display .card {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, 0);
}
main.control .container .main table th {
  background-color: #fff;
}
main.control .container .main table th.sales-stop {
  color: #dc3545 !important;
}
main.control .container .main table th.sales-stop:not(.disabled):hover {
  background-color: #fbe6e8;
}
main.control .container .main table th.sales-stop i {
  line-height: 1;
}
main.control .container .main table th.sales-start {
  color: #0d6efd !important;
}
main.control .container .main table th.sales-start:not(.disabled):hover {
  background-color: #e1edff;
}
main.control .container .main table th.sales-start i {
  line-height: 1;
}
main.control .container .main table th.sunday {
  background-color: #ff9999 !important;
}
main.control .container .main table th.saturday {
  background-color: #99ccff !important;
}
main.control .container .main table th.breakfast-cell i {
  -webkit-text-stroke: 0.5px;
}
main.control .container .main table th.breakfast-cell .bi-circle {
  color: green;
}
main.control .container .main table th.breakfast-cell .bi-x-lg {
  color: red;
}
main.control .container .main table th,
main.control .container .main table td {
  cursor: default;
}
main.control .container .main table th:first-child,
main.control .container .main table td:first-child {
  min-width: 120px;
  max-width: 120px;
  position: sticky;
  left: 0;
  background-color: #f0f0f0 !important;
  z-index: 1;
}
main.control .container .main table th:not(:first-child),
main.control .container .main table td:not(:first-child) {
  min-width: 32px;
  max-width: 32px;
}
main.control .container .main table th.disabled,
main.control .container .main table td.disabled {
  background-color: #d7d7d7;
}
main.control .container .main table td.available-count {
  background-color: #cfcfff;
}
main.control .container .main table tr#stop-all-row th:not(:first-child):not(.disabled):hover,
main.control .container .main table tr#breakfast-row th:not(:first-child):not(.disabled):hover,
main.control .container .main table tr#stop-row th:not(:first-child):not(.disabled):hover,
main.control .container .main table td:not(:first-child):not(.disabled):not(.available-count):hover {
  box-shadow: 0 0 0 2px rgba(65, 105, 225, 0.7529411765) inset;
}
main.control .container .main table tr#single-month-row th:not(:first-child) {
  color: #ffffff;
  background: linear-gradient(to right, #9b8d77, rgba(155, 141, 119, 0.2509803922));
}
main.control .container .clickable {
  cursor: pointer !important;
}
main.control .container .tel-check {
  background-color: #ffffff !important;
  color: black !important;
}
main.control .container .net-reserved {
  background-color: #7f7f7f !important;
  color: white !important;
}
main.control .container .net-reserved.disabled {
  background-color: #afafaf !important;
}
main.control .container .tel-reserved {
  background-color: #ffff7f !important;
  color: black !important;
}
main.control .container .tel-reserved.disabled {
  background-color: #ffffaf !important;
}
main.control .container .stopped {
  background-color: #ff7f7f !important;
  color: white !important;
}
main.control .container .stopped.disabled {
  background-color: #ffafaf !important;
}
main.control .container .processing {
  background-color: #cfffcf !important;
  color: black !important;
  cursor: progress !important;
}
main.control .container input[type=checkbox] {
  transform: scale(1.2, 1.2);
}
main.control .container .square-box {
  position: relative;
  min-width: 32px;
  max-width: 32px;
  margin-right: 6px;
  border: 1px solid #dee2e6;
}
main.control .container .square-box p {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
main.control .container .square-box::before {
  content: "";
  display: block;
  padding-bottom: 100%;
}

footer {
  position: sticky;
  top: 100dvh;
  width: 100%;
}/*# sourceMappingURL=admin.css.map */