body {
  background: #020929;
  color: #fff;
}

header {
  background: #020929;
}

.shopinfo {
  background: linear-gradient(180deg, rgb(2, 9, 41) 0%, rgb(16, 3, 41) 50%, rgb(0, 0, 0) 100%);
}

.shopinfo__container--map a {
  background: #A0005D;
  color: #fff;
}

a.linkBtn {
  background: #A0005D;
  border: 2px solid #A0005D;
}

#stripeBg {
  background: none !important;
}

#stripeBg #stripeBgInner {
  background: none !important;
}

main#stripeBg {
  color: #fff;
}

.shopinfo__full--bg.service {
  background: none;
}

.shopinfo__full--stripe {
  background: none;
  background-image: none;
}

#price {
  background: none;
}

.shopname_nav {
  background-image: url(../img/230/mv_bg.jpg);
  height: 400px;
  justify-content: center;
  align-items: center;
  background-position: center top;
}

.shopname_nav .container {
  margin-top: 66px;
  color: #fff;
}

.shopinfo__full.active .container {
  margin-top: 0;
  color: #e60012;
}

.banner_slider li span,
.bx-viewport li span {
  color: #fff;
}

#header nav ul li a,
#header nav ul li a:link,
#header nav ul li a:hover,
#header nav ul li a:visited {
  color: #fff;
}

.shopinfo__heading--bar small,
.shopinfo__heading--small small,
.shopinfo__heading--sub small,
.shopinfo__heading small {
  color: #fff;
}

.shopinfo__txt__under-shoptel {
  background: #fff;
}

.linkBtn_bk {
  border: #fff 1px solid;
  color: #fff;
}

.shopinfo__flexitem--service .inner {
  background: none;
}

.shopinfo__flex--panel.border {
  border-color: #fff;
}

.shopinfo__flex--panel.reverse .item:nth-of-type(odd) {
  border-left: 1px solid #fff;
}

.shopinfo__flex--panel.reverse .item:nth-of-type(even) {
  border-right: 1px solid #fff;
}

.shopinfo__flex--panel.reverse .item {
  border: 1px solid #FFF;
  margin-top: -1px;
}

.shopinfo__flex--panel.reverse .item:nth-of-type(even) {
  border-left: none;
}

.shopinfo__flex--panel.border .item>a {
  color: #fff;
}

.shopinfo__flex--panel.menu-panel .item:first-child,
.shopinfo__flex--panel.menu-panel .item:nth-child(2) {
  border-top: 1px solid #fff;
}

.shopinfo__flex--panel.border .item {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.shopinfo__heading,
.shopinfo__heading--bar,
.shopinfo__heading--small,
.shopinfo__heading--sub {
  font-family: "Sawarabi Mincho";
}

.shopinfo__heading,
.shopinfo__heading--bar,
.shopinfo__heading--sub {
  filter: drop-shadow(2px 4px 6px rgba(221, 170, 85, 0.6666666667));
}

.shopinfo__heading--sub {
  font-size: 60px;
}

.shopinfo__full .shopinfo__list--pagenav a.price {
  color: #fff;
}

.shopinfo__full.active .shopinfo__list--pagenav a.price {
  color: #e60012;
}

#price {
  background: transparent;
}

#price .shopinfo__heading--sub {
  width: 96%;
  margin: 0 auto;
}

#price .price-special__list a {
  color: #fff;
}

h4.pricetable__header+div {
  display: none;
}

.price_table .price {
  color: #fff;
  background: #000;
}

.price_table .bgHdp {
  color: #fff;
  background-color: rgb(2, 9, 41);
}

.s_table .price_time,
.n_table .price_time {
  background: #000;
}

.mn_table .price_time {
  color: #B1C2FC;
}

