@charset "UTF-8";

/*
** Description: のぞみデンタルクリニック
** Table - CSS
** ================================================== */

table {
  width: 100%;
  border-collapse: collapse;
  text-align: center;
}

table thead {
  border-bottom: 3px solid var(--color_brownMain);
}

table tr td {
  padding: var(--size-ss);
}

.holiday-all, .sunday {
  color: var(--color_red);
}

.timeTable tbody td:not(.sunday) {
  color: var(--color_orangeMain);
}



/* xo-event-calendar
======================================== */
.xo-event-calendar {
  font-family: inherit;
}
.xo-event-calendar table {
  border-collapse: collapse;
}
.xo-event-calendar table,
.xo-event-calendar table.xo-month>thead th {
  color: inherit;
}
.xo-event-calendar .month-event,
.xo-event-calendar .month-event-space {
  display: none;
}
.xo-event-calendar table.xo-month>thead {
  border-bottom: 3px solid var(--color_brownMain);
  margin-bottom: var(--size-ss);
}

.xo-event-calendar table.xo-month,
.xo-event-calendar table.xo-month thead *,
.xo-event-calendar table.xo-month thead th *,
.xo-event-calendar table.xo-month thead td *,
.xo-event-calendar table.xo-month tbody *,
.xo-event-calendar table.xo-month tbody th *,
.xo-event-calendar table.xo-month tbody td * {
  border: none;
}

.xo-event-calendar table.xo-month .month-dayname td div,
.xo-event-calendar table.xo-month .month-week {
  line-height: 2.5em;
  height: 2.5em;
}

.xo-event-calendar table.xo-month .month-dayname td div {
  padding: 0;
  text-align: center;
  font-size: 1em;
}


.xo-event-calendar .calendars caption {
  text-align: left;
  font-weight: 700;
  font-size: var(--size-l);
  margin-bottom: var(--size-s);
}

.xo-event-calendar .calendars td .today {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'%3E%3Ccircle cx='50' cy='50' r='50' fill='%23e18f00' /%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 90% 90%;
}
.xo-event-calendar table.xo-month .month-dayname td div.today {
  color: var(--color_white);
}

/* 
.xo-event-calendar .other-month {
  color: var(--color_offwhite);
} */