@charset "UTF-8";
/*--
  base size
--*/
/*--
  break points
--*/
/*--
  colors
--*/
/*--
  font family
--*/
/*--
  font weight
--*/
/*--
  源ノ角ゴシック JP(Adobe)でのweight名 = Source Han Sans Japanese
  ExtraLight  : 200
  Light       : 200
  Normal      : 300
  Regular     : 400
  Medium      : 500
  Bold        : 700
  Heavy       : 900
--*/
/*--
  PlusJakartaSansでのweight名
  ExtraLight  : 100
  Light       : 200
  Regular     : 400
  Medium      : 600
  SemiBold    : 700
  Bold        : 800
  ExtraBold   : 900
--*/
/*--
  汎用
  - カスタムブロック側で使用していると思うので、残置
--*/
/*--
  img path
  - craft-museum側はthemeファイル内に
--*/
/*--
  easing
 */
/*--
  easing
 */
/*--
  line-height
  - XDの行送り / フォントサイズ
--*/
/*--
  letter-spacing
  - XDのAV / 1000
--*/
/*--
  calcVw
  - 主にSPで使う想定の関数。
  - 第2引数のデフォルトはsp。sp以外で使用する際はtb || pcを指定する
  - デザイン上の子要素のwidth / デザイン上の画面サイズを算出する
  - デザイン上の画面サイズ = pc: 1366, sp: 375
  - 第3引数にtrueを指定すると、マイナスで算出する
--*/
/*--
  box-shadow
- $x: XDのドロップシャドウのX
- $y: XDのドロップシャドウのY
- $b: XDのドロップシャドウのB
--*/
/*--
  media queries
  - $breakpoint: _variables.scssの$breakpointsからキーを選んで入力。デフォルトはsp
--*/
/*--------------------------------------------------
  hover時のタイミングだけ管理
  - aタグはデフォルトで付与しているため、追加不要
--------------------------------------------------*/
/*--------------------------------------------------
  抜粋ベース
--------------------------------------------------*/
/*--------------------------------------------------
  transition
--------------------------------------------------*/
/*--------------------------------------------------
  appearanceリセット
--------------------------------------------------*/
/*--------------------------------------------------
  placeholderのcolor指定
  @include placeholder-color(#00ff00);
--------------------------------------------------*/
/*--------------------------------------------------
  filterのcolor指定：
--------------------------------------------------*/
/*--------------------------------------------------
  フォントサイズスイッチ
--------------------------------------------------*/
/**
 * 開館カレンダー スタイル
 * FullCalendar v6 カスタマイズ
 */
#calendar,
#calendar *,
.calendar-legend-dynamic {
  font-family: inherit;
  font-weight: 500;
  color: #111111;
  line-height: 1.5;
}

#calendar {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
}

.wp-block-group.is-calendar #calendar,
.is-calendar #calendar {
  width: 100%;
}

.calendar-wrapper {
  width: 100%;
}

.wp-block-group.is-calendar .calendar-wrapper {
  grid-area: 1/2/4/3;
  align-self: start;
}

