@charset "UTF-8";
/*\*/

/* ------------------------------------
 * Over Ride
 * ------------------------------------ */


/* ------------------------------------
 * SCHEDULE
 * ------------------------------------ */

#schedule .cal_pc {
	text-align: center;
}
#schedule .cal_sp {
	text-align: center;
	display: none;
}
#schedule iframe {
	margin-top: 2em;
}

@media screen and (max-width: 767px) {
	#schedule .cal_pc {
		display: none;
	}
	#schedule .cal_sp {
		display: block;
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
	}
	#schedule iframe {
	    position: static;
		visibility: visible;
		display: inline-block;
		width: 100% !important;
		max-width: 100%;
		border: none;
	}
	.calendar-container {
		width: 100%;
	}
}

/*--- clearfix ------------------*/

article:after {
    clear: both;
    display: block;
    height: 0;
    line-height: 0;
    content: ".";
    visibility: hidden;
}

