@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
  color: #fff;
  min-width: inherit;
  max-height: 100%;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  line-height: 28px;
  font-size: 14px;
  cursor: auto;
  letter-spacing: 0;
  word-spacing: normal;
  background: url(../img/shared/bgbody.jpg) repeat center top;
}

.navOpen {
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}

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;
}

.fnt-mincho {
  font-family: "Sawarabi Mincho", sans-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;
}

/*=============================================
 * header
 *=============================================*/
header {
  position: relative;
  padding-bottom: 2.5%;
  overflow: hidden;
  background-color: #0f101a;
}

header:before {
  background: url(../img/shared/bg_hd.jpg) no-repeat center/cover;
  position: absolute;
  top: calc(50% + 17px);
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
}

header .logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 65px;
  transform: translate(-50%, -50%);
  z-index: 81;
}

header #belt {
  position: fixed;
  left: 0;
  top: 5px;
  color: #fff;
  width: 100%;
  z-index: 9999;
}

header #hd_top {
  position: relative;
  z-index: 99;
  top: 3px;
  right: 1%;
}

header h1 {
  font-size: 11px;
  line-height: 14px;
  color: #aaaaaa;
  padding: 5px;
  font-weight: normal;
  position: relative;
  z-index: 1;
  width: calc(99% - 97px);
}

/*====================== nav ====================== */
header .topnavi {
  position: absolute;
  top: 0;
  right: 46px;
  height: 54px;
}

header .topnavi li {
  display: inline-block;
  position: relative;
  width: 43px;
  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%;
}

header .topnavi li a:hover {
  text-decoration: none;
}

header .topnavi li a[class^=icon-]:before {
  display: block;
  width: 100%;
  padding-bottom: 4px;
  font-size: 26px;
  font-weight: normal;
}

header .menu_toggle {
  background: rgba(0, 0, 0, 0.93);
}

header .menu_toggle.nav-style01 {
  top: 0px;
  right: -100%;
  display: block;
  transition: all 0.5s ease 0s;
}

.navOpen .menu_toggle.nav-style01 {
  transform: translate3d(0, 0, 0);
  right: 0;
}

.hamburger {
  position: absolute;
  top: 0;
  right: 0;
}

/*====================== end nav ====================== */
/*====================== header key ====================== */
header .menu_toggle li {
  border: 0;
  text-align: center;
}

header .menu_toggle ul li a:after {
  display: none;
}

header .menu_toggle ul li a.active {
  border-bottom: 1px #fff solid;
  padding-bottom: 2px;
  margin-bottom: 13px;
  display: inline-block;
}

header .menu_toggle ul li a {
  padding-left: 0;
}

header #key {
  position: relative;
  overflow: hidden;
  margin: 31px 2.5% 0;
}

.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: 90;
}

.bx-wrapper .bx-controls-direction a, .slick-prev, .slick-next {
  color: #e75a5a;
  font-family: "fontello";
  font-size: 40px;
  height: 40px;
  line-height: 40px;
  outline: 0 none;
  position: absolute;
  text-indent: -9999px;
  top: 0%;
  width: 26px;
}

.bx-next::after, .slick-next:before, .slick-prev:before {
  content: "\f105";
  color: #e75a5a;
  font-family: "fontello";
  font-size: 40px;
  height: 40px;
  line-height: 40px;
  outline: 0 none;
  left: 0;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.bx-prev::after, .slick-prev:before {
  content: "\f104";
  left: 11px;
  position: absolute;
  text-indent: 0;
  top: 0;
}

.slick-prev {
  left: 0;
  z-index: 99;
}

.slick-next {
  right: 0;
  z-index: 99;
}

.slick-prev, .slick-next {
  top: 50%;
  transform: translateY(-50%);
}

.slick-slide {
  margin: 0 10px;
}

.bx-prev {
  position: absolute;
  top: 0;
  left: 0;
}

.bx-next {
  position: absolute;
  top: 0;
  right: 0;
}

.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 {
  background-color: #000;
  border-radius: 5px;
  display: block;
  height: 10px;
  margin: 0 5px;
  outline: 0 none;
  text-indent: -9999px;
  width: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
  background: #be0900 none repeat scroll 0 0;
}

.slick-next {
  right: 24px;
}

.slick-prev {
  left: 22px;
}

/*====================== end nav ====================== */
/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/
footer {
  background: #0f101a;
  overflow: hidden;
  font-size: 13px;
  line-height: 19px;
  padding-bottom: 34px;
}

footer .shopinfo {
  position: relative;
  padding-bottom: 20px;
}

footer .vcard {
  padding: 0 1%;
  margin-bottom: 3%;
}

footer .vcard dl {
  padding-bottom: 10px;
  text-align: center;
}

#f_logo {
  margin: 0 auto 5px;
  width: 62px;
}

