/*ヘッダ調整*/
.fc .fc-toolbar.fc-header-toolbar{
	margin-bottom: 0.5rem;
}
/*ヘッダ調整*/
.fc .fc-toolbar-title {
	font-size: 1.25rem;
	margin-bottom: 0.5rem;
}
/*ヘッダ調整*/
.fc .btn-group {
	margin-bottom: 0.5rem;
}
/*カレンダーイベント折り返し*/
.fc-daygrid-event {
	/*white-space: normal;*/
}
/*カレンダーイベント折り返し*/
.fc-daygrid-dot-event .fc-event-title {
	text-overflow: ellipsis;
}
/*カレンダーイベント折り返し　時間の位置合わせ*/
.fc-daygrid-dot-event {
	/*align-items: baseline;*/
}
.fc-dayGridMonth-button::before {
	content: "\f073";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	width: 1.25em;
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
	display: inline-block;
}
.fc-dayGridWeek-button::before {
	content: "\f784";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	width: 1.25em;
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
	display: inline-block;
}
.fc-timeGridDay-button::before {
	content: "\f783";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	width: 1.25em;
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
	display: inline-block;
}
.fc-listMonth-button::before {
	content: "\f00b";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	text-align: center;
	width: 1.25em;
	font-size: 1.33333em;
	line-height: .75em;
	vertical-align: -.0667em;
	display: inline-block;
}