@charset "UTF-8";

/*googleカレンダー*/
.cal_wrapper {
	max-width: 960px;
	min-width: 240px;
	margin: 2.0833% auto;
}

.sche_calendar {
	position: relative;
	padding-bottom: 100%;
	height: 0;
}

.sche_calendar iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
}

.responsive-iframe-container {
	position: relative;
	padding-bottom: 90%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.responsive-iframe-container iframe,
.responsive-iframe-container object,
.responsive-iframe-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*googleカレンダーここまで*/

.gc_wrapper {
	margin: 0 5% 14px;
}

.schedule_caution {
	font-size: 13px;
	text-align: left;
	padding: 6px 0 30px;
	margin: 0 5% 30px;
	border-bottom: 1px dotted #8f0080;
}

.new_schedule {
	margin-bottom: 20px;
}

@media screen and (min-width: 769px) {
	/* PC */
	.gc_wrapper {
		margin: 0 0 14px;
	}
	.schedule_caution {
		margin: 0 0 30px
	}
	.responsive-iframe-container {
		padding-bottom: 56.25%;
	}
}
