.inquiry_ButtonWrapper {
  position: fixed;
  z-index: 2;
  bottom: 9em;
  right: 2rem;
  max-width: 125px;
  max-height: 65px;
}
.inquiry_ButtonWrapper {
  position: fixed;
  z-index: 2;
  bottom: 9em;
  right: 2rem;
  max-width: 125px;
  max-height: 65px;
}
.inquiry_ButtonWrapper {
  position: fixed;
  z-index: 2;
  bottom: 9em;
  right: 2rem;
  max-width: 125px;
  max-height: 65px;
}
.inquiry_ButtonWrapper {
  position: fixed;
  z-index: 2;
  bottom: 9em;
  right: 2rem;
  max-width: 125px;
  max-height: 65px;
}
@charset "UTF-8";
/* CSS Document */
.shop_text h3 {
  font-size: 2.5rem;
  line-height: 1;
  margin-bottom: 0rem;
}
.exNoticeContainer_02 {
  padding: 2rem 0;
  margin: 4rem 0 6rem;
}
@media screen and (max-width: 599px) {
  .exNoticeContainer_02 {
    padding: 1rem 0;
    margin: 1rem 0 2rem;
  }
}
.shop_column_01 {
  padding: 0 0 2rem 0;
}
@media screen and (max-width: 765px) {
  .shop_column_01 {
    padding: 0;
  }
  .shop_column_01 .exReserveContentWrapper {
    width: 100%;
    padding: 3rem 2rem;
    margin: 1rem 0;
  }
  .shop_column_01 .exReserveContentContainer {
    flex-direction: column;
    margin-top: 0rem;
  }
  .shop_column_01 .exReserveContentWrapper {
    max-width: 100%;
  }
}
.exReserveContentButton_04 {
  font-size: 2.1rem;
  background-color: #c9c9c9;
  color: #fff;
  padding: 1rem 2rem;
  padding: 1.6rem;
  display: block;
  border-radius: 1rem;
  box-shadow: 0 0 2rem 1rem rgb(51 51 51 / 10%);
}
.area_name_tab {
  width: 100%;
  background: #f2f2f2;
  border-radius: 1rem;
  /* margin-bottom: 2rem; */
  font-size: clamp(18px, 2.9vw, 20px);
  font-weight: 600;
  padding: 2rem 0;
}
.area_name_tab h3 {
  padding: 1.5rem;
  color: #333;
  position: relative;
}
/*.area_name_tab h3::before{
   content: "";
    position: absolute;
    top: 50%;
    right: 10%;
    border: 1rem solid transparent;
    border-top: 1.2rem solid #333;
}*/
.area_name_01 {
  text-align: left;
  margin-top: 2rem;
}
.mg-bot_01 {
  margin-bottom: 5rem;
}
@media screen and (min-width: 600px) {
  .area_name_01 {
    margin-bottom: 5rem;
  }
}
.area_name_01 h3 {
  border-bottom: solid 3px #ff9c90;
  border-image: linear-gradient(to right, #ff9c90 0%, #ffe0dc 100%);
  border-image-slice: 1;
}
.event_date_01 {
  font-weight: 600;
  background-color: #fff;
  padding: 1rem;
  border-radius: 0.8rem;
  width: auto;
  display: inline-block;
  text-align: center;
}
.event_date_02 {
  width: auto;
  font-size: clamp(17px, 2.9vw, 22px);
  font-weight: 600;
}
.exReserveContentWrapper {
  padding: 2rem 3rem !important;
}
.event_date_wrapper {
  font-size: 1.4rem;
  text-align: left;
  padding: 0 0 2rem 0;
}
.event_date_wrapper li {
  display: flex;
  align-items: center;
  gap: 2rem;
}
.area_link_01 {
  display: flex;
  flex-wrap: wrap;
  gap: 5rem;
  justify-content: space-between;
  padding: 2rem 0 5rem;
  /*background: url("../img/map.png");*/
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: rgba(255, 255, 255, 0.7);
  background-blend-mode: lighten;
}
.area_link_02 {
  width: calc(100% / 2 - 2.5rem);
}
.area_link_02 h3 {
  text-align: left;
  padding-bottom: 1rem;
}
.area_link_03 {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1rem;
}
.area_link_03 a {
  width: calc(100% / 3 - 0.7rem);
}
.area_link_03::after {
  content: "";
  display: block;
  width: calc(100% / 3 - 0.7rem);
}

@media screen and (max-width: 765px) {
  .event_date_wrapper li {
    flex-direction: column;
  }
  .area_link_01 {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    flex-direction: column;
  }
  .area_link_02 {
    width: calc(100% / 1);
    margin: 0 auto;
  }
}
.tab_id_wrapper {
  width: 100%;
  display: flex;
  gap: 1rem;
  padding-bottom: 2rem;
}
.tab_id_wrapper div {
  padding: 0.5rem;
  color: #ffffff;
  border-radius: 0.4rem;
}
.tab_id_01 {
  background: #e38586;
}
.tab_id_02 {
  background: #f0cc73;
}
.tab_id_03 {
  background: #80d7a6;
}
.tab_id_04 {
  background: #a9a9a9;
}
/*エリアボタン*/
.area_button_01 {
  position: fixed;
  z-index: 2;
  bottom: 3em;
  right: 2rem;
  height: clamp(50px, 5rem, 65px);
  width: clamp(117px, 15vw, 125px);
}
.area_button_02 {
  padding: 1rem 0.3rem;
  text-align: center;
  display: flex;
  background-color: #c8161d;
  border-radius: 1rem;
  box-shadow: 0 0 0.8rem 0.4rem rgb(200 200 200 / 10%);
  transition: all 0.2s;
  justify-content: center;
  font-size: clamp(16px, 2.4vw, 17px);
  font-weight: 600;
  color: #fff;
}
.reserve_content .event_date_02 {
  display: block;
  text-align: center;
}
.reserve_content .exFlowContentText {
  text-align: center;
}
.reserve_button {
  width: 90%;
  max-width: 400px;
  text-align: center;
  font-size: 2rem;
  background-color: #c8161d;
  color: #fff;
  margin: 2rem auto;
  padding: 1.6vmin;
  display: block;
  border-radius: 1rem;
  box-shadow: 0 0 2rem 1rem rgb(51 51 51 / 10%);
}
.shop_column_01 .shop_text h3 {
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.3;
}

/*ローディング*/
.loading {
  position: fixed;
  z-index: 1000;
  width: 100%;
  height: 100vh;
  background-color: #000000;
  display: flex;
  justify-content: center;
  background-color: #f2f2f2;
}
.loading.hide {
  opacity: 0;
  pointer-events: none;
  transition: opacity 500ms;
}
.loading-wrap {
  position: abolute;
  left: 0;
  right: 0;
  margin: auto;
  height: 20px;
}
.end_wrapper_01 {
  position: relative;
}
.end_wrapper_01::before {
  position: absolute;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #00000096;
  border-radius: 2rem;
  z-index: 998;
}
.end_wrapper_01::after {
  position: absolute;
  content: "終了しました";
  width: 100%;
  height: auto;
  border-radius: 2rem;
  z-index: 999;
  color: #fff;
  top: 50%;
  left: 0%;
  font-size: 2.5rem;
  font-weight: 500;
}
.logo_icon_box {
  padding: 1rem;
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.logo_icon_box img {
  width: 100%;
}
.after-content,
.after-content_02 {
  display: none;
}
