@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);

body {
     font-family: 'Noto Sans JP', sans-serif;
     font-weight: 400;
}

.navbar-brand img {
  width: 200px;
  margin-top:-20px;
}

  .padding8{
    padding: 8px;
  }
  .padding12{
    padding: 12px;
  }
  .paddingtop{
    padding-top: 40px;
  }

  @media screen and (max-width: 450px) {
  .jumbotron {
    background:url(../img/top.jpg)
    center no-repeat;
    background-size: cover;
    height: 500px;
  }
}
  @media screen and (min-width: 451px) {
  .jumbotron {
    background:url(../img/top.jpg)
    center no-repeat;
    background-size: cover;
    height: 700px;
  }
}
  .navbar {
    margin-bottom: 0px;
  }
  .navbar-right {
    margin-right: 10px;
  }

  .image{
  position:relative;
  overflow:hidden;
  padding-bottom:100%;
}
.image img{
  position:absolute;
}

  /* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */
/* トップに戻るボタン */


    #pageTop {

      position: fixed;
      bottom: 20px;
      right: 20px;
    }



    #pageTop a {
      display: block;
      z-index: 999;
      padding: 10px 0 0 1px;
      border-radius: 30px;
      width: 40px;
      height: 40px;
      background-color: #9FD6D2;
      color: #fff;
      font-weight: bold;
      text-decoration: none;
      text-align: center;
    }



    #pageTop a:hover {
      text-decoration: none;
      opacity: 0.7;
    }
/*googlemap レスポンシブ*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}

.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
