@charset "utf-8";
/*=============================================
 * body
 *=============================================*/
body {
  color: #fff;
  min-width: inherit;
  max-height: 100%;
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 28px;
  font-size: 14px;
  cursor: auto;
  letter-spacing: 0;
  word-spacing: normal;
  background: url(../img/shared/bgbody.jpg) repeat-y center top / 100% auto;
  font-weight: 400;
}
img {
  width: 100%;
  height: auto;
}
body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
}

body.navOpen .hamburger,
body.navOpen #menu_toggle,
body.navOpen #menu_toggle * {
    touch-action: auto !important;
    pointer-events: visible !important;
}

body.navOpen,
body.navOpen *,
body.navOpen *:hover,
body.navOpen *:focus,
body.navOpen *:active {
    /*    cursor: none !important;*/
    touch-action: none !important;
    pointer-events: none !important;
}

body.navOpen .hamburger,
body.navOpen #navigation,
body.navOpen #navigation * {
    touch-action: auto !important;
    pointer-events: visible !important;
}

.navOpen {
    overflow: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    touch-action: none !important;
    pointer-events: none !important;
}
.navOpen #pagetop {
  z-index: -1;
}
.fnt-mincho {
  font-family: 'Noto Serif JP', serif;
  /*	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;*/
}
.fnt-meiryo {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.fnt-gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}
.block::after {
  clear: both;
  content: "";
  display: block;
}
.txt-center {
  text-align: center;
}
.txt_b {
  font-weight: bold;
}
a:hover {
  text-decoration: none;
}
/*=============================================
 * header
 *=============================================*/
