@import url("https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Sans+JP:wght@100..900&display=swap");

a {
  cursor: pointer;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.page-template-page-top-test {
  background-image: none;
}

.page {
  padding: 0px 0px;
}

.eng {
  font-family: "Montserrat", "Noto Sans JP", sans-serif;
  /* 英字フォントと日本語フォント */
}

body {
  font-family: "Noto Sans JP", serif;
  margin: 0;
  overflow-x: clip;
  color: #fff;
  background-color: #222228;
  font-weight: 500;
}

html {
  color: #3d3e41;
  font-family: "Noto Sans JP", serif;
}

.w-1200 {
  width: 100%;
  margin: auto;
  max-width: 1200px;
}

.w-1280 {
  width: 100%;
  margin: auto;
  max-width: 1280px;
}

.w-1200 {
  width: 100%;
  margin: auto;
  max-width: 1000px;
}

header.section-header {
  position: fixed;
  width: 100%;
  left: 0;
  z-index: 99999;
  top: 0;
}

.floor-staff-img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.section-header__logo {
  width: 64px;
  height: 64px;
  position: relative;
  z-index: 99999;
}

.section-header__logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.section-header_inner {
  padding: 3px 20px;
  background: #222228;
}

/* ハンバーガーメニュー */
.hamburger {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 22px;
  cursor: pointer;
  position: relative;
  z-index: 100000;
}

.hamburger span {
  display: block;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: all 0.3s ease;
}

/* ハンバーガーメニューがアクティブなときのスタイル */
.hamburger.is-active span:nth-child(1) {
  transform: translateY(9px) rotate(45deg);
  background: #fff;
}

.hamburger.is-active span:nth-child(2) {
  opacity: 0;
}

.hamburger.is-active span:nth-child(3) {
  transform: translateY(-9px) rotate(-45deg);
  background: #fff;
}

/* ナビゲーションメニュー */
.section-header__navi {
  position: fixed;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100vh;
  background: rgba(255, 255, 255, 0.95);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  transition: left 0.3s ease-in-out;
}

/* メニューが開いた時 */
.section-header__navi.active {
  left: 0;
}

.page-vip__table-list__content__wrap p.attention-top {
  line-height: 2;
  margin-top: 24px;
}

/* ナビゲーションリンクのスタイル */
.section-header__navi ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: center;
}

.section-header__navi ul li {
  margin: 15px 0;
}

.section-header__navi ul li a {
  text-decoration: none;
  font-size: 20px;
  color: #fff;
  font-weight: bold;
}

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

/* レスポンシブ対応 */
.section-header__navi {
  position: static;
  width: auto;
  height: auto;
  background: none;
  flex-direction: row;
}

.section-header__navi ul {
  display: flex;
}

.section-header__navi ul li {
  margin: 0 15px;
}

.section-header__navi.active {
  left: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #222228ce;
  height: 100vh;
  width: 100%;
  position: absolute;
  top: 0;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
}

.w-1200 {
  max-width: 1200px;
  width: 100%;
  margin: auto;
}

.section-fv__inner {
  width: 100%;
  height: auto;
  position: relative;
  padding: 0;
  max-width: 100%;
}

.section-todays__inner.w-1200 {
  padding-top: 120px;
}

.section-fv__fee__table {
  width: 100%;
  height: auto;
  position: relative;
  bottom: 0;
  left: 0;
  transform: none;
  padding: 20px 20px;
  background-color: hsla(0, 0%, 0%, 0.8);
  max-width: 530px;
  margin: auto;
}

.section-fv__fee__table h3 {
  display: block;
  padding: 8px;
  font-size: 18px;
  background-color: #fff;
  color: #000;
  text-align: center;
  margin-bottom: 18px;
  font-weight: 700;
}

.section-fv__inner video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.eng.top-ttl {
  font-size: 64px;
  text-align: center;
  color: #fff;
  text-shadow: -1px -1px 0 #00bfff, 1px -1px 0 #00bfff, -1px 1px 0 #00bfff,
    1px 1px 0 #00bfff;
  margin-bottom: 40px;
  font-weight: 700;
  line-height: 1.5;
  filter: drop-shadow(0 0 12px hwb(195deg 0% 0% / 40%));
}

.section-pick-up__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-fv__fee__table table tbody,
.section-fv__fee__table table {
  width: 100%;
  font-size: 18px;
  text-align: center;
}

.section-fv__fee__table table th,
.section-fv__fee__table table td {
  padding: 12px 0;
  font-weight: 700;
}

.section-fv__fee__table table td {
  text-align: center;
}

.section-fv__fee__table table tr:nth-of-type(1),
.section-fv__fee__table table tr:nth-of-type(3) {
  border-bottom: 1px solid #fff;
}

li img {
  width: 100%;
  height: auto;
}

.min-tr {
  font-size: 16px;
}

nav.section-header__navi {
  display: none;
}

.section-fv__fee__table table tbody,
.section-fv__fee__table table {
  width: 100%;
  font-size: 14px;
  text-align: center;
}

table.price-table th,
table.price-table td {
  padding: 9px 9px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  text-align: center;
  font-weight: 700;
}

.blue-tab {
  background-color: #3c7affb2;
  border-left: 1px solid #fff;
}

.section-price__inner {
  padding-bottom: 120px;
}

.section-price__inner th {
  text-align: center;
}

.price-table tr.min-tr {
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
}

.ladies {
  margin-top: 8px;
  border-top: 1px solid #fff;
}

.pink-tab {
  background-color: #ff3c9db2;
  border-left: 1px solid;
}

.section-about {
  padding-bottom: 80px;
}

.section-about img {
  width: 100%;
  height: auto;
}

.section-news__inner {
  padding-bottom: 80px;
}

ul.top-news-list li {
  margin-bottom: 24px;
}

ul.top-news-list li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: 0.25s;
}

ul.top-news-list li a:hover img {
  opacity: 0.7;
  transition: 0.25s;
}

ul.top-news-list li img {
  width: 160px;
  height: 240px;
  object-fit: contain;
  object-position: center;
  display: block;
}

ul.top-news-list li .text-box {
  width: calc(100% - 160px - 16px - 16px);
}

ul.top-news-list li .text-box span {
  display: block;
  margin-bottom: 24px;
  line-height: 1.5;
  font-size: 16px;
}

table.price-table {
  width: 100%;
  max-width: 640px;
  margin: auto;
  text-align: center;
}

ul.top-news-list li .text-box h3 {
  font-size: 20px;
  font-weight: 500;
}

.bnr-image {
  margin-bottom: 80px;
}

.bnr-image a {
  display: block;
  margin-top: 24px;
}

.bnr-image a img {
  width: 100%;
  height: auto;
}

.bnr-image a:first-of-type {
  display: block;
  margin-top: 0px;
}

.section-access__inner img {
  width: 100%;
  height: auto;
}

.section-access__inner p {
  margin-top: 32px;
  line-height: 1.5;
  font-size: 18px;
}

.section-access__inner {
  margin-top: 20px;
  padding-bottom: 80px;
}

.section-sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
}

.section-sns li {
  width: 24px;
  height: 24px;
  margin-right: 18px;
}

.section-sns li:last-of-type {
  margin-right: 0px;
}

.section-sns li a {
  width: 100%;
  height: 100%;
  display: block;
}

.section-sns li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.sns-btn {
  display: block;
  width: 400px;
  background-color: #fff;
  color: #000;
  margin: auto;
  margin-top: 64px;
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  font-weight: 700;
  transition: 0.25s;
  border: 1px solid #fff;
}

.sns-btn:hover {
  background-color: #222228;
  color: #fff;
  transition: 0.25s;
  border: 1px solid #fff;
}

.attention-text {
  font-size: 14px;
}

.section-sns_inner {
  padding-bottom: 80px;
}

.footer-logo {
  max-width: 260px;
  width: 80%;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
}

.footer {
  background: transparent !important;
}

.footer-logo img {
  width: 100%;
  height: 100%;
}

.footer-link {
  text-align: center;
}

