#secTop {
	background: url(../img/main/schedule.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}


#schedule h3 {
	margin-bottom: 6vw
}

#schedule h3 .subTitle{
	margin-left: 0vw;
}


.schedule_txt {
	/*position: relative;*/
	width: 100vw;
	max-width: 780px;
	margin: 0px auto 6vw;
}


.scheduleWap {
	/*position: relative;*/
	width: 100vw;
	max-width: 780px;
	margin: 0px auto ;
	padding-bottom: 6vw;
}

.schedule_Line {
	margin-bottom: 3vw;
	font-weight: bold;
	/* 20px @ 390px increasing to 28px @ 1080px */
	font-size: min(max(20px, calc(1.25rem + ((1vw - 3.9px) * 1.1594))), 28px);
	min-height: 0vw;
}

.schedule_Line .day {
	width: 27%;
	text-align: left;
}

.schedule_Line .time {
	width: 27%;
	text-align: left;
}

.schedule_Line .title {
	width: 46%;
	text-align: left;
}

.schedule_Line:last-child {
	margin-bottom: 0;
}


/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/



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

	#secTop {
		background: url(../img/main/schedule_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}

	/*.schedule_txt {
		width: 96%;
		max-width: 780px;
		margin: 0px auto 6vw;
	}*/


#schedule h3 .subTitle{
	margin-left: 10vw;
}




	.eventTimeTable th {
		width: 100%;
		display: block;
		font-size: 2.4rem;
		font-weight: normal;
		border-bottom: none;
		padding: 5px 0px;
		/*background-color: #323232;*/
		color: #323232;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	.schedule_Line {
		padding: 0px 2%;
		font-size: 18px;
		display: block;
	}

	.schedule_Line .day {
		width: 100%;
		font-size: 2.4rem;
		text-align: center;
		padding: 5px 0px;
		margin-top: 10vw;
	}

	.schedule_Line .time {
		width: 100%;
		text-align: center;
	}

	.schedule_Line .title {
		width: 100%;
		font-size: 2.4rem;
		text-align: center;
		padding: 5px 0px 10vw;
		border-bottom: dotted 1px #ccc;
	}





}


@media handheld, only screen and (max-width: 480px) {


}
