@charset "UTF-8";

/**
 * 宮津パーク＆クルーズ LP（平日運航）
 * page-parkcruise_mi_jp.php / page-parkcruise_mi_tw.php / page-parkcruise_mi_en.php 共通
 */
@import url("parkcruise.css");

.ik_allwrap_ja {
  font-family: "Noto Sans JP", sans-serif;
}

.ik_allwrap_tw {
  font-family: "Noto Sans TC", sans-serif;
}

.ik_allwrap_en {
  font-family: "Noto Sans", sans-serif;
}

.ik_allwrap_en .ik_main {
  background-image: url(../assets/parkcruise/main_back_en.webp);
}


.ik_allwrap_tw .ik_main {
  background-image: url(../assets/parkcruise_tw/main_back.webp);
}


.topcopy .small {
  font-size: 14px;
  font-weight: normal;
  color: #666;
  padding: 15px 0 0 0;
  line-height: 100%;
  display: block;
}

.topcopy_en {font-size: 24px!important;line-height: 1.4;width: 90%;margin: 0 auto 0 auto;}

.timetable-note {
  margin-bottom: 30px;
  line-height: 160%;
}

.fare-notes {
  margin-top: 16px;
  line-height: 160%;
  font-size: 90%;
}

.fare-notes-link {
  padding-top: 10px;
  color: #c71;
  font-weight: 500;
}

.scroll-hint {
  display: none !important;
}

@media screen and (min-width: 841px) {
  .timetable-columns {
    display: flex;
    flex-wrap: nowrap;
    gap: 0 3%;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .timetable-columns .timetable-section {
    width: 48.5%;
    margin-bottom: 0;
  }

  .timetable-columns .scrollable-table-wrapper {
    overflow-x: visible;
  }

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

  .timetable-title_en {font-size: 22px!important;}

  .timetable-title span {
    padding-top: 12px !important;
    display: block;
  }

  .ik_allwrap_tw .ik_maintitle h2 {
    width: 40vw;
    left: 6%;
    top: 11vw;
  }

  .ik_allwrap_tw .ik_maintitle h3 {
    width: 22vw;
    left: 46%;
    top: 1vw;
  }
}

.ik_flyer_link {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 16px;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  color: #fff !important;
  background-color: #6576BE;
  border-radius: 8px;
  line-height: 1;
}

.ik_flyer_link:hover {
  color: #fff;
  background-color: #4f5fa8;
}

.ik_flyer_link_icon {
  display: inline-flex;
  line-height: 0;
}

.ik_flyer_link_icon svg {
  width: 18px;
  height: 18px;
}

@media screen and (max-width: 840px) {
  .ik_allwrap_ja {
    font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif" !important;
  }


  .ik_allwrap_en .ik_main {
    background-image: url(../assets/parkcruise/main_back_sp_en.webp);
  }

  .ik_allwrap_tw .ik_main {
    background-image: url(../assets/parkcruise_tw/main_back_sp.webp);
  }

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

  .ik_allwrap .ik_maintitle h3 {
    width: 36vw;
    right: 3%;
    top: 57vw;
    left: auto;
  }
  
  .ik_allwrap_en .ik_maintitle h2 {
    width: 74vw;
    left: 13vw;
    top: -5vw;
  }

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


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

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

  .topcopy {font-size: 4.5vw}

  .topcopy .small {
    font-size: 3vw;
    line-height: 130%!important;
    font-weight: normal;
    color: #666;
    padding: 15px 5% 0 5%;
    line-height: 100%;
    display: block;
  }

  


  .timetable-note {
    margin-bottom: 6vw;
    font-size: 3.4vw;
  }

  .fare-notes {
    margin-top: 3vw;
    font-size: 3.2vw;
  }

  .ik_flyer_link {
    margin-top: 4vw;
    gap: 2vw;
    padding: 2.5vw 4vw;
    border-radius: 2vw;
    font-size: 3.6vw;
  }

  .ik_flyer_link_icon svg {
    width: 4vw;
    height: 4vw;
  }
}
