@charset "UTF-8";
.f_hl {
  font-family: "HelveticaLTPro-BoldCond", "Hiragino Kaku Gothic ProN", "MS PGothic", Sans-serif;
}
/*団体ツアーのご予約について*/
#mainph {
  position: relative;
}
#mainph img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
#tour .page {
  max-width: 985px;
}
#tour .about {
  padding: 50px 0 10px;
  border-bottom: 1px solid #000;
}
#tour .about__sttlbk {
  padding-bottom: 20px;
  position: relative;
}
#tour .about__sttlbk::before {
  content: "";
  width: 29.8vw;
  max-width: 292px;
  min-width: 143px;
  height: 29.8vw;
  max-height: 292px;
  min-height: 143px;
  background: url(../imgs/tour/mark.svg) no-repeat center/contain;
  position: absolute;
  left: 0;
  top: 0;
  transform: translate(-10%, -12%);
  z-index: -1;
}
#tour .about__sttlbk::after {
  content: "";
  width: 18.28vw;
  max-width: 117px;
  min-width: 68px;
  height: 10.63vw;
  max-height: 107px;
  min-height: 63px;
  background: url(../imgs/tour/travel_booking.svg) no-repeat center/contain;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
#tour .about__sttlbk .sttl {
  font-size: min(5.1vw, 54px);
  font-weight: 700;
  letter-spacing: 0.1em;
  padding: 0 0.5em;
}

#tour .about__sttlbk .sttl .ps_l {
  padding-right: 117px;
}
#tour .about__sttlbk .sttl .ps_s {
  font-size: 51.85%;
  font-weight: 400;
  letter-spacing: 0;
  display: block;
  margin-bottom: 0.2em;
}
#tour .about__sttlbk .sttl .ps_l span,
#tour .about__sttlbk .sttl .ps_s span {
  display: inline-block;
}
#tour .about__lead {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.08em;
  padding: 0.6em 1em;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000;
}
#tour .txt span {
  display: inline-block;
}
#tour .about__lead + p {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.75;
  letter-spacing: 0.08em;
  padding: 0.75em 1em 1em;
}
#tour .about__list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 20px 2%;
  margin-bottom: 15px;
}
#tour .about__list li {
  width: 30%;
  max-width: 286px;
}
#tour .about__list li .txtbk .txt {
  font-size: 26px;
  font-weight: 600;
  line-height: 1.38;
  letter-spacing: 0.02em;
  padding-top: 0.5em;
}
#tour .about__list li .txtbk .txt::before {
  content: "●";
  font-size: 84.62%;
  line-height: 1.636;
  color: #c1a72d;
}
#tour .about__list li .txtbk .txt span {
  font-size: 84.62%;
  line-height: 1.636;
  padding-left: 0.5em;
}
#tour .about__note {
  font-size: 16px;
  letter-spacing: 0.08em;
  display: flex;
  justify-content: flex-end;
}
#tour .contact {
  padding-top: 18px;
}
#tour .contact .contact__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 38px min(3.37vw, 33px);
}
#tour .contact .contact__list dt {
  font-size: 24px;
  font-weight: 500;
  letter-spacing: 0.08em;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 270px;
  padding: 32px 0;
  background: #af3a3d;
}
#tour .contact .contact__list dd {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: calc(100% - 303px);
  padding-left: 64px;
}
#tour .contact .contact__list dd a {
  position: relative;
  line-height: 1;
  padding-top: 0.2em;
}
#tour .contact .contact__list dd.tel a {
  font-size: 60px;
}
#tour .contact .contact__list dd.tel .label {
  font-size: 19px;
  font-weight: 500;
  letter-spacing: 0.08em;
}
#tour .contact .contact__list dd.mail a {
  font-size: 44px;
  letter-spacing: 0.04em;
}
#tour .contact .contact__list dd a::before {
  content: "";
  width: 10.21vw;
  max-width: 49px;
  height: 10.21vw;
  max-height: 49px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  left: -15px;
  top: 50%;
  transform: translate(-100%, -50%);
}

#tour .contact .contact__list dd.tel a::before {
  background-image: url(../imgs/tour/ic_tel.svg);
}
#tour .contact .contact__list dd.mail a::before {
  background-image: url(../imgs/tour/ic_mail.svg);
}
#tour .bttm_imgbk {
  height: 39.06vw;
  min-height: 188px;
  position: relative;
  overflow-x: clip;
}
#tour .bttm_imgbk img {
  width: 100%;
  min-width: 480px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
@media screen and (max-width: 980px) {
  #tour .about__sttlbk .sttl {
    font-size: clamp(30px, 6.25vw, 50px);
  }
  #tour .about__lead,
  #tour .about__lead + p {
    font-size: max(16px, 2.45vw);
  }
  #tour .about__list li .txtbk .txt {
    font-size: max(16px, 2.65vw);
  }
  #tour .about__note {
    font-size: max(13px, 1.63vw);
  }
  #tour .contact .contact__list dt {
    font-size: max(16px, 2.45vw);
    width: 27.55vw;
  }
  #tour .contact .contact__list dd {
    width: calc(100% - 30.92vw);
  }
  #tour .contact .contact__list dd.tel a {
    font-size: max(30px, 6.12vw);
  }
  #tour .contact .contact__list dd.tel .label {
    font-size: max(15px, 1.94vw);
  }
  #tour .contact .contact__list dd.mail a {
    font-size: max(22px, 4.49vw);
  }
}
@media screen and (max-width: 640px) {
  #tour .about__list li {
    width: 48%;
  }
  #tour .contact .contact__list {
    flex-direction: column;
    gap: 0;
  }
  #tour .contact .contact__list dt {
    width: 100%;
    padding: 10px;
  }
  #tour .contact .contact__list dd {
    width: 100%;
    padding: 20px 10px 20px min(13.33vw, 64px);
  }
}
@media screen and (max-width: 375px) {
  #tour .about__sttlbk .sttl {
    margin-bottom: 15px;
  }
  #tour .about__sttlbk::after {
    position: static;
    display: block;
    margin: 0 auto;
  }
  #tour .about__sttlbk .sttl .ps_l {
    padding: 0;
  }

  #tour .about__list li:last-child .txtbk .txt span {
    white-space: nowrap;
  }
}