.footer-link li {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.footer-inner {
  padding-bottom: 80px;
}

.section-gallery__inner {
  padding-bottom: 120px;
  max-width: 100%;
}

.vip-slider {
  max-width: 640px;
  width: 100%;
  margin: auto;
}

.vip-slider img {
  width: 100%;
  height: auto;
}

.section-vip__inner {
  margin-bottom: 80px;
}

.vip-slider table {
  width: 100%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-top: 24px;
}

.vip-slider table tr {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.vip-slider table th {
  text-align: center;
  padding: 8px;
  font-size: 14px;
  border-right: 1px solid #fff;
  vertical-align: middle;
  width: 40%;
}

.header-right {
  display: flex;
  align-items: center;
}

.tel-btn {
  background-color: #fff;
  padding: 8px 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  font-size: 14px;
  border-radius: 10000px;
  width: 200px;
  color: #222228;
  display: none !important;
}

.vip-btn {
  position: relative;
  overflow: hidden;
  display: none !important;
}

.tel-btn img {
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  object-fit: contain;
}

.vip-slider table td {
  text-align: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

.vip-slider table td span {
  display: block;
  font-size: 10px;
}

.section-vip__inner .slick-dots li button:before,
.section-pick-up__inner.w-1200 .slick-dots li button:before {
  font-family: slick;
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 8px !important;
  height: 8px !important;
  content: "" !important;
  text-align: center;
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  border: 1px solid #fff;
  border-radius: 10000px;
}

.section-vip__inner .slick-dots li,
.section-pick-up__inner.w-1200 .slick-dots li {
  position: relative;
  display: inline-block;
  width: 8px !important;
  height: 8px !important;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.section-vip__inner .slick-dots li button,
.section-pick-up__inner.w-1200 .slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 8px !important;
  height: 8px !important;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.section-vip__inner .slick-dots li.slick-active button:before,
.section-pick-up__inner.w-1200 .slick-dots li.slick-active button:before {
  opacity: 1 !important;
  color: #000;
  background-color: #fff;
}

.section-vip__inner .slick-dots,
.section-pick-up__inner.w-1200 .slick-dots {
  position: relative !important;
  bottom: 6px !important;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
}

/* Dots（ドットナビゲーション） */
.vip-slider__dots,
.pick-slider__dots {
  text-align: center;
}

.vip-slider__dots li button,
.pick-slider__dots li button {
  font-size: 12px;
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
  margin: 0 5px;
  border: none;
}

/* Arrows（矢印） */
.vip-slider__prev,
.vip-slider__next,
.pick-slider__prev,
.pick-slider__next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: #fff;
  color: white;
  border: none;
  cursor: pointer;
  z-index: 10;
  border-radius: 10000px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10000px;
  width: 32px;
  height: 32px;
}

.vip-slider__prev img,
.vip-slider__next img,
.pick-slider__prev img,
.pick-slider__next img {
  width: 6px;
  height: 12px;
  object-fit: contain;
  object-position: center;
}

.vip-slider__prev,
.pick-slider__prev {
  left: 0px;
  order: 1;
}

.vip-slider__next,
.pick-slider__next {
  right: 0px;
}

.dots-wrap,
.pick-wrap {
  position: relative;
  display: flex;
  justify-content: center;
  width: max-content;
  margin: auto;
  padding: 0 52px;
  margin-top: 40px;
}

.pickup-slide li {
  margin: 0 5px;
  height: 540px;
}

.pickup-slide li img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.vip-btn {
  position: fixed;
  bottom: 16px;
  right: 24px;
  transform: none;
  width: 350px;
  z-index: 9999999;
}

.vip-btn img {
  width: 100%;
  height: auto;
}

.section-vip__inner .attention-text {
  font-size: 14px;
  text-align: center;
  margin-bottom: 24px;
}

.footer-inner.w-1200 {
  display: flex;
  justify-content: space-between;
}

.footer-logo {
  max-width: 260px;
  width: 80%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  height: auto;
  object-fit: contain;
}

.footer-logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.footer-link {
  text-align: center;
  display: flex;
}

.footer-link li {
  margin-left: 20px;
}

.section-access__inner.w-1200 .sns-btn {
  margin-top: 32px;
}

picture.price-price {
  width: 100%;
}

picture.price-price img {
  width: 100%;
}

.page-event-fv__cont__nav__under {
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .w-1200 {
    max-width: 640px;
    width: 100%;
    margin: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .w-1280 {
    width: 100%;
    margin: auto;
    max-width: 1280px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-fv__inner {
    width: 100%;
    height: auto;
    position: relative;
    padding: 0;
  }

  .section-fv__inner .section-fv__fee__table {
    width: calc(100% - 40px);
    height: auto;
    position: absolute;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    padding: 20px;
    background-color: hsla(0, 0%, 0%, 0.8);
  }

  .section-fv__inner .section-fv__fee__table h3 {
    display: block;
    padding: 6px;
    font-size: 14px;
    background-color: #fff;
    color: #000;
    text-align: center;
    margin-bottom: 18px;
  }

  .section-fv__inner video {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }

  .eng.top-ttl {
    font-size: 40px;
    text-align: center;
    color: #fff;
    text-shadow: -1px -1px 0 #00bfff, 1px -1px 0 #00bfff, -1px 1px 0 #00bfff,
      1px 1px 0 #00bfff;
    margin-bottom: 40px;
    font-weight: 700;
    line-height: 1.5;
    filter: drop-shadow(0 0 12px hwb(195deg 0% 0% / 40%));
  }

  .section-pick-up__inner {
    padding-top: 80px;
    padding-bottom: 80px;
    padding-right: 0;
    padding-left: 0;
  }

  .section-fv__fee__table table tbody,
  .section-fv__fee__table table {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }

  .section-fv__fee__table table th,
  .section-fv__fee__table table td {
    padding: 9px 0;
  }

  .section-fv__fee__table table tr:nth-of-type(1),
  .section-fv__fee__table table tr:nth-of-type(3) {
    border-bottom: 1px solid #fff;
  }

  li img {
    width: 100%;
    height: auto;
  }

  .min-tr {
    font-size: 15px;
  }

  nav.section-header__navi {
    display: none;
  }

  table.price-table tbody,
  table.price-table {
    width: 100%;
    font-size: 18px;
    text-align: center;
  }

  table.price-table th,
  table.price-table td {
    padding: 9px 6px;
    border-right: 1px solid #fff;
    border-bottom: 1px solid #fff;
  }

  .blue-tab {
    background-color: #3c7affb2;
    border-left: 1px solid #fff;
  }

  .section-price__inner {
    padding-bottom: 80px;
  }

  .section-price__inner th {
    text-align: center;
  }

  .ladies {
    margin-top: 8px;
    border-top: 1px solid #fff;
  }

  .pink-tab {
    background-color: #ff3c9db2;
    border-left: 1px solid;
  }

  .section-about {
    padding-bottom: 80px;
  }

  .section-about img {
    width: 100%;
    height: auto;
  }

  .section-news__inner {
    padding-bottom: 80px;
  }

  ul.top-news-list li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 12px;
  }

  ul.top-news-list li img {
    width: 80px;
    height: 140px;
    object-fit: contain;
    object-position: center;
    display: block;
  }

  ul.top-news-list li .text-box {
    width: calc(100% - 80px - 16px - 16px);
  }

  ul.top-news-list li .text-box span {
    font-size: 12px;
    display: block;
    margin-bottom: 12px;
  }

  ul.top-news-list li .text-box span {
    line-height: 1.5;
    font-size: 14px;
  }

  .section-access__inner img {
    width: 100%;
    height: auto;
  }

  .section-access__inner p {
    margin-top: 20px;
    line-height: 1.5;
    font-size: 14px;
  }

  .section-access__inner {
    margin-top: 20px;
    padding-bottom: 80px;
  }

  .section-sns ul {
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .section-sns li {
    width: 24px;
    height: 24px;
    margin-right: 18px;
  }

  .section-sns li:last-of-type {
    margin-right: 0px;
  }

  .section-sns li a {
    width: 100%;
    height: 100%;
    display: block;
  }

  .section-sns li a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
  }

  .sns-btn {
    display: block;
    width: 200px;
    background-color: #fff;
    color: #000;
    margin: auto;
    margin-top: 64px;
    font-size: 16px;
    padding: 14px 0;
    text-align: center;
    font-weight: 700;
  }

  .sns-btn.event-btn {
    display: block;
    width: 80%;
    max-width: 400px;
  }

  .section-sns_inner {
    padding-bottom: 80px;
  }

  .footer-logo {
    max-width: 260px;
    width: 80%;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .footer-logo img {
    width: 100%;
    height: 100%;
  }

  .footer-link {
    text-align: center;
    flex-wrap: wrap;
  }

  .footer-link li {
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 14px;
    width: 100%;
  }

  .footer-inner {
    padding-bottom: 80px;
    flex-wrap: wrap;
    justify-content: center !important;
  }

  .section-gallery__inner {
    padding-bottom: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  ul.top-news-list li .text-box h3 {
    font-size: 14px;
    line-height: 1.5;
  }

  .section-vip__inner {
    margin-bottom: 80px;
  }

  .vip-btn {
    position: fixed;
    bottom: 16px;
    left: 50%;
    transform: translateX(-50%);
    width: 350px;
    z-index: 999;
    display: none;
  }

  .vip-slider table th {
    font-size: 14px;
  }

  .vip-slider table td {
    font-size: 14px;
  }

  .section-header__navi ul {
    display: flex;
    flex-wrap: wrap;
  }

  .section-header__navi ul li {
    width: 100%;
    margin-bottom: 24px;
  }

  section.section-fv {
    margin-top: 70px;
  }
}

.section-header__navi ul {
  display: flex;
  flex-wrap: wrap;
}

.section-header__navi ul li {
  margin: 0 15px;
  width: 100%;
  margin-bottom: 24px;
}

#pick,
#price,
#about,
#gallery,
#news,
#access {
  scroll-margin-top: 80px;
}

.mulch-language-list ul {
  display: flex;
}

.mulch-language-list ul li {
  margin-left: 12px;
  width: 24px;
  height: 24px;
}

.mulch-language-list ul li a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.header-cont-right {
  display: flex;
  align-items: center;
}

.mulch-language-list {
  margin-right: 24px;
}

.recruitimg__w-780 {
  width: 100%;
  max-width: 780px;
  margin: auto;
  padding: 0 20px;
  margin-bottom: 100px;
  display: none;
}

.recruitimg__w-780 img {
  width: 100%;
  object-fit: contain;
}

@media screen and (max-width: 640px) {
  .tel-btn {
    background-color: #fff;
    padding: 8px;
    display: flex !important;
    justify-content: center;
    align-items: center;
    margin-right: 24px;
    font-size: 14px !important;
    border-radius: 10000px;
    width: 200px;
    color: #222228 !important;
    margin: auto;
  }

  .section-header__navi ul li {
    margin: 0 15px;
    width: 100%;
    margin-bottom: 16px;
  }

  .section-header__navi ul li a {
    font-size: 14px;
  }

  .recruitimg__w-780 {
    width: 100%;
    max-width: 780px;
    margin: auto;
    padding: 0 20px;
    margin-bottom: 40px;
  }

  .page {
    padding: 0px 0px;
  }

  a.tel-btn.pc img {
    margin: 0;
    width: 20px;
    height: 20px;
  }

  a.tel-btn.pc span {
    display: none;
  }

  .mulch-language-list {
    margin-right: 14px;
  }

  a.tel-btn.pc {
    display: block !important;
    width: 40px;
    height: 40px;
    border-radius: 10000px;
    display: flex !important;
    align-items: center;
    justify-content: center;
    margin-right: 14px;
    display: none !important;
  }

  .section-fv__fee__table table tbody,
  .section-fv__fee__table table {
    width: 100%;
    font-size: 14px;
    text-align: center;
    font-weight: 700;
  }

  .section-todays__inner.w-1200 {
    padding-top: 80px;
  }
}

.price-tab li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  background: #222228;
  margin-right: 5px;
  border-radius: 5px;
}

ul.price-tab {
  max-width: 640px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 0;
}

ul.price-tab li {
  width: calc(50% - 10px);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100000px;
  flex-wrap: wrap;
}

@media screen and (max-width: 640px) {
  ul.price-tab {
    flex-direction: column;
    align-items: center;
  }

  ul.price-tab li {
    width: 100%;
    max-width: 380px;
  }
}

ul.price-tab li .eng {
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1;
}

ul.price-tab li .jp {
  font-size: 12px;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
}

ul.price-tab li.active {
  background-color: #fff;
}

ul.price-tab li.active .eng,
ul.price-tab li.active .jp {
  color: #222228;
}

.todays-tab li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  background: #222228;
  margin-right: 5px;
  border-radius: 5px;
}

ul.todays-tab {
  max-width: 640px;
  margin: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 32px;
}

ul.todays-tab li {
  width: calc(50% - 10px);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100000px;
  flex-wrap: wrap;
}

ul.todays-tab li .eng {
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1;
}

ul.todays-tab li .jp {
  font-size: 12px;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
}

ul.todays-tab li.active {
  background-color: #fff;
}

ul.todays-tab li.active .eng,
ul.todays-tab li.active .jp {
  color: #222228;
}

.section-price__inner h3 {
  max-width: 640px;
  margin: auto;
  font-size: 24px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
}

.section-vip-tab li {
  cursor: pointer;
  display: inline-block;
  padding: 10px 20px;
  background: #222228;
  margin-right: 5px;
  border-radius: 5px;
}

ul.section-vip-tab {
  max-width: 640px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

ul.section-vip-tab li {
  width: calc(50% - 10px);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100000px;
  flex-wrap: wrap;
  transition: background 0.3s ease, color 0.3s ease;
}

ul.section-vip-tab li .eng {
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1;
}

ul.section-vip-tab li .jp {
  font-size: 12px;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
}

ul.section-vip-tab li.active {
  background-color: #fff;
}

ul.section-vip-tab li.active .eng,
ul.section-vip-tab li.active .jp {
  color: #222228;
}

.section-vip__inner h3 {
  max-width: 640px;
  margin: auto;
  font-size: 24px;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 8px;
}

.vip-btn {
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.vip-btn.hide {
  opacity: 0;
  transform: translateY(20px) translateX(-50%);
  pointer-events: none;
}

.section-price__inner table.price-table.eng tr.min-tr {
  background: lch(100 0 0 / 0.7);
  color: #222228;
  font-weight: 500;
}

.section-price__inner table.price-table.eng tr.min-tr th {
  font-weight: 500;
}

.section-price__inner table.price-table.eng tr.min-tr td {
  font-weight: 500;
}

h3.section-vip__inner__ttl {
  font-size: 24px;
  margin-bottom: 8px;
  font-weight: 700;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
}

a.tel-btn.pc:hover {
  color: #222228;
  text-decoration: none;
}

p.attention-top {
  font-size: 12px;
  text-align: center;
  margin-bottom: 40px;
  font-family: 500;
}

p.attention-top span.eng {
  font-size: 20px;
  text-align: center;
  display: block;
  margin-bottom: 14px;
  font-weight: 500;
  line-height: 1;
}

.section-fv__inner.w-1200 picture {
  display: block;
  height: 100%;
  width: 100%;
}

.section-fv__inner.w-1200 picture img {
  display: block;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: center;
}

.vip-slider table tr:first-of-type {
  background-color: #111112;
}

.vip-slider table tr:first-of-type th,
.vip-slider table tr:first-of-type td {
  font-size: 22px;
}

.top-event-wrap {
  position: relative;
}

.pick-wrap {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translateY(-50%);
}

.pick-wrap button {
  width: 14px;
  height: 30px;
}

.pick-wrap button img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.section-top-grand-open__inner h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 0px;
  font-weight: 700;
  color: #222227;
  text-shadow: -1px -1px 0 #fff, 1px -1px 0 #fff, -1px 1px 0 #fff,
    1px 1px 0 #fff;
  font-weight: 700;
  /* ドロップシャドウで光を強調 */
  margin-bottom: 14px;
  filter: drop-shadow(0 0 12px rgba(255, 255, 255, 0.4));
}

.section-top-grand-open__inner.w-1200 span.eng {
  text-align: center;
  display: block;
  font-weight: 700;
  color: #00bfff;
}

.section-top-grand-open__inner h3 {
  font-size: 24px;
  text-align: center;
  font-weight: 700;
  margin-top: 24px;
  margin-bottom: 24px;
}

span.eng.u-25 {
  font-size: 32px;
}

@media screen and (max-width: 640px) {
  span.eng.u-25 {
    font-size: 24px;
  }
}

span.eng.u-25 span {
  font-size: 14px;
  display: block;
  margin-top: 0px;
}

.section-top-grand-open__inner.w-1200 {
  margin-top: 120px;
}

.page-template-page-renewal-discount .section-top-grand-open__inner.w-1200 {
  margin-top: 0px;
  margin-bottom: 120px;
}

p.section-top-grand-open__inner__free {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  /* border: 1px solid; */
  /* padding: 10px 20px; */
  width: max-content;
  margin: 14px auto 0;
  width: 80%;
  max-width: 320px;
}

span.eng.u-25 span {
  font-size: 23px;
  display: block;
  margin-left: 14px;
}

.section-top-grand-open__inner.w-1200 span.eng {
  text-align: center;
  display: flex;
  font-weight: 700;
  color: #00bfff;
  line-height: 1.5;
  align-items: center;
  justify-content: center;
}

section.section-recruit {
  padding-bottom: 120px;
}

.post-navigation {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
  font-weight: 700;
  font-size: 18px;
}

.post-navigation span {
  color: #fff;
  transition: 0.25s;
}

.post-navigation span:hover {
  color: #00bfff;
  transition: 0.25s;
}

@media screen and (max-width: 640px) {
  .section-top-grand-open__inner.w-1200 {
    margin-top: 80px;
  }

  .page-template-page-renewal-discount .section-top-grand-open__inner.w-1200 {
    margin-top: 0px;
    margin-bottom: 80px;
  }

  p.attention-top {
    text-align: left;
    font-size: 14px;
    margin-bottom: 0;
  }

  .section-vip__inner {
    margin-bottom: 80px;
    position: relative;
  }

  .section-vip-panel.section-vip-panel01 {
    width: 100%;
  }

  .section-vip-panel.section-vip-panel02 {
    width: 100%;
  }

  .section-vip-panel {
    width: 100%;
  }

  .section-vip-panel {
    width: calc(100% - 40px) !important;
  }

  .section-vip-panel.active {
    width: 100% !important;
  }

  .section-top-grand-open__inner h3 {
    font-size: 17px;
    text-align: center;
    font-weight: 700;
    margin-top: 14px;
    margin-bottom: 14px;
  }

  section.section-recruit {
    padding-bottom: 80px;
  }

  .vip-slider table tr:first-of-type th,
  .vip-slider table tr:first-of-type td {
    font-size: 20px;
  }
}

.section-price__inner.w-1200 p.attention-top {
  text-align: center;
  font-size: 12px;
  margin-top: 18px;
}

.jpn {
  font-family: "Noto Sans JP", serif;
}

.page-event-fv__inner.w-1200 {
  padding-top: 120px;
  padding-bottom: 56px;
}

.renewal-h2-ttl {
  font-size: 72px;
  text-align: center;
  color: #fff;
  text-shadow: -1px -1px 0 #00bfff, 1px -1px 0 #00bfff, -1px 1px 0 #00bfff,
    1px 1px 0 #00bfff;
  font-weight: 700;
  line-height: 1;
  filter: drop-shadow(0 0 12px hwb(195deg 0% 0% / 40%));
}

.renewal-h2-ttl__sub {
  display: block;
  text-align: center;
  margin-top: 14px;
  color: #fff;
  font-size: 14px;
  width: 100%;
}

.page-event-fv__cont__inner.w-1200 {
  max-width: 800px;
  margin-bottom: 120px;
}

.page-event-fv__cont__inner.w-1200 h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  color: #00bfff;
}

.page-event-fv__cont__inner.w-1200 ul li a {
  padding: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border: 1px solid #fff;
  border-bottom: none;
}

.page-event-fv__cont__inner__text {
  width: 50%;
}

.page-event-fv__cont__inner__text>span {
  padding-bottom: 14px;
  margin-bottom: 14px;
  border-bottom: 1px solid #00bfff;
  color: #00bfff;
  font-size: 32px;
  font-weight: 700;
  width: 100%;
  display: block;
  line-height: 1;
}

.page-event-fv__cont__inner.w-1200 ul {
  border-bottom: 1px solid #fff;
}

.page-event-fv__cont__inner.w-1200 ul li a h3 {
  font-size: 32px;
  color: #00bfff;
  font-weight: 700;
}

.page-event-fv__cont__thumbnail {
  height: 330px;
  width: 185px;
}

.page-event-fv__cont__thumbnail img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center center;
}

.page-event-fv__cont__nav {
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
}

.single-event-cont {
  display: flex;
  justify-content: space-between;
}

.single-event-cont__text {
  width: 50%;
}

.single-event-fv__cont__inner.w-1200>h2 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: 700;
  color: #00bfff;
}

.single-event-cont__photo {
  width: calc(50% - 40px);
  position: relative;
}

.single-event-cont button.slick-arrow {
  width: 12px;
  height: 22px;
}

.single-event-cont button.slick-arrow img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: center;
}

