.ttl__asset01 {
  gap: 1rem;
  flex-wrap: wrap;
  position: relative;
}

.ttl__asset01 img {
  width: 4rem;
}

.ttl__asset01 h3 {
  margin-right: auto;
  font-size: 2.4rem;
}

.ttl__asset01 p {
  display: block;
  line-height: 1.875em;
  flex: 0 0 100%;
}

.about {
  /* padding: 18.09rem 6.7rem 0 7rem; */
  background: linear-gradient(#fcfcfc 0%, rgba(219, 238, 254, 0.4705882353) 50%, rgba(190, 226, 255, 0) 100%);
}

.about__main-nav {
  margin: 10rem 8rem 0;
  background-color: #FFFFFF;
  padding: 4rem 6rem;
  display: flex;
  gap: 4rem;
  flex-wrap: wrap;
}

.about__main-nav>a {
  display: flex;
  font-size: 1.6rem;
  color: #353636;
  margin-bottom: 2rem;
  transition: color 0.3s ease;
  font-weight: bold;
  width: calc(25% - 4rem);
  padding-bottom: 2rem;
  border-bottom: solid 0.1rem #CCCCCC;
  position: relative;
}

.about__main-nav>a:hover {
  color: #145D99;
  transition: color 0.3s ease;
}

.about__main-nav>a:hover::after {
  transform: scaleX(1);
}

.about__main-nav>a::after {
  content: "";
  display: block;
  width: 100%;
  height: 0.2rem;
  background-color: #145D99;
  transition: transform 0.7s ease;
  position: absolute;
  bottom: -0.1rem;
  left: 0;
  z-index: 1;
  transform: scaleX(0.2);
  transform-origin: left;
}

.about .what-is {
  margin: 8.7rem 11.07rem 0 8rem;
  background-color: #FFFFFF;
  border: solid 1px #CCCCCC;
  padding: 8rem 8rem 19.56rem;
  position: relative;
  border-radius: 0.5rem;
}

.what-is__ttl {
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  position: relative;
}

.what-is__ttl p {
  width: fit-content;
  margin: auto;
  background-color: #FFF;
  position: relative;
  z-index: 1;
  padding: 0 4rem;
}

.what-is__ttl::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 0;

}

.what-is__content {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;

}

.what-is__txt {
  line-height: 2.1875em;
  margin-top: 6rem;
  display: grid;
  gap: 1em;
  align-content: baseline;
}

.what-is__txt span {
  color: #EA5B13;
  font-weight: bold;
}

.what-is__content {
  padding-top: 4rem;
}

.what-is__box:not(:first-of-type) {
  margin-top: 6em;
}

.what-is__bottom {
  position: absolute;
  bottom: 0;
  padding: 3.6rem 0 3.6rem 37rem;
  background-color: #FFF;
  border: solid 0.1rem #CCCCCC;
  transform: translateY(50%) translateX(-50%);
  left: 50%;
  min-width: 104.9rem;
  border-radius: 10rem;
}

.what-is__bottom-img {
  width: 17.479rem;
  position: absolute;
  bottom: 0;
  left: 13.85rem;
}

.what-is__bottom-txt {
  font-size: 2rem;
  line-height: 1.75em;
}

.what-is__bottom-txt span {
  font-weight: bold;
  color: #EA5B13;
  line-height: 5.25rem;
}

