@charset "UTF-8";
*, *:before, *:after {
  box-sizing: border-box; }

html {
  font-size: 62.5%;
  scroll-behavior: smooth;
  scroll-padding-top: 70px; }
  html:focus {
    outline: none; }

body {
  font-family: "Noto Sans JP";
  font-weight: 400;
  font-size: 15px;
  line-height: 1.6;
  color: #1A1311;
  margin: 0;
  background: #F8F8F8; }

address {
  font-style: normal; }

ul {
  margin: 0;
  padding: 0;
  list-style: none; }

ol {
  padding-left: 1em;
  margin: 0; }
  ol li {
    color: #000;
    font-size: 14px;
    font-weight: 500;
    line-height: 220%;
    letter-spacing: 0.7px; }

img {
  vertical-align: bottom;
  flex-shrink: 0; }

.oswald {
  font-family: "Oswald", sans-serif;
  font-weight: 500; }

h1, h2, h3, h4, h5, h6 {
  margin-bottom: 30px; }

p {
  margin-top: 15px;
  margin-bottom: 15px; }
  p a {
    color: #1A1311;
    text-decoration: underline; }

/* ----------------------------------- */
/* コンテナ
/* ----------------------------------- */
.home .l-container {
  margin: 0 !important;
  padding: 0 !important;
  width: 100%;
  max-width: 100%; }

.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
  transition: ease-in .1s; }
  @media screen and (min-width: 1211px) {
    .container {
      max-width: 970px; } }
  @media screen and (min-width: 768px) and (max-width: 1210px) {
    .container {
      max-width: 940px;
      padding-left: 5%;
      padding-right: 5%; } }
  @media screen and (max-width: 767px) {
    .container {
      max-width: 750px; } }

/* ----------------------------------- */
/* pc sp 表示非表示
/* ----------------------------------- */
.pc {
  display: block !important; }

.sp {
  display: none !important; }

@media screen and (max-width: 767px) {
  .pc {
    display: none !important; }

  .sp {
    display: block !important; } }
/* ----------------------------------- */
/* リンク */
/* ----------------------------------- */
a {
  transition: all ease .3s;
  text-decoration: none;
  color: #fff; }
  a:hover, a:focus {
    transition: all ease .3s; }
  a:focus, a:active, a:hover {
    outline: 0;
    text-decoration: none; }
  a img:hover {
    opacity: 0.8; }

a.blank::after {
  content: "";
  width: 11.5px;
  height: 12px;
  background-image: url("../images/shop/gaibu_link_icon.svg");
  background-size: cover;
  display: inline-block;
  margin-left: 4.5px; }

/* ----------------------------------- */
/* イメージ */
/* ----------------------------------- */
img {
  vertical-align: bottom;
  max-width: 100%;
  height: auto;
  flex-shrink: 0;
  aspect-ratio: attr(width)/attr(height); }

/* ----------------------------------- */
/* header
/* ----------------------------------- */
header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 80px;
  padding: 12px 15px;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  z-index: 90;
  opacity: 0;
  transition: all ease .3s;
  pointer-events: none; }
  header.fixed {
    opacity: 1;
    pointer-events: auto; }
  header .headerCnt {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    position: relative; }
    header .headerCnt #logoArea {
      width: 50px; }
      header .headerCnt #logoArea a {
        margin: 0; }
        header .headerCnt #logoArea a h1 {
          margin: 0; }
      header .headerCnt #logoArea img {
        width: 100%; }
    header .headerCnt #headerContact {
      width: auto;
      margin-right: 168px; }
      header .headerCnt #headerContact ul {
        display: table;
        margin-top: 14px; }
        header .headerCnt #headerContact ul li {
          display: table-cell;
          height: 16px; }
          header .headerCnt #headerContact ul li a {
            color: #1A1311;
            font-family: "p22-underground-sc", sans-serif;
            font-weight: 600;
            font-style: normal;
            padding: 0 18px;
            border-right: 1px solid #1A1311; }
          header .headerCnt #headerContact ul li:last-child a {
            border-right: none; }
    header .headerCnt #shop_link {
      width: 40px;
      height: 40px;
      background: url("../images/shop/cart.svg") no-repeat;
      background-size: cover;
      background-position: top left;
      position: absolute;
      top: 8px;
      right: 184px; }
    header .headerCnt #reservation_link {
      width: 166px;
      height: 40px;
      background: #1A1311 url("../images/shop/calendar.svg") no-repeat;
      background-size: 16px;
      background-position: center left 20px;
      border-radius: 20px;
      position: absolute;
      top: 8px;
      right: 0;
      padding: 10px 30px 10px 50px;
      font-size: 14px;
      font-family: "p22-underground-sc", sans-serif;
      font-weight: 600;
      font-style: normal;
      border: 1px solid #000; }
    @media screen and (min-width: 767px) {
      header .headerCnt #reservation_link:hover {
        background: #fff url("../images/shop/calendar_b.svg") no-repeat;
        background-size: 16px;
        background-position: center left 20px;
        color: #000; } }

@media screen and (max-width: 950px) {
  header {
    height: 60px;
    padding: 2px 15px; }
    header .headerCnt {
      display: table;
      height: 100%; }
      header .headerCnt #logoArea {
        width: 100%;
        display: table-cell;
        vertical-align: middle; }
        header .headerCnt #logoArea a h1 {
          display: contents;
          vertical-align: middle; }
          header .headerCnt #logoArea a h1 img {
            vertical-align: middle;
            max-width: 42px; }
      header .headerCnt #headerContact {
        display: none; }
      header .headerCnt #shop_link {
        right: 48px; }
      header .headerCnt #reservation_link {
        display: none; } }