.arrows-event-slider {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
}

.slick-next:before,
.slick-prev:before {
  display: none !important;
}

.slick-prev {
  left: 14px !important;
}

.slick-next {
  right: 14px !important;
}

.single-event-cont__text h3.ttl {
  font-size: 32px;
  font-weight: 700;
  position: relative;
  color: #00bfff;
  margin-bottom: 24px;
}

.single-event-cont__text h3.ttl::before {
  width: calc(100% - 120px);
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  height: 2px;
  background-color: #00bfff;
  content: "";
  display: block;
  position: absolute;
}

.single-event-cont__text__ttl {
  font-size: 32px;
  margin-bottom: 32px;
  color: #00bfff;
  font-weight: 700;
  line-height: 1.25;
}

.single-event-cont__text__dj-ttl {
  font-size: 32px;
  margin-bottom: 8px;
  color: #00bfff;
  font-weight: 700;
}

.single-event-cont__text p {
  font-size: 20px;
  margin-bottom: 40px;
  font-weight: 700;
}

.single-event-cont__text h2.single-event-cont__text_weekday {
  font-size: 24px;
  margin-bottom: 12px;
  font-weight: 700;
  display: flex;
  justify-content: flex-start;
  line-height: 1;
  align-items: flex-end;
}

.single-event-cont__text h2.single-event-cont__text_weekday span {
  margin-left: 14px;
  display: block;
  width: max-content;
  font-size: 16px;
  font-family: "Noto Sans JP", serif;
}

.single-event-fv__cont__inner.w-1200 {
  margin-bottom: 120px;
}

.page-access-map img {
  width: 100%;
  height: auto;
  display: block;
  margin-bottom: 32px;
}

.page-access-map {
  margin-bottom: 120px;
}

.page-access-map a {
  padding: 18px;
  font-weight: 700;
  width: 100%;
  max-width: 240px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 10000px;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .page-event-fv__cont__thumbnail {
    height: 90vw;
    width: 100%;
  }

  .single-event-cont__photo {
    width: 100%;
    position: relative;
  }

  .single-event-cont {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .single-event-cont__text {
    width: 100%;
  }

  .single-event-cont__text h3.ttl {
    font-size: 24px;
    font-weight: 700;
    position: relative;
    color: #00bfff;
    margin-bottom: 24px;
    line-height: 1;
  }

  .single-event-cont__text__ttl {
    font-size: 24px;
    margin-bottom: 24px;
    color: #00bfff;
    font-weight: 700;
    line-height: 1.25;
  }

  .single-event-cont__text__dj-ttl {
    font-size: 24px;
    margin-bottom: 24px;
    color: #00bfff;
    font-weight: 700;
    line-height: 1;
  }

  .single-event-cont__text p {
    font-size: 14px;
    margin-bottom: 40px;
    font-weight: 700;
  }

  .single-event-cont__text {
    width: 100%;
    margin-top: 40px;
  }

  .single-event-cont__text h2.single-event-cont__text_weekday {
    font-size: 20px;
    margin-bottom: 12px;
    font-weight: 700;
    display: flex;
    justify-content: flex-start;
    line-height: 1;
    align-items: flex-end;
  }

  .renewal-h2-ttl {
    font-size: 40px;
    text-align: center;
    color: #fff;
    text-shadow: -1px -1px 0 #00bfff, 1px -1px 0 #00bfff, -1px 1px 0 #00bfff,
      1px 1px 0 #00bfff;
    font-weight: 700;
    line-height: 1;
    filter: drop-shadow(0 0 12px hwb(195deg 0% 0% / 40%));
  }

  .single-event-fv__cont__inner.w-1200>h2 {
    font-size: 24px;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 700;
    color: #00bfff;
  }

  .page-event-fv__inner.w-1200 {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .page-event-fv__cont__inner__text {
    width: 1000%;
  }

  .page-event-fv__cont__inner.w-1200 ul li a {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border: 1px solid #fff;
    border-bottom: none;
    flex-wrap: wrap;
  }

  .page-event-fv__cont__inner__text {
    width: 100%;
    margin-bottom: 24px;
  }

  .page-event-fv__cont__inner__text>span {
    padding-bottom: 8px;
    margin-bottom: 8px;
    border-bottom: 1px solid #00bfff;
    color: #00bfff;
    font-size: 25px;
    font-weight: 700;
    width: 100%;
    display: block;
    line-height: 1;
  }

  .page-event-fv__cont__inner.w-1200 ul li a h3 {
    font-size: 24px;
    color: #00bfff;
    font-weight: 700;
  }

  .page-event-fv__cont__inner.w-1200 ul li a {
    padding: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #fff;
    border-bottom: none;
    flex-wrap: wrap;
  }
}

.w-1000 {
  width: 100%;
  max-width: 1000px;
  padding-left: 20px;
  padding-right: 20px;
  margin: auto;
}

.section-underpage__head {
  padding-top: 140px;
  padding-bottom: 42px;
}

.section-underpage__head h1 {
  font-size: 72px;
  text-align: center;
  color: #fff;
  text-shadow: -1px -1px 0 #00bfff, 1px -1px 0 #00bfff, -1px 1px 0 #00bfff,
    1px 1px 0 #00bfff;
  font-weight: 700;
  line-height: 1;
  filter: drop-shadow(0 0 12px hwb(195deg 0% 0% / 40%));
}

.section-underpage__head__inner>span {
  display: block;
  text-align: center;
  font-size: 20px;
  margin-top: 14px;
}

section.page-about__content .logo {
  max-width: 360px;
  margin: auto;
  margin-bottom: 40px;
}

section.page-about__content .logo img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

section.page-about__content .txt {
  display: flex;
  justify-content: space-between;
}

section.page-about__content .txt p {
  width: calc(50% - 38px);
  line-height: 2;
  font-size: 16px;
  font-weight: 500;
}

section.page-about__content .txt div {
  width: 50%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

section.page-about__content .txt div img {
  width: calc(50% - 7px);
  height: auto;
  display: block;
  margin-bottom: 14px;
}

section.page-about__content .txt {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.page-about__content__inner.w-1000 {
  padding-bottom: 120px;
}

body::before,
body.page-id-8609::before,
body.page-id-9140::before,
body.page-id-9134::before,
body.page-template-page-top-test::before,
body.archive.post-type-archive::before,
body.page-template-page-renewal-about::before,
body.page-template-page-renewal-discount::before,
body.page-template-page-renewal-djs::before,
body.page-template-page-renewal-faq::before,
body.page-template-page-renewal-vip::before,
body.page-template-page-renewal-rental::before,
body.page-template-page-renewal-access::before,
body.page-template-page-renewal-system::before,
body.page-template-page-renewal-contact::before,
body.page-template-page-renewal-floor::before,
body.page-template-page-renewal-idcheck::before,
body.news-template-default.single.single-news::before,
body.page-template-page-renewal-recruit::before,
body.page-template-page-renewal-gallery::before,
body.page-template-page-renewal-thanks::before,
body.page-template.page-template-page-floorstaff::before,
body.error404::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-image: url(../img/renewal_2025/common/bg.jpg);
  background-size: cover;
  background-position: center;
  z-index: -1;
}

.page-contact-connt__inner ul li {
  margin-bottom: 14px;
  width: 100%;
}

.page-contact-connt__inner ul li a {
  width: 100%;
  display: block;
  padding: 14px;
  font-size: 20px;
  font-weight: 700;
  position: relative;
  text-align: center;
  border: 1px solid;
  border-radius: 100000px;
}

.page-contact-connt__inner {
  max-width: 640px;
  margin-bottom: 120px;
}

section.page-floorstaff-cont p {
  text-align: center;
  line-height: 2;
  font-size: 24px;
}

.page-contact-connt__inner ul li img {
  width: 20px;
  height: 20px;
  display: block;
  object-fit: contain;
  object-position: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

section.page-vip__bottle.rental {
  padding: 120px 20px;
  background-image: url(../img/renewal_2025/rental/rental-bg.jpg);
  background-size: cover;
  background-position: center;
}

.page-discount__content__inner.w-1000 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 30px 0;
}

.page-discount__content__inner.w-1000 .price-panel {
  width: calc(50% - 20px);
}

section.page-discount__content {
  padding-bottom: 120px;
}

.page-discount__content__inner.w-1000 .price-panel h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 14px;
}

.page-discount__content__inner.w-1000 .price-panel h2 span {
  font-size: 14px;
  margin-left: 14px;
  font-family: "Noto Sans JP", serif;
}

.page-discount__content__inner.w-1000 table.price-table td span {
  display: block;
  width: max-content;
  margin: auto;
}

.page-discount__content__inner.w-1000 table.price-table td span:first-of-type {
  font-size: 14px;
  position: relative;
}

.page-discount__content__inner.w-1000 table.price-table td span:first-of-type::before {
  width: 100%;
  height: 2px;
  background-color: #ff0000;
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  transform: translateY(-50%);
}

.page-discount__content__inner.w-1000 table.price-table td span:last-of-type {
  font-size: 18px;
  margin-top: 10px;
}

.page-discount__content__inner.w-1000 table.price-table th,
.page-discount__content__inner.w-1000 table.price-table td {
  vertical-align: middle;
}

section.section-underpage__head.section-underpage__head_renewal {
  padding-bottom: 56px;
}

.page-discount__content__inner.w-1000 .price-table tr.min-tr {
  background: #ffffffbf;
  color: #333237;
}

.page-djs__content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.page-djs__content ul li {
  width: calc(100% / 4);
  margin-bottom: 32px;
}

.page-djs__content ul li p {
  margin-top: 24px;
  text-align: center;
  display: block;
}

section.page-djs__content {
  padding-bottom: 120px;
}

section.page-faq__content ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

section.page-faq__content ul li {
  width: calc((100% - 30px) / 2);
  margin-bottom: 32px;
}

section.page-faq__content ul li span {
  display: block;
  width: 100%;
}

section.page-faq__content ul li span.faq-ttl {
  line-height: 1.5;
  padding-bottom: 14px;
  color: #00bfff;
  margin-bottom: 24px;
  font-size: 20px;
  font-weight: 700;
  border-bottom: 1px solid #00bfff;
}

.faq-text {
  line-height: 2;
}

.section-underpage__head__faq {
  padding-bottom: 80px;
}

.faq-text a {
  color: #ff0000;
}

.link-group__faq.eng {
  display: flex;
  justify-content: space-between;
  max-width: 500px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
}

.link-group__faq.eng a {
  width: calc(50% - 10px);
  padding: 18px;
  border-radius: 100000px;
  border: 1px solid #fff;
  font-size: 16px;
  font-weight: 700;
  display: flex;
  justify-content: center;
  align-items: center;
}

section.page-faq__content {
  padding-bottom: 120px;
}

.link-group__faq.eng a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  margin-right: 14px;
}

a.tel-btn.sp {
  display: none;
}

div#lightbox {
  z-index: 99999999;
}

