@charset "UTF-8";
/* ===================================================================
CSS information

file name  : experiences.css
author     : Abilive
style info : 旅の魅力
=================================================================== */
/* ===================================================================
CSS information

file name  : _settings.scss
author     : Abilive
style info : 汎用設定
=================================================================== */
@-webkit-keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes FadeIn {
  0% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
.p-exp-info {
  border-top-left-radius: 5.71rem;
  border-top-right-radius: 5.71rem;
  padding: 8.57rem 0;
  background-position: top;
  background-repeat: no-repeat;
  background-size: cover;
  background-image: url(../../experiences/images/bg_info-pc.png);
  margin-top: 7.14rem;
}
@media only screen and (max-width: 767px) {
  .p-exp-info {
    margin-top: 5.71rem;
    padding: 4.28rem 0;
    background-repeat: repeat;
    background-size: inherit;
    background-image: url(../../experiences/images/bg_info-sp.png);
  }
}
.p-exp-info__item {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-exp-info__item {
    width: calc(960 / 1440 * 100%);
    max-width: calc(960px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-exp-info__item {
    max-width: calc(960px * (16 + 3) / 14);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-exp-info__item {
    max-width: calc(960px * (16 + 2) / 14);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-info__item {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-info__item {
    width: calc(311 / 375 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-exp-info__item {
    width: calc(1080 / 1320 * 100%);
  }
}
.p-exp-info__item:nth-child(n+2) {
  margin-top: 2.14rem;
}
.p-exp-info__side {
  margin-top: 2.85rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) {
  .p-exp-info__side {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-info__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-exp-info__side {
  --photo: 462;
  --text: 462;
}
.p-exp-info__side .photo {
  width: calc(var(--photo) / 960 * 100%);
}
@media only screen and (max-width: 767px) {
  .p-exp-info__side .photo {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
  }
}
.p-exp-info__side .photo img {
  border-radius: 0.57rem;
}
.p-exp-info__side .text-set {
  width: calc(var(--text) / 960 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 1.42rem;
}
@media only screen and (max-width: 767px) {
  .p-exp-info__side .text-set {
    width: 100%;
    margin-top: 1.42rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-info__side .text-set {
    row-gap: 0.71rem;
  }
}
.p-exp-info__side .text-set > * {
  width: 100%;
}
.p-exp-info__side .text-set .c-title--side {
  border-bottom: 1px solid var(--title-line-color);
  padding: 0.35rem 1.42rem;
}
@media only screen and (min-width: 1025px) {
  .p-exp-info__side .text-set .c-title--side {
    font-size: 1.71rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-info__side .text-set .c-title--side {
    font-size: 1.57rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-info__side .text-set .c-title--side {
    font-size: 1.43rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-info__side .text-set .c-title--side {
    padding: 0 0 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-info__side .text-set .c-title--side {
    padding: 0 0 0.35rem;
  }
}
.p-exp-info__att {
  margin-top: 1.42rem;
}
@media only screen and (min-width: 768px) {
  .p-exp-info__att li {
    font-size: 1rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-info__att li {
    font-size: 1rem;
  }
}
.p-exp-info__tbl {
  margin-top: 1.42rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.p-exp-info__tbl .c-table {
  width: 100%;
}
.p-exp-info__tbl .c-table__tbody {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media only screen and (max-width: 767px) {
  .p-exp-info__tbl .c-table__tbody {
    display: block;
  }
}
.p-exp-info__tbl .c-table__tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.p-exp-info__tbl .c-table {
  --th-width: 14.28rem;
}
.p-exp-info__tbl .c-table__th {
  width: var(--th-width);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .p-exp-info__tbl .c-table__th {
    width: 45%;
  }
  html:lang(en) .p-exp-info__tbl .c-table__th {
    width: 100%;
    display: block;
  }
}
.p-exp-info__tbl .c-table__td {
  width: calc(100% - var(--th-width));
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (max-width: 767px) {
  .p-exp-info__tbl .c-table__td {
    width: 55%;
  }
  html:lang(en) .p-exp-info__tbl .c-table__td {
    width: 100%;
    display: block;
  }
}
.p-exp-info__tbl .c-table__td .c-link-btn {
  display: block;
}
.p-exp-info__tbl--col2 {
  margin-top: 2.14rem;
}
@media only screen and (min-width: 768px) {
  .p-exp-info__tbl--col2 .c-table__tr {
    width: 50%;
  }
}

.p-exp-course {
  margin-top: 8.57rem;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-exp-course {
    width: calc(1080 / 1440 * 100%);
    max-width: calc(1080px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-exp-course {
    max-width: calc(1080px * (16 + 3) / 14);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-exp-course {
    max-width: calc(1080px * (16 + 2) / 14);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-course {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-course {
    width: calc(311 / 375 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-exp-course {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-course {
    margin-top: 4.28rem;
  }
}
.p-exp-course__model {
  border-radius: 0.57rem;
  margin-top: 1.78rem;
  border: 1px solid var(--color-line-light-gray);
  padding: 2.5rem calc(59 / 1080 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-course__model {
    padding: 2.5rem calc(50 / 1080 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-course__model {
    padding: 1.42rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-exp-course__model-text {
  width: calc(640 / 958 * 100%);
  margin-left: calc(38 / 958 * 100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 1.42rem;
}
@media only screen and (max-width: 767px) {
  .p-exp-course__model-text {
    width: 100%;
    margin-left: 0;
    margin-top: 1.07rem;
    row-gap: 1.07rem;
  }
}
.p-exp-course__model-text .label {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  font-weight: 700;
}
.p-exp-course__model-text .c-arrow-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.p-exp-course__model-img {
  width: calc(280 / 958 * 100%);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  border-radius: 0.57rem;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .p-exp-course__model-img {
    width: 100%;
  }
}
.p-exp-course__model-img.noimg {
  background-color: var(--color-main-dark-gray);
  aspect-ratio: 1.3333333333;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
}
.p-exp-course__model-img.noimg::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  background: url(../images/common/logo_white.svg) no-repeat center/80%;
}
.p-exp-course__model-img img {
  aspect-ratio: 280/210;
  -o-object-fit: cover;
     object-fit: cover;
}

.p-exp-spot {
  margin-top: 4.28rem;
}
.p-exp-spot__title {
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-exp-spot__title {
    width: calc(1080 / 1440 * 100%);
    max-width: calc(1080px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-exp-spot__title {
    max-width: calc(1080px * (16 + 3) / 14);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-exp-spot__title {
    max-width: calc(1080px * (16 + 2) / 14);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-spot__title {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-spot__title {
    width: calc(311 / 375 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-exp-spot__title {
    width: calc(1200 / 1440 * 100%);
  }
}
.p-exp-spot__slider {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-top: 1.78rem;
  width: calc(1266 / 1440 * 100%);
  margin-right: 0;
  margin-left: auto;
  overflow: hidden;
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-spot__slider {
    width: calc(1386 / 1440 * 100%);
  }
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-exp-spot__slider {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-spot__slider {
    width: calc(343 / 375 * 100%);
  }
}
.p-exp-spot__slider .c-swiper__inner {
  overflow: visible !important;
}
.p-exp-spot__slider .c-swiper-arrow--next {
  right: calc(140 / 1440 * 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-spot__slider .c-swiper-arrow--next {
    right: calc(120 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-spot__slider .c-swiper-arrow--next {
    right: calc(15 / 375 * 100%);
  }
}
.p-exp-spot__slider .c-swiper-arrow--first {
  left: calc(30 / 1440 * 100%);
}
@media only screen and (max-width: 767px) {
  .p-exp-spot__slider .c-swiper-arrow--first {
    left: calc(15 / 375 * 100%);
  }
}
.p-exp-spot__slider .c-swiper__slide {
  height: auto !important;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.p-exp-spot__slider-item {
  border: 1px solid var(--color-line-light-gray);
  height: 100%;
  width: calc(440 / 452 * 100%);
  margin-inline: auto;
  border-radius: 0.57rem;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: calc(20 / 413 * 100%);
  text-decoration: none;
}
.mouse .p-exp-spot__slider-item:hover .p-exp-spot__slider-img img, .touch .p-exp-spot__slider-item.touchstart .p-exp-spot__slider-img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.mouse .p-exp-spot__slider-item:hover .p-exp-spot__slider-img.noimg::before, .touch .p-exp-spot__slider-item.touchstart .p-exp-spot__slider-img.noimg::before {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
.touch .p-exp-spot__slider-item {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch .p-exp-spot__slider-item.touchend {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.p-exp-spot__slider.is-swiper-none .c-swiper__slide {
  width: calc(452 / 1266 * 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-spot__slider.is-swiper-none .c-swiper__slide {
    width: calc(612 / 1386 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-spot__slider.is-swiper-none .c-swiper__slide {
    width: calc(311 / 343 * 100%);
  }
  .p-exp-spot__slider.is-swiper-none .c-swiper__slide > * {
    width: 100%;
  }
}
.p-exp-spot__slider-img {
  width: calc(130 / 394 * 100%);
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  overflow: hidden;
  border-radius: 0.57rem;
}
.p-exp-spot__slider-img img {
  border-radius: 0.57rem;
  aspect-ratio: 130/130;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
}
.p-exp-spot__slider-img.noimg {
  background-color: var(--color-main-dark-gray);
  aspect-ratio: 1;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  position: relative;
  overflow: hidden;
}
.p-exp-spot__slider-img.noimg::before {
  content: "";
  width: 100%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 100%;
  -webkit-transition: -webkit-transform 0.3s ease-in;
  transition: -webkit-transform 0.3s ease-in;
  transition: transform 0.3s ease-in;
  transition: transform 0.3s ease-in, -webkit-transform 0.3s ease-in;
  background: url(../images/common/logo_white.svg) no-repeat center/80%;
}
.p-exp-spot__slider-text {
  margin-left: calc(24 / 394 * 100%);
  width: calc(240 / 394 * 100%);
}
@media only screen and (max-width: 767px) {
  .p-exp-spot__slider-text {
    margin-left: calc(20 / 394 * 100%);
  }
}
.p-exp-spot__slider-text .c-title {
  display: block;
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  line-height: 1.6;
}
.firefox .p-exp-spot__slider-text .c-title, .ie .p-exp-spot__slider-text .c-title {
  max-height: 4.8em;
}
.p-exp-spot__slider-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 0.71rem;
}
@media only screen and (max-width: 767px) {
  .p-exp-spot__slider-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-exp-spot__slider-data .c-spot {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  min-width: auto;
  margin: 0.5rem 0.5rem 0.5rem 0;
}
.p-exp-spot__slider .c-arrow-btn {
  margin-top: 0.71rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}