@charset "utf-8";
/* CSS Document */
/*メインイメージ*/
#bus-main-image{
	background-image: url( "../images/bus/main.jpg");
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	padding-bottom: calc(100%*150/1000);
	position: relative;
}
#bus-page-title01{
	position: absolute;
	color: white;
	font-size: 1.4rem;
	font-weight: bold;
	top:20%;
	left: 3%;
}
#bus-page-title02{
	position: absolute;
	color: white;
	font-size: 1.2rem;
	font-weight: 300;
	top:50%;
	left: 3%;
}
a.down-load-p{
	display: inline-block;
	position: relative;
	width: 100%;
	background-color: #00a0e9;
	border-radius: 20px;
	color: white;
	font-size: 1.5rem;
	padding: 2rem 0;
}
a.down-load-p:after{
	content: "\f019";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	position: absolute;
	right: 2rem;
}
/*タブレット表示設定*/
@media (min-width: 600px) {
	#bus-page{
		font-size: 1.8rem;
	}
	
	#bus-page-title01{
		font-size: 2.6rem;
		top:25%;
	}
	#bus-page-title02{
		font-size: 1.6rem;
		top:55%;
	}
}
/*PC表示設定*/
@media (min-width: 1025px) {
	#bus-page-title01{
		font-size: 4rem;
	}
	#bus-page-title02{
		font-size: 2.4rem;
	}
	
}
