@charset "utf-8";

.sideMenu ul {
	display: none;
}
.event {
	display: none;
}

/* ------------------------------
 PC用コード
------------------------------ */
@media print, screen and (min-width: 768px) {
	.js-btn-pagetop {
		position: fixed;
		width: 40px;
		bottom: 0;
	}
}
/* ------------------------------
 SP用コード
------------------------------ */
@media screen and (max-width: 767px) {
	.sideMenu {
		justify-content: flex-end;
	}
	.ui-datepicker{
		z-index: 10000 !important;
	}
}