@charset "UTF-8";
.container {
  width: 100%;
  max-width: 1380px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 20px;
}

.fc-sticky {
  filter: invert(100%) grayscale(100%) contrast(100);
}

input[type=date],
input[type=time] {
  padding: 0.3em 0.5em;
  border: 1px solid #ddd;
  border-radius: 4px;
  font-weight: bold;
  /*忘れずに書きましょう。*/
  position: relative;
}

input[type=time] {
  width: 64px;
}

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

input[type=color i] {
  height: 30px;
  width: 30px;
  padding: 0;
  border-radius: 50%;
  border: none;
  -webkit-appearance: none;
}

/* カスタムカラーピッカーのスタイル */
.color-picker {
  display: inline-block;
  position: relative;
}
.color-picker .box {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10%;
  background: #fbfbfb;
  border: 1px solid #ccc;
}

.color-picker input[type=color] {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}

.color-picker-preview {
  margin: auto;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  border: 1px solid #ccc;
  cursor: pointer;
}

.color-picker-preview.active {
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.fc-direction-ltr .fc-timegrid-col-events {
  margin: 0px 2px !important;
}

.fc .fc-timegrid-slot {
  height: 2.5em !important;
}

.modal {
  display: none;
  flex-direction: column;
  align-items: center;
  padding-top: 2px;
  width: 420px;
  height: 440px;
  max-width: 650px;
  position: relative;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 8px;
  color: #000;
}
.modal__content {
  padding-top: 24px;
  width: 414px;
  height: 376px;
  border: 1px solid #ddd;
  border-radius: 6px 6px 0px 0px;
}
.modal span {
  filter: invert(100%) grayscale(100%) contrast(100);
}
.modal span::before {
  color: #088df2;
}
.modal__title {
  margin-bottom: 0.5em;
  align-self: flex-start;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.modal__title label {
  display: flex;
  align-items: center;
}

.modal-action-buttons {
  width: 414px;
  height: 58px;
  border-bottom: 1px solid #ddd;
  border-left: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-radius: 0px 0px 6px 6px;
  justify-content: flex-end;
  display: flex;
  align-items: center;
}
.modal-action-buttons__button {
  padding: 6px 20px;
  text-align: center;
  background-color: transparent;
  cursor: pointer;
  transition: 0.25s;
}

.save {
  border-left: 1px solid #088df2;
  width: 70px;
  color: #088df2;
  cursor: pointer;
}
.save:hover {
  opacity: 0.65;
  background-color: transparent;
}

.delete {
  width: 90px;
  border-right: 1px solid #088df2;
  color: #dd1155;
  cursor: pointer;
}
.delete:hover {
  opacity: 0.65;
  background-color: transparent;
}

.close {
  cursor: pointer;
  border: none;
  background-color: transparent;
  transition: 0.15s;
  color: #088df2;
}
.close:hover {
  opacity: 0.65;
  background-color: transparent;
}

.fc .fc-daygrid-day-top {
  flex-direction: row !important;
}

.space {
  height: 60px;
}

.fc-theme-standard .fc-scrollgrid,
.fc-theme-standard td {
  border: 10px solid #000000 !important;
  border: 10px solid var(--fc-border-color, #000000) !important;
}

.fc-theme-standard th {
  border: none !important;
}

.fc .fc-daygrid-day-frame {
  background-color: rgba(113, 113, 113, 0.4666666667);
}

.fc-view-harness {
  height: 770px !important;
}

.fc {
  font-size: 1.1em !important;
}

.fc-toolbar .fc-today-button {
  display: none !important;
}

.fc-icon-chevron-right:before {
  content: "▶︎" !important;
  font-size: 0.8em !important;
}

.fc-icon-chevron-left:before {
  content: "◀︎" !important;
  font-size: 0.8em !important;
}

.fc .fc-popover-close::before {
  position: absolute;
  top: 0px;
  right: 6px;
  content: "×" !important;
  font-size: 1.1em !important;
  color: #088df2 !important;
}

.fc .fc-button-primary {
  background: none !important;
  background-color: none !important;
  border-color: transparent !important;
}

.fc .fc-toolbar {
  position: relative;
  font-size: 1.3em !important;
}

.fc .fc-toolbar-title {
  position: absolute;
  top: -90px;
  right: 200px;
  letter-spacing: 0.05em;
}

.fc-prev-button {
  position: absolute;
  top: -116px;
  right: 344px;
}

.fc-next-button {
  position: absolute;
  top: -116px;
  right: 134px;
}

.fc .fc-button:focus {
  box-shadow: none !important;
}

.fc-button-group {
  height: 0 !important;
}

.fc .fc-button-group {
  padding-top: 16px;
  position: absolute;
  right: 0;
}

.modal__times-start,
.modal__times-end {
  display: flex;
  align-items: center;
  gap: 6px;
}

.modal__times {
  margin-top: 50px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.modal__times > * {
  margin-bottom: 0.5em;
}
.modal__times > *:last-child {
  margin-bottom: 0;
}
.modal__times label {
  display: flex;
  align-items: center;
  gap: 6px;
}

.fc .fc-toolbar.fc-header-toolbar {
  margin-bottom: 2.9em !important;
}

.fc-popover-body .fc-event-title {
  filter: invert(100%) grayscale(100%) contrast(100);
}

.fc-popover-header .fc-popover-title {
  filter: invert(100%) grayscale(100%) contrast(100);
}

.fc-list-day-text,
.fc-list-day-side-text {
  filter: invert(100%) grayscale(100%) contrast(100);
}

.fc-daygrid-dot-event .fc-event-title {
  font-size: 18px;
  font-weight: 400;
}

.fc .fc-list-event:hover td {
  background-color: transparent !important;
}

input[type=text] {
  padding: 6px 8px;
  border: 1px solid #ddd;
  width: 310px;
  font-size: 18px;
}