<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* ------------------------------------------------------------------------ */

/*  Common

/* ------------------------------------------------------------------------ */
.br_se{
	display:none;
}
.h_member{
	font-size:28px;
	font-weight:bold;
	margin-bottom:30px;
}
.h_member2{
	font-size:28px;
	font-weight:bold;
	margin-bottom:30px;
	color:#FFF;
}
.h_member3{
	font-size:28px;
	font-weight:bold;
	margin-bottom:30px;
}

@media screen and (max-width: 640px){
.br_se{
	display: inline-block;
}
.mt{
	margin-top:0px !Important;
}

}


.under_layer #contentsBlock{
	max-width: 100%;
	min-height: 1000px;
}

/*baseで修正したほうがいいもの*/
div#wrap{
	overflow-x: inherit;
}

.clumb{
	text-align: right;
	float: none;
	margin-top: 0;
}

.clumb ul li{
	float: none;
	display: inline-block;
}

/*スケジュール*/
.main_top{
	background: url("../img/h_schedule_001.jpg") no-repeat center center;
}

.sec01{
	transform:skewY(-3deg);
	position: relative;
	top: -52px;
	min-height: 550px;
}

.sec01:before{
	content: "";
	background: url(../img/bg_schedule_001.png);
	width: 100%;
	height: 537px;
	display: block;
	position:absolute;
	top:0;
	left:0;
	z-index: -1;
}


.sec02{
	background: #fff;
	top: -50px;
	padding-bottom: 40px;
}

.content_inner{
	transform:skewY(3deg);
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	padding-top: 50px;
}

.content_inner02{
	max-width: 1000px;
	width: 100%;
	margin: 0px auto;
	padding-top: 50px;
}

/*table*/
.tblStyle01{
	max-width: 1000px;
	width: 100%;
	border-bottom: 2px solid #cccccc;
}

	.tblStyle01 th{
		border-bottom: 2px solid #cccccc;
	}

	.tblStyle01 th:first-child{
		padding-left: 10px;
	}
	
	.tblStyle01 th:last-child{
		padding-left: 10px;
	}
	
	.tblStyle01 td{
		border-bottom: 1px dotted #cccccc;
		padding: 10px 0;
		overflow: hidden;
	}

		.tblStyle01 td:first-child{
			padding-left: 10px;
			width: 22%;
		}
		.tblStyle01 td:last-child{
			padding-right: 10px;
		}


.man{
	float: left;
	background: #0b2e73;
	color: #fff;
	padding: 2px 5px;
	width: 36%;
	text-align: center;
	font-size: 92%;
}

.woman{
	float: right;
	background: #0086c9;
	color: #fff;
	padding: 2px 5px;
	width: 36%;
	text-align: center;
	font-size: 92%;
}

.notyet{
	background: #ffc107;
}

.kekka{
	background: #000000;
	float: right;
	text-align: center;
}

.kekka a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 2px 5px;
}

.kekka a:hover{
	text-decoration: underline;
}

.cancel{
  width: 90px;
  background: #B91F1F;
}
.cancel a{
  pointer-events: none;
}

/*過去のスケジュール*/
.backnumber_link{
}

	.backnumber_link{
		overflow: hidden;
	}
	
	.backnumber_link li{
		float: left;
		max-width: 155px;
		width: 100%;
		background: #666666;
		margin-right: 14px;
		margin-bottom: 10px;
		text-align: center;
	}
		.backnumber_link li:nth-child(6n){
			margin-right: 0;
		}
.mt{
	margin-top:10px;
}
	.backnumber_link li a{
		display: block;
		padding: 10px;
		color: #fff;
		text-decoration: none;
	}
	
	.backnumber_link li a:hover{
		text-decoration: underline;
	}

	.tblStyle01 td.sp_ttl{
		display: none;
	}

@media screen and (max-width: 1024px){
	.backnumber_link li{
		max-width: 100%;
		width: 15.2%;
		margin-right: 12px;
	}
}


@media screen and (max-width: 964px){
	.sec01, .sec02{
		padding: 0px 10px 0;
	}
	
	.sec02{
		top: -20px;
	}
	.h_member{
		margin: 20px 0 0;
		font-size: 22px;
	}
	
	.backnumber_link li{
		width: 100%;
		margin-bottom: 10px;
	}
	
	.tblStyle01 td.sp_ttl{
		display: block;
		border: none;
		font-weight: bold;
		padding: 10px 0 0;
	}
	
		.tblStyle01 td.sp_ttl:first-child{
			margin-top: 15px;
		}
	
	.tblStyle01 th{
		display: none;
	}
	
	.tblStyle01 td:last-child{
		border-bottom: none;
	}
	
	.tblStyle01 td:first-child,
	.tblStyle01 td{
		display: block;
		width: 100%;
		padding: 5px 0 10px;
	}
	
	.man, .woman, .kekka{
		width: 100px;
		float: none;
		display: inline-block;
	}
	
	.kekka{
		width: 110px;
		float: none;
		display: inline-block;
	}
}

@media screen and (max-width: 640px){
  .main_top{
    background-position: -690px;
  }
  .sec01::before {
    background-position: -910px;
  }
}</pre></body></html>