html {
  overflow-y: scroll;
  overflow-x: hidden;
  font-size: 62.5%;
}
html.fix {
  width: 100%;
  height: 100vh;
  overflow: hidden;
}
html body, html input, html textarea, html select, html button {
  line-height: 1.5;
}
html body,
html a {
  color: #000;
  font-family: Arial, Helvetica, sans-serif;
  font-optical-sizing: auto;
  font-size: min(3.5185185185vw, 38px);
  font-weight: 400;
  line-height: 1.8;
}
html body .shs,
html a .shs {
  font-family: "source-han-sans-japanese", sans-serif;
  font-style: normal;
  font-weight: 400;
}
@media screen and (min-width: 1024px) {
  html body,
  html a {
    font-size: min(0.9375vw, 18px);
  }
}
html body {
  position: relative;
  overflow: hidden;
}
html a {
  display: block;
}
html .sp {
  display: block;
}
html .pc {
  display: none;
}
@media screen and (min-width: 1024px) {
  html .sp {
    display: none;
  }
  html .pc {
    display: block;
  }
}

.header {
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10;
  transition-duration: 0.3s;
  transition-property: background-color;
}
.header.on {
  background-color: #14460f;
}
.header .header-unit {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  width: 100%;
  height: min(13.8888888889vw, 150px);
  padding: 0 min(4.2592592593vw, 46px);
  background-color: #14460f;
}
.header .nav-btn {
  display: table;
  width: min(4.6296296296vw, 50px);
  height: min(3.2407407407vw, 35px);
  padding: 0;
  line-height: 1;
  border-radius: min(925.8333333333vw, 9999px);
  position: relative;
  z-index: 2;
}
.header .nav-btn .menu-trigger {
  display: table-cell;
  line-height: 1;
  vertical-align: middle;
  transition: all 0.4s;
  box-sizing: border-box;
  cursor: pointer;
  position: relative;
}
.header .nav-btn .line {
  display: inline-block;
  height: min(0.0925925926vw, 1px);
  margin: auto;
  background-color: #fff;
  transition: all 0.4s;
  box-sizing: border-box;
  position: absolute;
  top: max(-0.0925925926vw, -1px);
  left: 0;
  right: 0;
}
.header .nav-btn .line:nth-of-type(1) {
  width: 100%;
  top: 0;
}
.header .nav-btn .line:nth-of-type(2) {
  width: 100%;
  top: 50%;
}
.header .nav-btn .line:nth-of-type(3) {
  width: 100%;
  top: 100%;
}
.header .nav-btn.on .line:nth-of-type(1) {
  transform: translateY(min(1.5740740741vw, 17px)) rotate(45deg);
}
.header .nav-btn.on .line:nth-of-type(2) {
  transform: translateX(min(0.462962963vw, 5px));
  opacity: 0;
}
.header .nav-btn.on .line:nth-of-type(3) {
  transform: translateY(max(-1.5740740741vw, -17px)) rotate(-45deg);
}
.header .nav {
  display: none;
  width: 100%;
  height: calc(100vh - min(13.8888888889vw, 150px));
  padding: 0;
  background-color: #fff;
  position: absolute;
  top: min(13.8888888889vw, 150px);
  left: 0;
  right: 0;
  z-index: 1;
}
.header .nav-head {
  width: min(77.962962963vw, 842px);
  color: #fff;
  top: min(5.3703703704vw, 58px);
  left: min(5.5555555556vw, 60px);
  position: absolute;
  top: min(-2.962962963vw, -32px);
  left: min(5.5555555556vw, 60px);
  z-index: 2;
}
.header .nav-wrap {
  height: 100%;
  overflow-y: scroll;
}
.header .nav-unit .nav-list {
  display: flex;
  flex-direction: column;
}
.header .nav-unit .nav-item {
  border-bottom: 1px solid #dbedd7;
}
.header .nav-unit .nav-item a {
  padding: min(5.3703703704vw, 58px) min(5.5555555556vw, 60px);
  color: #000;
  font-size: min(4.7222222222vw, 51px);
  font-weight: bold;
  line-height: 1;
}
.header .header-foot {
  padding: min(8.1481481481vw, 88px) 0 0;
}
.header .header-foot .company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(4.4444444444vw, 48px);
}
.header .header-foot .company-item {
  display: flex;
  align-items: end;
  width: min(73.7037037037vw, 796px);
}
.header .header-foot .company-item:nth-child(1) {
  gap: min(2.2222222222vw, 24px);
}
.header .header-foot .company-item:nth-child(1) .logo {
  width: min(10.1851851852vw, 110px);
}
.header .header-foot .company-item:nth-child(1) .txt {
  font-size: min(2.5925925926vw, 28px);
  font-weight: 700;
}
.header .header-foot .company-item:nth-child(2) {
  gap: min(1.8518518519vw, 20px);
}
.header .header-foot .company-item:nth-child(2) .logo {
  width: min(11.5740740741vw, 125px);
}
.header .header-foot .company-item:nth-child(2) .txt {
  display: inline-block;
  font-size: min(2.5925925926vw, 28px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.header .header-foot .company-item:nth-child(2) .txt .small {
  font-size: min(1.2962962963vw, 14px);
}

@media screen and (min-width: 1024px) {
  .header {
    background-color: #14460f;
  }
  .header .header-unit {
    justify-content: start;
    width: min(62.5vw, 1200px);
    height: min(4.7916666667vw, 92px);
    padding: 0;
    margin: 0 auto 0;
  }
  .header .nav-btn {
    display: none;
  }
  .header .nav-btn.on .line:nth-of-type(2) {
    opacity: 0;
  }
  .header .nav {
    display: block;
    width: auto;
    height: auto;
    padding: 0;
    background-color: transparent;
    position: static;
  }
  .header .nav-head {
    display: none;
  }
  .header .nav-wrap {
    height: auto;
    overflow-y: inherit;
  }
  .header .nav-unit .nav-list {
    flex-direction: row;
    gap: min(1.3020833333vw, 25px);
  }
  .header .nav-unit .nav-item {
    border: none;
  }
  .header .nav-unit .nav-item a {
    padding: 0;
    color: #fff;
    font-size: min(0.9895833333vw, 19px);
  }
}
.footer {
  padding: min(4.6296296296vw, 50px) 0 min(7.4074074074vw, 80px);
}
.footer .footer-unit {
  margin: 0 auto min(5.9259259259vw, 64px);
}
.footer .footer-unit .company {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: min(4.4444444444vw, 48px);
}
.footer .footer-unit .company-item {
  display: flex;
  align-items: end;
  width: min(74.8148148148vw, 808px);
}
.footer .footer-unit .company-item:nth-child(1) {
  gap: min(2.2222222222vw, 24px);
}
.footer .footer-unit .company-item:nth-child(1) .logo {
  width: min(10.1851851852vw, 110px);
}
.footer .footer-unit .company-item:nth-child(1) .txt {
  font-size: min(2.5925925926vw, 28px);
  font-weight: bold;
}
.footer .footer-unit .company-item:nth-child(2) {
  align-items: center;
  gap: min(2.2222222222vw, 24px);
}
.footer .footer-unit .company-item:nth-child(2) .logo {
  width: min(15.462962963vw, 167px);
}
.footer .footer-unit .company-item:nth-child(2) .txt {
  display: inline-block;
  font-size: min(2.5925925926vw, 28px);
  font-weight: bold;
  text-align: center;
  line-height: 1;
}
.footer .footer-unit .company-item:nth-child(2) .txt .small {
  font-size: min(2.5925925926vw, 28px);
}
.footer .copy {
  text-align: center;
}
.footer .copy .txt {
  display: block;
  font-size: min(2.2222222222vw, 24px);
  font-weight: 700;
  line-height: 1.458;
}
.footer .copy .txt:nth-child(2) {
  padding: min(0.7407407407vw, 8px) 0;
}

@media screen and (min-width: 1024px) {
  .footer {
    padding: min(2.8125vw, 54px) 0 min(5vw, 96px);
  }
  .footer .footer-unit {
    margin: 0 auto min(2.0833333333vw, 40px);
  }
  .footer .footer-unit .company {
    gap: min(2.5vw, 48px);
  }
  .footer .footer-unit .company-item {
    width: min(31.0416666667vw, 596px);
  }
  .footer .footer-unit .company-item:nth-child(1) {
    gap: min(0.5208333333vw, 10px);
  }
  .footer .footer-unit .company-item:nth-child(1) .logo {
    width: min(4.3229166667vw, 83px);
  }
  .footer .footer-unit .company-item:nth-child(1) .txt {
    font-size: min(1.09375vw, 21px);
  }
  .footer .footer-unit .company-item:nth-child(2) {
    gap: min(1.0416666667vw, 20px);
  }
  .footer .footer-unit .company-item:nth-child(2) .logo {
    width: min(6.5104166667vw, 125px);
  }
  .footer .footer-unit .company-item:nth-child(2) .txt {
    display: inline-block;
    font-size: min(1.09375vw, 21px);
    font-weight: bold;
    text-align: center;
    line-height: 1;
  }
  .footer .footer-unit .company-item:nth-child(2) .txt .small {
    font-size: min(1.09375vw, 21px);
  }
  .footer .copy .txt {
    font-size: min(0.8333333333vw, 16px);
  }
  .footer .copy .txt:nth-child(2) {
    padding: min(0.4166666667vw, 8px) 0;
  }
}
.contents {
  padding: min(13.8888888889vw, 150px) 0 0;
}
.contents .sec {
  padding: min(13.5185185185vw, 146px) min(6.0185185185vw, 65px) min(11.2962962963vw, 122px);
  background-repeat: no-repeat;
  background-size: auto 56%;
  background-position: center 100%;
}
.contents .sec .sec-ttl {
  padding: min(15.9259259259vw, 172px) 0 0;
  margin: 0 auto min(4.4444444444vw, 48px);
  font-size: min(5.3703703704vw, 58px);
  font-weight: 700;
  text-align: center;
  line-height: 1;
  position: relative;
}
.contents .sec .sec-ttl:before {
  content: "";
  margin: auto;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: min(7.037037037vw, 76px);
  left: 0;
  right: 0;
}
.contents .sec .swiper {
  padding: 0 0 min(7.8703703704vw, 85px);
  margin: 0 auto min(6.4814814815vw, 70px);
}
.contents .sec .swiper .swiper-pagination {
  line-height: 0;
  bottom: 0;
}
.contents .sec .swiper .swiper-pagination .swiper-pagination-bullet {
  width: min(2.7777777778vw, 30px);
  height: min(2.7777777778vw, 30px);
  background-color: #c9caca;
  opacity: 1;
}
.contents .sec .swiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #fff;
}
.contents .sec .txt {
  line-height: 1.23;
}

@media screen and (min-width: 1024px) {
  .contents {
    padding: min(4.7916666667vw, 92px) 0 0;
  }
  .contents .sec {
    width: min(56.7708333333vw, 1090px);
    padding: min(13.5416666667vw, 260px) min(3.3333333333vw, 64px) min(2.9166666667vw, 56px);
    background-size: cover;
    background-position: center;
    position: relative;
  }
  .contents .sec .sec-ttl {
    padding: 0;
    margin: 0 auto min(3.125vw, 60px);
    font-size: min(2.2395833333vw, 43px);
    position: absolute;
    top: min(7.6041666667vw, 146px);
  }
  .contents .sec .sec-ttl:before {
    bottom: min(3.125vw, 60px);
  }
  .contents .sec .swiper {
    width: min(41.6666666667vw, 800px);
    padding: 0;
    margin: 0;
    position: absolute;
    top: max(-4.8958333333vw, -94px);
  }
  .contents .sec .swiper .swiper-wrapper {
    display: flex;
    justify-content: space-between;
  }
  .contents .sec .swiper .swiper-wrapper .swiper-slide {
    width: min(20.3125vw, 390px);
  }
  .contents .sec .swiper .swiper-pagination {
    display: none;
  }
  .contents .sec .txt {
    font-size: min(1.1458333333vw, 22px);
    line-height: 1.68;
  }
}
.visual {
  position: relative;
}
.visual .catch {
  width: min(87.962962963vw, 950px);
  margin: auto;
  position: absolute;
  top: min(20.3703703704vw, 220px);
  left: 0;
  right: 0;
}

@media screen and (min-width: 1024px) {
  .visual:before {
    content: "";
    width: 100%;
    height: 36.4583333333vw;
    margin: auto;
    background-color: #bbce84;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -1;
  }
  .visual .ph {
    width: calc(100% - 18.8541666667vw);
    margin-left: auto;
  }
  .visual .catch {
    width: min(53.8541666667vw, 1034px);
    top: min(11.4583333333vw, 220px);
    left: 5.9375vw;
    right: auto;
  }
}
.intro {
  padding: min(7.4074074074vw, 80px) min(5.9259259259vw, 64px) min(10.5555555556vw, 114px);
  background-image: url("/img/intro-bg-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 100%;
}
.intro .txt {
  padding: 0 0 min(61.1111111111vw, 660px);
  position: relative;
}
.intro .txt:before {
  content: "";
  width: 100%;
  height: min(53.1481481481vw, 574px);
  background-image: url("/img/intro-pict.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  bottom: 0;
  left: 0;
}
.intro .link {
  text-align: center;
}
.intro .link a {
  display: inline-flex;
  justify-content: center;
  gap: min(5.9259259259vw, 64px);
  width: min(49.537037037vw, 535px);
  padding: min(3.7037037037vw, 40px) min(4.0740740741vw, 44px);
  color: #fff;
  font-size: min(3.2407407407vw, 35px);
  font-weight: 700;
  text-align: left;
  background: linear-gradient(270deg, rgb(28, 143, 37) 0%, rgb(20, 70, 15) 80%);
}

@media screen and (min-width: 1024px) {
  .intro {
    padding: min(4.1666666667vw, 80px) min(3.3333333333vw, 64px) min(11.7708333333vw, 226px);
    background: none;
  }
  .intro .unit {
    width: min(62.5vw, 1200px);
    margin: 0 auto 0;
  }
  .intro .txt {
    width: min(31.25vw, 600px);
    padding: 0;
    margin: 0 0 min(6.7708333333vw, 130px);
  }
  .intro .txt:before {
    width: min(62.0833333333vw, 1192px);
    height: min(37.5vw, 720px);
    top: max(-6.25vw, -120px);
    bottom: auto;
    left: min(18.4895833333vw, 355px);
  }
  .intro .link {
    text-align: left;
  }
  .intro .link a {
    gap: min(1.25vw, 24px);
    width: min(16.1458333333vw, 310px);
    padding: min(1.0416666667vw, 20px) min(0.8333333333vw, 16px);
    font-size: min(1.25vw, 24px);
  }
}
.about {
  padding: min(16.4814814815vw, 178px) 0 min(17.5925925926vw, 190px);
  background-image: url("/img/about-bg-sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center 0;
}
.about .unit {
  padding: 0 min(6.0185185185vw, 65px);
}
.about .about-ttl {
  padding: 0 0 0 min(7.4074074074vw, 80px);
  margin: 0 auto min(2.2222222222vw, 24px);
  color: #fff;
  font-size: min(6.6666666667vw, 72px);
  font-weight: 700;
  line-height: 1.08;
  position: relative;
}
.about .about-ttl:before {
  content: "";
  width: min(6.3888888889vw, 69px);
  height: min(5.5555555556vw, 60px);
  background-image: url("/img/icon-check.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: min(0.5555555556vw, 6px);
  left: 0;
}
.about .about-ttl .aside {
  font-size: min(4.4444444444vw, 48px);
}
.about .ph {
  margin: 0 auto min(5.1851851852vw, 56px);
}
.about .ph .ph-main {
  margin: 0 auto min(3.3333333333vw, 36px);
}
.about .ph .ph-sub {
  display: flex;
  gap: min(2.7777777778vw, 30px);
}
.about .txt {
  margin: 0 auto min(11.1111111111vw, 120px);
  color: #fff;
  line-height: 1.23;
}
.about .swiper.about_slider {
  padding: 0 0 min(8.3333333333vw, 90px);
}
.about .swiper.about_slider .swiper-wrapper .swiper-slide {
  transform: scale(0.9);
  transition-duration: 0.5s;
  transition-property: transform;
}
.about .swiper.about_slider .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1);
}
.about .swiper.about_slider .swiper-pagination {
  line-height: 0;
  bottom: 0;
}
.about .swiper.about_slider .swiper-pagination .swiper-pagination-bullet {
  width: min(2.7777777778vw, 30px);
  height: min(2.7777777778vw, 30px);
  background-color: #fff;
  opacity: 1;
}
.about .swiper.about_slider .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: #faee00;
}
.about .swiper.about_slider .swiper-button-next,
.about .swiper.about_slider .swiper-button-prev {
  margin: auto;
  top: min(-2.6851851852vw, -29px);
  bottom: 0;
}
.about .swiper.about_slider .swiper-button-next:before,
.about .swiper.about_slider .swiper-button-prev:before {
  content: "";
  width: min(5.3703703704vw, 58px);
  height: min(5.3703703704vw, 58px);
  background-color: #fff;
  border-radius: min(925.8333333333vw, 9999px);
  position: absolute;
  z-index: 1;
}
.about .swiper.about_slider .swiper-button-next:after,
.about .swiper.about_slider .swiper-button-prev:after {
  color: #8cac2f;
  font-size: min(2.5925925926vw, 28px);
  font-weight: 700;
  z-index: 2;
}
.about .swiper.about_slider .swiper-button-next {
  left: auto;
  right: min(13.7037037037vw, 148px);
}
.about .swiper.about_slider .swiper-button-prev {
  left: min(13.7037037037vw, 148px);
  right: auto;
}

@media screen and (min-width: 1024px) {
  .about {
    padding: min(10.7291666667vw, 206px) 0 min(5.2083333333vw, 100px);
    background-image: url("/img/about-bg-pc.png");
    margin: 0 auto min(10.9375vw, 210px);
  }
  .about .unit {
    width: min(62.5vw, 1200px);
    padding: 0;
    margin: 0 auto 0;
  }
  .about .about-ttl {
    padding: 0 0 0 min(4.1666666667vw, 80px);
    margin: 0 auto min(3.3333333333vw, 64px);
    font-size: min(3.8020833333vw, 73px);
    font-weight: 700;
    line-height: 1.23;
    white-space: nowrap;
  }
  .about .about-ttl:before {
    width: min(3.59375vw, 69px);
    height: min(3.125vw, 60px);
    top: min(0.7291666667vw, 14px);
  }
  .about .about-ttl .aside {
    font-size: min(3.6458333333vw, 70px);
  }
  .about .ph {
    width: min(46.875vw, 900px);
    margin: 0 0 min(2.0833333333vw, 40px);
    position: relative;
  }
  .about .ph .ph-main {
    margin: 0;
  }
  .about .ph .ph-sub {
    flex-direction: column;
    gap: min(1.3020833333vw, 25px);
    position: absolute;
    bottom: 0;
    left: calc(100% + min(1.3020833333vw, 25px));
  }
  .about .ph .ph-sub .ph-sub-item:nth-child(1) {
    width: min(27.34375vw, 525px);
    right: min(11.875vw, 228px);
    position: relative;
  }
  .about .ph .ph-sub .ph-sub-item:nth-child(2) {
    width: min(22.9166666667vw, 440px);
  }
  .about .txt {
    margin: 0 auto min(4.1666666667vw, 80px);
    line-height: 1.68;
  }
  .about .swiper.about_slider {
    padding: 0 0 min(3.75vw, 72px);
  }
  .about .swiper.about_slider .swiper-wrapper .swiper-slide {
    transform: scale(0.94);
  }
  .about .swiper.about_slider .swiper-pagination .swiper-pagination-bullet {
    width: min(1.0416666667vw, 20px);
    height: min(1.0416666667vw, 20px);
    margin: 0 min(0.4166666667vw, 8px);
  }
  .about .swiper.about_slider .swiper-button-next,
  .about .swiper.about_slider .swiper-button-prev {
    top: min(-2.7083333333vw, -52px);
  }
  .about .swiper.about_slider .swiper-button-next:before,
  .about .swiper.about_slider .swiper-button-prev:before {
    content: "";
    width: min(1.3541666667vw, 26px);
    height: min(1.3541666667vw, 26px);
  }
  .about .swiper.about_slider .swiper-button-next:after,
  .about .swiper.about_slider .swiper-button-prev:after {
    font-size: min(0.625vw, 12px);
  }
  .about .swiper.about_slider .swiper-button-next {
    right: min(14.1666666667vw, 272px);
  }
  .about .swiper.about_slider .swiper-button-prev {
    left: min(14.1666666667vw, 272px);
  }
}
.hiking {
  background-image: url("/img/hiking-bg-sp.png");
}
.hiking .sec-ttl:before {
  width: min(7.2222222222vw, 78px);
  height: min(13.8888888889vw, 150px);
  background-image: url("/img/hiking-icon.png");
}

@media screen and (min-width: 1024px) {
  .hiking {
    background-image: url("/img/hiking-bg-pc.png");
    margin: 0 auto min(11.9791666667vw, 230px);
  }
  .hiking .sec-ttl {
    left: min(7.6041666667vw, 146px);
  }
  .hiking .sec-ttl:before {
    width: min(2.34375vw, 45px);
    height: min(4.53125vw, 87px);
  }
  .hiking .swiper {
    left: min(20.8333333333vw, 400px);
  }
}
.cycling {
  background-image: url("/img/cycling-bg-sp.png");
}
.cycling .sec-ttl:before {
  width: min(13.0555555556vw, 141px);
  height: min(12.037037037vw, 130px);
  background-image: url("/img/cycling-icon.png");
}

@media screen and (min-width: 1024px) {
  .cycling {
    background-image: url("/img/cycling-bg-pc.png");
    margin: 0 auto min(11.9791666667vw, 230px);
  }
  .cycling .sec-ttl {
    right: min(7.4479166667vw, 143px);
  }
  .cycling .sec-ttl:before {
    width: min(4.4270833333vw, 85px);
    height: min(4.0625vw, 78px);
  }
  .cycling .swiper {
    right: min(20.8333333333vw, 400px);
  }
}
.aynu {
  background-image: url("/img/aynu-bg-sp.png");
}
.aynu .sec-ttl:before {
  width: min(12.8703703704vw, 139px);
  height: min(12.5vw, 135px);
  background-image: url("/img/aynu-icon-sp.png");
}
.aynu .txt {
  color: #fff;
}

@media screen and (min-width: 1024px) {
  .aynu {
    background-image: url("/img/aynu-bg-pc.png");
    margin: 0 auto min(8.8541666667vw, 170px);
  }
  .aynu .sec-ttl {
    color: #fff;
    left: min(3.90625vw, 75px);
  }
  .aynu .sec-ttl:before {
    width: min(4.0625vw, 78px);
    height: min(3.9583333333vw, 76px);
    background-image: url("/img/aynu-icon-pc.png");
  }
  .aynu .swiper {
    left: min(20.8333333333vw, 400px);
  }
  .aynu .txt {
    color: #fff;
  }
}
.tour {
  padding: min(14.8148148148vw, 160px) min(6.0185185185vw, 65px) min(5.5555555556vw, 60px);
}
.tour .tour-ttl {
  margin: 0 auto min(5.5555555556vw, 60px);
  font-size: min(5.7407407407vw, 62px);
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.tour .tour-list {
  display: flex;
  flex-direction: column;
  gap: min(6.4814814815vw, 70px);
}
.tour .tour-item {
  padding: min(4.6296296296vw, 50px) min(4.6296296296vw, 50px);
  background-color: #fff;
}
.tour .tour-item .ph {
  margin: 0 auto min(5.5555555556vw, 60px);
  position: relative;
}
.tour .tour-item .ph .icon {
  display: flex;
  gap: min(0.9259259259vw, 10px);
  position: absolute;
  right: min(3.7037037037vw, 40px);
  bottom: min(-1.3888888889vw, -15px);
}
.tour .tour-item .ph .icon .icon-item {
  width: min(8.3333333333vw, 90px);
  height: min(8.3333333333vw, 90px);
}
.tour .tour-item .item-ttl {
  margin: 0 auto min(1.1111111111vw, 12px);
  font-size: min(5.5555555556vw, 60px);
  font-weight: 700;
  line-height: 1.23;
  text-align: left;
}
.tour .tour-item .txt {
  margin: 0 auto min(2.2222222222vw, 24px);
  line-height: 1.23;
}
.tour .tour-item .price {
  margin: 0 auto min(1.4814814815vw, 16px);
  color: #c30d23;
  font-size: min(4.4444444444vw, 48px);
  font-weight: 700;
}
.tour .tour-item .date {
  display: flex;
  gap: min(0.9259259259vw, 10px);
  margin: 0 auto min(5.5555555556vw, 60px);
}
.tour .tour-item .date .year {
  font-weight: 700;
}
.tour .tour-item .date .day {
  display: flex;
  flex-wrap: wrap;
  gap: min(0.9259259259vw, 10px);
}
.tour .tour-item .date .day .day-item {
  padding: min(1.8518518519vw, 20px) min(2.4074074074vw, 26px) min(1.1111111111vw, 12px);
  font-size: min(2.962962963vw, 32px);
  font-weight: 700;
  line-height: 1;
  background-color: #dce6c1;
  border-radius: min(925.8333333333vw, 9999px);
}
.tour .tour-item .link a {
  color: #496313;
  font-size: min(3.3333333333vw, 36px);
  font-weight: 700;
  padding: 0 0 0 min(4.4444444444vw, 48px);
  background-image: url("/img/tour-link_arrow.png");
  background-repeat: no-repeat;
  background-size: auto min(2.2222222222vw, 24px);
  background-position: 0 center;
}
.tour.tour-r {
  background: linear-gradient(90deg, rgb(28, 83, 37) 0%, rgb(0, 55, 15) 50%);
}
.tour.tour-r .tour-ttl,
.tour.tour-r .tour-lead {
  color: #fff;
}
.tour.tour-w {
  background: linear-gradient(90deg, rgb(218, 237, 240) 0%, rgb(168, 202, 217) 100%);
}
@media screen and (min-width: 1024px) {
  .tour {
    padding: min(9.0625vw, 174px) 0;
  }
  .tour .unit {
    width: min(52.0833333333vw, 1000px);
    margin: 0 auto 0;
  }
  .tour .tour-ttl {
    margin: 0 auto min(4.375vw, 84px);
    font-size: min(2.7604166667vw, 53px);
  }
  .tour .tour-list {
    flex-direction: row;
    flex-wrap: wrap;
    gap: min(3.125vw, 60px);
  }
  .tour .tour-item {
    display: flex;
    flex-direction: column;
    gap: min(1.6666666667vw, 32px);
    width: calc(50% - min(1.5625vw, 30px));
    padding: min(1.3020833333vw, 25px) min(1.3020833333vw, 25px);
  }
  .tour .tour-item .ph {
    margin: 0;
  }
  .tour .tour-item .ph .icon {
    gap: min(0.2604166667vw, 5px);
    right: min(1.0416666667vw, 20px);
    bottom: min(-0.78125vw, -15px);
  }
  .tour .tour-item .ph .icon .icon-item {
    width: min(2.34375vw, 45px);
    height: min(2.34375vw, 45px);
  }
  .tour .tour-item .box {
    display: flex;
    flex-direction: column;
    gap: min(1.25vw, 24px);
    text-align: left;
    flex-grow: 1;
  }
  .tour .tour-item .box-head {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
    gap: min(0.5208333333vw, 10px);
  }
  .tour .tour-item .item-ttl {
    flex-grow: 1;
    margin: 0;
    font-size: min(1.5625vw, 30px);
  }
  .tour .tour-item .txt {
    margin: 0;
  }
  .tour .tour-item .box-body {
    display: flex;
    flex-direction: column;
  }
  .tour .tour-item .price {
    margin: 0 0 min(0.4166666667vw, 8px);
    font-size: min(1.25vw, 24px);
  }
  .tour .tour-item .date {
    display: flex;
    gap: min(0.5208333333vw, 10px);
    margin: 0 0 min(1.6666666667vw, 32px);
  }
  .tour .tour-item .date .year {
    font-weight: 700;
  }
  .tour .tour-item .date .day {
    gap: min(0.2604166667vw, 5px);
  }
  .tour .tour-item .date .day .day-item {
    padding: min(0.5208333333vw, 10px) min(0.7291666667vw, 14px) min(0.3645833333vw, 7px);
    font-size: min(0.78125vw, 15px);
  }
  .tour .tour-item .link a {
    font-size: min(0.9375vw, 18px);
    padding: 0 0 0 min(1.3541666667vw, 26px);
    background-size: auto min(0.6770833333vw, 13px);
  }
  .tour.tour-r {
    background-image: url("/img/tour-r-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
  .tour.tour-w {
    background-image: url("/img/tour-w-bg.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}/*# sourceMappingURL=style.css.map */