@charset "UTF-8";

/**
 * 伊根パーク＆クルーズ LP
 * page-parkcruise_ine_jp.php 等
 * レイアウトは parkcruise_mi.css と共通
 */
@import url("parkcruise_mi.css");

/* メイン背景画像 */
@media screen and (min-width: 840px) {
  .ik_allwrap .ik_main {
    position: relative;
    background: url(../assets/parkcruise_ine/main_back_pc.webp) center bottom / cover;
  }
  
  .ik_allwrap_ja .ik_maintitle {
    position: absolute;
    top: 8vw;
    left: 0vw;
    width: 100%;
    position: relative;
  }

  .ik_allwrap_ja .ik_maintitle h2 {
    width: 38vw;
    max-width: 650px;
    position: absolute;
    left: 12%;
    top: 5vw;
  }

  .ik_allwrap_ja .ik_maintitle h2 img {
    width: 100%;
  }

  .ik_allwrap_ja .ik_maintitle h3 {
    width: 24vw;
    position: absolute;
    left: 53%;
    top: 4vw;
  }

  .ik_allwrap_ja .ik_maintitle h3 img {
    width: 100%;
  }

  .ik_allwrap_tw .ik_maintitle {
    position: absolute;
    top: 8vw;
    left: 0;
    width: 100%;
    position: relative;
  }

  .ik_allwrap_tw .ik_maintitle h2 {
    width: 42vw;
    max-width: 700px;
    position: absolute;
    left: 12%;
    top: 11vw;
  }

  .ik_allwrap_tw .ik_maintitle h2 img {
    width: 100%;
  }

  .ik_allwrap_tw .ik_maintitle h3 {
    width: 22vw;
    position: absolute;
    left: 57%;
    top: 4vw;
  }

  .ik_allwrap_tw .ik_maintitle h3 img {
    width: 100%;
  }

  .ik_allwrap_en .ik_maintitle {
    position: absolute;
    top: 8vw;
    left: 0;
    width: 100%;
    position: relative;
  }

  .ik_allwrap_en .ik_maintitle h2 {
    width: 38vw;
    max-width: 650px;
    position: absolute;
    left: 12%;
    top: 5vw;
  }

  .ik_allwrap_en .ik_maintitle h2 img {
    width: 100%;
  }

  .ik_allwrap_en .ik_maintitle h3 {
    width: 24vw;
    position: absolute;
    left: 53%;
    top: 4vw;
  }

  .ik_allwrap_en .ik_maintitle h3 img {
    width: 100%;
  }

  .ik_allwrap .ik_main .ik_japan {
    position: absolute;
    bottom: 9%;
    right: 5vw;
    width: 22vw;
    max-width: 380px;
    z-index: 2;
  }

  .ik_allwrap .ik_main .ik_japan img {
    width: 100%;
    filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.5));
  }

  /* ik_image（ine_dxbus_ja と同じ） */
  .ik_image {
    width: 100%;
    height: 400px;
    background: url(../assets/ineex_tw/p3.webp) center center / cover no-repeat fixed;
    margin-bottom: 80px;
  }

.table_basic .small {line-height: 160%!important;display: block;padding-top: 4px;}


}

