@media (min-width: 48em) {
    .eve-List_Title {
        margin-top: 1em;
        --em: 35;
    }
}

/** table to div */

.eve-Access_Text {
    display: table;
}

.eve-Access_Tex dl {
    display: table-row;
}
.eve-Access_Text dd {
    font-weight: 400;
    display: table-cell;
}

.eve-Access_Text dt {
    font-weight: 700;
    width: 5em;
    display: table-cell;
}

@media (min-width: 48em) {
    .eve-Access_Text dt {
        width: 5em;
    }

}


.eve-ListUnitUnit_Text {
    display: table;
}
.eve-ListUnitUnit_Text dl{
    display: table-row;
}
.eve-ListUnitUnit_Text dd{
    display: table-cell;
}
.eve-ListUnitUnit_Text dt {
    font-weight: 500;
    width: 5em;
    display: table-cell;
}
.eve-ListUnitUnit_Text dl+dl dt,
.eve-ListUnitUnit_Text dl+dl dd {
    padding-top: calc(5em / var(--em))
}


@media (min-width: 48em) {

    .eve-ListUnitUnit_Text dl+dl dt,
    .eve-ListUnitUnit_Text dl+dl dd {
        padding-top: calc(10em / var(--em))
    }

}



/** */
.Breadcrumb {
    margin-top: 3.5em; 
}

/*
@media (min-width: 48em) {
    .eve-Access_Text td:first-child {
        width: 5em !important;
    }

}*/

.eve-SceneCaseUnit_Title {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
}
.st-Contents .wp-block-button {
    align-content: start;
    display: flex;
}
.eve-SceneCaseUnit {
    background-color: transparent !important;
}

.eve-PlanMenuUnit_Note li {
    padding-left: 0 !important;
    text-indent: 0 !important;
}
.eve-PlanMenuUnit_Note li:before {
    content: "" !important;
    display: none !important;
    width: 0 !important;
}
.eve-PlanMenuUnit_Note li {
    /* padding-left: 1em; */
    /* text-indent: -1em; */
}

.eve-ListUnit_Title {
    text-align: center;
    border: 1px solid;
    padding: .55em;
}
@media (min-width: 48em) {
    .eve-SceneCaseUnit_Img img {
        height: auto;
    }
    .eve-ListUnit_Container {
        padding-bottom: calc(42em / var(--em));
        margin-bottom: calc(20em / var(--em));
    }

    .page-Section {
        padding-top: calc(74em / var(--em));
        padding-bottom: calc(74em / var(--em));
    }

    .eve-SceneCaseUnit {
        padding-right: 0 !important;;
    }

    .eve-Plan {
        margin-top: 0 !important;
    }
}
.eve-Primary {
    padding-top: calc(32em / var(--em));
}
@media (min-width: 48em) {
    .eve-Primary {
        padding-top: calc(43em / var(--em));
    }
    .eve-SceneCase {
        padding-top: calc(20em / var(--em)) !important;
    }
    .eve-ListUnit_Title {
        --em: 24;
        --lh: 26;
        
        text-align: center;
        border: 1px solid;
        padding: .75em;
    }
}

.eve-ListUnit {
    background-color: transparent !important;
}




.opening-days {
/*
  font-family: 'Arial', sans-serif;
  max-width: 600px;
  margin: 0 auto;
  color: #333;
*/
  margin: 0 auto;
  font-weight: normal;

}

.opening-days
.opening-days ul {
  list-style: none;
  padding: 0;
}

.opening-days li {
  margin-bottom: 10px;
}

.opening-days li h3 {
  color: #000;
  margin: 0 0 5px 0;font-size: 18px;
}

.session-info {
  display: flex;
  align-items: center;
align-items: baseline;
  gap: 10px;
  margin: 10px 0;
}

.session-badge {
  background-color: #e3e3e3;
  padding: 2px 8px;
  border-radius: 5px;
  font-weight: bold;

  
  background-color: #d70035;
  color: #fff;
  display: inline-block;
  padding: 5px 10px;
font-size: 18px;
}

.time {
  flex-grow: 1;
font-size: 18px;
}

