@charset "UTF-8";

/*＝＝メイン*/
/*H１アアニメーション　画像ソース・色など以外は commonCSSに*/
#secTop {
	background: url(../img/main/greeting.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 2%;
	width: 100vw;
	max-width: 1080px;
	margin: 0px auto 0vw;
}

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


.w_in h2{
/* 22px @ 390px increasing to 40px @ 1080px */
  font-size: min(max(22px, calc(1.375rem + ((1vw - 3.9px) * 2.6087))), 40px);
  min-height: 0vw;
}

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


.guji {
	width: 40%;
	max-width: 300px;
	float: left;
	text-align: center;
	margin-right: 3vw;
	margin-bottom: 3vw;
}

.w_in .txt .guji{

}

.gujiName {
	/* 18px @ 390px increasing to 26px @ 1080px */
	font-size: min(max(18px, calc(1.125rem + ((1vw - 3.9px) * 1.1594))), 26px);
	min-height: 0vw;
}
/*
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
　　　スマホ
＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝＝
*/


@media handheld, only screen and (max-width: 767px) {
	#secTop {
		background: url(../img/main/greeting_sp.jpg) no-repeat;
		background-size: cover;
		background-position: center;
	}

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

.guji {
	width: 60%;
	max-width: 300px;
	float: none;
	text-align: center;
	margin-right: 0vw;
	margin-bottom: 0vw;
	margin: 0 auto 3vw;
}







}


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


}
