/*======================
Stores
======================*/

/* * {
  outline: 2px solid blue;
} */
.closed {
  margin: 100px 0;
}

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

.stores__card {
  width: 48%;
  padding: 10px;
  margin-bottom: 15px;
  /* background-color: #fff; box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.2); */
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  border-radius: 15px;
}

@media (max-width: 800px) {
  .stores__card {
    width: 100%;
  }
}

.stores__card__left {
  width: 40%;
  align-items: center;
}

@media (max-width: 541px) {
  .stores__card__left {
    display: flex;
    align-items: center;
  }
}

.stores__card__right {
  width: 55%;
}

.stores__card__name {
  font-size: 15px;
}
@media (max-width: 800px) {
  .sml {
    font-size: 13px;
  }
}

.stores__card__time {
  font-size: 12px;
}
@media (max-width: 800px) {
  .sml {
    font-size: 10px;
  }
}

.stores__card__address {
  font-size: 12px;
}
@media (max-width: 800px) {
  .sml {
    font-size: 10px;
  }
}

/*==================================================================
Store-Single
==================================================================*/
.store-ginza-ginzaeventspace-pr {
  max-width: 600px;
}

.store-tokyoeki-tokyoekieventspace-pr {
  max-width: 600px;
}

.B {
  display: none;
}

.tabs {
  width: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.tabs > div {
  width: 50%;
  text-align: center;
  cursor: pointer;
  padding: 10px;
  color: gray;
  background-color: #eeefe9;
}

.tabs > div#tab1 {
  background-color: #b9cc1b;
  color: #fff;
}

/* スマートフォン対応（画面幅が541px以下の場合） */
@media (max-width: 541px) {
  .tabs {
    margin: 0 20px;
  }
}

.store_info {
  width: 100%;
  background-color: #fff;
  /* padding: 10px; */
}

@media (max-width: 541px) {
  .store_info {
    padding: 0px;
    max-width: 100%;
    max-width: 1000px;
    flex-direction: row;
  }
}

.tabs > div.on {
  background-color: #b9cc1b;
  color: white;
}

.tabs > div.off {
  color: gray !important;
  background-color: #eeefe9 !important;
}

/* メイン画像と矢印のコンテナ */
.main-image-container {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 30px;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.main-image-container img {
  max-width: 100%;
  object-fit: contain; 
  object-position: center;
  height: 640px;
}

.arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  font-size: 30px;
  color: #333;
  cursor: pointer;
  padding: 10px;
  user-select: none;
}

.left-arrow {
  left: 10px;
}

.right-arrow {
  right: 10px;
}

.hidden {
  display: none;
}

.map-and-time {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  /* margin-top: 30px; */
}

.map {
  flex: 1;
  width: 100%;
}

.time {
  flex: 1;
  padding-left: 20px;
  text-align: right;
}

/* 写真のSwiperページネーションデザイン */
.swiper-container {
  /* 複数の写真がある場合でも、右に連なって表示ない記述 */
  overflow: hidden;
}

.swiper-pagination-section {
  display: flex !important;
  justify-content: center !important;
  width: 10%;
  margin: 0 auto;
  padding: 5px;
  margin-right: 20px !important;
}

.swiper-pagination {
  display: flex !important;
  justify-content: center !important;
  width: 100%;
  margin: 0 auto;
  padding: 5px;
  margin-right: 20px !important;
}

.swiper-pagination-fraction {
  font-size: 10px;
  background: rgba(0, 0, 0, 0.4);
  color: white !important;
  border-radius: 20px;
  padding: 5px;
  text-align: center !important;
  width: 10% !important;
  margin: auto 0 !important;
  justify-content: center !important;
  display: flex !important;
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: auto !important;
  right: 0 !important;
  margin-right: 20px !important;
}

.swiper-button-next::after {
  background-color: rgba(0, 0, 0, 0.5);
  transition: color 0.3s, fill 0.3s, stroke 0.3s;
  color: rgb(184, 184, 184) !important;
  right: 0px !important;
  width: 30px;
  line-height: 1.5 !important;
  font-size: unset !important;
}

.swiper-button-prev:after {
  background-color: rgba(0, 0, 0, 0.5);
  transition: color 0.3s, fill 0.3s, stroke 0.3s;
  color: rgb(184, 184, 184) !important;
  left: 0px !important;
  width: 30px;
  line-height: 1.5 !important;
  font-size: unset !important;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  color: rgb(240, 240, 240) !important;
}