header .logo {
  position: absolute;
  top: 2%;
  width: 40%;
  z-index: 2;
}
header h1 {
  position: absolute;
  top: 5px;
  left: 5%;
  right: 70px;
  font-size: 9px;
  font-weight: normal;
  z-index: 10;
  line-height: 1.3;
  color: #7f7f7f;
}
header {
  color: #fff;
}
/*====================== nav ====================== */
header .topnavi {
  position: absolute;
  bottom: 3px;
  right: 5px;
  height: 54px;
}
header .topnavi li {
  display: inline-block;
  position: relative;
  width: 60px;
  vertical-align: top;
}
header .topnavi li a {
  color: #fff;
  font-size: 11px;
  line-height: 23px;
  text-align: center;
  display: block;
  height: 100%;
  padding-top: 5px;
  width: 100%;
  border-left: 1px dotted rgba(255, 255, 255, 1.00);
}
header .topnavi li a:hover {
  text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  font-size: 19px;
  font-weight: normal;
}
header .menu_toggle {
  padding: 74px 20px 30vh;
  background: rgba(0, 0, 0, 0.85);
  color: #fff;
  transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
}
header .sub_click {
  display: block;
  padding: 9px 0;
  position: relative;
}
header .sub_click:before {
  content: '';
  position: absolute;
  width: 15px;
  border-top: 1px solid #fff;
  right: 5px;
  top: 22px;
  animation: smoky-out 0.7s 0s both;
}
header .sub_click:after {
  content: '';
  position: absolute;
  height: 15px;
  border-left: 1px solid #fff;
  right: 12px;
  top: 15px;
  animation: smoky-out 0.7s 0s both;
}
header .sub_click.open:after, header .sub_click.open:before {
  animation: smoky 0.7s 0s both;
}
header .sub_click.open:after {
  opacity: 0;
}
header .menu_toggle li.active a span {
  color: #e71f1d;
}
header .menu_toggle li.active a span {
  border-bottom: 1px solid #e71f1d;
}
@keyframes smoky {
  50% {
    filter: blur(3px)
  }
  100% {
    filter: blur(0px)
  }
}
@keyframes smoky-out {
  50% {
    filter: blur(3px)
  }
  100% {
    filter: blur(0px)
  }
}
#menu_toggle li {
  transform: matrix(1, 0, 0, 1, 0, -20);
  transition: all ease 0.5s 0.3s;
  opacity: 0;
  text-align: center;
}
#menu_toggle .sub_scroll_box li {
  margin: 0 20px;
  border: none;
}
#menu_toggle .sub_scroll_box li a {
  padding: 5px 0;
}
#menu_toggle .sub_scroll_box li:last-child {
  border-bottom: none;
}
.navOpen .menu_toggle.nav-style01 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
}
.navOpen #menu_toggle {
  opacity: 1;
  visibility: visible;
  pointer-events: visible;
  height: 100vh;
}
.navOpen #menu_toggle li {
  opacity: 1;
  transform: matrix(1, 0, 0, 1, 0, 0);
}
.navOpen.mn_tyle_a li {}
.navOpen #menu_toggle li:nth-child(7) {
  margin-top: 9px;
  border-top: 1px solid #3a3a3a;
}
.navOpen #menu_toggle li:nth-child(9) {
  padding-bottom: 9px;
  border-bottom: 1px solid #3a3a3a;
}
.navOpen.mn_tyle_a .hamburger {
  opacity: 0;
  visibility: hidden;
}
.navOpen.mn_tyle_a .hamburger.type_a {
  opacity: 1;
  visibility: visible;
}
/*
.navOpen .hamburger.type_a {
	opacity: 0;
	visibility: hidden;
}
*/
header .menu_toggle.nav-style01 {
  top: 0px;
  right: -100%;
  display: block;
  transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  right: 0;
}
.hamburger {
  background-color: #8d0000;
  position: fixed;
  top: 0;
  z-index: 100;
  right: 0;
}
.hamburger:after {
  font-size: 11px;
  content: 'MENU';
  text-align: center;
  display: block;
  line-height: 1;
  font-weight: 900;
  letter-spacing: 0.15em;
  margin-top: -3px;
}
.type_a {
  padding: 11px 10px 3px;
  right: auto;
  right: 15px;
}
.type_a:after {
  display: none;
}
.navOpen .hamburger:after {
  content: 'CLOSE';
  letter-spacing: 0;
}
/*====================== end nav ====================== */
/*====================== header key ====================== */
header #key {
  position: relative;
}
header #key p.tt {
  position: absolute;
  bottom: 6%;
  right: 3%;
  color: #fff;
  font-size: 20px;
}
.bx-wrapper {
  position: relative;
}
.bx-wrapper .bx-pager {
  color: #ffee00;
  font-family: Arial;
  font-size: 0.85em;
  font-weight: bold;
  text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
  line-height: 10px;
  bottom: 5%;
  left: 0;
  position: absolute;
  right: 0;
  width: 100%;
  z-index: 60;
}
.bx-controls-direction {
  left: 0;
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -20px;
  width: 100%;
  z-index: 60;
}
.bx-wrapper .bx-controls-direction a, .slick-arrow {
  color: #fff;
  font-family: "fontello";
  font-size: 40px;
  height: 40px;
  line-height: 40px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 0%;
  width: 26px;
}
.bx-prev::after, .slick-prev:after {
  content: "\f104";
  left: 11px;
  position: absolute;
  text-indent: 0;
  top: 0;
}
.bx-next::after, .slick-next:after {
  content: "\f105";
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}
.bx-prev, .slick-prev {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100;
}
.bx-next, .slick-next {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 100;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a, .slick-dots button {
  background-color: #8d8d8d;
  border-radius: 0px;
  display: block;
  height: 10px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 18px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .slick-dots .slick-active button {
  background: #8f0000 none repeat scroll 0 0;
}
.sl_vertical .bx-pager {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  left: auto;
  width: 20px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sl_vertical .bx-pager-item {
  display: block;
  margin: 5px 0;
}
/*====================== end nav ====================== */
section {
  overflow: hidden;
}
/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/
footer {
  background: url(../img/shared/ftLine.jpg) repeat-x center top;
  font-size: 13px;
  line-height: 19px;
  padding-top: 3px;
}
footer .shopinfo1 {
  padding: 10% 3%;
  position: relative;
  background: url(../img/shared/f_bg1.png), url(../img/shared/bgbody.jpg);
  background-position: center top 15%, center top;
  background-size: 100%, auto;
  background-repeat: no-repeat, repeat;
}
footer .shopinfo2 {
  padding: 10% 3%;
  position: relative;
  background: url(../img/shared/f_bg2.jpg), url(../img/shared/sec_bg1.jpg);
  background-position: center top, center top;
  background-size: 100% auto, 100% auto;
  background-repeat: no-repeat, repeat-y;
}
footer .shopinfo2 .f_logo {
  width: 230px;
}
footer .vcard {
  padding: 0 1%;
  margin-bottom: 3%;
}
footer .vcard dd {}
.f_logo {
  margin: 0 auto 5px;
  width: 200px;
}
footer .f_tel {
  text-align: center;
  padding: 20px 0;
  width: 80%;
  margin: 0 auto;
}
footer .f_btn {
  border: 1px solid #fff;
  padding-bottom: 0;
  width: 80%;
  margin: 0 auto;
}
footer .f_tel dt {
  font-size: 16px;
  padding-bottom: 15px;
}
footer .f_tel dt a {
  font-size: 18px;
  font-weight: bold;
}
footer .f_tel dt a:before {
  font-size: 22px;
}
footer .link {
  margin: 0 auto 0;
  text-align: center;
  width: 100%;
  font-weight: normal;
}
footer .link p {
  width: 45%;
  min-width: 170px;
  max-width: 210px;
  margin: 10px auto;
  padding: 0 6px;
  line-height: 30px;
}
footer .link p a {
  background: #9F9F9F;
  border: solid 1px rgba(200, 200, 200, 0.78);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  padding: 3px 20px;
  text-align: center;
  text-decoration: none;
  box-shadow: inset 0 0 1px #a8a398;
}
footer .link .link-pc a::before {
  margin-right: 9px;
}
footer address {
  line-height: 3;
  background: #000;
  font-size: 11px;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 15px;
}
footer address a {
  display: block;
  text-decoration: none;
}
/*====================== ft_fixed ====================== */
#ft_fixed {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  font-size: 12px;
}
#ft_fixed .toggle {
  padding: 0;
}
#ft_fixed .toggle .toggle-link {
  padding: 5px;
  font-size: 14px;
}
#ft_fixed .toggle .toggle-link:after {
  color: #fff;
  right: 10px;
  left: inherit;
  top: 50%;
  font-size: 13px;
  content: '▲';
}
#ft_fixed .toggle .list p {
  margin: 10px 0;
}
#ft_fixed .toggle.active .toggle-link:after {
  content: "▼";
}
.navOpen #ft_fixed {
  z-index: 60;
}
.has_nav #ft_fixed {
  opacity: 1;
  visibility: visible;
}
.ft_fixed_shared {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-flow: row;
  text-align: center;
  width: 100%;
  z-index: 999;
}
.ft_fixed_shared li {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 50%;
  color: #fff;
  background-color: #000;
  border-right: 1px solid #fff;
}
.ft_fixed_shared li:last-child {
  border-right: 0;
}
.ft_fixed_shared li a {
  display: block;
  padding: 8px 10px 8px 0;
  font-size: 12px;
  position: relative;
}
.ft_fixed_shared li a:before {
  font-size: 12px;
}
.ft_fixed_shared li a:after {
  font-size: 12px;
  position: absolute;
  right: 10px;
  content: '\f105';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
}
.ft_fixed_shared.ft_a li {
  width: 100%;
}
.ft_fixed_shared.ft_b li {
  width: 50%;
}
.ft_fixed_shared.ft_c li {
  width: calc((100% - 50px)/3);
}
.ft_fixed_shared #pagetop {
  position: relative;
  top: auto;
  bottom: auto;
  width: 50px;
}
.ft_fixed_shared #pagetop:before {
  font-size: 20px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin: 0;
  transform: translate(-50%, -50%);
}
.ft_d a, .ft_c a, .ft_b a, .ft_a a {
  padding: 3px 10px 3px 0 !important;
}
.ft_a a:after, .ft_b a:after, .ft_c a:after, .ft_d a:after {
  right: 8px !important;
}
.ft_fixed_shared.ft_c li:nth-child(2) {
  min-width: 110px;
}
#pagetop {
  bottom: 50px;
}
.mb0 {
  margin-bottom: 0;
}
.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}
.slick-arrow {
  background: none;
  border: none;
}
.slick-dots button {
  border: none;
}
.slick-dots {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
#index h3 {
  font-weight: bold;
  font-size: 22px;
  padding: 5px 0;
}
#index .slide_thm li {
  float: left;
  width: 33.33%;
}
.link-archo li {
  width: 49%;
  float: left;
  color: #fff;
  padding: 10px 5px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.botan {
  color: #fff;
  padding: 5px 13px !important;
  margin-bottom: 0;
}
.url_btn_copy {
  background: #000;
  text-align: center;
  color: #fff;
  margin-bottom: 20px;
  padding-bottom: 0 !important;
  position: relative;
}
.url_btn_copy:after {
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  content: '\f105';
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
}
.url_btn_copy span {
  display: block;
  padding: 10px;
  cursor: pointer;
}
.btn_pc {
  text-align: center;
  background-color: #000;
  color: #fff;
  padding: 10px 0 !important;
}
.btn_pc a:before {
  padding-right: 5px;
}
.js_full .bx-viewport {
  overflow: visible !important;
  padding: 0 5%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.js_full_ext {
  padding-left: 0;
}
.js_full_ext .js_in {
  padding-left: 5%;
}
.js_full_ext img {
  width: 90%;
}
.js_full_ext .bx-prev {
  display: none;
}
.js_full_ext .bx-next {
  right: -18%;
}
.wrap {
  padding: 0 3% 12%;
}
.wrap p {
  padding-bottom: 15px;
}
h2 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 25px;
}
.cl_red {
  color: #E4070B;
}
.fz-10 {
  font-size: 10px;
}
.fz-12 {
  font-size: 12px;
}
.fz-14 {
  font-size: 14px;
}
.fz-16 {
  font-size: 16px;
}
.fz-18 {
  font-size: 18px;
}
.fz-20 {
  font-size: 20px;
}
.fz-22 {
  font-size: 22px;
}
.fz-24 {
  font-size: 24px;
}
.fz-26 {
  font-size: 26px;
}
.fz-28 {
  font-size: 28px;
}
.fz-30 {
  font-size: 30px;
}
#lead {
  padding-top: 10%;
}
.bnr_shared {
  width: 90%;
  margin: 0 auto;
}
/*
.bnr_shared a {
	display: block;
	background-color: #000;
	color: #fff;
	padding: 10px 5px 10px 15px;
	font-size: 15px;
	font-weight: bold;
}
*/
.bnr_shared a .icon-angle-right {
  float: right;
  padding-right: 5px;
}
.bnr_shared_w90 {
  width: 90%;
}
.bnr_shared_w100 {
  width: 100%;
}
.toggle .accor4:after {
  color: #000;
  display: block;
  position: static;
  margin-top: 0;
}
.pop_icon i {
  display: block;
}
.wrap {
  padding-bottom: 0;
}
.unwrap {
  margin-left: -3.2%;
  margin-right: -3.2%;
}
.block p {
  padding-bottom: 8%;
  text-align: justify;
}
.pdt_12 {
  padding-top: 8%;
}
.pdb_12 {
  padding-bottom: 12%;
}
.pdt_8 {
  padding-top: 8%;
}
.pdb_8 {
  padding-bottom: 8%;
}
.pb0 {
  padding-bottom: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.btn1 {
  border: 1px solid #fff;
  padding-bottom: 0 !important;
}
.bg1 {
  background: url(../img/shared/bgbody.jpg) repeat;
}
.bg2 {
  background: url(../img/shared/sec_bg1.jpg) repeat-y top center / 100% auto;
}
/*=============================================
 * animation
 *=============================================*/
@-webkit-keyframes sdb {
  0% {
    -webkit-transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(0, 30px);
    opacity: 0;
  }
}
@keyframes sdb {
  0% {
    transform: translate(0, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate(0, 30px);
    opacity: 0;
  }
}
header .scroll {
  z-index: 4;
  position: absolute;
  bottom: -50px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}
header .scroll span {
  width: 1px;
  height: 80px;
  background: url(../img/shared/scroll_border.jpg);
  display: inline-block;
  -webkit-animation: sdb 2s infinite;
  animation: sdb 2s infinite;
  text-shadow: 1px 1px 6px #fff;
}
#key {
  position: relative;
}
#key p.ttl {
  position: absolute;
  top: 160px;
  left: 0;
  z-index: 3;
  -webkit-animation: sdb 2s;
  animation: sdb 2s;
}
#key .bx-wrapper {
  z-index: 1;
}
.toggle.more .toggle-link {
  padding: 2% 2% 2%;
  text-align: center;
}
.toggle.more .toggle-link:after {
  left: 50%;
  margin-left: -5px;
  top: 89%;
  right: inherit;
  content: '';
}
.toggle.more .list {
  padding-top: 3%;
}
.toggle.more .list .btn-acc {
  position: relative;
}
.toggle.more .list .btn-acc.open:after {
  content: '\f139';
}
.toggle.more .list .btn-acc:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  line-height: 20px;
  top: 50%;
  right: 4%;
  margin-top: -10px;
  color: #000;
  content: '\f13a';
  font-size: 13px;
}
.toggle.more .list h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 3%;
  border: 1px solid #000;
  margin: 0 auto 2%;
  padding: 2%;
}
.toggle.more .list dl dt {
  float: left;
}
.toggle.more .list dl dd {
  float: right;
}
.toggle.more .list ul {
  margin-bottom: 3%;
}
.toggle.more .list ul li {
  text-align: center;
}
.toggle.sty1 {
  padding: 2%;
  background: #fff;
}
.toggle.sty1 .toggle-link {
  padding: 2% 2% 6%;
  text-align: center;
  font-size: 16px;
}
.toggle.sty1 .toggle-link:after {
  left: 50%;
  margin-left: -5px;
  top: 89%;
  right: inherit;
  content: "▼";
  color: #000;
}
.toggle.sty1 .list {
  padding-top: 3%;
}
.toggle.sty1 .list .btn-acc {
  position: relative;
}
.toggle.sty1 .list .btn-acc.open:after {
  content: '▲';
}
.toggle.sty1 .list .btn-acc:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  line-height: 20px;
  top: 50%;
  right: 4%;
  margin-top: -10px;
  color: #000;
  content: "▼";
  font-size: 13px;
}
.toggle.sty1 .list h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 3%;
  color: #700e0d;
  border: 1px solid #700e0d;
  margin: 0 auto 2%;
  padding: 2%;
}
.toggle.sty1 .list h3 span {
  font-weight: normal;
  color: #000;
  font-size: 15px;
}
.toggle.sty1 .list dl dt {
  float: left;
}
.toggle.sty1 .list dl dd {
  float: right;
}
.toggle.sty1 .list ul {
  margin-bottom: 3%;
}
.toggle.sty1 .list ul li {
  text-align: center;
}
.toggle.sty2 {
  padding: 2%;
}
.toggle.sty2 .toggle-link {
  padding: 2% 2% 6%;
  text-align: center;
  font-size: 16px;
}
.toggle.sty2 .toggle-link:after {
  left: 50%;
  margin-left: -5px;
  top: 89%;
  right: inherit;
  content: "▼";
  color: #000;
}
.toggle.sty2 .list {
  padding-top: 3%;
}
.toggle.sty2 .list .btn-acc {
  position: relative;
}
.toggle.sty2 .list .btn-acc.open:after {
  content: '\f139';
}
.toggle.sty2 .list .btn-acc:after {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  line-height: 20px;
  top: 50%;
  right: 4%;
  margin-top: -10px;
  color: #000;
  content: '\f13a';
  font-size: 13px;
}
.toggle.sty2 .list h3 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 3%;
  color: #700e0d;
  border: 1px solid #700e0d;
  margin: 0 auto 2%;
  padding: 2%;
}
.toggle.sty2 .list h3 span {
  font-weight: normal;
  color: #000;
  font-size: 15px;
}
.toggle.sty2 .list dl dt {
  float: left;
}
.toggle.sty2 .list dl dd {
  float: right;
}
.toggle.sty2 .list ul {
  margin-bottom: 3%;
}
.toggle.sty2 .list ul li {
  text-align: center;
}
.toggle.active.more .toggle-link {
  transform: rotate(180deg);
}
.toggle.sty1.active .toggle-link:after {
  content: '▲';
}
.toggle.sty2.active .toggle-link:after {
  content: '▲';
}
.g_logo {
  position: absolute;
  width: 16%;
  left: 2%;
  z-index: 2;
  top: 30px;
}
footer #socialbuttons {
  background: #000;
  /* padding: 10px 0; */
}
/*======================= INDEX =======================*/
#index header #key .ttlR {
  position: absolute;
  right: 20px;
  top: 180px;
  z-index: 2;
  font-size: 6vh;
  line-height: 1;
  opacity: 0;
  display: block;
  animation-name: fadeText;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-delay: 0.75s;
  animation-direction: alternate;
  animation-fill-mode: both;
}
#index header #key .ttlL {
  position: absolute;
  left: 20px;
  top: 180px;
  z-index: 2;
  font-size: 6vh;
  line-height: 1;
  opacity: 0;
  display: block;
  animation-name: fadeText;
  animation-duration: 3s;
  animation-timing-function: linear;
  animation-delay: 1.75s;
  animation-direction: alternate;
  animation-fill-mode: both;
}
@keyframes fadeText {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.btn_close a {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  bottom: 0px;
  text-align: center;
  background: rgba(255, 255, 255, 1.00);
  color: #B51D1F;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  padding: 10px 0;
}
.btn_close a:hover {
  background: rgba(255, 255, 255, 0.9);
  text-decoration: none;
}
#index #key {
  min-height: 100vh;
  position: relative;
}
#index #key .slick-slide > div > div {
  height: 100vh;
  position: relative;
  overflow: hidden;
  background-size: auto 170%;
  background-repeat: no-repeat;
}
.key1 {
  background-image: url("../img/index/key_p1.jpg");
}
.key2 {
  background-image: url("../img/index/key_p2.jpg");
}
.key3 {
  background-image: url("../img/index/key_p3.jpg");
}
.enter-img .top-bottom {
  -webkit-animation: top-bottom 11s linear infinite;
  animation: top-bottom 11s linear infinite;
}
@-webkit-keyframes top-bottom {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center 50%;
  }
}
@keyframes top-bottom {
  0% {
    background-position: center top;
  }
  100% {
    background-position: center 50%;
  }
}
.enter-img .bottom-top {
  -webkit-animation: bottom-top 11s linear infinite;
  animation: bottom-top 11s linear infinite;
}
@-webkit-keyframes bottom-top {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center 50%;
  }
}
@keyframes bottom-top {
  0% {
    background-position: center bottom;
  }
  100% {
    background-position: center 50%;
  }
}
.enter-img .right-left {
  -webkit-animation: right-left 11s linear infinite;
  animation: right-left 11s linear infinite;
}
@-webkit-keyframes right-left {
  0% {
    background-position: right center;
  }
  100% {
    background-position: 50% center;
  }
}
@keyframes right-left {
  0% {
    background-position: right center;
  }
  100% {
    background-position: 50% center;
  }
}
#index #sec1 .slider2-item {
  position: relative;
  z-index: 1;
}
#index #sec1 .slick-prev, #index #sec1 .slick-next {
  top: 37vw;
}
#index #sec1 .slick-dots {
  margin-top: 3px;
}
#index #sec1 .js .slider2 .tel {
  position: absolute;
  top: 62%;
  left: 0;
  transform: translateY(-50%);
}
#index #sec1 .js .slider2 .tel img {
  width: 100%;
  height: auto;
}
#index #sec1 .js .bx-wrapper .bx-pager, #index #sec1 .js .bx-wrapper .bx-controls-auto {
  position: relative;
  margin-top: 3%;
}
#index #sec2 {
  background: url(../img/index/sec2_p1.jpg) no-repeat center bottom / 100% auto, url(../img/index/sec2_bg.jpg) repeat-y center top / 100% auto;
  padding-bottom: 3%;
}
#index #sec2 p.txt {
  margin-bottom: 194px;
  z-index: 2;
  position: relative;
}
#index #sec3 .js {
  margin-bottom: 15px;
}
#index #sec3 .toggle {
  margin-bottom: 20px;
}
#index #sec4 {
  background: url(../img/shared/sec_bg1.jpg) repeat-y top center / 100% auto;
  color: #000;
}
#index #sec4 .slick-arrow {
  top: 61vw;
}
#index #sec4 .slick-arrow:after {
  color: #8f0000;
}
#index #sec4 .slick-prev {
  left: -5%;
}
#index #sec4 .slick-next {
  right: -5%;
}
#index #sec4 .slick-dots {
  margin-top: 3vw;
}
#index #sec4 .js dl {
  text-align: center;
  color: #000;
  letter-spacing: 2px;
}
#index #sec5 .news1 {
  background: #0e0e0e;
}
#index #sec5 .news1 .row {
  width: 80%;
  margin: 0 auto;
}
#index #sec5 .news2 .row {
  width: 80%;
  margin: 0 auto;
}
#index #sec5 h3 {
  margin-bottom: 20px;
}
#index #sec5 #feed1 dl {
  text-align: center;
  border-bottom: 1px solid #393838;
  padding: 10px 0;
}
#index #sec5 #feed1 dl:first-of-type {
  border-top: 1px solid #393838;
}
#index #sec5 #feed2 dl {
  text-align: center;
  border-bottom: 1px solid #b9b8b8;
  padding: 10px 0;
}
#index #sec5 #feed2 dl:first-of-type {
  border-top: 1px solid #b9b8b8;
}
#index #sec5 #feed2 dl {
  text-align: center;
  color: #000;
}
#index #sec5 .news2 {
  background: #f1f1ef;
}
#index #sec6 .sec6-img1 {
  margin-left: 14%;
  margin-right: 3%;
  padding-bottom: 5px;
}
#index #sec6 .sec6-img2 {
  margin-right: 14%;
  margin-left: 3%;
}
/*======================= concept =======================*/
#concept #sec1 .photo {
  margin-bottom: -24%;
}
#concept #sec2 {
  color: #362929;
  padding-top: 25%;
}
#concept #sec2 .row1 {
  margin-bottom: 12%;
}
#concept #sec2 .row1 dl dt {
  font-size: 30px;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 10px;
}
#concept #sec2 .row2 {
  margin-bottom: 8%;
}
#concept #sec2 .row2 .group {
  display: flex;
}
#concept #sec2 .row2 .group p.photo {
  width: calc(100% - 121px);
}
#concept #sec2 .row2 .group h3 {
  font-size: 30px;
  width: 133px;
  line-height: 52px;
  padding: 0 18px;
  letter-spacing: 6px;
  box-sizing: border-box;
}
#concept #sec2 .row2 .group h3 span {
  font-size: 35px;
  margin-top: 159px;
}
#concept #sec2 .row3 {
  margin-bottom: 8%;
}
#concept #sec2 .row3 dl dt {
  font-size: 30px;
  text-align: center;
  letter-spacing: 4px;
  margin-bottom: 15px;
}
#concept #sec3 .toggle {
  padding: 0;
}
#concept #sec3 .toggle .list {
  padding: 3%;
}
#concept #sec3 .toggle .toggle-link {
  background: url(../img/concept/sec3_bg.jpg) repeat center top;
  background-size: cover;
  padding: 15% 0 20%;
}
#concept #sec3 .toggle .toggle-link:after {
  color: #fff;
}
#concept #sec4 .bx-controls-direction {
  top: 21%;
}
#concept #sec4 .bx-wrapper .bx-controls-direction a {
  color: #fff;
}
#concept #sec4 .js dl dt {
  text-align: center;
  font-size: 22px;
  margin-bottom: 10px;
  letter-spacing: 9px;
}
#concept #sec4 .js dl dd {
  width: 80%;
  margin: 0 auto;
}
#concept #sec4 .bx-wrapper {
  padding-top: 5%;
}
#concept #sec4 .bx-wrapper .bx-pager, #concept #sec4 .bx-wrapper .bx-controls-auto {
  top: 0;
  bottom: inherit;
}
#concept #sec5 {
  padding: 0 0 4%;
}
#concept #sec5 p.txt {
  margin-bottom: 20px;
}
#concept #sec5_2 {
  color: #362929;
}
#concept #sec5_2 p.txt {
  margin-bottom: 20px;
}
#concept #sec5_2 h3 {
  margin-bottom: 25px;
}
#concept #sec5_2 p.txt2 {
  margin-bottom: 10px;
}
#concept #sec6 ul {
  display: flex;
  justify-content: space-between;
}
#concept #sec6 ul li {
  width: 33%;
}
/*======================= course =======================*/
#course #sec1 {
  color: #000;
}
#course #sec1 p.photo {
  margin-bottom: -12%;
}
#course #sec1 p.txt {
  margin-bottom: 15px;
}
#course #sec1 ul {
  display: flex;
  justify-content: space-between;
}
#course #sec1 ul li {
  width: 49%;
}
#course #sec2 {
  color: #000;
  padding-bottom: 28%;
}
#course #sec2 h2 {
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 30px;
}
#course #sec2 dl.price {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
#course #sec2 dl.price span {
  display: block;
}
#course #sec2 .toggle {
  margin-bottom: 30px;
}
#course #sec2 .toggle .list .menu {
  padding-bottom: 8%;
}
#course #sec2 .js {
  width: 88%;
  margin: 0 auto 20px;
  color: #000;
}
#course #sec2 .js .bx-controls-direction {
  top: 10%;
}
#course #sec2 .js .bx-wrapper .bx-controls-direction a {
  color: #000;
}
#course #sec2 .js .bx-prev {
  left: -12%;
}
#course #sec2 .js .bx-next {
  right: -12%;
}
#course #sec2 .js .bx-wrapper .bx-pager, #course #sec2 .js .bx-wrapper .bx-controls-auto {
  position: relative;
  margin-top: 3%;
}
#course #sec2 .js dl {
  margin-bottom: 30px;
}
#course #sec2 .js dl dt {
  font-size: 25px;
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 5px;
}
#course #sec2 .js dl dd {
  text-align: justify;
}
#course #sec2 p.note {
  text-align: center;
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 40px;
}
#course #sec2 .g_tel {
  display: flex;
  justify-content: space-between;
}
#course #sec2 .g_tel .left {
  width: 48%;
  background: url(../img/shared/bg3.jpg) repeat;
  padding: 4% 0 0;
}
#course #sec2 .g_tel .right {
  width: 48%;
  background: url(../img/shared/bg3.jpg) repeat;
  padding: 4% 0 0;
}
#course #sec3 {
  background: url(../img/shared/sec_bg2.jpg) repeat;
  transform: skewY(10deg);
  margin-top: -10%;
  padding-top: 14%;
  color: #000;
  padding-bottom: 22%;
}
#course #sec3 .wrap {
  transform: skewY(-10deg);
}
#course #sec3 h2 {
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 30px;
}
#course #sec3 .bx-controls-direction {
  top: 10%;
}
#course #sec3 dl.price {
  text-align: center;
  font-size: 20px;
  margin-bottom: 20px;
}
#course #sec3 dl.price span {
  display: block;
}
#course #sec3 .toggle {
  margin-bottom: 20px;
}
#course #sec3 .js {
  width: 88%;
  margin: 0 auto 35px;
  color: #000;
}
#course #sec3 .js .bx-wrapper .bx-controls-direction a {
  color: #000;
}
#course #sec3 .js .bx-prev {
  left: -12%;
}
#course #sec3 .js .bx-next {
  right: -12%;
}
#course #sec3 .js .bx-wrapper .bx-pager, #course #sec3 .js .bx-wrapper .bx-controls-auto {
  position: relative;
  margin-top: 3%;
}
#course #sec3 .js dl dt {
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}
#course #sec3 .js dl dd {
  text-align: justify;
}
#course #sec3 p.note {
  text-align: center;
  border: 1px solid #000;
  padding: 10px;
  margin-bottom: 20px;
}
#course #sec3 .g_tel {
  display: flex;
  justify-content: space-between;
}
#course #sec3 .g_tel .left {
  width: 48%;
  background: url(../img/shared/bg3.jpg) repeat;
  padding: 4% 0 0;
}
#course #sec3 .g_tel .right {
  width: 48%;
  background: url(../img/shared/bg3.jpg) repeat;
  padding: 4% 0 0;
}
#course #sec4 {
  z-index: 2;
  margin-top: 0%;
  position: relative;
}
#course #sec4 h2 {
  z-index: 2;
  position: relative;
}
#course #sec4 .js {
  margin-top: -37%;
}
#course #sec5 h2 {
  padding: 15% 0 5%;
}
#course #sec5 .f_btn {
  padding: 5% 0 15%;
}
/*======================= niku =======================*/
#niku #sec1 {
  background: url(../img/niku/sec1_bg.png), url(../img/shared/bgbody.jpg);
  background-size: 100%, auto;
  background-position: center top, center top;
  background-repeat: no-repeat, repeat;
}
#niku #sec3 {
  color: #000;
}
#niku #sec3 h2 {
  text-align: center;
  font-size: 5vw;
  letter-spacing: 3px;
  line-height: 170%;
}
#niku #sec3 h2 span {
  font-size: 5.5vw;
}
#niku #sec4 {
  background: url(../img/shared/bg4.png) repeat;
  color: #000;
}
#niku #sec4 p.photo {
  margin-bottom: 15px;
}
#niku #sec4 .js {
  width: 88%;
  margin: 0 auto 40px;
  color: #000;
}
#niku #sec4 .js .bx-controls-direction {
  top: 13%;
}
#niku #sec4 .js .bx-wrapper .bx-controls-direction a {
  color: #000;
}
#niku #sec4 .js .bx-prev {
  left: -11%;
}
#niku #sec4 .js .bx-next {
  right: -11%;
}
#niku #sec4 .js .bx-wrapper .bx-pager, #niku #sec4 .js .bx-wrapper .bx-controls-auto {
  position: relative;
  margin-top: 3%;
}
#niku #sec4 .js dl dt {
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}
#niku #sec4 .js dl dd {
  text-align: justify;
}
#niku #sec4 dl.t2 dt {
  font-size: 22px;
  text-align: center;
  margin-bottom: 10px;
  letter-spacing: 3px;
}
#niku #sec5 .row1 p.txt {
  text-align: right;
}
#niku #sec5 .row1 h3 {
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}
#niku #sec5 .row1 p.price {
  font-size: 20px;
  text-align: center;
}
#niku #sec5 .row1 p.txt2 {
  margin-bottom: -35%;
  z-index: 2;
  position: relative;
}
#niku #sec5 .row2 {
  margin-top: -41%;
}
#niku #sec5 .row2 p.txt2 {
  text-align: center;
}
#niku #sec5 .row2 .js {
  margin-bottom: 30px;
}
#niku #sec5 .row2 .js p.txt {
  width: 90%;
  margin: 0 auto;
}
#niku #sec5 .row2 .js p.txt3 {
  width: 90%;
  margin: 0 auto;
}
#niku #sec5 .row2 .js .bx-controls-direction {
  top: 34%;
}
#niku #sec5 .row2 .js .bx-wrapper .bx-controls-direction a {
  color: #fff;
}
#niku #sec5 .row2 .js .bx-prev {
  left: 0%;
}
#niku #sec5 .row2 .js .bx-next {
  right: 0%;
}
#niku #sec5 .row2 .js .bx-wrapper .bx-pager, #niku #sec5 .row2 .js .bx-wrapper .bx-controls-auto {
  position: relative;
  margin-top: 3%;
}
#niku #sec5 .row2 .js dl {
  margin-bottom: 15px;
}
#niku #sec5 .row2 .js dl dt {
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}
#niku #sec5 .row2 .js dl dd {
  text-align: center;
}
#niku #sec5 .row2 .js p.price {
  text-align: center;
  font-size: 20px;
}
#niku #sec5 .row3 .box {
  background: rgba(255, 255, 255, 0.85);
  padding: 5% 3%;
  color: #000;
  width: 90%;
  margin: -10% auto 0;
  z-index: 2;
  position: relative;
}
#niku #sec5 .row3 h2 {
  font-size: 30px;
  text-align: center;
}
#niku #sec5 .row3 h3 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 15px;
}
#niku #sec5 .row3 p.txt1 {
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  margin-bottom: 10px;
}
#niku #sec5 .row4 h2 {
  border: 1px solid #fff;
  padding-bottom: 0;
  padding: 10px;
  margin-bottom: 25px;
}
#niku #sec5 .row4 .js dl {
  text-align: center;
  font-size: 20px;
  margin-bottom: 15px;
  display: flex;
  justify-content: space-around;
}
#niku #sec5 .row4 .js {
  margin-top: 12%;
}
#niku #sec5 .row4 .js p.txt2 {
  text-align: center;
}
#niku #sec5 .row4 .js .bx-wrapper .bx-pager, #niku #sec5 .row4 .js .bx-wrapper .bx-controls-auto {
  margin-top: 3%;
  position: relative;
}
#niku #sec5 .row4 .js .bx-controls-direction {
  top: 30%;
}
#niku #sec6 {
  color: #000;
}
#niku #sec6 p.price {
  font-size: 20px;
  text-align: right;
  margin-left: 70px;
  margin-top: -27%;
}
#niku #sec6 h3 {
  margin-bottom: -10%;
  margin-top: -15%;
}
#niku #sec6 dl {
  text-align: center;
  margin-bottom: 15px;
  font-size: 20px;
}
#niku #sec6 dl {
  letter-spacing: 3px;
}
#niku #sec6 p.txt4 {
  margin-bottom: 20px;
}
#niku #sec6 dl dt {}
#niku #sec6 dl dd {}
/*======================= food =======================*/
#food #sec2 .toggle {
  padding: 0;
  margin-left: -3.2%;
  margin-right: -3.2%;
}
#food #sec2 .toggle .toggle-link {
  padding: 0;
}
#food #sec2 .toggle .list {
  padding: 3%;
}
#food #sec3 {
  color: #000;
  background: url(../img/food/s3_deco1.jpg), url(../img/shared/sec_bg1.jpg);
  background-position: left top, center top;
  background-repeat: no-repeat, repeat;
  background-size: 60%, auto;
}
#food #sec3 h3 {
  font-size: 23px;
  text-align: center;
  letter-spacing: 5px;
  margin-bottom: 30px;
}
#food #sec3 h3 span {
  font-size: 18px;
}
#food #sec3 p.price {
  font-size: 22px;
  text-align: center;
  letter-spacing: 5px;
}
#food #sec3 p.price span {
  font-size: 16px;
}
#food #sec3 .js dl {
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 15px;
}
#food #sec3 p.photo2 {
  margin-bottom: 30px;
}
#food #sec3 .js dl dt {
  font-size: 22px;
  margin-bottom: 10px;
}
#food #sec3 .js dl dd {
  font-size: 16px;
}
#food #sec3 .js dl dd span {
  font-size: 20px;
}
#food #sec3 .js .bx-wrapper .bx-controls-direction a {
  color: #000;
}
#food #sec3 .js .bx-wrapper .bx-controls-direction a.bx-prev {
  margin-left: -4%;
}
#food #sec3 .js .bx-wrapper .bx-controls-direction a.bx-next {
  margin-right: -4%;
}
#food #sec3 .js .bx-wrapper .bx-pager, #food #sec3 .js .bx-wrapper .bx-controls-auto {
  position: relative;
  margin-top: 3%;
}
#food #sec4 h2 {
  margin-bottom: -27%;
  z-index: 2;
  position: relative;
}
#food #sec4 .js {
  padding: 0 10%;
}
#food #sec4 .js .bx-viewport {
  overflow: visible !important;
}
#food #sec4 .js .box {
  background: rgba(0, 0, 0, 0.6);
  padding: 10px;
  width: 90%;
  margin: 0 auto;
  box-sizing: border-box;
}
#food #sec4 .js .box dl {
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 15px;
  border-bottom: 1px solid #fff;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#food #sec4 .js .box dl dt {
  font-size: 20px;
}
#food #sec4 .js .box dl dd {
  font-size: 16px;
}
#food #sec4 .js .box dl dd span {
  font-size: 20px;
}
#food #sec4 .js .box p.txt {
  min-height: 99px;
}
#food #sec4 .js .bx-controls-direction {
  top: 22%;
}
#food #sec4 .js .bx-wrapper .bx-pager, #food #sec4 .js .bx-wrapper .bx-controls-auto {
  position: relative;
  margin-top: 3%;
}
#food #sec5 .js .box dl {
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 15px;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
#food #sec5 .js .box dl dt {
  font-size: 23px;
}
#food #sec5 .js .box dl dt span {
  font-size: 18px;
}
#food #sec5 .js .box dl dd {
  font-size: 16px;
}
#food #sec5 .js .box dl dd span {
  font-size: 20px;
}
#food #sec5 .js .box p.txt {
  min-height: 99px;
}
#food #sec5 .js .bx-controls-direction {
  top: 25%;
}
#food #sec5 .js .bx-wrapper .bx-pager, #food #sec5 .js .bx-wrapper .bx-controls-auto {
  position: relative;
  margin-top: 3%;
}
#food #sec6 {
  position: relative;
}
#food #sec6 h2 {
  position: absolute;
  top: 12%;
  left: 0;
  z-index: 2;
}
#food #sec6 .js {
  z-index: 1;
  position: relative;
}
#food #sec6 .js .photo {
  padding-bottom: 0;
}
#food #sec6 .js dl {
  font-size: 22px;
  color: #000;
  position: absolute;
  top: 53%;
  right: 10%;
  text-align: left;
  width: 56%;
}
#food #sec6 .js dl dd {
  text-align: right;
}
#food #sec6 .js dl dt span {
  display: block;
  font-size: 15px;
  color: #7C0002;
}
#food #sec6 .js .bx-wrapper .bx-controls-direction a {
  color: #000;
}
#food #sec6 .js .bx-wrapper .bx-pager.bx-default-pager a {
  border-radius: 0;
  width: 16px;
}
#food #sec6 .js .bx-wrapper .bx-pager.bx-default-pager a:hover, #food #sec6 .js .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #000000 none repeat scroll 0 0;
}
#food #sec7 .toggle .toggle-link {
  background: url(../img/food/sec7_bg1.jpg) repeat;
  border: 1px solid #6b6b6b;
}
#food #sec7 .toggle .toggle-link h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
#food #sec7 .toggle p.note {
  text-align: center;
  font-size: 12px;
}
#food #sec7 .toggle p.txt {
  text-align: center;
}
#food #sec7 .toggle h3 {
  background: url(../img/shared/s7_line.jpg) repeat-x center bottom;
  border: none;
  color: #fff;
  text-align: left;
}
#food #sec7 .toggle h3 span {
  display: block;
  color: #fff;
}
#food #sec7 .toggle .row {
  margin-bottom: 15px;
}
#food #sec7 .toggle .menu {
  padding-bottom: 12%;
}
#food #sec7 .toggle .menu dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
}
#food #sec7 .toggle .menu dl dd {
  text-align: right;
}
#food #sec7 .toggle-link:after {
  content: url(../img/food/sec7_deco1.png);
  right: 2%;
  left: inherit;
  top: 57%;
  transform: translateY(-50%);
}
#food #sec7 .toggle.active .toggle-link:after {
  content: url(../img/food/sec7_deco2.png);
}
#food #sec7 .toggle.sty2 .list .btn-acc:after {
  color: #fff;
}
/*======================= drink =======================*/
#drink #sec2 {
  background: url(../img/shared/s2_bg.png) repeat;
  transform: skewY(-6deg);
}
#drink #sec2 .wrap {
  transform: skewY(6deg);
}
#drink #sec2 .row2 {
  background: url(../img/drink/sec2_bg.png) no-repeat center center;
}
#drink #sec2 .row2 .bx-wrapper {
  padding: 3%;
}
#drink #sec2 .row2 p.photo {
  margin-bottom: -5%;
}
#drink #sec2 .row2 .bx-wrapper .bx-pager, #drink #sec2 .row2 .bx-wrapper .bx-controls-auto {
  position: relative;
  margin-top: 3%;
}
#drink #sec3 {
  z-index: 2;
  position: relative;
  color: #000;
}
#drink #sec3 h3 {
  margin-bottom: 15px;
}
#drink #sec3 .row1 {
  margin-bottom: 8%;
}
#drink #sec3 .row1 p.photo {
  margin-bottom: 15px;
}
#drink #sec3 .row2 {}
#drink #sec3 .row2 p.photo {
  margin-bottom: 15px;
}
#drink #sec4 .toggle .toggle-link {
  background: url(../img/food/sec7_bg1.jpg) repeat;
  padding: 4% 0 2%;
  border: 1px solid #6b6b6b;
}
#drink #sec4 .toggle .toggle-link h2 {
  margin-bottom: 0;
  padding-bottom: 0;
}
#drink #sec4 .toggle p.note {
  text-align: center;
  font-size: 12px;
}
#drink #sec4 .toggle p.txt {
  text-align: center;
}
#drink #sec4 .toggle h3 {
  background: url(../img/shared/s7_line.jpg) repeat-x center bottom;
  border: none;
  color: #fff;
  text-align: left;
}
#drink #sec4 .toggle h3 span {
  display: block;
  color: #fff;
}
#drink #sec4 .toggle .row {
  margin-bottom: 15px;
}
#drink #sec4 .toggle .menu {
  padding-bottom: 12%;
}
#drink #sec4 .toggle .menu dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0;
}
#drink #sec4 .toggle .menu dl dd {
  text-align: right;
}
#drink #sec4 .toggle-link:after {
  content: url(../img/food/sec7_deco1.png);
  right: 2%;
  left: inherit;
  top: 57%;
  transform: translateY(-50%);
}
#drink #sec4 .toggle.active .toggle-link:after {
  content: url(../img/food/sec7_deco2.png);
}
#drink #sec4 .toggle.sty2 .list .btn-acc:after {
  color: #fff;
}
/*======================= honten =======================*/
#honten #sec1 h2 {
  margin-bottom: -12%;
}
#honten #sec2 .toggle {
  padding: 0;
}
#honten #sec2 .toggle .toggle-link:after {
  color: #fff;
  top: 83%;
}
#honten #sec2 .toggle .toggle-link {
  padding: 0;
}
#honten #sec2 .toggle .list {
  padding: 3%;
}
#honten #sec3 {
  background: url(../img/shared/s3_bg.jpg) repeat;
}
#honten #sec3 h2 {
  margin-bottom: -10%;
}
#honten #sec3 #feed .rss_img {
  text-align: center;
}
#honten #sec3 #feed .rss_img img {
  margin: 0 auto;
  width: 80%;
}
#honten #sec3 #feed .rss_img span {
  width: 100% !important;
  padding-bottom: 60%;
  height: inherit !important;
}
#honten #sec3 #feed dl dt {
  font-weight: bold;
  color: #fff;
  text-align: center;
}
#honten #sec3 #feed dl dd {
  color: #fff;
  text-align: center;
}
#honten #sec4 .js {
  width: 90%;
  margin: 0 auto;
  background: url(../img/honten/sec4_deco.png) no-repeat center top 81%;
  background-size: 100%;
}
#honten #sec4 .bx-wrapper .bx-pager, #honten #sec4 .bx-wrapper .bx-controls-auto {
  position: relative;
  margin-top: 3%;
}
#honten #sec4 .bx-controls-direction {
  top: 30%;
}
#honten #sec4 .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -9%;
}
#honten #sec4 .bx-wrapper .bx-controls-direction a.bx-next {
  right: -9%;
}
#honten #sec4 p.photo {
  margin-bottom: 10px;
}
#honten #sec4 dl dt {
  margin-bottom: 10px;
}
#honten #sec5 .detail dl {
  line-height: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0 15px;
}
#honten #sec5 .detail dl dd span {
  font-size: 25px;
}
#honten #sec7 {
  color: #000;
}
#honten #sec7 p.txt {
  text-align: center;
}
#honten #sec7 .js {
  margin-bottom: 30px;
}
#honten #sec7 .group {
  position: relative;
  margin-bottom: 5%;
}
#honten #sec7 .group .slide_thm2 li {
  position: absolute;
}
#honten #sec7 .group .slide_thm2 li a {
  display: block;
}
#honten #sec7 .group .slide_thm2 li a.active img {
  visibility: hidden;
}
#honten #sec7 .group .slide_thm2 li:nth-child(1) {
  width: 10%;
  position: absolute;
  top: 39%;
  left: 22%;
}
#honten #sec7 .group .slide_thm2 li:nth-child(1) a.active {
  background: url(../img/honten/sec7_deco1_on.png) no-repeat center;
  background-size: 100% 100%;
}
#honten #sec7 .group .slide_thm2 li:nth-child(2) {
  width: 10%;
  position: absolute;
  top: 79%;
  left: 57%;
}
#honten #sec7 .group .slide_thm2 li:nth-child(2) a.active {
  background: url(../img/honten/sec7_deco2_on.png) no-repeat center;
  background-size: 100% 100%;
}
#honten #sec7 .group .slide_thm2 li:nth-child(3) {
  width: 12%;
  position: absolute;
  left: 61%;
  top: 6%;
}
#honten #sec7 .group .slide_thm2 li:nth-child(3) a.active {
  background: url(../img/honten/sec7_deco3_on.png) no-repeat center;
  background-size: 100% 100%;
}
#honten #sec7 .group .bx-wrapper {
  margin-top: 5%;
}
#honten #sec7 .slide_thm1 {
  display: flex;
  justify-content: center;
}
#honten #sec7 .slide_thm1 li {
  width: 40px;
  margin: 0 10px;
}
#honten #sec7 .slide_thm1 li a.active {
  display: block;
}
#honten #sec7 .slide_thm1 li a.active img {
  visibility: hidden;
}
#honten #sec7 .slide_thm1 li:nth-child(1) a.active {
  background: url(../img/honten/sec7_page1_on.png) no-repeat center;
  background-size: 100% 100%;
}
#honten #sec7 .slide_thm1 li:nth-child(2) a.active {
  background: url(../img/honten/sec7_page2_on.png) no-repeat center;
  background-size: 100% 100%;
}
#honten #sec7 .slide_thm1 li:nth-child(3) a.active {
  background: url(../img/honten/sec7_page3_on.png) no-repeat center;
  background-size: 100% 100%;
}
#honten #sec7 .info1 h3 {
  margin-bottom: 10px;
}
#honten #sec7 .info2 h3 {
  margin-bottom: 10px;
}
#honten #sec8 .box {
  background: url(../img/honten/sec8_bg.jpg) repeat;
  padding: 5%;
}
#honten #sec8 .box h2 {
  border-bottom: 1px solid #fff;
  margin-bottom: 25px;
}
#honten #sec8 .box p.txt2 {
  text-align: center;
}
#honten #sec9 {
  background: url(../img/honten/sec8_bg.jpg) repeat;
}
#honten #sec9 h2{
 padding: 0;
}
#honten #sec9 #feed .rss_img {
  text-align: center;
}
#honten #sec9 #feed .rss_img img {
  margin: 0 auto;
  width: 80%;
}
#honten #sec9 #feed .rss_img span {
  width: 100% !important;
  padding-bottom: 60%;
  height: inherit !important;
}
#honten #sec9 #feed dl dt {
  font-weight: bold;
  color: #fff;
}
#honten #sec9 #feed dl dd {
  color: #fff;
}