#header_top {
  margin: 0; }

/* ----------------------------------- */
/* ハンバーガーメニュー */
/* ----------------------------------- */
/* ハンバーガーメニューボタン（デフォルトは非表示） */
.hamburger-btn {
  display: none;
  position: fixed;
  top: -5px;
  padding-right: 15px;
  padding-left: 0;
  right: 0;
  width: 45px;
  height: 56px;
  background: none;
  cursor: pointer;
  z-index: 1001;
  border: none; }
  .hamburger-btn::after {
    content: "MENU";
    font-size: 10px;
    font-family: "p22-underground-sc", sans-serif;
    font-weight: 600;
    font-style: normal;
    position: absolute;
    bottom: 0;
    left: 0; }

/* ハンバーガーアイコン */
.hamburger-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%; }

.hamburger-line {
  width: 30px;
  height: 2px;
  background: #333;
  margin: 4px 0;
  transition: all 0.3s ease;
  transform-origin: center; }

.hamburger-line:nth-child(3) {
  width: 20px;
  margin-left: -10px; }

/* ハンバーガーメニューが開いている時のアニメーション */
.hamburger-btn.open .hamburger-line:nth-child(1) {
  transform: rotate(45deg) translate(8.5px, 7px);
  width: 34px; }

.hamburger-btn.open .hamburger-line:nth-child(2) {
  opacity: 0; }

.hamburger-btn.open .hamburger-line:nth-child(3) {
  transform: rotate(-45deg) translate(7.5px, -6px);
  width: 34px;
  margin-left: 0; }

/* モバイル用メニューオーバーレイ */
.mobile-menu-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 80;
  opacity: 0;
  transition: opacity 0.3s ease;
  pointer-events: none; }

.mobile-menu-overlay.show {
  opacity: 1;
  pointer-events: auto; }

/* スマートフォン用スタイル */
@media screen and (max-width: 950px) {
  /* ハンバーガーボタンを表示 */
  .hamburger-btn {
    display: block; }

  /* モバイルメニューオーバーレイを表示 */
  .mobile-menu-overlay {
    display: block; }

  /* モバイル用メニュー */
  .mobile-menu {
    position: fixed;
    top: 60px;
    right: -100%;
    max-width: 320px;
    width: 100%;
    height: 100vh;
    z-index: 1000;
    transition: right 0.8s ease;
    padding: 30px 22px; }
    .mobile-menu::after {
      content: "";
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      opacity: 0.9;
      background: #fff;
      backdrop-filter: blur(32px); }
    .mobile-menu .menu-list {
      position: relative;
      z-index: 2; }
      .mobile-menu .menu-list .menu-item {
        margin-bottom: 12px; }
        .mobile-menu .menu-list .menu-item a {
          color: #222222;
          font-size: 20px;
          font-weight: 600; } }
@media screen and (max-width: 950px) and (max-width: 768px) {
  .mobile-menu {
    top: 60px; } }
@media screen and (max-width: 950px) {
  .mobile-menu.show {
    right: 0; } }
@media screen and (min-width: 950px) {
  #mobileMenu {
    display: none; } }