#f_tel {
  width: 260px;
  margin: 30px auto;
}

#f_tel .txt0 {
  text-align: center;
  padding-top: 10px;
  color: #cfcfcf;
}

footer .banner li {
  float: left;
  width: 32%;
  padding: 0 0.5%;
}

footer .link {
  margin: 0px auto 20px;
  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 {
  border: solid 1px rgba(200, 200, 200, 0.78);
  border-radius: 5px;
  color: #fff;
  display: block;
  font-size: 13px;
  letter-spacing: 0;
  padding: 3px 0;
  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: 40px;
  background: #26262e;
  color: #d3d1d1;
  font-size: 10px;
  letter-spacing: 3px;
  text-align: center;
  margin-top: 20px;
}

footer .cookies-link a {
  text-decoration: underline;
}

.mb0 {
  margin-bottom: 0;
}

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.link-archo li {
  width: 49%;
  float: left;
  color: #fff;
  padding: 10px 5px;
  box-sizing: border-box;
  text-align: center;
}

.botan {
  color: #fff;
  padding: 3px 5px;
}

#ft_group {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  color: #000;
  background-color: #f3ebeb;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  position: fixed;
  z-index: 99;
  opacity: 1;
}

#ft_group .box {
  padding: 2px 0;
  background-color: #251d1a;
  color: #fff;
  text-align: center;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.7;
  box-sizing: border-box;
  position: relative;
}

#pagetop {
  bottom: 34px;
}

.ft_contact_tel dd {
  font-size: 18px;
}

.ft_contact_tel .icon-phone-1:before {
  padding-right: 10px;
}

.contact_gr .ft_contact_tel dd {
  font-size: 14px;
}

.contact_gr .fl, .contact_gr .fr {
  width: 49%;
}

.contact_gr .ft_contact_mail {
  font-size: 14px !important;
  line-height: 20px !important;
}

.ft_contact_mail:after {
  content: "\f105";
  font-size: 15px;
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
}

#ft_group .box .icon-mail-alt {
  font-size: 14px;
}

#ft_group .box .icon-mail-alt:before {
  font-size: 14px;
  padding-right: 10px;
}

.js_full {
  position: relative;
  overflow: hidden;
  margin: 0 -2%;
  height: 0;
  padding-top: calc(51% + 30px);
}

.js_full .bx-pager {
  position: static;
  padding-top: 10px;
}

.js_full .js_in {
  padding: 0 15%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.js_full .bx-viewport {
  overflow: visible !important;
}

.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%;
}

.txt_center {
  text-align: center;
}

.txt_right {
  text-align: right;
}

.txt {
  padding: 10px 0;
}

.txt:last-child {
  padding-bottom: 0;
}

.top_css {
  padding-top: 40px;
}

.bt_css {
  padding-bottom: 40px;
}

.wrap {
  padding: 0 4.5%;
}

.full {
  margin: 0 -4.5%;
}

/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
#index #sec1 {
  color: #000;
}

#index #sec2 .link {
  position: absolute;
  bottom: 5vw;
  width: 91%;
}

#index #sec3 .link {
  position: absolute;
  bottom: 7vw;
  width: 91%;
}

