@charset "UTF-8";

:root {
  --light-gray: #f5f5f5;
}

/* ---------------- アクセス／特別サービス セクションの共通レイアウト ---------------- */

section[id^="sec0"] section.flex_unit > * {
  width: 55%;
}

section[id^="sec0"] figure{
  width: 100%;
}

section[id^="sec0"] .map {
  width: 100%;
  height: 550px;
}

@media screen and (max-width: 840px) {
  section[id^="sec0"] section.flex_unit {
    flex-wrap: wrap !important;
  }
  section[id^="sec0"] section.flex_unit > *,
  section[id^="sec0"] section.flex_unit figure,
  section[id^="sec0"] section.flex_unit .map {
    width: 100%;
  }
  section[id^="sec0"] section.flex_unit figure {
    display: flex;
    margin-top: 20px;
  }
  section[id^="sec0"] section.flex_unit figure img {
    min-width: 0;
  }
}

section[id^="sec0"] h3 figure {
  max-height: 50px;
}

@media screen and (max-width: 540px) {
  section[id^="sec0"] h3 {
    font-size: 1.5rem;
    padding: 0.5em 0.8em;
  }

  section[id^="sec0"] .map {
    height: 360px;
  }
}

.inner_nav ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.inner_nav ul li {
  width: calc(100% / 4);
  padding: 0 5px;
  text-align: center;
}

@media screen and (max-width: 1000px) {
  .inner_nav ul li {
    width: calc(100% / 2);
  }
  .inner_nav ul li:nth-child(n + 3) {
    margin-top: 10px;
  }
}

.inner_nav ul li a {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 20px 10px 40px;
  border-radius: 7px;
  font-weight: 700;
  text-decoration: none;
  position: relative;
  height: 100%;
  z-index: 1;
  color: #fff;
}
.inner_nav ul li a::before {
  font-family: "Material Icons Round";
  content: "keyboard_double_arrow_down";
  display: inline-flex;
  vertical-align: middle;
  position: absolute;
  left: 50%;
  bottom: 10px;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  font-size: 16px;
  transition: all 400ms ease;
  letter-spacing: normal;
  word-wrap: normal;
  white-space: nowrap;
  direction: ltr;
  -webkit-font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
}

article[id^="inner0"] h3,
.inner_nav ul li a {
  background-image: url(../../ja/application/25th/images/mv_img.webp);
}
article#inner02 h3,
.inner_nav ul li:nth-child(2) a {
  background-image: url(../../ja/application/preview/images/sec03_inner02_img01.webp);
}
article#inner03 h3,
.inner_nav ul li:nth-child(3) a {
  background-image: url(../../ja/application/preview/images/sec03_inner03_img01.webp);
}
article#inner04 h3,
.inner_nav ul li:nth-child(4) a {
  background: #fff;
}
.inner_nav ul li a {
  background-size: cover;
  background-position: center center;
}

article[id^="inner0"] {
  margin-top: 1em;
}
article[id^="inner0"] h3 {
  margin-bottom: 1em;
  position: relative;
  color: #fff;
  z-index: 1;
  background-size: cover;
  background-position: center center;
}
article#inner04 h3,
.inner_nav ul li:nth-child(4) a {
  color: #000;
}

article[id^="inner0"] h3::after,
.inner_nav ul li a::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 7px;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.65);
  z-index: -1;
}
.inner_nav ul li:nth-child(4) a::after,
article#inner04 h3::after {
  display: none;
}
article[id^="inner0"] h3.flex_unit {
  justify-content: center;
}

/* データリストのレイアウト */
.dl_tb dt {
  font-weight: 700;
  padding-bottom: 0.5em;
}

.dl_tb dd {
  padding-bottom: 1.5em;
}


/* ---------------- 会場アクセス/周辺情報 ---------------- */

/* 2カラムレイアウト */
.col2_container {
  display: flex;
  gap: 3%;
}

.col2_container .left,
.col2_container .right {
  flex: 1;
  width: 50%;
}

.access .text_link {
  text-decoration: underline;
}

.text_link .material-icons {
  margin-right: 4px;
  vertical-align: middle;
  font-size: 24px;
}

.access .page_content h5 {
  padding-bottom: 5px;
}

.text_small {
  font-size: .8em;
}

.page_content h5.top_txt::before {
  background: none;
}

.airport {
  margin-top: 30px;
}

.pc_only {
  display: none;
}


/* 各交通手段別のアイコン */
.access_icon.keiyo::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/2025/ja/access/images/train_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
  vertical-align: sub;
}

/* 総武線・京成線（2つのアイコン） */
.access_icon.sobu-keisei {
  width: auto;
  background-image: none;
}

.access_icon.sobu-keisei::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/2025/ja/access/images/train_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
  vertical-align: sub;
}

.access_icon.sobu-keisei::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/2025/ja/access/images/bus_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
  vertical-align: sub;
}

/* 空港バス（2つのアイコン） */
.access_icon.airport {
  width: auto;
  background-image: none;
}

.access_icon.airport::before {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/2025/ja/access/images/airport_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
  vertical-align: sub;
}

.access_icon.airport::after {
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url('/2025/ja/access/images/bus_icon.svg');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 4px;
  vertical-align: sub;
}

.vnue-access_block section.flex_unit > *,
.vnue-access_block section.flex_unit .map {
  width: 49%;
}

@media screen and (max-width: 1260px) {
  .airport {
    margin-top: 65px;
  }
}

@media screen and (max-width: 980px) {
  .vnue-access_block section.flex_unit {
    flex-wrap: wrap !important;
  }
  .vnue-access_block section.flex_unit > *,
  .vnue-access_block section.flex_unit .map {
    width: 100%;
  }
  .vnue-access_block section.flex_unit .map {
    min-height: 400px;
  }
}