.tour__info {
  margin-top: 15.3rem;
  margin-bottom: 10rem;
  padding: 17.56rem 20rem 0 8rem;
  position: relative;
  background: linear-gradient(to bottom, #FCFCFC 0%, #FCFCFC 40%, #FFFFFF 41%, #FFFFFF 100%);
}

.tour__info-content {
  margin-top: 8rem;
  line-height: 2.1875em;
  position: relative;
}

.course-schedule {
  margin: 11.6rem 8rem 0;
}

.course-schedule-content {
  margin-top: 8rem;
}

.course-schedule .tour__box-contents .content {
  grid-template-columns: 1fr;
}

.recommendation {
  margin: 10rem 18rem 0 14rem;
  scroll-margin-top: 10rem;
}

.recommendation__container {
  border: solid 0.1rem #CCCCCC;
  padding: 6.3rem 15rem 7.7rem;
  margin-bottom: 12rem;
  background-color: #FFFFFF;
}

.recommendation__ttl {
  font-size: 2.4rem;
  text-align: center;
  position: relative;
  top: -8rem;
  font-weight: bold;
  background-color: #FFFFFF;
  width: -moz-fit-content;
  width: fit-content;
  margin: auto;
  padding: 0 3.2rem;
}

.recommendation .top__fv-modal {
  margin: 0;
}

.recommendation .top__fv-modal .modal-content {
  position: static;
}

.recommendation .top__fv-modal .modal__txt {
  border: solid 0.1rem #EFEFEF;
}

.recommendation__banner {
  margin-top: 4rem;
  position: relative;
}

.recommendation__banner a {
  position: absolute;
  inset: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
}

.recommendation__banner p {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 1.5rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  line-height: 2.4rem;
  color: #FFFFFF;
}

.recommendation__banner .top__info-btn {
  width: 4rem;
}

.recommendation__banner:hover {
  color: #145D99;
}

.recommendation__banner:hover .asset__btn-shape::after {
  width: 3.4rem;
}

.recommendation__banner:hover .asset__btn-shape::before {
  opacity: 1;
}

.recommendation__banner:hover .asset__btn-shape {
  box-shadow: inset 0 0 0 0.3rem #145D99;
}

.bring {
  margin: 4.6rem 0 0;
  padding: 8.5rem 12rem 0 8rem;
  background-color: #F8FCFF;
  position: relative;
}

.bring__bg {
  position: absolute;
  width: 100%;
  top: -4rem;
  pointer-events: none;
  left: 0;
  z-index: -1;
}

.bring .ttl__asset02 img {
  width: 4rem;
}

.bring .ttl__asset02 h3 {
  font-size: 2.4rem;
}

.bring .ttl__asset02 span {
  display: block;
  font-size: 1.6rem;
  line-height: 1.875em;
  font-weight: normal;
  margin-top: 2rem;
}

.bring__content {
  margin-top: 6.6rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  background-color: #FFF;
  border: solid 0.1rem #CCCCCC;
  border-radius: 0.5rem;
  padding: 7rem 7rem;
}

.bring__wrap {
  padding-right: 6rem;
}

.bring__ttl {
  font-size: 2rem;
  font-weight: bold;
  padding-bottom: 3rem;
  border-bottom: solid 0.1rem #CCCCCC;
}

.bring__middle {
  border-bottom: solid 0.1rem #CCCCCC;
  padding: 3rem 0;
}

.bring__middle p {
  line-height: 1.875em;
}

.bring__sub {
  font-size: 1.8rem;
  color: #EA5B13;
  font-weight: bold;
  margin-bottom: 1rem;
}

.bring__bottom {
  padding-top: 3rem;
}

.bring__item {
  padding-top: 3rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 2rem;
}

.bring__item-box {
  display: flex;
  gap: 1.5rem;
  align-items: center;
  line-height: 2.5rem;
}
.bring__item-txt--bottom {
  margin-top: 2rem;
  line-height: 1.5;
  
}

.bring__item-box img {
  width: 6rem;
  flex-shrink: 0;
}

.bring__img02 {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
}

.bring__img1fr {
  grid-template-columns: 1fr;
}

.bring__img02 p {
  margin-top: 1rem;
  font-weight: bold;
}

.participation {
  margin: 10rem 0 13rem;
}

.participation .ttl__asset01 P {
  margin-top: 2rem;
}

.participation__container {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 4rem;
  margin-top: 4rem;
}

.participation__box {
  display: grid;
  grid-template-columns: 22rem 1fr;
  background-color: #FFFFFF;
  align-items: center;
  border: solid 0.1rem #CCCCCC;
}

.participation__txt {
  font-size: 2rem;
  padding: 0 2rem 0 4rem;
}

.participation__txt h4 {
  font-weight: bold;
}

.participation__txt p {
  font-size: 1.6rem;
  line-height: 2.1875em;
  margin-top: 1rem;
}

.others {
  margin: 15rem 12rem 7.51rem 8rem;
  padding: 0 8rem;
}

.others .asset__h3 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.others__container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  margin-top: 4rem;
  padding: 0 8rem;
}

.others__container a {
  display: grid;
  justify-content: center;
  text-align: center;
  background-color: #FFFFFF;
  border: solid 0.1rem #C7C0C0;
  border-radius: 0.5rem;
  height: 23rem;
  align-content: center;
  position: relative;
  transition: all 0.3s ease;
}

.others__container a img {
  transition: all 0.3s ease;
  opacity: 0;
  display: none;
}

.others__container a img:first-of-type {
  width: 6.7rem;
  opacity: 1;
  margin: auto;
  display: block;
}

.others__container a>p {
  margin-top: 2rem;
  transition: all 0.3s ease;
}

.others__container a img:last-of-type {
  position: absolute;
  width: 5.5rem;
  aspect-ratio: 1;
  bottom: -1px;
  right: -1px;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  opacity: 1;
}

.others__container a:hover {
  background-color: #145D99;
  border: solid 0.1rem #145D99;
  color: #FFFFFF;
  align-content: center;
}

.others__container a:hover img {
  transition: all 0.3s ease;
  opacity: 0;
  display: none;
}

