/* Move down content because we have a fixed navbar that is 3.5rem tall */
.jumbotron{
background: #ddd url(../img/top01.jpg) no-repeat center center ;
background-size:cover;
height: 600px;
margin-bottom: 0;
}
h1 img{
	width:400px;
}
.DRbtn{position:relative;
top: 350px;
left: 40%;
width: 100px;}
.display-3{font-size: 52px;
font-weight:700;}
.text-PCcenter{
	text-align: center;
}

span.memo{
	font-size: 12pt;
	color: #AAAAAA;
}
/* ######################################
メディアクエリ
 ######################################*/

@media only screen and (min-width: 1200px){
}
@media screen and (min-width: 768px) and (max-width: 1199px){
	.display-3{font-size: 45px;
	font-weight:700;}
}
@media only screen and (max-width: 767px) {
	.DRbtn{
		display: none;
	}
	.display-3{font-size: 28px;
	font-weight:700;}
	.jumbotron{
		background: #343a40 url(../img/top01.jpg) no-repeat center center ;
		background-size: cover;
		width: 100%;
		height: 200px;
		margin-bottom: 0;
		border-radius:0;
	}
	h1 img{
		display: none;
	}
	.text-PCcenter{
	text-align: left;
	}
}
