@charset "utf-8";
/* CSS Document */
.jumbotron.top-img {
  background-image: url("../images/top-image01.jpg");
	background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 4rem;
  min-height: 640px;
	position: relative;
}
.jumbotron.top-img .lead {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 2rem;
  width: 90%;
  margin: 0 auto 2rem;
  font-size: 1rem;
  font-weight: bold;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
position: absolute;
bottom: 0;
}
.jumbotron.top-img h2 {
  text-align: center;
  font-size: 2rem;
}
@media screen and (max-width:768px) {
  .jumbotron.top-img {
    padding: 2rem;
    min-height: auto;
  }
  .jumbotron.top-img .lead {
    padding: 1rem;
    width: 100%;
  }
  .jumbotron.top-img h2 {
    font-size: 1.5rem;
  }
}
.top-menu h3 {
  font-size: 1.2rem;
}
@media screen and (min-width: 1360px) {
	.top-menu .col-xl-3 {
	    -ms-flex: 0 0 25%;
	    flex: 0 0 25%;
	    max-width: 25%;
	}
}
@media screen and (min-width:1200px) and (max-width: 1359px) {
	.top-menu .col-lg-6 {
	    -ms-flex: 0 0 50%;
	    flex: 0 0 50%;
	    max-width: 50%;
	}
}

@media screen and (max-width:1024px) {
	
	.jumbotron.top-img {
		background-image: url("../images/top-image02.jpg");
		position: inherit;
}
	
	.jumbotron.top-img .lead {
		position: inherit;
}
}