.others__container a:hover img.others__img2 {
  opacity: 1;
  display: block;
  width: 6.7rem;
  margin: auto;
}

.others__container a:hover img.others__arrow2 {
  display: block;
  opacity: 1;
  position: absolute;
  width: 5.5rem;
  aspect-ratio: 1;
  bottom: -1px;
  right: -1px;
  -o-object-fit: contain;
  object-fit: contain;
}

.connection {
  margin: 0 16rem 0 12rem;
}

.connection .asset__h3 {
  font-size: 2.4rem;
  letter-spacing: 0.1em;
  font-weight: bold;
}

.connection__container {
  margin-top: 5.5rem;
  padding: 4rem 6rem;
  border: solid 0.1rem #EA5B13;
  border-radius: 0.5rem;
  background-color: #FFFFFF;
  position: relative;
}

.connection__container.green {
  border: #137C2A solid 0.1rem;
}

.connection__container.green span {
  color: #137C2A;
}

.connection__container.green .content:last-of-type {
  margin-top: 4rem;
}

.connection__ttl {
  font-size: 2rem;
  font-weight: bold;
  position: absolute;
  top: 0rem;
  transform: translateY(-50%);
  background-color: #FFFFFF;
  padding: 0 1.6rem;
}

.connection__ttl span {
  color: #2f2925;
}

.tour__box {
  background-color: #FFF;
}

.tour__box-span {
  position: absolute;
  border-radius: 0.5rem;
  background-color: #EA5B13;
  color: #FFF;
  font-size: 1.6rem;
  font-weight: bold;
  padding: .8rem 2rem;
  left: 4rem;
  top: 1rem;

}

.tour__box-span span {
  background-color: #FFF;
  border-radius: 50%;
  font-size: 1.7rem;
  color: #EA5B13;
  aspect-ratio: 1;
  width: 3rem;
  margin-left: 1.8rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;

}

.active .tour__box-span {
  background-color: #FFF;
  color: #EA5B13;
}

.active .tour__box-span span {
  background-color: #EA5B13;
  color: #FFF;
}

.tour__box-ttlsp h3 {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
}

.tour__box-ttlsp .tour__box-span {
  position: static;
  padding: 1rem;
  font-size: 1.2rem;
}

.tour__box-ttlsp .tour__box-span span {
  width: 2rem;
  font-size: 1.2rem;

  margin-left: 1rem;
}

.tour__box-contents .content {
  margin: 4rem;
}

.tour__box-contents .content::after {
  content: none;
}

.tour__box-contents .content .tour__box-img {
  position: relative;
  aspect-ratio: inherit;
}

.tour__box-contents .content .tour__box-img img {
  position: relative;
  z-index: 2;
}

.tour__box-contents .content .tour__box-img::after {
  content: "";
  position: absolute;
  inset: 0;
  margin-left: -4rem;
  margin-top: -4rem;
  width: calc(100% + 8rem);
  height: calc(100% + 8rem);
  background-color: #EA5B13;
  z-index: 1;
}

.tour__box-txt {
  margin-left: -4rem;
  padding: 0;
  margin-top: 5.5rem;
}

.course-schedule__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 4rem;
  width: calc(100% + 8rem);
  margin-top: 10rem;
  margin-left: -4rem;
}

.course-schedule__box {
  border-radius: .5rem;
  box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
}

.course-schedule__head {
  background-color: #145D99;
  color: #FFFFFF;
  display: flex;
  gap: 2rem;
  align-items: center;
  padding: 4rem 4rem 4rem 5.7rem;
  border-radius: .5rem .5rem 0 0;
}

.course-schedule__head--num {
  position: relative;
  margin-right: 3.7rem;
}

.course-schedule__head--num img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.6rem;
}

.course-schedule__head--num p {
  font-family: "Outfit";
  font-size: 2rem;
  font-weight: bold;
  text-align: center;
  margin-top: -2.3rem;
}

.course-schedule__head--cat {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: .5rem 2rem;
  font-size: 2rem;
  font-weight: bold;
  border: solid 0.1rem #FFFFFF;
  border-radius: 0.5rem;
}

.course-schedule__head--ttl {
  font-size: 2.4rem;
  font-weight: bold;
}

.course-schedule__main {

  padding: 4rem;
  background-color: #FFF;
  font-size: 1.6rem;
  line-height: 1.875em;
  border-radius: 0 0 0.5rem 0.5rem;

}

.course-schedule__main--txt {
  margin-top: 2rem;
}

.course-schedule__point {
  margin-top: 9.6rem;
  margin-bottom: 4rem;
  margin-left: -4rem;
  background-color: #EA5B13;
  padding: 1.3rem;
  font-size: 2.4rem;
  color: #FFFFFF;
  font-weight: bold;
  width: fit-content;
  border-radius: 0.5rem;
}