@media screen and (max-width: 768px) {
  .n_table .pricetable__header {
    border: 1px solid #44AFFF;
    color: #44AFFF;
  }
  .n_table .drink-suggest {
    background-color: #44AFFF;
  }
  .n_table .pricetable__header.active {
    background: #44AFFF;
    border-color: #44AFFF;
    color: #44AFFF !important;
    border: 2px solid #44AFFF;
  }
  .n_table .price_table {
    border: 2px solid #44AFFF;
  }
  .mn_table .pricetable__header {
    border: 1px solid #B1C2FC;
    color: #B1C2FC;
  }
  .mn_table .drink-suggest {
    background-color: #B1C2FC;
  }
  .mn_table .pricetable__header.active {
    color: #B1C2FC !important;
    border: 2px solid #B1C2FC;
  }
  .mn_table .price_table {
    border: 2px solid #B1C2FC;
  }
}

.icon-wrap {
  position: absolute;
  right: 5px;
  top: 50%;
  transform: translatey(-50%);
  width: 38px;
  height: 38px;
}

.icon {
  position: relative;
  display: inline-block;
  width: 100%;
  height: 100%;
}

.icon:before,
.icon:after {
  position: absolute;
  content: "";
  display: block;
  transition: all 0.4s;
  background: #eb6120;
  left: 50%;
  top: 50%;
  width: 30%;
  height: 1px;
  transform: translate(-50%, -50%);
}

.icon.nt:before,
.icon.nt:after {
  background: #0054A7;
}

.icon:before,
.icon.nt:before {
  transform: translate(-50%, -50%) rotate(90deg);
}

.icon.open:before {
  transform: translate(-50%, -50%) rotate(0deg);
}

#shopName {
  text-align: center;
}

#shopData {
  width: 96%;
  margin: 1.5em auto 5em;
}

#shopData li {
  margin-bottom: 0.5em;
}

#shopData dl {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

#shopData dt {
  width: 25%;
  color: #c99c4f;
}

#shopData dd {
  width: 60%;
  color: #fff;
}

.pricetable__header {
  background: none;
}

.price_table {
  background: none;
}

.price_table .price {
  background: none !important;
}

.shopinfo__full--white {
  background: none;
}

.shopinfo__list--pagenav li {
  position: relative;
  color: #fff;
  text-align: center;
  background: url("/img/common/33/diagonalline.svg") no-repeat 100%;
  padding: 0 7% 0 3.5%;
}

.shopinfo__full.active .shopinfo__list--pagenav a {
  color: #e60012;
}

.shopinfo__list--vertical .sugukara {
  background: rgba(150, 150, 150, 0.75) !important;
}

.banner_slider li span,
.bx-viewport li span {
  color: #000;
}

.banner_slider li span,
.bx-viewport li span.cpnTitle {
  color: #fff;
}

@media screen and (max-width: 768px) {
  .pricetable__header.active {
    background-color: #090629 !important;
  }

  .pricetable__header .js-icon {
    -webkit-text-stroke: rgba(0, 0, 0, 0) !important;
  }

  .pricetable__header.active .js-icon {
    -webkit-text-stroke: rgba(0, 0, 0, 0) !important;
  }

  .shopname_nav {
    background-image: url(../img/230/mv_bg_sp.jpg);
    background-size: cover;
  }
}

.notification.shopinfo__column--drink_heading a,
.shopinfo__column--inner.notification a {
  color: #FFF;
}

/* ==============================================================
 Less than TABLET
================================================================= */
@media screen and (max-width: 979px) {
  .price_table .attribute {
    color: #fff;
  }

  .price_table tr:nth-child(even) td {
    background: #000 !important;
  }

  .price_table .bgHdp,
  .drink_table .hdp {
    background-color: transparent !important;
  }

  .price_table_area .attribute,
  .drink_table .attribute {
    background: transparent !important;
  }
}