/*======================= jozenjidori =======================*/
#jozenjidori #sec1 {
  color: #000;
}
#jozenjidori #sec1 p.txt {
  margin-bottom: -10%;
}
#jozenjidori #sec1 p.photo {
  margin-bottom: -3%;
}
#jozenjidori #sec2 .toggle {
  color: #000;
  padding: 0;
}
#jozenjidori #sec2 .toggle .toggle-link {
  padding: 0;
}
#jozenjidori #sec2 .toggle .toggle-link:after {
  color: #fff;
}
#jozenjidori #sec2 .toggle .list {
  padding: 3%;
}
#jozenjidori #sec3 {
  color: #000;
}
#jozenjidori #sec3 h2 {
  background: url(../img/jozenjidori/sec3_bg.jpg) no-repeat center top;
  background-size: cover;
  padding: 30px 0;
  margin-bottom: 20px;
}
#jozenjidori #sec4 {
  background: url(../img/shared/bg5.jpg) repeat;
}
#jozenjidori #sec4 #feed .rss_img {
  text-align: center;
}
#jozenjidori #sec4 #feed .rss_img img {
  margin: 0 auto;
  width: 80%;
}
#jozenjidori #sec4 #feed .rss_img span {
  width: 100% !important;
  padding-bottom: 60%;
  height: inherit !important;
}
#jozenjidori #sec4 #feed dl dt {
  font-weight: bold;
  color: #000;
  text-align: center;
}
#jozenjidori #sec4 #feed dl dd {
  color: #000;
  text-align: center;
}
#jozenjidori #sec5 .js {
  width: 90%;
  margin: 0 auto 3%;
  color: #000;
}
#jozenjidori #sec5 .js .bx-controls-direction {
  top: 67%;
}
#jozenjidori #sec5 .js .bx-wrapper .bx-controls-direction a {
  color: #000;
}
#jozenjidori #sec5 .js .bx-wrapper .bx-pager, #jozenjidori #sec5 .js .bx-wrapper .bx-controls-auto {
  position: relative;
  margin-top: 3%;
}
#jozenjidori #sec5 .js .bx-wrapper .bx-controls-direction a.bx-prev {
  left: -9%;
}
#jozenjidori #sec5 .js .bx-wrapper .bx-controls-direction a.bx-next {
  right: -9%;
}
#jozenjidori #sec5 .js dl {
  margin-bottom: 10%;

}
#jozenjidori #sec5 .js dl dt {
  margin-bottom: 10px;
  text-align: center;
  font-size: 5vw;
}
#jozenjidori #sec5_info dl {
  line-height: 25px;
  margin-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 10px 0 15px;
}
#jozenjidori #sec5_info dl dd span {
  font-size: 25px;
  font-weight: bold;
}
#jozenjidori #sec5 .bnr {
	padding: 10% 0 10%;
}
#jozenjidori #gmap {
  margin-bottom: -3%;
}
#jozenjidori #sec6 {
  background: url(../img/jozenjidori/sec6_bg.jpg) repeat;
}
#jozenjidori #sec7 {
  color: #000;
}
#jozenjidori #sec7 .group {
  position: relative;
}
#jozenjidori #sec7 .group .slider-nav {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#jozenjidori #sec7 .group .slider-nav .slick-list {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  overflow: inherit;
}
#jozenjidori #sec7 .group .slider-nav .slick-track {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}
#jozenjidori #sec7 .group .slider-nav .slick-slide p {
  width: 66px;
  height: 53px;
  padding-bottom: 0;
}
#jozenjidori #sec7 .group .slider-nav .slick-current p img {
  visibility: hidden;
}
#jozenjidori #sec7 .group .slider-nav .slick-slide.slick-current:nth-child(1) p {
  background: url(../img/jozenjidori/sec7_thumb1_on.png) no-repeat center top;
  background-size: 100% 100%;
}
#jozenjidori #sec7 .group .slider-nav .slick-slide.slick-current:nth-child(2) p {
  background: url(../img/jozenjidori/sec7_thumb2_on.png) no-repeat center top;
  background-size: 100% 100%;
}
#jozenjidori #sec7 .group .slider-nav .slick-slide:nth-child(1) {
  position: absolute;
  bottom: 10%;
  left: 10%;
  width: 66px;
  height: 53px;
}
#jozenjidori #sec7 .group .slider-nav .slick-slide:nth-child(2) {
  position: absolute;
  top: 10%;
  left: 10%;
  width: 66px;
  height: 53px;
}
#jozenjidori #sec7 .goSlider .slick-dots {
  text-align: center;
  margin-top: 10px;
  position: relative;
  z-index: 10;
  line-height: 0;
}
#jozenjidori #sec7 .goSlider .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
#jozenjidori #sec7 dl {
  margin-bottom: 20px;
}
#jozenjidori #sec7 dl dt {
  text-align: center;
  font-size: 22px;
  margin-bottom: 40px;
}
#jozenjidori #sec7 .goSlider .slick-dots li button {
  background: url(../img/jozenjidori/s7_pager.jpg) no-repeat center top !important;
  width: 50px;
  height: 8px;
  display: block;
  font-size: 0;
  border: none;
  cursor: pointer;
}
#jozenjidori #sec7 .goSlider .slick-dots li.slick-active button {
  background: url(../img/jozenjidori/s7_pager_on.jpg) no-repeat center top !important;
}
#jozenjidori #sec7 .slick-dots {
  position: absolute;
  top: 0;
  left: 0;
}
#jozenjidori #sec7 .slick-dots li {
  display: inline-block;
  margin: 0 5px;
}
#jozenjidori #sec7 .slick-dots li:nth-child(1) button {
  background: url(../img/jozenjidori/sec7_page1.png) no-repeat center top;
}
#jozenjidori #sec7 .slick-dots li:nth-child(2) button {
  background: url(../img/jozenjidori/sec7_page2.png) no-repeat center top;
}
#jozenjidori #sec7 .slick-dots button {
  font-size: 0;
  display: block;
  width: 44px;
  height: 44px;
  border: none;
  cursor: pointer;
}
#jozenjidori #sec7 .slick-dots li:nth-child(1).slick-active button {
  background: url(../img/jozenjidori/sec7_page1_on.png) no-repeat center top;
}
#jozenjidori #sec7 .slick-dots li:nth-child(2).slick-active button {
  background: url(../img/jozenjidori/sec7_page2_on.png) no-repeat center top;
}
#jozenjidori #sec8 {
  background: url(../img/jozenjidori/sec6_bg.jpg) repeat;
}
#jozenjidori #sec8 .box {
  background: url(../img/shared/sec_bg1.jpg) repeat-y top center / 100% auto;
  padding: 5%;
  color: #000;
}
#jozenjidori #sec8 .box h2 {
  border-bottom: 1px solid #000;
  margin-bottom: 15px;
  padding-bottom: 15px;
}
#jozenjidori #sec8 .box .btn1 {
  border: 1px solid #000;
  padding: 10px 0 !important;
}
#jozenjidori #sec9 {
  color: #000;
}
/*======================= hanare =======================*/
#hanare #key {
  background: url(../img/hanare/kv.jpg) repeat;
}
#hanare #key p {
  padding: 40% 0;
}
#hanare #sec1 h3.t1 {
  margin-bottom: 12%;
}
#hanare #sec1 .box {
  border: 1px solid #fff;
  padding: 8% 4% 8% 4%;
  margin-bottom: 15%;
}
#hanare #sec1 .box h3 {
  text-align: center;
  font-size: 20px;
  letter-spacing: 3px;
}
#hanare #sec1 .box h4 {
  text-align: center;
  font-size: 10px;
  margin: 15px 0;
}
#hanare #sec1 .box2 {
  border: none;
  background-color: #ffffff24;
}
#hanare #sec1 .box .tel {
  font-size: 10vw;
  padding: 8% 0 8%;
  text-align: center;
}
#hanare #sec2 .box {
  background: url(../img/hanare/s3_bg.jpg) repeat;
  padding: 5%;
}
#hanare #sec2 .box dl {
  padding: 10px 0;
  border-bottom: 1px solid #fff;
}
#hanare #sec2 .tel {
  font-size: 25px;
}
/*======================= recruit =======================*/
#recruit #sec1 {
  background: #fff;
  color: #000;
}
#recruit #sec1 p.txt {
  margin-bottom: -20%;
  z-index: 2;
  position: relative;
}
#recruit #sec1 p.txt {
  margin-bottom: -12%;
}
#recruit #sec1 p.photo {
  padding-bottom: 0;
}
#recruit #sec2 {
  color: #000;
  padding-bottom: 5%;
}
#recruit #sec2 .row {
  margin-bottom: 45px;
}
#recruit #sec2 .row dl dt {
  margin-bottom: 5%;
  font-size: 25px;
  letter-spacing: 3px;
  text-align: center;
}
#recruit #sec3 {
  background: url(../img/shared/sec_bg2.jpg) repeat;
  transform: skewY(-5deg);
  margin-top: -5%;
  color: #000;
  padding-bottom: 12%;
}
#recruit #sec3 .js .bx-controls-direction {
  top: 46%;
}
#recruit #sec3 .wrap {
  transform: skewY(5deg);
}
#recruit #sec3 .js dl dt {
  font-size: 25px;
  text-align: center;
  margin-bottom: 10px;
}
#recruit #sec3 .js .bx-wrapper .bx-controls-direction a {
  color: #000;
}
#recruit #sec3 .js .bx-wrapper .bx-pager, #recruit #sec3 .js .bx-wrapper .bx-controls-auto {
  position: relative;
  margin-top: 3%;
}
#recruit #sec4 {
  z-index: 2;
  position: relative;
  margin-top: -5%;
  color: #000;
}
#recruit #sec4 .detail {
  margin-bottom: 8%;
}
#recruit #sec4 .detail dl {
  padding: 10px 0;
  border-bottom: 1px solid #000;
}
/*======================= company =======================*/
#company #sec1 .fwb {
  font-weight: bold;
}
#company #sec1 {
  padding: 8% 0;
}
#company #sec1 .toggle {
  padding: 0;
}
#company #sec1 .toggle .toggle-link {
  padding: 2% 0% 16%;
}
#company #sec1 .toggle .toggle-link:after {
  color: #fff;
}
#company #sec1 .toggle ul li {
  text-align: left;
}
#company #sec2 {
  color: #000;
}
#company #sec2 h2 {
  font-size: 30px;
  text-align: center;
  letter-spacing: 3px;
}
#company #sec2 h3 {
  font-size: 25px;
  text-align: center;
  letter-spacing: 3px;
  padding-bottom: 5%;
}
#company #sec2 .row1 {
  margin-bottom: 12%;
}
#company #sec2 .row1 .info {
  margin-bottom: 25px;
}
#company #sec2 .row1 .info h3 {
  letter-spacing: 3px;
  font-size: 25px;
  text-align: center;
}
#company #sec2 .row1 .info dl {
  line-height: 25px;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
