/* ====================
   TOUR SCHEDULE SECTION
   ==================== */

.tour-schedule {
  margin-top: 0;
  position: relative;
  z-index: 1;
}

.tour-schedule__inner {
  padding-left: 5.556%;
  padding-right: 5.556%;
}

.tour-schedule__title {
  font-size: 60px;
  font-weight: 300;
  color: #00a784;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-bottom: 15px;
  border-bottom: 1px solid #00a784;
}

.tour-schedule__title::before {
  content: '';
  position: absolute;
  background-color: #333333;
  height: 5px;
  width: 30px;
  top: 98%;
}

.tour-schedule__subtitle {
  display: inline-block;
  font-size: 16px;
  margin-left: 7px;
  font-weight: 500;
  color: #00a784;
  letter-spacing: 0;
}

.tour-schedule__list {
  margin-top: 40px;
}

.tour-schedule__item {
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 0;
  transition: background-color 0.3s;
}

.tour-schedule__item:hover {
  background-color: #00a78420;
}

.tour-schedule__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.tour-schedule__item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  flex: 1;
}

.tour-schedule__item-title a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s;
}

.tour-schedule__item-title a:hover {
  color: #00a784;
}

.tour-schedule__item-tags {
  display: flex;
  gap: 8px;
  margin-left: 16px;
}

