.navbar{
  position: fixed;
  left: 0; top: 0;
  width: 100%; height: 70px;
  background-color: rgba(0,0,0,0.8);
  z-index: 100;
}

#carouselControls{
  position: relative;
  text-align: center;
  margin-top: 70px;
}
#carouselControls h1{
  position: absolute;
  left: 50%; top: 50%;
  /*width: 400px;
  margin: -100px 0 0 -200px;*/

  /* shinsou */
  width: 600px;
  margin: -13px 0 0 -300px;
  font-size: 25px;
  color: #909;
}
#carouselControls h1 img{
  width: 400px;
}

.breadcrumb{
  padding: 2px 0 0;
}
.m-line,
.m-menu{
  width: 100%;
}
.m-menu:after{
  clear: both;
  display: block;
  content: "";
}
.m-menu-item{
  float: left;
  display: inline-block;
  width: 25%;
  text-align: center;
  background-color: transparent;
}

.m-index-section{
  border: none;
}


@media only screen and (max-width: 799px){
  .m-menu-item{
    width: 50%;
  }
}
@media only screen and (max-width: 599px){
  #carouselControls h1{
    width: 300px;
    margin: -13px 0 0 -150px;
  }
  #carouselControls h1 img{
    width: 300px;
  }
  .carousel-indicators{
    display: none;
  }
}
@media only screen and (max-width: 479px){
  #carouselControls h1{
    width: 240px;
    margin: -50px 0 0 -120px;
  }
  #carouselControls h1 img{
    width: 240px;
  }
}
