.text-bk{
    color: #000;
}

.no-padding{
    padding: 0;
}

.dl-horizontal.user dt{
    text-align: left;
    width: 100px;
}

.dl-horizontal.user dd{
    width: 250px;
    margin-left:20px ;
/*    padding-top: 20px ;*/
}

.pt-100{
    padding-top: 80px;
}

.mt-30{
    margin-top: 30px;
}
.ml-30{
  text-align: left;
  margin-left: 30px;
}
.dl-horizontal.menu dt{
    text-align: right;
    width: 45%;
/*    margin-top: 10px;*/
}

.dl-horizontal.menu dd{
    text-align: left;
    margin-left:55% ;
/*    margin-top: 10px;*/
}
.dl-horizontal.menu>dt,
.dl-horizontal.menu>dd{
    line-height: 2.2
}

.adress {
  padding-top: 10px;
}
@media (min-width: 767px) {
  .adress {
    padding-top: 30px;
  }
}

/* メニューページ用navbar設定*/
.navbar-menu {
  margin-bottom: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  /*text-transform: uppercase;*/
  font-family:  Lato, 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', sans-serif;
  background-color: #2f0c00 ;
}
.navbar-menu .navbar-brand {
  font-weight: 300;
}
.navbar-menu .navbar-brand:focus {
  outline: none;
}
.navbar-menu .navbar-brand .navbar-toggle {
  padding: 4px 6px;
  font-size: 16px;
  color: white;
}
.navbar-menu .navbar-brand .navbar-toggle:focus,
.navbar-menu .navbar-brand .navbar-toggle:active {
  outline: none;
}
.navbar-menu a {
  color: white;
}
.navbar-menu .nav li a {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.navbar-menu .nav li a:hover {
  color: rgba(255, 69, 0, 0.8);
  outline: none;
  background-color: transparent;
}
.navbar-menu .nav li a:focus,
.navbar-menu .nav li a:active {
  outline: none;
  background-color: transparent;
}
.navbar-menu .nav li.active {
  outline: none;
}
.navbar-menu .nav li.active a {
  background-color: rgba(255, 255, 255, 0.3);
}
.navbar-menu .nav li.active a:hover {
  color: orangered;
}
@media (min-width: 768px) {
/*
  .navbar-menu {
    padding: 20px 0;
    border-bottom: none;
    letter-spacing: 1px;
    background: transparent;
    -webkit-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    -moz-transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
    transition: background 0.5s ease-in-out, padding 0.5s ease-in-out;
  }
*/
  .navbar-menu.top-nav-collapse {
    padding: 0;
    background: #2f0c00;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}

.menu-intro {
  display: table;
  width: 100%;
  height: 50px;
  padding-top: 10px;
  text-align: center;
  color: white;
  background: url(../img/menu-bg.jpg) no-repeat bottom center scroll;
  background-color: #2f0c00;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  background-size: cover;
  -o-background-size: cover;
}
.menu-intro .intro-body {
  display: table-cell;
  vertical-align: middle;
}
.menu-intro .intro-body .brand-heading {
  font-size: 40px;
}
.menu-intro .intro-body .intro-text {
  font-size: 18px;
}
.menu-intro .intro-body .image {
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  .menu-intro {
    height: 200px;
    padding: 0;
  }
  .menu-intro .intro-body .brand-heading {
    font-size: 100px;
  }
  .menu-intro .intro-body .intro-text {
    font-size: 26px;
  }
}

.menu-title{
    height: 200px;
    color: white;
}

.menu-title>h2{
    margin-top: 110px;
    margin-bottom: 5px;

}

/* menuページ　リストスタイル*/

.menu-list h4{
    margin:5px 0;
    padding: 5px 0 5px 10px;
    text-align: left;
    border-bottom: 1px solid gray;
    color: #2f0c00;
}

.menu-list table{
    width: 100%;
    color: #2f0c00;
}

.menu-list table td{
    border-bottom:1px dotted gray;
    padding: 10px 0;
}

.menu-list br{
    line-height: 2;
}

.menu-list table td:nth-child(1n){
    text-align: left;
}

.menu-list table td:nth-child(2n){
    text-align: right;
    width:150px;
}

.menu-list-box{
    margin-bottom: 30px;
}

.menu-list ul{
  list-style: none;
  color: black;
  padding-left: 5px;
  text-align: left;
}

/* footer style*/

footer p{
    font-size: 16px;
}

#footer{
    margin-top: 50px;
    width:100%;
    background-color: #2f0c00;
    font-family:  Lato, 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', sans-serif;
    font-weight: 300;
}
#footer a{
    font-family:  Lato, 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', sans-serif;
    font-weight: 300;
}

#footer .content-section{
    padding-top: 30px;
}