.tour-schedule__item-tag {
  display: inline-block;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.tour-schedule__item-info {
  padding-left: 0;
}

.tour-schedule__item-date {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 8px;
}

.tour-schedule__item-day {
  font-size: 24px;
  font-weight: 700;
  color: #00a784;
  margin: 0 2px;
}

.tour-schedule__item-venue {
  font-size: 16px;
  color: #555555;
  margin-bottom: 4px;
}

.tour-schedule__item-conductor {
  font-size: 16px;
  color: #555555;
}

.tour-schedule__button {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.tour-schedule__link {
  display: inline-block;
  color: #fff;
  background-color: #333333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 12px 48px;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.tour-schedule__link:hover {
  background-color: #00a784;
  opacity: 1;
}

.tour-schedule__empty {
  padding: 40px 0;
  text-align: center;
  color: #999;
  font-size: 16px;
}

/* ====================
   TOUR BLOG SECTION
   ==================== */

.tour-blog {
  margin-top: 80px;
  position: relative;
  z-index: 1;
}

.tour-blog__inner {
  padding-left: 5.556%;
  padding-right: 5.556%;
}

.tour-blog__title {
  font-size: 60px;
  font-weight: 300;
  color: #00a784;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-bottom: 15px;
  border-bottom: 1px solid #00a784;
}

.tour-blog__title::before {
  content: '';
  position: absolute;
  background-color: #333333;
  height: 5px;
  width: 30px;
  top: 98%;
}

.tour-blog__subtitle {
  display: inline-block;
  font-size: 16px;
  margin-left: 7px;
  font-weight: 500;
  color: #00a784;
  letter-spacing: 0;
}

.tour-blog__list {
  margin-top: 40px;
}

.tour-blog__item {
  border-bottom: 1px solid #c6c6c6;
}

.tour-blog__item-date {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.2;
}

.tour-blog__item-categories {
  display: inline-block;
  margin: 0 3%;
}

.tour-blog__item-category {
  font-size: 12px;
  font-weight: 500;
  color: #fff;
  letter-spacing: 0;
  line-height: 1.2;
  padding: 5px 10px;
  text-align: center;
  display: inline-block;
  border-radius: 4px;
  white-space: nowrap;
  min-width: 70px;
  margin-right: 8px;
}

.tour-blog__item-content {
  display: inline-block;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  letter-spacing: 0;
  line-height: 1.188;
}

.tour-blog__item-content a {
  color: #333333;
  text-decoration: none;
  display: flex;
  align-items: center;
  padding: 24px 0;
  transition: opacity 0.3s;
}

.tour-blog__item-content a:hover {
  background-color: #00a78420;
}

.tour-blog__button {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.tour-blog__link {
  display: inline-block;
  color: #fff;
  background-color: #333333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 12px 48px;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.tour-blog__link:hover {
  background-color: #00a784;
  opacity: 1;
}

.tour-blog__empty {
  padding: 40px 0;
  text-align: center;
  color: #999;
  font-size: 16px;
}

/* ====================
   TOUR RECORD SECTION
   ==================== */

.tour-record {
  margin-top: 80px;
  margin-bottom: 80px;
  position: relative;
  z-index: 1;
}

.tour-record__inner {
  padding-left: 5.556%;
  padding-right: 5.556%;
}

.tour-record__title {
  font-size: 60px;
  font-weight: 300;
  color: #00a784;
  position: relative;
  letter-spacing: 0.1em;
  line-height: 1.2;
  padding-bottom: 15px;
  border-bottom: 1px solid #00a784;
}

.tour-record__title::before {
  content: '';
  position: absolute;
  background-color: #333333;
  height: 5px;
  width: 30px;
  top: 98%;
}

.tour-record__subtitle {
  display: inline-block;
  font-size: 16px;
  margin-left: 7px;
  font-weight: 500;
  color: #00a784;
  letter-spacing: 0;
}

.tour-record__list {
  margin-top: 40px;
}

.tour-record__item {
  border-bottom: 1px solid #e0e0e0;
  padding: 24px 0;
  transition: background-color 0.3s;
}

.tour-record__item:hover {
  background-color: #00a78420;
}

.tour-record__item-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 12px;
}

.tour-record__item-title {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  flex: 1;
}

.tour-record__item-title a {
  color: #333333;
  text-decoration: none;
  transition: color 0.3s;
}

.tour-record__item-title a:hover {
  color: #00a784;
}

.tour-record__item-tags {
  display: flex;
  gap: 8px;
  margin-left: 16px;
}

.tour-record__item-tag {
  display: inline-block;
  color: #fff;
  padding: 4px 12px;
  border-radius: 4px;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.tour-record__item-info {
  padding-left: 0;
}

.tour-record__item-date {
  font-size: 18px;
  font-weight: 500;
  color: #333333;
  margin-bottom: 8px;
}

.tour-record__item-day {
  font-size: 24px;
  font-weight: 700;
  color: #00a784;
  margin: 0 2px;
}

.tour-record__item-venue {
  font-size: 16px;
  color: #555555;
  margin-bottom: 4px;
}

.tour-record__item-conductor {
  font-size: 16px;
  color: #555555;
}

.tour-record__button {
  text-align: center;
  margin-top: 40px;
  margin-bottom: 40px;
}

.tour-record__link {
  display: inline-block;
  color: #fff;
  background-color: #333333;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.1em;
  padding: 12px 48px;
  border-radius: 100px;
  text-decoration: none;
  transition: background-color 0.3s;
}

.tour-record__link:hover {
  background-color: #00a784;
  opacity: 1;
}

.tour-record__empty {
  padding: 40px 0;
  text-align: center;
  color: #999;
  font-size: 16px;
}

/* ====================
   RESPONSIVE: 768px
   ==================== */

@media screen and (max-width: 768px) {
  .tour-schedule__title,
  .tour-blog__title,
  .tour-record__title {
    font-size: 36px;
  }

  .tour-schedule__item-header,
  .tour-record__item-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .tour-schedule__item-tags,
  .tour-record__item-tags {
    margin-left: 0;
    margin-top: 8px;
  }
}

/* ====================
   RESPONSIVE: 480px
   ==================== */

@media screen and (max-width: 480px) {
  .tour-schedule__inner,
  .tour-blog__inner,
  .tour-record__inner {
    padding-left: 15px;
    padding-right: 15px;
  }

  .tour-schedule__title,
  .tour-blog__title,
  .tour-record__title {
    font-size: 28px;
  }

  .tour-schedule__title::before,
  .tour-blog__title::before,
  .tour-record__title::before {
    top: 96%;
  }

  .tour-schedule__subtitle,
  .tour-blog__subtitle,
  .tour-record__subtitle {
    margin-left: 7px;
  }

  .tour-schedule__item-title,
  .tour-record__item-title {
    font-size: 16px;
  }

  .tour-schedule__item-date,
  .tour-record__item-date {
    font-size: 16px;
  }

  .tour-schedule__item-day,
  .tour-record__item-day {
    font-size: 20px;
  }

  .tour-schedule__link,
  .tour-blog__link,
  .tour-record__link {
    width: 50%;
    padding: 4% 18px;
    margin-top: 6%;
  }

  .tour-blog__item-content a {
    flex-wrap: wrap;
  }

  .tour-blog__item-categories {
    margin-left: 20px;
    flex: 0 0 auto;
  }

  .tour-blog__item-category {
    font-size: 11px;
    padding: 5px 8px;
    min-width: 60px;
  }
}
