.bnr {
  padding-left: 7%;
  padding-right: 7%;
}
.toggle {
  padding-top: 5%;
  padding-bottom: 5%;
}
.toggle .toggle-link {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  font-size: 15px;
}
.toggle .toggle-link:after {
  position: static;
  content: '\e829';
  font-size: 15px;
  /* padding-left: 10px; */
  color: #000;
  font-weight: lighter;
  /* padding-top: 10px; */
}
.toggle-n .toggle-link-n:after {
  position: static;
  content: '\e829';
  font-size: 15px;
  color: #000;
  font-weight: lighter;
  display: inline-block;
  transition: .3s;
  transform: rotate(0deg);
}
.toggle .toggle-link.active:after {
  content: '\e82c';
}
#index header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  max-width: 240px;
  z-index: 60;
  transform: translate(-50%, -50%);
}
#index header .logo img {
  width: 80%;
}
#index #key {
  position: relative;
  height: 100vh;
}
#index #key ul {
  height: 100vh;
}
#index #key li {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
#index #key .slider1 {
  background: url("../img/index/key-1.jpg") center top no-repeat;
  background-size: cover;
}
#index #key .slider2 {
  background: url("../img/index/key-2.jpg") center top no-repeat;
  background-size: cover;
}
#index #key .slider3 {
  background: url("../img/index/key-3.jpg") center top no-repeat;
  background-size: cover;
}
#index #key .slider4 {
  background: url("../img/index/key-4.jpg") center top no-repeat;
  background-size: cover;
}
#index #sec1 {
  background: url("../img/index/s1-bg.jpg") center bottom no-repeat;
  background-size: 100%;
}
#index #sec1 .toggle {
  padding-top: 0;
}
#index #sec1 .txt {
  margin-bottom: 0;
}
#index #sec1 .bg-txt {
  background: url("../img/index/s1-bg-decoa.png") center top no-repeat;
  -webkit-background-size: 100%;
  background-size: 100%;
}
#index #sec2 {
  background: url("../img/index/s2-bg.jpg") center top repeat;
  background-size: 100%;
  color: #fff;
}
#index #sec3 {
  background: url("../img/index/s3-bg.jpg") center top repeat;
  background-size: 100%;
}
#index #sec3 .s3_slide {
  padding-left: 5%;
  padding-right: 5%;
}
#index #sec3 .bx-wrapper {
  padding-bottom: 7%;
}
#index #sec4 .bx-wrapper {
  padding-bottom: 7%;
}
#index #sec4 .bx-wrapper .bx-pager {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
#index #sec5 {
  background: url("../img/index/s5-bg.jpg") center top repeat;
  background-size: 100%;
  padding-bottom: 15%;
}

#index #osechi {
  background: url("../img/index/osechi-bg.jpg") center top repeat;
  background-size: 100%;
  color: #fff;
}

#index #osechi .txt {
  margin-bottom: 0;
}

#index #osechi .price {
  text-align: center;
  padding-bottom: 3%;
  line-height: 1.5;
    font-size:18px;
	background: rgba(182,122,0,0.8);
	margin: 10px auto;
	padding: 5px 0;
	border: solid 1px #FFFFFF;
	width: 98%;
}
#index #osechi .price .small{
    font-size:80%;
}
#index #osechi .contact {
  background-color: #b17617;
  text-align: center;
  margin: 5px 10px;	
  padding: 3%;
  line-height: 1.2;
}