.swiper-navigation-icon {
  display: none;
}

.right-arrow {
  background-color: rgba(0, 0, 0, 0.5);
  transition: color 0.3s, fill 0.3s, stroke 0.3s;
  color: rgb(184, 184, 184) !important;
  padding: 15px;
  right: 0px !important;
  font-size: 30px !important;
}

.left-arrow {
  background-color: rgba(0, 0, 0, 0.5);
  transition: color 0.3s, fill 0.3s, stroke 0.3s;
  color: rgb(184, 184, 184) !important;
  padding: 15px;
  left: 0px !important;
  font-size: 30px !important;
}

.right-arrow:hover,
.left-arrow:hover {
  color: rgb(240, 240, 240) !important;
}

.a-each-title {
  margin: 50px 0;
  color: #b9cc1b;
  text-align: center;
}

@media (max-width: 541px) {
  .a-each-title {
    margin: 30px 0;
  }
}

.google-map-a {
  width: 100%;
  height: 500px;
}

@media (max-width: 541px) {
  .google-map-a {
    height: 300px;
  }
}

/* カードセクション */
.card-section {
  margin-top: 50px;
}

.card-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr); /* 2列のグリッド */
  gap: 20px;
  margin-top: 20px;
}

.card-section-title {
  text-align: center;
  margin-bottom: 50px;
  color: #b9cc1b;
}

/* 各カードのスタイル */
.card {
  display: flex;
  align-items: center;
  padding: 10px;
  border-radius: 2%;
  background-color: #f2f7c8;
  gap: 20px; 
}

/* カード内の画像スタイル */
.card img {
  width: 200px;
  height: 150px;
  margin-left: 0px;
  border-radius: 2%;
}

/* カード内のテキストスタイル */
.card-text {
  display: flex;
  flex-direction: column;
  width: 230px;
}

/* テキストのスタイル */
.card p {
  margin: 0;
}

.card-text-lime {
  color: #b9cc1b;
}

.card-price-container {
  display: flex;
  align-items: center;
}

.card-text-price {
  font-size: small;
  color: #626262;
}

.card-text-price-2 {
  font-size: x-large;
  font-weight: 900 !important;
  color: #626262;
}

@media (max-width: 821px) {

  .card-text-price {
    font-size: x-small;
  }

  .card-text-price-2 {
    font-size: medium;
    font-weight: 900 !important;
  }
}

@media (max-width: 521px) {
  .card-text-price-2 {
    font-size: large;
    font-weight: 900 !important;
  }
}

.about-shop {
  text-align: center;
  margin-top: 50px;
  margin-bottom: 50px;
}

.about-shop-title {
  margin-bottom: 50px;
  color: #b9cc1b;
}

.seats-section-pc {
  margin-top: 50px;
}

.floormap {
  margin-bottom: 30px;
}

.supply-a {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 541px) {
  .supply-a {
    gap: 10px;
  }
}

.supply-a-last {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 541px) {
  .supply-pb-last {
    gap: 10px;
  }
}

.seats-section-phone {
  display: flex;
  flex-direction: column;
  align-items: center; /* 子要素を中央に配置 */
  justify-content: center; /* 必要なら垂直方向も中央揃え */
  margin: 50px 0px;
}

@media (max-width: 1000px) {
  .seats-section-pc {
    display: none;
  }
}

@media (min-width: 999px) {
  .seats-section-phone {
    display: none;
  }
}

@media (max-width: 541px) {
  .supplies-section-pc {
    display: none;
  }
}