@media screen and (max-width: 850px) {
  .col2_container {
    flex-direction: column;
    gap: 20px;
  }

  .col2_container .left,
  .col2_container .right {
    width: 100%;
  }

  .airport {
    margin-top: 20px;
  }

  .pc_only {
    display: block;
  }

}

/* ---------------- 宿泊 ---------------- */

.lodging_block .lodging_map {
  width: 100%;
  height: 550px;
}
.lodging_block .far_lodging_map {
  width: 100%;
  height: 610px;
}
.lodging_block .access-lodging-list__item {
  flex-direction: column;
  width: calc((100% - 2 * 16px) / 3);
  margin: 0 16px 16px 0px;
  padding: 10px;
  overflow: hidden;
  background-color: #fcfcfc;
  border-radius: 10px;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.05);
}

.lodging_block .access-lodging-list__item:nth-of-type(3n) {
  margin-right: 0px;
}
.lodging_block .access_list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
}
.lodging_block .access-lodging-list__item__title__name {
  display: flex;
  align-items: center;
}
.lodging_block .access-lodging-list__item__title__name .material-icons-round {
  padding-left: 0.5em;
  font-size: 90%;
}
.lodging_block .access-lodging-list__item__body {
  width: 100% !important;
}
.lodging_block .access-lodging-list__item__title {
  width: calc(100% +40px);
  padding: 5px 20px;
  margin: -10px -10px 15px -10px;
  background-color: #eceef4;
}
.lodging_block .access-lodging-list__item__body {
  border: none !important;
}
.lodging_block .access-lodging-list__item__body__text {
  display: flex;
  padding-bottom: 7px;
}
.lodging_block .access-lodging-list__item__body__icon {
  margin-top: 3px;
  margin-right: 10px;
}
.lodging_block .lodging-near {
  border-bottom: 1px solid #d35145;
}
.lodging_block .lodging-far {
  border-bottom: 1px solid #7d3687;
}
.lodging_block .access_near .map-marked {
  color: #d04337;
}
.lodging_block .access_near .phone {
  color: #d04337;
}
.lodging_block .access_far .map-marked {
  color: #7d3687;
}
.lodging_block .access_far .phone {
  color: #7d3687;
}

/* 数字のアイコン */
.map_mark {
  position: relative;
  z-index: 1;
  color: #fff;
  padding-left: 5px;
  margin-right: 14px;
}
.map_mark::after {
  content: "";
  height: 25px;
  width: 25px;
  display: block;
  border-radius: 50%;
  background: #d04337;
  position: absolute;
  top: 0px;
  left: -2px;
  z-index: -1;
}

.font_small {
  font-size: 12px !important;
}

.for_indent-space {
  float: inline-start;
  color: #fff;
  padding-left: 0px;
  margin-right: 8px;
  height: 25px;
  width: 25px;
  border-radius: 50%;
  margin-bottom: 33px;
  line-height: 3.5;
}

.far::after {
  background: #7d3687;
  top: 15px;
  left: -8px;
}

.near::after {
  background: #d04337;
  top: 15px;
  left: -7px;
}

.over_number {
  font-size: 13px;
  left: -4px;
  line-height: 4.3;
}

.over_number::after {
  left: -5px;
}


@media screen and (max-width: 840px) {
  .lodging_block .access-lodging-list__item {
    width: calc((100% - 1 * 16px) / 2);
  }
  .lodging_block .access-lodging-list__item:nth-of-type(1n) {
    margin-right: 16px;
  }

  .lodging_block .access-lodging-list__item:nth-of-type(2n) {
    margin-right: 0px;
  }
  .lodging_block .l-1column-contents {
    margin: 0px auto 0px;
  }
  .lodging_block .near::after {
    top: 12px;
    left: -8px;
  }
  .lodging_block .far {
    line-height: 4;
  }
  .lodging_block .access-lodging-list__item__body {
    padding: 15px !important;
  }
}

@media (max-width: 540px) {
  .lodging_block .access-lodging-list__item:nth-of-type(1n) {
    margin-right: 0px;
  }
  .lodging_block .access-lodging-list__item {
    width: 100%;
    margin: 8px 0;
  }
  .lodging_block .lodging_map,
  .lodging_block .far_lodging_map {
    height: 360px;
  }
  .lodging_block .map_mark::after {
    top: 15px;
    left: -3px;
  }
  .lodging_block .for_indent-space {
    padding-left: 5px;
    margin-right: 5px;
    line-height: 4;
  }
  .lodging_block .over_number {
    padding-left: 3px;
    line-height: 4.3;
  }
}


/* ---------------- 来場者特別サービス ---------------- */
.c-info-table {
  width: 100%;
  border: 1px solid #ccc;
  text-align: left;
}

.c-info-table :is(th, td)  {
  padding: 20px;
  border: 1px solid #ccc;
  vertical-align: middle;
  background-color: #fff;
}

.c-info-table th {
  width: 18%;
  background-color: var(--light-gray);
}

.c-info-table td {
  width: 82%;
}

/* 特別サービス実施店舗／各特典内容一覧 (PDF)のcoming soon表示 */
.coming_soon_wrapper {
  position: relative;
  padding-top: 20px;
  padding-bottom: 20px;
}

.coming_soon_overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(140, 140, 140, 0.8); /* グレーの透過背景 */
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 10;
  color: #fff;
  font-size: 32px;
  font-weight: 700;
}

@media (max-width: 767px) {
  .c-info-table :is(tbody, tr, th, td) {
      display: block;
      width: 100%;
  }

  .coming_soon_overlay {
    font-size: 28px;
  }
}