#company #sec2 .row1 .info dl dd.tel span {
  font-size: 22px;
}
#company #sec2 .row2 .info {
  margin-bottom: 25px;
}
#company #sec2 .row2 .info h3 {
  letter-spacing: 3px;
  font-size: 25px;
  text-align: center;
}
#company #sec2 .row2 .info dl {
  line-height: 25px;
  padding: 20px 0;
  border-bottom: 1px solid #000;
}
#company #sec2 .row2 .info dl dd.tel span {
  font-size: 22px;
}
#company #sec3 h3 {
  font-size: 25px;
  text-align: center;
  letter-spacing: 3px;
  padding-bottom: 5%;
}
#company #sec3 .info dl dd.tel span {
  font-size: 22px;
}
#company #sec3 {
  background: url(../img/shared/sec_bg1.jpg) repeat-y top center / 100% auto;
  color: #000;
}
#company #sec3 .box {
  background-color: rgba(0, 0, 0, 0.15);
}
#company #sec3 h2 {
  font-size: 25px;
  text-align: center;
}
#company #sec3 .info {
  margin-bottom: 8%;
}
#company #sec3 .info dl {
  line-height: 25px;
  padding: 10px 0;
}
#company #sec4 .box {
  border: 1px solid #fff;
  padding: 10% 2%;
}
#company #sec4 .box h2 {
  text-align: center;
  font-size: 30px;
}
#company #sec4 .box h3 {
  text-align: center;
  margin-bottom: 25px;
}
#company #sec4 .box h3 span {
  text-decoration: underline;
}
#company #sec4 .box #mail .form-row {
  margin-bottom: 25px;
}
#company #sec4 .box #mail .form-row .caption {
  margin-bottom: 5px;
}
#company #sec4 .box #mail .form-row .caption span:first-of-type {
  min-width: 125px;
  display: inline-block;
}
#company #sec4 .box #mail .mark-require {
  background: #8a0101;
  color: #fff;
  padding: 2px;
}
#company #sec4 .box #mail input[type=text] {
  width: 100%;
  padding: 5px;
}
#company #sec4 .box #mail .i-list .i-custom {
  display: block;
}
#company #sec4 .box #mail textarea {
  height: 200px;
  width: 100%;
}
#company #sec4 .box #mail .fc-form [class^='error'] {
  position: relative;
}
#company #sec4 .box #mail .submit-form button {
  background: none;
  border: 1px solid #fff;
}
#company #sec4 .box #mail .submit-confirm {
  display: fl;
  justify-content: space-between;
}
#company #sec4 .box #mail .submit-confirm button {
  width: 48%;
  background: none;
  border: 1px solid #fff;
}
#company #sec4 .box #mail .confirm-main .main {
  padding: 2%;
}
#sec5 {
}
#sec5 h2 {
  text-align: center;
  font-size: 9vw;
  /* margin-bottom: 10%; */
  padding: 10% 0 5%;
}
#sec5 .set {
  border-bottom: 1px solid #fff;
  padding-top: 10%
}
#sec5 .set:first-of-type {
  padding: 0%;
}
#sec5 .set .img {
	text-align: center;
	margin: 0 0px 0px 0;
	padding: 00% 0 0 0;
}

