@charset "utf-8";

/* calendar css */
/*  v5.22.0(splus: #70) 2021-05-27 add start */
.cld-main {
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	height: 400px;
}

.cld-main a {
	color: #333;
	font-weight: bold;
}

.cld-datetime {
	position: relative;
	width: 100%;
	min-width: 100px;
	max-width: 95%;
	margin: auto;
	overflow: hidden;
}

.cld-datetime .toyear {
	position: relative;
	float: left;
	width: calc(100% - 40px);
	margin: auto;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-top: 10px;
	margin-bottom: 30px;
}

.cld-nav {
	position: relative;
    width: 20px;
    height: 20px;
    margin-top: 5px;
}

.cld-nav:hover {
	cursor: pointer;
}

.cld-nav:hover svg {
	fill: #666;
}

.cld-rwd {
	float: left;
}

.cld-fwd {
	float: right;
}

.cld-labels {
	padding-left: 3px;
}
.cld-days {
	padding-left: 0;
}
.cld-labels-sunday {
	padding-left: 0;
}

.cld-labels-saturday {
	padding-left: 0;
}

.cld-label {
	font-size: 12px;
	display: inline-block;
	width: 14.28%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
	padding-right: 6px;
}
.cld-day {
	font-size: 20px;
	display: inline-block;
	width: 14.28%;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.cld-day.note {
	width: 100%;
	height: 320px;
	padding: 50px 20px 20px 20px;
	line-height: 1.5;
}
.cld-label-sunday {
    display: inline-block;
    width: 14.28%;
    text-align: center;
    color: red;
    font-size: 12px;
    padding-right: 5px;
}

.cld-label-saturday {
	display: inline-block;
    width:14.28%;
    text-align: center;
    color: #0000FF;
    font-size: 12px;
    padding-right: 3px;
}
.label-sunday{
	color: red;
}
.label-saturday{
	color:#0000FF;
}
.cld-day.today .cld-number {
	display: inline-block;
    height: 22px;
    width: 22px;
    border-radius: 50px;
    background: #3182ce;
    color: #fff;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.cld-day.disableDay {
	opacity: 0.5;
}

.cld-day.nextMonth, .cld-day.prevMonth {
	opacity: 0.33;
}

.cld-number {
	position: relative;
	margin: 6px 6px 0px 6px;
	padding: 10px 4px 30px 2px;
}

.cld-number:hover {
	opacity: 0.5;
}

.disableDay {
	pointer-events: none;
}

.cld-title {
	position: absolute;
	z-index: 5;
	display: none;
	top: 30px;
	left: 0;
	padding: 5px 10px;
	background: #fff;
	white-space: nowrap;
	border: 1px solid #ccc;
	border-radius: 5px;
	font-size: 12px;
}

.cld-number:hover .cld-title {
	display: block;
}

.cld-title::before {
	content: '';
	position: absolute;
	top: -7.5px;
	left: 7.5px;
	width: 0;
	height: 0;
	border-left: 7.5px solid transparent;
	border-right: 7.5px solid transparent;
	border-bottom: 7.5px solid #ccc;
}

.eventday::before {
	transform: translateX(-50%);
	border-radius: 100%;
	position: absolute;
	color: #2843CB;
	bottom: 10px;
	height: 5px;
	content: '\25CE';
    /*width: 10px;*/
    font-size: 20px;
    left: 50%;
    top: 31px;
}

.eventday1::before {
	transform: translateX(-50%);
	border-radius: 100%;
	position: absolute;
	color: #0FAF6D;
	bottom: 10px;
	height: 5px;
	content: '\25CB';
    /*width: 10px;*/
    font-size: 20px;
    left: 50%;
    top: 31px;
}

.eventday2::before {
	transform: translateX(-50%);
	border-radius: 100%;
	position: absolute;
	color: #AF0F44;
	bottom: 10px;
	height: 5px;
	content: '\25B3';
    /*width: 10px;*/
    font-size: 20px;
    left: 50%;
    top: 31px;
}

.eventday3::before {
	transform: translateX(-50%);
	border-radius: 100%;
	position: absolute;
	color: #B3B3B3;
	bottom: 10px;
	height: 5px;
	content: '\00D7';
    /*width: 10px;*/
    font-size: 20px;
    left: 50%;
    top: 31px;
}

.cld-number.eventday {
	display: inline-block;
}

.cld-number.eventday:hover {
	cursor: pointer;
	background: #eee;
}

.today .cld-number.eventday:hover {
	background: #888;
}

.collapsible {
	background-color: rgb(255, 255, 255);
	color: rgb(20, 2, 2);
	cursor: pointer;
	padding: 14px;
	width: 100%;
	border: none;
	text-align: left;
	outline: none;
	font-size: 14px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

.collapsible::before {
	background-size: 30px 30px;
	display: inline-block;
	width: 30px;
	height: 30px;
	content: "";
	position: absolute;
	right: 40px !important;
	margin-top: -5px;
}

.circle::before {
	content: '\25CE';
	font-size: 35px;
	margin-top: -15px;
	color: #2843CB;
}

.cross::before {
	content: '\25CB';
	font-size: 35px;
	margin-top: -15px;
	color: #0FAF6D;
}

.triangle::before {
	content: '\25B3';
	font-size: 35px;
	margin-top: -15px;
	color: #AF0F44;
}

.circle1::before {
	content: '\25CE';
	font-size: 35px;
	margin-top: 0px;
	color: #2843CB;
}

.cross1::before {
	content: '\25CB';
	font-size: 35px;
	margin-top: 0px;
	color: #0FAF6D;
}

.triangle1::before {
	content: '\25B3';
	font-size: 35px;
	margin-top: 0px;
	color: #AF0F44;
}

.multiply1::before {
	content: '\00D7';
	font-size: 35px;
	margin-top: 0px;
	color: #B3B3B3;
}

.multiply::before {
	content: '\00D7';
	font-size: 35px;
	margin-top: -15px;
	color: #B3B3B3;
}

.active, .collapsible:hover {
	background-color: rgb(255, 251, 251);
}

.collapsible:after {
	content: "\f078";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
	color: rgb(17, 1, 1);
	font-weight: bold;
	float: right;
	margin-left: 5px;
	/* margin-top: -20px; */
}

.active:after {
	content: "\f077";
	font-family: FontAwesome;
	font-style: normal;
	font-weight: normal;
	text-decoration: inherit;
}

.content {
	padding: 0 18px;
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.2s ease-out;
	background-color: #f1f1f1;
}

.content-seat {
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	float: left;
	width: 200px;
}



.content-seat-type {
	margin-block-start: 0em;
	margin-block-end: 0em;
	margin-inline-start: 0px;
	margin-inline-end: 0px;
	float: left;
	width: 50px;
	margin-top: -19px
}


/*  v5.22.0(splus: #70) 2021-05-27 add end */