#index #sec4 {
  padding: 51px 0 40px;
  background: url(../img/index/sec4_bg.jpg) no-repeat center/cover;
}

#index #sec4 h2 {
  width: 80%;
  margin: 0 auto;
  padding-bottom: 7vw;
}

#index #sec4 .txt {
  padding-bottom: 7vw;
}

#index #sec4 .link img {
  margin-bottom: 5vw;
}

#index #sec5 {
  color: #000;
}

#index #sec5 h3 {
  padding-bottom: 20px;
}

#index #sec5 #feed {
  text-align: center;
}

#index #sec5 #feed .photo span {
  margin: 0 auto 10px;
}

#index #sec5 #feed .tit {
  font-weight: bold;
}

#index #sec5 .fb {
  margin: auto;
  max-width: 500px;
}

#index #sec5 .col {
  padding-bottom: 30px;
}

#index #sec5 #instafeed {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: auto;
  max-width: 606px;
}

#index #sec5 #instafeed li {
  width: 40%;
  margin: 0 5px 10px;
}

#index #sec5 #instafeed li img {
  width: 100%;
  height: auto;
}

#index #sec5 #instafeed li:nth-child(n+3) {
  margin-bottom: 0;
}

/*=============================================*/
/*                   　about　　　　　          */
/*=============================================*/
#about #sec1 {
  color: #000;
}

#about #sec2 {
  position: relative;
  overflow: hidden;
  background: url(../img/about/sec2_bg.jpg) no-repeat center/cover;
  padding-left: 3.5%;
  padding-right: 3.5%;
}

#about #sec2:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  bottom: 5px;
  z-index: 1;
  right: 5px;
  border: 2px rgba(154, 6, 6, 0.7) solid;
}

#about #sec2 h2 {
  padding-bottom: 16%;
}

#about #sec2 .bg {
  margin: 0 -3.6%;
  position: relative;
  padding-left: 2%;
  padding-right: 2%;
}

#about #sec2 .bg:before {
  content: "";
  position: absolute;
  top: -36px;
  left: 0;
  width: 100%;
  bottom: -300px;
  background-color: rgba(25, 25, 25, 0.8);
  transform: skewY(-8deg);
}

#about #sec3 {
  background: rgba(220, 212, 201, 0.7);
  color: #000;
}

#about #sec4 {
  position: relative;
}

#about #sec4 * {
  z-index: 10;
  position: relative;
}

#about #sec4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  bottom: 0;
  background: url(../img/about/s4_bgpar.jpg) repeat center top;
}

#about #sec4 .link {
  padding-top: 20px;
}

/*=============================================*/
/*                   　menu　　　　　          */
/*=============================================*/
#menu #sec1 {
  background: url(../img/shared/sec_bg2.jpg) repeat center top;
}

#menu #sec1 h2 {
  text-align: center;
  font-weight: bold;
  border-bottom: 1px #FFF solid;
  margin-bottom: 20px;
}

#menu #sec1 .bg5 {
  background: rgba(15, 16, 26, 0.9);
}

#menu #sec1 #feed {
  text-align: center;
}

#menu #sec1 #feed dt span {
  margin: auto;
}

#menu #sec1 #feed .tit {
  font-weight: bold;
}

#menu #sec1 .bg {
  background: rgba(15, 16, 26, 0.9);
}

#menu #sec1 h3 {
  padding-top: 40px;
}

#menu #sec1 dl {
  padding: 20px 0 10px;
}

#menu #sec1 .price {
  padding-left: 43px;
}

#menu #sec2 .bx-prev::after {
  left: 3px;
  color: #fff;
}

#menu #sec2 .bx-next::after {
  left: 9px;
  color: #fff;
}

#menu #sec2 .slide h3 {
  width: 17%;
  position: relative;
  z-index: 90;
}

#menu #sec2 .slide dl {
  background: url(../img/shared/sec_bg2.jpg) repeat center top;
  position: relative;
  margin: 12% 20px 0;
  padding: 25px 3% 5px;
  z-index: 90;
}