div#lightboxOverlay {
  z-index: 99999999;
}

span.lb-caption {
  display: none !important;
}

ul.vip__event__list {
  max-width: 640px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
}

ul.vip__event__list li {
  width: calc(50% - 10px);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  min-height: 50px;
  flex-wrap: wrap;
  transition: background 0.3s ease, color 0.3s ease;
  border-radius: 10000000px;
  color: #00bfff;
  background-color: #fff;
  filter: drop-shadow(1px 1px 2px #00bfffda) drop-shadow(-1px 1px 2px #00bfffda) drop-shadow(1px -1px 2px #00bfffda) drop-shadow(-1px -1px 2px #00bfffda);
}

ul.vip__event__list li:last-of-type {
  margin-bottom: 50px;
}

ul.vip__event__list li a {
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1;
}

ul.vip__event__list li a span {
  font-size: 14px;
  display: block;
  width: 100%;
  text-align: center;
}

.page-vip__content__first-map {
  width: 60%;
  max-width: 860px;
  height: auto;
  object-fit: contain;
  margin: auto;
  margin-bottom: 40px;
}

.page-vip__content__first-map img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.section-underpage__head__vip {
  padding-bottom: 56px;
}

.ccontact-btn-vip,
.ccontact-btn-price-table {
  width: 100%;
  max-width: 660px;
  margin: auto;
}

.ccontact-btn-vip02 {
  margin-bottom: 50px;
}

.ccontact-btn-vip,
.ccontact-btn-price-table {
  width: 100%;
  max-width: 660px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 20px 40px;
}

.ccontact-btn-vip li,
.ccontact-btn-price-table li {
  width: calc((100% - 40px) / 2);
}

.ccontact-btn-vip li:first-of-type a span,
.ccontact-btn-price-table li:first-of-type a span {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
}

.ccontact-btn-vip li a,
.ccontact-btn-price-table li a {
  padding: 20px;
  border: 1px solid #fff;
  font-weight: 700;
  background-color: #222228;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-reserve-box .ccontact-btn-vip li a {
  padding: 10px;
}

.ccontact-btn-vip li a {
  border-radius: 10000000px;
  color: #00bfff;
  background-color: #fff;
}

.ccontact-btn-vip li {
  background-color: #fff;
  border-radius: 10000000px;
  filter: drop-shadow(1px 1px 2px #00bfffda) drop-shadow(-1px 1px 2px #00bfffda) drop-shadow(1px -1px 2px #00bfffda) drop-shadow(-1px -1px 2px #00bfffda);
}

.ccontact-btn-vip li:first-of-type a {
  flex-wrap: wrap;
  height: 100%;
}

.ccontact-btn-vip:nth-of-type(2) li a {
  height: 100%;
  padding: 20px;
}

.ccontact-btn-vip li a img,
.active .ccontact-btn-price-table li a img {
  width: 20px;
  height: 20px;
  object-fit: contain;
  display: block;
  margin-right: 12px;
}

ul.ccontact-btn-price-table {
  margin-top: 40px;
}

.page-vip__table-list__inner {
  padding-top: 120px;
  padding-bottom: 120px;
}

.page-vip__table-list__inner h2 {
  font-size: 72px;
  text-align: center;
  color: #fff;
  text-shadow: -1px -1px 0 #00bfff, 1px -1px 0 #00bfff, -1px 1px 0 #00bfff,
    1px 1px 0 #00bfff;
  font-weight: 700;
  line-height: 1;
  filter: drop-shadow(0 0 12px hwb(195deg 0% 0% / 40%));
  margin-bottom: 40px;
}

.page-vip__table-list__content {
  display: flex;
  justify-content: space-between;
  margin-top: 40px;
}

.page-vip__table-list__content__left img {
  width: 90%;
  height: auto;
  object-fit: contain;
  margin: auto;
  display: block;
  max-width: 390px;
}

.page-vip__table-list__content__right img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.page-vip__table-list__content__left {
  width: 50%;
  position: sticky;
  top: 120px;
  height: max-content;
}

.page-vip__table-list__content__right {
  width: 50%;
}

.page-vip__table-list__content__right h3 {
  font-size: 22px;
  font-weight: 700;
  display: flex;
  align-items: flex-end;
  color: #00bfff;
  margin-top: 32px;
  margin-bottom: 14px;
}

.page-vip__table-list__content__right h3 span {
  font-size: 14px;
  margin-left: 14px;
}

.page-vip__table-list__content__wrap .ccontact-btn-vip {
  margin-top: 40px;
}

.page-vip__table-list__content__wrap {
  margin-top: 120px;
}

.page-vip__table-list__content__wrap:first-of-type {
  margin-top: 0;
}

.page-vip__table-list__content__right table {
  width: 100%;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  margin-top: 0px;
}

.page-vip__table-list__content__right table tr {
  border-bottom: 1px solid #fff;
  border-right: 1px solid #fff;
}

.page-vip__table-list__content__right table tr:first-of-type th,
.page-vip__table-list__content__right table tr:first-of-type td {
  font-size: 22px;
}

.page-vip__table-list__content__right table th {
  text-align: center;
  padding: 8px;
  font-size: 14px;
  border-right: 1px solid #fff;
  vertical-align: middle;
  width: 40%;
}

.page-vip__table-list__content__right table td {
  text-align: center;
  padding: 8px;
  font-size: 14px;
  font-weight: 700;
  vertical-align: middle;
}

.page-vip__table-list__content__right table td span {
  display: block;
  font-size: 10px;
}

ul.page-vip__table-list__content-tab {
  max-width: 640px;
  margin: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

ul.page-vip__table-list__content-tab li {
  width: calc(50% - 10px);
  padding: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 100000px;
  flex-wrap: wrap;
  transition: background 0.3s ease, color 0.3s ease;
}

ul.page-vip__table-list__content-tab li:first-of-type {
  margin-right: 20px;
}

ul.page-vip__table-list__content-tab li .eng {
  font-size: 18px;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
  line-height: 1;
}

ul.page-vip__table-list__content-tab li .jp {
  font-size: 12px;
  font-weight: 700;
  display: block;
  text-align: center;
  width: 100%;
}

ul.page-vip__table-list__content-tab li.active {
  background-color: #fff;
}

ul.page-vip__table-list__content-tab li.active .eng,
ul.page-vip__table-list__content-tab li.active .jp {
  color: #222228;
}

.page-vip__bottle {
  padding: 120px 20px;
  background-image: url(../img/renewal_2025/vip/bottle-bg.jpg);
  background-size: cover;
  background-position: center;
}

.page-vip__bottle h2 {
  color: #00bfff;
  font-size: 56px;
  text-align: center;
  margin-bottom: 32px;
  font-weight: 700;
}

.page-vip__bottle a img {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 14px;
}

.page-vip__bottle a {
  width: 100%;
  max-width: 240px;
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  border-radius: 1000px;
  font-weight: 700;
  text-align: center;
  padding: 15px;
}

.page-vip__attention .w-1000 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.page-vip__attention h2 {
  font-size: 72px;
  text-align: center;
  color: #fff;
  text-shadow: -1px -1px 0 #00bfff, 1px -1px 0 #00bfff, -1px 1px 0 #00bfff,
    1px 1px 0 #00bfff;
  font-weight: 700;
  line-height: 1;
  filter: drop-shadow(0 0 12px hwb(195deg 0% 0% / 40%));
  margin-bottom: 40px;
}

.page-vip__attention p {
  font-size: 16px;
  line-height: 1.5;
  margin-bottom: 32px;
}

.section-underpage__head__rental {
  padding-bottom: 56px;
}

.page-rental__intro {
  margin-bottom: 120px;
}

.page-rental__intro p {
  text-align: center;
  line-height: 2;
  margin-bottom: 28px;
}

.page-rental__intro p:last-of-type {
  margin-bottom: 0px;
}

.page-rental-cta h2 {
  font-size: 72px;
  text-align: center;
  color: #fff;
  text-shadow: -1px -1px 0 #00bfff, 1px -1px 0 #00bfff, -1px 1px 0 #00bfff,
    1px 1px 0 #00bfff;
  font-weight: 700;
  line-height: 1;
  filter: drop-shadow(0 0 12px hwb(195deg 0% 0% / 40%));
}

.page-rental-cta__inner>span {
  text-align: center;
  margin-top: 14px;
  margin-bottom: 40px;
  display: block;
}

section.page-rental-cta ul.cta-tel-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.page-rental-cta ul.cta-tel-list li {
  width: 50%;
  font-size: 30px;
  font-weight: 200;
  text-align: center;
}

section.page-rental-cta ul.cta-tel-list li span {
  width: 100%;
  display: block;
  font-size: 16px;
  text-align: center;
  margin-top: 14px;
}

.page-rental-cta__inner ul.contact-list {
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 800px;
  width: 100%;
  margin: auto;
  margin-top: 40px;
}

.page-rental-cta__inner ul.contact-list li {
  width: calc((100% - 48px) / 4);
}

.page-rental-cta__inner ul.contact-list li a {
  display: block;
  border: 1px solid #fff;
  border-radius: 10000px;
  padding: 15px;
  display: flex;
  width: 100%;
  justify-content: center;
}

.page-rental-cta__inner ul.contact-list li img {
  width: 18px;
  height: 18px;
  object-fit: contain;
  margin-right: 12px;
}

h2.ttl-neon {
  font-size: 72px;
  text-align: center;
  color: #fff;
  text-shadow: -1px -1px 0 #00bfff, 1px -1px 0 #00bfff, -1px 1px 0 #00bfff,
    1px 1px 0 #00bfff;
  font-weight: 700;
  line-height: 1;
  filter: drop-shadow(0 0 12px hwb(195deg 0% 0% / 40%));
}

.page-rental-plan__inner.w-1000 {
  padding-top: 120px;
  padding-bottom: 120px;
}

li.page-rental-plan__inner-cont-list-item {
  display: flex;
  justify-content: space-between;
}

li.page-rental-plan__inner-cont-list-item div img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

li.page-rental-plan__inner-cont-list-item div {
  width: 100%;
}

li.page-rental-plan__inner-cont-list-item div h3 {
  font-weight: 700;
  padding-bottom: 8px;
  margin-bottom: 20px;
  border-bottom: 1px solid #fff;
  font-size: 18px;
}

li.page-rental-plan__inner-cont-list-item div p {
  font-size: 14px;
}

li.page-rental-plan__inner-cont-list-item div span {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 28px;
  display: block;
}

li.page-rental-plan__inner-cont-list-item div a.pc {
  width: 100%;
  font-size: 16px;
  padding: 14px;
  text-align: center;
  max-width: 240px;
  display: block;
  border-radius: 10000px;
  margin-top: 32px;
  border: 1px solid #fff;
  margin-left: auto;
  margin-right: auto;
}

.c-button {
  display: none !important;
}

.page-rental-plan__inner a.pdfread-btn {
  width: 100%;
  font-size: 16px;
  padding: 14px;
  text-align: center;
  max-width: 240px;
  display: block;
  border-radius: 10000px;
  border: 1px solid #fff;
  margin: auto;
}

.news-link__events {
  padding: 20px;
  border: 1px solid #fff;
  font-weight: 700;
  background-color: #222228;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10000000px;
  color: #00bfff;
  background-color: #fff;
  margin-top: 32px;
  margin-left: auto;
  margin-right: auto;
  background-color: #fff;
  border-radius: 10000000px;
  filter: drop-shadow(1px 1px 2px #00bfffda) drop-shadow(-1px 1px 2px #00bfffda) drop-shadow(1px -1px 2px #00bfffda) drop-shadow(-1px -1px 2px #00bfffda);
}

.page-rental-plan__inner-cont-list {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

.page-rental-plan__inner-cont-list li {
  margin-bottom: 40px;
  width: calc((100% - 60px) / 3);
  gap: 20px;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
}

.page-rental-plan__inner.w-1000>p {
  line-height: 2;
  text-align: center;
  margin-top: 40px;
}

.page-rental-floor__inner.w-1000>p {
  text-align: center;
  line-height: 2;
  margin-bottom: 80px;
  font-weight: 400;
}

.page-rental-floor__inner.w-1000>ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-rental-floor__inner.w-1000>ul li {
  width: calc((100% - 100px) / 3);
}

.page-rental-floor__inner.w-1000>ul li p {
  margin-top: 16px;
  margin-bottom: 24px;
  text-align: center;
}

.page-rental-option__inner.w-1000 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.page-rental-option__inner.w-1000>p {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-rental-option__inner.w-1000 ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.page-rental-option__inner.w-1000 ul li {
  width: calc((100% - 60px) / 2);
  margin-bottom: 10px;
  font-size: 20px;
  display: flex;
  justify-content: space-between;
}

.page-rental-option__inner.w-1000 ul li span {
  display: block;
  width: max-content;
  font-weight: 200;
}

section.page-rental-guide {
  padding-top: 120px;
  padding-bottom: 120px;
}

section.page-rental-guide ul {
  width: 100%;
  max-width: 800px;
  margin: auto;
  margin-top: 40px;
}

section.page-rental-guide ul h3 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 12px;
  margin-bottom: 20px;
  font-size: 24px;
  border-bottom: 1px solid #fff;
}

.page-rental-map {
  padding-top: 120px;
  padding-bottom: 120px;
}

.page-rental-map iframe {
  width: 100%;
  height: 400px;
  margin: 40px auto 0;
  max-width: 640px;
  display: block;
}

section.page-rental-guide ul li {
  margin-bottom: 40px;
}

section.page-rental-guide ul h3>span {
  font-size: 14px;
}

section.page-rental-guide ul li>span {
  font-size: 16px;
  line-height: 2;
}

.floor-img {
  max-width: 600px;
  margin: 40px auto;
  width: 100%;
  height: auto;
}

.floor-img img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.page-floor-cont .page-floor-cont-image {
  margin: auto;
  max-width: 640px;
  width: 100%;
  margin-bottom: 56px;
}

.page-floor-cont .page-floor-cont-image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.page-floor-cont {
  margin-bottom: 120px;
}

.page-floor-cont p {
  text-align: center;
  margin-bottom: 32px;
  line-height: 1.5;
  font-weight: 400;
}

.page-floor-cont p:last-of-type {
  margin-bottom: 0px;
}

.page-floor-cont ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 80px;
}

.page-floor-cont ul li {
  width: calc((100% - 20px) / 2);
  margin-bottom: 20px;
}

.page-floor-cont ul li img {
  width: 100%;
  height: auto;
}

section.page-floorstaff-cont {
  margin-bottom: 80px;
}

section.page-id-check__intro {
  margin-top: 56px;
  margin-bottom: 120px;
}

.page-id-check__intro__inner.w-1000>span,
.page-id-check__dress__inner>span {
  margin-top: 14px;
  display: block;
  margin-bottom: 56px;
  width: 100%;
  text-align: center;
}

section.page-id-check__intro p {
  line-height: 2;
  font-size: 16px;
}

section.page-id-check__intro ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 32px;
  margin-bottom: 32px;
}

section.page-id-check__intro ul li {
  display: block;
  width: calc((100% - 20px) / 2);
}

.page-id-check__dress__inner p {
  line-height: 2;
}

.page-id-check__dress__inner {
  margin-bottom: 120px;
}

.page-id-check__dress__inner h3 {
  text-align: center;
  font-size: 20px;
  margin-bottom: 24px;
  margin-top: 40px;
  color: #00bfff;
  font-weight: 700;
}

section.single-news__cont {
  padding-bottom: 120px;
}

.article_overview {
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px;
}

.article_overview .image {
  width: 50%;
}

.article_overview .image img {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.article_overview .txt {
  width: 50%;
}

.article_overview .txt div.date.eng {
  color: #00bfff;
  font-weight: 700;
  font-size: 24px;
  margin-bottom: 24px;
}

.article_overview .txt {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 40px;
  background-color: #000;
}

.article_overview .txt h1 {
  font-size: 16px;
  line-height: 1.5;
}

.article_body p {
  line-height: 1.5;
  margin-bottom: 24px;
}

.wrapper.page.page_recruit table {
  width: 100%;
}

.wrapper.page.page_recruit tbody {
  width: 100%;
}

.wrapper.page.page_recruit tbody tr {
  display: flex;
  justify-content: space-between;
  background-color: #00000045;
}

.wrapper.page.page_recruit tbody tr th {
  width: 250px;
  vertical-align: middle;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.wrapper.page.page_recruit tbody tr td {
  width: calc(100% - 250px);
  padding: 20px;
  font-size: 14px;
  line-height: 2;
}

.wrapper.page.page_recruit tbody tr th,
.wrapper.page.page_recruit tbody tr td {
  border: 1px solid #fff;
}

.section04 {
  margin-top: 120px;
  margin-bottom: 120px;
}

.section04 h2 {
  margin-bottom: 40px;
}

.recruit-form .attention {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.form-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 24px;
}

.form-item .form-ttl {
  width: 240px;
}

.form-item .form-ttl span.req {
  padding: 3px 18px;
  background-color: #00bfff;
  font-size: 14px;
  display: block;
}

.form-text {
  width: calc(100% - 290px);
}

.form-text input[type="text"],
.form-text input[type="tel"],
.form-text input[type="email"],
.form-text textarea,
.form-text select,
input[type="date" i] {
  width: 100%;
  display: block;
  padding: 20px 16px;
  background-color: #f5f5f5;
  color: #222227;
}

.form-item .form-ttl {
  width: 240px;
  display: flex;
  justify-content: space-between;
}

.form-text span.wpcf7-list-item {
  display: block;
  margin-bottom: 14px;
  margin-left: 0;
}

input#send {
  display: block;
  width: 400px;
  background-color: #fff;
  color: #000;
  margin: auto;
  margin-top: 64px;
  font-size: 20px;
  padding: 20px 0;
  text-align: center;
  font-weight: 700;
  transition: 0.25s;
  border: 1px solid #fff;
}

.article_body img {
  width: max-content;
  max-width: 100%;
  display: block;
  height: auto;
  margin: auto;
  margin-bottom: 24px;
}

p.recapcha {
  text-align: center;
  margin-top: 40px;
}

section.recruit-form {
  margin-bottom: 120px;
}

.sb_instagram_header.sbi_medium {
  display: none !important;
}

#sb_instagram #sbi_load {
  float: left;
  clear: both;
  width: 100%;
  text-align: center;
  opacity: 1;
  transition: 0.5s ease-in;
  display: none !important;
}

.gallery-content__inner.w-1000 {
  margin-bottom: 120px;
}

#sb_instagram #sbi_images .sbi_item {
  box-shadow: none;
  transition: ease 0.2s;
}

#sb_instagram #sbi_images .sbi_item:hover {
  box-shadow: 1px 1px 10px 1px #00bfff, -1px -1px 10px 1px #00bfff;
  transition: ease 0.2s;
}

.insta-btn-gallery {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #fff;
  font-weight: 700;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.insta-btn-gallery img {
  width: 20px;
  height: 20px;
  display: block;
  margin-right: 14px;
}

.insta-btn-gallery {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 18px;
  width: 100%;
  max-width: 240px;
  border-radius: 10000px;
}

@media screen and (max-width: 640px) {
  .gallery-content__inner.w-1000 {
    margin-bottom: 80px;
  }

  .wrapper.page.page_recruit tbody tr {
    display: flex;
    justify-content: space-between;
    background-color: #00000045;
    flex-wrap: wrap;
  }

  .wrapper.page.page_recruit tbody tr th,
  .wrapper.page.page_recruit tbody tr td {
    border: 1px solid #fff;
    width: 100%;
    padding: 18px;
    justify-content: left;
  }

  .wrapper.page.page_recruit tbody tr th,
  .wrapper.page.page_recruit tbody tr td {
    border: 1px solid #fff;
    width: 100%;
    padding: 18px;
    justify-content: left;
    font-size: 14px;
  }

  section.page-about__content .txt {
    flex-wrap: wrap;
  }

  section.page-about__content .txt p {
    width: 100%;
    line-height: 2;
    font-size: 14px;
    font-weight: 500;
  }

  section.page-about__content .txt div {
    width: 100%;
    margin-top: 32px;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .section-underpage__head h1 {
    font-size: 56px;
  }

  .section-underpage__head__inner>span {
    display: block;
    text-align: center;
    font-size: 16px;
    margin-top: 14px;
  }

  section.page-about__content .logo {
    max-width: 300px;
    margin: auto;
    margin-bottom: 32px;
  }

  .page-about__content__inner.w-1000 {
    padding-bottom: 80px;
  }

  .page-floor-cont {
    margin-bottom: 80px;
  }

  .page-floor-cont p {
    text-align: center;
    margin-bottom: 32px;
    line-height: 1.5;
    font-weight: 400;
  }

  .page-floor-cont p:last-of-type {
    margin-bottom: 0px;
  }

  .page-floor-cont ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 80px;
  }

  .page-floor-cont ul li {
    margin-bottom: 20px;
  }

  .page-floor-cont ul li img {
    width: 100%;
    height: auto;
  }

  .page-floor-cont .page-floor-cont-image {
    margin-bottom: 40px;
  }

  .page-floor-cont p {
    text-align: left;
    margin-bottom: 24px;
    font-size: 14px;
  }

  .page-floor-cont p:last-of-type {
    margin-bottom: 0px;
  }

  .page-floor-cont ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 40px;
  }

  .page-floor-cont ul li {
    width: calc((100% - 10px) / 2);
    margin-bottom: 10px;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .page-vip__content__first-map {
    width: 100%;
  }

  .page-floor-cont ul li img {
    width: 100%;
    height: auto;
  }

  section.section-underpage__head.section-underpage__head_renewal h1 {
    font-size: 40px;
    line-height: 1.3;
  }

  .page-discount__content__inner.w-1000 {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .page-discount__content__inner.w-1000 .price-panel {
    width: 100%;
  }

  .page-discount__content__inner.w-1000 .price-panel:last-of-type {
    margin-top: 40px;
  }

  .page-discount__content__inner.w-1000 table.price-table td span:last-of-type {
    font-size: 14px;
    margin-top: 10px;
  }

  .page-discount__content__inner.w-1000 table.price-table td span:first-of-type {
    font-size: 12px;
    position: relative;
    font-family: "Noto Sans JP", serif;
  }

  .page-discount__content__inner.w-1000 table.price-table th,
  .page-discount__content__inner.w-1000 table.price-table td {
    vertical-align: middle;
    font-size: 14px;
  }

  section.page-discount__content {
    padding-bottom: 80px;
  }

  .page-djs__content ul li {
    width: calc(100% / 2);
    margin-bottom: 24px;
  }

  .page-djs__content ul li p {
    margin-top: 14px;
    text-align: center;
    display: block;
    font-size: 14px;
  }

  section.page-djs__content {
    padding-bottom: 80px;
  }

  .eng.top-ttl {
    margin-bottom: 24px;
  }

  .sns-btn {
    margin-top: 40px;
  }

  section.page-faq__content ul li {
    width: 100%;
    margin-bottom: 32px;
  }

  section.page-faq__content ul li span.faq-ttl {
    line-height: 1.5;
    padding-bottom: 8px;
    color: #00bfff;
    margin-bottom: 14px;
    font-size: 18px;
    font-weight: 700;
    border-bottom: 1px solid #00bfff;
  }

  .faq-text {
    line-height: 2;
    font-size: 14px;
  }

  section.page-faq__content {
    padding-bottom: 80px;
  }

  .link-group__faq.eng a {
    width: 100%;
    padding: 18px;
    border-radius: 100000px;
    border: 1px solid #fff;
    font-size: 16px;
    font-weight: 700;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .link-group__faq.eng {
    flex-wrap: wrap;
  }

  .link-group__faq.eng a:last-of-type {
    margin-top: 20px;
  }

  .section-underpage__head__faq {
    padding-bottom: 40px;
  }

  a.tel-btn.sp {
    display: flex;
  }

  section.section-underpage__head.section-underpage__head__vip h1 {
    font-size: 40px !important;
  }

  .ccontact-btn-vip li {
    width: 100%;
  }

  .ccontact-btn-vip li:last-of-type {
    margin-top: 14px;
  }

  .ccontact-btn-vip {
    width: 100%;
    max-width: 660px;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }

  .page-vip__table-list__inner h2 {
    font-size: 40px;
    margin-bottom: 32px;
  }

  .page-vip__table-list__content__left {
    width: 100%;
    position: relative;
    top: auto;
    height: max-content;
  }

  .page-vip__table-list__content {
    display: flex;
    justify-content: space-between;
    margin-top: 32px;
    flex-wrap: wrap;
  }

  .page-vip__table-list__content__right {
    width: 100%;
    margin-top: 0px;
  }

  .page-vip__table-list__content__right h3 {
    font-size: 20px;
    margin-top: 24px;
    margin-bottom: 14px;
    text-align: center;
    flex-wrap: wrap;
    justify-content: center;
  }

  .page-vip__table-list__content__right h3 span {
    font-size: 14px;
    margin-left: 0;
    width: 100%;
    margin-top: 8px;
    text-align: center;
  }

  .page-vip__table-list__content__right table tr:first-of-type th,
  .page-vip__table-list__content__right table tr:first-of-type td {
    font-size: 18px;
  }

  .page-vip__table-list__content__wrap {
    margin-top: 80px;
  }

  .page-vip__bottle {
    padding: 80px 20px;
    background-image: url(../img/renewal_2025/vip/bottle-bg.jpg);
    background-size: cover;
    background-position: center;
  }

  .page-vip__bottle h2 {
    color: #00bfff;
    font-size: 32px;
    text-align: center;
    margin-bottom: 24px;
    font-weight: 700;
  }

  .page-vip__table-list__inner {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-vip__attention h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    text-shadow: -1px -1px 0 #00bfff, 1px -1px 0 #00bfff, -1px 1px 0 #00bfff,
      1px 1px 0 #00bfff;
    font-weight: 700;
    line-height: 1;
    filter: drop-shadow(0 0 12px hwb(195deg 0% 0% / 40%));
    margin-bottom: 24px;
  }

  .page-vip__attention .w-1000 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-vip__attention p {
    font-size: 14px;
    line-height: 1.5;
    margin-bottom: 24px;
  }

  .page-vip__table-list__content__left {
    width: 100%;
    position: relative;
    top: auto;
    height: max-content;
    display: none;
  }

  li.page-rental-plan__inner-cont-list-item {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
  }

  li.page-rental-plan__inner-cont-list-item div {
    width: 100%;
    margin-bottom: 0;
  }

  li.page-rental-plan__inner-cont-list-item div {
    width: 100%;
    margin-bottom: 0;
  }

  li.page-rental-plan__inner-cont-list-item div span {
    margin-bottom: 14px;
    font-weight: 700;
    font-size: 18px;
    display: block;
  }

  li.page-rental-plan__inner-cont-list-item div a.pc {
    display: none;
  }

  .c-button {
    width: 100%;
    font-size: 14px;
    padding: 14px;
    text-align: center;
    max-width: 240px;
    display: block !important;
    border-radius: 10000px;
    margin-top: 0px;
    border: 1px solid #fff;
    margin: 24px auto 0;
    margin-top: 0px;
  }

  li.page-rental-plan__inner-cont-list-item div h3 {
    font-weight: 700;
    padding-bottom: 8px;
    margin-bottom: 20px;
    border-bottom: 1px solid #fff;
    font-size: 20px;
    line-height: 1.5;
  }

  li.page-rental-plan__inner-cont-list-item div p {
    font-size: 14px;
  }

  li.page-rental-plan__inner-cont-list-item div p {
    font-size: 14px;
    line-height: 1.5;
  }

  .page-contact-connt__inner {
    max-width: 640px;
    margin-bottom: 80px;
  }

  .page-contact-connt__inner ul li a {
    width: 100%;
    display: block;
    padding: 12px;
    font-size: 14px;
    font-weight: 700;
    position: relative;
    text-align: center;
    border: 1px solid;
    border-radius: 100000px;
  }

  h2.ttl-neon {
    font-size: 40px;
    text-align: center;
    color: #fff;
    text-shadow: -1px -1px 0 #00bfff, 1px -1px 0 #00bfff, -1px 1px 0 #00bfff,
      1px 1px 0 #00bfff;
    font-weight: 700;
    line-height: 1;
    filter: drop-shadow(0 0 12px hwb(195deg 0% 0% / 40%));
  }

  .page-rental-plan__inner-cont-list {
    margin-top: 32px;
    flex-wrap: wrap;
  }

  .page-rental-plan__inner.w-1000 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-rental__intro p {
    text-align: center;
    line-height: 2;
    margin-bottom: 20px;
    font-size: 14px;
    text-align: left;
  }

  .page-rental__intro p br {
    display: none;
  }

  .page-rental-cta h2 {
    font-size: 40px;
    text-align: center;
    color: #fff;
    text-shadow: -1px -1px 0 #00bfff, 1px -1px 0 #00bfff, -1px 1px 0 #00bfff,
      1px 1px 0 #00bfff;
    font-weight: 700;
    line-height: 1;
    filter: drop-shadow(0 0 12px hwb(195deg 0% 0% / 40%));
  }

  .page-rental-cta__inner>span {
    text-align: center;
    margin-top: 14px;
    margin-bottom: 32px;
    display: block;
  }

  section.page-rental-cta ul.cta-tel-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }

  section.page-rental-cta ul.cta-tel-list li {
    width: 100%;
    font-size: 24px;
    font-weight: 200;
    text-align: center;
  }

  section.page-rental-cta ul.cta-tel-list li:first-of-type {
    margin-bottom: 14px;
    text-align: center;
  }

  .page-rental-cta__inner ul.contact-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 800px;
    width: 100%;
    margin: auto;
    margin-top: 32px;
    flex-wrap: wrap;
  }

  .page-rental-cta__inner ul.contact-list li {
    width: 100%;
    margin-top: 14px;
  }

  .page-rental-cta__inner ul.contact-list li:first-of-type {
    margin-top: 0;
  }

  .page-rental-plan__inner.w-1000>p {
    line-height: 2;
    text-align: left;
    margin-top: 32px;
    font-size: 14px;
  }

  .page-rental-floor__inner.w-1000>p {
    text-align: center;
    line-height: 2;
    margin-bottom: 40px;
    font-weight: 400;
    font-size: 14px;
  }

  .page-rental-floor__inner.w-1000>ul li {
    width: calc((100% - 10px) / 2);
  }

  .page-rental-floor__inner.w-1000>ul li {
    width: calc((100% - 10px) / 2);
  }

  .page-rental-floor__inner.w-1000>ul li p {
    margin-top: 8px;
    margin-bottom: 14px;
    text-align: center;
    font-size: 14px;
  }

  .page-rental-option__inner.w-1000 ul li {
    width: 100%;
    margin-bottom: 10px;
    font-size: 14px;
    display: flex;
    justify-content: space-between;
  }

  .page-rental-option__inner.w-1000 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .page-rental-option__inner.w-1000>p {
    text-align: center;
    margin-top: 32px;
    margin-bottom: 32px;
    line-height: 1.5;
    font-size: 14px;
  }

  section.page-vip__bottle.rental h2 {
    margin-bottom: 0;
  }

  section.page-rental-guide {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  section.page-rental-guide ul h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 12px;
    margin-bottom: 20px;
    font-size: 20px;
    border-bottom: 1px solid #fff;
  }

  section.page-rental-guide ul li>span {
    font-size: 14px;
    line-height: 2;
  }

  .page-rental-map {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  body::before,
  body.page-id-8609::before,
  body.page-id-9140::before,
  body.page-id-9134::before,
  body.page-template-page-top-test::before,
  body.archive.post-type-archive::before,
  body.page-template-page-renewal-about::before,
  body.page-template-page-renewal-discount::before,
  body.page-template-page-renewal-djs::before,
  body.page-template-page-renewal-faq::before,
  body.page-template-page-renewal-vip::before,
  body.page-template-page-renewal-rental::before,
  body.page-template-page-renewal-access::before,
  body.page-template-page-renewal-system::before,
  body.page-template-page-renewal-contact::before,
  body.page-template-page-renewal-floor::before,
  body.page-template-page-renewal-idcheck::before,
  body.news-template-default.single.single-news::before,
  body.page-template-page-renewal-recruit::before,
  body.page-template-page-renewal-gallery::before,
  body.page-template-page-renewal-thanks::before,
  body.page-template.page-template-page-floorstaff::before,
  body.error404::before {
    content: "" !important;
    position: fixed !important;
    display: block !important;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-image: url(../img/renewal_2025/common/bg.jpg);
    background-size: cover;
    background-position: center;
    z-index: -1;
  }

  section.page-id-check__intro {
    margin-top: 40px;
    margin-bottom: 80px;
  }

  .page-id-check__intro__inner.w-1000>span,
  .page-id-check__dress__inner>span {
    margin-top: 14px;
    display: block;
    margin-bottom: 40px;
    width: 100%;
    text-align: center;
  }

  section.page-id-check__intro p {
    line-height: 2;
    font-size: 14px;
  }

  section.page-id-check__intro ul {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }

  section.page-id-check__intro ul li {
    display: block;
    width: calc((100%));
    margin-bottom: 14px;
  }

  section.page-id-check__intro ul li:last-of-type {
    margin-bottom: 0;
  }

  .page-id-check__dress__inner p {
    line-height: 2;
    font-size: 14px;
  }

  .page-id-check__dress__inner {
    margin-bottom: 80px;
  }

  .page-id-check__dress__inner h3 {
    text-align: center;
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 24px;
    color: #00bfff;
    font-weight: 700;
  }

  .page-id-check__dress__inner h3 {
    text-align: left;
    font-size: 18px;
    margin-bottom: 18px;
    margin-top: 24px;
    color: #00bfff;
    font-weight: 700;
    line-height: 1.5;
  }

  section.single-news__cont {
    padding-bottom: 80px;
  }

  .article_overview {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    flex-wrap: wrap;
  }

  .article_overview .image {
    width: 100%;
  }

  .article_overview .image img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .article_overview .txt {
    width: 100%;
  }

  .article_overview .txt div.date.eng {
    color: #00bfff;
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 24px;
  }

  .article_overview .txt {
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 40px 20px;
    background-color: #000;
  }

  .article_overview .txt h1 {
    font-size: 16px;
    line-height: 1.5;
  }

  .article_body p {
    line-height: 2;
    margin-bottom: 24px;
    font-size: 14px;
  }

  .article_overview .txt div.date.eng {
    color: #00bfff;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 14px;
    line-height: 1;
  }

  .section04 h2.ttl-neon {
    margin-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    line-height: 1.5;
  }

  .section04 {
    margin-top: 80px;
    margin-bottom: 80px;
  }

  .form-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 24px;
    flex-wrap: wrap;
  }

  .form-item .form-ttl {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 14px;
  }

  .form-text {
    width: 100%;
  }

  input#send {
    display: block;
    width: 100%;
    background-color: #fff;
    color: #000;
    margin: auto;
    margin-top: 64px;
    font-size: 20px;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    transition: 0.25s;
    border: 1px solid #fff;
  }

  input#send {
    display: block;
    width: 100%;
    background-color: #fff;
    color: #000;
    margin: auto;
    margin-top: 44px;
    font-size: 20px;
    padding: 20px 0;
    text-align: center;
    font-weight: 700;
    transition: 0.25s;
    border: 1px solid #fff;
  }

  p.recapcha {
    text-align: left !important;
    margin-top: 24px;
    font-size: 12px;
  }

  br.sp {
    display: none;
  }
}