/* モバイル画面（540px未満）用 */
.supplies-section-phone {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

@media (min-width: 540px) {
  .supplies-section-phone {
    display: none;
  }
}

@media (max-width: 541px) {
  .ricoh-theta-tour-image-pc {
    display: none;
  }
}

@media (min-width: 540px) {
  .ricoh-theta-tour-image-phone {
    display: none;
  }
}

.three-seats {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 100%;
  margin-bottom: 50px;
  margin: 0 auto;
}

.two-seats {
  display: flex;
  justify-content: space-between;
  gap: 50px;
  flex-wrap: wrap;
  margin: 0 auto;
  width: 60%;
  margin-bottom: 50px;
}

.seat {
  align-items: center;
}

.seat-logo {
  width: 100px;
  height: auto;
  margin-bottom: 30px;
}

/* 店内設備セクション */
.shop-facilities {
  text-align: center;
  margin-top: 100px;
}

.shop-facilities-title {
  margin-bottom: 50px;
  color: #b9cc1b;
}

.supply-logo {
  width: 100px;
  height: auto;
}

/* 店内設備左タブセクション */
.seat-image-container {
  position: relative;
  width: 100%;
  height: 600px;
  text-align: center;
  margin-top: 30px;
}

.seat-image-container img {
  height: 600px !important;
  max-width: 100%;
  object-fit: cover;
}

.each-seats {
  text-align: center;
  margin-top: 30px;
}

.seat-name {
  margin: auto;
  color: #b9cc1b;
}

.whole-supplies {
  margin-top: 100px;
}

.two-supplies {
  display: flex;
  justify-content: space-between;
  gap: 5px;
  margin: 0 auto;
  width: 90%;
  margin-bottom: 30px;
}

.supply {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
  width: 400px;
}

.supply-b {
  display: flex;
  align-items: center;
  gap: 50px;
  margin-bottom: 30px;
  width: 400px;
}

.supply-icon {
  width: 80px;
  height: auto;
}

.supply-title {
  text-align: left;
}

.supply-text-b {
  text-align: left;
}

.supply-font {
  font-size: 12px;
  text-align: left;
}

.shop-bottom-btn {
  margin: auto;
  margin-top: 50px;
}

/* タブレット対応（画面幅が853px以下の場合） */
@media (max-width: 853px) {
  /* 写真のSwiperページネーションデザイン */
  .swiper-pagination-section {
    display: flex !important;
    justify-content: center !important;
    width: 10%;
    margin: 0 auto;
    padding: 5px;
    margin-right: 20px !important;
  }

  .swiper-pagination {
    display: flex !important;
    justify-content: center !important;
    width: 100%;
    margin: 0 auto;
    padding: 5px;
    margin-right: 20px !important;
  }

  .swiper-pagination-fraction {
    font-size: 10px;
    background: rgba(0, 0, 0, 0.4);
    color: white !important;
    border-radius: 20px;
    padding: 5px;
    text-align: center !important;
    width: 20% !important;
    margin: auto 0 !important;
    justify-content: center !important;
    display: flex !important;
    bottom: var(--swiper-pagination-bottom, 8px);
    top: var(--swiper-pagination-top, auto);
    left: auto !important;
    right: 0 !important;
    margin-right: 20px !important;
  }

  .arrow {
    font-size: 24px;
  }

  .map-and-time {
    flex-direction: column;
    text-align: center;
    width: 100%;
  }

  .time {
    text-align: center;
    padding-left: 0;
  }

  .card-container {
    grid-template-columns: repeat(2, 1fr); /* 1列のグリッドに変更 */
  }

  /* カード内の画像スタイル */
  .card img {
    width: 180px;
    height: 130px;
    margin-left: 0px;
    border-radius: 2%;
  }

  /* カード内のテキストスタイル */
  .card-text {
    width: 100%;
  }

  .card-text-lime {
    font-size: x-small;
  }

  .card-text-price {
    font-size: xx-small;
  }

  .seat {
    width: 80%;
    margin-bottom: 30px;
  }

  .seat-name {
    font-size: medium;
  }

  .shop-facilities,
  .whole-supplies {
    margin-top: 50px;
  }

  .two-supplies {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    /* margin: 0 auto; */
    width: 90%;
    margin-bottom: 30px;
  }

  .supply {
    display: flex;
    gap: 30px;
    width: 80%;
  }

  .supply-b {
    flex-direction: column;
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    margin-bottom: 30px;
    width: 400px;
  }

  .seat-title {
    font-size: medium;
  }

  .supply-title {
    font-size: large;
  }

  .supply-title-b {
    font-weight: 900;
    text-align: center;
    font-size: medium;
  }
}

/* タブレット対応（画面幅が768px以下の場合） */
@media (max-width: 768px) {
  .arrow {
    font-size: 12px;
  }

  /* カード内の画像スタイル */
  .card img {
    width: 150px;
    height: 100px;
    margin-left: 0px;
    border-radius: 2%;
  }

  .card-text-lime {
    font-size: small;
  }

  .card-text-price {
    font-size: x-small;
  }
}

/* スマートフォン対応（画面幅が541px以下の場合） */
@media (max-width: 541px) {
  .main-image-container {
    /* height: 300px !important; */
    /* max-width: 100%; */
    /* width: 100%; */
    height: 100%;
  }

  .seat-image-container {
    width: 100%;
    height: 100%;
    height: 300px !important;
  }

  .seat-image-container img {
    max-width: 100%;
    height: 300px !important;
    object-fit: cover;
  }

  .main-image-container img {
    height: 300px;
  }

  .seat-image-container {
    height: 300px;
  }

  .google-map {
    width: 100%;
    height: 300px;
  }

  .arrow {
    font-size: 10px;
  }

  .map-and-time {
    gap: 10px;
  }

  .card-container {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .card {
    width: 100%;
    gap: 10px;
  }

  .card-section {
    margin-left: 20px;
    margin-right: 20px;
  }

  .card img {
    width: 130px;
    height: 100px;
  }

  /* カード内のテキストスタイル */
  .card-text {
    display: flex;
    flex-direction: column;
  }

  .seat-logo {
    width: 80px;
  }

  .two-supplies {
    gap: 50px;
  }

  .supply-logo {
    width: 80px;
  }

  .supply-icon {
    width: 60px;
  }

  .shop-facilities {
    height: 200px !important;
  }

  .shop-bottom-all-btn-a {
    margin-top: 50px !important;
  }

  .shop-bottom-all-btn-b {
    margin-top: 50px;
  }

  .shop-bottom-btn {
    margin-top: 30px;
  }
}

/* スマートフォン対応（画面幅が360px以下の場合） */
@media (max-width: 360px) {
  .arrow {
    font-size: 10px;
  }

  .card img {
    width: 130px;
    height: 90px;
  }

  /* カード内のテキストスタイル */
  .card-text {
    margin-left: 5px;
  }

  .card-text-lime {
    font-size: x-small;
  }

  .card-text-price {
    font-size: xx-small;
  }
}

/*======================
Stores貸切
======================*/

.stores_card_pb {
  border-top: 1px solid #eeefe9;
  width: 100%;
  padding: 20px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 541px) {
  .stores_card_pb {
    padding: 10px;
  }
}

.stores_card_left_pb {
  width: 40%;
}

@media (max-width: 820px) {
  .stores_card_left_pb img {
    width: auto;
    height: 230px;
  }
}

@media (max-width: 541px) {
  .stores_card_left_pb img {
    width: 160px;
    height: 130px;
  }
}

@media (max-width: 360px) {
  .stores_card_left_pb img {
    width: 130px;
    height: 110px;
  }
}

.stores_card_right_pb {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 541px) {
  .stores_card_right_pb {
    gap: 3px;
  }
}

.stores_card_name_pb {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 541px) {
  .stores_card_name_pb {
    font-size: 16px;
    margin-bottom: 0px;
  }
}

.stores_card_time_pb {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 541px) {
  .stores_card_time_pb {
    font-size: 12px;
    margin-bottom: 0px;
  }
}

.stores_card_people_pb {
  font-size: 12px;
  margin-bottom: 10px;
}
@media (max-width: 541px) {
  .stores_card_people_pb {
    font-size: 8px;
    margin-bottom: 0px;
  }
}

.stores_card_address_pb-1 {
  font-size: 12px;
  color: #b9cc1b;
}
@media (max-width: 541px) {
  .stores_card_address_pb-1 {
    font-size: 8px;
    margin-bottom: 0px;
  }
}

.stores_card_address_pb-2 {
  font-size: 12px;
  color: #b9cc1b;
  margin-bottom: 10px;
}
@media (max-width: 541px) {
  .stores_card_address_pb-2 {
    font-size: 8px;
    margin-bottom: 0px;
  }
}

.card_pb_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c4d700;
  width: 170px;
  line-height: 50px;
  border-radius: 12px;
  text-align: center;
  color: #fff !important;
  transition: 0.3s;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .card_pb_btn {
    width: 100px;
    line-height: 30px;
    margin-top: 0px;
    font-size: x-small;
    border-radius: 5px;
  }
}

.stores_card_pb {
  border-top: 1px solid #eeefe9;
  width: 100%;
  padding: 20px;
  margin-bottom: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 541px) {
  .stores_card_pb {
    padding: 10px;
  }
}

.stores_card_left_pb {
  width: 40%;
}

@media (max-width: 820px) {
  .stores_card_left_pb img {
    width: auto;
    height: 230px;
  }
}

@media (max-width: 541px) {
  .stores_card_left_pb img {
    width: 160px;
    height: 130px;
  }
}

@media (max-width: 360px) {
  .stores_card_left_pb img {
    width: 130px;
    height: 110px;
  }
}

.stores_card_right_pb {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}

@media (max-width: 541px) {
  .stores_card_right_pb {
    gap: 3px;
  }
}

.stores_card_name_pb {
  font-size: 24px;
  margin-bottom: 20px;
}
@media (max-width: 541px) {
  .stores_card_name_pb {
    font-size: 16px;
    margin-bottom: 0px;
  }
}

.stores_card_time_pb {
  font-size: 18px;
  margin-bottom: 10px;
}
@media (max-width: 541px) {
  .stores_card_time_pb {
    font-size: 12px;
    margin-bottom: 0px;
  }
}

.stores_card_people_pb {
  font-size: 12px;
  margin-bottom: 10px;
}
@media (max-width: 541px) {
  .stores_card_people_pb {
    font-size: 8px;
    margin-bottom: 0px;
  }
}

.stores_card_address_pb-1 {
  font-size: 12px;
  color: #b9cc1b;
}
@media (max-width: 541px) {
  .stores_card_address_pb-1 {
    font-size: 8px;
    margin-bottom: 0px;
  }
}

.stores_card_address_pb-2 {
  font-size: 12px;
  color: #b9cc1b;
  margin-bottom: 10px;
}
@media (max-width: 541px) {
  .stores_card_address_pb-2 {
    font-size: 8px;
    margin-bottom: 0px;
  }
}

.card_pb_btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c4d700;
  width: 170px;
  line-height: 50px;
  border-radius: 12px;
  text-align: center;
  color: #fff !important;
  transition: 0.3s;
  margin-top: 10px;
}
@media (max-width: 800px) {
  .card_pb_btn {
    width: 100px;
    line-height: 30px;
    margin-top: 0px;
    font-size: x-small;
    border-radius: 5px;
  }
}