.hamburger_btn {
  padding-top: 40px;
  position: relative;
  z-index: 2; }
  .hamburger_btn a {
    width: 100%;
    max-width: 300px;
    padding: 16px;
    height: 48px;
    opacity: 1 !important; }

.title_h2 {
  font-size: 24px;
  font-weight: 700;
  padding-bottom: 22px;
  position: relative;
  margin-top: 0;
  margin-bottom: 43px; }
  .title_h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 50px;
    height: 2px;
    background: #1A1311; }

.title_h3 {
  font-size: 16px; }
  .title_h3.bb_b {
    padding-bottom: 10px;
    border-bottom: 1px dotted #1A1311; }

.column2_box {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 50px;
  padding-bottom: 47px; }
  .column2_box .c_box p {
    line-height: 200%;
    margin-bottom: 15px; }

.column3_box {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
  padding-bottom: 47px; }
  .column3_box .c_box p {
    line-height: 200%;
    margin-bottom: 15px; }

@media print, screen and (max-width: 768px) {
  .column2_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px; }
    .column2_box .c_box p {
      line-height: 200%; }

  .column3_box {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px; }
    .column3_box .c_box p {
      line-height: 200%; } }
/* ----------------------------------- */
/* #main
/* ----------------------------------- */
#main {
  overflow: hidden; }

