/* ----- schedule スケジュール ----- */

.schedule {
	padding-bottom: 134px; /* フラクラス */ /******  スケジュール（プラグインcssカスタマイズ）  *****/ /******  イベントタイトル  *****/ /******  開始ー終了時間  *****/ /******  ディスクリプション  *****/ /*  IE_ONLY  */
}

.schedule__chg-format {
	margin-top: 20px;
	position: relative;
}

.schedule__chg-format::after {
	border-left: 10.5px solid transparent;
	border-right: 10.5px solid transparent;
	border-top: 7px solid #707070;
	content: "";
	height: 0;
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	width: 0;
}

.schedule__select {
	appearance: none;
	background: #fff;
	border: 1px solid #707070;
	border: 1px solid #707070;
	border-radius: 8px;
	font-size: 18px;
	font-weight: bold;
	padding: 11px 19px 8px;
	width: 100%;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.schedule__select:focus {
	outline: none;
}

.schedule__lessons {
	display: flex;
	gap: 7px;
	margin-top: 30px;
	width: 100%;
}

.schedule__lessons li {
	position: relative;
	width: calc((100% - 7px) / 2);
}

.schedule__lessons li::after {
	border: 1px solid #707070;
	border-radius: 50%;
	content: "";
	height: 19px;
	left: 10px;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	transition: 0.3s;
	width: 19px;
}

.schedule__lessons .current::after {
	background-color: currentColor;
	border: 1px solid;
}

.schedule__lessons .current a {
	border: 1px solid currentColor;
}

.schedule__lesson {
	background: #fff;
	border: 1px solid #707070;
	border-radius: 8px;
	display: block;
	font-size: 18px;
	font-weight: bold;
	padding: 11px 19px 8px 38px;
	transition: 0.3s;
	width: 100%;
}

.schedule__hura {
	margin-top: 30px;
}

.schedule__calendar {
	margin-top: 30px;
}

.schedule__calendar select {
	background: #fff;
	border: 1px solid #707070;
	border: 1px solid #707070;
	border-radius: 8px;
	font-weight: bold;
	margin-top: 20px;
}

.schedule__calendar select:focus {
	outline: none;
}

.schedule .mptt-menu {
	border: 1px solid currentColor;
	border-radius: 12px;
	display: flex;
	flex-wrap: wrap;
	gap: 9px;
	padding: 30px 20px;
}

.schedule .mptt-menu li {
	background: #fff;
	border-radius: 8px;
	padding: 0;
	transition: 0.3s;
	width: calc((100% - 9px) / 2);
}

.schedule .mptt-menu li:nth-of-type(1) {
	width: 100%;
}

.schedule .mptt-menu a {
	border: 1px solid currentColor;
	border-radius: 8px;
	display: block;
	font-size: 16px;
	font-weight: bold;
	padding: 11px 20px 8px;
	transition: 0.3s;
	width: 100%;
}

.schedule .mptt-menu .active {
	background-color: currentColor;
}

.schedule .mptt-menu .active a {
	color: #fff;
}

.schedule .mptt-menu .active a[title=一般クラス] {
	background-color: #aa80f8;
	border-color: #aa80f8;
}

.schedule .mptt-menu .active a[title=入門クラス] {
	background-color: #f87f97;
	border-color: #f87f97;
}

.schedule .mptt-menu .active a[title=子供クラス] {
	background-color: #158b5d;
	border-color: #158b5d;
}

.schedule .mptt-menu .active a[title=中高生クラス] {
	background-color: #6cb7fc;
	border-color: #6cb7fc;
}

.schedule a[title=すべて] {
	text-align: center;
}

.schedule .mptt-shortcode-list {
	color: #707070;
}

.schedule .fc-today {
	background: #fbeea8 !important;
}

.schedule #sc_tahitian.mptt-shortcode-wrapper {
	display: none !important;
}

.schedule #sc_tahitian.thisopen {
	display: block !important;
}

.schedule .mptt-shortcode-hours {
	color: #707070;
}

.schedule .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title {
	background: rgba(255, 255, 255, 0.18);
	border: 1px solid rgba(255, 255, 255, 0.75);
	display: block;
	font-size: 0.825em;
	margin: 0 0 0.75em !important;
	padding: 0 0.25em;
}

.schedule .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover .event-title {
	text-decoration: none;
}

.schedule .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .timeslot {
	display: block;
	font-size: 0.9em;
	left: 0.25em;
	margin: 0.25em;
	position: absolute;
	top: 2em;
}

.schedule .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-description {
	border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
	display: block;
	font-size: 1em;
	font-weight: bold;
	padding: 1.5em 0 0;
}

@media all and (-ms-high-contrast: none) {

.schedule .mptt-shortcode-wrapper .mptt-shortcode-table tbody td {
	height: 100%;
	overflow: hidden;
	width: 15.5%;
	z-index: 1;
}

.schedule .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container,
.schedule .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container:hover {
	margin: 0;
	outline: none;
	overflow: hidden;
	padding: 0;
	position: inherit;
	z-index: 1;
}

.schedule .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-title,
.schedule .mptt-shortcode-wrapper .mptt-shortcode-table tbody .mptt-event-container .event-description {
	margin: 0 0.5em;
}

}

@media screen and (min-width: 1080px) {

.schedule {
	padding-bottom: 200px;
}

.schedule .mptt-menu {
	margin-bottom: 30px;
}

.schedule .mptt-menu li {
	width: calc((100% - 27px) / 4);
}

}

@media screen and (max-width: 767px) {

.schedule .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-column-title {
	color: #111;
	font-size: 1.35em;
	margin: 0;
	padding: 0.5em 0 0;
}

.schedule .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list {
	margin: 0;
	overflow: hidden;
}

.schedule .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event {
	border-left-width: 1.5em;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	margin: 12px 0 0;
	padding: 0 0 0 6px;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	-o-justify-content: space-between;
	justify-content: space-between;
	position: relative;
}

.schedule .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event:after {
	background: #f3b3c1;
	bottom: -6px;
	content: "";
	height: 1px;
	left: -1.5em;
	position: absolute;
	width: 150%;
}

.schedule .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .event-user,
.schedule .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .mptt-event-title,
.schedule .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .event-description,
.schedule .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .timeslot {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 1em;
	padding: 0;
	vertical-align: middle;
}

.schedule .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .event-description {
	order: 2;
	text-align: left;
}

.schedule .mptt-shortcode-wrapper .mptt-shortcode-list .mptt-column .mptt-events-list .mptt-list-event .timeslot {
	flex-grow: 2;
	font-size: 0.85em;
	margin: auto 0;
	order: 3;
	text-align: right;
}

}