#sec5 .set h3 {
  font-size: 7vw;
  padding: 5% 0 5% 0px;
}
#gohan {
  text-align: center;
  margin: 60px auto 0;
}
#oshirase {
  text-align: center;
  margin-top: 10px;
}
#clean {
  text-align: center;
  margin: 30px auto 10px;
}
.top_fixbtn {
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 999999;
  line-height: 100%;
  background-color: #0e0e0e;
  padding: 15px;
  font-size: 16px;
  letter-spacing: 1px;
  width: calc(100% - 105px);
  box-sizing: border-box;
  text-align: center;
  color: #b1b1b1;
  display: none;
  border: solid #535353 1px;
}
body.has_nav .top_fixbtn {
  display: block;
}
.kv_bnr_wrap .box {
  overflow: hidden;
  margin: 10px 0;
}
.kv_bnr_wrap .wolt {
  float: right;
  width: 50%;
}
.kv_bnr_wrap .uber {
  float: left;
  width: 50%;
}
.kv_bnr_wrap .wolt a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.kv_bnr_wrap .uber a:hover {
  text-decoration: none;
  filter: alpha(opacity=80);
  -ms-filter: "alpha(opacity=80)";
  -moz-opacity: 0.8;
  opacity: 0.8;
}
.clean {
  margin-bottom: 10px;
}
.michelin {
  margin: 30px auto;
  width: 90%
}
/* .btn_temp a {
	position: relative;
	display: inline-block;
	pointer-events: none;
  }
.btn_temp a:before {
	  content: "準備中";
	  position: absolute;
	  left: 0;
	  top: 0;
	  width: 100%;
	  height: 100%;
	  background-color: #000;
	  z-index: 99;
	  display: flex;
	  justify-content: center;
	  align-items: center;
	  font-size: 18px;
	  opacity: 0.8;
	  color: #ffffff;
  } */
