@charset "utf-8";

/* -- 20260409@追記 -- */

.salon-calendar-block {
	aspect-ratio: 1000 /500;
}

/* -- ここまで -- */

.customCalendar .fc-theme-standard .fc-scrollgrid {
    font-size: 5px;
    border: 0;
}

.customCalendar .fc .fc-header-toolbar .fc-toolbar-title {
    font-size: 1.3rem;
}

.customCalendar .fc .fc-col-header-cell {
    color: var(--c-dark);
    background: var(--c-beige);
    font-size: 1.6em;
    font-weight: 500;
}

.customCalendar .fc .fc-col-header-cell.fc-day-sun {
    color: #fb3636;
}

.customCalendar .fc .fc-col-header-cell.fc-day-sat {
    color: #1e3fef;
}

.customCalendar .fc .fc-daygrid-day {
    color: var(--c-dark);
    background: var(--c-white);
    font-size: 1.6em;
}

.customCalendar .fc .fc-daygrid-day.fc-day-sun {
    color: #fb3636;
    background: var(--c-white);
}

.customCalendar .fc .fc-daygrid-day.fc-day-sat {
    color: #1e3fef;
    background: var(--c-white);
}

.customCalendar .fc .fc-daygrid-day.fc-day-today {
    background: #ffffe4;
}

.customCalendar .fc-theme-standard td,
.customCalendar .fc-theme-standard th {
    border: 1px solid var(--c-gray-beige);
    border-bottom: 0;
}

.customCalendar .fc tr:last-of-type {
    background: var(--c-white);
}

.customCalendar .fc .fc-scrollgrid,
.customCalendar .fc .fc-scrollgrid-section-footer > *,
.customCalendar .fc .fc-scrollgrid-section-header > * {
    border-bottom-width: 0;
}

.customCalendar .fc .fc-button {
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.customCalendar .fc .fc-button-primary {
    color: var(--c-white);
    background-color: var(--c-gold);
    border-color: var(--c-gold);
}

.customCalendar .fc .fc-button-primary:hover {
    color: var(--c-gold);
    background-color: var(--c-white);
    border-color: var(--c-gold);
}

.customCalendar .fc .fc-button-primary:not(:disabled).fc-button-active, .customCalendar .fc .fc-button-primary:not(:disabled):active {
    background: var(--c-white);
    border-color: var(--c-gold);
    color: var(--c-gold);
}

.customCalendar .fc .fc-button .fc-icon {
    font-size: 1.2em;
}

.customCalendar .fc .fc-scrollgrid .fc-scrollgrid-section-header:first-of-type {
    background: #1e3fef;
}

.customCalendar .fc tr:last-of-type td {
    border-bottom: 1px solid var(--c-gray-beige);
}

.customCalendar .fc.has-hidden-rows tr:last-of-type td {
    border-bottom: 0px solid var(--c-gray-beige);
}

.customCalendar .fc .fc-view-harness {
    height: auto !important;
}

.customCalendar .customCalendar .fc .fc-bg-event, .fc .fc-highlight, .fc .fc-non-business, .fc .fc-view-harness-active>.fc-view {
    position: static !important;
}

.customCalendar .fc .fc-scroller-liquid-absolute {
    position: static !important;
}

.customCalendar .fc-scrollgrid-sync-table {
    height: auto !important;
}

.customCalendar .fc .fc-daygrid-event {
    line-height: 1.3em;
}

.customCalendar .fc-daygrid-event {
    font-size: 1.6em
}

.customCalendar .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
    min-height: 2.4em;
}

.has-hidden-rows tr.is-empty-week {
    opacity: 0;
    visibility: hidden;
    position: fixed;
    left: 0;
    right: 0;
    height: 0;
    z-index:-999;
}

.has-hidden-rows tr.is-empty-week>td {
    opacity: 0;
    visibility: hidden;
}

.customCalendar .fc.has-hidden-rows .fc tr:last-of-type td {
    border-bottom: 0px solid var(--c-gray-beige) !important;
}

.customCalendar .fc.has-hidden-rows {
    border-bottom: 1px solid var(--c-gray-beige);
}

.customCalendar .fc .fc-toolbar.fc-header-toolbar {
    margin-bottom: 15px;
}

@media screen and (min-width: 576px) {
    .customCalendar .fc-theme-standard .fc-scrollgrid {
        font-size: 8px;
    }
}

@media screen and (min-width: 768px) {
    .customCalendar .fc-theme-standard .fc-scrollgrid {
        font-size: 5.5px;
    }
}

@media screen and (min-width: 992px) {
    .customCalendar .fc-theme-standard .fc-scrollgrid {
        font-size: 10px;
    }
}

@media screen and (min-width: 1024px) {
    .customCalendar .fc-daygrid-event {
        font-size: 0.85em
    }

	/* -- 20260409@追記 -- */

	.salon-calendar-block {
		aspect-ratio: 480 /513;
	}

	/* -- ここまで -- */
}