@charset "utf-8";

/* 共通 */
body {
  font-family:
    'Helvetica Neue', Arial, 'Hiragino Kaku Gothic ProN', 'Hiragino Sans',
    Meiryo, 'Sawarabi Gothic', sans-serif;
  color: #272343;
  height: 100%;
  overflow-x: hidden;
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  position: relative;
}

body,
body *:not(html):not(style):not(br):not(tr):not(code) {
  box-sizing: border-box;
  font-family:
    -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Helvetica, Arial,
    'Sawarabi Gothic', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
    'Segoe UI Symbol';
}

p,
ul,
ol {
  line-height: 1.4;
  text-align: left;
}

p {
  font-size: 16px;
  line-height: 1.5em;
  text-align: left;
  margin: 0;
}

p.sub {
  font-size: 12px;
}

ul {
  list-style-type: disc;
}

a {
  color: #3869d4;
  text-decoration: none;
  transition: .3s;
}

a:hover {
  color: inherit;
  text-decoration: none;
}

a img {
  border: none;
}

img {
  max-width: 100%;
}

button:not(:disabled),
[type='button']:not(:disabled),
[type='reset']:not(:disabled),
[type='submit']:not(:disabled) {
  border: 0;
}

.link:hover {
  color: #3869d4;
  text-decoration: underline;
  text-decoration-color: #3869d4;
}

.cursorPointer {
  cursor: pointer;
}

.underline {
  text-decoration: underline;
}

.shipporiAntiqueB1 {
  font-family: 'Shippori Mincho B1', serif;
}

.contentTitle {
  font-size: 1.4rem;
  text-align: center;
  margin: 4rem 0 1.5rem;
}

.base-bg {
    background-color: #eae7dc;
}

.primary-bg {
    background-color: #7c191e;
}

.primary-color {
    color: #7c191e;
}

.secondary-bg {
    background-color: #1d3557;
}

.secondary-color {
    color: #1d3557;
}

.accent-bg,
.btn.accent-bg:hover {
    background-color: #d4af37;
}

.d-flex-wrap {
  display: flex;
  flex-wrap: wrap;
  row-gap: 1rem;
}

/*レスポンシブ*/
.pc {
  display: block;
}

.pad-sp,
.sp {
  display: none;
}

/* ヘッダー */
.globalNavi,
.footerMenuList {
  display: inline-flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  list-style: none;
  padding: 0;
  margin: 0;
}

.globalNavi li a,
.globalNavi li .grouppageBtn {
  color: #272343;
  display: block;
  text-align: center;
  text-decoration: none;
  font-size: 0.8rem;
  min-width: 130px;
  padding: 0.6rem 0;
  letter-spacing: 1px;
  text-indent: -1px;
}

.globalNavi li a.mypageBtn {
  position: relative;
  padding: 10px 5px 9px 26px;
}

.globalNavi li a.mypageBtn::before {
  content: '';
  position: absolute;
  background: url(/images/bookingType/person-icon.png) no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  top: 48%;
  left: 8px;
  transform: translateY(-50%);
}

.globalNavi li .grouppageBtn {
  position: relative;
  padding: 10px 24px 9px 42px;
  cursor: pointer;
  line-height: 19.2px;
}

.globalNavi li .grouppageBtn::before {
  content: '';
  position: absolute;
  background: url(/images/bookingType/group-icon.png) no-repeat;
  background-size: 28px;
  width: 28px;
  height: 28px;
  top: 50%;
  left: 8px;
  transform: translateY(-50%);
}

.globalNavi li .grouppageBtn::after {
  content: '\f105';
  position: absolute;
  font-family: 'Font Awesome 5 Free';
  font-weight: 600;
  right: 10px;
  top: 50%;
  transform: translateY(-50%) rotate(90deg);
}

.grouppageBtn .grouppageBtnItem {
  position: absolute;
  top: 37px;
  left: 0;
  width: 130px;
  z-index: 99999;
}

.grouppageList {
  background: #ffffff;
  border: 1px solid #cbcbcb;
  list-style: none;
}

.blueLink {
  color: #1b80c4 !important;
}

a.footerLogo img {
    max-width: 100%;
    height: auto;
}

a.footerLogo,
.systemLogo {
  transition: 0.5s;
}

.systemLogo:hover,
.globalNavi li a:hover,
.mainNaviItem li a:hover,
a.footerLogo:hover,
.footerMenuItem a:hover,
.btn.accent-bg:hover {
  opacity: 0.8;
}