.google-map-pb {
  width: 100%;
  height: 500px;
}

@media (max-width: 541px) {
  .google-map-pb {
    height: 300px;
  }
}

.pb-each-title {
  margin: 50px 0;
  color: #b9cc1b;
  text-align: center;
}

@media (max-width: 541px) {
  .pb-each-title {
    margin: 30px 0;
  }
}

.pb-floormap-title {
  margin-top: 50px;
  color: #b9cc1b;
  text-align: center;
}

.floormap-container-a {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.pb-floormap-container {
  margin: 0 auto;
  display: block;
  text-align: center;
}

.pb-floormap {
  margin: 30px 0;
  max-height: 500px;
  width: auto;
  height: auto;
}

.floormap-a {
  margin-top: 30px;
  max-height: 500px;
  width: auto;
  height: auto;
}

@media (max-width: 541px) {
  .pb-floormap {
    max-height: 300px;
  }
}

@media (max-width: 541px) {
  .floormap-a {
    margin-top: 30px;
    max-height: 500px;
    width: auto;
    height: auto;
  }
}

.supply-pb {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 541px) {
  .supply-pb {
    gap: 10px;
  }
}

.supply-pb-last {
  display: flex;
  align-items: center;
  gap: 50px;
}

@media (max-width: 541px) {
  .supply-pb-last {
    gap: 10px;
  }
}

.shop-bottom-all-btn-a {
  margin-top: 50px;
}

.store-title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 30px;
}

