@charset "utf-8";
/* CSS Document */

/*****************************************************************
	ナビ(schedule)
*****************************************************************/

.navi4 a{
	width:112px;
	background-position:-352px -160px;
}

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

#schedule{
	width:960px;
	margin:0 auto;
	overflow:hidden;
}

.title03{
	width:100%;
	height:45px;
	border-bottom:10px solid #ff2600;
	float:left;
}

.title03 h2{
	font-size:3.1em;
	font-weight:normal;
	color:#000000;
	line-height:45px;
	text-indent:-1px;
}

/*****************************************************************
	schedule_list
*****************************************************************/

.schedule_list{
	width:940px;
	background-image:url(../images/schedule_bg02_02.jpg);
	background-size: cover;
	background-position: center;
	padding:10px;
	margin:20px 0 0 0;
	float:left;
}

.schedule_one_day{
	width:150px;
	margin:0 8px 0 0;
	float:left;
}

.schedule_one_day:last-child{
	margin:0;
}

.schedule_day{
	width:150px;
	height:40px;
	background:#000000;
	float:left;
}

.schedule_day p{
	font-size:1.3em;
	color:#ffffff;
	line-height:42px;
	text-align:center;
}

.schedule_lesson{
	width:150px;
	height:100px;
	background: var(--color-normal);
	border:1px solid #000000;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	padding:2px 0 2px 0;
	margin:8px 0 0 0;
	float:left;
	position:relative;
	transition:all 0.3s ease;
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	-ms-transition:all 0.3s ease;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.schedule_lesson a{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	top:0;
	left:0;
}

.schedule_lesson:hover{
	opacity: .8;
}

.-pink{
	background:#ffccff;
}
.-yellow{
	background: var(--color-yellow);
}
.-green{
	background: var(--color-green);
}
.-blue{
	background: var(--color-blue);
	color: #fff;
}
.-lemon{
	background: var(--color-lemon);
}
.-red{
	background: var(--color-red);
	color: #fff;
}
.-orange{
	background:#ff4f02;
}

.-grey{
	background:#aaaaaa;
}

.-space2{/*0.5コマ飛ばし*/
	margin:57px 0 0 0;
}
.-space3{/*1コマ飛ばし*/
	margin:120px 0 0 0;
}
.-space4{/*1.5コマ飛ばし*/
	margin:171px 0 0 0;
}
.-space5{/*2コマ飛ばし*/
	margin:228px 0 0 0;
}
.-space6{/*2.5コマ飛ばし*/
	margin:285px 0 0 0;
}
.-space7{/*3コマ飛ばし*/
	margin:342px 0 0 0;
}
.-space8{/*3.5コマ飛ばし*/
	margin:399px 0 0 0;
}
.-space9{/*4コマ飛ばし*/
	margin:456px 0 0 0;
}
.-space11{/*5コマ飛ばし*/
	margin:570px 0 0 0;
}
.-lesson45 {
	height: 80px;
}
.-lesson90 {
	height: 140px;
}

.-lesson120 {
	height: 180px;
}

.new_mark01{/*NEW赤丸*/
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#ff2600;
	position:relative;
	top:-90px;
	left:-4px;
	margin-bottom:-90px;
	float:left;
}

.new_mark01 p{/*NEW赤丸*/
	font-size:0.6em;
	font-weight:bold;
	color:#ffffff;
	line-height:30px;
	text-align:center;
}

.new_mark02{/*不定期青丸*/
	width:30px;
	height:30px;
	border-radius:50%;
	background-color:#0000ff;
	position:relative;
	top:-90px;
	left:-4px;
	margin-bottom:-45px;
	float:left;
}

.new_mark02 p{/*不定期青丸*/
	font-size:0.5em;
	font-weight:bold;
	color:#ffffff;
	line-height:30px;
	text-align:center;
}

.new_mark03{/*期間限定*/
	width:30px;
	height:30px;
	background-image:url('../images/mark032.png');
	background-size: contain;
	position:relative;
	top:-90px;
	left:-4px;
	margin-bottom:-45px;
	float:left;
}

.schedule_time{
	width:100%;
	float:left;
}

.schedule_time p{
	font-size:0.85em;
	font-weight:bold;
	line-height:20px;
	text-align:center;
}

.schedule_class1{
	width:100%;
	float:left;
}

.schedule_class1 p{
	font-size:0.75em;
	font-weight:bold;
	line-height:20px;
	text-align:center;
}

.schedule_class2{
	width:100%;
	float:left;
}

.schedule_class2 p{
	font-size:0.75em;
	line-height:20px;
	text-align:center;
}

.schedule_instructor{
	width:100%;
	float:left;
}

.schedule_instructor p{
	font-size:0.85em;
	font-weight:bold;
/*	color:#000000;		2021-03-23 */
	line-height:20px;
	text-align:center;
}

.schedule_supplementary,
.new_schedule_supplementary{
	width:100%;
	float:left;
}

.new_schedule_supplementary{
	margin-top:10px;
}

.schedule_supplementary p,
.new_schedule_supplementary p{
	font-size:0.9em;
/*	color:#FF0000;	*/
}

.new_schedule_supplementary p{
	margin-left: 30px;
}

.new_schedule_supplementary span{
	width: 20px;
	height: 20px;
	top:0;
	margin-left: -20px;
}

.new_schedule_supplementary .new_mark03{
	background-image: url('../images/mark03.png');
}

.schedule_supplementary_right{
	float: right;
  display: block;
  margin-top: -36px;
  margin-right: 20px;
  color: white;
  font-size: larger;
  -webkit-text-shadow: 2px 2px 0 red, -2px -2px 0 red, -2px 2px 0 red, 2px -2px 0 red;
  text-shadow: 2px 2px 0 red, -2px -2px 0 red, -2px 2px 0 red, 2px -2px 0 red;
}

.beginner_lesson {
	position: relative;
}
.beginner_lesson::after {
	content: url("/images/beginner.png");
	position: absolute;
	top: 2px;
	right: 2px;
}

/*左右分割時使用
.schedule_supplementary_left{
	width:70%;
	float:left;
}

.schedule_supplementary_left p{
	font-size:0.9em;
	color:#FF0000;
}

.schedule_supplementary_right{
	width:30%;
	float:left;
}

.schedule_supplementary_right p{
	font-size:0.9em;
	text-align:right;
}

.schedule_supplementary_right span{
	font-size:1.4em;
	color:#ffaaff;
}
*/

/*****************************************************************
	基本料金システム
*****************************************************************/

.box1{
	width:958px;
	background:#000000;
	padding:1px;
	margin:20px 0 0 0;
	float:left;
}

.box1_title{
	width:941px;
	height:20px;
	border-left:5px solid #ff2600;
	margin:8px 0 0 12px;
	float:left;
}

.box1_title h3{
	font-size:1.1em;
	font-weight:normal;
	color:#ffffff;
	text-indent:10px;
	line-height:21px;
}

.box1_title h3 span{
	font-size:0.8em;
}

.schedule_system_list{
	width:298px;
/*	height:280px; */
	height:300px;
	background:#ffffff;
	padding:5px 10px 5px 10px;
	margin:9px 1px 0 0;
	float:left;
}

.schedule_system_list:last-child{
	width:300px;
	margin:9px 0 0 0;
}

.schedule_system_list ul{
	width:100%;
	float:left;
}

.schedule_system_list_l{
	width:226px;
	height:20px;
	float:left;
	font-size:0.9em;
	line-height:20px;
}

.schedule_system_list_l .normal{
	color: var(--color-normal);
}

.schedule_system_list_l .yellow{
	color: var(--color-yellow);
}

.schedule_system_list_l .blue{
	color: var(--color-blue);
}

.schedule_system_list_l .green{
	color: var(--color-green);
}

.schedule_system_list_l .pink{
	color:#ffccff;
}

.schedule_system_list_l .red{
	color: var(--color-red);
}

.schedule_system_list_l .lemon{
	color: var(--color-lemon);
}

.schedule_system_list_l .orange{
	color:#ff4f02;
}

.schedule_system_list_l .grey{
	color:#aaaaaa;
}

.schedule_system_list_r{
	width:70px;
	height:20px;
	float:left;
	font-size:0.9em;
	line-height:20px;
	text-align:right;
	float:right;
}

.schedule_system_list_r1{
	width:auto;
	height:20px;
	float:left;
	font-size:0.9em;
	font-weight: bolder;
	color:red;
	line-height:20px;
	text-align:right;
	float:right;
}

.schedule_system_list_r2{
	width:100%;
	height:20px;
	float:left;
	font-size:0.9em;
	line-height:20px;
	text-align:right;
	float:right;
}

/*****************************************************************
	お問い合わせ
*****************************************************************/

.schedule_contact_list{
	width:938px;
	background:#ffffff;
	padding:5px 10px 5px 10px;
	margin:9px 3px 0 0;
	float:left;
}

.schedule_contact_list ul{
	width:100%;
	float:left;
}

.schedule_contact_list li{
	width:100%;
	height:20px;
	float:left;
	font-size:0.9em;
	line-height:20px;
}



