#wpadminbar {
  display: none;
}

body {
  overflow-x: hidden;
}

.p-course {
  margin-top: 40px;
}
.p-course__head {
  font-size: 20px;
}
@media only screen and (max-width: 1024px) {
  .p-course__head {
    font-size: 18px;
  }
}
.p-course__text {
  margin-top: 10px;
  margin-bottom: 60px;
}
@media only screen and (max-width: 1024px) {
  .p-course__text {
    margin-bottom: 40px;
  }
}

.p-course-anchor.is-fixed {
  position: fixed;
  top: 170px;
  left: 0;
  width: 100%;
  z-index: 10;
}
@media only screen and (max-width: 1024px) {
  .p-course-anchor.is-fixed {
    top: 70px;
  }
}
.p-course-anchor__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
}
@media only screen and (max-width: 1024px) {
  .p-course-anchor__list {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 8px;
  }
}
.p-course-anchor__item {
  width: calc(25% - 8px);
}
@media only screen and (max-width: 1024px) {
  .p-course-anchor__item {
    width: calc(50% - 4px);
  }
}
.p-course-anchor__link {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 18px 35px 12px;
  border: 1px #BFBFBF solid;
}
@media only screen and (max-width: 1024px) {
  .p-course-anchor__link {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.p-course-anchor__text {
  position: relative;
  padding-left: 30px;
}
.p-course-anchor__text::after {
  font-family: "FontAwesome";
  content: "\f061";
  color: #6fa32c;
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
}

.p-schedule .--bold {
  font-weight: bold;
}
.p-schedule__item {
  margin-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .p-schedule__item {
    margin-top: 40px;
  }
}
.p-schedule__head {
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 20px;
}
@media only screen and (max-width: 1024px) {
  .p-schedule__head {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
.p-schedule__content {
  position: relative;
}
.p-schedule__content.--bottom-shift::after {
  height: calc(100% - 30px);
  top: 46px;
}
.p-schedule__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 47px;
  width: 1px;
  height: calc(100% + 25px);
  background: #BFBFBF;
  z-index: 1;
}
@media only screen and (max-width: 1024px) {
  .p-schedule__content::after {
    left: 8px;
  }
}
.p-schedule__content:last-child::after {
  display: none;
}
.p-schedule__content-head {
  font-size: 14px;
  position: relative;
  font-weight: bold;
  margin-bottom: 8px;
  padding-left: 80px;
}
@media only screen and (max-width: 1024px) {
  .p-schedule__content-head {
    padding-left: 24px;
  }
}
.p-schedule__content-head::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  background-color: #4B9035;
  border-radius: 50%;
  position: absolute;
  left: 40px;
  top: 0;
  z-index: 2;
}
@media only screen and (max-width: 1024px) {
  .p-schedule__content-head::before {
    left: 0;
  }
}
.p-schedule__detail-wrap {
  padding: 0 40px;
}
@media only screen and (max-width: 1024px) {
  .p-schedule__detail-wrap {
    padding: 0 24px;
  }
}
.p-schedule__detail-wrap.--pt {
  padding-top: 30px;
}
.p-schedule__detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px #BFBFBF solid;
  border-radius: 4px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  background-color: #fff;
  overflow: hidden;
  max-width: 880px;
  margin-left: auto;
}
@media only screen and (max-width: 1024px) {
  .p-schedule__detail {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-schedule__detail.--mb {
  margin-bottom: 20px;
}
.p-schedule__detail + .p-schedule__detail {
  margin-top: 8px;
}
@media only screen and (max-width: 1024px) {
  .p-schedule__detail > div + div {
    margin-top: 16px;
  }
}
@media only screen and (max-width: 1024px) {
  .p-schedule__detail > div:last-child:not(.p-schedule__img-wrap) {
    padding-bottom: 16px;
  }
}
.p-schedule__img-wrap {
  max-width: 324px;
  width: 100%;
  background-color: #F5F5F5;
  padding: 24px 20px;
}
@media only screen and (max-width: 1024px) {
  .p-schedule__img-wrap {
    max-width: none;
    padding: 16px;
  }
}
.p-schedule__img {
  max-width: 120px;
  margin: 0 auto 15px;
  position: relative;
  cursor: pointer;
}
.p-schedule__img::before {
  content: "";
  display: block;
  width: 16px;
  aspect-ratio: 1;
  position: absolute;
  right: 4px;
  bottom: 4px;
  background-image: url("/media/images/course/p-schedule__detail.svg");
  z-index: 10;
}
.p-schedule__text-wrap {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  padding: 24px;
  width: 100%;
}
@media only screen and (max-width: 1024px) {
  .p-schedule__text-wrap {
    padding: 0 16px;
  }
}
.p-schedule__img-text {
  text-align: center;
}
.p-schedule__special-wrap {
  max-width: 224px;
  width: 100%;
  padding: 10px 24px 10px 0;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .p-schedule__special-wrap {
    max-width: none;
    text-align: left;
    padding: 0 16px;
  }
}
.p-schedule__special {
  text-align: center;
  color: #fff;
  border-radius: 9999px;
  padding: 4px 15px 3px;
  display: inline-block;
}
.p-schedule__special + .p-schedule__special {
  margin-top: 8px;
}
.p-schedule__special.--niigarabus {
  background-color: #4B9035;
}
.p-schedule__special.--3day {
  background-color: #3C7DA6;
}
.p-schedule__special.--busspecial {
  background-color: #2C5B7D;
}
.p-schedule__special.--busticket {
  background-color: #333333;
}
.p-schedule__special.--sadokisen {
  background-color: #A0522D;
}

.p-special {
  padding: 8px 0 0;
}
.p-special.--mt {
  margin-top: 8px;
}
.p-special.--pt {
  padding-top: 24px;
}
.p-special.--pb {
  padding-bottom: 32px;
}
.p-special.--pb20 {
  padding-bottom: 20px;
}
.p-special.--niigarabus {
  background-color: #F1F6EF;
}
.p-special.--3day {
  background-color: #EFF5F8;
}
.p-special__head {
  max-width: 880px;
  padding-left: 40px;
  margin: 0 auto 8px;
  text-align: right;
}
@media only screen and (max-width: 1024px) {
  .p-special__head {
    padding: 0 24px;
  }
}
.p-special__head .p-schedule__special {
  margin-right: 2px;
}

.p-back {
  max-width: 320px;
  margin: 60px auto;
}
@media only screen and (max-width: 1024px) {
  .p-back {
    max-width: none;
    width: 100%;
    margin-bottom: 20px;
  }
}
.p-back__link {
  display: block;
  line-height: 1.5;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  position: relative;
  background-color: #fff;
  padding: 18px 35px 12px;
  border: 1px #BFBFBF solid;
}
.p-back__text {
  position: relative;
  padding-left: 30px;
}
.p-back__text::after {
  font-family: "FontAwesome";
  content: "\f061";
  color: #6fa32c;
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

#lightbox {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 24px;
}

.lb-outerContainer {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.lb-data .lb-close {
  width: 40px;
  height: 40px;
  background-size: cover;
}