@charset "UTF-8";
.lContainer.-top .mainView {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.lContainer.-top .mainView .ttlArea {
  max-width: 88%;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  text-align: center;
  position: absolute;
  top: clamp(5rem, 6vw, 6.5rem);
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
.lContainer.-top .mainView .ttlArea .mainLabel {
  display: inline-block;
  margin-bottom: 0.2em;
  line-height: 1;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(7rem, 20vw, 15rem);
  font-weight: 600;
  background: -webkit-gradient(linear, left top, right top, from(#06a8e3), color-stop(37%, #92c7f2), color-stop(62%, #f48e8e), to(#eb765f));
  background: -webkit-linear-gradient(left, #06a8e3 0%, #92c7f2 37%, #f48e8e 62%, #eb765f 100%);
  background: linear-gradient(90deg, #06a8e3 0%, #92c7f2 37%, #f48e8e 62%, #eb765f 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.lContainer.-top .mainView .ttlArea .tagline {
  display: block;
  margin: 0;
  padding: 0 1em;
  text-shadow: 0px 0px 30px rgba(246, 240, 229, 0.3);
  line-height: 1.8;
  letter-spacing: 0.05em;
  color: #505050;
  font-size: clamp(1.8rem, 4vw, 3rem);
  font-weight: 600;
}
.lContainer.-top .mainView .ttlArea .tagline .tbShow {
  display: none;
}
@media screen and (max-width: 900px) {
  .lContainer.-top .mainView .ttlArea .tagline .tbShow {
    display: inline;
  }
}
.lContainer.-top .mainView .mainImg img {
  width: 100%;
  max-height: 110rem;
  min-height: 72rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}
.lContainer.-top .mainView .decoration {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
}
.lContainer.-top .mainView .decoration .deoImg img {
  width: 100%;
}
.lContainer.-top .mContainer {
  padding: clamp(6rem, 9vw, 10rem) 0 clamp(6rem, 9vw, 12rem);
}
.lContainer.-top .mContainer.-popularToursCont {
  overflow: hidden;
}
.lContainer.-top .mContainer.-popularToursCont .contTtl {
  margin-bottom: clamp(4rem, 6vw, 6rem);
}
.lContainer.-top .mContainer.-popularToursCont .popularToursSlider {
  max-width: 83rem;
  margin-inline: auto;
}
@media screen and (min-width: 1700px) {
  .lContainer.-top .mContainer.-popularToursCont .popularToursSlider {
    max-width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .lContainer.-top .mContainer.-popularToursCont .popularToursSlider {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .lContainer.-top .mContainer.-popularToursCont .popularToursSlider {
    max-width: 94%;
  }
}
.lContainer.-top .mContainer.-popularToursCont .popularToursSlider .splide__track {
  overflow: visible;
}
.lContainer.-top .mContainer.-popularToursCont .popularToursSlider a {
  display: block;
}
@media screen and (min-width: 1020px) {
  .lContainer.-top .mContainer.-popularToursCont .popularToursSlider a:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .lContainer.-top .mContainer.-popularToursCont .popularToursSlider a:hover .imgArea img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.lContainer.-top .mContainer.-popularToursCont .popularToursSlider a .imgArea {
  padding-top: 70%;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.lContainer.-top .mContainer.-popularToursCont .popularToursSlider a .imgArea img {
  width: 100%;
  height: calc(100% + 16px);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.lContainer.-top .mContainer.-popularToursCont .popularToursSlider a .textArea {
  padding: clamp(1.5rem, 2vw, 2rem) clamp(1rem, 2vw, 2rem);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lContainer.-top .mContainer.-popularToursCont .popularToursSlider a .textArea .tourTtl {
  margin-bottom: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.4;
  color: #505050;
  font-size: clamp(2rem, 3vw, 2.5rem);
}
.lContainer.-top .mContainer.-popularToursCont .popularToursSlider a .textArea .tourInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5em;
}
.lContainer.-top .mContainer.-popularToursCont .popularToursSlider a .textArea .tourInfo .day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.lContainer.-top .mContainer.-popularToursCont .popularToursSlider a .textArea .tourInfo .day .stay {
  padding: 0em 0.85em;
  background-color: #FFFFFF;
  border: 1px solid #DF3D32;
  color: #DF3D32;
  line-height: clamp(2rem, 3vw, 2.6rem);
}
.lContainer.-top .mContainer.-popularToursCont .popularToursSlider a .textArea .tourInfo .day .leave {
  font-weight: 500;
}
.lContainer.-top .mContainer.-popularToursCont .popularToursSlider a .textArea .tourInfo .price {
  color: #DF3D32;
  font-weight: 600;
  font-size: clamp(1.8rem, 2.3vw, 2rem);
}
.lContainer.-top .mContainer.-popularToursCont .popularToursSlider a .textArea .tourInfo .price .yen {
  display: inline-block;
  padding-left: 0.1em;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
}
.lContainer.-top .mContainer.-tourSearchCont {
  background-image: url("../img/top/tour-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 980px) {
  .lContainer.-top .mContainer.-tourSearchCont {
    background-position: left 0% bottom 0%;
  }
}
@media screen and (max-width: 480px) {
  .lContainer.-top .mContainer.-tourSearchCont {
    background-position: left 70% bottom 0%;
  }
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .searchTtl {
  margin-bottom: clamp(4rem, 5vw, 5rem);
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 600;
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .searchTtl span {
  display: inline-block;
  padding-left: clamp(4.2rem, 6vw, 6rem);
  position: relative;
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .searchTtl span:before {
  display: block;
  content: "";
  width: clamp(3rem, 4vw, 4rem);
  height: clamp(3rem, 4vw, 4rem);
  background-image: url("../img/top/icon-search_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .tourList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3em;
  margin-bottom: 1.3em;
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .tourList__item {
  width: calc((100% - 1.3em) / 2);
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .tourList__item.-only {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .tourList__item.-only a {
  width: calc((100% - 1.3em) / 2);
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .tourList__item.-yellow a {
  background-color: #FFF354;
  color: #505050;
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .tourList__item.-yellow a:hover {
  background-color: color-mix(in srgb, #FFF354 50%, #FFDB00);
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .tourList__item a {
  display: block;
  padding: 0.5em;
  background-color: #3E76D0;
  border-radius: 0.5rem;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .tourList__item a:hover {
  background-color: color-mix(in srgb, #3E76D0 70%, #06A8E3);
}
@media screen and (max-width: 767px) {
  .lContainer.-top .mContainer.-tourSearchCont .searchArea .tourList {
    gap: 0.8em 0.9em;
    margin-bottom: 0.9em;
  }
  .lContainer.-top .mContainer.-tourSearchCont .searchArea .tourList__item {
    width: calc((100% - 0.9em) / 2);
  }
  .lContainer.-top .mContainer.-tourSearchCont .searchArea .tourList__item.-only a {
    width: 100%;
  }
  .lContainer.-top .mContainer.-tourSearchCont .searchArea .tourList__item a {
    padding: 1em 0.8em;
  }
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .catList {
  display: grid;
  gap: 1.3em;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .catList__item a {
  display: block;
  padding: 0.5em;
  background-color: #EB765F;
  border-radius: 0.5rem;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .catList__item a:hover {
  background-color: color-mix(in srgb, #EB765F 60%, #DF3D32);
}
@media screen and (max-width: 767px) {
  .lContainer.-top .mContainer.-tourSearchCont .searchArea .catList {
    gap: 0.8em 0.9em;
    grid-template-columns: repeat(2, 1fr);
  }
  .lContainer.-top .mContainer.-tourSearchCont .searchArea .catList__item a {
    padding: 1em 0.8em;
  }
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea * + .searchForm {
  margin-top: clamp(2rem, 3vw, 3rem);
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .searchForm {
  background-color: #06A8E3;
  display: grid;
  grid-template-columns: 22% 14% 1fr;
  gap: 1.5rem 2rem;
  padding: 1.3em 2.5em 2em;
  border: 1.5px solid #3E76D0;
  border-radius: 0.5rem;
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .searchForm .finder {
  grid-column: 1/-1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .searchForm .finder .btnArea .btn {
  margin-top: 1em;
  padding: 1.2em 4em;
  min-width: 200%;
}
@media screen and (max-width: 1020px) {
  .lContainer.-top .mContainer.-tourSearchCont .searchArea .searchForm {
    grid-template-columns: 30% 20% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.-top .mContainer.-tourSearchCont .searchArea .searchForm {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(2, calc(50% - 1rem));
  }
}
@media screen and (max-width: 480px) {
  .lContainer.-top .mContainer.-tourSearchCont .searchArea .searchForm {
    grid-template-rows: none;
    grid-template-columns: 1fr;
  }
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .searchForm .searchGroup label {
  margin-bottom: 0.5rem;
  color: #FFFFFF;
  font-size: clamp(1.5rem, 2vw, 1.6rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lContainer.-top .mContainer.-tourSearchCont .searchArea .searchForm .keywordSearch {
    grid-row: 2/3;
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 480px) {
  .lContainer.-top .mContainer.-tourSearchCont .searchArea .searchForm .keywordSearch {
    grid-row: auto;
    grid-column: auto;
  }
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .searchForm .finder .btnArea {
  grid-template-columns: auto;
}
.lContainer.-top .mContainer.-tourSearchCont .searchArea .searchForm .finder .btnArea .btn {
  margin-top: 1em;
}
@media screen and (max-width: 480px) {
  .lContainer.-top .mContainer.-tourSearchCont .searchArea .searchForm .finder {
    grid-template-columns: auto;
  }
  .lContainer.-top .mContainer.-tourSearchCont .searchArea .searchForm .finder .btnArea .btn {
    min-width: 150%;
  }
}
.lContainer.-top .mContainer.-tourSearchCont * + .readArea {
  margin-top: clamp(6rem, 6vw, 8rem);
}
.lContainer.-top .mContainer.-tourSearchCont .readArea .planTtl {
  margin-bottom: clamp(4rem, 5vw, 5rem);
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 600;
}
.lContainer.-top .mContainer.-tourSearchCont .readArea .planTtl span {
  display: inline-block;
  padding-left: clamp(4.2rem, 6vw, 6rem);
  position: relative;
}
.lContainer.-top .mContainer.-tourSearchCont .readArea .planTtl span:before {
  display: block;
  content: "";
  width: clamp(3rem, 4vw, 4rem);
  height: clamp(3rem, 4vw, 4rem);
  background-image: url("../img/top/icon-heart_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lContainer.-top .mContainer.-acfToursCont {
  padding-top: clamp(8.7rem, 13vw, 19.4rem);
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}
.lContainer.-top .mContainer.-acfToursCont .afcToursContTtl {
  display: block;
  width: 100%;
  text-align: center;
  line-height: 1;
  position: absolute;
  top: -0.1rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  z-index: -1;
}
.lContainer.-top .mContainer.-acfToursCont .afcToursContTtl img {
  max-width: clamp(31.4rem, 40vw, 60.8rem);
}
.lContainer.-top .mContainer.-acfToursCont .infoBox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 2.3em 4.4em;
}
.lContainer.-top .mContainer.-acfToursCont .infoBox .imgArea {
  width: 39%;
  text-align: center;
}
.lContainer.-top .mContainer.-acfToursCont .infoBox .textArea {
  width: calc(61% - 4.4em);
}
.lContainer.-top .mContainer.-acfToursCont .infoBox .textArea .afcToursTtl {
  line-height: 1.7;
  color: #505050;
  font-size: clamp(2rem, 2.7vw, 3rem);
  font-weight: 600;
}
.lContainer.-top .mContainer.-acfToursCont .infoBox .textArea * + .readText {
  margin-top: clamp(2rem, 2.7vw, 3rem);
}
@media screen and (max-width: 767px) {
  .lContainer.-top .mContainer.-acfToursCont .infoBox .textArea .btnArea {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.-top .mContainer.-acfToursCont .infoBox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .lContainer.-top .mContainer.-acfToursCont .infoBox .imgArea,
  .lContainer.-top .mContainer.-acfToursCont .infoBox .textArea {
    width: 100%;
  }
}
@media screen and (max-width: 480px) {
  .lContainer.-top .mContainer.-acfToursCont .infoBox .textArea .afcToursTtl br {
    display: none;
  }
}
.lContainer.-top .mContainer.-acfToursCont * + .afcToursSlider {
  margin-top: clamp(6rem, 9vw, 13rem);
}
.lContainer.-top .mContainer.-acfToursCont .afcToursSlider .splide__track {
  overflow: visible;
}
.lContainer.-top .mContainer.-acfToursCont .afcToursSlider .imgArea {
  width: 34rem;
  overflow: hidden;
  max-height: 22.4rem;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lContainer.-top .mContainer.-acfToursCont .afcToursSlider .imgArea img {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .lContainer.-top .mContainer.-acfToursCont .afcToursSlider .imgArea {
    width: 20rem;
    max-height: 13.2rem;
  }
}
.lContainer.-top .mContainer.-infoCont {
  overflow: hidden;
}
.lContainer.-top .mContainer.-infoCont .infoWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 4.6em 5em;
}
@media screen and (max-width: 1160px) {
  .lContainer.-top .mContainer.-infoCont .infoWrap {
    gap: 4.6em 3em;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.-top .mContainer.-infoCont .infoWrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.lContainer.-top .mContainer.-infoCont .newsBox,
.lContainer.-top .mContainer.-infoCont .pamphletBox {
  width: calc(50% - 2.5em);
}
@media screen and (max-width: 1160px) {
  .lContainer.-top .mContainer.-infoCont .newsBox,
  .lContainer.-top .mContainer.-infoCont .pamphletBox {
    width: calc(50% - 1.5em);
  }
}
@media screen and (max-width: 767px) {
  .lContainer.-top .mContainer.-infoCont .newsBox,
  .lContainer.-top .mContainer.-infoCont .pamphletBox {
    width: 100%;
  }
}
.lContainer.-top .mContainer.-infoCont .newsBox .newsList__item {
  border-bottom: 1px solid #DDDDDD;
}
.lContainer.-top .mContainer.-infoCont .newsBox .newsList__item:first-child {
  border-top: 1px solid #DDDDDD;
}
.lContainer.-top .mContainer.-infoCont .newsBox .newsList__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 1.9em;
  padding: 1.3em 0;
}
.lContainer.-top .mContainer.-infoCont .newsBox .newsList__item a time {
  line-height: 1.6;
  font-family: "Barlow Condensed", "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: clamp(1.6rem, 2vw, 1.9rem);
  font-weight: 600;
}
.lContainer.-top .mContainer.-infoCont .newsBox .btnArea .btn {
  max-width: 26rem;
  padding: 0.6em 4.5em;
  font-weight: 400;
}
@media screen and (max-width: 767px) {
  .lContainer.-top .mContainer.-infoCont .newsBox .btnArea {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .lContainer.-top .mContainer.-infoCont .newsBox .btnArea .btn {
    max-width: 23rem;
    padding: 0.8em 4.5em;
  }
}
.lContainer.-top .mContainer.-infoCont .pamphletBox * + .pamphletSlider {
  margin-top: 3rem;
}
.lContainer.-top .mContainer.-infoCont .pamphletBox .pamphletSlider .splide__track {
  padding-right: 7rem !important;
}
.lContainer.-top .mContainer.-infoCont .pamphletBox .pamphletSlider a {
  display: block;
}
.lContainer.-top .mContainer.-infoCont .pamphletBox .pamphletSlider a:hover {
  opacity: 0.8;
}
.lContainer.-top .mContainer.-infoCont .pamphletBox .pamphletSlider a .imgArea figcaption {
  display: block;
  margin-top: 1rem;
  font-size: 1.3rem;
}
@media screen and (max-width: 767px) {
  .lContainer.-top .mContainer.-infoCont .pamphletBox .pamphletSlider .splide__track {
    overflow: visible;
    padding-right: 0 !important;
  }
}
@media screen and (max-width: 480px) {
  .lContainer.-top .mContainer.-infoCont .pamphletBox .pamphletSlider {
    max-width: 20rem;
  }
}

.lContainer.-news .pageHead .headWrap {
  background-image: url("../img/news/page-head.webp");
}
.lContainer.-news .newsList {
  margin-bottom: clamp(4rem, 6vw, 6rem);
  font-weight: 400;
}
.lContainer.-news .newsList__item {
  border-bottom: 1px solid #DDDDDD;
}
.lContainer.-news .newsList__item:first-child {
  border-top: 1px solid #DDDDDD;
}
.lContainer.-news .newsList__item a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: clamp(1.6rem, 2.5vw, 2rem);
  text-decoration: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (max-width: 560px) {
  .lContainer.-news .newsList__item a {
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
}
.lContainer.-news .newsList__item a:hover {
  opacity: 0.6;
}
.lContainer.-news .newsList__item a time {
  margin-right: clamp(1rem, 12vw, 12rem);
}
@media screen and (max-width: 560px) {
  .lContainer.-news .newsList__item a p {
    display: block;
    width: 100%;
  }
}
.lContainer.-news .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lContainer.-news .wp-pagenavi .pages {
  display: none;
}
.lContainer.-news .wp-pagenavi a, .lContainer.-news .wp-pagenavi span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0.5em;
  border-radius: 50%;
  border: solid 1px #06A8E3;
  text-decoration: none;
  color: #06A8E3;
  font-size: 90%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .lContainer.-news .wp-pagenavi a, .lContainer.-news .wp-pagenavi span {
    width: 35px;
    height: 35px;
    margin-right: 0.6em;
  }
}
.lContainer.-news .wp-pagenavi a:last-child, .lContainer.-news .wp-pagenavi span:last-child {
  margin-right: 0;
}
.lContainer.-news .wp-pagenavi a:hover, .lContainer.-news .wp-pagenavi span:hover {
  color: #FFFFFF;
  background: #06A8E3;
}
.lContainer.-news .wp-pagenavi a.current, .lContainer.-news .wp-pagenavi span.current {
  border: solid 1px #06A8E3;
  background: #06A8E3;
  color: #FFFFFF;
  pointer-events: none;
}
.lContainer.-news .lineLabel time {
  display: inline-block;
  margin-bottom: 0.5rem;
  font-size: 60%;
  font-weight: 500;
}
.lContainer.-news .lineLabel .newsTtl {
  display: block;
}

.lContainer.-tourDetails {
  /* スライダー */
}
.lContainer.-tourDetails .topLabel {
  margin-bottom: 1em;
}
.lContainer.-tourDetails .tourCategory {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lContainer.-tourDetails .tourCategory__item {
  color: #777777;
  padding: 0.2em 1em;
  border: 1px solid #777777;
  margin: 0 2rem 2rem 0;
}
.lContainer.-tourDetails .tourCategory__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 560px) {
  .lContainer.-tourDetails .tourCategory__item {
    margin: 0 1rem 1rem 0;
  }
}
.lContainer.-tourDetails .tourNavCont {
  margin-top: 10rem;
  background-color: #EB765F;
  padding: 1.8rem 0;
}
.lContainer.-tourDetails .tourNavCont .tourNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lContainer.-tourDetails .tourNavCont .tourNav__item {
  margin-right: 2rem;
}
.lContainer.-tourDetails .tourNavCont .tourNav__item a {
  background-color: #EB765F;
  color: #FFFFFF;
  padding: 1em 1.5em;
  text-align: center;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 22.5px;
  font-weight: 600;
}
.lContainer.-tourDetails .tourNavCont .tourNav__item a:hover {
  background-color: #FFFFFF;
  color: #EB765F;
}
.lContainer.-tourDetails .tourNavCont .tourNav__item:last-child {
  margin-right: 0;
}
@media screen and (max-width: 1020px) {
  .lContainer.-tourDetails .tourNavCont {
    padding: 1.5rem 2rem;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
  .lContainer.-tourDetails .tourNavCont .tourNav {
    min-width: 74rem;
    overflow: hidden;
  }
  .lContainer.-tourDetails .tourNavCont .tourNav__item {
    margin-right: 1.5rem;
  }
  .lContainer.-tourDetails .tourNavCont .tourNav__item a {
    background-color: #FFFFFF;
    color: #EB765F;
    height: 40px;
    border-radius: 20px;
    font-size: 1.3rem;
    white-space: nowrap;
  }
  .lContainer.-tourDetails .tourNavCont .tourNav__item a:hover {
    opacity: 0.8;
  }
  .lContainer.-tourDetails .tourNavCont .tourNav__item:last-child {
    margin-right: 0;
  }
}
@media screen and (max-width: 860px) {
  .lContainer.-tourDetails .tourNavCont {
    margin-top: 6rem;
  }
  .lContainer.-tourDetails .tourNavCont .tourNav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media screen and (max-width: 560px) {
  .lContainer.-tourDetails .tourNavCont {
    margin-top: 5rem;
  }
}
.lContainer.-tourDetails .tourPoint {
  margin-top: 3.5rem;
}
.lContainer.-tourDetails .tourPoint__item {
  background: url("../img/tour/detail/icon-star.svg") no-repeat left 0.7rem;
  padding-left: 24px;
  margin-bottom: 2.5rem;
}
.lContainer.-tourDetails .tourPoint__item:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 560px) {
  .lContainer.-tourDetails .tourPoint {
    margin-top: 2rem;
  }
  .lContainer.-tourDetails .tourPoint__item {
    margin-bottom: 1.5rem;
    background-size: 15.67px 15px;
    background-position-y: 5px;
  }
}
.lContainer.-tourDetails .tourDetailsCont {
  margin-bottom: 2rem;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  border-bottom: 1px solid #DDDDDD;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .tourDetailsList {
  padding: 2rem 1rem;
  width: 47.2222222222%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .tourDetailsList .tourDetailsLabel {
  color: #505050;
  width: 35.4%;
  margin-right: 2rem;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .tourDetailsList .tourDetailsBox {
  width: 60.4%;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .tourDetailsList.-remarks {
  display: block;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap.-column1 {
  display: block;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap.-column1 .tourDetailsList {
  width: 100%;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap.-column1 .tourDetailsList .tourDetailsLabel {
  width: 16.3888888889%;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap.-column1 .tourDetailsList .tourDetailsBox {
  width: 81.7592592593%;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .departureDate {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 15px;
  line-height: 1.3;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .departureDate__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 164px;
  width: 100%;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .departureDate__item .status {
  margin-right: 1rem;
  max-width: 8rem;
  width: 100%;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .departureDate__item .status span {
  display: block;
  padding: 0.1em 0.5em;
  width: 100%;
  background-color: #06A8E3;
  color: #FFFFFF;
  text-align: center;
  font-size: 80%;
  letter-spacing: 0.01em;
  font-weight: 500;
  border-radius: 2px;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .departureDate__item .status.-full span {
  background-color: #ffbc00;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .departureDate__item .status.-slightly span {
  background-color: #59c450;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .departureDate__item .status.-cancel span {
  background-color: #DF3D32;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .departureDate__item .status.-ended span {
  background-color: #000000;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .departureDate__item .date {
  font-size: 85%;
  letter-spacing: 0.1em;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .remarksList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1em;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .remarksList__item .remarksTtl {
  width: 16.3888888889%;
  margin-right: 2rem;
  position: relative;
  padding-left: 16px;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .remarksList__item .remarksTtl::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1em;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #06A8E3;
  border-radius: 50%;
}
.lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .remarksList__item .remarksText {
  width: 81.7592592593%;
}
@media screen and (max-width: 860px) {
  .lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .remarksList__item {
    display: block;
  }
  .lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .remarksList__item .remarksTtl {
    width: 100%;
  }
  .lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .remarksList__item .remarksText {
    width: 100%;
    padding-left: 16px;
  }
}
@media screen and (max-width: 560px) {
  .lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap {
    display: block;
  }
  .lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .tourDetailsList {
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .tourDetailsList.-left {
    border-bottom: 1px solid #DDDDDD;
  }
  .lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .tourDetailsList .tourDetailsLabel {
    width: 36%;
    margin-right: 0;
  }
  .lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .tourDetailsList .tourDetailsBox {
    width: 62%;
  }
  .lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap.-column1 .tourDetailsList {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap.-column1 .tourDetailsList .tourDetailsLabel {
    width: 36%;
    margin-right: 0;
  }
  .lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap.-column1 .tourDetailsList .tourDetailsBox {
    width: 62%;
  }
  .lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .departureDate__item .status {
    max-width: 7.5rem;
  }
  .lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .departureDate__item .status span {
    font-size: 90%;
  }
  .lContainer.-tourDetails .tourDetailsCont .tourDetailsWrap .departureDate__item .date {
    font-size: 100%;
  }
}
.lContainer.-tourDetails .pickup .flexBox .imgArea {
  height: 34rem;
  overflow: hidden;
  border-radius: 0.5rem;
}
.lContainer.-tourDetails .pickup .flexBox .imgArea img {
  -o-object-position: center;
     object-position: center;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .lContainer.-tourDetails .pickup .flexBox .imgArea {
    height: 58vw;
  }
}
.lContainer.-tourDetails .itinerary {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.lContainer.-tourDetails .itinerary * + .itineraryTable {
  margin-top: clamp(4rem, 6vw, 6rem);
}
.lContainer.-tourDetails .itinerary .itineraryTable {
  margin-top: 3rem;
  width: 100%;
  min-width: 990px;
  table-layout: fixed;
  word-break: break-all;
  word-wrap: break-all;
}
.lContainer.-tourDetails .itinerary .itineraryTable tr {
  border-bottom: 2px solid #FFFFFF;
  background-color: #F2FBFE;
}
.lContainer.-tourDetails .itinerary .itineraryTable tr:nth-child(odd) {
  background-color: #E5F6FC;
}
.lContainer.-tourDetails .itinerary .itineraryTable th, .lContainer.-tourDetails .itinerary .itineraryTable td {
  text-align: left;
  border-right: 2px solid #FFFFFF;
}
.lContainer.-tourDetails .itinerary .itineraryTable th:last-child, .lContainer.-tourDetails .itinerary .itineraryTable td:last-child {
  border-right: none;
}
.lContainer.-tourDetails .itinerary .itineraryTable th {
  padding: 1rem;
  font-weight: 400;
  background-color: #06A8E3;
  color: #FFFFFF;
  font-weight: 600;
  text-align: center;
}
.lContainer.-tourDetails .itinerary .itineraryTable th.order {
  width: 7.2727272727%;
}
.lContainer.-tourDetails .itinerary .itineraryTable th.date {
  width: 14.9090909091%;
}
.lContainer.-tourDetails .itinerary .itineraryTable th.schedule {
  width: 65.4545454545%;
}
.lContainer.-tourDetails .itinerary .itineraryTable th.meal {
  width: 11.8181818182%;
}
.lContainer.-tourDetails .itinerary .itineraryTable td {
  padding: clamp(2rem, 3.2vw, 2.5rem) clamp(1.6rem, 2.5vw, 2rem);
  vertical-align: top;
}
.lContainer.-tourDetails .itinerary .itineraryTable td.order {
  text-align: center;
}
.lContainer.-tourDetails .itinerary .itineraryTable td.date {
  white-space: nowrap;
}
.lContainer.-tourDetails .itinerary .itineraryTable td.meal {
  vertical-align: middle;
  text-align: center;
}
@media screen and (max-width: 560px) {
  .lContainer.-tourDetails .itinerary .itineraryTable {
    margin-top: 2rem;
  }
}
.lContainer.-tourDetails .notes {
  font-size: 80%;
}
.lContainer.-tourDetails .bold {
  font-weight: 600;
}
.lContainer.-tourDetails .tourDetailsSlider {
  margin-inline: auto;
  width: 100%;
  margin-top: 6rem;
}
.lContainer.-tourDetails .tourDetailsSlider .splide__slide img {
  height: 100%;
  max-height: 64rem;
  width: 100%;
  border-radius: 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  background-color: #EEEEEE;
}
.lContainer.-tourDetails .tourDetailsSlider .splide__arrow {
  -ms-flex-align: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
          align-items: center;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  display: -ms-flexbox;
  display: -webkit-box;
  display: -webkit-flex;
  display: flex;
  height: 60px;
  width: 60px;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
          justify-content: center;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 1;
}
.lContainer.-tourDetails .tourDetailsSlider .splide__arrow--next {
  right: -3rem;
}
.lContainer.-tourDetails .tourDetailsSlider .splide__arrow--next::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../img/common/icon_slick_next.svg);
  background-size: contain;
}
.lContainer.-tourDetails .tourDetailsSlider .splide__arrow--prev {
  left: -3rem;
}
.lContainer.-tourDetails .tourDetailsSlider .splide__arrow--prev::before {
  content: "";
  display: inline-block;
  width: 60px;
  height: 60px;
  background-image: url(../img/common/icon_slick_prev.svg);
  background-size: contain;
}
.lContainer.-tourDetails .tourDetailsSlider .splide__arrows button svg {
  display: none;
}
.lContainer.-tourDetails .tourDetailsSlider .splide__track--nav > .splide__list > .splide__slide {
  width: 100% !important;
  height: 16rem;
}
.lContainer.-tourDetails .tourDetailsSlider .splide__track--nav > .splide__list > .splide__slide img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.lContainer.-tourDetails .tourDetailsSlider .splide__track--nav > .splide__list > .splide__slide.is-active {
  width: 100% !important;
}
.lContainer.-tourDetails .tourDetailsSlider #thumbnail-carousel {
  margin-top: 3rem;
}
.lContainer.-tourDetails .tourDetailsSlider #thumbnail-carousel .splide__list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
.lContainer.-tourDetails .tourDetailsSlider #thumbnail-carousel .splide__slide {
  -webkit-filter: brightness(0.6);
          filter: brightness(0.6);
}
.lContainer.-tourDetails .tourDetailsSlider #thumbnail-carousel .splide__slide.is-active {
  -webkit-filter: none;
          filter: none;
}
@media screen and (max-width: 1020px) {
  .lContainer.-tourDetails .tourDetailsSlider .splide__slide img {
    height: auto;
    aspect-ratio: 16/11;
  }
  .lContainer.-tourDetails .tourDetailsSlider #thumbnail-carousel .splide__slide {
    height: auto;
    aspect-ratio: 16/11;
  }
}
@media screen and (max-width: 990px) {
  .lContainer.-tourDetails .tourDetailsSlider .splide__arrow--next::before {
    width: 40px;
    height: 40px;
  }
  .lContainer.-tourDetails .tourDetailsSlider .splide__arrow--prev::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 560px) {
  .lContainer.-tourDetails .tourDetailsSlider {
    margin: 3rem -3rem 0;
    width: calc(100% + 6rem);
  }
  .lContainer.-tourDetails .tourDetailsSlider .splide__slide img {
    max-height: 25rem;
    border-radius: 0;
  }
  .lContainer.-tourDetails .tourDetailsSlider .splide__arrow--next {
    right: 0;
  }
  .lContainer.-tourDetails .tourDetailsSlider .splide__arrow--next::before {
    content: none;
  }
  .lContainer.-tourDetails .tourDetailsSlider .splide__arrow--prev {
    left: 0;
  }
  .lContainer.-tourDetails .tourDetailsSlider .splide__arrow--prev::before {
    content: none;
  }
  .lContainer.-tourDetails .tourDetailsSlider #thumbnail-carousel {
    margin-top: 2rem;
  }
  .lContainer.-tourDetails .tourDetailsSlider #thumbnail-carousel .splide__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
  }
  .lContainer.-tourDetails .tourDetailsSlider #thumbnail-carousel .splide__slide {
    width: 10rem !important;
    height: 8rem;
  }
  .lContainer.-tourDetails .tourDetailsSlider #thumbnail-carousel .splide__slide img {
    border-radius: 0.5rem;
  }
}

.lContainer {
  /* END OF &.-tourSearch */
}
.lContainer.-tourSearch {
  /* END OF .mContainer */
}
.lContainer.-tourSearch .mContainer.-popularToursCont {
  overflow: hidden;
}
.lContainer.-tourSearch .mContainer.-popularToursCont .contTtl {
  margin-bottom: clamp(4rem, 6vw, 6rem);
}
.lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider {
  max-width: 83rem;
  margin-inline: auto;
}
@media screen and (min-width: 1700px) {
  .lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider {
    max-width: 100%;
  }
}
@media screen and (max-width: 1020px) {
  .lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider {
    max-width: 90%;
  }
}
@media screen and (max-width: 480px) {
  .lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider {
    max-width: 94%;
  }
}
.lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider .splide__track {
  overflow: visible;
}
.lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider a {
  display: block;
}
@media screen and (min-width: 1020px) {
  .lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider a:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider a:hover .imgArea img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider a .imgArea {
  padding-top: 70%;
  border-radius: 0.5rem;
  position: relative;
  overflow: hidden;
}
.lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider a .imgArea img {
  width: 100%;
  height: calc(100% + 16px);
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-16px);
          transform: translateY(-16px);
  -webkit-transition: 0.5s;
  transition: 0.5s;
  -o-object-fit: cover;
     object-fit: cover;
}
.lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider a .textArea {
  padding: clamp(1.5rem, 2vw, 2rem) clamp(1rem, 2vw, 2rem);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider a .textArea .tourTtl {
  margin-bottom: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.4;
  color: #505050;
  font-size: clamp(2rem, 3vw, 2.5rem);
}
.lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider a .textArea .tourInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5em;
}
.lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider a .textArea .tourInfo .day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider a .textArea .tourInfo .day .stay {
  padding: 0em 0.85em;
  background-color: #FFFFFF;
  border: 1px solid #DF3D32;
  color: #DF3D32;
  line-height: clamp(2rem, 3vw, 2.6rem);
}
.lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider a .textArea .tourInfo .day .leave {
  font-weight: 500;
}
.lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider a .textArea .tourInfo .price {
  color: #DF3D32;
  font-weight: 600;
  font-size: clamp(1.8rem, 2.3vw, 2rem);
}
.lContainer.-tourSearch .mContainer.-popularToursCont .popularToursSlider a .textArea .tourInfo .price .yen {
  display: inline-block;
  padding-left: 0.1em;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
}
.lContainer.-tourSearch .mContainer.-tourSearchCont {
  background-image: url("../img/top/tour-bg.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 980px) {
  .lContainer.-tourSearch .mContainer.-tourSearchCont {
    background-position: left 0% bottom 0%;
  }
}
@media screen and (max-width: 480px) {
  .lContainer.-tourSearch .mContainer.-tourSearchCont {
    background-position: left 70% bottom 0%;
  }
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .searchTtl {
  margin-bottom: clamp(4rem, 5vw, 5rem);
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 600;
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .searchTtl span {
  display: inline-block;
  padding-left: clamp(4.2rem, 6vw, 6rem);
  position: relative;
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .searchTtl span:before {
  display: block;
  content: "";
  width: clamp(3rem, 4vw, 4rem);
  height: clamp(3rem, 4vw, 4rem);
  background-image: url("../img/top/icon-search_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .tourList {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.3em;
  margin-bottom: 1.3em;
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .tourList__item {
  width: calc((100% - 1.3em) / 2);
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .tourList__item.-only {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .tourList__item.-only a {
  width: calc((100% - 1.3em) / 2);
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .tourList__item.-yellow a {
  background-color: #FFF354;
  color: #505050;
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .tourList__item.-yellow a:hover {
  background-color: color-mix(in srgb, #FFF354 50%, #FFDB00);
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .tourList__item a {
  display: block;
  padding: 0.5em;
  background-color: #3E76D0;
  border-radius: 0.5rem;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .tourList__item a:hover {
  background-color: color-mix(in srgb, #3E76D0 70%, #06A8E3);
}
@media screen and (max-width: 767px) {
  .lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .tourList {
    gap: 0.8em 0.9em;
    margin-bottom: 0.9em;
  }
  .lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .tourList__item {
    width: calc((100% - 0.9em) / 2);
  }
  .lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .tourList__item.-only a {
    width: 100%;
  }
  .lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .tourList__item a {
    padding: 1em 0.8em;
  }
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .catList {
  display: grid;
  gap: 1.3em;
  grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .catList__item a {
  display: block;
  padding: 0.5em;
  background-color: #EB765F;
  border-radius: 0.5rem;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(1.6rem, 2vw, 1.8rem);
  font-weight: 500;
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .catList__item a:hover {
  background-color: color-mix(in srgb, #EB765F 60%, #DF3D32);
}
@media screen and (max-width: 767px) {
  .lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .catList {
    gap: 0.8em 0.9em;
    grid-template-columns: repeat(2, 1fr);
  }
  .lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .catList__item a {
    padding: 1em 0.8em;
  }
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea * + .searchForm {
  margin-top: clamp(2rem, 3vw, 3rem);
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .searchForm {
  display: grid;
  grid-template-columns: 22% 14% 1fr;
  gap: 1.5rem 2rem;
  padding: 1.3em 2.5em 2em;
  background-color: #06A8E3;
  border-radius: 0.5rem;
}
@media screen and (max-width: 1020px) {
  .lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .searchForm {
    grid-template-columns: 30% 20% 1fr;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .searchForm {
    grid-template-rows: auto auto;
    grid-template-columns: repeat(2, calc(50% - 1rem));
  }
}
@media screen and (max-width: 480px) {
  .lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .searchForm {
    grid-template-rows: none;
    grid-template-columns: 1fr;
  }
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .searchForm .searchGroup label {
  margin-bottom: 0.5rem;
  color: #FFFFFF;
  font-size: clamp(1.5rem, 2vw, 1.6rem);
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .searchForm .keywordSearch {
    grid-row: 2/3;
    grid-column: 1/span 2;
  }
}
@media screen and (max-width: 480px) {
  .lContainer.-tourSearch .mContainer.-tourSearchCont .searchArea .searchForm .keywordSearch {
    grid-row: auto;
    grid-column: auto;
  }
}
.lContainer.-tourSearch .mContainer.-tourSearchCont * + .readArea {
  margin-top: clamp(6rem, 6vw, 8rem);
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .readArea .planTtl {
  margin-bottom: clamp(4rem, 5vw, 5rem);
  line-height: 1.3;
  text-align: center;
  color: #FFFFFF;
  font-size: clamp(3rem, 5vw, 4.5rem);
  font-weight: 600;
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .readArea .planTtl span {
  display: inline-block;
  padding-left: clamp(4.2rem, 6vw, 6rem);
  position: relative;
}
.lContainer.-tourSearch .mContainer.-tourSearchCont .readArea .planTtl span:before {
  display: block;
  content: "";
  width: clamp(3rem, 4vw, 4rem);
  height: clamp(3rem, 4vw, 4rem);
  background-image: url("../img/top/icon-heart_white.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lContainer.-tourSearch .mContainer.-tourPlan .cardList__item a {
  display: block;
}
.lContainer.-tourSearch .mContainer.-tourPlan .cardList__item a .imgArea {
  border-radius: 0.5rem;
  max-height: 22.7rem;
  overflow: hidden;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.lContainer.-tourSearch .mContainer.-tourPlan .cardList__item a .imgArea img {
  -webkit-transform: translateY(0);
          transform: translateY(0);
  width: 100%;
}
@media screen and (min-width: 1020px) {
  .lContainer.-tourSearch .mContainer.-tourPlan .cardList__item a:hover {
    -webkit-transform: translateY(-16px);
            transform: translateY(-16px);
  }
  .lContainer.-tourSearch .mContainer.-tourPlan .cardList__item a:hover .imgArea img {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.lContainer.-tourSearch .mContainer.-tourPlan .cardList__item a .textArea {
  padding: clamp(1.5rem, 2vw, 2rem) clamp(1rem, 2vw, 2rem);
}
.lContainer.-tourSearch .mContainer.-tourPlan .cardList__item a .textArea .tourTtl {
  margin-bottom: clamp(1.5rem, 2vw, 2rem);
  line-height: 1.4;
  color: #505050;
  font-size: clamp(2rem, 3vw, 2.5rem);
}
.lContainer.-tourSearch .mContainer.-tourPlan .cardList__item a .textArea .tourInfo {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  gap: 0.5em;
}
.lContainer.-tourSearch .mContainer.-tourPlan .cardList__item a .textArea .tourInfo .day {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 1rem;
}
.lContainer.-tourSearch .mContainer.-tourPlan .cardList__item a .textArea .tourInfo .day .stay {
  padding: 0em 0.85em;
  background-color: #FFFFFF;
  border: 1px solid #DF3D32;
  color: #DF3D32;
  line-height: clamp(2rem, 3vw, 2.6rem);
  font-size: 86%;
}
.lContainer.-tourSearch .mContainer.-tourPlan .cardList__item a .textArea .tourInfo .day .leave {
  font-weight: 500;
  font-size: 96%;
}
.lContainer.-tourSearch .mContainer.-tourPlan .cardList__item a .textArea .tourInfo .price {
  color: #DF3D32;
  font-weight: 600;
  font-size: clamp(1.8rem, 2.3vw, 2rem);
}
.lContainer.-tourSearch .mContainer.-tourPlan .cardList__item a .textArea .tourInfo .price .yen {
  display: inline-block;
  padding-left: 0.1em;
  font-size: clamp(1.2rem, 1.5vw, 1.4rem);
}
.lContainer.-tourSearch .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lContainer.-tourSearch .wp-pagenavi .pages {
  display: none;
}
.lContainer.-tourSearch .wp-pagenavi a, .lContainer.-tourSearch .wp-pagenavi span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 0.5em;
  border-radius: 50%;
  border: solid 1px #06A8E3;
  text-decoration: none;
  color: #06A8E3;
  font-size: 90%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .lContainer.-tourSearch .wp-pagenavi a, .lContainer.-tourSearch .wp-pagenavi span {
    width: 35px;
    height: 35px;
    margin-right: 0.6em;
  }
}
.lContainer.-tourSearch .wp-pagenavi a:last-child, .lContainer.-tourSearch .wp-pagenavi span:last-child {
  margin-right: 0;
}
.lContainer.-tourSearch .wp-pagenavi a:hover, .lContainer.-tourSearch .wp-pagenavi span:hover {
  color: #FFFFFF;
  background: #06A8E3;
}
.lContainer.-tourSearch .wp-pagenavi a.current, .lContainer.-tourSearch .wp-pagenavi span.current {
  border: solid 1px #06A8E3;
  background: #06A8E3;
  color: #FFFFFF;
  pointer-events: none;
}

/* END OF &.lContainer */
.lContainer.-webkaninlogin .webkaninloginCont {
  margin-top: 5rem;
  text-align: center;
}

.lContainer.-guide .pageHead .headWrap {
  background-image: url("../img/guide/page-head.webp");
}
.lContainer.-guide .mContainer .tbShow {
  display: none;
}
@media screen and (max-width: 860px) {
  .lContainer.-guide .mContainer .tbShow {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.-guide .mContainer .tbShow {
    display: none;
  }
}
.lContainer.-guide .mContainer .spShow {
  display: none;
}
@media screen and (max-width: 480px) {
  .lContainer.-guide .mContainer .spShow {
    display: block;
  }
}
.lContainer.-guide .mContainer.-welcome .flexBox {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lContainer.-guide .mContainer.-welcome .flexBox .imgArea {
  max-width: 430px;
}
.lContainer.-guide .mContainer.-reason .flexBox {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lContainer.-guide .mContainer.-reason .flexBox .textArea .point {
  font-size: clamp(1.4rem, 2vw, 2rem);
  background-color: #06A8E3;
  color: #FFFFFF;
  padding: 0.3rem 1rem;
}
.lContainer.-guide .mContainer.-reason .flexBox .textArea .pointTtl {
  display: block;
  margin-top: 0.5rem;
}
.lContainer.-guide .mContainer .faq {
  margin: 0 auto;
  padding: 2rem 1rem;
}
.lContainer.-guide .mContainer .faq .faq_actab {
  padding: 1.2rem 0;
  border-bottom: 1px dotted #ccc;
}
.lContainer.-guide .mContainer .faq .faq_actab input[type=checkbox] {
  display: none;
}
.lContainer.-guide .mContainer .faq .faq_actab input[type=checkbox]:checked ~ .faq_actab-content {
  max-height: 1000px;
  padding: 1rem 0rem;
  opacity: 1;
}
.lContainer.-guide .mContainer .faq .faq_actab label {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.4;
  width: 100%;
  padding: 0.8rem 0.5rem 0.8rem 2.5rem;
  cursor: pointer;
  color: #06A8E3;
}
.lContainer.-guide .mContainer .faq .faq_actab label:hover {
  color: #0077cc;
}
.lContainer.-guide .mContainer .faq .faq_actab label::before {
  position: absolute;
  left: 0;
  content: "Q";
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1.8rem;
  font-weight: bold;
  color: #06A8E3;
  width: 1.8rem;
  height: 1.8rem;
  line-height: 1;
}
.lContainer.-guide .mContainer .faq .faq_actab .faq_actab-content {
  font-size: 1.6rem;
  line-height: 1.6;
  color: #555;
  position: relative;
  overflow: hidden;
  max-height: 0;
  margin-left: 2.5rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  opacity: 0;
}
.lContainer.-guide .mContainer .faq .font-weight {
  padding: 1.2rem 0;
  font-weight: bold;
}

.lContainer.-plan .pageHead .headWrap {
  background-image: url("../img/plan/page-head.webp");
}
.lContainer.-plan .mContainer .tbShow {
  display: none;
}
@media screen and (max-width: 860px) {
  .lContainer.-plan .mContainer .tbShow {
    display: block;
  }
}
@media screen and (max-width: 560px) {
  .lContainer.-plan .mContainer .tbShow {
    display: none;
  }
}
.lContainer.-plan .mContainer .tbNone {
  display: block;
}
@media screen and (max-width: 1020px) {
  .lContainer.-plan .mContainer .tbNone {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .lContainer.-plan .mContainer .tbNone {
    display: none;
  }
}
.lContainer.-plan .mContainer.-welcome .flexBox {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lContainer.-plan .mContainer.-welcome .flexBox .imgArea {
  max-width: 430px;
}
.lContainer.-plan .mContainer.-reason .flexBox {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.lContainer.-plan .mContainer.-reason .flexBox .textArea .point {
  font-size: clamp(1.4rem, 2vw, 2rem);
  background-color: #06A8E3;
  color: #FFFFFF;
  padding: 0.3rem 1rem;
}
.lContainer.-plan .mContainer.-reason .flexBox .textArea .pointTtl {
  display: block;
  margin-top: 0.5rem;
}
.lContainer.-plan .mContainer.-flow .flowList__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 2em;
  border: 5px solid;
  -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#06a8e3), color-stop(37%, #92c7f2), color-stop(62%, #f48e8e), to(#eb765f)) 1;
  -webkit-border-image: -webkit-linear-gradient(left, #06a8e3 0%, #92c7f2 37%, #f48e8e 62%, #eb765f 100%) 1;
       -o-border-image: linear-gradient(to right, #06a8e3 0%, #92c7f2 37%, #f48e8e 62%, #eb765f 100%) 1;
          border-image: -webkit-gradient(linear, left top, right top, from(#06a8e3), color-stop(37%, #92c7f2), color-stop(62%, #f48e8e), to(#eb765f)) 1;
          border-image: linear-gradient(to right, #06a8e3 0%, #92c7f2 37%, #f48e8e 62%, #eb765f 100%) 1;
  padding: clamp(1.5rem, 3vw, 3.5rem);
  margin-bottom: clamp(6rem, 8.2vw, 8.5rem);
  position: relative;
}
.lContainer.-plan .mContainer.-flow .flowList__item:before {
  display: inline-block;
  content: "";
  width: clamp(3.6rem, 4vw, 4.5rem);
  height: clamp(2rem, 2.4vw, 2.9rem);
  background-image: url("../img/common/icon-arrow-down_gray.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: absolute;
  top: -20%;
  left: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin-left: -2rem;
}
.lContainer.-plan .mContainer.-flow .flowList__item:first-child:before {
  display: none;
}
.lContainer.-plan .mContainer.-flow .flowList__item:last-child {
  margin-bottom: 0;
}
.lContainer.-plan .mContainer.-flow .flowList__item .numberArea {
  max-width: 100px;
}
.lContainer.-plan .mContainer.-flow .flowList__item .numberArea .step {
  margin-bottom: clamp(0.3rem, 0.4vw, 0.5rem);
  color: #06A8E3;
  font-size: clamp(2.2rem, 3.8vw, 3rem);
  font-weight: 600;
  line-height: 1.5;
  text-align: center;
}
.lContainer.-plan .mContainer.-flow .flowList__item .textArea .contLabel {
  margin-bottom: clamp(1rem, 2vw, 2rem);
}
@media screen and (max-width: 560px) {
  .lContainer.-plan .mContainer.-flow .flowList__item {
    display: block;
    border: 3px solid;
    -webkit-border-image: -webkit-gradient(linear, left top, right top, from(#06a8e3), color-stop(37%, #92c7f2), color-stop(62%, #f48e8e), to(#eb765f)) 1;
    -webkit-border-image: -webkit-linear-gradient(left, #06a8e3 0%, #92c7f2 37%, #f48e8e 62%, #eb765f 100%) 1;
         -o-border-image: linear-gradient(to right, #06a8e3 0%, #92c7f2 37%, #f48e8e 62%, #eb765f 100%) 1;
            border-image: -webkit-gradient(linear, left top, right top, from(#06a8e3), color-stop(37%, #92c7f2), color-stop(62%, #f48e8e), to(#eb765f)) 1;
            border-image: linear-gradient(to right, #06a8e3 0%, #92c7f2 37%, #f48e8e 62%, #eb765f 100%) 1;
  }
  .lContainer.-plan .mContainer.-flow .flowList__item:before {
    top: -10%;
  }
  .lContainer.-plan .mContainer.-flow .flowList__item .numberArea {
    max-width: 80px;
    margin: 0 auto 1rem auto;
  }
  .lContainer.-plan .mContainer.-flow .flowList__item .textArea .contLabel {
    text-align: center;
    letter-spacing: -0.02em;
  }
}/*# sourceMappingURL=page.css.map */