#menu #sec2 .slide dt {
  position: absolute;
  top: 0;
  right: -4%;
  width: 100px;
  transform: translateY(-66%);
}

#menu #sec2 .bxSlider > div {
  padding-bottom: 40px;
}

#menu #sec2 .bxSlider > div:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: -9vw;
  right: 0;
}

#menu #sec2 .slide1:before {
  background: url(../img/menu/sec2_bg1.jpg) no-repeat center/cover;
}

#menu #sec2 .slide2:before {
  background: url(../img/menu/sec2_bg2.jpg) no-repeat center/cover;
}

#menu #sec2 .slide3:before {
  background: url(../img/menu/sec2_bg3.jpg) no-repeat center/cover;
}

#menu #sec3 {
  color: #000;
  position: relative;
  padding-bottom: 30px;
  overflow: hidden;
}

#menu #sec3 .slide {
  position: relative;
  margin: -8% 7% 0;
}

#menu #sec3 .slide:before {
  content: "";
  position: absolute;
  top: 30vw;
  right: -13.9%;
  width: 120%;
  background: rgba(220, 212, 201, 0.7);
  bottom: 0;
}

#menu #sec3 .bx-prev::after {
  left: 6px;
}

#menu #sec3 .bx-next::after {
  left: 6px;
}

#menu #sec3 .price {
  text-align: center;
}

#menu #sec3 .txt {
  padding-bottom: 20px;
}

#menu #sec3 dt {
  font-weight: bold;
  text-align: center;
  padding-top: 20px;
}

#menu #sec3 .bx-prev {
  left: -11.7vw;
}

#menu #sec3 .bx-next {
  right: -11.7vw;
}

#menu #sec4 {
  background: url(../img/shared/sec_bg2.jpg) repeat center top;
}

#menu #sec4 h2 {
  padding-bottom: 20px;
}

#menu #sec4 .bg6 {
  background: url(../img/menu/s4_bgbox.png) repeat center top;
  margin: 0 -4.5%;
  padding: 0 4.5% 15px;
  margin-bottom: 40px;
}

#menu #sec4 .col2 dd {
  padding-left: 29px;
}

#menu #sec4 .bg6 {
  padding-top: 32vw;
  margin-top: -30vw;
}

#menu #sec4 .col3 .bg6 {
  padding-top: 65vw;
  margin-top: -62vw;
}

#menu #sec4 .col1 dt {
  padding-right: 50px;
  font-weight: bold;
  text-align: center;
}

#menu #sec4 .col1 .price {
  text-align: right;
}

#menu #sec4 .bx-wrapper .bx-pager, #menu #sec4 .bx-wrapper .bx-controls-auto {
  position: static;
  margin-top: 10px;
}

#menu #sec4 .bx-wrapper .bx-pager.bx-default-pager a {
  background-color: #fff;
}

#menu #sec4 .bx-wrapper .bx-pager.bx-default-pager a:hover, #menu #sec4 .bx-wrapper .bx-pager.bx-default-pager a.active {
  background-color: #be0900;
}

#menu #sec4 .col3 {
  padding-top: 40px;
}

#menu #sec4 .col3 dl {
  text-align: center;
}

#menu #sec4 .col3 dt {
  padding: 0;
}

#menu #sec4 .toggle {
  margin-top: 40px;
}

/*=============================================*/
/*                   　sake　　　　　          */
/*=============================================*/
#sake #sec1 {
  background-color: #1a1009;
  padding-top: 40px;
  padding-bottom: 0;
}

#sake #sec1 .pt {
  padding-top: 20px;
}

#sake #sec2 {
  color: #000;
}

#sake #sec2 .col1 .pt {
  padding-top: 40px;
}

#sake #sec2 .col1 .bg4 {
  position: relative;
}

#sake #sec2 .col1 .bg4 .txt {
  padding-bottom: 30px;
}

#sake #sec2 .col1 .bg4 * {
  position: relative;
  z-index: 4;
}

#sake #sec2 .col1 h3 {
  padding-top: 20px;
}

