body {
  font-size: 16px;
  font-family: リュウミン R-KL;
  color: #333;
}

.jumbotron{
    background-image: url(../img/banner_top.jpg);
    height: auto;
    background-position: center;
    background-repeat: no-repeat;
    margin-bottom: 0;
    border-radius: 0;
}

div .icon{
    float: left;
}

div .info{
    color:navy;
}

#Philosophy {
    height:auto;
    background-attachment: fixed;
    background-image: url(../img/background.png);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
}

div .Philosophy-info{
    padding-left: 30px;
    padding-top: 30px;
}

div .card-deck{
    position: center;
    margin-top: 10p;
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

div .map{
    margin-right: auto;
    margin-left: auto;
}

#map-canvas {
    width:auto;
    height: 400px;
}

footer .col{
    color: ghostwhite;
    background-color: gray;
	font-size: small;
	position: absolute;
	margin: 0px;
	padding: 0px;
}