@media screen and (max-width: 840px) {
  .ik_allwrap .ik_main {
    position: absolute;
    top: 0;
    left: 0;
    height: 150vw;
    width: 100%;
    background: url(../assets/parkcruise_ine/main_back_sp.webp) center center / cover;
    margin-bottom: 0 !important;
  }

  .ik_allwrap_ja .ik_maintitle {
    position: absolute;
    top: 25vw;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .ik_allwrap_ja .ik_maintitle h2 {
    width: 78vw !important;
    position: absolute;
    left: 11vw !important;
    top: 0vw !important;
  }

  .ik_allwrap_ja .ik_maintitle h2 img {
    width: 100%;
  }

  .ik_allwrap_ja .ik_maintitle h3 {
    width: 36vw;
    position: absolute;
    right: 6% !important;
    top: 63vw !important;
    left: auto;
  }

  .ik_allwrap_ja .ik_maintitle h3 img {
    width: 100%;
  }

  .ik_allwrap_tw .ik_maintitle {
    position: absolute;
    top: 28vw;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .ik_allwrap_tw .ik_maintitle h2 {
    width: 90vw;
    position: absolute;
    left: 5vw;
    top: 6vw;
  }

  .ik_allwrap_tw .ik_maintitle h2 img {
    width: 100%;
  }

  .ik_allwrap_tw .ik_maintitle h3 {
    width: 48vw;
    position: absolute;
    right: 5%;
    top: 54vw;
    left: auto;
  }

  .ik_allwrap_tw .ik_maintitle h3 img {
    width: 100%;
  }

  .ik_allwrap_ja .ik_maintitle h2 {
    width: 74vw;
    left: 13vw;
    top: -2vw;
  }

  .ik_allwrap_ja .ik_maintitle h3 {
    width: 36vw;
    right: 3%;
    top: 57vw;
    left: auto;
  }

  .ik_allwrap_en .ik_maintitle {
    position: absolute;
    top: 29vw;
    left: 0;
    width: 100%;
    text-align: center;
  }

  .ik_allwrap_en .ik_maintitle h2 {
    width: 74vw;
    position: absolute;
    left: 13vw;
    top: -5vw;
  }

  .ik_allwrap_en .ik_maintitle h2 img {
    width: 100%;
  }

  .ik_allwrap_en .ik_maintitle h3 {
    width: 36vw;
    position: absolute;
    right: 3%;
    top: 56vw;
    left: auto;
  }

  .ik_allwrap_en .ik_maintitle h3 img {
    width: 100%;
  }

  .ik_allwrap .ik_main .ik_japan {
    position: absolute;
    top: 96vw;
    left: 5vw;
    width: 40vw;
    z-index: 2;
  }

  .ik_allwrap .ik_main .ik_japan img {
    width: 100%;
    filter: drop-shadow(0.5vw 0.5vw 1vw rgba(0, 0, 0, 0.5));
  }

  /* ik_image SP（ine_dxbus_ja と同じ） */
  .ik_image {
    width: 100%;
    height: 60vw;
    background: url(../assets/ineex_tw/p3.webp) center center / cover no-repeat;
    margin-bottom: 10vw;
  }
}

/* 横長チケット画像用レイアウト（丹後天橋立伊根フリー等） */
.tickets_set2_wide {
  display: block;
}

.tickets_set2_wide .tickets_set2_row {
  display: flex;
  flex-wrap: nowrap;
  gap: 0 4%;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 30px;
}

.tickets_set2_wide .left_wide {
  width: 48%;
  flex-shrink: 0;
}

.tickets_set2_wide .left_wide img {
  width: 100%;
  height: auto;
  display: block;
}

.tickets_set2_wide .right {
  width: 48%;
  flex-shrink: 0;
}

.tickets_set2_wide .right .beta_red {padding: 0 10px 4px 10px!important;line-height: 1!important;}
.tickets_set2_wide .right .beta_red a {padding: 0 0 0 0;margin: 0!important;}

.tickets_set2_wide .tickets_set2_tables {
  width: 100%;
}

.tickets_set2_wide .tickets_set2_tables .basic_table {
  width: 100%;
}

@media screen and (max-width: 840px) {
  .tickets_set2_wide .tickets_set2_row {
    flex-wrap: wrap;
    gap: 4vw 0;
    margin-bottom: 6vw;
  }

  .tickets_set2_wide .left_wide,
  .tickets_set2_wide .right {
    width: 100%;
  }

  .tickets_set2_wide .left_wide img {
    width: 100%;
  }

  /* .fare SP（parkcruise.css より。このテンプレ専用に調整可） */
  .tickets_set2 .fare {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 10px;
  }

  .tickets_set2 .fare li:nth-child(1) {
    background-color: #E67719;
    color: #fff;
    font-weight: 500;
    font-size: 3.5vw;
    padding: 4px 0;
    width: 90px;
    text-align: center;
  }

  .tickets_set2 .fare li:nth-child(2) {
    color: #E67719;
    font-weight: 500;
    font-size: 4.2vw;
  }

  /* .expire SP（parkcruise.css より。このテンプレ専用に調整可） */
  .tickets_set2 .expire {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 10px;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 15px;
  }

  .tickets_set2 .expire li:nth-child(1) {
    background-color: #666;
    color: #fff;
    font-weight: 500;
    font-size: 3.5vw;
    padding: 4px 0;
    width: 90px;
    text-align: center;
  }

  .tickets_set2 .expire li:nth-child(2) {
    color: #666;
    font-weight: 500;
    font-size: 4.2vw;
  }

  .mi_line_s .beta_red {display: inline-block;padding: 1vw 2vw!important;margin-top: 1vw;}
.mi_line_s .beta_red a {font-size: 4vw!important;padding: 1vw 2vw!important;line-height: 1.4;}
}

/* 時刻表：2列テーブルのセル幅を均等（50%）PC・SP共通 */
.timetable-columns .table_basic2 {
  table-layout: fixed;
  width: 100%;
}

.timetable-columns .table_basic2 th,
.timetable-columns .table_basic2 td {
  width: 50%;
  box-sizing: border-box;
}

.timetable-columns .table_basic2 th {
  white-space: normal;
}

@media screen and (max-width: 840px) {
  /* style_sp.css の .scroll-inner { min-width: max-content } を打ち消し */
  .timetable-columns {
    max-width: 100%;
    overflow: hidden;
  }

  .timetable-columns .timetable-section {
    max-width: 100%;
    overflow: hidden;
  }

  .timetable-columns .scrollable-table-wrapper {
    max-width: 100%;
    overflow: hidden;
  }

  .timetable-columns .scroll-inner {
    min-width: 0;
    max-width: 100%;
    padding-right: 0;
  }

  .timetable-columns .table_basic2 {
    max-width: 100%;
  }

  .timetable-columns .table_basic2 th,
  .timetable-columns .table_basic2 td {
    word-break: break-word;
    overflow-wrap: break-word;
    white-space: normal;
  }

  .table_basic .small {line-height: 160%!important;display: block;padding-top: 1vw;}
}