.pb-store-title {
  font-size: 35px;
  font-weight: bold;
  text-align: center;
}

@media (max-width: 820px) {
  .store-title {
    font-size: 35px;
  }

  .pb-store-title {
    font-size: 35px;
  }
}

@media (max-width: 541px) {
  .store-title {
    font-size: 24px;
    margin-bottom: 20px;
  }
  .pb-store-title {
    font-size: 24px;
  }
}

.pb-flow-title {
  margin: 50px 0;
  color: #b9cc1b;
  text-align: center;
}

@media (max-width: 541px) {
  .pb-flow-title {
    margin: 30px 0;
  }
}

/* アコーディオンメニュー */
.accordion {
  max-width: 100%;
  margin: 0 auto;
}

@media (max-width: 819px) {
  .accordion {
    width: 90%;
  }
}

.section-title {
  margin: 2rem 0 1rem;
  color: #333;
}

.accordion-item {
  border: 1px solid #e5e7eb;
  margin-bottom: -1px;
}

.accordion-header {
  background: none;
  border: none;
  width: 100%;
  text-align: left;
  padding: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  transition: background-color 0.2s;
  font-size: large;
  color: #626262;
}

.accordion-header:hover {
  background-color: #f9fafb;
}

.accordion-content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.3s ease-out;
  background-color: #fff;
}

