@charset "utf-8";

/*============================================
カレンダーのデザイン
==============================================*/

table.c-hours-table--type-na {
  background-color: var(--color-main-muted);
  border-block: 2px solid var(--color-main-default);
  border-inline: 0;
  border-radius: 0;
}

.c-hours-tr--type-na {
  background-image: url("pattern/modern/img-parts/calendar/calendar_decorationA_natural_bottom-line_pink01.svg");
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 3px 1px;
}

table.c-hours-table--type-na th {
  border: 0;
  color: var(--color-main-default);
  padding: 12px 0;
}

table.c-hours-table--type-na td {
  border: 0 !important;
  color: var(--color-main-default);
  padding: 10px 0;
}

dt.c-hours__open-day1--type-na {
  background-color: var(--hours__open-day1) !important;
  border-radius: 24px;
  color: var(--color-text-default) !important;
  font-size: 14px;
  min-width: 80px;
}

dt.c-hours__open-day2--type-na {
  background-color: var(--hours__open-day2) !important;
  border-radius: 24px;
  font-size: 14px;
  min-width: 80px;
}

dt.c-hours__closed-day--type-na {
  background-color: var(--hours__closed-day) !important;
  border-radius: 24px;
  font-size: 14px;
  min-width: 80px;
}

dd.c-hours-text--type-na {
  font-size: 14px;
}

table.c-hours-table--type-na tr td:first-child {
  color: #4d4d4d;
}