.page-djs__content ul::before,
.page-djs__content ul::after {
  content: "";
  width: 25%;
  order: 100000000;
}

body.page-template-default.page.page-id-7668 section.section-sns {
  margin-top: 120px !important;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

ul.section-vip-tab li.section-vip-tab00 .eng {
  font-family: "Noto Sans JP", serif !important;
}

.pagination {
  display: flex;
  justify-content: center;
  margin-top: 40px;
}

.pagination span.page-numbers.current {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  color: #00bfff;
}

a.page-numbers {
  width: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 20px;
  margin-left: 5px;
  margin-right: 5px;
  transition: 0.25s;
}

a.page-numbers:hover {
  color: #00bfff;
  transition: 0.25s;
}

a.next.page-numbers,
a.prev.page-numbers {
  width: max-content;
}

.section-recruit__top__flex {
  display: flex;
  justify-content: space-between;
  gap: 40px;
  align-items: center;
}

.section-recruit__top__flex img {
  display: flex;
  height: auto;
  width: 50%;
}

.section-recruit__top__flex>div {
  width: calc(50% - 40px);
}

.section-recruit__top__flex h2.eng.top-ttl.sp {
  display: none;
}

.section-recruit__top__flex>div .eng.top-ttl.pc {
  text-align: left;
  margin-bottom: 24px;
  display: block;
}

.section-recruit__top__flex>div p {
  line-height: 1.5;
  font-size: 16px;
}

.section-recruit__top__flex>div .sns-btn {
  margin-left: 0;
  margin-top: 40px;
}

@media screen and (max-width: 640px) {
  .section-recruit__top__flex {
    flex-wrap: wrap;
    gap: 0;
    justify-content: center;
  }

  .section-recruit__top__flex img {
    width: 100%;
    height: auto;
    object-fit: contain;
  }

  .section-recruit__top__flex>div {
    width: 100%;
  }

  .section-recruit__top__flex>div .eng.top-ttl.pc {
    display: none;
  }

  .section-recruit__top__flex>div .eng.top-ttl.sp {
    text-align: center;
    margin-bottom: 24px;
    display: block;
    width: 100%;
  }

  .section-recruit__top__flex h2.eng.top-ttl.sp {
    display: block;
  }

  .section-recruit__top__flex>div p {
    line-height: 1.5;
    font-size: 14px;
    margin-top: 32px;
  }

  .section-recruit__top__flex>div .sns-btn {
    margin-left: 0;
    margin-top: 40px;
    width: 100%;
  }

  section.page-floorstaff-cont p {
    text-align: left;
    line-height: 1.5;
    font-size: 18px;
  }

  ul.vip__event__list li {
    width: 100%;
  }
}

#form-floor-staff {
  scroll-margin-top: 120px;
}