#sake #sec2 .col1 .bg4:before {
  content: "";
  position: absolute;
  top: 59vw;
  left: -4.9%;
  bottom: 0;
  width: 90%;
  background: rgba(220, 212, 201, 0.7);
}

#sake #sec2 .col2 {
  background: rgba(220, 212, 201, 0.7);
  margin-top: 40px;
}

#sake #sec2 .col2 .box {
  border: 1px #000 solid;
  padding: 20px 20px;
}

#sake #sec2 .col2 h4 {
  text-align: center;
  font-weight: bold;
  font-size: 7vw;
}

#sake #sec3 {
  background: url(../img/shared/sec_bg2.jpg) repeat center top;
}

#sake #sec3 .bg1 {
  background: #0f0e16;
  padding-bottom: 30px;
}

#sake #sec3 .col1 {
  padding-bottom: 40px;
}

#sake #sec3 .col1 .note {
  padding: 20px 0 5px;
}

#sake #sec3 .col1 .slide .slick-slide {
  position: relative;
}

#sake #sec3 .col1 .slide .slick-slide dl {
  padding: 53px 10px 20px;
  text-align: center;
}

#sake #sec3 .col1 .slide .slick-slide dl .txt {
  text-align: left;
}

#sake #sec3 .col1 .slide .slick-slide:before {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  background: url(../img/sake/s3_line.png) no-repeat center/contain;
  width: 100%;
  height: 10px;
}

#sake #sec3 .col1 .slide {
  overflow: hidden;
}

#sake #sec3 .col1 .slide1 {
  background: url(../img/sake/s3_bg1.png) no-repeat left top/contain, url(../img/sake/s3_bgbox.jpg) repeat center top;
}

#sake #sec3 .col1 .slide2 {
  background: url(../img/sake/s3_bg2.png) no-repeat left top/contain, url(../img/sake/s3_bgbox.jpg) repeat center top;
}

#sake #sec3 .col1 .slide3 {
  background: url(../img/sake/s3_bg3.png) no-repeat left top/contain, url(../img/sake/s3_bgbox.jpg) repeat center top;
}

#sake #sec3 .col1 .slide4 {
  background: url(../img/sake/s3_bg4.png) no-repeat left top/contain, url(../img/sake/s3_bgbox.jpg) repeat center top;
}

#sake #sec3 .col1 dt {
  font-size: 130%;
  font-weight: bold;
}

#sake #sec3 .col2 dl {
  border: 3px #fff solid;
  border-top: 0;
  padding: 20px 10px;
}

#sake #sec3 .col3 {
  margin-top: 40px;
}

#sake #sec3 .col3 .block {
  background: url(../img/sake/sec3_img2.jpg) no-repeat center/cover;
}

#sake #sec3 .col3 .box {
  padding: 2%;
  background: url(../img/shared/bgbody.jpg) repeat center top;
  box-shadow: 4px 7px 4.97px 2.03px rgba(0, 0, 0, 0.28);
  color: #000;
  width: 150px;
  text-align: center;
}

#sake #sec3 .col3 .box dt {
  font-weight: bold;
  font-size: 150%;
  letter-spacing: 11px;
  border-bottom: 1px #000 solid;
  padding-bottom: 10px;
}

#sake #sec3 .col3 .box .price {
  text-align: center;
}

#sake #sec4 {
  background: rgba(220, 212, 201, 0.7);
  padding: 30px 0;
  color: #000;
}

#sake #sec4 .toggle-link {
  border-color: #000;
}

#sake #sec4 .toggle-link:after {
  color: #000;
}

#sake #sec4 .listmenu h3 {
  border-color: #000;
}

#sake #sec4 .listmenu dl {
  border-bottom: 1px solid #afa99f;
}

/*=============================================*/
/*                   　party　　　　　          */
/*=============================================*/
#party #sec1 {
  background: url(../img/shared/sec_bg2.jpg) repeat center top;
  position: relative;
}

#party #sec1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 42%;
  bottom: 0;
  background: url(../img/party/s1_deco.jpg) repeat center top;
}