.mainMenu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.mainNaviItem li a {
  position: relative;
  color: #ffffff;
  font-size: 0.9rem;
  padding: 1.5rem 3rem;
}

.mainNaviItem li a#user-header-facility {
  color: #000000;
  padding: 1.5rem 3rem;
}

.mainNaviItem li a:before {
  content: '';
  position: absolute;
  display: inline-block;
  width: 1px;
  height: 18px;
  left: -0.5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #ffffff;
}

.mainNaviItem li:nth-child(1) a::before,
.mainNaviItem li a#user-header-facility::before {
  display: none;
}

.globalNaviItem .bookingItem {
  position: relative;
  padding-right: 2.5rem;
}

.globalNaviItem .bookingItem::after {
  content: '';
  position: absolute;
  background: url(/images/right-arrow-white.svg) no-repeat;
  background-position-x: 10px;
  background-position-y: 1px;
  background-size: 23px;
  width: 36px;
  height: 8px;
  top: 50%;
  transform: translateY(-50%);
}

/* ハンバーガーメニュー アコーディオン */
.hamburgermenuItem .accordion__header button {
  background: #ebebeb;
  font-weight: bold;
  padding: 1rem 1.5rem;
}

.accordionMark {
  position: relative;
}

.accordionMarkMain .accordion-button::after {
  content: '';
  position: absolute;
  background: url(/images/angle-down-solid.svg) no-repeat;
  width: 12px;
  height: 16px;
  top: 35%;
  right: 20px;
  transform: translateX(50%);
  transition: 0.5s;
}

.hamburgermenuItem .accordion-button:not(.collapsed)::after {
  background: url(/images/angle-down-solid.svg) no-repeat;
  transform: rotate(180deg);
  right: 13.5px;
}

/* コンテンツ */
.wrapper {
  width: 960px;
  margin: auto;
}

.topPage {
  position: relative;
}

.topPage::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 270px;
  width: 100%;
  height: 400px;
  background: url(../images/bg-info.png) bottom center / cover
    no-repeat;
}

.main {
  box-sizing: border-box;
  min-width: 960px;
  min-height: 100vh;
  position: relative;
  padding-bottom: 270px;
}

.aboutArea,
.seatArea,
.menuArea,
.infoArea {
  margin: 50px 0;
  padding: 50px 0;
}

h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  font-size: 1.8rem;
  gap: 5px;
  margin-bottom: 40px;
  font-weight: bold;
  letter-spacing: 2px;
  text-indent: -2px;
}

h2 span.english {
  font-size: 0.8rem;
}

/*MV*/
.mvContainer {
  margin: 0 auto;
}

.mvArea {
  position: relative;
  display: grid;
  margin: 60px 0 40px;
}

.mvArea img {
  border-radius: 50px;
  height: auto;
}

.mvContent {
  writing-mode: vertical-rl;
  text-orientation: upright;
  position: absolute;
  top: -30px;
  right: -30px;
  z-index: 100;
}

.mvTextBackground {
  padding: 2rem;
  border-radius: 0 50px 0 50px;
}

.mvTitle {
  font-size: 1.6rem;
  margin: 0 0 0 10px;
  line-height: 1.8;
  letter-spacing: 10px;
}

.mvSubText {
  font-size: 16px;
  letter-spacing: 8.5px;
}

.mvSubText span {
  display: block;
  letter-spacing: 8px;
  font-family:
    Shippori Mincho B1,
    serif;
}

/* レイアウト */
.contentsArea {
  padding-top: 3rem;
}

.mainContents {
  width: 71.6%;
  padding-right: 2.5rem;
}

.sideContents {
  width: 28.4%;
}

/* ABOUT */
.aboutTextContent {
  margin-bottom: 4.5rem;
}

.aboutTitle {
  font-size: 2.5rem;
  width: 60%;
  margin: 0 auto 30px;
  letter-spacing: 5px;
}

.aboutTitle span {
  display: block;
}

.aboutText {
  font-size: 2rem;
  letter-spacing: 3px;
}

.aboutText span {
  font-size: 1.6rem;
  margin: 0 5px;
}