#footer h4{
    border-bottom: 1px solid #fff;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

#footer ul li{
    text-align: left;
    font-size: 18px;
    list-style-type: disc;
}

#footer ul li a{
  padding-left: 0;
  padding-top: 0;
  color: white;
}

#footer address{
    text-align: left;
    padding-left: 40px;
    font-size: 16px;
}

.footer-icon{
    padding-top: 50px;
    background-image: url(../img/footer-icon.png);
    background-repeat:no-repeat;
    background-position: center top 66px;
    width: 100%;
/*    height: 100%;*/
    
}

#style h2{
  margin-bottom:20px;
}



.instagram1,.instagram2{
  margin : 0 auto;
  padding: 0 ;
}

.instagram1 .image{
  float: left;
}

.instagram1 .image{
  display: block;
  width: 33%;
  padding:5px;

}

.instagram1 .image a img{
  display: block;
  width: 100%;
}

.instagram2 .image{
  float: left;
}
.instagram2 .image{
  display: block;
  width: 33%;
  padding: 5px;
}

.instagram2 .image a img{
  display: block;
  width: 100%;
}

.instagram3 .image{
  float: left;
}
.instagram3 .image{
  display: block;
  width: 33%;
  padding: 5px;
}

.instagram3 .image a img{
  display: block;
  width: 100%;
}

#footer ul li a:hover,
#footer ul li a:focus {
  color: orangered;
}

.max-width{
  max-width: 100%;
}

.menu_bg{
  background: url(../img/menu_page_bg.jpg);
}

.border{
  border:4px solid #aaa;
}
.border-line{
  border-bottom: 1px solid rgba(0,0,0,0.1);
  box-shadow: 0 1px 0 rgba(255,255,255,1);
}
@media (max-width : 767px){
  .intro{
    background: url(../img/bg_sp_top.jpg) no-repeat bottom center scroll;
    display: table;
    width: 100%;
    height: 80%;
    padding: 0;
    text-align: center;
    color: black;
  }
}

.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family:  Lato, 'YuGothic', 'Yu Gothic', '游ゴシック', '游ゴシック体', sans-serif;
  font-weight: 300;
  line-height: 1.1;
  color: inherit;
}

dt {
  font-weight: 300;
}

#location address{
  font-weight: 300;
}

#location dd{
  font-weight: 300;
}

.btn-jouer {
  position: relative;
  color: #fff;
  background-color: #ff5500;
  /*border-color: #ff5500;*/
  box-shadow: 0 3px 0 #9b3204;
  text-shadow: 0 1px 1px rgba(0, 0, 0, .3);

}
.btn-jouer:hover,
.btn-jouer:focus,
.btn-jouer.focus,
.btn-jouer:active,
.btn-jouer.active,
.open > .dropdown-toggle.btn-jouer {
  color: #fff;
  background-color: #ff8a57;
  box-shadow: #965038;
}
.btn-jouer:active,
.btn-jouer.active,
.open > .dropdown-toggle.btn-jouer {
  top: 3px;
  box-shadow: none;
}
.btn-jouer.disabled,
.btn-jouer[disabled],
fieldset[disabled] .btn-jouer,
.btn-jouer.disabled:hover,
.btn-jouer[disabled]:hover,
fieldset[disabled] .btn-jouer:hover,
.btn-jouer.disabled:focus,
.btn-jouer[disabled]:focus,
fieldset[disabled] .btn-jouer:focus,
.btn-jouer.disabled.focus,
.btn-jouer[disabled].focus,
fieldset[disabled] .btn-jouer.focus,
.btn-jouer.disabled:active,
.btn-jouer[disabled]:active,
fieldset[disabled] .btn-jouer:active,
.btn-jouer.disabled.active,
.btn-jouer[disabled].active,
fieldset[disabled] .btn-jouer.active {
  background-color: #d9534f;
  border-color: #d43f3a;
}
.btn-jouer .badge {
  color: #d9534f;
  background-color: #fff;
}

@media (max-width : 767px){
  .sp-mg{
    padding-right: 5px;
    padding-left: 5px;
  }
}

@media (max-width : 767px){
  .navbar-fixed-top{
    position: absolute;
}
}

.intro a span{
  font-size: 54px;
  color: rgba(255,255,255,0.5);
}

.pattern {
  width: 100%;
  height: 100%;
  background: url(../img/bg-pattern.png);
  position: absolute;
  top: 0;
  left: 0;
  z-index: -8;
}
video {
  min-width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top:  0;
  z-index: -10;
}