.course-schedule__point+.course-schedule__wrap {
  margin-top: 0rem;
}

.course-schedule__main span.orange {
  color: #EA5B13;
  margin-top: 3rem;
}

.green .tour__box-contents .content .tour__box-img::after {
  background-color: #137C2A;
}

.tour__box .tour__box-tab button.active {
  max-width: 50%;
}

.tour__box-tab button {
  text-align: center;
}

.emergency-notice {
  display: grid;
  grid-template-columns: 40rem 1fr;
  width: 127.9rem;
  margin-left: 18rem;
  margin-top: 14.3rem;
}

.emergency-notice__header {
  background-color: #EA5B13;
  border-radius: .5rem 0 0 .5rem;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  padding: 1.5rem;
  font-size: 2rem;
  font-weight: bold;
  justify-content: center;
}

.emergency-notice__header img {
  width: 4.5rem;
  margin-right: 2.5rem;
}

.emergency-notice__content {
  background-color: #FFF7F4;
  border-radius: 0 0.5rem 0.5rem 0;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.5em;
}

.emergency-notice__item {
  padding: 3rem 0 3rem 5rem;
  display: flex;
  gap: 2rem;
  border: #cccccc solid 1px;
  border-left: none;
}

.emergency-notice__item:nth-of-type(2) {
  border-top: none;
}

.course-info-table th {
  vertical-align: middle;
  font-size: 1.6rem;
  font-weight: bold;
  text-align: center;
  width: auto;
  min-width: 16rem;
}

@media screen and (max-width: 1024px) {
  .about__main-nav {
    flex-wrap: wrap;
    gap: 1rem;
    padding: 0;
    margin: 0 2rem;
  }

  .about__main-nav>a {
    width: 100%;
    padding: 1.2rem 0;
    font-size: 1.4rem;
    border-bottom: solid 0.1rem #CCCCCC;
    margin-bottom: 1.2rem;
  }

  .about__main-nav>a:hover {
    color: #145D99;
  }

  .about__main-nav>a:hover::after {
    transform: scaleX(1);
  }

  .about__main-nav>a::after {
    content: "";
    display: block;
    width: 100%;
    height: 0.2rem;
    background-color: #145D99;
    transition: transform 0.7s ease;
    position: absolute;
    bottom: -0.1rem;
    left: 0;
    z-index: 1;
    transform: scaleX(0.2);
    transform-origin: left;
  }

  .about {
    padding: 0;
    margin-top: 2rem;
  }

  .about .what-is {
    margin: 0;
    margin-top: 4rem;
    padding: 4rem 2rem 2rem;
    border: inherit;
  }

  .what-is__ttl {
    font-size: 1.8rem;
  }

  .what-is__ttl p {
    padding: 0 2rem;
  }

  .what-is__ttl::after {
    width: calc(100% + 4rem);
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .what-is__content {
    padding-top: 2rem;
    gap: 0;
  }

  .what-is__txt {
    margin-top: 2rem;
    font-size: 1.4rem;
    line-height: 1.875em;
    transform: 0;
    left: auto;
  }

  .what-is__box:not(:first-of-type) {
    margin-top: 4rem;
  }

  .what-is__bottom {
    position: relative;
    padding: 0;
    min-width: 0;
    border-radius: .5rem;
    left: auto;
    transform: none;
    margin-left: 4rem;
    margin-top: 6rem;
  }

  .what-is__bottom-txt {
    font-size: 1.6rem;
    padding: 2rem;
    margin-left: 4rem;
    padding-top: 1rem;
    font-size: 1.4rem;
  }

  .what-is__bottom-img {
    width: 9.479rem;
    position: absolute;
    top: 10rem;
    left: -4rem;
  }

  .what-is__bottom-txt span {
    font-size: 1.6rem;
  }

  .ttl__asset01 h3 {
    font-size: 1.8rem;
  }

  .ttl__asset01 img {
    width: 3rem;
  }

  .ttl__asset01 p {
    font-size: 1.4rem;
  }

  .precedent__bg {
    top: -4rem;
  }

  .tour__info {
    padding: 0 2rem;
    margin-top: 6rem;
    margin-bottom: 4rem;
  }

  .course-schedule {
    margin: 0;
    padding: 0 2rem;
    margin-top: 4rem;
  }


  .course-schedule .ttl__asset02 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    text-align: left;
    line-height: 1.6em;
  }

  .recommendation {
    margin: 6rem 0 0;
    padding: 0 2rem;
  }

  .recommendation__container {
    padding: 2rem;
  }

  .recommendation__banner {
    position: relative;
  }

  .recommendation__banner img {
    aspect-ratio: 16/9;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    display: block;
    height: auto;
    border-radius: 0.5rem;
    margin-bottom: 1.5rem;
  }

  .recommendation__banner a {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: 100%;
  }

  .recommendation__banner p {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 1.5rem 2rem;
    font-size: 1.2rem;
  }

  .recommendation__banner .top__info-btn {
    width: 2.6rem;
  }

  .recommendation__ttl {
    font-size: 1.8rem;
    text-align: center;
    position: relative;
    top: -3rem;
    font-weight: bold;
    background-color: #FFFFFF;
    width: -moz-fit-content;
    width: fit-content;
    margin: auto;
    padding: 0 2rem;
  }

  .bring {
    padding: 0 2rem;
    margin-top: 8rem;
  }

  .bring .ttl__asset02 {
    font-size: 1.4rem;
    margin-bottom: 2rem;
    line-height: 1.6em;
  }

  .bring .ttl__asset02 h3 {
    font-size: 1.8rem;
  }

  .bring .ttl__asset02 h3 span {
    display: block;
    font-size: 1.4rem;
    font-weight: normal;
    margin-top: 1rem;
  }

  .participation {
    margin: 0;
    margin-top: 4rem;
    margin-bottom: 4rem;
    padding: 0 0rem;
  }

  .participation .ttl__asset01 h3 {
    font-size: 1.8rem;
  }

  .participation .ttl__asset01 p {
    font-size: 1.4rem;
    margin-top: 0;
  }

  .participation__container {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
  }

  .participation__box {
    grid-template-columns: 1fr;
    padding: 0 2rem 2rem;
  }

  .participation__txt {
    padding: 0 .5rem;
  }

  .participation__txt h4 {
    font-size: 1.6rem;
  }

  .participation__txt p {
    font-size: 1.4rem;
    line-height: 1.6em;
  }

  .participation__img {
    border-bottom: solid 0.1rem #CCCCCC;
    margin-bottom: 2rem;
  }

  .participation__img img {
    width: 56%;
    height: 16rem;
    -o-object-fit: cover;
    object-fit: cover;
    margin: auto;
    display: block;
  }

  .others {
    margin: 4rem 0 0;
    padding: 0 2rem;
  }

  .others .asset__h3 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  .others__container {
    grid-template-columns: 1fr;
    gap: 2rem;
    margin-top: 2rem;
    padding: 0 2rem;
  }

  .others__container a {
    height: 20rem;
  }

  .others__container a img {
    width: 100%;
    height: auto;
  }

  .others__container a p {
    margin-top: 1rem;
  }

  .connection {
    margin: 4rem 2rem 0;
  }

  .connection .asset__h3 {
    font-size: 1.8rem;
    letter-spacing: 0.1em;
    font-weight: bold;
  }

  .connection__container {
    padding: 2rem;
    margin-top: 4rem;
    border-radius: 0.5rem;
    position: relative;
  }

  .connection__container.green {
    border: #137C2A solid 0.1rem;
  }

  .connection__container.green span {
    color: #137C2A;
  }

  .connection__ttl {
    font-size: 1.6rem;
    font-weight: bold;
    position: absolute;
    top: 0rem;
    transform: translateY(-50%);
    background-color: #FFFFFF;
    padding: 0 1.6rem;
  }
}

