@charset "UTF-8";
/*=======================================
program
=========================================*/
.p-program p {
  margin-bottom: 20px;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-program__schedule {
  margin-bottom: 100px;
}
.p-program__schedule .js-scrollable {
  overflow: scroll;
}
.p-program__schedule .js-scrollable .skeduler-container {
  width: 1700px;
}
.p-program__schedule .skeduler-main-timeline {
  position: sticky;
  left: 0;
  z-index: 10;
}
.p-program__schedule .skeduler-headers {
  position: sticky;
  top: 0;
  z-index: 11;
}
.p-program__speakers table {
  width: 100%;
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}
.p-program__speakers table tr th {
  background-color: #921f56;
  color: #FFF;
}
.p-program__speakers table tr th.w1 {
  width: 250px;
}
.p-program__speakers table tr th.w2 {
  width: 300px;
}
.p-program__speakers table tr th,
.p-program__speakers table tr td {
  border: 1px solid #ccc;
  vertical-align: middle;
  padding: 10px;
}
.p-program__speakers table tr td ul li {
  padding-left: 1em;
  text-indent: -0.5em;
}
.p-program__speakers table tr td ul li:before {
  content: "⚫︎";
  color: #921f56;
  display: inline-block;
  vertical-align: middle;
}

/*=====================
 260603追加 
 =====================*/

.p-program h3, 
.p-program h4 {
  margin-bottom: 20px;
}
.p-program h5::before {
  content: "■";
  color: #921F56;
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.p-program__excursion p {
  margin: 0;
}
.p-program__excursion .tour-box {
  font-family: "Shippori Mincho", "Noto Serif JP", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "リュウミン R-KL", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  display: flex;
  justify-content: space-between;
  margin-bottom: 40px;
  font-size: 1.7rem;
}
.p-program__excursion .box__inner {
  width: 55%;
}
.p-program__excursion .tour-box .image {
  width: 33%;
  text-align: center;
}
.p-program__excursion .tour-box .image img {
  margin-bottom: 15px;
}
.p-program__excursion .tour-box .text {
  margin-bottom: 15px;
}
.p-program__excursion .timeline {
  position: relative;
  margin-left: 0.7rem;
  margin-top: 0.7rem;
  border-left: 2px solid #921F56;
  padding-left: 1.5rem;
}
.p-program__excursion .timeline-item {
  position: relative;
}
.p-program__excursion .timeline-time {
  font-weight: bold;
  color: #921F56;
}
.p-program__excursion .timeline-content {
  margin-bottom: 0.7rem;
}
.p-program__excursion .timeline-item::before {
  content: '';
  position: absolute;
  left: -2.3rem;
  top: 0.8rem;
  width: 10px;
  height: 10px;
  background: #921F56;
  border: 2px solid #921F56;
  border-radius: 50%;
}



/* ----------------------------- スマホ（～767px） */
@media screen and (max-width: 767px) {
  .p-program .sp-none .card-time {
    display: none !important;
  }
  .p-program .js-scrollable {
    width: 100%;
    overflow: scroll;
  }
  .p-program .js-scrollable table {
    width: 1000px;
  }

  /*=====================
 0603追加 
 =====================*/
  .p-program__excursion .tour-box {
    flex-direction: column-reverse;
  }
  .p-program__excursion .box__inner,
  .p-program__excursion .tour-box .image {
    width: 100%;
}
  .p-program__excursion .tour-box {
    font-size: 1.4rem;
  }
}