#party #sec2 {
  color: #000;
  position: relative;
}

#party #sec2:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  background: rgba(220, 212, 201, 0.7);
  height: 66vw;
}

#party #sec2 .wrap {
  z-index: 5;
}

#party #sec2:after {
  content: "";
  position: absolute;
  top: 66vw;
  left: 0;
  width: 50%;
  background: rgba(220, 212, 201, 0.7);
  bottom: 0;
}

#party #sec2 h2 {
  padding-bottom: 20px;
}

#party #sec2 .col_flex {
  font-weight: bold;
  justify-content: center;
  padding: 15px 0 0;
}

#party #sec2 .pt {
  padding-top: 20px;
}

#party #sec3 {
  background-color: #1b1a22;
}

#party #sec3 .col_flex {
  padding-top: 20px;
}

#party #sec3 .toggle2 {
  border-color: #fff;
}

#party #sec3 .toggle2 .toggle-link:after {
  color: #fff;
}

#party #sec4 {
  position: relative;
}

#party #sec4 .wrap {
  z-index: 6;
}

#party #sec4:before {
  content: "";
  position: absolute;
  top: 0;
  left: 10%;
  width: 80%;
  background: url(../img/shared/sec_bg2.jpg) repeat center top;
  bottom: 0;
}

#party #sec4:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 10%;
  background: url(../img/party/sec4_bg1.jpg) no-repeat center/cover;
  bottom: 0;
}

#party #sec4 .note {
  padding: 20px 10%;
}

#party #sec4 .box {
  padding: 20px;
  background: url(../img/party/s4_box.jpg) repeat center top;
  color: #000;
  margin-bottom: 30px;
}

#party #sec4 .box h3 {
  text-align: center;
  font-size: 145%;
  font-weight: bold;
}

#party #sec4 .box dl {
  padding: 10px 0;
}

#party .toggle-link {
  font-size: 112%;
}

#party #sec4 .tel {
  background-color: #0f101a;
  position: relative;
  padding: 20px 20px;
}

#party #sec4 .tel .txt0 {
  line-height: 25px;
  padding-top: 10px;
}

#party #sec4 .tel:before {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  border: 3px rgba(190, 190, 193, 0.8) solid;
}

#party #sec5 {
  position: relative;
  z-index: 5;
}

#party .bg2 {
  background: url(../img/shared/sec_bg2.jpg) repeat center top;
  position: relative;
}

#party .bg2:before {
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  bottom: 0;
  left: -50%;
  background: rgba(0, 0, 0, 0.4);
  transform: skewX(14deg);
}

#party #sec6 {
  position: relative;
  z-index: 5;
}

#party #sec6 h2 {
  padding-top: 20px;
  text-align: center;
  font-size: 150%;
}

#party #sec6 h2 span {
  font-size: 80%;
}

/*=============================================*/
/*                   　access　　　　　          */
/*=============================================*/
#access #sec1 {
  background: url(../img/access/sec1-bg.jpg) no-repeat center/cover;
}

#access #sec1 h2 {
  padding-bottom: 20px;
}

#access #sec1 h2 span {
  color: #8a0000;
}

#access #sec1 .detail .fz {
  font-size: 90%;
}

#access #sec1 .detail {
  padding-bottom: 30px;
}

#access #sec1 .detail .tel {
  font-size: 120%;
}

#access #sec1 .detail dl {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  padding: 5px 0;
}

#access #sec2 {
  background: rgba(220, 212, 201, 0.7);
  color: #000;
}

#access #sec3 {
  height: 280px;
}

#access #sec4 {
  padding: 20px 0;
}

.price {
  font-size: 105%;
  font-weight: bold;
}

.price span {
  font-size: 120%;
}

.col_center {
  text-align: center;
}

.col_center dt {
  font-size: 150%;
}

.col_center > * {
  text-align: left;
  display: inline-block;
}

.full02 {
  margin: 0 -4.5%;
  padding-right: 4.5%;
  padding-left: 4.5%;
}