.fc {
  width: 100%;
}
.fc .fc-view-harness {
  width: 100%;
}
.fc table {
  width: 100% !important;
}
.fc .fc-toolbar {
  position: relative;
  flex-direction: column;
  margin-bottom: 0.5em;
  gap: 0;
}
.fc .fc-toolbar-title {
  font-size: 1.8rem;
}
.block-editor__container .fc .fc-toolbar-title {
  font-size: 18px;
}
[data-font-size=large] .fc .fc-toolbar-title {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .fc .fc-toolbar-title {
  font-size: 21px;
}
[data-font-size=small] .fc .fc-toolbar-title {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .fc .fc-toolbar-title {
  font-size: 16px;
}
.fc .fc-toolbar-title {
  font-weight: 500;
  line-height: 45px !important;
}
.fc .fc-button {
  font-size: 0.875rem;
}
.block-editor__container .fc .fc-button {
  font-size: 8.75px;
}
[data-font-size=large] .fc .fc-button {
  font-size: 1.175rem;
}
.block-editor__container [data-font-size=large] .fc .fc-button {
  font-size: 11.75px;
}
[data-font-size=small] .fc .fc-button {
  font-size: 0.675rem;
}
.block-editor__container [data-font-size=small] .fc .fc-button {
  font-size: 6.75px;
}
.fc .fc-button {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  color: #111111;
  padding: 0.25em 0.5em;
  border-radius: 2px;
}
.fc .fc-button:hover, .fc .fc-button:focus-visible {
  background-color: #eee;
  border-color: #ccc;
  color: #111111;
}
.fc .fc-button:focus {
  box-shadow: none;
}
.fc .fc-button:disabled {
  opacity: 0.4;
  background-color: #f5f5f5;
}
.fc .fc-toolbar-chunk:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-left: 8px;
  pointer-events: none;
}
.fc .fc-toolbar-chunk:nth-child(2) {
  padding-right: 64px;
}
.fc .fc-button-group {
  flex: 1;
  display: flex;
  justify-content: space-between;
  gap: 0;
}
.fc .fc-button-group > .fc-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  filter: invert(64%) sepia(4%) saturate(17%) hue-rotate(54deg) brightness(97%) contrast(86%);
  flex: 0 0 auto;
  width: 30px;
  height: 30px;
  background: url(../image/icon_arrow.svg) no-repeat 50% 50%;
  background-size: 75px auto;
  pointer-events: auto;
}
.fc .fc-button-group > .fc-button:nth-child(1) {
  transform: rotate(180deg);
}
.fc .fc-button-group .fc-button .fc-icon {
  display: none;
}
.fc .fc-button-primary:not(:disabled):active {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.fc .fc-customToday-button {
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: none transparent;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  vertical-align: middle;
  box-sizing: border-box;
  transition-property: all;
  transition-timing-function: cubic-bezier(0.165, 0.84, 0.44, 1);
  transition-duration: 0.5s;
  font-size: 1.6rem;
}
.block-editor__container .fc .fc-customToday-button {
  font-size: 16px;
}
[data-font-size=large] .fc .fc-customToday-button {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .fc .fc-customToday-button {
  font-size: 19px;
}
[data-font-size=small] .fc .fc-customToday-button {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .fc .fc-customToday-button {
  font-size: 14px;
}
.fc .fc-customToday-button {
  width: 64px;
  height: 45px;
  color: #555555;
  border: 1px solid #9B9B9B;
  opacity: 1;
  pointer-events: auto;
}
.fc .fc-customToday-button:not(:disabled):hover, .fc .fc-customToday-button:not(:disabled):focus-visible {
  color: #fff !important;
  background: #8E7221;
  border: 1px solid #8E7221;
  opacity: 1;
}
.fc .fc-customToday-button:disabled {
  background: none;
  border: 1px solid #9B9B9B;
}
.fc .fc-col-header-cell {
  font-size: 1.6rem;
}
.block-editor__container .fc .fc-col-header-cell {
  font-size: 16px;
}
[data-font-size=large] .fc .fc-col-header-cell {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .fc .fc-col-header-cell {
  font-size: 19px;
}
[data-font-size=small] .fc .fc-col-header-cell {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .fc .fc-col-header-cell {
  font-size: 14px;
}
.fc .fc-col-header-cell {
  padding: 0.25em 0;
  background-color: transparent;
  border: none;
  font-weight: normal;
}
.fc .fc-col-header-cell-cushion {
  padding: 0;
  color: #555555 !important;
  text-decoration: none !important;
}
.fc table,
.fc th,
.fc td,
.fc .fc-scrollgrid,
.fc .fc-scrollgrid-section > *,
.fc .fc-scroller {
  border: none !important;
}
.fc .fc-scroller {
  overflow: hidden !important;
}
.fc .fc-scrollgrid-section-body table {
  border-collapse: collapse !important;
}
.fc .fc-daygrid-day {
  border: 1px solid #e5e5e5 !important;
  aspect-ratio: 1/1;
  min-height: unset;
  position: relative;
}
.fc .fc-day-sun .fc-col-header-cell-cushion,
.fc .fc-day-sun .fc-daygrid-day-number {
  color: #c00 !important;
}
.fc .fc-day-sat .fc-col-header-cell-cushion,
.fc .fc-day-sat .fc-daygrid-day-number {
  color: #00c !important;
}
.fc .fc-daygrid-day-top {
  display: flex;
  flex-direction: column;
  gap: 2px;
  padding: 2px 3px;
}
.fc .fc-daygrid-day-number {
  font-size: 1.8rem;
}
.block-editor__container .fc .fc-daygrid-day-number {
  font-size: 18px;
}
[data-font-size=large] .fc .fc-daygrid-day-number {
  font-size: 2.1rem;
}
.block-editor__container [data-font-size=large] .fc .fc-daygrid-day-number {
  font-size: 21px;
}
[data-font-size=small] .fc .fc-daygrid-day-number {
  font-size: 1.6rem;
}
.block-editor__container [data-font-size=small] .fc .fc-daygrid-day-number {
  font-size: 16px;
}
.fc .fc-daygrid-day-number {
  padding: 0;
  color: #111111 !important;
  text-decoration: none !important;
}
.fc .fc-daygrid-day-frame {
  min-height: 100%;
  display: flex;
  flex-direction: column;
}
.fc .fc-daygrid-day-events {
  margin-top: 2px;
  flex: 1;
  min-height: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
.fc .fc-day-closed,
.fc .fc-daygrid-day.fc-day-closed {
  background-color: #f0f0f0;
}
.fc .fc-bg-event.fc-closed-day {
  background-color: #e8e8e8;
  opacity: 1;
  inset: 0;
}
.fc .fc-daygrid-bg-harness {
  position: absolute;
  inset: 0;
}
.fc .fc-daygrid-day-top .closed-mark {
  font-size: 1.6rem;
}
.block-editor__container .fc .fc-daygrid-day-top .closed-mark {
  font-size: 16px;
}
[data-font-size=large] .fc .fc-daygrid-day-top .closed-mark {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .fc .fc-daygrid-day-top .closed-mark {
  font-size: 19px;
}
[data-font-size=small] .fc .fc-daygrid-day-top .closed-mark {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .fc .fc-daygrid-day-top .closed-mark {
  font-size: 14px;
}
.fc .fc-daygrid-day-top .closed-mark {
  font-weight: 500;
  color: #555555 !important;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}
.fc .fc-daygrid-event.fc-exhibition {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.fc .fc-daygrid-block-event {
  margin: 0 !important;
}
.fc .fc-daygrid-event-harness {
  margin-top: 1px;
}
.fc .fc-daygrid-event-harness:has(.fc-exhibition) {
  top: auto !important;
  bottom: 2px;
}
.fc .fc-daygrid-event-harness:has(.fc-exhibition):nth-of-type(1) {
  bottom: 13px;
}
.fc .fc-daygrid-event-harness:has(.fc-exhibition):nth-of-type(2) {
  bottom: 2px;
}
.fc .fc-daygrid-day:has(.fc-closed-day) .fc-daygrid-event-harness:has(.fc-exhibition) {
  display: none !important;
}
.fc .fc-event-dot,
.fc .fc-daygrid-event-harness:has(.fc-event-dot) {
  display: none !important;
}
.fc .fc-more-link {
  font-size: 1.1rem;
}
.block-editor__container .fc .fc-more-link {
  font-size: 11px;
}
[data-font-size=large] .fc .fc-more-link {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=large] .fc .fc-more-link {
  font-size: 14px;
}
[data-font-size=small] .fc .fc-more-link {
  font-size: 0.9rem;
}
.block-editor__container [data-font-size=small] .fc .fc-more-link {
  font-size: 9px;
}
.fc .fc-more-link {
  color: #666;
}
.fc .fc-more-link:hover, .fc .fc-more-link:focus-visible {
  color: #333;
  text-decoration: underline;
}
.fc .fc-day-today {
  background-color: transparent !important;
}
.fc .fc-daygrid-day.is-selected {
  position: relative;
  z-index: 1;
  outline: 1.6px solid #111111;
  outline-offset: -1px;
}
.fc .fc-day-other {
  opacity: 0.5;
}

.closed-mark {
  font-size: 1.6rem;
}
.block-editor__container .closed-mark {
  font-size: 16px;
}
[data-font-size=large] .closed-mark {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .closed-mark {
  font-size: 19px;
}
[data-font-size=small] .closed-mark {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .closed-mark {
  font-size: 14px;
}
.closed-mark {
  font-weight: 500;
  color: #555555 !important;
  line-height: 1;
  flex-shrink: 0;
  position: relative;
  z-index: 10;
}

.night-icon-img {
  width: 1.2rem;
  height: 1.2rem;
  display: block;
}

.fc-exhibition {
  border: none !important;
  border-radius: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  pointer-events: none;
}

.fc-exhibition-bar {
  height: 10px;
  width: 100%;
  border-radius: 0;
}

.fc-event-dots-container {
  display: flex;
  flex-wrap: wrap;
  gap: 3px;
  padding-top: 3px;
}

.fc-event-dot-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  pointer-events: none;
}

.fc-event-dot {
  border: none !important;
  background: transparent !important;
  padding: 0 !important;
  margin: 0 !important;
}
.fc-event-dot:hover, .fc-event-dot:focus-visible {
  opacity: 0.8;
}

.fc-event-dot-icon {
  display: inline-block;
  width: 1.2rem;
  height: 1.2rem;
  border-radius: 50%;
  margin-right: 0;
  flex-shrink: 0;
}

.fc-event-title {
  font-size: 1.1rem;
}
.block-editor__container .fc-event-title {
  font-size: 11px;
}
[data-font-size=large] .fc-event-title {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=large] .fc-event-title {
  font-size: 14px;
}
[data-font-size=small] .fc-event-title {
  font-size: 0.9rem;
}
.block-editor__container [data-font-size=small] .fc-event-title {
  font-size: 9px;
}
.fc-event-title {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.calendar-legend {
  display: flex;
  flex-wrap: wrap;
  gap: 1em;
  margin-top: 1.5em;
  padding: 1em;
  background-color: #f9f9f9;
  border-radius: 4px;
}

.calendar-legend-item {
  font-size: 0.875rem;
}
.block-editor__container .calendar-legend-item {
  font-size: 8.75px;
}
[data-font-size=large] .calendar-legend-item {
  font-size: 1.175rem;
}
.block-editor__container [data-font-size=large] .calendar-legend-item {
  font-size: 11.75px;
}
[data-font-size=small] .calendar-legend-item {
  font-size: 0.675rem;
}
.block-editor__container [data-font-size=small] .calendar-legend-item {
  font-size: 6.75px;
}
.calendar-legend-item {
  display: flex;
  align-items: center;
  gap: 0.5em;
}

.calendar-legend-color {
  display: inline-block;
  width: 16px;
  height: 16px;
  border-radius: 3px;
}

.calendar-legend-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
}

.calendar-legend-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1;
}
.calendar-legend-icon .night-icon-img {
  position: relative;
  top: 0.6em;
  transform: translateY(-50%);
  width: 100%;
  height: 100%;
}

.calendar-legend-dynamic {
  font-size: 1.6rem;
}
.block-editor__container .calendar-legend-dynamic {
  font-size: 16px;
}
[data-font-size=large] .calendar-legend-dynamic {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .calendar-legend-dynamic {
  font-size: 19px;
}
[data-font-size=small] .calendar-legend-dynamic {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .calendar-legend-dynamic {
  font-size: 14px;
}
.calendar-legend-dynamic {
  margin-top: 0.75em;
}
.calendar-legend-dynamic .calendar-legend-item {
  font-size: 1.6rem;
}
.block-editor__container .calendar-legend-dynamic .calendar-legend-item {
  font-size: 16px;
}
[data-font-size=large] .calendar-legend-dynamic .calendar-legend-item {
  font-size: 1.9rem;
}
.block-editor__container [data-font-size=large] .calendar-legend-dynamic .calendar-legend-item {
  font-size: 19px;
}
[data-font-size=small] .calendar-legend-dynamic .calendar-legend-item {
  font-size: 1.4rem;
}
.block-editor__container [data-font-size=small] .calendar-legend-dynamic .calendar-legend-item {
  font-size: 14px;
}
.calendar-legend-dynamic .calendar-legend-item {
  display: flex;
  align-items: flex-start;
  gap: 0.4em;
  line-height: 1.4;
  color: #111111;
}
.calendar-legend-dynamic a.calendar-legend-item {
  text-decoration: underline;
}
.calendar-legend-dynamic a.calendar-legend-item:hover {
  text-decoration: none;
}
.calendar-legend-dynamic .calendar-legend-color {
  position: relative;
  top: 0.8em;
  transform: translateY(-50%);
  display: inline-block;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 0;
}
.calendar-legend-dynamic .calendar-legend-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.7rem;
  height: 1.7rem;
}
.calendar-legend-dynamic .calendar-legend-dot::before {
  content: "";
  position: relative;
  top: 0.8em;
  transform: translateY(-50%);
  display: block;
  width: 1.7rem;
  height: 1.7rem;
  border-radius: 50%;
  background-color: var(--dot-color);
}
.calendar-legend-dynamic .calendar-legend-text {
  flex: 1;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 24px;
}
.calendar-legend-dynamic .calendar-legend-title {
  display: block;
  font-weight: 500;
}
.calendar-legend-dynamic a {
  display: flex;
  align-items: flex-start;
  gap: 0.4em;
  color: inherit;
  text-decoration: none;
}
.calendar-legend-dynamic a:hover, .calendar-legend-dynamic a:focus-visible {
  text-decoration: underline;
}

.calendar-legend-section {
  display: flex;
  flex-direction: column;
  gap: 0.35em;
  margin-bottom: 0.75em;
}
.calendar-legend-section:last-child {
  margin-bottom: 0;
}

.calendar-legend-status {
  flex-direction: row;
  gap: 1em;
}
.calendar-legend-status .calendar-legend-item {
  align-items: center;
}

.calendar-legend-closed-mark {
  position: relative;
  top: 0.8em;
  transform: translateY(-50%);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 2px;
  width: 1.5em;
  height: 1.5em;
  font-weight: normal;
  color: #111111;
  background-color: #DADADA;
  border-radius: 0;
  line-height: 1;
}

@media (max-width: 768px) {
  .fc .fc-toolbar {
    flex-direction: column;
    gap: 0.25em;
    align-items: flex-start;
  }
  .fc .fc-toolbar-chunk:nth-child(1) {
    padding-left: 0;
  }
  .fc .fc-toolbar-chunk:nth-of-type(2) {
    padding-right: 0;
    padding-left: 44px;
  }
  .fc .fc-button-group > .fc-button {
    width: 44px;
    height: 50px;
  }
  .fc .fc-button-group {
    flex: initial;
    width: 270px;
  }
  .fc .fc-customToday-button {
    width: 54px;
  }
  .fc-event-title {
    display: none;
  }
  .fc-exhibition-bar {
    height: 8px;
  }
  .closed-mark {
    font-size: 1rem;
  }
  .block-editor__container .closed-mark {
    font-size: 10px;
  }
  [data-font-size=large] .closed-mark {
    font-size: 1.3rem;
  }
  .block-editor__container [data-font-size=large] .closed-mark {
    font-size: 13px;
  }
  [data-font-size=small] .closed-mark {
    font-size: 0.8rem;
  }
  .block-editor__container [data-font-size=small] .closed-mark {
    font-size: 8px;
  }
}

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