body {
  font-family: "Helvetica Neue", Helvetica, Arial, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}
.nav.navbar-nav >li > a {
  color: white;
}
nav.navbar.navbar-default.navbar-static {
  font-size: 1.5em;
  background-color: red;
  border-color: red;
}


p.navbar-text.navbar-right {
    color: white;
}
p.navbar-text a.navbar-link{
    color: white;
    font-weight: bold;
}
footer {
  text-align: center;
  padding: 10px;
  background-color: red;
}
footer p {
  color: white;
}

.btn-group.btn-group-lg.social-login {
    margin: 5px 0px 5px 0px;
}

.btn.community-login {
    background-color: #5cb85c;
    color: #ffffff;
}

.btn.facebook-login {
    background-color: #3b5998;
    color: #ffffff;
}

.btn.twitter-login {
    background-color: #55acee;
    color: #ffffff;
}

#AreaHeader {
    margin: 0 0 0 0;
    background-color: #fff;
    padding: 0;
    border: 0
    background: transparent;
    vertical-align: baseline;
    font-size: 100%;
    font-style: normal;
    outline: 0;
}
#HeaderLeft {
  float: left;
  margin: 16px 0 0 0;
}
#HeaderRight {
  margin: 1em 0 0 0;
  float: right;
}
.title-header {
  clear: both;
  margin: 0 0 5px 0;
  padding: 0;
  text-align: right;
  font-size: 11px;
  line-height: 100%;
  color: #ff0000;
}

.jumbotron { background:url("top_bg_pc.jpg") center no-repeat; background-size: cover;}


.title-shadow {
    color: #000;
    font-weight: bold;
    text-shadow: 2px  2px 1px #FFF,
                -2px  2px 1px #FFF,
                 2px -2px 1px #FFF,
                -2px -2px 1px #FFF;
}

.panel.panel-default {
    color: #000000;
    background-color: rgba(255, 255, 255, 0.8);
    border-style: none;
}



.no-reservation {
  height: 400px;
}

.dropdown-menu {
  font-size: 1em;
}

.btn-circle {
width: 30px;
height: 30px;
text-align: center;
padding: 6px 0;
font-size: 12px;
line-height: 1.428571429;
border-radius: 15px;
}

.btn-circle-s {
width: 20px;
height: 20px;
text-align: center;
padding: 4px 0;
font-size: 8px;
line-height: 0.95238095266;
border-radius: 12px;
}

@media only screen and (max-width: 767px) {
  .navbar-brand {
    background: url("logo.png")  no-repeat left center;
    background-size: contain;
    width: 200px;
    margin: 5px 0px 5px 0px;
  }
  #AreaHeader {
    display: none;
  }
  .nav.navbar-nav >li > a {
    color: red;
  }
  .nav.navbar-nav >li.active > a {
    background-color: red;
    color: white;
    font-weight: bold;
  }
  nav.navbar.navbar-default.navbar-static {
    background-color: white;
    border-color: white;
  }
  .no-reservation {
    height: 10em;
  }
}