/* ----------------------------------- */
/* footer
/* ----------------------------------- */
footer {
  width: 100%;
  padding: 233px 15px 15px;
  background: #fff;
  text-align: left;
  position: relative;
  overflow: hidden; }
  footer .container {
    position: relative; }
  footer h2 {
    font-size: 22px;
    margin-top: 0;
    margin-bottom: 15px; }
  footer p {
    font-size: 14px;
    line-height: 2; }
  footer .page_top {
    position: absolute;
    background: url("../images/shop/top.svg") no-repeat;
    background-position: top left;
    background-size: cover;
    width: 42px;
    height: 73px;
    top: 0;
    right: 42px; }
  footer .copyright_area {
    padding: 24px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    footer .copyright_area .sns_box {
      display: flex; }
      footer .copyright_area .sns_box a {
        width: 24px;
        height: 24px;
        background: #000;
        display: block;
        margin-right: 20px; }
        footer .copyright_area .sns_box a.fb {
          background: url("../images/shop/facebook.svg") no-repeat;
          background-position: center;
          background-size: cover; }
        footer .copyright_area .sns_box a.instagram {
          background: url("../images/shop/Instagram.svg") no-repeat;
          background-position: center;
          background-size: cover; }
    footer .copyright_area p {
      display: table; }

@media screen and (max-width: 768px) {
  footer {
    margin-bottom: 64px;
    padding: 97px 0 0; }
    footer .container {
      position: relative; }
    footer .page_top {
      right: 15px;
      width: 42px; }
    footer h2 {
      padding-top: 90px;
      text-align: left;
      font-size: 22px; }
    footer .footer_menu {
      display: flex;
      flex-wrap: wrap;
      margin: 48px 0 35px; }
      footer .footer_menu li {
        margin-right: 0;
        width: 100%;
        display: block;
        text-align: center;
        margin-bottom: 1em; }
        footer .footer_menu li a {
          color: var(--logo_text, #222);
          font-family: "Noto Sans JP";
          font-size: 16px;
          font-style: normal;
          font-weight: 500;
          line-height: 100%;
          /* 16px */ }
    footer .copyright_area {
      padding: 24px 0;
      display: block;
      flex-wrap: wrap;
      justify-content: space-between; }
      footer .copyright_area .sns_box {
        display: -webkit-flex;
        display: flex;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-align-items: center;
        align-items: center; }
        footer .copyright_area .sns_box a {
          width: 24px;
          height: 24px;
          background: #000;
          display: block;
          margin-right: 10px;
          margin-left: 10px; }
          footer .copyright_area .sns_box a.fb {
            background: url("../images/shop/facebook.svg") no-repeat;
            background-position: center;
            background-size: cover; }
          footer .copyright_area .sns_box a.instagram {
            background: url("../images/shop/Instagram.svg") no-repeat;
            background-position: center;
            background-size: cover; }
      footer .copyright_area p {
        display: block;
        text-align: center; } }
/* ----------------------------------- */
/* フォントサイズ・余白 */
/* ----------------------------------- */
.fs12 {
  font-size: 12px !important; }

.fs14 {
  font-size: 14px !important; }

.fs16 {
  font-size: 16px !important; }

.fs18 {
  font-size: 18px !important; }

.fs20 {
  font-size: 20px !important; }

.fs22 {
  font-size: 22px !important; }

.fs24 {
  font-size: 24px !important; }

.mt0 {
  margin-top: 0	 !important; }

.mt5 {
  margin-top: 5px !important; }

.mt10 {
  margin-top: 10px !important; }

.mt15 {
  margin-top: 15px !important; }

.mt20 {
  margin-top: 20px !important; }

.mt25 {
  margin-top: 25px !important; }

.mt30 {
  margin-top: 30px !important; }

.mt35 {
  margin-top: 35px !important; }

.mt40 {
  margin-top: 40px !important; }

.mt50 {
  margin-top: 50px !important; }

.mt60 {
  margin-top: 60px !important; }

.mt70 {
  margin-top: 70px !important; }

.mt80 {
  margin-top: 80px !important; }

.mt90 {
  margin-top: 90px !important; }

.mt100 {
  margin-top: 100px !important; }

.mt120 {
  margin-top: 120px !important; }

.mb0 {
  margin-bottom: 0   !important; }

.mb5 {
  margin-bottom: 5px !important; }

.mb8 {
  margin-bottom: 8px !important; }

.mb10 {
  margin-bottom: 10px !important; }

.mb15 {
  margin-bottom: 15px !important; }

.mb16 {
  margin-bottom: 16px !important; }

.mb20 {
  margin-bottom: 20px !important; }

.mb24 {
  margin-bottom: 24px !important; }

.mb30 {
  margin-bottom: 30px !important; }

.mb32 {
  margin-bottom: 32px !important; }

.mb35 {
  margin-bottom: 35px !important; }

.mb40 {
  margin-bottom: 40px !important; }

.mb45 {
  margin-bottom: 45px !important; }

.mb48 {
  margin-bottom: 48px !important; }

.mb50 {
  margin-bottom: 50px !important; }

.mb55 {
  margin-bottom: 55px !important; }

.mb60 {
  margin-bottom: 60px !important; }

.mb65 {
  margin-bottom: 65px !important; }

.mb70 {
  margin-bottom: 70px !important; }

.mb75 {
  margin-bottom: 75px !important; }

.mb80 {
  margin-bottom: 80px !important; }

.mb85 {
  margin-bottom: 85px !important; }

.mb90 {
  margin-bottom: 90px !important; }

.mb95 {
  margin-bottom: 95px !important; }

.mb100 {
  margin-bottom: 100px !important; }

.mb120 {
  margin-bottom: 120px !important; }

/* ----------------------------------- */
/* タイトル */
/* ----------------------------------- */
/* ----------------------------------- */
/* fv_area */
/* ----------------------------------- */
/* ----------------------------------- */
/* about_area */
/* ----------------------------------- */
/* ----------------------------------- */
/* point_area */
/* ----------------------------------- */
/* ----------------------------------- */
/* cta_area */
/* ----------------------------------- */
.cta_area {
  padding: 60px 0 0; }
  .cta_area .bg_1 {
    background: #AC1619; }
    .cta_area .bg_1 h2 {
      color: #FFF;
      font-size: 57px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      padding: 48px 0 15px;
      margin: 0;
      display: block; }
      .cta_area .bg_1 h2 span {
        font-size: 44px; }
  .cta_area .bg_2 {
    background: #fff;
    padding: 12px 0 6px; }
    .cta_area .bg_2 img {
      max-width: 713px; }
  .cta_area .bg_3 {
    background: #AC1619; }
    .cta_area .bg_3 .text1 {
      color: #FFF;
      font-size: 28px;
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      margin-top: 0;
      margin-bottom: 22px; }
    .cta_area .bg_3 .text2 {
      color: #FFF;
      font-size: 14px;
      font-style: normal;
      font-weight: 400;
      line-height: 180%;
      /* 25.2px */
      margin: 0; }
    .cta_area .bg_3 .btn_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      max-width: 670px; }
      .cta_area .bg_3 .btn_box a {
        width: calc( ( 100% - ( 35px * ( 2 - 1) ) ) / 2 );
        height: 75px; }
    .cta_area .bg_3 .container {
      position: relative;
      padding: 20px 15px 40px; }
      .cta_area .bg_3 .container img {
        position: absolute;
        bottom: 0;
        right: -94px;
        width: 393px;
        height: 538px; }
      @media screen and (max-width: 1210px) {
        .cta_area .bg_3 .container img {
          position: absolute;
          bottom: 0px;
          right: 49px;
          width: 216px;
          height: auto; } }
      @media screen and (max-width: 1000px) {
        .cta_area .bg_3 .container img {
          position: absolute;
          bottom: 0px;
          right: 50%;
          width: 184px;
          height: auto;
          margin-right: -486px; } }

@media screen and (max-width: 768px) {
  .cta_area {
    padding: 60px 0 0; }
    .cta_area .container {
      max-width: 375px; }
    .cta_area .bg_1 {
      background: #AC1619; }
      .cta_area .bg_1 h2 {
        font-size: 26px;
        padding: 30px 0 7px; }
        .cta_area .bg_1 h2 span {
          font-size: 20px; }
    .cta_area .bg_2 {
      background: #fff;
      padding: 12px 0 6px; }
      .cta_area .bg_2 img.pc {
        max-width: 713px !important; }
      .cta_area .bg_2 img.sp {
        max-width: 227px !important; }
    .cta_area .bg_3 {
      background: #AC1619; }
      .cta_area .bg_3 .text1 {
        font-size: 16px;
        max-width: 215px; }
      .cta_area .bg_3 .text2 {
        text-align: center; }
      .cta_area .bg_3 .btn_box {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
        max-width: 670px; }
        .cta_area .bg_3 .btn_box a {
          width: 100%;
          height: 75px;
          margin-bottom: 20px; }
      .cta_area .bg_3 .container {
        position: relative;
        padding: 20px 15px 22px; }
        .cta_area .bg_3 .container img {
          bottom: 237px;
          right: 15px;
          width: 136px;
          height: 174px;
          margin-right: 0; } }
@media screen and (max-width: 378px) {
  .cta_area {
    padding: 60px 0 0; }
    .cta_area .bg_2 img.sp {
      max-width: calc( 100% - 119px ) !important; }
    .cta_area .bg_3 {
      background: #AC1619; }
      .cta_area .bg_3 .text1 {
        max-width: calc( 100% - 140px ) !important; } }
.fixedBtn {
  position: fixed;
  z-index: 80;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(100%);
  opacity: 0;
  transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94), opacity 0.3s ease; }
  .fixedBtn a {
    width: 100%;
    height: 64px;
    background: #CC4300;
    display: block;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 100%;
    /* 18px */
    padding: 22px 5px;
    float: left; }
    .fixedBtn a .icon {
      padding: 0 0 0 40px;
      background: url("../images/shop/calendar.svg") no-repeat;
      background-position: center left;
      background-size: 24px;
      font-family: "p22-underground-sc", sans-serif;
      font-size: 20px;
      line-height: 30px; }
      .fixedBtn a .icon span {
        margin-left: 5px;
        font-family: "Noto Sans JP";
        font-size: 14px; }
  .fixedBtn.show {
    transform: translateY(0);
    opacity: 1; }

@media screen and (max-width: 768px) {
  .fixedBtn {
    display: block; } }
@media screen and (min-width: 769px) {
  .fixedBtn {
    display: none; } }
.mv {
  position: relative;
  width: 100%; }
  .mv::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(160deg, #000 0 30%, transparent 100%);
    background-image: linear-gradient(160deg, rgba(0, 0, 0, 0.8) 0, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0) 100%);
    z-index: 1; }
  .mv::before {
    content: "";
    width: 100%;
    height: 420px;
    background: url("../images/shop/s_bbk.svg") no-repeat;
    background-position: bottom left;
    background-size: 100%;
    z-index: 4;
    position: absolute;
    bottom: -1px;
    left: 0; }
  .mv .main_copy {
    position: absolute;
    width: 100%;
    z-index: 3;
    top: 203px;
    left: 0; }
    .mv .main_copy .container {
      position: relative; }
      .mv .main_copy .container .main_copy_text {
        position: relative;
        font-size: 56px;
        font-weight: 700;
        color: #fff; }
      @media screen and (max-width: 900px) {
        .mv .main_copy .container .main_copy_text {
          font-size: 5vw; } }
  @media screen and (max-width: 1000px) {
    .mv .main_copy {
      top: 30px;
      left: 0; } }
  .mv .kanban_box {
    position: absolute;
    bottom: 120px;
    left: 0;
    z-index: 3;
    width: 100%;
    max-width: 670px;
    height: 120px;
    background: #fff;
    padding: 20px 20px 20px 20px;
    display: flex; }
    .mv .kanban_box img {
      margin-right: 50px; }
    .mv .kanban_box p {
      font-size: 28px;
      font-weight: 700;
      margin: 20px 0 0; }

@media screen and (max-width: 768px) {
  .mv {
    width: 100%;
    padding-bottom: 190%;
    background: #eee;
    position: relative;
    overflow: hidden;
    transition: all ease .3s; }
    .mv .mv_img {
      position: absolute;
      width: 100%;
      height: 100%;
      object-fit: cover;
      font-family: 'object-fit: cover;' !important;
      transition: all ease .3s; }
    .mv .main_copy {
      top: 25vw; }
      .mv .main_copy .container {
        position: relative; }
        .mv .main_copy .container .main_copy_text {
          font-size: 8vw;
          margin-top: 0; }
    .mv .kanban_box {
      position: absolute;
      bottom: 120px;
      left: 0;
      z-index: 3;
      width: auto;
      max-width: auto;
      height: auto;
      background: #fff;
      padding: 20px 20px 20px 20px;
      display: flex; }
      .mv .kanban_box img {
        margin-right: 50px;
        width: 60px; }
      .mv .kanban_box p {
        font-size: 20px;
        font-weight: 700;
        margin: 0 0 0; } }
#news_area {
  padding: 100px 0;
  background: #F5F5F5; }

.title-icon {
  display: flex;
  align-items: center;
  font-family: "p22-underground-sc", sans-serif;
  font-weight: 600;
  font-style: normal;
  font-size: 32px;
  margin: 0 0 40px; }
  .title-icon::before {
    content: "";
    width: 32px;
    height: 32px;
    animation: movecolor 20s ease infinite forwards;
    border-radius: 50px;
    margin-right: 8px;
    display: block;
    margin-bottom: 4px;
    background: linear-gradient(-45deg, #8E2986, #00BAC9, #310693, #ADB407, #666666);
    background-size: 400% 400%; }
  .title-icon.color2::before {
    background: linear-gradient(-45deg, #B40735, #06938E, #B407A0, #068E93);
    background-size: 400% 400%; }

@keyframes movecolor {
  0% {
    background-position: 0% 50%; }
  50% {
    background-position: 100% 50%; }
  100% {
    background-position: 0% 50%; } }
.news-postListWrap {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px; }
  .news-postListWrap .thumbnail {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 60%;
    margin-bottom: 10px; }
    .news-postListWrap .thumbnail img {
      position: absolute;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .news-postListWrap time {
    font-size: 14px;
    font-weight: 600;
    color: #1A1311; }
  .news-postListWrap p {
    font-size: 16px;
    font-weight: 600;
    color: #1A1311;
    margin: 15px 0 0; }

@media screen and (max-width: 768px) {
  .news-postListWrap {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 20px;
    margin-bottom: -30px; }
    .news-postListWrap p {
      margin-bottom: 40px; } }
.btn {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  color: #1A1311;
  text-decoration: none; }

.btn.type1 {
  width: 240px;
  height: 60px;
  background-color: #fff;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
  margin: 50px auto; }

.btn.type1 svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.btn.type1 svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #000;
  stroke-width: 2;
  stroke-dasharray: 232px, 21px;
  stroke-dashoffset: 58px; }

.btn.type1 span {
  color: #000; }

@media print, screen and (min-width: 768px) {
  .btn.type1:hover svg rect {
    stroke-dashoffset: 284px; } }
.btn2 {
  font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem 4rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: all 0.3s;
  text-align: center;
  color: #fff;
  text-decoration: none; }

.btn2.type1 {
  width: 240px;
  height: 60px;
  font-family: p22-underground, sans-serif;
  font-weight: 600;
  margin: 50px auto; }

.btn2.type1 svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.btn2.type1 svg rect {
  -webkit-transition: all 400ms ease;
  transition: all 400ms ease;
  stroke: #fff;
  stroke-width: 2;
  stroke-dasharray: 232px, 21px;
  stroke-dashoffset: 58px; }

.btn2.type1 span {
  color: #fff; }

@media print, screen and (min-width: 768px) {
  .btn2.type1:hover svg rect {
    stroke-dashoffset: 284px; } }
#concept_area {
  padding: 0 0 100px;
  background: url("../images/shop/room_bk.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  overflow: hidden;
  position: relative; }
  #concept_area::before {
    content: "";
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    background: url("../images/shop/s_bbk2.svg") no-repeat;
    background-position: top right;
    background-size: cover;
    z-index: 2;
    position: absolute;
    pointer-events: none; }
  #concept_area::after {
    content: "";
    width: 100%;
    height: 500px;
    bottom: 0;
    left: 0;
    background: url("../images/shop/s_bbk3.svg") no-repeat;
    background-position: bottom left;
    background-size: cover;
    z-index: 2;
    position: absolute;
    pointer-events: none; }
  #concept_area .container {
    position: relative;
    z-index: 3; }
    #concept_area .container .slider_area {
      width: 1530px;
      max-width: 1530px;
      overflow: hidden;
      height: 300px;
      position: absolute;
      top: 0;
      left: 0; }
    #concept_area .container .img_text_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 428px;
      padding-bottom: 56px; }
      #concept_area .container .img_text_box .img_box {
        width: calc( 100% - 600px );
        position: relative;
        min-height: 568px; }
        #concept_area .container .img_text_box .img_box img {
          width: 470px;
          max-width: 470px;
          position: absolute;
          top: 62px;
          left: -130px; }
      @media print, screen and (max-width: 1200px) {
        #concept_area .container .img_text_box .img_box {
          width: calc( 100% - 540px ); }
          #concept_area .container .img_text_box .img_box img {
            width: 100%;
            max-width: 470px;
            position: inherit;
            top: auto;
            left: auto; } }
      #concept_area .container .img_text_box .text_box {
        width: 500px; }
        #concept_area .container .img_text_box .text_box h2 {
          color: #FFFFFF;
          margin-top: 0;
          font-size: 32px; }
        #concept_area .container .img_text_box .text_box p {
          color: #FFFFFF;
          font-size: 16px; }