.reservation-link {
  display: inline-block;
  background-color: #fff; /* Button background color */
  border: 1px solid #dcdcdc; /* Thinner button border color */
  padding: 10px 30px;
  font-size: 16px; /* Text size */
  color: #333; /* Text color */
  text-decoration: none; /* No underline */
  transition: all 0.2s ease;
}

.reservation-link:hover {
  background-color: #e6e6e6; /* Subtle background color change on hover */
  color: #000; /* Optional: Text color change on hover */
}



.note {
  /*font-size: 0.9em;
  color: #888;*/
  text-align: left;
  margin-bottom: 10px;
}
.date-listing {
  /*background-color: #ffeef0;*/ /* Match this to the background color of the opening-days section */
  text-align: center;
  padding: 10px 0;
}

.date-listing h3 {
  margin: 0;
  /*color: #d70035;*/ /* This should match the section title color */
  font-size: 1.2em;
  font-size: calc(var(--em) * 1rem / var(--rem));
font-size: 18px;
}

.date-listing p {
  margin: 5px 0;
  color: #000;
  font-size: 1em;
  font-size: calc(var(--em) * 1rem / var(--rem));
font-size: 18px;
}


/* The rest of the .reservation-link styles remain the same */

.page-Section {
    padding-bottom: calc(30em / var(--em));
}
.eve-List_Container {
    margin-bottom: calc(26em / var(--em));
}
.no_section_title {
    margin:0  !important;
    padding:0  !important;
}

.eve-List_Container {
    margin-bottom: calc(12em / var(--em));
    padding-bottom: calc(30em / var(--em));
}

/* 基本スタイル: スマートフォン用 */
.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px; /* 各画像とテキストブロックの間の余白 */
}

.image-item {
    text-align: center; /* 画像とテキストを中央揃え */
}

.image-item img {
    width: 100%;
    max-width: 300px; /* 必要に応じて調整 */
    height: auto;
    display: block;
    margin-bottom: 8px; /* 画像とテキストの間の余白 */
}

.image-item p {
    font-size: 16px; /* テキストの大きさを調整 */
    color: #333; /* テキスト色 */
}

/* PCスタイル: 横並び */
@media (min-width: 768px) {
    .image-container {
        flex-direction: row;
        justify-content: center;
    }

    .image-item {
        margin: 0 10px; /* 画像間の余白を調整 */
    }
}

/* 基本スタイル: 横並びで上揃え */
    .container {
      display: flex;
      align-items: flex-start; /* 子要素を上揃え */
      gap: 20px; /* 画像とテキストの間にスペースを追加 */
    }
    .container img {
      width: 50%; /* 画像を元サイズの50%に縮小 */
      height: auto; /* 縦横比を保持 */
    }
    .container .text {
      font-size: 16px;
      text-align: left; /* テキストを左揃え */
    }

    /* スマホ用スタイル: 画像が上、テキストが下 */
    @media screen and (max-width: 768px) {
      .container {
        flex-direction: column; /* 縦並びに変更 */
        align-items: flex-start; /* 上揃えを維持 */
      }
      .container img {
        width: 80%; /* スマホでは画像を少し大きめに */
      }
    }
    
    
/** FAQ */

.eve-SceneFaq_Container {
  background-color: #aeadad;
  display: grid;
  gap: 1px;
  margin-top: calc(19em / var(--em))
}

.eve-SceneFaq_Container:before,
.eve-SceneFaq_Container:after {
  content: ""
}

.eve-SceneFaqUnit {
  --let: .02em;
  --lh: 15;
  background-color: #fff;
  color: #333;
  content-visibility: auto;
  font-weight: 400;
  padding-bottom: calc(4em / var(--em));
  padding-left: calc(24em / var(--em));
  position: relative
}

.eve-SceneFaqUnit.Open summary:after {
  rotate: 0deg
}

.eve-SceneFaqUnit.Open>.wp-block-group {
  grid-template-rows: 1fr
}