.newopen a {
  margin: 20px auto;
  width: 98%;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 16px;
  background-color: #630b15;
  border-radius: 0px;
  padding: 10px 0;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 35px;
  letter-spacing: 2px;
  box-shadow: 0px 0px 0px 6px #630b15;
  border: solid 1px #FFF;
}

#menu_toggle .nav {
  text-align: center;
  padding: 25px 0px 0;
}
#menu_toggle .nav a {
  font-size: 15px;
  padding: 0;
  line-height: 1.5;
  text-decoration: none;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#menu_toggle .nav a:hover {
  color: #e71f1d;
}
#menu_toggle .nav li + li {
  margin-top: 12px;
}
#menu_toggle .nav li.active a {
  color: #e71f1d;
}
#menu_toggle .nav li.active a::before {
  left: 0;
  right: 0;
}
#menu_toggle .border {
  margin: 0 auto;
  padding-top: 15px;
  width: 180px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#menu_toggle .nav1 {
  margin: 9px auto 20px;
  background-color: #000;
  padding: 14px 0 19px;
  width: 200px;
}


#menu_toggle .nav1 a {
  display: block;
  position: relative;
  text-align: center;
  line-height: 1.5;
  padding: 5px 0;
  text-decoration: none;
}
#menu_toggle .nav1 a:hover {
  opacity: 0.8;
}
#menu_toggle .nav1 a::before {
  content: '';
  position: absolute;
  top: 12px;
  background: url(../img/index_re/arrow.png);
  width: 6px;
  height: 10px;
  right: 13px;
}
#menu_toggle .nav1 .btn_reserve a::before {
  display:none;
}

