@media screen and (min-width: 661px) {
  .hl-header-list__item:nth-child(1) .hl-header-list__link {
    position: relative;
    color: #f0047f;
  }
  .hl-header-list__item:nth-child(1) .hl-header-list__link::after {
    width: 100%;
  }
}
.hl-content {
  padding-top: 40px;
}
.hl-sec {
  padding-top: 70px;
  padding-bottom: 30px;
}
.hl-sec.is-last {
  padding-bottom: 110px;
}
.info-list__data .is-soon {
  font-family: 'DINNextLTPro-HeavyItalic';
  font-size: 56px;
  color: #F0047F;
  opacity: .5;
}

.preparation {
  margin-top: 32px;
  color: #f0047f;
  font-size: 34px;
  font-weight: 600;
}
.ticket {
  padding-bottom: 110px;
}
.ticket .info-list__data li::before {
  content: none;
}
.ticket__data {
  padding-right: calc(220px + 3%);
  border-bottom: 1px solid #ccc;
  background: url(/jp/about/sports/golf/sponsorship/hanasakaladies/img/info/img_01.png)no-repeat right 15px top /220px;
}
.ticket__img {
  display: none;
}
.timetable-sec__ttl {
  font-size: 16px;
  font-weight: 300;
}
.timetable-table {
  width: 1070px;
  margin: 8px auto;
}
.timetable-table__ttl {
  width: 20%;
  padding: 24px 8px;
  box-sizing: border-box;
  background-color: #fccde2;
  color: #555;
  text-align: center;
}
.timetable-table__ttl:not(:last-child) {
  border-right: 1px solid #fff;
}
.timetable-table__time {
  padding: 8px 14px;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #ededed;
  font-size: 14px;
  text-align: center;
}
.timetable-table__data {
  padding: 8px 14px;
  border-bottom: 1px solid #ccc;
  box-sizing: border-box;
  background-color: #fff;
  font-size: 14px;
  text-align: center;
}
.timetable-table__data:not(:last-child) {
  border-right: 1px solid #ccc;
}
.course-sec__row {
  display: flex;
  gap: 40px;
  margin-top: 50px;
}
.course-sec__col02 {
  width: 50%;
  margin-top: 20px;
  padding: 25px 3%;
  box-sizing: border-box;
  background: #f0047f;
  color: #fff;
  font-weight: bold;
}
.course-sec .access-logo {
  margin-top: 20px;
}
@media screen and (max-width: 660px) {
  .hl-content {
    padding-top: 0;
  }
  .hl-sec {
    padding-bottom: 0;
  }
  .hl-sec.is-last {
    padding-bottom: 55px;
  }
  .info-list__data .is-soon {
    font-size: 36px;
  }
  .course-sec.is-pt {
    padding: 70px 15px 0;
  }
  .hl-sec.ticket {
    padding-bottom: 50px;
  }
  .ticket__data {
    padding-right: 0;
    background: none;
  }
  .ticket .info-list__data .is-medium {
    line-height: 1.5;
  }
  .ticket__img {
    display: block;
    max-width: 65%;
    margin: 0 auto;
  }
  .ticket__img img {
    max-width: 100%;
    height: auto;
  }
  .timetable-table-outer {
    width: 100%;
    overflow: auto;
  }
  .timetable-table {
    width: 700px;
  }
  .timetable-table__ttl {
    padding: 8px;
    font-size: 14px;
  }
  .course-sec__row {
    display: block;
  }
  .course-sec__col01 {
    width: 100%;
    margin-bottom: 25px;
  }
  .course-sec__col02 {
    padding: 15px 3%;
    width: 100%;
  }
  .course-sec__col02 .access-txt .is-bold {
    font-size: 14px;
  }
}