.vip-btn {
  transition: opacity 0.5s ease;
}

.vip-btn.is-hidden {
  opacity: 0;
  pointer-events: none;
}

.section-fv__position-wrap {
  position: relative;
}

.section-fv__position-wrap .section-todays {
  position: absolute;
  right: 40px;
  bottom: 40px;
  max-width: 530px;
  width: 100%;
}

.section-fv__position-wrap .section-fv__fee__table {
  max-width: 530px;
  width: 100%;
}

.section-fv__position-wrap .section-todays__inner.w-1200 {
  padding-top: 0;
}

.section-fv__position-wrap .section-todays .price-price {
  background: #474747;
  padding: 20px;
  display: block;
}

nav.pc-header ul {
  display: flex;
  gap: 24px;
  margin-right: 40px;
  font-weight: 700;
}

span.header-right__time.jp {
  font-size: 10px;
  color: #777777;
  display: flex;
  gap: 3px;
}

span.header-right__time.jp span {
  font-size: 12px;
  font-weight: 700;
}

span.header-right-text {
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
  width: calc(100% - 24px);
}

span.header-right__number.eng {
  font-size: 15px;
  font-weight: 700;
}

@media screen and (max-width: 640px) {
  .section-fv__position-wrap .section-todays {
    position: relative;
    right: 0px;
    bottom: 0px;
    max-width: 530px;
    width: 100%;
  }

  .section-fv__position-wrap .section-todays__inner.w-1200 {
    padding-top: 80px;
  }

  .section-fv__position-wrap .section-todays .price-price {
    background: transparent;
    padding: 0px;
    display: block;
  }
}