#menu_toggle .nav1 li.active a {
  color: #e71f1d;
}
#menu_toggle .nav1 li.active a::before {
  left: 0;
  right: 0;
}
#menu_toggle .btn {
  margin: 0 auto 0;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  padding: 19px 15px 0px;
  width: 180px;
}
#menu_toggle .btn a {
  display: block;
  position: relative;
  background-color: #000;
  padding: 10px 0;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  margin: 0 auto;
  width: 180px;
}
#menu_toggle .btn a:hover {
  opacity: 0.8;
}
#menu_toggle .btn a::before {
  content: '';
  position: absolute;
  top: 18px;
  background: url(../img/index_re/arrow.png);
  width: 6px;
  height: 10px;
  right: 22px;
}
#menu_toggle .group-btn {
  text-align: center;
  margin-top: 40px;
}
#menu_toggle .group-btn img {
  width: auto;
}
#menu_toggle .group-btn p + p {
  margin-top: 8px;
}
#menu_toggle .nav2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#menu_toggle .nav2 li {
  margin: 0 5px;
}
#menu_toggle .nav2 li a {
  text-decoration: none;
  line-height: 1.3;
  font-size: 16px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
#menu_toggle .nav2 li.active a span {
  color: #e71f1d;
  border-bottom: 1px solid;
}

