

html, body {
	overflow-x: hidden;
}
body {

}
a {
	color: #262626;
}
.fc {
	max-width: 100%;
	overflow-x: hidden;
}
.fc td, .fc th {
	border-style: solid;
	border-width: 1px;
	padding: 0;
	vertical-align: top;
	line-height: 1.5;
}
.fc th .fc-scrollgrid-sync-inner {
	margin: 5px auto;
}
.fc-h-event,.fc-event {
	border: none;
}
#calendar-container {
	height: auto !important;
}
#calendar_new {
	height: auto !important;
}
#calendar-container {
	font-size: 1rem;
	padding-top: 1rem;
}
.fc-h-event .fc-event-title,
.fc-daygrid-dot-event .fc-event-title,
.fc-h-event .fc-event-title,
.fc-daygrid-block-event .fc-event-title {
	font-weight: normal;
	font-size: 0.8rem;
	vertical-align: bottom;
	padding: 4px 5px;
}
.fc-daygrid-day-events a {
	color: #fff;
}
.fc-daygrid-dot-event {
	padding: 0;
}
.fc .fc-col-header-cell-cushion,
.fc .fc-daygrid-day-number {
	font-size: 1.4rem;
}
.fc .fc-button-primary,
.fc .fc-button-primary:disabled {
	border: 1px solid;
	background-color: #f5f5f5;
	background-image: linear-gradient(to bottom, #fff, #e6e6e6);
	background-repeat: repeat-x;
	border-color: rgba(0, 0, 0, .1) rgba(0, 0, 0, .1) rgba(0, 0, 0, .25);
	color: #333;
	font-size: 1.4em;
	text-shadow: 0 1px 1px rgba(255, 255, 255, .75);
}
button.fc-today-button.fc-button-primary:disabled {
	background-color: #e6e6e6;
	background-image: none;
}
.fc .fc-button-primary:hover {
	border-color: #ccc #bbb #aaa;
}
.fc .fc-toolbar {
	align-items: flex-start;
}
.fc .fc-toolbar.fc-header-toolbar {
	margin-bottom: 60px;
}
.fc .fc-daygrid-day.fc-day-today {
	background: rgba(100, 100, 100, 0.2);
}
.fc-daygrid-event-dot {
	display: none;
}
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events .fc-event-time {
	display: none;
}
.fc .fc-button {
	display: inline-flex;
	align-items: center;
	border-radius: 4px;
}
.fc .fc-col-header-cell-cushion {
	padding: 0 4px;
}
.fc .fc-daygrid-day-number {
	padding: 2px;
}
.fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-top {
	background: rgba(100, 100, 100, 0.2);
}
.event01,#pop-cal.event01,.fc-daygrid-dot-event.event01:hover,
.cal-list ul li.event01:before {
	background: #7884cd;
}
.event02,#pop-cal.event02,.fc-daygrid-dot-event.event02:hover,
.cal-list ul li.event02:before {
	background: #d094c7;
}
.event03,#pop-cal.event03,.fc-daygrid-dot-event.event03:hover,
.cal-list ul li.event03:before {
	background: #e5c52f;
}
.event05,#pop-cal.event05,.fc-daygrid-dot-event.event05:hover,
.cal-list ul li.event05:before {
	background: #7bb539;
}
.event06,#pop-cal.event06,.fc-daygrid-dot-event.event06:hover,
.cal-list ul li.event06:before {
	background: #e77b70;
}
.fc .fc-highlight {
	background: #fff;
}

/*ポップアップ*/
#pop-cal {
	border-radius: 8px;
	padding: 30px 20px;
	width: 300px;
	box-shadow: 0 5px 15px rgba(0,0,0,0.3);
	z-index: 99;
	line-height: 1.4;
	color: #fff;
}
#pop-cal .title {
	font-size: 1rem;
	margin-bottom: 10px;
}
#pop-cal .description {
	margin-bottom: 10px;
}
#pop-cal .start_date:before {
	content: "開始：";
	position: relative;
	display: inline-block;
}
#pop-cal .end_date:before {
	content: "終了：";
	position: relative;
	display: inline-block;
}
#pop-cal .location:before {
	content: "場所：";
	position: relative;
	display: inline-block;
}
#pop-cal .date:before {
	content: "日時：";
	position: relative;
	display: inline-block;
}
#pop-cal .start_date:empty,
#pop-cal .end_date:empty,
#pop-cal .location:empty,
#pop-cal .date:empty {
	display: none;
}