.tel-btn {
  background-color: #fff;
  padding: 8px 8px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 24px;
  font-size: 14px;
  border-radius: 10000px;
  width: 170px;
  color: #222228;
}

@media screen and (max-width: 640px) {
  .tel-btn {
    margin-left: auto;
    margin-right: auto;
  }
}

/*ここから追加した*/
.form-text.flex-box-item {
  display: flex;
}

.form-text.flex-box-item {
  display: flex;
  gap: 12px;
}

.form-text.flex-box-item>span {
  display: flex;
  align-items: center;
  gap: 4px;
}

.form-text.flex-box-item select,
.form-text.flex-box-item [type="number"] {
  width: 90px;
  display: block;
  padding: 8px 14px;
  background-color: #f5f5f5;
  color: #222227;
  text-align: left;
}

@media screen and (max-width: 640px) {
  .section-underpage__head.reserve h1 {
    font-size: 40px;
  }

  .form-text.flex-box-item {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
  }
}

header.section-header.site-header.is-scrolled .section-header_inner {
  background: #222228d1;
}

@media screen and (min-width: 640px) {
  .main-floationg.sp li:nth-child(2) {
    order: 5;
  }

  .main-floationg.sp li:nth-child(2)::before {
    width: 1px;
    height: 100%;
    display: block;
    left: 0;
    position: absolute;
    top: 0px;
    background-color: #fff;
    content: "";
  }
}

.main-floationg.sp {
  display: flex;
}

.main-floationg.sp {
  display: flex;
  position: fixed;
  justify-content: space-between;
  bottom: 0;
  left: 0;
  width: 100vw;
  background: #222228d1;
  padding: 8px 0;
  z-index: 9999;
  border-top: 1px solid #fff;
}

.main-floationg.sp li {
  width: calc(100% / 5);
  position: relative;
}

.main-floationg.sp li::before {
  width: 1px;
  height: 100%;
  display: block;
  right: 0;
  position: absolute;
  top: 0px;
  background-color: #fff;
  content: "";
}

.main-floationg.sp li:last-child::before {
  display: none;
}

.main-floationg.sp li img {
  width: 100%;
  height: 20px;
  object-fit: contain;
  object-position: center;
  display: block;
}

.main-floationg.sp li {
  width: calc(100% / 5);
  height: 35px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}

.main-floationg.sp li:nth-child(1) img {
  height: 13px;
  width: calc(100% - 32px);
  display: block;
  margin: auto;
}

.main-floationg.sp li:nth-child(2) img {
  height: 27px;
  width: calc(100% - 32px);
  display: block;
  margin: auto;
}

@media screen and (max-width: 640px) {
  .main-floationg.sp li:nth-child(2) img {
    width: 100%;
    height: 24px;
    display: block;
    object-fit: contain;
    object-position: center;
  }

  .main-floationg.sp li:nth-child(1) img {
    width: calc(100%);
    height: 24px;
  }

  .main-floationg.sp li:nth-child(1) a picture {
    display: block;
    width: 100%;
  }
}

section.page-vip__content {
  display: flex;
  justify-content: space-between;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
}

section.section-price-table .w-1280 {
  padding-left: 20px;
  padding-right: 20px;
}

section.section-price-table {
  margin-bottom: 120px;
}

.page-vip__content__inner.w-1280 {
  order: 2;
  margin: auto 0;
  width: 55%;
}

.slide-image-box img,
.price-table-list__wrap>li {
  display: none;
}

.slide-image-box img.active,
.price-table-list__wrap>li.active {
  display: block;
}

.sheet-tab ul li a {
  color: #fff;
  background-color: transparent;
}

.sheet-tab ul li.active a {
  color: #222228;
  background-color: #fff;
}

ul.ccontact-btn-vip {
  margin-bottom: 56px;
}

.page-vip__content__inner.w-1000 {
  margin-bottom: 100px;
}

.sheet-tab h2 {
  font-size: 24px;
  margin-bottom: 0px;
}

.sheet-tab h3 {
  font-size: 20px;
  width: 100%;
}

.sheet-tab {
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  font-weight: 700;
}

.sheet-tab>div {
  display: flex;
  gap: 40px;
}

.sheet-tab>div>div>div,
.sheet-tab>div>div.saphire-wrap-tab>div {
  align-items: center;
  gap: 10px;
}

.sheet-tab>div>div>div p {
  font-size: 14px;
  order: 1;
  width: 100%;
  white-space: nowrap;
}

.sheet-tab div,
.sapphire-tab-list div {
  display: flex;
  flex-wrap: wrap;
}

.sapphire-tab-list div {
  gap: 10px;
}

.sapphire-tab-list,
.topaz-tab-list,
.gold-tab-list,
.platinum-tab-list,
.emerald-tab-list {
  width: calc(100% - 170px - 40px);

  align-items: center;
}

.sapphire h3,
.sapphire-tab-list p {
  color: #07aee6;
}

.topaz h3,
.topaz-tab-list p {
  color: #f80000;
}

.gold h3,
.gold-tab-list p {
  color: #ffbf34;
}

.platinum h3,
.platinum-tab-list p {
  color: #32d588;
}

.emerald h3,
.emerald-tab-list p {
  color: #e900c5;
}

.sheet-tab div,
.sapphire-tab-list div {
  display: flex;
  width: 100%;
}

.sapphire-tab-list,
.gold-tab-list {
  flex-wrap: wrap;
}

.sapphire-tab-list>div,
.gold-tab-list>div {
  margin-bottom: 0px;
  width: 100%;
}

.sheet-tab div ul {
  display: flex;
  gap: 14px;
  order: 2;
  width: 100%;
}

.sheet-tab div li {
  width: calc(100% / 4);
  text-align: center;
  border: 1px solid #fff;
}

.sheet-tab .topaz div li,
.sheet-tab .platinum div li {
  width: calc(100% / 2);
}

.saphire-wrap-tab {
  flex-wrap: nowrap !important;
  gap: 14px !important;
}

.gold-tab-list {
  display: flex;
  flex-wrap: nowrap !important;
}

.sheet-tab div.gold-tab-list .tab-01 {
  width: calc(((100% - 7px) / 4) * 3);
}

