@charset "utf-8";
#container{
  line-height: 1.4;
}
.red{
  color: #e60012;
}
#kv{
  position: relative;
  width: 100%;
  height: 500px;
  overflow: hidden;
}
#kv img{
  max-width: initial;
  width: auto;
  position: relative;
  left: 50%;
  margin-left: -1000px;
}
#container{
  width: 1100px;
  margin: 0 auto;
}
#breadcrumb{border-bottom:1px solid #eee;}
/* 「並び席」確約
----------------------------------------------------------------------------- */
#kakuyaku_wrap{
  padding: 10px 0 40px;
  line-height: 1.6;
}
#kakuyaku_wrap ul,
#kakuyaku_wrap p{
  font-size: 14px;
}
#kakuyaku_wrap .indt{
  padding-left: 1em;
  text-indent: -1em;
}
#kakuyaku_wrap .section{
  margin-bottom: 40px;
}
#kakuyaku_wrap h2{
  font-size: 30px;
  color: #e60012;
  padding: 3px 0;
  border-bottom: 2px solid #e60012;
  position: relative;
  margin-bottom: 30px;
}
#kakuyaku_wrap h2:before{
  content: '';
  display: inline-block;
  width: 65px;
  height: 72px;
  background: url(../img/kakuyaku.png) no-repeat;
  position: relative;
  top: 25px;
  left: 0;
  margin-right: 8px;
}
#kakuyaku_wrap .strong{
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 15px;
  line-height: 1.6;
}
#kakuyaku_wrap .marker{
  background: url(../img/pattern.png);
  padding: 0 5px;
}
#kakuyaku_wrap .sec02{
  background: url(../img/illust.png) no-repeat top right 50px;
}
#kakuyaku_wrap .case{
  margin: 20px 0 35px;
}
#kakuyaku_wrap .case .ttl{
  font-size: 14px;
  font-weight: bold;
  border: 1px solid #000;
  display: inline-block;
  padding: 2px 5px;
  margin-bottom: 10px;
}
#kakuyaku_wrap .seat{
  display:-webkit-box;
  display:-ms-flexbox;
  display: -webkit-flex;
  display:flex;
  -webkit-box-align:center;
  -ms-flex-align:center;
  -webkit-align-items:center;
  align-items:center;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  -webkit-justify-content:space-between;
  justify-content:space-between;
  margin-top: 10px;
}
#kakuyaku_wrap .case.two .seat{
  width: 380px;
}
#kakuyaku_wrap .case.four .seat{
  width: 905px;
}
#kakuyaku_wrap .seat .maru{
  font-size: 13px;
  font-weight: bold;
  background: #e5e5e5;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  text-align:center;
  line-height: 50px;
  vertical-align: middle;
}
/* 「並び席」確約 ここまで
----------------------------------------------------------------------------- */
#bottom_box{
  background: #eeeeee;
  text-align: center;
  padding: 30px 0;
  font-weight: bold;
  font-size: 14px;
}