.eve-SceneFaqUnit summary {
  --em: 11;
  --let: .075em;
  --lh: 18;
  color: #4d4d4d;
  font-weight: 500;
  padding-top: calc(10em / var(--em));
  padding-bottom: calc(8em / var(--em))
}

.eve-SceneFaqUnit summary:before,
.eve-SceneFaqUnit summary:after {
  background-color: #aeadad;
  content: "";
  height: 1px;
  position: absolute;
  left: calc(5em / var(--em));
  top: calc(18em / var(--em));
  width: calc(10em / var(--em))
}

.eve-SceneFaqUnit summary:after {
  rotate: 90deg;
  transition-property: rotate
}

.eve-SceneFaqUnit>.wp-block-group {
  display: grid;
  font-feature-settings: "palt"0;
  grid-template-rows: 0fr;
  transition-property: grid-template-rows
}

.eve-SceneFaqUnit>.wp-block-group .wp-block-group {
  display: grid;
  overflow: hidden
}

.eve-SceneFaqUnit>.wp-block-group .wp-block-group:after {
  content: "";
  height: calc(16em / var(--em))
}


.eve-SceneFaq_Title {
--em: 14;
margin-top: .35em;
}

@media (min-width: 48em) {

  .eve-SceneFaq {
    padding-top: calc(60em / var(--em))
  }

  .eve-SceneFaq_Container {
    margin-top: calc(28em / var(--em))
  }

  .eve-SceneFaqUnit {
    --lh: 21;
    padding-bottom: calc(5em / var(--em));
    padding-left: calc(32em / var(--em))
  }

  .eve-SceneFaqUnit summary {
    --em: 15;
    --lh: 21;
    padding-top: calc(14em / var(--em));
    padding-bottom: calc(11em / var(--em))
  }

  .eve-SceneFaqUnit summary:before,
  .eve-SceneFaqUnit summary:after {
    left: calc(7em / var(--em));
    top: calc(25em / var(--em));
    width: calc(14em / var(--em))
  }

  .eve-SceneFaqUnit>.wp-block-group .wp-block-group:after {
    height: calc(22em / var(--em))
  }
  .eve-SceneFaq_Title {
    --em: 20;
  }


}


/** 会場一覧 タブ */

.ven-ListNav {
    --let: .155em;
    --lh: 15;
    font-family: "Noto Serif JP",serif;
    margin-top: calc(30em / var(--em));
    overflow: hidden
}

input:nth-child(1):checked~.ven-ListNav label:nth-child(1),input:nth-child(2):checked~.ven-ListNav label:nth-child(2),input:nth-child(3):checked~.ven-ListNav label:nth-child(3),input:nth-child(4):checked~.ven-ListNav label:nth-child(4),input:nth-child(5):checked~.ven-ListNav label:nth-child(5),input:nth-child(6):checked~.ven-ListNav label:nth-child(6),input:nth-child(7):checked~.ven-ListNav label:nth-child(7),input:nth-child(8):checked~.ven-ListNav label:nth-child(8),input:nth-child(9):checked~.ven-ListNav label:nth-child(9) {
    color: #b2b2b2
}

.ven-ListNav:is(.ven-ListNav) {
    margin-right: calc(var(--pd) * -1);
    margin-left: calc(var(--pd) * -1);
    padding-right: var(--pd);
    padding-left: var(--pd)
}

.ven-ListNav .swiper-wrapper {
    height: auto
}

.ven-ListNav .swiper-slide {
    width: auto;
    white-space: nowrap
}

.ven-ListNav_List {
    display: flex
}

.ven-ListNav_List label {
    flex-shrink: 0;
    margin-right: calc(19em / var(--em));
    padding-left: calc(11em / var(--em));
    transition-property: color
}

.ven-ListNav_List label:last-child {
    margin-right: calc(11em / var(--em))
}


.ven-List_Container {
    display: grid;
    gap: calc(19em / var(--em));
    margin-top: calc(26em / var(--em))
}

