@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-pick {
  position: relative;
  margin-top: 6.42rem;
}
@media only screen and (max-width: 1024px) {
  .p-exp-pick {
    margin-top: 8.57rem;
  }
}
.p-exp-pick::before, .p-exp-pick::after {
  content: "";
  position: absolute;
  height: 0;
  padding-bottom: calc(340 / 1440 * 100%);
  width: calc(501 / 1440 * 100%);
  background: url(../../experiences/images/deco_gold.png) no-repeat top/100%;
}
@media only screen and (max-width: 767px) {
  .p-exp-pick::before, .p-exp-pick::after {
    padding-bottom: calc(136 / 375 * 100%);
    width: calc(200.4 / 375 * 100%);
  }
}
.p-exp-pick::before {
  left: 0;
  top: 0;
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-exp-pick::before {
    top: -10%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-pick::before {
    top: -20%;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-pick::before {
    top: -7.15rem;
  }
}
.p-exp-pick::after {
  right: 0;
  bottom: -5%;
  -webkit-transform: scale(-1, 1);
          transform: scale(-1, 1);
}
.p-exp-pick__inner {
  margin-right: auto;
  margin-left: auto;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media only screen and (min-width: 1025px) {
  .p-exp-pick__inner {
    width: calc(1320 / 1440 * 100%);
    max-width: calc(1320px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-exp-pick__inner {
    max-width: calc(1320px * (16 + 3) / 14);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-exp-pick__inner {
    max-width: calc(1320px * (16 + 2) / 14);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-pick__inner {
    width: calc(1200 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-pick__inner {
    width: calc(343 / 375 * 100%);
  }
}
@media only screen and (max-width: 1024px) {
  .p-exp-pick__inner {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 53.57rem;
  }
}
.p-exp-pick__title {
  width: calc(410 / 1320 * 100%);
}
@media only screen and (min-width: 1025px) and (max-width: 1365px) {
  .p-exp-pick__title {
    width: calc(450 / 1320 * 100%);
  }
}
@media only screen and (max-width: 1024px) {
  .p-exp-pick__title {
    width: 100%;
  }
}
.p-exp-pick__item {
  width: calc(800 / 1320 * 100%);
  border-radius: 0.57rem;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .p-exp-pick__item {
    width: 100%;
    margin-top: 2.14rem;
  }
}
.p-exp-pick__link {
  position: relative;
  text-decoration: none;
}
@media only screen and (max-width: 767px) {
  .p-exp-pick__link {
    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-pick__link-text {
  position: absolute;
  z-index: 2;
  color: #fff;
  width: calc(700 / 800 * 100%);
  bottom: 2.5rem;
  left: 0;
  right: 0;
  margin: 0 auto;
  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.07rem;
}
@media only screen and (min-width: 768px) {
  .p-exp-pick__link-text {
    --btn-icon-size: 4.28rem;
    --icon-font-size: 2.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-pick__link-text {
    width: calc(730 / 800 * 100%);
    bottom: 1.78rem;
    row-gap: 0.71rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-pick__link-text {
    position: relative;
    width: 100%;
    bottom: auto;
    padding: 1.42rem;
    background-color: var(--color-main-black);
    row-gap: 0.71rem;
  }
}
.p-exp-pick__link-text .pick-data {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  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;
}
@media only screen and (max-width: 767px) {
  .p-exp-pick__link-text .pick-data {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 0.71rem;
  }
}
.p-exp-pick__link-text .pick-data .c-spot {
  margin-right: 1rem;
}
.p-exp-pick__link-text .text {
  padding-right: calc(var(--btn-icon-size) * 1.5);
}
@media only screen and (min-width: 768px) {
  .p-exp-pick__link-text .text {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    line-height: 2;
  }
  .firefox .p-exp-pick__link-text .text, .ie .p-exp-pick__link-text .text {
    max-height: 8em;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-pick__link-text .text {
    padding-right: 0;
  }
}
.p-exp-pick__link .o-icon--circle {
  position: absolute;
  bottom: 0;
  right: -0.36rem;
}
@media only screen and (max-width: 767px) {
  .p-exp-pick__link .o-icon--circle {
    position: relative;
    margin: 0.35rem 0 0 auto;
  }
}
.p-exp-pick__link-img {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .p-exp-pick__link-img {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
}
.p-exp-pick__link-img img {
  -o-object-fit: cover;
     object-fit: cover;
  aspect-ratio: 800/502;
}

.p-exp-wrp .c-pager {
  margin-top: 4.28rem;
}
@media only screen and (max-width: 767px) {
  .p-exp-wrp .c-pager {
    margin-top: 4.28rem;
  }
}

.c-checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --check-size: 1.42rem;
}
.c-checkbox:not(:last-child) {
  margin-right: 1.42rem;
  margin-bottom: 0.35rem;
}
.c-checkbox__icon {
  display: inline-block;
  vertical-align: middle;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: var(--check-size);
  height: var(--check-size);
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
}
.c-checkbox__label {
  cursor: pointer;
  font-weight: 700;
  position: relative;
  display: inline-block;
  padding-left: calc(var(--check-size) * 1.5);
}
@media only screen and (min-width: 768px) {
  .c-checkbox__label {
    font-size: 1.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .c-checkbox__label {
    font-size: 1.14rem;
  }
}
.c-checkbox__label .tag::before {
  content: "＃";
}
.c-checkbox input[type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  opacity: 0;
  position: absolute;
}
.c-checkbox input[type=checkbox]:focus-visible + .c-checkbox__label .c-checkbox__icon {
  border: 2px solid var(--color-accent);
}
.c-checkbox input[type=checkbox]:disabled + .c-checkbox__label .c-checkbox__icon {
  opacity: 0.5;
}
.c-checkbox input[type=checkbox] + .c-checkbox__label .c-checkbox__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 1em;
  height: 1em;
  background: url(../images/common/ic_check.svg) no-repeat center/100%;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0;
}
.c-checkbox input[type=checkbox]:checked + .c-checkbox__label .c-checkbox__icon {
  background-color: var(--color-accent);
}
.c-checkbox input[type=checkbox]:checked + .c-checkbox__label .c-checkbox__icon::before {
  opacity: 1;
}

.p-exp-filter {
  background-color: var(--color-main-black);
  margin-top: 7.14rem;
  padding: 5.71rem 0;
  margin-right: auto;
  margin-left: auto;
}
@media only screen and (min-width: 1025px) {
  .p-exp-filter {
    width: calc(1200 / 1440 * 100%);
    max-width: calc(1200px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-exp-filter {
    max-width: calc(1200px * (16 + 3) / 14);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-exp-filter {
    max-width: calc(1200px * (16 + 2) / 14);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-filter {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-filter {
    width: calc(343 / 375 * 100%);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-filter {
    padding: 4.28rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-filter {
    margin-top: 5.71rem;
    padding: 2.14rem 0;
  }
}
.p-exp-filter__title {
  position: relative;
  padding-left: 2.14rem;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-inline: auto;
}
.p-exp-filter__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.57rem;
  aspect-ratio: 1/1;
  background: url(../../experiences/images/ic_filter.svg) no-repeat center/100%;
}
.p-exp-filter__group {
  margin-top: 2.14rem;
  max-width: 68.57rem;
  margin-inline: auto;
  width: calc(960 / 1200 * 100%);
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-filter__group {
    width: calc(1080 / 1200 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-filter__group {
    margin-top: 1.42rem;
    width: calc(311 / 343 * 100%);
  }
}
.p-exp-filter__group-title {
  border-bottom: 1px solid var(--color-main-gray);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 0.71rem 0.71rem;
}
.p-exp-filter__group-title .o-icon {
  --icon-font-size: 1.42rem;
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
  margin-right: 0.35rem;
}
.p-exp-filter__group-title .o-icon svg {
  fill: #fff;
}
.p-exp-filter__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 2.85rem;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 42.85rem;
  margin-inline: auto;
}
@media only screen and (max-width: 767px) {
  .p-exp-filter__btns {
    margin-top: 1.42rem;
    width: calc(279 / 343 * 100%);
    max-width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}
.p-exp-filter__btns .c-btn {
  width: calc(290 / 600 * 100%);
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .p-exp-filter__btns .c-btn {
    width: 100%;
  }
}
.p-exp-filter__btns .c-btn:nth-child(2n) {
  margin-left: calc(20 / 600 * 100%);
}
@media only screen and (max-width: 767px) {
  .p-exp-filter__btns .c-btn:nth-child(2n) {
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-filter__btns .c-btn:nth-child(2n) {
    margin-top: 1.07rem;
  }
}
.p-exp-filter__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  padding: 1.07rem 1.07rem 0;
}

.p-exp-results {
  margin-right: auto;
  margin-left: auto;
  margin-top: 5.71rem;
  border-bottom: 1px solid var(--color-main-gray);
  line-height: 1.2;
  font-weight: 600;
  text-align: center;
  padding: 1.07rem 0;
}
@media only screen and (min-width: 1025px) {
  .p-exp-results {
    width: calc(1200 / 1440 * 100%);
    max-width: calc(1200px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-exp-results {
    max-width: calc(1200px * (16 + 3) / 14);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-exp-results {
    max-width: calc(1200px * (16 + 2) / 14);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-results {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-results {
    width: calc(343 / 375 * 100%);
  }
}
@media only screen and (min-width: 768px) {
  .p-exp-results {
    font-size: 1.43rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-results {
    font-size: 1.29rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-results {
    margin-top: 2.85rem;
  }
}
.p-exp-results .num {
  font-size: 160%;
}

.p-exp-list {
  margin-top: 5.71rem;
}
@media only screen and (max-width: 767px) {
  .p-exp-list {
    margin-top: 2.85rem;
  }
}
.p-exp-list__none {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 1025px) {
  .p-exp-list__none {
    width: calc(1200 / 1440 * 100%);
    max-width: calc(1200px);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) {
  .p-exp-list__none {
    max-width: calc(1200px * (16 + 3) / 14);
  }
}
@media only screen and (min-width: 1025px) and (min-width: 1441px) and (max-width: 1600px) {
  .p-exp-list__none {
    max-width: calc(1200px * (16 + 2) / 14);
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-list__none {
    width: calc(1320 / 1440 * 100%);
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-list__none {
    width: calc(343 / 375 * 100%);
  }
}

.p-exp-order {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 3.57rem;
}
@media only screen and (max-width: 767px) {
  .p-exp-order {
    margin-top: 1.42rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: auto;
    margin-left: auto;
  }
}
@media only screen and (max-width: 767px) and (max-width: 767px) {
  .p-exp-order {
    width: calc(343 / 375 * 100%);
  }
}
.p-exp-order__title {
  position: relative;
  padding-left: 2.14rem;
  margin-right: 2.14rem;
}
@media only screen and (min-width: 768px) {
  .p-exp-order__title {
    font-size: 1.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-order__title {
    font-size: 1.14rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-order__title {
    margin-inline: auto;
  }
}
.p-exp-order__title::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto 0;
  width: 1.14rem;
  aspect-ratio: 1/2;
  background: url(../../experiences/images/ic_order.svg) no-repeat center/100%;
}
.p-exp-order__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (max-width: 767px) {
  .p-exp-order__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-top: 1.07rem;
  }
}
.p-exp-order__list-btn {
  border: 1px solid #fff;
  border-radius: 2.5rem;
  line-height: 1.2;
  cursor: pointer;
  padding: 0.25rem 1.25rem;
}
.mouse .p-exp-order__list-btn {
  -webkit-transition: opacity 0.3s ease-in;
  transition: opacity 0.3s ease-in;
}
.mouse .p-exp-order__list-btn:hover, .touch .p-exp-order__list-btn.touchstart {
  opacity: 0.7;
}
.touch .p-exp-order__list-btn {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.touch .p-exp-order__list-btn.touchend {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
@media only screen and (min-width: 1025px) {
  .p-exp-order__list-btn {
    font-size: 1.14rem;
  }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  .p-exp-order__list-btn {
    font-size: 1.07rem;
  }
}
@media only screen and (max-width: 767px) {
  .p-exp-order__list-btn {
    font-size: 1.07rem;
  }
}
.p-exp-order__list-btn:nth-child(2) {
  display: none;
}
.p-exp-order__list-btn:not(:last-child) {
  margin-right: 1.42rem;
}
@media only screen and (max-width: 767px) {
  .p-exp-order__list-btn:not(:last-child) {
    padding: 0.25rem 1rem;
    margin-right: 0.5rem;
  }
}