.sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp {
    display: block;
  }
}

.tour_style {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 55px 50px 50px;
  background-color: #f3f3f3;
}
@media screen and (max-width: 768px) {
  .tour_style {
    padding: 0 10px;
    padding-top: 100px;
    background-color: white;
  }
}
.tour_style .tour_title {
  position: relative;
  text-align: center;
  padding-bottom: 40px;
  margin-bottom: 50px;
}
.tour_style .tour_title::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: calc(50% - 30px);
  width: 60px;
  height: 5px;
  border-radius: 3px;
  background: #BC0E11;
}
.tour_style .tour_title h1 {
  color: #BC0E11;
  line-height: 1.6;
  margin-bottom: 20px;
  font-size: 30px;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_title h1 {
    font-size: 20px;
  }
}
.tour_style .tour_title h2 {
  color: #c3a62d;
  font-size: 26px;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_title h2 {
    font-size: 17px;
  }
}
.tour_style .tour_description {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_description {
    font-size: 16px;
  }
}
.tour_style .tour_content h2 {
  position: relative;
  width: 100%;
  max-width: 450px;
  margin: 50px auto;
  text-align: center;
  font-size: 26px;
  color: #093B94;
  padding: 15px;
  border-top: solid 2px #093B94;
  border-bottom: solid 2px #093B94;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content h2 {
    font-size: 17px;
    max-width: 360px;
  }
}
.tour_style .tour_content h2::before, .tour_style .tour_content h2::after {
  content: "";
  position: absolute;
  top: -7px;
  width: 2px;
  height: -webkit-calc(100% + 14px);
  height: calc(100% + 14px);
  background-color: #000;
}
.tour_style .tour_content h2::before {
  left: 7px;
}
.tour_style .tour_content h2::after {
  right: 7px;
}
.tour_style .tour_content .segment {
  margin-bottom: 50px;
}
.tour_style .tour_content .segment small {
  font-size: 0.6em;
  display: block;
}
.tour_style .tour_content .segment h3 {
  font-size: 22px;
  border-bottom: solid 3px #BCBCBC;
  position: relative;
  padding-bottom: 10px;
  color: #093B94;
  margin-bottom: 30px;
}
.tour_style .tour_content .segment h3::after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px #093B94;
  bottom: -3px;
  width: 30%;
}
.tour_style .tour_content .segment p {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: 20px;
}
.tour_style .tour_content .segment p.attention {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  color: #921215;
  border-bottom: double 5px #921215;
  width: fit-content;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content .segment p.attention {
    font-size: 15px;
  }
}
.tour_style .tour_content .segment p.support {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content .segment p.support {
    font-size: 15px;
    text-align: left;
  }
}
.tour_style .tour_content .segment p.support_prize {
  text-align: center;
  color: #921215;
  font-weight: bold;
  font-size: 22px;
}
.tour_style .tour_content .segment span.dead_day {
  text-decoration: underline;
  color: #921215;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content .segment > ul > li {
    font-size: 15px;
  }
}
.tour_style .tour_content .segment .yardage-wrap img {
  display: block;
  width: 100%;
  height: auto;
}
.tour_style .tour_content .segment .timeline-day p {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content .segment .timeline-day p {
    font-size: 16px;
  }
}
.tour_style .tour_content .segment .timeline dt {
  margin: 0;
  padding: 12px 0;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  position: relative;
  background: #fff;
  border: 1px solid #333;
}
.tour_style .tour_content .segment .timeline dt::after {
  content: "";
  width: 1px;
  height: 50px;
  background: #333;
  position: absolute;
  top: 100%;
  left: 50%;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content .segment .timeline dt::after {
    left: calc((100% - 2px) * 0.31);
  }
}
.tour_style .tour_content .segment .timeline dd {
  margin-bottom: 20px;
  padding-top: 40px;
}
.tour_style .tour_content .segment .timeline dd ol {
  list-style: none;
  padding: 0;
  margin: 0;
}
.tour_style .tour_content .segment .timeline dd ol li {
  display: flex;
  flex-direction: row;
  padding-bottom: 40px;
  gap: 40px;
  position: relative;
}
.tour_style .tour_content .segment .timeline dd ol li::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  background: #333;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content .segment .timeline dd ol li::before {
    left: 31%;
  }
}
.tour_style .tour_content .segment .timeline dd ol li:last-child::before {
  height: 22px;
}
.tour_style .tour_content .segment .timeline dd ol li .time {
  width: 50%;
  text-align: right;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content .segment .timeline dd ol li .time {
    width: 30%;
  }
}
.tour_style .tour_content .segment .timeline dd ol li .time span {
  display: block;
  font-weight: bold;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content .segment .timeline dd ol li .time span {
    font-size: 16px;
  }
}
.tour_style .tour_content .segment .timeline dd ol li .content {
  text-align: left;
  width: 50%;
  position: relative;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content .segment .timeline dd ol li .content {
    width: 70%;
  }
}
.tour_style .tour_content .segment .timeline dd ol li .content::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  top: 20px;
  right: 100%;
  background: #333;
}
.tour_style .tour_content .segment .timeline dd ol li .content::after {
  content: "";
  width: 13px;
  height: 13px;
  position: absolute;
  top: 13px;
  left: -28px;
  border: 1px solid #333;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
}
.tour_style .tour_content .segment .timeline dd ol li .content span {
  display: block;
  padding: 0.4em 0.6em;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  background: #fff;
  border: 1px solid #333;
}
.tour_style .tour_content .segment .timeline dd ol li:nth-child(2n) {
  flex-direction: row-reverse;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content .segment .timeline dd ol li:nth-child(2n) {
    flex-direction: row;
  }
}
.tour_style .tour_content .segment .timeline dd ol li:nth-child(2n) .time {
  text-align: left;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content .segment .timeline dd ol li:nth-child(2n) .time {
    text-align: right;
  }
}
.tour_style .tour_content .segment .timeline dd ol li:nth-child(2n) .content {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content .segment .timeline dd ol li:nth-child(2n) .content {
    text-align: left;
  }
}
.tour_style .tour_content .segment .timeline dd ol li:nth-child(2n) .content::before {
  right: auto;
  left: 100%;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content .segment .timeline dd ol li:nth-child(2n) .content::before {
    right: 100%;
    left: unset;
  }
}
.tour_style .tour_content .segment .timeline dd ol li:nth-child(2n) .content:after {
  left: auto;
  right: -29px;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content .segment .timeline dd ol li:nth-child(2n) .content:after {
    left: -28px;
    right: unset;
  }
}
.tour_style .tour_content .segment .entry_btns {
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-bottom: 40px;
}
.tour_style .tour_content .segment .entry_btns .ebtn {
  display: block;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  width: 100%;
  max-width: 520px;
  margin: 0px auto;
  padding: 15px 0;
  font-size: 19px;
  font-weight: bold;
  border-radius: 100vh;
  border: 3px solid #093B94;
  box-shadow: 0 5px 0 #052153;
  background-color: #093B94;
  transition: 0.3s;
  color: #fff;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content .segment .entry_btns .ebtn {
    font-size: 16px;
  }
}
.tour_style .tour_content .segment .entry_btns .ebtn.disabled {
  pointer-events: none;
  cursor: default;
  border: 3px solid #818181;
  box-shadow: 0 5px 0 #4d4d4d;
  background-color: #818181;
}
.tour_style .tour_content .segment .entry_btns .ebtn:hover {
  transform: translateY(5px);
  box-shadow: 0 0 0 #093B94;
}
.tour_style .tour_content .segment table.prize {
  width: 100%;
  max-width: 800px;
  margin: 30px auto;
  border-collapse: collapse;
}
.tour_style .tour_content .segment table.prize th,
.tour_style .tour_content .segment table.prize td {
  padding: 15px;
  border-bottom: 1px solid #ddd;
  text-align: center;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .tour_style .tour_content .segment table.prize th,
  .tour_style .tour_content .segment table.prize td {
    padding: 10px;
    font-size: 14px;
  }
}
.tour_style .tour_content .segment table.prize th {
  background: #093B94;
  color: #fff;
  font-weight: bold;
}
.tour_style .tour_content .segment table.prize td:first-child {
  background: #f5f5f5;
  font-weight: bold;
}
.tour_style .tour_content .segment table.prize td:not(:first-child) {
  color: #921215;
  font-weight: bold;
}
.tour_style .tour_content .segment table.prize tr:first-child td {
  background: #e8e8e8;
  font-weight: bold;
  color: #093B94;
}
.tour_style .tour_content .segment table.fee {
  width: 100%;
  max-width: 600px;
  margin: 30px auto;
  border-collapse: collapse;
}
.tour_style .tour_content .segment table.fee caption {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
}
.tour_style .tour_content .segment table.fee tr {
  border-bottom: 1px solid #ddd;
}
.tour_style .tour_content .segment table.fee tr:last-child {
  border-bottom: none;
}
.tour_style .tour_content .segment table.fee td {
  padding: 15px;
  font-size: 16px;
}
.tour_style .tour_content .segment table.fee td:first-child {
  width: 60%;
  font-weight: bold;
  color: #093B94;
}
.tour_style .tour_content .segment table.fee td:last-child {
  text-align: right;
  color: #921215;
  font-weight: bold;
}