#pop-cal p {
	font-size: 0.8rem;
	word-break: break-all;
	white-space: pre-line; /* \n を改行扱い */
}
#pop-cal a {
	color: #fff;
	margin-top: 15px;
	text-decoration: underline;
}
#pop-cal .closeBtn {
	position: absolute;
	display: inline-block;
	top: 0px;
	right: 0px;
	width: 32px;
	height: 32px;
	border: 0;
	background-color: #ffffff;
	border-radius: 32px;
	margin: 0;
	padding: 0;
	transform: scale(0.5);
	cursor: pointer;
}
#pop-cal .closeBtn:before{
	content:"";
	position:absolute;
	display:inline-block;
	top:4px;
	left:13px;
	width:6px;
	height:24px;
	border:0;
	margin:0;
	padding:0;
	background-color:#777777;
	-moz-transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}
#pop-cal .closeBtn:after{
	content:"";
	position:absolute;
	display:inline-block;
	top:4px;
	left:13px;
	width:6px;
	height:24px;
	border:0;
	margin:0;
	padding:0;
	background-color:#777777;
	-moz-transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	transform:rotate(-45deg);
}
.cal-list {
	padding-top: 15px;
}
.cal-list ul {
	flex-wrap: wrap;
	justify-content: flex-start;
}
.cal-list ul li {
	font-size: 1.0rem;
	margin-bottom: 5px;
	margin-right: 10px;
}
.cal-list ul li:before {
	position: relative;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 5px;
	content: "";
}
.cal-list ul li.event01,
.cal-list ul li.event02,
.cal-list ul li.event03,
.cal-list ul li.event04,
.cal-list ul li.event05,
.cal-list ul li.event06 {
	display: block;
	background: none;
}

/* 休館日のみカレンダー*/
.addsub .kyukan_cal {
	margin: 70px auto 50px;
}
.addsub .kyukan_cal table {
	border: none;
	margin: 0 auto;
}
.addsub .kyukan_cal table a {
	display: block;
}
.addsub .kyukan_cal table tr th {
	padding: 0;
	background: none;
	border-right: 1px solid #e6e6e6;
}
.addsub .kyukan_cal table tr th:last-child {
	border-right: 1px solid #e6e6e6;
}
.addsub .kyukan_cal table tr th,
.addsub .kyukan_cal table tr td {
	padding: 0;
	background: #fff;
}
.addsub .kyukan_cal table tr td {
	min-height: 180px;
}
.addsub .kyukan_cal table tr th + th,
.addsub .kyukan_cal table tr + tr td {
	border: 1px solid #e6e6e6;
}
.addsub .kyukan_cal table tr td:last-of-type {
	border-right: 1px solid #e6e6e6;
	border-left: 1px solid #e6e6e6;
}
.addsub .kyukan_cal table tr:last-of-type td {
	border-bottom: 1px solid #e6e6e6;
}
.kyukan_cal .fc-h-event .fc-event-title,
.kyukan_cal .fc-daygrid-dot-event .fc-event-title,
.kyukan_cal .fc-h-event .fc-event-title,
.kyukan_cal .fc-daygrid-block-event .fc-event-title {
	font-size: 1.2rem;
}
.kyukan_cal .fc .fc-col-header-cell-cushion,
.kyukan_cal .fc .fc-daygrid-day-number {
	font-size: 1.8rem;
}
.kyukan_cal .cal-list ul li {
	font-size: 1.6rem;
}
.kyukan_cal h2 {
	color: #262626;
}
.from-kyukan .hide-for-about,
.from-about .hide-for-about {
	display: none !important;
}
.about_cal {
	border: 2px solid #DFDFDF;
	background: #F6F6F6;
	padding: 0 5px;
}
.fc td {
	background: #fff;
}
a.fc-col-header-cell-cushion:hover {
	color: #262626;
}


@media screen and (max-width: 479px) {
	.fc .fc-toolbar-title {
		font-size: 1.5em;
	}
	.fc-direction-ltr .fc-toolbar > * > :not(:first-child) {
		margin-left: 0.25em;
	}
	.fc .fc-button-primary, .fc .fc-button-primary:disabled {
		font-size: 1rem;
	}
	.fc .fc-toolbar.fc-header-toolbar {
		margin-bottom: 90px;
	}
	.fc-toolbar-chunk {
		position: absolute;
	}
	.fc-toolbar-chunk:nth-child(2) {
		left: 50%;
		transform: translateX(-50%);
		top: 1rem;
	}
	.fc-toolbar-chunk:nth-child(1),
	.fc-toolbar-chunk:nth-child(3) {
		top: 50px;
	}
	.fc-toolbar-chunk:nth-child(1) {
		left: 1rem;
	}
	.fc-toolbar-chunk:nth-child(3) {
		right: 1rem;
	}




}