#index #feed {
  background: #fff;
  margin-left: 3%;
  margin-right: 3%;
}
#index #feed .box_in {
  display: table;
  width: 100%;
  padding: 10px;
}
#index #feed .box_in .pic {
  width: 60%;
  display: table-cell;
}
#index #feed .box_in dl {
  width: 35%;
  padding-left: 10px;
  display: table-cell;
  vertical-align: top;
}
#index #feed .box_in .more {
  color: #ac3122;
  font-weight: 500;
  text-decoration: underline;
}
#access #key {
  background: url("../img/access/key.jpg") center no-repeat;
  background-size: cover;
  height: 100vh;
}
#access #sec1 {
  padding-bottom: 10%;
}
#access #sec1 h2 {
  padding: 10% 0;
}
#access #sec1 .info dl {
  display: table;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
}
#access #sec1 .info dl dt {
  display: table-cell;
  width: 100px;
  text-align: left;
}
#access #sec1 .info dl dd {
  display: table-cell;
  text-align: left;
  padding-left: 10px;
}
#access #sec2 .ggmap {
  line-height: 0;
  border-top: 3px solid #874f0b;
  border-bottom: 3px solid #874f0b;
}
#lunch #key {
  background: url("../img/lunch/key.jpg") center no-repeat;
  background-size: cover;
  height: 100vh;
}
#lunch #lead {
  padding-top: 0;
}
#lunch #lead .txt {
  margin-bottom: -3%;
  display: inline-block;
  margin-top: -5%;
}
#lunch #lead .wrap {
  background: url("../img/lunch/s1-bg.jpg") center top no-repeat;
  background-size: 100%;
}
#lunch #course {
  background: url("../img/index/s3-bg.jpg") center top repeat;
  background-size: 100%;
}
#lunch #course .price {
  text-align: center;
  padding-bottom: 7%;
  line-height: 1.75;
}
#lunch #course .box_1 {
  border: 1px solid #000;
  background: #fff;
  margin-left: 3%;
  margin-right: 3%;
  position: relative;
  z-index: 2;
}
#lunch #course .box_1 h3 {
  background: #675034;
  color: #fff;
  font-size: 5vw;
  padding: 15px 0 15px;
  text-align: center;
}
#lunch #course .box_1 h3 span {
  position: relative;
}
#lunch #course .box_1 h3 span:before {
  content: '';
  background: url("../img/lunch/ic_fllower.jpg") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -35px;
  width: 29px;
  height: 29px;
}
#lunch #course .box_1 h3 span:after {
  content: '';
  background: url("../img/lunch/ic_fllower.jpg") center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -35px;
  width: 29px;
  height: 29px;
}
#lunch #course .box_1 ul {
  padding: 5% 3%;
}
#lunch #course .set2 {
  position: relative;
  z-index: 1;
}
#lunch #course .set2:before {
  content: '';
  background: url("../img/lunch/s2-bg-ter.jpg") center -10% no-repeat;
  background-size: 100%;
  position: absolute;
  top: -25%;
  left: 0;
  right: 0;
  height: 100%;
  z-index: -1;
}
#lunch #course h4 {
  line-height: 1.5;
  font-size: 6.5vw;
  font-weight: 500;
  letter-spacing: 2px;
  padding-left: 3%;
  padding-right: 3%;
  padding-bottom: 3%;
  padding-top: 5%;
	text-align: center;
}
#lunch #course .s2_slider .bx-wrapper {
  padding-bottom: 7%;
}
#lunch #course .s2_slider .bx-wrapper .bx-pager {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-start;
}
#lunch #course .s3_slider .bx-wrapper {
  padding-bottom: 7%;
}
#lunch #course .s3_slider .bx-wrapper .bx-pager {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
#lunch #scene_1 {
  background: url("../img/lunch/s3-bg.jpg") center bottom repeat;
  background-size: 100%;
}
#lunch #reserve {
  background: url("../img/lunch/s4-bg.jpg") center top repeat;
  background-size: 100%;
  padding-bottom: 10%;
}
#lunch #reserve h2 {
  padding-top: 5%;
}
#lunch #reserve .red {
  color: #970202;
}
#lunch #menu .note {
  font-size: 13px;
}
#lunch #menu .list-menu {
  padding-top: 3%;
}
#lunch #menu .list-menu dl {
  display: table;
  width: 100%;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#lunch #menu .list-menu dl dt {
  display: table-cell;
}
#lunch #menu .list-menu dl dd {
  display: table-cell;
  padding-left: 10px;
  text-align: right;
  width: 100px;
}
#lunch #menu .toggle .toggle-link {
  font-size: 20px;
}
#lunch #menu .toggle .toggle-link:after {
  font-size: 20px;
	font-weight: lighter;
	padding-left: 10px;
}
#scene #key {
  background: url("../img/scene/key.jpg") center top no-repeat;
  background-size: cover;
  height: 100vh;
}
#scene #lead {
  background: url("../img/scene/s1-bg.jpg") center bottom no-repeat;
  background-size: 100%;
}
#scene #lead .txt {
  margin-bottom: 0;
}
#scene #lead h2 {
  margin-bottom: -10%;
}
#scene #lead .toggle {
  padding-top: 0;
}
#scene #lead .toggle .toggle-main span {
  padding-top: 15px;
  display: block;
}
#scene #plan .tab_1 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  margin-left: 3%;
  margin-right: 3%;
}
#scene #plan .tab_1 li {
  width: 21%;
  text-align: center;
  background: #fff;
  font-size: 3.25vw;
  padding-top: 10px;
  padding-bottom: 10px;
  border-left: 1px solid #000;
  border-top: 1px solid #000;
  position: relative;
  font-weight: bold;
  letter-spacing: 0.1em;
}
#scene #plan .tab_1 li:nth-child(2), #scene #plan .tab_1 li:nth-child(3) {
  width: 29%;
}
#scene #plan .tab_1 li:nth-child(4) {
  border-right: 1px solid #000;
}
#scene #plan .tab_1 li.active {
  background: url("../img/scene/s2-bg-tab.jpg");
  color: #fff;
}
#scene #plan .price_l {
  text-align: center;
  font-size: 4.5vw;
  color: #221e1a;
  border: 1px solid #000000;
  background: #fff;
  line-height: 50px;
  margin-top: 10px;
  margin-left: 7%;
  margin-right: 7%;
}
#scene #plan .box_1 {
  border: 1px solid #000;
  background: #fff;
  margin-left: 3%;
  margin-right: 3%;
  position: relative;
  z-index: 2;
}
#scene #plan .box_1 h3 {
  background: #675034;
  color: #fff;
  font-size: 4.5vw;
  padding: 15px 0 15px;
  text-align: center;
  line-height: 1.25;
}
#scene #plan .box_1 h3 span {
  position: relative;
  z-index: 2;
}
#scene #plan .box_1 h3 span:before {
  content: '';
  background: url(../img/lunch/ic_fllower.jpg) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: -35px;
  width: 29px;
  height: 29px;
  z-index: -1;
}
#scene #plan .box_1 h3 span:after {
  content: '';
  background: url(../img/lunch/ic_fllower.jpg) center no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  right: -35px;
  width: 29px;
  height: 29px;
  z-index: -1;
}
#scene #plan .box_1 ul {
  padding: 5% 3%;
}
#scene #plan .txt_2 {
  padding-left: 5%;
  padding-right: 3%;
}
#scene #plan #hoji .s2_slider, #scene #plan #kao .s2_slider, #scene #plan #choju .s2_slider {
  position: relative;
  padding-left: 25%;
  padding-right: 3%;
  padding-top: 10%;
}
#scene #plan #hoji .s2_slider h4, #scene #plan #kao .s2_slider h4, #scene #plan #choju .s2_slider h4 {
  position: absolute;
  bottom: 5%;
  left: 2%;
  max-width: 140px;
}
#scene #plan #hoji .s2_slider h4 img, #scene #plan #kao .s2_slider h4 img, #scene #plan #choju .s2_slider h4 img {
  width: 60%;
}
#scene #plan #hoji .s2_slider .bx-wrapper .bx-pager, #scene #plan #hoji .s2_slider .bx-wrapper .bx-controls-auto, #scene #plan #kao .s2_slider .bx-wrapper .bx-pager, #scene #plan #kao .s2_slider .bx-wrapper .bx-controls-auto, #scene #plan #choju .s2_slider .bx-wrapper .bx-pager, #scene #plan #choju .s2_slider .bx-wrapper .bx-controls-auto, #scene #plan #sekku .s3_slider .bx-wrapper .bx-pager {
  bottom: auto;
  top: -7%;
}
#scene #plan #hoji .s2_slider .bx-pager, #scene #plan #kao .s2_slider .bx-pager, #scene #plan #choju .s2_slider .bx-pager, #scene #plan #sekku .s3_slider .bx-pager {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
#scene #plan #sekku .text {
  position: relative;
}
#scene #plan #sekku h3 {
  position: absolute;
  top: 0;
  left: 3%;
}
#scene #plan #sekku h3 img {
  width: 60%;
}
#scene #plan #sekku .txt {
  padding-left: 26%;
}
#scene #plan #sekku dl {
  display: table;
  width: 80%;
  padding-left: 10%;
  padding-right: 10%;
  padding-bottom: 3%;
  font-size: 4vw;
}
#scene #plan #sekku dl dt {
  display: table-cell;
}
#scene #plan #sekku dl dd {
  display: table-cell;
  text-align: right;
}
#scene #plan #sekku .box_1 h3 {
  padding-left: 5%;
  padding-right: 5%;
  left: 0;
  width: 90%;
  position: static;
}
#scene #plan #sekku .box_1 h3 span:before {
  top: 50%;
  transform: translateY(-50%);
}
#scene #plan #sekku .box_1 h3 span:after {
  top: 50%;
  right: -45px;
  transform: translateY(-50%);
}
#scene #plan .tab-content {
  padding: 0 3% 3%;
  position: relative;
}
#scene #plan .tab-content:before {
  content: '';
  position: absolute;
  top: 0;
  left: 3%;
  right: 3%;
  bottom: -0.5%;
  border: 1px solid #000;
  border-top: none;
}
#scene #floor {
  background: url("../img/scene/s3-bg.jpg") center top repeat;
  background-size: 100%;
}
#scene #floor .text .heading {
  width: 40%;
  margin-bottom: -10%;
  padding-top: 5%;
}
#scene #floor .s3_slider .bx-wrapper {
  padding-bottom: 7%;
}
#scene #floor .s3_slider .bx-wrapper .bx-pager, #scene #floor .s3_slider .bx-wrapper .bx-controls-auto {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
#scene #floor .box_ba {
  background: url("../img/scene/s3-bg-txt.png") center top repeat;
  background-size: 100%;
  padding: 5%;
}
#scene #reserve {
  background: url(../img/guide/s4-bg.jpg) center bottom no-repeat, url(../img/lunch/s4-bg.jpg) center top repeat;
  background-size: 100%;
}
#scene #reserve h2 {
  margin-bottom: -15%;
}
#scene #faq {
  border-top: 4px solid #675036;
}
#scene #faq h2 {
  margin-left: -3%;
  margin-right: -3%;
}
#scene #faq .toggle {
  padding-top: 0;
}
#scene #faq .item .toggle-link {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  text-align: left;
  padding-left: 40px;
  position: relative;
  font-size: 18px;
  padding-right: 20px;
}
#scene #faq .item .toggle-link:before {
  content: 'Q';
  font-size: 30px;
  color: #6c491c;
  position: absolute;
  top: -8px;
  left: 10px;
}
#scene #faq .item .toggle-link:after {
  float: right;
  position: static;
  transition: .3s;
  padding-top: 15px;
  margin-right: -20px;
}
.toggle-link-n {
  text-align: center;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
.toggle-main-n.active {
  display: block !important;
}
#scene #faq .item .toggle-main {
  padding-left: 60px;
  position: relative;
  padding-bottom: 3%;
}
#scene #faq .item .toggle-main a {
  font-weight: 500;
  color: #901919;
  text-decoration: underline;
}
#scene #faq .item .toggle-main:before {
  content: 'A';
  font-size: 40px;
  color: #901919;
  position: absolute;
  line-height: 40px;
  top: -5px;
  left: 25px;
}
#history #key {
  background: url("../img/history/key.jpg") center top no-repeat;
  background-size: cover;
  height: 100vh;
}
#history #lead {
  background: url("../img/history/bg-af.jpg") center top repeat;
  background-size: 100%;
  padding-top: 0;
}
#history #lead .wrap {
  background: url("../img/history/s1-deco.png") center top no-repeat;
  background-size: 100%;
}
#history #lead .txt {
  display: inline-block;
  margin-top: -30%;
  margin-bottom: 0;
}
#history #lead .toggle {
  padding-top: 0;
}
#history #past {
  background: url("../img/history/bg-af.jpg") center top repeat;
  background-size: 100%;
  padding-top: 5%;
}
#history #past .bg {
  margin-top: -10%;
}
#history #now .content .link {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#history #now .content .link:after {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
}
#history #now .content .toggle-main {
  padding-bottom: 3%;
}
#history #now .set2 .content {
  position: relative;
}
#history #now .set2 h3 {
  padding-left: 40%;
  padding-bottom: 5%;
  width: 50%;
}
#history #now .set2 .txt_2 {
  position: absolute;
  right: 55%;
  bottom: 7%;
}
#history #now .set2 .toggle {
  padding-top: 0;
}
#history #company .info dl {
  display: table;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #9c9996;
}
#history #company .info dl dt {
  display: table-cell;
  width: 100px;
  padding-left: 10px;
}
#history #company .info dl dd {
  display: table-cell;
}
#history #company .info dl dd span {
  font-size: 16px;
}
#history #recruit {
  padding-bottom: 5%;
}
#history #recruit .toggle-main dl {
  display: table;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #9c9996;
}
#history #recruit .toggle-main dl dt {
  display: table-cell;
  width: 100px;
  padding-left: 10px;
}
#history #recruit .toggle-main dl dd {
  display: table-cell;
}
#history #recruit .toggle-main dl dd span {
  font-size: 13px;
}
#history #now .link > li {
  display: block;
  text-align: center;
  padding-bottom: 10px;
  font-size: 15px;
  position: relative;
}
#history #now .link > li:after {
  font-family: "fontello";
  font-style: normal;
  line-height: 20px;
  margin-top: -10px;
  position: static;
  content: '\e829';
  font-size: 15px;
  padding-left: 10px;
  color: #000;
  font-weight: lighter;
  padding-top: 10px;
}
#history #now .link > li.open:after {
  content: '\e82c';
}
#guide #key {
  background: url("../img/guide/guide_01.jpg") center top no-repeat;
  background-size: cover;
  height: 100vh;
}
#guide #lead {
  padding-top: 0;
}
#guide #lead h2 {
  margin-bottom: -5%;
}
#guide #lead .txt {
  margin-bottom: 0;
}
#guide #lead .toggle {
  padding-top: 0;
}
#guide #settai .s2_slider .bx-wrapper .bx-pager, #guide #settai .s2_slider .bx-wrapper .bx-controls-auto {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
#guide #reserve-style, #guide .reserve-style {
  background: url("../img/guide/s4-bg.jpg") center bottom no-repeat, url("../img/lunch/s4-bg.jpg") center top repeat;
  background-size: 100%;
}
#guide #reserve-style h2, #guide .reserve-style h2 {
  margin-bottom: -10%;
}
#guide #take .toggle-link{
  font-size: 20px;
}
#guide #take .toggle-link:after{
	padding-left: 5px;
}
#guide #take .list-menu dl {
  display: table;
  width: 100%;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  padding-left: 10px;
}
#guide #take .list-menu dl dt {
  display: table-cell;
}
#guide #take .list-menu dl dd {
  display: table-cell;
  text-align: right;
  width: 100px;
  padding-right: 10px;
}
#guide #enkai .s4_slide .bx-wrapper .bx-pager, #guide #enkai .s4_slide .bx-wrapper .bx-controls-auto {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: flex-end;
}
#guide #faq {
  border-top: 4px solid #675036;
}
#guide #faq .toggle {
  padding-top: 0;
}
#guide #faq .item .toggle-link {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #000;
  text-align: left;
  padding-left: 40px;
  position: relative;
  font-size: 18px;
  padding-right: 20px;
}
#guide #faq .item .toggle-link:before {
  content: 'Q';
  font-size: 30px;
  color: #6c491c;
  position: absolute;
  top: -8px;
  left: 10px;
}
#guide #faq .item .toggle-link:after {
  float: right;
  padding-top: 15px;
  margin-right: -20px;
}
#guide #faq .item .toggle-main {
  padding-left: 60px;
  position: relative;
}
#guide #faq .item .toggle-main:before {
  content: 'A';
  font-size: 40px;
  color: #901919;
  position: absolute;
  line-height: 40px;
  top: -5px;
  left: 25px;
}
#guide #faq .item .toggle-main a {
  font-weight: 500;
  color: #901919;
  text-decoration: underline;
}
.menu-box {
  display: none;
}
.btn-acc_bt {
  text-align: center !important;
  position: relative;
  padding: 5px 0 25px;
}
.btn-acc_bt::after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  display: inline-block;
  text-decoration: inherit;
  text-align: center !important;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-left: 15px;
  margin-top: -17px;
  font-size: 16px;
  color: #080100;
}
.btn-acc_bt.close:after {
  content: '\e829';
}
.btn-acc_bt.open:after {
  content: '\e82c';
}
.fs20{
	font-size: 20px;
	line-height: 35px;
	font-weight: bold;
}