/*# sourceMappingURL=tour.css.map */



/* ページ専用テーブル */
.top-tour,
.tour__box-tab {
  margin: 0;
  margin-top: 4.8rem;
}

.course-info-table table {
  width: 100%;
  border-collapse: collapse;
}

.course-info-table table th,
.course-info-table table td {
  border: 1px solid #CCCCCC;
  padding: 1rem;
}

/* 各セル内グリッド */
.course-info-table .info-grid {
  /* display: grid;
  grid-template-columns: 1fr;
  column-gap: 1rem;
  row-gap: 0.5rem; */
  padding: 4rem;
  font-size: 1.6rem;
  line-height: 1.875em;
  vertical-align: middle;
}

.course-info-table .info-grid .label {
  width: 18.6rem;
}

.course-info-table .info-grid .detail {
  color: #333;
}

.course-info-table .info-item {
  display: grid;
  grid-template-columns: auto 1fr;
}

.course-info-table thead th:first-of-type {
  border: none;
}

.course-info-table thead th:not(:first-child) {
  background-color: #EA5B13;
  color: #FFFFFF;
  font-size: 2.4rem;
  text-align: center;
}

.green .course-info-table thead th:not(:first-child) {
  background-color: #137C2A;
}

.course-info-table thead th:not(:first-child)::after {
  content: "";
  position: absolute;
  left: 50%;
  translate: -50% 0;
  bottom: -1rem;
  inline-size: 0;
  block-size: 0;
  border-left: 2.6rem solid transparent;
  border-right: 2.6rem solid transparent;
  border-top: 1.2rem solid #e76400;
}

