@charset "UTF-8";

/*＝＝メイン*/
/*H１アアニメーション　画像ソース・色など以外は commonCSSに*/
#secTop {
	background: url(../img/main/schedule.jpg) no-repeat;
	background-size: cover;
	background-position: center;
}

#secTop > .topTitle h1{
	color: #fff;
	font-size: 4vw;
	font-weight: 100;
}

#secTop > #startborder h1{
/*	background-color: rgba(255,255,255,0.7);*/
}

.change-border01::after,
.change-border01::before,
.change-border01__inner::after,
.change-border01__inner::before {
	background-color: #fff;
}

.topCau {
	padding: 1vw 1vw;
	margin-bottom: 4vw;
	text-align: right;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
}

/*＝＝＝＝＝＝＝＝＝＝＝＝メニューの色*/



/*＝＝＝＝＝＝＝＝＝＝＝＝白いブロック*/
.w_wap {

}

.nami_ue {
	width: 100vw;
	background: url(../img/eventinfo/bk_nami_ue.png)right top no-repeat;
	/*background-size: contain;*/
}

.nami_shita {
	width: 100vw;
	background: url(../img/eventinfo/bk_nami_shita.png)left bottom no-repeat;
	/*background-size: contain;*/
}
.w_in {
	padding: 6vw;
}

.w_in h2,
.seigaiha_bk h2 {
	text-align: center;
	margin-bottom: 2vw;
 }

/* 22px @ 390px increasing to 40px @ 1080px */
.w_in h2{
  font-size: min(max(22px, calc(1.375rem + ((1vw - 3.9px) * 2.6087))), 40px);
  /* Note: The calc base value (1.375rem) MUST be stated in REM to maintain accessibility */
  /* Where: 2.6087 = 100 * font-size_difference / viewport_width_difference */

  /* Safari resize fix */
  min-height: 0vw;
}


.w_in h2 .subTitle{
	font-size: 22px;
}


.w_in h3 {
	font-size: 20px;
	font-family: 'Noto Sans Japanese', "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", Arial, sans-serif;
	font-weight: bold;
	text-align: center;
	margin-bottom: 1vw;
}

/* 18px @ 390px increasing to 20px @ 1080px */
.w_in h3 {
  font-size: min(max(18px, calc(1.125rem + ((1vw - 3.9px) * 0.2899))), 20px);
  min-height: 0vw;
}

/*＝＝＝＝＝写真ひだり*/

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

.schedule_Line {
	margin-bottom: 3vw;
	/* 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: 30%;
	text-align: left;
}

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

.schedule_Line .title {
	width: 40%;
	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;
	}

	.topCau {
		padding: 1vw 1vw;
		text-align: left;
	}

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

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

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

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




}


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


}