@media print, screen and (max-width: 768px) {
  #concept_area {
    padding: 0 0 100px; }
    #concept_area .container .slider_area {
      width: 958px;
      max-width: 2000px;
      height: 168px;
      background: #000;
      position: absolute;
      top: 0;
      left: 0; }
    #concept_area .container .img_text_box {
      display: flex;
      flex-wrap: wrap;
      justify-content: space-between;
      padding-top: 234px;
      padding-bottom: 56px; }
      #concept_area .container .img_text_box .img_box {
        width: 100%;
        position: relative;
        min-height: auto;
        order: 2;
        margin-left: -15px; }
        #concept_area .container .img_text_box .img_box img {
          width: 100%;
          max-width: 100%; }
      #concept_area .container .img_text_box .text_box {
        width: 100%;
        order: 1; }
        #concept_area .container .img_text_box .text_box h2 {
          color: #FFFFFF;
          margin-top: 0;
          font-size: 28px; }
        #concept_area .container .img_text_box .text_box p {
          color: #FFFFFF;
          font-size: 14px; } }
#menu_area {
  background: #F5F5F5;
  padding: 60px 0 0; }

#seat_area {
  padding: 120px 0;
  background: url("../images/shop/room_bk.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  #seat_area::before {
    content: "";
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    background: url("../images/shop/s_bbk2.svg") no-repeat;
    background-position: top right;
    background-size: cover;
    z-index: 2;
    position: absolute;
    pointer-events: none; }
  #seat_area::after {
    content: "";
    width: 100%;
    height: 500px;
    bottom: 0;
    left: 0;
    background: url("../images/shop/s_bbk3.svg") no-repeat;
    background-position: bottom left;
    background-size: cover;
    z-index: 2;
    position: absolute;
    pointer-events: none; }
  #seat_area .title_h2 {
    padding-top: 74px;
    color: #fff; }
    #seat_area .title_h2::after {
      background: #fff; }
  #seat_area .title_h3 {
    color: #fff; }
    #seat_area .title_h3.bb_b {
      border-bottom: 1px dotted #fff; }
  #seat_area p {
    color: #fff; }