.price_menu .price {
  text-align: right;
}

.toggle .note {
  text-align: center;
  padding: 20px 0;
}

.toggle-link {
  border: 1px #fff solid;
  padding: 5px 0;
  text-align: center;
  font-weight: bold;
  font-size: 168%;
}

.listmenu .item {
  padding-bottom: 20px;
}

.listmenu h3 {
  text-align: center;
  font-size: 120%;
  padding-bottom: 5px;
  border-bottom: 1px #fff solid;
}

.listmenu dt {
  float: left;
}

.listmenu dd {
  float: right;
  text-align: right;
}

.listmenu dl {
  border-bottom: 1px solid #564d4c;
  padding: 5px 0;
}

.listmenu dl:after {
  content: "." !important;
  clear: both !important;
  display: block !important;
  height: 0 !important;
  visibility: hidden !important;
}

.col_flex {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  font-weight: bold;
  justify-content: center;
}

.col_flex dt {
  font-size: 150%;
  margin-right: 20px;
}

.toggle2 {
  border: 1px #000 solid;
}

.toggle2 .toggle-link {
  border: 0;
}

.toggle2 .toggle-link:after {
  color: #000;
}

.toggle2 .toggle-main {
  padding: 20px 10px;
}

.toggle2 .note2 {
  padding-top: 10px;
}

.ttl01 {
  font-size: 8vw;
  font-weight: bold;
  letter-spacing: 2px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  width: 11px;
  height: 11px;
}

.recruit a {
  width: 90%;
  margin: 20px auto 10px;
  display: block;
  color: #fff;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 18px;
  background: url("../img/shared/sec_bg2.jpg") repeat;
  border-radius: 0px;
  padding: 10px 0;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 35px;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  border: solid 1px #FFF;
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.1);
}

.sister a {
  width: 90%;
  margin: 0px auto 20px;
  display: block;
  color: #000;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
  text-align: center;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.35);
  border-radius: 0px;
  padding: 10px 0;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 35px;
  letter-spacing: 2px;
  font-weight: bold;
  font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
  box-shadow: 0 10px 25px 0 rgba(0, 0, 0, 0.2);
  border: solid 1px #FFF;
}

.sister span {
  font-size: 20px;
  display: block;
}

.red {
  color: #921012;
  font-weight: bold;
  font-size: 90%;
}

/*=============================================*/
/*                 　scene　　　　  　          */
/*=============================================*/
.padtop_css {
  padding-top: 13vw;
}

.padbt_css {
  padding-bottom: 13vw;
}

.martop_css {
  margin-top: 13vw;
}

.marbt_css {
  margin-bottom: 13vw;
}

.img-shadow {
  box-shadow: 5px 5px 5px 0px rgba(0, 0, 0, 0.28);
}

