body {
  padding-top: 3.5rem;
}

.navbar{
    background-color:#284ea1!important;
    
}

h1.title{
    margin:3em;
}

h4{
    color:#fff;
    margin-bottom:2rem;
    padding:0;
}

h5{
    text-align:center;
    font-size:1.3rem;
    line-height:2rem;
}
@media (max-width:768px){
.edlogo{
    display:none;
}
    
h5{
    font-size:1rem;
    line-height:1.8rem;
    font-weight:600;
}
}

.btn--menu,
a.btn--menu {
  color: #fff;
  background:url('../images/button.png'); 
  font-size:0.75em;
  padding:0.5rem 1rem;
}
.btn--top:hover,
a.btn--top:hover, .btn--menu:hover,
a.btn--menu:hover {
  color: #fff;
  background: #2b62cc;
}

a.btn--menu, a.btn--top {
   border-radius: 100vh;
}

.btn--top{
    font-size:1.2em;
      color: #fff;
  background:url('../images/button.png'); 
  font-size:1em;
  padding:0.5rem 1rem;
    font-weight:600;
}

#page-top {
    background: #3b3b3b;
    color: #fff;
    position: fixed;
    right: 30px;
    bottom: 30px;
    border-radius: 25%;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index:20000;
}

#page-top a{
    color: #fff;
}

#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

.mapimg{
    width:100%;
}

.shizu img{
    width:100%;
}

.breadcrumb {
  background:#f7f5f5;
  font-size:90%;
}
.breadcrumb a{/* 文字色 */
	color:#000;
}
.breadcrumb-item.active{
	color:#000;
}
.breadcrumb-item+.breadcrumb-item::before{
	color:#000;
}

.breadcrumb-item+.breadcrumb-item::before{/*区切り線の変更*/
	    content: ">";
}
    .featurette-divider{
        margin-top:3rem;
    }