/** 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: 1.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;
}
.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; */
}

@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 {
    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: auto; /* スマホでは画像を少し大きめに */
		margin-top:-4em;
      }
    }