.aboutGallery {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.aboutGallery img {
  width: 32%;
}

/* 座席 */
.seatContent {
  display: flex;
  justify-content: center;
  gap: 3%;
  background: linear-gradient(
    180deg,
    transparent 0%,
    transparent 50%,
    #1d3557 50%
  );
  width: 80%;
  margin: 0 auto;
}

.seatBox {
  width: 40%;
}

.seatBox p {
  padding: 20px 0 40px;
}

/* メニュー */
.menuGallery {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.menuGallery .tateImgBox {
  width: 22%;
  height: 410px;
}

.menuGallery .imgContent {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  row-gap: 10px;
  width: 54%;
}

.menuGallery .imgContent .imgBox {
  width: 32%;
  height: 250px;
}

.menuGallery .tateImgBox img,
.menuGallery .imgContent .imgBox img {
    height: 100%;
    width: 100%;
    object-fit: cover;
}

.menuGallery .imgContent .imgBox:nth-child(4),
.menuGallery .imgContent .imgBox:nth-child(5) {
  width: 49%;
  height: 150px;
}

.menuBtn {
  color: #272343;
  --bs-btn-hover-color: #272343;
  --bs-btn-active-color: #272343;
  padding: 1.2rem 0;
  width: 300px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: .3s;
}

.menuBtn::after {
  content: '';
  display: inline-block;
  width: 25px;
  height: 25px;
  background: url(../images/icon-pdf.svg) center/contain no-repeat;
  margin-left: 10px;
}

/* 店舗情報 */
.infoContent {
  display: flex;
  align-items: center;
  background: linear-gradient(
    90deg,
    transparent 0%,
    transparent 40%,
    #1d3557 40%,
    #1d3557 100%
  );
}

.infoBox {
  width: 60%;
  padding: 50px;
}

.infoTextBox {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}

.btnContent {
  margin-top: 50px;
}

/*フッター*/
footer {
  position: absolute !important;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #eeedea;
  padding: 30px 0 15px;
}

.footerBlock {
  position: relative;
}

.footerCharacterImg {
  position: absolute;
  left: 8%;
  top: -90px;
}

.footerMenuItem:not(:first-child) {
  border-left: 1px solid #ffffff;
}

.iconContent {
  margin: 20px 0;
}

.snsBox {
  margin-top: 20px;
}

.snsBox a {
  margin: 0 10px;
  transition: 0.5s;
}

.footerMenuList {
  margin: 30px 0;
}

.footerMenuItem {
  text-align: center;
  font-size: 0.7rem;
  padding: 0 30px;
}

.footerMenuItem a {
  color: #ffffff;
  font-size: 0.8rem;
  text-decoration: none;
  transition: 0.5s;
}

.copyrightText {
  color: #ffffff;
  font-size: 0.7rem;
  text-align: center;
  letter-spacing: 3px;
}

/* スクロールTOPボタン */
.scroll-to-top-button {
  display: none;
  z-index: 1000;
  background: 0 0;
  position: fixed;
  bottom: 3rem;
  right: 5rem;
  padding: 0;
  box-sizing: content-box;
  letter-spacing: 2px;
  text-indent: -2px;
  font-size: 12px;
  transition: all 0.5s;
  color: #272343;
}

.scroll-to-top-button .btn-frame {
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
}

.scroll-to-top-button .up-arrow {
  background-color: #272343;
  width: 35px;
  height: 1px;
  display: inline-block;
  position: relative;
  transform: rotate(-90deg);
  transition: all 0.3s;
}

.scroll-to-top-button .up-arrow::before {
  content: '';
  border-bottom: 8px solid #272343;
  border-right: 15px solid #0000;
  transition: right 0.2s ease-in;
  display: inline-block;
  position: absolute;
  bottom: 0;
  right: -2px;
}

.scroll-to-top-button:hover {
  opacity: 0.8;
}

.scroll-to-top-button:hover .up-arrow {
  margin-bottom: 8px;
}

/* アニメーション */
/* 下からスライド */
.scroll-animation {
  opacity: 0;
  transform: translateY(40px);
  transition:
    opacity 1s ease-out,
    transform 1s ease-out;
}

.scroll-active {
  opacity: 1;
  transform: translateY(0);
}

/* 左からスライド */
.scroll-animation.animation-slide-left {
  opacity: 0;
  transform: translateX(-40px);
  transition:
    opacity 1s ease-out,
    transform 1s ease-out;
}

.scroll-active.animation-slide-left {
  opacity: 0.9 !important;
  transform: translateX(0) !important;
}

.newsContents ul,
.aboutGallery img:nth-child(1),
.seatBox:nth-child(1),
.menuGallery .tateImgBox:nth-child(1),
.infoContent iframe {
  transition-delay: 0.1s;
}
.newsContents .moreBtn,
.aboutGallery img:nth-child(2),
.seatBox:nth-child(2),
.menuGallery .imgContent .imgBox:nth-child(1),
.menuGallery .imgContent .imgBox:nth-child(4),
.infoContent .infoBox {
  transition-delay: 0.3s;
}
.aboutGallery img:nth-child(3),
.menuGallery .imgContent .imgBox:nth-child(2),
.menuGallery .imgContent .imgBox:nth-child(5) {
  transition-delay: 0.5s;
}
.aboutGallery img:nth-child(4),
.menuGallery .imgContent .imgBox:nth-child(3) {
  transition-delay: 0.7s;
}
.menuGallery .tateImgBox:nth-child(3) {
  transition-delay: 1s;
}

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

  .pad-sp,
  .pad-pc {
      display: block;
  }

  /*共通*/
  .contentTitle {
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 3rem 0 1rem;
  }

  h2 {
    font-size: 1.6rem;
  }

  h2 span.english {
    font-size: 0.8rem;
  }

  .main {
    min-width: auto;
    padding: 50px 0 380px;
  }

  main p {
    font-size: 14px;
  }

  .wrapper {
    width: 100%;
    padding: 0.2rem 1rem;
  }

  .wrapper-sp {
    padding: 0 1rem;
  }

  /* レイアウト */
  .contentsArea {
    display: block;
  }

  .mainContents {
    width: 100%;
    padding-right: 0;
  }

  .sideContents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    width: 100%;
  }

  .mainContents2 {
    margin-bottom: 3rem;
  }

  /* ヘッダー */
  .mainMenu {
    justify-content: center;
  }
  .headerSp {
    position: fixed;
    text-align: center;
    width: 100%;
    height: 51px;
    padding: 8px 0;
    z-index: 999;
  }

  .systemLogo img {
    width: 100px;
  }

  .menu-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0);
    transition: 0.3s ease-in-out;
    pointer-events: none;
    z-index: 10;
  }

  .menu-overlay.is-active {
    background: rgba(0, 0, 0, 0.5);
    pointer-events: auto;
  }

  .navbar {
    background: none;
    display: grid;
    width: 52px;
    height: 51px;
    min-height: 52px;
    padding: 0;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
  }

  .navbar-toggle {
    --bs-navbar-color: transparent;
  }

  .navbar-burger,
  .navbar-burger:hover {
    color: #ffffff;
  }

  .navbar-burger span {
    height: 2px;
    width: 28px;
    transition-duration: 0.2s;
  }

  .navbar-burger span:nth-child(1) {
    top: calc(50% - 8px);
  }

  .navbar-burger span:nth-child(2) {
    top: calc(50% - 0px);
  }

  .navbar-burger span:nth-child(3) {
    top: calc(50% + 8px);
  }

  .navbar-burger.is-active span:nth-child(1) {
    transform: translateY(8px) rotate(45deg);
  }

  .navbar-burger.is-active span:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg);
  }

  .navbar-menu {
    --bs-offcanvas-width: 74%;
  }
  .offcanvas.offcanvas-start,
  .offcanvas-backdrop {
    top: 51px;
  }

  .navbar-menu.is-active {
    animation: fadeIn 0.2s ease 0.2s 1 normal backwards;
    overflow: scroll;
    height: calc(100vh - 52px);
  }

  @keyframes fadeIn {
    from {
      opacity: 0;
      transform: translateX(-20px);
    }

    to {
      opacity: 1;
      transform: translateX(0);
    }
  }

  .globalNavi {
    display: block;
    padding: 0 20px 40px;
  }

  .menuBox {
    padding: 0;
    list-style: none;
    padding: 20px 0 40px;
    margin-bottom: 0;
    border-bottom: 1px solid #ffffff;
  }

  .menuBox + .menuBox {
    border-top: 1px solid #ffffff;
  }

  .menuBox li a {
    color: #ffffff;
    padding: 8px 0;
    font-size: 1rem;
    text-align: left;
  }

  .menuInfoBox {
    padding-top: 40px;
  }

  .hamburgermenuItem.accordion-item {
    background: none;
  }

  .hamburgermenuItem h2.mypageAccordion button {
    padding: 8px 0;
    background: none;
    color: #ffffff;
    box-shadow: none;
    text-align: left;
  }

  .hamburgermenuItem h2.mypageAccordion button::after {
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    filter: brightness(0) saturate(100%) invert(98%) sepia(7%) saturate(129%)
      hue-rotate(357deg) brightness(117%) contrast(100%);
  }

  .hamburgermenuItem h2.mypageAccordion button:not(.collapsed):after {
    right: 0;
    transform: translateY(-50%) rotate(180deg);
  }

  .mypageList {
    list-style: none;
    padding: 15px 0 20px 15px;
  }

  .globalNavi .bookingBtn {
    width: 100%;
    border-radius: 0.5rem;
    text-align: center;
    padding: 1.2rem 0;
  }

  .menuInfoBox p {
    color: #ffffff;
    margin-bottom: 10px;
    font-size: 0.8rem;
  }

  .menuInfoBox p.shopName {
    font-size: 1.4rem;
  }

  .menuSnsBox a {
    margin: 0 10px;
  }

  /*MV*/
  .mvContent {
    right: 0;
  }

  .mvTitle {
    font-size: 1.1rem;
  }

  .mvSubText {
    font-size: 0.78rem;
    line-height: 1.4;
    letter-spacing: inherit;
  }

  .topPage::before {
    bottom: 236px;
  }

  .menuBtn {
    width: 75%;
  }

  .formBtnContent .middleBtn {
    width: 48%;
  }

  .registerBtn:after {
    right: 30px;
  }

  /* スクロールTOPボタン */
  .scroll-to-top-button {
    bottom: 1rem;
    right: 1rem;
  }
  
  .scroll-to-top-button .btn-frame {
    width: 60px;
    height: 60px;
  }

  .scroll-to-top-button .up-arrow {
    width: 30px;
  }

  /*フッター*/
  .footerCharacterImg {
    display: none;
  }

  .iconContent a img {
    width: 50px;
  }

  .snsBox a img {
    width: 30px;
  }

  .footerMenuList {
    justify-content: center;
  }

  .footerMenuItem {
    margin-bottom: 0.5rem;
    padding: 0 15px;
  }

  .footerMenuItem:not(:first-child) {
    border: none;
  }
}

