/* NavBar分の余白 */
body {
  padding-top: 60px;
}

/* Top Page */
.toppage h1 {
  margin-bottom: 21px;
  padding: 0.25em 0.5em;/*上下 左右の余白*/
  background: transparent;/*背景透明に*/
  border-left: solid 5px #2c3e50;/*左線*/
}
.toppage-right {
  padding-top: 21px;
}

/* Footer */
.footer {
  margin-top:50px;
  height: 100%;
  background-color: #2c3e50;
}
.footer-area {
  padding-top: 8px;
}
html {
  background-color:#2c3e50; /*フッターの色を指定*/
}
body {
  background-color: #ffffff;
}

/* 子ページのデザイン */
.child-page h2 {
}
.child-page-right {
  padding-top: 21px;
}

/*.child-page-left > .btn {
  margin: 0 auto;
  display: block;
}
*/

/* 子ページ右のdropdown */
ul.side-menu {
  top : initial;
  left : initial;
}

/* Google map */
.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%;
}

/* 余白挿入 */
.add-margin{
  margin-top: 100px;
}