/* ==============================================================
 Less than SP-LANDSCAPE
================================================================= */
@media screen and (max-width: 568px) {
  #intro #mv::before {
    padding-top: 180%;
    background: url(../img/mv_bg_sp.jpg) top/cover no-repeat;
  }

  #intro .mv_img {
    max-width: 80%;
  }

  #price .shopinfo__heading--sub {
    margin: 0 auto;
  }

  #intro .deep_image {
    position: relative;
    /* background-size: auto; */
  }

  #comingsoon .wrap {
    max-width: 90%;
  }

  .shopinfo__full .shopinfo__list--pagenav {
    position: relative;
    color: #fff;
  }

  .shopinfo__full .shopinfo__list--pagenav a {
    background-image: none;
  }

  .shopinfo__full .shopinfo__list--pagenav a::before {
    content: "";
    background: #fff;
    width: 96%;
    height: 90%;
    display: block;
    position: absolute;
    top: 0;
    color: #fff !important;
  }

  .shopinfo__full .shopinfo__list--pagenav a.price {
    color: #fff;
  }

  .shopinfo__full .shopinfo__list--pagenav a.reservation {
    color: #fff;
  }

  .shopinfo__full .shopinfo__list--pagenav a.vacancy {
    color: #fff;
  }

  .shopinfo__full .shopinfo__list--pagenav a.price::before {
    -webkit-mask: url("/img/common/33/ic_price.svg") no-repeat center center/contain;
    mask: url("/img/common/33/ic_price.svg") no-repeat center center/contain;
  }

  .shopinfo__full .shopinfo__list--pagenav a.reservation::before {
    -webkit-mask: url("/img/common/33/ic_reserve.svg") no-repeat center center/contain;
    mask: url("/img/common/33/ic_reserve.svg") no-repeat center center/contain;
  }

  .shopinfo__full .shopinfo__list--pagenav a.vacancy::before {
    -webkit-mask: url("/img/common/33/ic_aki.svg") no-repeat center center/contain;
    mask: url("/img/common/33/ic_aki.svg") no-repeat center center/contain;
  }

  .shopinfo__full.active .shopinfo__list--pagenav a {
    color: #e60012;
  }

  .shopinfo__full.active .shopinfo__list--pagenav a::before {
    background: #e60012;
  }
}

.shopinfo__flex--panel.menu-panel .item>a.food {
  background-image: url(../../../img/shop/icon/ic_foodmenu_wh.svg);
}

.shopinfo__flex--panel.menu-panel .item>a.food:hover {
  background-image: url(../../../img/shop/icon/ic_foodmenu.svg);
}

.shopinfo__flex--panel.menu-panel .item>a.limited {
  background-image: url(../../../img/shop/icon/ic_limited_wh.svg);
}

.shopinfo__flex--panel.menu-panel .item>a.limited:hover {
  background-image: url(../../../img/shop/icon/ic_limited.svg);
}

.shopinfo__flex--panel.menu-panel .item>a.drink {
  background-image: url(../../../img/shop/icon/ic_drinkmenu_wh.svg);
}

.shopinfo__flex--panel.menu-panel .item>a.drink:hover {
  background-image: url(../../../img/shop/icon/ic_drinkmenu.svg);
}

.shopinfo__flex--panel.menu-panel .item>a.house {
  background-image: url(../../../img/shop/icon/ic_house_wh.svg);
}

.shopinfo__flex--panel.menu-panel .item>a.house:hover {
  background-image: url(../../../img/shop/icon/ic_house.svg);
}

.shopinfo__flex--panel.menu-panel .item>a:hover {
  color: #1a1a1a;
  background-color: #fff;
}

/*# sourceMappingURL=shop_230.css.map */

.info__price {
  width: min(800px, 100%);
  margin: 24px auto 40px;
  padding: 16px;
  border-radius: 8px;
  background: rgba(150, 150, 150, 0.75) !important;
}

.info__price strong {
  background: linear-gradient(transparent 60%, #E94D59 60%);
  padding: 0 2px;
  color: #FFF;
  font-weight: bold;
  text-decoration: none;
}