@media screen and (max-width: 630px) {
  .aboutArea,
  .seatArea,
  .menuArea,
  .infoArea {
    margin: -40px 0;
    padding: 70px 0;
  }

  /* MV */
  .mvArea {
    margin: 50px 0;
  }

  .mvArea .wrapper,
  .seatArea .wrapper,
  .infoArea .wrapper {
    padding: 0;
  }

  .mvArea img {
    width: 100%;
    border-radius: 0 20px 20px 0;
  }

  .mvContent {
    writing-mode: horizontal-tb;
  }

  .mvTextBackground {
    border-radius: 0 20px;
    padding: 20px 30px;
    display: inline-block;
    letter-spacing: 3px;
    line-height: 1;
  }

  .mvTitle {
    margin: 0 0 5px;
    line-height: 1.5;
    letter-spacing: inherit;
  }

  /* ABOUT */
  .aboutTitle {
    width: 100%;
    font-size: 1.5rem;
    line-height: 2;
  }

  .aboutText {
    font-size: 1.3rem;
  }

  .aboutText span {
    font-size: 1rem;
  }

  .aboutGallery {
    row-gap: 15px;
  }

  .aboutGallery img {
    width: 48%;
  }

  /* 座席 */
  .seatContent {
    width: 100%;
    justify-content: space-between;
  }

  .seatBox {
    width: 48%;
  }

  .seatBox p {
    padding-bottom: 20px;
  }

  /* メニュー */
  .menuGallery .imgContent {
    width: 100%;
  }

  .menuGallery .imgContent .imgBox {
    height: 180px;
  }

  .menuGallery .imgContent .imgBox:nth-child(4),
  .menuGallery .imgContent .imgBox:nth-child(5) {
    height: 100px;
  }

  /* 店舗情報 */
  .infoContent {
    flex-direction: column-reverse;
    background: #1d3557;
  }

  .infoBox {
    width: 100%;
    padding: 2rem 1rem;
  }

  .infoTextBox span {
    font-size: 14px;
    white-space: nowrap;
  }

  .infoContent iframe {
    width: 100%;
  }

  .topBanner {
    width: 100%;
  }
}

@media screen and (max-width: 480px) {
  /* レスポンシブ */
  .pc,
  .pad-pc {
    display: none !important;
  }

  .pad-sp,
  .sp {
    display: block !important;
  }
}

@media screen and (max-width: 350px) {
  .mvSubText {
    font-size: 0.7rem;
  }

  .mvTextBackground {
    padding: 1.5rem 1rem;
  }
}