input:nth-child(1):checked~.ven-List_Container .ven-ListUnit:nth-child(n),input:nth-child(2):checked~.ven-List_Container .ven-ListUnit:nth-child(1),input:nth-child(3):checked~.ven-List_Container .ven-ListUnit:nth-child(2),input:nth-child(4):checked~.ven-List_Container .ven-ListUnit:nth-child(3),input:nth-child(5):checked~.ven-List_Container .ven-ListUnit:nth-child(4),input:nth-child(6):checked~.ven-List_Container .ven-ListUnit:nth-child(5),input:nth-child(7):checked~.ven-List_Container .ven-ListUnit:nth-child(6),input:nth-child(8):checked~.ven-List_Container .ven-ListUnit:nth-child(7),input:nth-child(9):checked~.ven-List_Container .ven-ListUnit:nth-child(8) {
    grid-template-rows: 1fr;
    opacity: 1;
    visibility: visible;
    z-index: 1
}

input:nth-child(1):checked~.ven-List_Container .ven-ListUnit:nth-child(n) {
    grid-area: revert
}

@media not screen and (min-width: 48em) {
    .ven-ListNav .swiper-scrollbar {
        margin-top:calc(4em / var(--em))
    }

    .ven-ListNav .swiper-scrollbar-drag {
        background-color: #afaeae;
        height: calc(2em / var(--em));
        transition-property: transform
    }
}

@media (min-width: 48em) {



    .ven-ListNav {
        --em: 16;
        --lh: 17;
        margin-top: calc(65em / var(--em))
    }

    .ven-ListNav:is(.ven-ListNav) {
        margin-right: 0;
        margin-left: calc(-30em / var(--em));
        padding-right: 0;
        padding-left: 0
    }

    .ven-ListNav_List {
        background-color: gray
    }

    .ven-ListNav_List label {
        background-color: #fff;
        display: grid;
        flex-grow: 1;
        margin-right: 1px;
        padding-left: 0;
        place-items: center
    }

    .ven-ListNav_List label:last-child {
        margin-right: 0
    }
}


/** 会場一覧 */
.page-Venue {
  border-top: 1px solid #AFAEAE;
  margin-top: calc(25em / var(--em));
  padding-top: calc(25em / var(--em));
  padding-bottom: calc(35em / var(--em))
}

.page-Venue_Title {
  --let: .075em;
  --lh: 14;
  align-items: end;
  color: #4d4d4d;
  display: grid;
  font-weight: 400;
  gap: calc(12em / var(--em));
  grid-template-columns: auto 1fr;
  padding-bottom: calc(5em / var(--em))
}

.page-Venue_Title:before {
  --em: 20;
  --let: .1em;
  --lh: 31;
  color: #000;
  content: attr(data-en);
  font-weight: 500;
  margin-bottom: calc(-5em / var(--em))
}

.page-Venue_Container {
  display: grid;
  gap: calc(22em / var(--em));
  margin-top: calc(13em / var(--em))
}

.page-VenueUnit {
  display: grid;
  gap: calc(8em / var(--em));
  position: relative
}

.page-VenueUnit_Img img {
  height: calc(180em / var(--em));
  object-fit: cover;
  width: 100%
}

.page-VenueUnit_Title {
  --em: 11;
  --let: .075em;
  --lh: 16;
  color: #4d4d4d
}

.page-VenueUnit_Title a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0
}

@media (min-width: 48em) {
  .page-Venue {
    margin-top: calc(50em / var(--em));
    padding-top: calc(50em / var(--em));
    padding-bottom: calc(50em / var(--em))
  }

  .page-Venue_Title {
    --em: 14;
    --lh: 20;
    gap: calc(20em / var(--em));
    padding-bottom: calc(8em / var(--em))
  }

  .page-Venue_Title:before {
    --em: 30;
    --lh: 46;
    margin-bottom: calc(-8em / var(--em))
  }

  .page-Venue_Container {
    gap: calc(27.5em / var(--em));
    grid-template-columns: repeat(3, 1fr);
    margin-top: calc(31em / var(--em))
  }

  .page-VenueUnit {
    gap: calc(12em / var(--em))
  }

  .page-VenueUnit_Img {
    height: calc(175em / var(--em))
  }

  .page-VenueUnit_Title {
    --em: 14;
    --lh: 20
  }
}