.sheet-tab div.gold-tab-list .tab-02 {
  width: calc(((100% - 7px) / 4) * 1);
}

.sheet-tab div.gold-tab-list .tab-01 li {
  width: calc(100% / 3);
}

.sheet-tab div.gold-tab-list .tab-02 li {
  width: calc(100%);
}

.sheet-tab div.saphire-wrap-tab li {
  width: calc(100% / 2);
  text-align: center;
  border: 1px solid #fff;
}

.sheet-tab div li a {
  font-size: 14px;
  padding: 4px;
  text-align: center;
  display: block;
  width: 100%;
}

ul.price-table-list__wrap li.active {
  display: flex;
  align-items: center;
  gap: 18px;
}

ul.price-table-list__wrap li.active>img {
  display: block;
  width: calc((100% - 18px) / 2);
}

ul.price-table-list__wrap li.active .tablewrap {
  width: calc((100% - 18px) / 2);
}

ul.price-table-list__wrap li.active table {
  display: block;
  width: 100%;
  border-top: 1px solid;
  border-left: 1px solid;
}

.price-table-list {
  margin-top: 60px;
}

section.page-vip__content>div {
  width: 40%;
  margin: auto 0;
}

ul.price-table-list__wrap li.active table tr {
  display: flex;
  justify-content: space-between;
}

ul.price-table-list__wrap li.active table tr th,
ul.price-table-list__wrap li.active table tr td {
  width: calc(100% / 3);
  display: block;
  text-align: center;
}

ul.price-table-list__wrap li.active table tbody {
  width: 100%;
  display: block;
}

ul.price-table-list__wrap li.active table tbody tr:first-of-type td,
ul.price-table-list__wrap li.active table tbody tr:first-of-type th {
  font-size: 22px;
  padding: 8px;
}

ul.price-table-list__wrap li.active table tbody tr th,
ul.price-table-list__wrap li.active table tbody tr td {
  font-size: 16px;
  padding: 8px;
  border-right: 1px solid;
  border-bottom: 1px solid;
}

ul.timeing-table {
  display: flex;
  margin-bottom: 32px;
}

ul.timeing-table li {
  width: calc(100% / 3);
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
  font-size: 32px;
  font-weight: 700;
}

ul.timeing-table li span {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 14px;
}

.sheet-tab>div {
  display: flex;
  gap: 10px;
}

.sapphire-tab-list,
.gold-tab-list,
.topaz-tab-list,
.emerald-tab-list,
.plutinum-tab-list {
  gap: 10px;
}

.sheet-tab .topaz,
.sheet-tab .platinum {
  width: calc(50% - 7px);
  align-items: flex-start;
  justify-content: flex-start;
  flex-direction: column;
}

.page-vip__content__first-map {
  width: 100%;
  max-width: 860px;
  height: auto;
  object-fit: contain;
  margin: auto;
  margin-bottom: 0px;
}

body.page-template-default.page.page-id-7668.logged-in .main-floationg.sp {
  display: none !important;
}

@media screen and (max-width: 1000px) {
  nav.pc-header ul {
    display: none;
  }

  .w-1280,
  .w-1200 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-fv__inner {
    padding-left: 0px;
    padding-right: 0px;
  }

  /* まとめ（display / flex-wrap / width） */
  .sheet-tab div,
  .sapphire-tab-list div {
    display: flex;
    flex-wrap: wrap !important;
    width: 100%;
  }

  .sapphire-tab-list div {
    gap: 0px;
  }

  /* コンテナの並び・間隔は“後勝ち”の 14px を採用 */
  .sheet-tab>div {
    display: flex;
    gap: 14px;
  }

  /* リスト（行）の基本設定：wrap・間隔・マージン等を統合 */
  .sheet-tab div ul {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    order: 2;
    width: 100%;
    margin-top: 8px;
  }

  /* li の基本幅は“後勝ち”の 36px ベースを採用 */
  .sheet-tab div li {
    width: calc((100% - 36px) / 4);
  }

  /* 例外の幅指定（!important を保持） */
  .sheet-tab div.saphire-wrap-tab li,
  .sheet-tab .topaz div li,
  .sheet-tab .platinum div li {
    width: calc((100% - 12px) / 2) !important;
    text-align: center;
    border: 1px solid #fff;
  }

  .sheet-tab div.gold-tab-list .tab-01 li {
    width: calc((100% - 24px) / 3) !important;
  }

  .sheet-tab div.gold-tab-list .tab-02 li {
    width: 100% !important;
  }

  /* gold / sapphire の行方向は nowrap 指定を維持 */
  .sapphire-tab-list div.saphire-wrap-tab,
  .sheet-tab div.gold-tab-list {
    flex-wrap: nowrap !important;
  }

  /* 細かな体裁 */
  .sheet-tab h2 {
    font-size: 18px;
    margin-bottom: 0;
  }

  .sheet-tab h3 {
    font-size: 14px;
    width: 170px;
  }

  .sheet-tab>div>div>div p {
    font-size: 12px;
    order: 1;
  }

  .sheet-tab>div>div>div {
    gap: 0;
  }

  /* 価格表レイアウト（そのまま） */
  ul.price-table-list__wrap li.active {
    flex-wrap: wrap;
    gap: 14px;
  }

  ul.price-table-list__wrap li.active>img {
    display: block;
    width: 100%;
  }

  ul.price-table-list__wrap li.active .tablewrap {
    width: 100%;
  }

  ul.timeing-table {
    margin-bottom: 12px;
  }

  ul.timeing-table li {
    width: calc(100% / 3);
    font-size: 14px;
    font-weight: 700;
  }

  ul.timeing-table li span {
    font-size: 10px;
  }

  ul.price-table-list__wrap li.active table tbody tr:first-of-type td,
  ul.price-table-list__wrap li.active table tbody tr:first-of-type th {
    font-size: 16px;
    padding: 8px;
  }

  ul.price-table-list__wrap li.active table tbody tr th,
  ul.price-table-list__wrap li.active table tbody tr td {
    font-size: 12px;
    padding: 8px;
    border-right: 1px solid;
    border-bottom: 1px solid;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  /* レイアウトの入れ替え */
  section.page-vip__content {
    flex-wrap: wrap;
    padding-left: 20px;
    padding-right: 20px;
  }

  section.page-vip__content>div {
    width: 100%;
    padding: 0;
    order: 2;
  }

  .page-vip__content__inner.w-1280 {
    order: 1;
    width: 100%;
  }

  /* ボタン幅 */
  .ccontact-btn-vip li,
  .ccontact-btn-price-table li {
    width: 100%;
  }

  .price-table-list {
    margin-top: 48px;
  }
}

@media screen and (max-width: 640px) {
  .main-floationg.sp {
    display: flex;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    justify-content: space-between;
    background: rgba(34, 34, 40, 0.9);
    border-top: 1px solid #fff;
  }

  .main-floationg.sp li {
    width: calc((100% - 30%) / 4);
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
  }

  .main-floationg.sp li:first-of-type {
    width: 30%;
  }

  .main-floationg.sp li::before {
    width: 1.5px;
    height: calc(100% - 16px);
    background-color: #fff;
    content: "";
    display: block;
    right: 0;
    top: 8px;
    position: absolute;
  }

  .main-floationg.sp li:last-of-type::before {
    display: none;
  }

  .main-floationg.sp li a {
    padding: 8px 0;
    display: block;
  }

  .main-floationg.sp li img {
    width: 100%;
    height: 24px;
    display: block;
    object-fit: contain;
    object-position: center;
  }
}

.contact-reserve-box {
  margin-bottom: 120px;
}

.contact-reserve-box>h3 {
  font-size: 32px;
  text-align: center;
  color: #fff;
  text-shadow: -1px -1px 0 #00bfff, 1px -1px 0 #00bfff, -1px 1px 0 #00bfff,
    1px 1px 0 #00bfff;
  font-weight: 700;
  line-height: 1;
  filter: drop-shadow(0 0 12px hwb(195deg 0% 0% / 40%));
}

.ccontact-btn-list-vip {
  display: flex;
  justify-content: space-between;
  gap: 14px;
  max-width: 880px;
  margin: auto;
  margin-top: 27px;
}

.ccontact-btn-list-vip li {
  width: calc((100% - 14px - 14px - 14px) / 2);
}

.ccontact-btn-list-vip li a {
  display: flex;
  justify-content: center;
  gap: 8px;
  border: 1px solid #fff;
  font-size: 18px;
  font-weight: 700;
  padding: 12px;
  align-items: center;
}

.ccontact-btn-list-vip li a img {
  display: flex;
  width: 22px;
  height: 22px;
  object-fit: contain;
  object-position: center;
}

ul.ccontact-btn-vip {
  margin-top: 32px;
}

@media screen and (max-width: 640px) {
  .ccontact-btn-list-vip {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    max-width: 880px;
    margin: auto;
    margin-top: 27px;
    flex-direction: column;
  }

  .contact-reserve-box {
    margin-bottom: 80px;
  }

  .ccontact-btn-list-vip li a {
    display: flex;
    justify-content: center;
    gap: 1vw;
    border: 1px solid #fff;
    font-size: 1.6vw;
    font-weight: 700;
    padding: 1vw;
    align-items: center;
  }

  .ccontact-btn-list-vip li {
    width: calc((100% - 8px - 8px - 8px) / 4);
  }

  .ccontact-btn-list-vip {
    gap: 8px;
    flex-direction: inherit;
  }

  .ccontact-btn-list-vip li a img {
    display: flex;
    width: 12px;
    height: 12px;
    object-fit: contain;
    object-position: center;
  }

  .sheet-tab>div>div>div p {
    font-size: 10px;
    order: 1;
  }

  body.page-template-default.page.page-id-7668.logged-in .main-floationg.sp {
    display: none !important;
  }

  body.page-template-default.page.page-id-7668 section.section-sns {
    margin-top: 80px !important;
  }
}

/* ========================================
   style.css との差分まとめ
   ======================================== */

/* 1. テーブルのパディング変更 */
@media screen and (max-width: 640px) {

  table.price-table th,
  table.price-table td {
    padding: 9px 6px;
    /* style.css: 9px 9px → style-2026.css: 9px 6px */
  }
}

/* 2. 言語切替リストのスタイル追加 */
.mulch-language-list ul li {
  width: 24px;
  /* style-2026.css に追加 */
  height: 24px;
  /* style-2026.css に追加 */
}

.mulch-language-list ul li a img {
  width: 100%;
  /* style-2026.css に追加 */
  height: 100%;
  /* style-2026.css に追加 */
  object-fit: contain;
  /* style-2026.css に追加 */
  object-position: center;
  /* style-2026.css に追加 */
}

/* 3. 価格タブのスタイル追加 */
ul.price-tab {
  flex-wrap: wrap;
  /* style-2026.css に追加 */
  gap: 20px 0;
  /* style-2026.css に追加 */
  margin-bottom: 30px;
}

@media screen and (max-width: 640px) {
  ul.price-tab {
    flex-direction: column;
    /* style-2026.css に追加 */
    align-items: center;
    /* style-2026.css に追加 */
  }

  ul.price-tab li {
    width: 100%;
    /* style-2026.css に追加 */
    max-width: 380px;
    /* style-2026.css に追加 */
  }
}

/* 4. フォントサイズの変更 */
span.eng.u-25 {
  font-size: 32px;
  /* style.css: 56px → style-2026.css: 32px */
}

@media screen and (max-width: 640px) {
  span.eng.u-25 {
    font-size: 24px;
    /* style-2026.css に追加 */
  }
}

/* 5. 行の高さの変更 */
.section-top-grand-open__inner.w-1200 span.eng {
  line-height: 1.5;
  /* style.css: 1 → style-2026.css: 1.5 */
}

/* 6. 割引コンテンツのスタイル追加 */
.page-discount__content__inner.w-1000 {
  flex-wrap: wrap;
  /* style-2026.css に追加 */
  gap: 30px 0;
  /* style-2026.css に追加 */
}

/* 7. 割引テーブルのフォントサイズ変更 */
@media screen and (max-width: 640px) {
  .page-discount__content__inner.w-1000 table.price-table td span:last-of-type {
    font-size: 14px;
    /* style.css: 16px → style-2026.css: 14px */
  }
}

br.sponly {
  display: none;
}

@media screen and (max-width: 640px) {
  br.sponly {
    display: block;
  }
}