#ft_fixed {
  background: url("../img/index_re/bg_fixed.jpg");
}
#ft_fixed .title {
  text-align: center;
  color: #fff;
  padding: 10px 0 10px;
  font-size: 15px;
  letter-spacing: 0.05em;
  position: relative;
  z-index: 2;
  width: 100%;
  background: url("../img/index_re/bg_fixed.jpg");
}
#ft_fixed .box-tel {
  position: absolute;
  z-index: 1;
  bottom: -200px;
  background: url("../img/index_re/bg_fixed.jpg");
  color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
  width: 100%;
  padding: 15px 0 10px;
}
#ft_fixed .box-tel img {
  width: auto;
}
#ft_fixed .box-tel .tel {
  margin: 0 10%;
}
#ft_fixed .box-tel .tel a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ft_fixed .box-tel .tel a small {
  font-size: 14px;
  letter-spacing: 0.05em;
}
#ft_fixed .box-tel .tel a span {
  font-size: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#ft_fixed .box-tel .tel a span img {
  width: 16px;
  margin-right: 5px;
}
#ft_fixed .box-tel .tel + .tel {
  margin-top: 8px;
  border-top: 1px solid;
  padding-top: 15px;
}
#ft_fixed.active .box-tel {
  bottom: 39px;
}

footer .group {
  background-color: #000;
  text-align: center;
  padding: 30px 0 100px;
}

#key h2 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 58vw;
  z-index: 2;
}

.g_logo {
  z-index: 4;
}

footer .group-info {
  background: url(../img/shared/bgbody.jpg) repeat-y center top/100% auto;
}
footer .group-info .group1 {
  padding-bottom: 10vw;
}
footer .group-info .group1 .logo, footer .group-info .group1 .tel {
  margin: 0 10%;
}
footer .group-info .group1 .btn {
  margin: 8vw 4% 4vw;
}
footer .group-info .group1.group2 {
  background: url("../img/index_re/bg.jpg") repeat top center/100% auto;
}
footer .group-info .group1.group4 {
  background: url("../img/shared/f_bg.jpg") repeat top center/100% auto;
}

#menu_toggle .btn_reserve2 a {
  display: block;
  position: relative;
  background-color: #240200;
  padding: 5px 0;
  text-align: center;
  text-decoration: none;
  line-height: 1.5;
  margin: 0 auto;
  width: 180px;
}
#menu_toggle .nav1 .btn_reserve{
	background-color: #240200;
}

.reserve_btn a{
	margin: 10px auto;
	width: 100%;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 14px;
	background-color: #890b07;
	border-radius: 0px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 2px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.reserve_btn3 a{
	margin: 10px auto;
	width: 96%;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 14px;
	background-color: #890b07;
	border-radius: 0px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 2px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.ft_reserve_btn a{
	margin: 0 auto;
	width: 92%;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 14px;
	background-color: #890b07;
	border-radius: 0px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 2px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.season_info a{
	margin: 20px auto;
	width: 90%;
	display: block;
	color:#fff;
	text-align: center;
	font-size: 16px;
	background-color: rgba( 255, 255, 255, 0.2 );
	border-radius: 0px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 28px;
	letter-spacing: 2px;
    border:solid 1px #B67B03;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.season_info span{
    font-size: 14px;
}


.season_course{
    width: 100%;
    margin: 20px auto;
    text-align: center !important;
     font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.season_course .box{
    width: 85%;
    margin: 20px auto;
    padding: 30px 10px 0;
    background: url(../img/shared/bgbody_hanare.jpg) repeat center top;
    border:solid 1px #B67B03;
    box-shadow: 0px 0px 0px 8px #1e1e1e;
    text-align: center !important;
}

.season_course .ttl{
    font-size: 18px;
    padding-bottom: 30px;
    text-align: center !important;
}

#limited .g_tel {
  display: flex;
  justify-content: space-between;
    width: 95%;
    margin: 20px auto;
}
#limited .g_tel .left {
  width: 48%;
  background: url(../img/shared/bg3.jpg) repeat;
  padding: 4% 0 0;
}
#limited .g_tel .right {
  width: 48%;
  background: url(../img/shared/bg3.jpg) repeat;
  padding: 4% 0 0;
}