#scene section.block img {
  width: 100%;
  height: auto;
}
#scene #sec1 {
  background: url(../img/scene/s1_bg.png), url(../img/shared/sec_bg2.jpg);
  background-position: center top;
  background-repeat: no-repeat, repeat;
  background-size: 100% auto, auto;
}
#scene #sec1 .txt_inner {
  margin-top: 12vw;
}
#scene #sec2 {
  background-image: url(../img/scene/s2_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
}
#scene #sec2:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 47%;
  right: 0px;
  bottom: 42vw;
  background: rgba(255, 255, 255, 0.45);
  z-index: -1;
}
#scene #sec2 [class^=item] {
  position: relative;
}
#scene #sec2 [class^=item] + [class^=item] {
  margin-top: 10vw;
}
#scene #sec2 .box {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding: 8vw 4.5%;
}
#scene #sec2 .box:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  background-image: url(../img/shared/sec_bg2.jpg);
  background-position: center top;
  background-repeat: repeat;
  z-index: -1;
}
#scene #sec2 .box dl dt {
  font-size: 9vw;
}
#scene #sec2 .box dl dd {
  margin-top: 2vw;
}
#scene #sec2 .s2-sub-img {
  margin: 8vw 4.5% 0px;
}
#scene #sec2 .item1 .box {
  padding-bottom: 0px;
}
#scene #sec2 .item1 .box:before {
  bottom: 10vw;
}
#scene #sec2 .item2 .box {
  margin: -13vw 0px 0px 4.5%;
}
#scene #sec2 .item3 {
  background-image: url(../img/shared/sec_bg2.jpg);
  background-position: center top;
  background-repeat: repeat;
}
#scene #sec2 .item3 .box {
  margin: -13vw 4.5% 0px 0px;
}
#scene #sec3 {
  color: #000;
}
#scene #sec3 .box {
  background-image: url(../img/shared/sec_bg2.jpg);
  background-position: center top;
  background-repeat: repeat;
  margin-top: -3.5vw;
}
#scene #sec3 h2 {
  font-size: 10vw;
}
#scene #sec4 {
  position: relative;
  background-image: url(../img/scene/s4_bg.png);
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 100% auto;
  color: #000;
}
#scene #sec4 .s4-inner {
  position: relative;
}
#scene #sec4 .s4-inner:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  right: 47%;
  bottom: 0px;
  background: rgba(255, 255, 255, 0.45);
  z-index: -1;
}
#scene #sec4 .s4-img {
  position: relative;
}
#scene #sec4 .s4-catch {
  position: absolute;
  top: -7vw;
  z-index: 1;
  width: 27%;
}
#scene #sec4 .s4-ttls {
  font-size: 8vw;
  line-height: 1.66;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
  margin: 8vw 4.5% 0px;
  padding: 1.5vw 0px;
}
#scene #sec4 .item1 {
  margin-top: 7vw;
}
#scene #sec4 .item1 .s4-catch {
  left: 0px;
}
#scene #sec4 .s4-sub-img1 {
  margin: 5vw 4.5% 0px;
}
#scene #sec4 .txt-content {
  margin-top: 5vw;
}
#scene #sec4 .s4-btn {
  margin-top: 5vw;
}
#scene #sec4 .item2 {
  margin-top: 20vw;
}
#scene #sec4 .item2 .s4-catch {
  right: 0px;
}
#scene #sec4 .s4-sub-img2 {
  margin: 7vw 15% 0px -5%;
}
#scene #sec4 .s4-sub-img3 {
  margin: 7vw 1% 0px 15%;
}

@media only screen and (min-device-width: 375px) and (min-device-height: 812px) and (-webkit-device-pixel-ratio: 3) and (orientation: portrait) {
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #251d1a;
    z-index: 8;
  }
  #ft_group {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 34px);
  }
}
/* iPhone XR */
@media only screen and (min-device-width: 414px) and (min-device-height: 896px) and (-webkit-device-pixel-ratio: 2) and (orientation: portrait) {
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #251d1a;
    z-index: 8;
  }
  #ft_group {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 34px);
  }
}
/* iPhone 11 */
@media only screen and (-webkit-min-device-pixel-ratio: 3), only screen and (min-device-pixel-ratio: 3), only screen and (-webkit-min-device-pixel-ratio: 4.7708333333), only screen and (-webkit-min-device-pixel-ratio: 4.770833333333333), only screen and (min-resolution: 458dpi), only screen and (min-resolution: 3dppx) {
  footer:after {
    content: "";
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    height: 36px;
    background: #251d1a;
    z-index: 8;
  }
  #ft_group {
    bottom: calc(env(safe-area-inset-bottom) - 0px);
  }
  #pagetop {
    bottom: calc(env(safe-area-inset-bottom) + 34px);
  }
}
@media only screen and (min-width: 768px) {
  footer:after {
    display: none;
  }
}
#ft_group a:hover {
  text-decoration: none;
}

.btn_hotarubi a{
	margin: 30px auto;
	width: 90%;
	display: block;
	color:#fff;
	text-align: center;
	font-size: 18px !important;
	background: url("../img/shared/sec_bg2.jpg") repeat center;
	border-radius: 0px;
	padding: 20px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 30px !important;
	letter-spacing: 1px;
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .3);
}