.green .course-info-table thead th:not(:first-child)::after {
  border-top: 1.2rem solid #137C2A;
}



.wp-block-table.course-info-table .has-fixed-layout {
  table-layout: auto;
}

@media screen and (min-width: 1024px) {
  .wp-block-table {
    overflow-x: visible !important;
  }
}

.course-info-table thead {
  border-bottom: 0 !important;

}

.course-info-table thead th {
  /* 縦スクロール時に固定する */
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  /* tbody内のセルより手前に表示する */
  z-index: 1;
}

/* .course-info-table .info-item br {
  display: none;
} */
.course-info-table .info-grid-flex {
  display: flex;
}

.course-info-table span.orange {
  color: #EA5B13;
}

.course-info-table a {
  color: #1082B0;
  text-decoration: underline;
  transition: opacity 0.3s ease;

}

.course-info-table iframe+a {
  margin-left: 7rem;
  display: block;
}

.course-info-table iframe {
  aspect-ratio: 475 / 187;
  width: 47.5rem;
  margin-left: 7rem;
}

.course-info-table a:hover {
  opacity: 0.8;
}

.course-info-table .lunch .info-grid .label {
  width: auto;
}

@media screen and (max-width: 1024px) {

  .course-info-table {
    width: 100%;
  }

  .course-info-table .has-fixed-layout {
    width: max-content !important;
  }

  .course-schedule {
    margin: 0;
    padding: 0 2rem;
    margin-top: 4rem;


  }

  .top-tour {
    margin: 0;
  }

  .tour__box-contents .content .tour__box-img::after {
    height: calc(100% + 4rem);
    margin-left: -2rem;
    margin-top: -2rem;

  }

  .tour__box-txt {
    margin-left: 0rem;
    padding: 0rem;
    margin-top: 4rem;
    font-size: 1.4rem;
    line-height: 1.6em;
  }

  .course-schedule__point {
    margin-top: 4rem;
    margin-bottom: 2rem;
    margin-left: 0rem;
    padding: 1.3rem;
    font-size: 1.8rem;
    width: fit-content;
  }

  .course-schedule__wrap {
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    width: 100%;
    margin-top: 4rem;
    margin-left: 0rem;
  }

  .course-schedule__box {
    border-radius: 0.5rem;
    box-shadow: 0 0.2rem 0.4rem rgba(0, 0, 0, 0.1);
  }

  .course-schedule__head {
    background-color: #145D99;
    color: #FFFFFF;
    display: flex;
    gap: 1rem;
    align-items: center;
    padding: 2rem 2rem 2rem 3.7rem;
    border-radius: 0.5rem 0.5rem 0 0;
  }

  .course-schedule__head--num {
    position: relative;
    margin-right: 2rem;
  }

  .course-schedule__head--num img {
    width: 3rem;

  }

  .course-schedule__head--num p {
    font-family: "Outfit";
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
    margin-top: -1.2rem;
  }

  .course-schedule__head--cat {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.5rem 1rem;
    font-size: 1.4rem;
    font-weight: bold;
    border: solid 0.1rem #FFFFFF;
    border-radius: 0.5rem;
    flex: 0 0 6rem;
  }

  .course-schedule__head--ttl {
    font-size: 1.6rem;
    font-weight: bold;
  }

  .course-schedule__main {
    padding: 2rem;
    background-color: #FFF;
    font-size: 1.4rem;
    line-height: 1.6em;
    border-radius: 0 0 0.5rem 0.5rem;

  }

  .course-schedule__main--txt {
    margin-top: 1rem;
  }

  .course-schedule__point+.course-schedule__wrap {
    margin-top: 0rem;
  }

  .course-schedule__main span.orange {
    color: #EA5B13;
    margin-top: 1.5rem;
    display: inline-block;
    font-weight: bold;
  }

  .emergency-notice {
    display: block;
    width: calc(100% - 4rem);
    margin: 4rem 2rem 0;
  }

  .emergency-notice__header {
    width: 100%;
    text-align: center;
    padding: 1.5rem;
    font-size: 1.6rem;
    font-weight: bold;
    border-radius: .5rem .5rem 0 0;
  }

  .emergency-notice__header img {
    width: 3rem;
    margin-right: 1rem;
  }

  .emergency-notice__content {
    border-radius: 0 0 0.5rem 0.5rem;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 1.6em;

  }

  .emergency-notice__item {
    padding: 2rem 2rem;
    gap: 1rem;
    border: #cccccc solid 1px;
    flex-direction: column;
    border-left: 1px solid #cccccc;
  }

  .emergency-notice__item:last-of-type {
    border-radius: 0 0 0.5rem 0.5rem;
  }

  .emergency-notice__item p {
    font-size: 1.4rem;
  }
}



