/* CSS Document */

/*

*/
.fc-toolbar {
	margin: 0 !important;
}

.fc-view {}

.fc-scrollgrid-section>th {
	border-width: 1px 1px 0 1px !important;
	;
}

.fc-scrollgrid-section>td {
	border-width: 1px !important;
	;
}

.fc-scrollgrid {
	border: none !important;
}

.fc-scrollgrid thead .fc-scroller {
	overflow: hidden !important;
}

.fc-timegrid-col-events {
	margin: 0 !important;
}

.fc-event {
	border: none !important;
	box-shadow: none !important;
}

.fc-v-event {
	background: #fff;
}

.fc-event-main {
	display: grid;
	border: none;
	padding: 0 !important;
	box-shadow: none;
	cursor: pointer;
}

.fc-event-main {
	height: 100%;
	padding: 0px !important;
}




.fc .fc-scrollgrid-section-sticky>* {
	background: none;
}


#calendar .fc-head-container thead th:not(:first-child) {
	padding: 0.5em 0em;
}

#calendar .lsSlot {
	justify-content: center;
	grid-gap: 0.25em 0.5em;
	padding: 0.5em;
	font-feature-settings: "palt";
	overflow: hidden;
	padding: 2px;
	overflow-y: scroll;
	transition: all 0.2s;
	height: 100%;
	text-align: center;
	transition-duration: 0.15s;
}


#calendar .lsSlot.marker:before {
	display: inline-block;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 0.25em 0.5em;
	font-size: 10px;
	background-color: red;
	border-radius: 1px;
	color: white;
	opacity: 0.9;
}

#calendar .lsSlot.attr:after {
	display: inline-block;
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 0.25em 0.5em;
	font-size: 10px;
	background-color: var(--theme-color);
	border-radius: 1px;
	color: var(--theme-font-color);
	opacity: 0.9;
}

#calendar .lsSlot.lsPast {
	opacity: 0.7;
	pointer-events: none;
}


.lsSlot.pgm-barrier {
	display: flex !important;
	justify-content: center;
	align-items: center;
	padding: 1em 0px;
	color: #333;
	background-color: lightgray;
}

.lsSlot p {
	font-size: 12px;
	line-height: 1.25;
}

.lsSlot p:empty {
	display: none;
}

/*
.lsSlot strong {
	font-weight: normal;
}
*/
.lsSlot .pgm {
	width: 100%;
	font-size: 14px;
	font-weight: 700;
}

.lsSlot .capa,
.lsSlot .ir {
	width: 100%;
}

.lsSlot .capa strong {
	margin-left: 0.5em;
}



#calendar .lsSlot.pgm-ignore{
	opacity: 0.4;
}


#calendar .lsSlot.lscIgnoreCount p.time {
	text-decoration: underline;
}

.lsSlot .waitList {
	display: none;
}

.lsSlot .icons {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	grid-gap: 4px;
	line-height: 1;
}


.lsSlot.pgm-drawable:after {
	background-color: var(--theme-color);
	border-radius: 1px;
	padding: 2px 4px;
	color: var(--theme-font-color);
	font-size: 0.75rem;
	opacity: 0.8;
}



#extEvents .lsSlot {
	color: #333;
	display: block;
	height: initial;
	min-height: 5em;
}




.lsSlot.myDwg,
.lsSlot.myWtg,
.lsSlot.myBkg {
	border-width: 2px;
	border-color: var(--theme-color);
	background: var(--theme-color);
	color: var(--theme-font-color);
}


/* for lower */
@media (max-width: 1199.98px) {
	/*1199px以下*/
}

@media (max-width: 991.98px) {
	/*991px以下*/
}

@media (max-width: 767.98px) {
	/*767px以下*/
}

@media (max-width: 575.98px) {
	/*575px以下*/
}


/* Small */
@media (min-width: 576px) {
	/*576px以上*/
}

@media (min-width: 576px) and (max-width: 767.98px) {
	/*576px～767px*/
}

@media (min-width: 576px) and (max-width: 991.98px) {
	/*576px～991px*/
}

@media (min-width: 576px) and (max-width: 1199.98px) {
	/*576px～1199px*/
}

@media (min-width: 576px) and (max-width: 1399.98px) {
	/*576px～1399px*/
}


/* Medium */
@media (min-width: 768px) {
	/*768px以上*/
}

@media (min-width: 768px) and (max-width: 991.98px) {
	/*768px～991px*/
}

@media (min-width: 768px) and (max-width: 1199.98px) {
	/*768px～1199px*/
}

@media (min-width: 768px) and (max-width: 1399.98px) {
	/*768px～1399px*/
}


/* Large */
@media (min-width: 992px) {
	/*992px以上*/
}

@media (min-width: 992px) and (max-width: 1199.98px) {
	/*992px～1199px*/
}

@media (min-width: 992px) and (max-width: 1399.98px) {
	/*992px～1399px*/
}


/* X-Large */
@media (min-width: 1200px) {
	/*1200px以上*/
}

@media (min-width: 1200px) and (max-width: 1399.98px) {
	/*1200px～1399px*/
}


/* XX-Large */
@media (min-width: 1400px) {
	/*1400px以上*/
}