@media all and (min-width: 768px) {
  .forSp {
    display: none !important;
  }
}

@media all and (max-width: 767px) {
  .forPc {
    display: none !important;
  }
}

.tour {
  padding: 75px 0 80px;
}

.tour__gold {
  width: 180px;
  background-color: #F6E579;
  padding: 2px;
  text-align: center;
  margin-bottom: 18px;
}

.tour__gold--txt {
  border: 1px solid #95720E;
  font-weight: 500;
  color: #997612;
}

.tour-lead {
  font-size: 20px;
  font-weight: bold;
  color: #F98039;
}

.tour-tit {
  font-size: 35px;
  font-weight: bold;
  line-height: 1.4;
  margin-top: 5px;
}

.tour-subtit {
  font-weight: bold;
  color: #05582F;
}

.tour-txt {
  margin-top: 40px;
  line-height: 1.6;
}

.tour-slider {
  line-height: 0;
  margin-top: 65px;
}

.tour-slider img {
  width: 100%;
}

.tour-slider .slick-prev, .tour-slider .slick-next {
  z-index: 1;
  background: url(../img/common/ico_slider_arrow01.png) 0 0 no-repeat;
  background-size: cover;
  width: 38px;
  height: 55px;
}

.tour-slider .slick-prev:before, .tour-slider .slick-next:before {
  content: none;
}

.tour-slider .slick-prev {
  left: 0;
}

.tour-slider .slick-next {
  right: 0;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}

.tour-iframe {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.15%;
  margin-top: 40px;
}

.tour-iframe iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.tour-start {
  margin-top: 35px;
}

.tour-price {
  margin-top: 35px;
}

.tour-price__txt {
  line-height: 1.6;
}

.tour-price__txt.s-txt {
  font-size: 14px;
  line-height: 1.6;
}

.tour-price__txt + .tour-price__txt {
  margin-top: 38px;
}

.tour-schedule {
  margin-top: 35px;
}

.tour-schedule__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.tour-schedule__box + .tour-schedule__box {
  margin-top: 40px;
}

.tour-schedule__in {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.tour-schedule__cap {
  width: 345px;
  margin-left: 10px;
}

.tour-schedule__cap--txt {
  font-size: 12px;
  margin-top: 10px;
}

.tour-conditions {
  margin-top: 35px;
}

.tour-plan {
  width: 630px;
  margin: 80px auto 0;
}

.tour-plan__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.tour-plan__item + .tour-plan__item {
  margin-top: 40px;
}

.tour-plan__name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 18px;
  font-weight: bold;
  color: #05582F;
  letter-spacing: 0.1em;
}

.tour-plan__btn {
  width: 500px;
}

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

.tour-info {
  background-color: #F5E3D6;
  padding: 80px 0;
}

.tour-info-contact + .tour-info-contact {
  margin-top: 32px;
}

.tour-info__tit {
  font-weight: bold;
}

.tour-back {
  margin-top: 78px;
}

@media all and (max-width: 767px) {
  .tour {
    padding: 37px 0 40px;
  }
  .tour-lead {
    font-size: 18px;
  }
  .tour-tit {
    font-size: 28px;
    line-height: 1.5;
    margin-top: 8px;
  }
  .tour-subtit {
    font-weight: bold;
  }
  .tour-txt {
    margin-top: 8px;
    line-height: 1.7;
  }
  .tour-slider {
    margin: 25px -15px 0;
  }
  .tour-slider .slick-prev, .tour-slider .slick-next {
    width: 30px;
    height: 44px;
  }
  .tour-iframe {
    margin-top: 20px;
  }
  .tour-start {
    margin-top: 15px;
  }
  .tour-price {
    margin-top: 15px;
  }
  .tour-price__txt {
    line-height: 1.5;
  }
  .tour-price__txt + .tour-price__txt {
    margin-top: 17px;
  }
  .tour-schedule {
    margin-top: 16px;
  }
  .tour-schedule__box {
    display: block;
  }
  .tour-schedule__box + .tour-schedule__box {
    margin-top: 18px;
  }
  .tour-schedule__cap {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .tour-schedule__cap--img img {
    width: 100%;
  }
  .tour-schedule__cap--txt {
    margin-top: 7px;
  }
  .tour-conditions {
    margin-top: 17px;
  }
  .tour-plan {
    width: 100%;
    margin: 35px auto 0;
    padding: 0 15px;
  }
  .tour-plan__item {
    display: block;
  }
  .tour-plan__item + .tour-plan__item {
    margin-top: 40px;
  }
  .tour-plan__name {
    text-align: center;
    margin-bottom: 5px;
  }
  .tour-plan__btn {
    width: 100%;
    margin: auto;
  }
  .tour-pdf {
    margin-top: 20px;
    padding: 0 15px;
  }
  .tour-info {
    padding: 35px 0 40px;
  }
  .tour-info-contact + .tour-info-contact {
    margin-top: 12px;
  }
  .tour-back {
    margin-top: 43px;
  }
}

.body-txt a {
  text-decoration: underline;
}

.body-txt a:hover {
  text-decoration: none;
}

.body-txt td, .body-txt th {
  padding: initial;
}

.body-txt h1 {
  font-size: 40px;
  font-weight: bold;
}

.body-txt h2 {
  font-size: 36px;
  font-weight: bold;
}

.body-txt h3 {
  font-size: 30px;
  font-weight: bold;
}

.body-txt h4 {
  font-size: 24px;
  font-weight: bold;
}

.body-txt h5 {
  font-size: 18px;
  font-weight: bold;
}

.body-txt h6 {
  font-size: 16px;
  font-weight: bold;
}

.body-txt hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.body-txt ul {
  list-style: disc;
  padding-left: 1em;
}

.body-txt ol {
  list-style: decimal;
  padding-left: 1em;
}

.body-txt blockquote {
  background-color: #EBEBEB;
  padding: 40px 60px;
  position: relative;
}

.body-txt blockquote:before, .body-txt blockquote:after {
  content: '';
  background-image: url(../img/common/ico_blockquote.png);
  background-size: 23px auto;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  width: 23px;
  height: 22px;
}

.body-txt blockquote:before {
  top: 20px;
  left: 12px;
}

.body-txt blockquote:after {
  bottom: 20;
  right: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

@media all and (max-width: 767px) {
  .body-txt blockquote {
    padding: 40px 20px;
  }
  .body-txt blockquote:before {
    top: 12px;
    left: 12px;
  }
  .body-txt blockquote:after {
    bottom: 12;
    right: 12px;
  }
}