.commentary {
  margin-top: 18.9rem;
  margin-right: 6.7rem;
  padding: 13rem 40rem 13.4rem;
  position: relative;
}

.commentary-rafting_kitayama {
  padding-bottom: 27.4rem;
}

.commentary-canyoning .commentary__h3 {
  margin: auto;
  line-height: 6rem;
}

.commentary__container {
  padding-left: 7rem;
}

.commentary__h3 {
  background-color: #FFF;
  font-size: 2.4rem;
  font-weight: bold;
  padding: 2rem 3rem;
  width: fit-content;
}

.commentary-rafting_kitayama .commentary__h3 {
  margin-left: 9.6rem;
}

.commentary__txt {
  line-height: 1.875em;
  max-width: 68rem;
  margin: auto;
  margin-top: 4rem;
}

.commentary__txt .left {
  padding-right: 4.8rem;
  margin-top: 6rem;
}

.commentary__txt .right {
  margin-top: 6rem;
  padding-left: 10rem;
}

.commentary-canyoning .commentary__txt .left {
  margin-left: -3rem;
}

.commentary-canyoning .commentary__txt .right {
  padding-left: 2rem;
}

.commentary-rafting_kitayama .commentary__txt .right {
  padding-left: 4rem;
}

.commentary__img01 {
  position: absolute;
  width: 41rem;
  left: 6.5rem;
  top: 0;
}

.commentary__img02 {
  width: 41.9rem;
  position: absolute;
  right: 0;
  top: 1rem;
}

.commentary-canyoning .commentary__img02 {
  top: 11rem;
}

.precedent__bg {
  position: absolute;
  width: 100%;
  top: 0rem;
  left: 0;
  pointer-events: none;
}

@media screen and (max-width: 1024px) {
  .commentary {
    padding: 0;
    margin: 4rem 2rem 0;
  }

  .commentary__container {
    padding: 0;
  }

  .commentary__img01 {
    width: 11rem;
    display: none;
  }

  .commentary__img02 {
    width: 11rem;
    display: none;
  }

  .commentary__h3 {
    padding: 1rem;
    font-size: 1.6rem;
    text-align: center;
    line-height: 2em;
    width: 100%;
  }


  .commentary__txt {
    margin-top: 2rem;
    padding: 0;
    font-size: 1.4rem;
  }

  .commentary__txt .right {
    padding: 0;
    margin-top: 2rem;
  }

  .commentary__txt .left {
    padding: 0;
    margin-top: 2rem;
  }

  .what-is__content {
    grid-template-columns: 1fr;
  }
}










.access__related {
  margin-top: 8rem;
  background-color: #FFFFFF;
  font-size: 1.6rem;
  color: #353636;
}

.access__related-container {
  border: #CCCCCC solid 0.1rem;
  border-radius: .5rem;
  padding: 0 0rem 2rem;
  transition: all 0.3s ease;
  position: relative;
  display: block;
}

.access__related-img {
  overflow: hidden;
  border-radius: .5rem .5rem 0 0;
}

.access__related-img img {
  transition: all 0.3s ease;
}

.access__related-container:hover .access__related-img img {
  transform: scale(1.1);
  transition: all 0.3s ease;
}

.access__related h3 {
  font-size: 2rem;
  text-align: center;
  line-height: 3.5rem;
  font-weight: bold;
  color: #353636;
  letter-spacing: 0.1em;
  margin-bottom: 4rem;
}

.access__related a {
  display: block;
}

.access__related a:not(:first-of-type) {
  margin-top: 0rem;
}

.access__related-sub {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.access__related-sub02 {
  margin-top: 4rem;
}

.access__related-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  color: #EA5B13;
  margin: 4rem 4rem 0;
  padding-bottom: 2rem;
  position: relative;
}

.green .access__related-ttl {
  color: #137C2A;
}

.green .access__related-span {
  background-color: #137C2A;
}

.green .access__highlight-img--txt {
  color: #137C2A;
}

.access__related-ttl::after {
  position: absolute;
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #CCCCCC;
  bottom: 0;
  left: 0;
}

.access__related-span {
  background-color: #EA5B13;
  font-size: 1.8rem;
  font-weight: bold;
  border-radius: 2.8rem;
  padding: .5rem 2.8rem;
  width: fit-content;
  color: #FCFCFC;
  margin: 4rem 4rem 0;
  position: relative;
}

.access__related-span02 {
  border: #EA5B13 solid 0.1rem;
  background-color: #FFFFFF;
  color: #EA5B13;
  border-radius: .5rem;
  font-size: 1.6rem;
  position: absolute;
  padding: .5rem 2rem;
  font-weight: bold;
  top: -6.8rem;
  left: 10em;
}