#info_area {
  background: #F5F5F5;
  padding: 60px 0; }

#access_area {
  background: #fff;
  padding: 188px 0 120px;
  position: relative; }
  #access_area::before {
    content: "";
    width: 100%;
    height: 500px;
    top: 0;
    left: 0;
    background: url("../images/shop/s_bbk2.svg") no-repeat;
    background-position-x: 0%;
    background-position-y: 0%;
    background-size: auto;
    background-position: top right;
    background-size: cover;
    z-index: 2;
    position: absolute;
    pointer-events: none; }

.table_type2 {
  border-collapse: collapse; }
  .table_type2 tr {
    border-bottom: 1px solid #1A1311; }
    .table_type2 tr th {
      text-align: left;
      width: 280px;
      padding: 15px 0;
      font-size: 16px;
      vertical-align: top; }
    .table_type2 tr td {
      text-align: left;
      padding: 15px 0;
      font-size: 16px; }

@media print, screen and (max-width: 768px) {
  .table_type2 {
    border-collapse: collapse; }
    .table_type2 tr {
      border-bottom: 1px solid #1A1311; }
      .table_type2 tr th {
        width: 100%;
        display: block;
        font-size: 14px; }
      .table_type2 tr td {
        padding-top: 0;
        width: 100%;
        display: block;
        font-size: 14px; } }
.cy_ul {
  padding-left: 16px;
  margin-top: 5px; }
  .cy_ul li {
    position: relative;
    font-size: 14px;
    margin-bottom: 5px;
    line-height: 1.4em; }
    .cy_ul li::before {
      content: "※";
      position: absolute;
      top: 0;
      left: -16px; }

.g_map {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 300px; }
  .g_map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

@media print, screen and (max-width: 768px) {
  .od1 {
    order: 1; }

  .od2 {
    order: 2; } }
.reserbation_area {
  background: url("../images/shop/footer_bk.jpg") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 86px 15px;
  position: relative; }
  .reserbation_area::after {
    content: "";
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    background: #1A1311;
    opacity: 0.8;
    top: 0;
    left: 0; }
  .reserbation_area .container {
    position: relative;
    z-index: 3; }
    .reserbation_area .container h2 {
      color: #fff;
      font-size: 18px;
      text-align: center;
      margin-top: 0; }
      .reserbation_area .container h2 span {
        display: block;
        font-size: 80px;
        font-weight: 600;
        text-align: center;
        font-family: "p22-underground-sc", sans-serif;
        margin: 0 auto;
        text-align: center;
        line-height: 1; }
    .reserbation_area .container a {
      margin-top: 30px;
      margin-bottom: 0; }

@media print, screen and (max-width: 768px) {
  .reserbation_area .container h2 span {
    font-size: 42px; } }
.side_btn {
  position: fixed;
  top: 50%;
  right: 0;
  margin-top: -138px;
  width: 64px;
  height: 276px;
  z-index: 5;
  background: #CC4300;
  border: 1px solid #FF9E6E;
  border-radius: 10px 0 0 10px;
  transition: all ease .3s; }
  .side_btn a {
    width: 64px;
    height: 276px;
    display: block;
    padding: 75px 20px 0;
    background: url("../images/shop/calendar.svg") no-repeat;
    background-position: top 27px center;
    background-size: 24px;
    writing-mode: vertical-rl;
    -webkit-writing-mode: vertical-rl;
    font-size: 14px;
    font-weight: 700; }
    .side_btn a span {
      font-family: "p22-underground-sc", sans-serif;
      font-size: 18px;
      font-weight: 900;
      margin-bottom: 10px; }
  @media print, screen and (min-width: 767px) {
    .side_btn:hover {
      opacity: 0.8; } }

@media print, screen and (max-width: 768px) {
  .side_btn {
    display: none; } }
.s_img_bbox {
  width: 100%;
  padding-bottom: 300px;
  background: #eee;
  position: relative;
  overflow: hidden;
  transition: all ease .3s; }
  .s_img_bbox img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;' !important;
    transition: all ease .3s; }

@media print, screen and (max-width: 768px) {
  .s_img_bbox {
    padding-bottom: 168px; } }
@media print, screen and (max-width: 768px) {
  #news_area {
    padding: 52px 0 30px; }

  #concept_area {
    padding: 0 0 27px; }

  #seat_area {
    padding: 17px 0 30px; }

  #access_area {
    padding: 77px 0 67px; } }
/* 左流れスクロール */
.scroll-container {
  position: absolute;
  top: -100px;
  left: 0;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  width: 4930px; }

.scroll-content {
  display: flex;
  animation: scrollLeft 15s linear infinite;
  height: 100%; }

.scroll-item {
  width: 2458px;
  height: auto;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
  margin-right: 50px; }

@keyframes scrollLeft {
  0% {
    transform: translateX(0); }
  100% {
    transform: translateX(-50%); } }
@media print, screen and (max-width: 768px) {
  .scroll-container {
    width: 3278px; }

  .scroll-container {
    top: -41px; }

  .scroll-item {
    min-width: 1639px; } }
@media print, screen and (min-width: 1200px) {
  .mv .kanban_box {
    bottom: auto;
    top: 63%; } }
