@charset "UTF-8";


/*****************************************************
　開催レース表　
*****************************************************/
/* ページヘッダー 
------------------------------------------------- */
.page-head{
	align-items:center;
	background:url('../img/race-schedule/race-schedule_bg.jpg') no-repeat center center;
	background-size:cover;
	-webkit-background-size:cover;
	color:#fff;
	display:flex;
	font-size:20px;
	font-size:2.0rem;
	height:320px;
	justify-content:center;
	letter-spacing:0.12em;
	line-height:1.4;
	margin:0 auto;
	max-width:1750px;
	text-align:center;
	width:95%;
}
.page-head span{
	display:block;
	font-size:48px;
	font-size:4.8rem;
	letter-spacing:0.12em;
	line-height:1.4;
}
/* .txt-img 
------------------------------------------------- */
.txt-img{
	margin:85px 0 80px;
	text-align:center;
}
/* .rs-head 
------------------------------------------------- */
.rs-head{
	color:#014099;
	margin:0 0 10px;
	text-align:center;
}
.rs-head .rs-ttl{	
	font-size:42px;
	font-size:4.2rem;
	font-weight:bold;
	letter-spacing:0.12em;
	line-height:1.4;
}
.rs-head .rs-subttl{	
	font-size:22px;
	font-size:2.2rem;
	letter-spacing:0.12em;
	line-height:1.4;
}
/* 開催レース表画像 
------------------------------------------------- */
.raceschedule-img{
	text-align:center;
}


@media screen and (max-width:1024px){
	/*****************************************************
	　開催レース表　
	*****************************************************/
	/* ページヘッダー 
	------------------------------------------------- */
	.page-head{
		font-size:4.28vw;
		height:53.17vw;
	}
	.page-head span{
		font-size:6.9vw;
	}
	/* .txt-img 
	------------------------------------------------- */
	.txt-img{
		margin:10.89vw 0;
	}
	/* .rs-head 
	------------------------------------------------- */
	.rs-head{
		margin:0 0 1.58vw;
	}
	.rs-head .rs-ttl{	
		font-size:5.71vw;
	}
	.rs-head .rs-subttl{	
		font-size:3.73vw;
	}
}