.access__related-span02 p>span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  min-width: 2.2rem;
  border-radius: 50%;
  background-color: #EA5B13;
  color: #F8FCFF;
  font-size: 1.4rem;
  margin-left: 1rem;
  aspect-ratio: 1 / 1;

}

.access__related-link {
  position: absolute;
  width: 5.5rem;
  aspect-ratio: 1/1;
  right: 0;
  bottom: 0;
}

.access__related-tour.second::after {
  content: "";
  background: repeating-linear-gradient(to right, #CCCCCC 0, #CCCCCC 0.5rem, transparent 0.5rem, transparent 1rem);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;

}

.access__related-tour {
  display: flex;
  position: relative;
  margin: 3rem 4rem 0;
  padding-bottom: 4rem;
  gap: 4rem;
}

.access__related-left {
  display: flex;
  gap: 3rem;
  max-width: 54rem;
}

.access__related-right {
  display: flex;
  gap: 3rem;
}

.access__related-cat {
  font-size: 1.6rem;
  font-weight: bold;
  padding: 1rem;
  background-color: #FCFCFC;
  border-radius: .5rem;
  height: fit-content;
  border: #CCCCCC solid 0.1rem;
  flex: 0 0 auto;

}

.access__related-content {
  line-height: 1.5em;
  flex: 1 1 auto;
}

.access__related-content .ttl {
  font-weight: bold;
}

.access__related-content .ttl02 {
  margin-top: 1rem;
}

.access__related-content .exp {
  margin-top: 1rem;
  font-size: 1.4rem;
}

.access__related-content .exp.orange {
  color: #EA5B13;
}

@media screen and (max-width: 1027px) {

  .access__related-ttl {
    font-size: 1.5rem;
    margin: 2rem 2rem 0;
  }

  .access__related-tour {
    display: block;
  }

  .access__related-cat {
    font-size: 1.2rem;
    padding: .5rem;
    width: fit-content;
  }

  .access__related-span {
    font-size: 1.2rem;
    margin: 2rem 2rem 0;
    padding: .5rem 1.6rem;

  }

  .access__related-tour {
    margin: 2rem 2rem 0;
  }

  .access__related-content {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .access__related-left {
    display: block;
  }

  .access__related-right {
    display: block;
    margin-top: 2rem;
  }

  .access__related-content .exp {
    font-size: 1.2rem;
  }

  .access__related-span02 {
    font-size: 1.2rem;
    padding: .2rem 1rem;
    top: -4.8rem;
    left: 9em;
  }

  .access__related-span02 p>span {
    font-size: 1rem;
    min-width: 1.8rem;
  }

  .access__related {
    margin-top: 4rem;
  }

  .access__related-link {
    width: 3.5rem;
  }

  .access__related-container {
    padding-bottom: 1rem;
  }

  .course-info-table th {
    min-width: 8rem;
    max-width: 8rem;
  }

  .course-schedule .tour__box-contents .content {
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .course-info-table .info-grid {
    padding: 2rem 1rem;
  }

  .course-info-table th {
    font-size: 1.4rem;
  }

  .course-info-table .info-grid {
    font-size: 1.4rem;
  }

  .bring__content {
    grid-template-columns: 1fr;
    padding: 4rem 2rem 3rem;
  }

  .bring__wrap {
    padding: 0;
  }

  .bring__item {
    display: block;
  }

  .bring__ttl {
    font-size: 1.8rem;
  }

  .bring__sub {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }

  .bring__middle {
    padding: 2rem 0;
  }

  .bring__item-box img {
    width: 4rem;
  }

  .bring__item-box {
    font-size: 1.4rem;
    margin-top: 1rem;
  }

  .bring__item {
    padding-top: 0rem;
  }

  .bring__img02 {
    grid-template-columns: 1fr;
    margin-top: 2rem;
    gap: 3rem;
  }

  .bring__img {
    margin-top: 4rem;
  }

  .bring__img02 p {
    font-size: 1.4rem;
  }

  .bring__bg {
    top: -4rem;
  }
  .commentary-canyoning .commentary__txt .left {
    margin-left: 0;
  }
  .commentary-canyoning .commentary__txt .right {
    padding-left: 0;
  }
  .commentary-rafting_kitayama .commentary__h3{
    margin-left: 0;
  }
  .commentary-rafting_kitayama .commentary__txt .right {
    padding-left: 0;
  }
}

.asset__nav-icon {
  margin-left: auto;
  transform: rotate(270deg);
  transition: all 0.3s ease;
  display: block;
  width: .86rem;
  /* 12px */
  filter: invert(21%) sepia(7%) saturate(80%) hue-rotate(131deg) brightness(89%) contrast(93%);
  object-fit: contain;
}

.about__main-nav a:hover .asset__nav-icon {
  filter: invert(21%) sepia(46%) saturate(4369%) hue-rotate(193deg) brightness(89%) contrast(84%);
}