@charset "UTF-8";
/* Ballet [course] */

@import url("main.css");

/*---------------------------------------------------- */
/* Schedule */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_schedule {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_schedule .haco_schedule {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== Table ==*/
.haco_schedule table {
	padding: 0;
	margin: 0;
	width: 100%;
	height: auto;
	border-collapse: collapse;
}
.haco_schedule table th {
	margin: 0;
	height: auto;
	border: solid 1px #ccc;
	background-color: #125295;
	vertical-align: top;
}
.haco_schedule table td {
	margin: 0;
	height: auto;
	border: solid 1px #ccc;
	background-color: #fff;
	vertical-align: top;
}

/*== Text ==*/
.haco_schedule table th h4 {
	padding: 0;
	font-weight: 700;
	color: #fff;
	text-decoration: none;
	text-align: center;
	line-height: 1.0;
}
.haco_schedule table td h5 {
	padding: 0;
	font-weight: 700;
	color: #2d2e2f;
	text-decoration: none;
	text-align: center;
}
.haco_schedule table td p {
	padding: 0;
	font-weight: 600;
	color: #125295;
	text-decoration: none;
	text-align: center;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Section ==*/
.listArea {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== h3 ==*/
.listArea .main-title {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.listArea .main-title .sub {
	padding: 0;
	margin: 0;
	color: #fa4b7c;
	font-family: "Open Sans", "Lucida Grande", Arial, sans-serif;
	font-weight: 700;
	text-align: center;
	line-height: 1.0;
	display: block;
}
.listArea .main-title h3 {
	padding: 0;
	margin: 0;
	color: #2d2e2f;
	font-family: 'Noto Sans JP', sans-serif;
	font-weight: 800;
	text-align: center;
	line-height: 1.3;
}

/*== Waku ==*/
.waku_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
}

/*== P ==*/
.waku_list .txt_list {
	padding: 0;
	margin: 0 auto;
	height: auto;
}
.waku_list .txt_list p {
	padding: 0;
	margin: 0;
	font-weight: 600;
	color: #7d7e7f;
	text-align: center;
}
.waku_list .txt_list p a {
	font-weight: 600;
	color: #7d7e7f;
	text-decoration: none;
	display: block;
}
.waku_list .txt_list p a:hover {
	font-weight: 600;
	text-decoration: underline;
	display: block;
}



/* PC */
@media print, screen and (min-width: 960px) {
/*---------------------------------------------------- */
/* Schedule */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_schedule {
	padding-top: 45px;
	width: 100%;
}
.waku_schedule:first-child {
	padding-top: 10px;
	width: 100%;
}
.waku_schedule .haco_schedule {
	margin-bottom: 35px;
	width: 98%;
}

/*== Table ==*/
.haco_schedule table th, 
.haco_schedule table td {
	padding: 12px 0;
}
.haco_schedule table th.box101, 
.haco_schedule table td.box201 {
	width: 4%;
}
.haco_schedule table th.box102, .haco_schedule table th.box103, .haco_schedule table th.box104, 
.haco_schedule table td.box202, .haco_schedule table td.box203, .haco_schedule table td.box204 {
	width: 32%;
}

/*== Text ==*/
.haco_schedule table th h4 {
	margin: 0 16px;
	font-size: 16px;
}
.haco_schedule table td h5 {
	margin: 0 16px;
	font-size: 16px;
}
.haco_schedule table td p {
	margin: 0 16px;
	font-size: 14px;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Section ==*/
.listArea {
	width: 100%;
}

/*== h3 ==*/
.listArea .main-title {
	margin-bottom: 25px;
	width: 100%;
}
.listArea .main-title .sub {
	margin-bottom: 8px;
	font-size: 24px;
}
.listArea .main-title h3 {
	font-size: 35px;
}

/*== Waku ==*/
.waku_list {
	width: 98%;
	text-align: center;
}

/*== P ==*/
.waku_list .txt_list {
	width: 98%;
}
.waku_list .txt_list p {
	font-size: 23px;
	line-height: 2.0;
}


}

/* Tablet */
@media all and (max-width: 959px) and (min-width: 600px) {
/*---------------------------------------------------- */
/* Schedule */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_schedule {
	padding-top: 35px;
	width: 100%;
}
.waku_schedule:first-child {
	padding-top: 5px;
	width: 100%;
}
.waku_schedule .haco_schedule {
	width: 97%;
}

/*== Table ==*/
.haco_schedule table th, 
.haco_schedule table td {
	padding: 10px 0;
}
.haco_schedule table th.box101, 
.haco_schedule table td.box201 {
	width: 7%;
}
.haco_schedule table th.box102, .haco_schedule table th.box103, .haco_schedule table th.box104, 
.haco_schedule table td.box202, .haco_schedule table td.box203, .haco_schedule table td.box204 {
	width: 31%;
}

/*== Text ==*/
.haco_schedule table th h4 {
	margin: 0 13px;
	font-size: 14px;
}
.haco_schedule table td h5 {
	margin: 0 13px;
	font-size: 14px;
}
.haco_schedule table td p {
	margin: 0 13px;
	font-size: 12px;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Section ==*/
.listArea {
	width: 100%;
}

/*== h3 ==*/
.listArea .main-title {
	margin-bottom: 20px;
	width: 100%;
}
.listArea .main-title .sub {
	margin-bottom: 6px;
	font-size: 21px;
}
.listArea .main-title h3 {
	font-size: 30px;
}

/*== Waku ==*/
.waku_list {
	width: 97%;
	text-align: center;
}

/*== P ==*/
.waku_list .txt_list {
	width: 97%;
}
.waku_list .txt_list p {
	font-size: 20px;
	line-height: 1.8;
}


}


/* SP */
@media all and (max-width: 599px) {
/*---------------------------------------------------- */
/* Schedule */
/*---------------------------------------------------- */
/*== Waku ==*/
.waku_schedule {
	padding-top: 25px;
	width: 100%;
}
.waku_schedule:first-child {
	padding-top: 0;
	width: 100%;
}
.waku_schedule .haco_schedule {
	width: 96%;
}

/*== Table ==*/
.haco_schedule table {
	border-width: 0;
	font-size: 14px;
}
.haco_schedule table thead {
	display: none;
}
.haco_schedule table tr {
	margin-bottom: 15px;
	display: block;
	padding: 5px;
	border-top: 4px solid #025593;
	border-right: 1px solid #d5d9dc;
	border-bottom: 1px solid #d5d9dc;
	border-left: 1px solid #d5d9dc;
}
.haco_schedule table tr:last-child {
	margin-bottom: 0;
}
.haco_schedule table th, .haco_schedule table td {
	border-style: none;
}
.haco_schedule table th {
	text-align: left;
}
.haco_schedule table td {
	display: block;
	text-align: right;
	border-bottom: 1px dotted #d5d9dc;
	min-height: 1em;
	padding-left: 45px;
	padding-right: 15px;
	padding-top: 5px;
	padding-bottom: 5px;
	position: relative;
}
.haco_schedule table td:first-child {
	/*padding-right: 0;*/
	text-align: center;
	/*background-color: #f7f7f7;*/
	background-color: #ebfcfe;
}
/*.haco_schedule table td:first-of-type {
	padding-left: 0;
}*/
.haco_schedule table td:nth-child(6) {
	background-color: #ebfcfe;
}
.haco_schedule table td:last-child {
	border-bottom: 0;
	text-align: center;
	/*padding-top: 7px;
	padding-right: 0;*/
}
/*.haco_schedule table td:last-of-type {
	padding-left: 0;
}*/

.haco_schedule table td:before {
	content: attr(data-label);
	float: none;
	font-weight: bold;
	text-align: left;
	width: 35px;
	padding-right: 10px;
	padding-left: 10px;
	position: absolute;
	left: 0;
	white-space: nowrap;
}

/*---------------------------------------------------- */
/* List */
/*---------------------------------------------------- */
/*== Section ==*/
.listArea {
	width: 100%;
}

/*== h3 ==*/
.listArea .main-title {
	margin-bottom: 15px;
	width: 100%;
}
.listArea .main-title .sub {
	margin-bottom: 4px;
	font-size: 17px;
}
.listArea .main-title h3 {
	font-size: 25px;
}

/*== Waku ==*/
.waku_list {
	width: 96%;
	text-align: center;
}

/*== P ==*/
.waku_list .txt_list {
	width: 97%;
}
.waku_list .txt_list p {
	font-size: 16px;
	line-height: 1.6;
}


}