@charset "utf-8";
.pconly{
  display: none!important;
}
#container{
  line-height: 1.4;
}
.red{
  color: #e60012;
}
#kv{
  position: relative;
  width: 100%;
}
#container{
  width: 100%;
  margin: 0 auto;
}
#breadcrumb{border-bottom:1px solid #eee;}
/* 「並び席」確約
----------------------------------------------------------------------------- */
#kakuyaku_wrap{
  padding: 0 0 3vw;
  width: 94%;
  margin: 0 auto;
}
#kakuyaku_wrap ul,
#kakuyaku_wrap p{
  font-size: 3.5vw
}
#kakuyaku_wrap .indt{
  padding-left: 1em;
  text-indent: -1em;
}
#kakuyaku_wrap .section{
  margin-bottom: 8vw;
}
#kakuyaku_wrap h2{
  font-size: 4vw;
  color: #e60012;
  padding: 1vw 0;
  border-bottom: 2px solid #e60012;
  position: relative;
  margin-bottom: 3vw;
}
#kakuyaku_wrap h2:before{
  content: '';
  display: inline-block;
  width: 15vw;
  height: 15vw;
  background: url(../img/kakuyaku.png) no-repeat;
  background-size: contain;
  position: relative;
  top: 5vw;
  left: 0;
  margin-right: 1vw;
}
#kakuyaku_wrap .strong{
  font-size: 4vw;
  font-weight: bold;
  margin-bottom: 3vw;
  line-height: 1.8;
}
#kakuyaku_wrap .marker{
  background: url(../img/pattern.png);
  padding: 0 1vw;
}
#kakuyaku_wrap .case{
  margin: 4vw 0 10vw;
}
#kakuyaku_wrap .case .ttl{
  font-size: 4vw;
  font-weight: bold;
  border: 1px solid #000;
  display: inline-block;
  padding: 1vw 2vw;
  margin-bottom: 2vw;
}
#kakuyaku_wrap .seat{
  margin-top: 5vw;
}
#kakuyaku_wrap .case img{
  margin: 0 auto;
  display: block;
}
#kakuyaku_wrap .case.two .seat img:first-of-type{
  width: 30vw;
}
#kakuyaku_wrap .case.two .seat img:nth-of-type(2){
  width: 45vw;
}
#kakuyaku_wrap .case.three .seat img:first-of-type{
  width: 45vw;
}
#kakuyaku_wrap .case.three .seat img:nth-of-type(2),
#kakuyaku_wrap .case.three .seat img:nth-of-type(3){
  width: 85vw;
}
#kakuyaku_wrap .case.four .seat img:first-of-type{
  width: 60vw;
}
#kakuyaku_wrap .case.four .seat img:nth-of-type(2){
  width: 85vw;
}
#kakuyaku_wrap .case.four .seat img:nth-of-type(3){
  width: 30vw;
}
#kakuyaku_wrap .seat .maru{
  font-size: 4vw;
  font-weight: bold;
  background: #e5e5e5;
  width: 15vw;
  height: 15vw;
  border-radius: 50%;
  text-align:center;
  line-height: 15vw;
  vertical-align: middle;
  margin: 5vw auto;
}
/* 「並び席」確約 ここまで
----------------------------------------------------------------------------- */
#bottom_box{
  background: #eeeeee;
  padding: 4vw 0;
  font-weight: bold;
  font-size: 3.5vw;
}
#bottom_box p{
  width: 94%;
  margin: 0 auto;
}