.accordion-content-inner {
  padding: 1rem;
  border-top: 1px solid #e5e7eb;
  font-size: 12px;
  text-align: left !important;
}

.accordion-header::after {
  content: "";
  width: 10px;
  height: 10px;
  border-right: 2px solid #666;
  border-bottom: 2px solid #666;
  transform: rotate(45deg);
  transition: transform 0.3s;
  transform-origin: center;
}

.accordion-header.active::after {
  transform: rotate(-135deg);
}

.accordion-content a {
  color: #2563eb;
  text-decoration: none;
}

.accordion-content a:hover {
  text-decoration: underline;
}

/* テーブル */
.table-container {
  width: 100%;
  margin: 0 auto;
  margin-top: 50px;
  /* border-left: 3px solid #818181;
  border-right: 3px solid #818181;
  border-bottom: 3px solid #818181; */
  border-spacing: 0;
  border-radius:5px
}

.section-title {
  background-color: #b9cc1b;
  color: white;
  text-align: center;
  font-weight: bold;
  padding: 10px;
  margin-bottom: 0;
  border-radius:5px
  /* border-bottom: 3px solid #818181;
  border-top: 3px solid #818181; */
}

.facility-table {
  width: 100%;
  margin-bottom: 0;
  border-collapse: collapse;
}

.facility-table td {
  padding: 10px;
  vertical-align: middle;
  border: none;
}

.facility-table img {
  width: 24px;
  height: 24px;
}

.policy-content {
  padding: 10px;
}

.policy-content p {
  margin: 5px 0;
}

.cancel-policy {
  width: 100%;
  border-collapse: collapse;
}

.cancel-policy td {
  padding: 8px;
  border-bottom: 3px solid #ccc;
  border-top: 3px solid #ccc;
}

.cancel-policy tr:last-child td {
  border-bottom: none;
}

.cancel-policy td:first-child {
  text-align: left;
}

.cancel-policy td:last-child {
  text-align: right;
}

.supply-column {
  margin: 20px;
  font-size: medium;
}

.supply-column h3{
  font-size: medium;
}

.supply-title {
  font-size: medium;
}

@media screen and (max-width: 800px) {
  .supply-column {
    font-size: small;
  }

  .supply-column h3{
    margin: 20px;
    font-size: small;
  }

  .supply-title {
    font-size: small;
  }
}

@media screen and (max-width: 800px) {
  .table-container {
    width: 90%;
    font-size: 14px;
  }
}

/* ドロップダウン */
.dropdown-menu {
  width: 200px;
  margin: 0 auto;
}

.dropdown-menu select {
  width: 100%;
  padding: 10px;
  font-size: 16px;
  background-color: #b9cc1b;
  color: white;
  display: block;
}

/* 銀座店 */
.about-ginza-eventspace {
  display: flex;
  flex-direction: column; 
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

/* 東京八重洲(日本橋)店 */
.about-tokyoeki-eventspace {
  display: flex;
  flex-direction: column; 
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

/* 立川店 */
.about-tachikawa-eventspace {
  display: flex;
  flex-direction: column; 
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.about-tokyoeki-btn, a.about-tokyoeki-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #c4d700;
  padding: 0px 20px;
  line-height: 60px;
  border-radius: 49px;
  text-align: center;
  color: #fff;
  font-weight: bold;
  transition: 0.3s;
}

.floormap-img {
  padding-top: 50px;
  width: 70%;
  margin: 0 auto;
  display: block;
}

.floormap-border {
  padding: 0 20px;
}
