@charset "UTF-8";
/* ---------------------------------------
 mv
-----------------------------------------*/
.p-mv {
  position: relative;
}
.p-mv .video video {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1366/700;
  object-fit: cover;
}
@media screen and (max-width: 767px) {
  .p-mv .video video {
    aspect-ratio: 1/1;
  }
}
.p-mv .scrolldown {
  position: absolute;
  bottom: -9rem;
  left: 50%;
  transform: translateY(-50%);
  overflow: hidden;
  z-index: 5;
}
@media screen and (max-width: 767px) {
  .p-mv .scrolldown {
    bottom: -4rem;
  }
}
.p-mv .scrolldown span {
  display: block;
  width: 2px;
  height: 8rem;
  background: #e8e8e8;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .p-mv .scrolldown span {
    height: 4rem;
  }
}
.p-mv .scrolldown span::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 2px;
  height: 8rem;
  background: #134493;
  animation: scrolldown 1.6s ease-in-out infinite;
}
@media screen and (max-width: 767px) {
  .p-mv .scrolldown span::after {
    height: 4rem;
  }
}
@keyframes scrolldown {
  0% {
    transform: translateY(-100%);
  }
  100% {
    transform: translateY(100%);
  }
}

/* ---------------------------------------
	富⼠⼭の麓、御殿場で⾮⽇常を体験する
-----------------------------------------*/
.l-bg01 {
  margin-top: -3px;
  padding: 4rem 0 0;
  background: linear-gradient(to right, #fff 0%, #fff 86.5%, #134493 86.5%, #134493 100%);
}
@media screen and (min-width: 1366px) {
  .l-bg01 {
    background: linear-gradient(to right, #fff 0%, #fff 117rem, #134493 117rem, #134493 100%);
  }
}
@media screen and (max-width: 767px) {
  .l-bg01 {
    padding: 0;
    background: linear-gradient(to right, #fff 0%, #fff 55%, #134493 55%, #134493 100%);
  }
}
.l-bg01 .p-map {
  max-width: 1366px;
  margin: 0 auto;
}
.l-bg01 .p-map .c-text-box {
  position: relative;
  z-index: 2;
}
.l-bg01 .p-map .content {
  position: relative;
  margin-top: -7.5rem;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .l-bg01 .p-map .content {
    margin-top: -5rem;
  }
}
.l-bg01 .p-map .content .map {
  text-align: right;
  position: relative;
  height: 54rem;
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .l-bg01 .p-map .content .map {
    height: 69vw;
    margin-right: -2rem;
  }
}
.l-bg01 .p-map .content .map iframe {
  margin-top: -150px;
  height: calc(100% + 150px + 150px);
  width: 60%;
}
@media screen and (max-width: 767px) {
  .l-bg01 .p-map .content .map iframe {
    width: 93%;
  }
}
.l-bg01 .p-map .content .c-secttl-en {
  position: absolute;
  top: 35.5rem;
  left: 29%;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  .l-bg01 .p-map .content .c-secttl-en {
    top: 16.5rem;
    left: -8%;
  }
}
.l-bg01 .p-map .content .img01 {
  margin-top: -36rem;
  max-width: 44rem;
}
.l-bg01 .p-access {
  max-width: 1366px;
  margin: 0 auto;
  margin-top: 20.5rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .l-bg01 .p-access {
    margin-top: 31.5rem;
  }
}
.l-bg01 .p-access .c-text-box {
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-bg01 .p-access .c-text-box {
    margin-left: auto;
  }
}
.l-bg01 .p-access .c-text-box .btn {
  margin-top: 3.5rem;
}
@media screen and (max-width: 767px) {
  .l-bg01 .p-access .c-text-box .btn {
    margin-top: 1.5rem;
  }
}
.l-bg01 .p-access .c-text-box .btn_link {
  padding-left: 4.5rem;
  color: #134493;
  position: relative;
}
@media screen and (min-width: 768px) {
  .l-bg01 .p-access .c-text-box .btn_link {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .l-bg01 .p-access .c-text-box .btn_link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .l-bg01 .p-access .c-text-box .btn_link {
    padding-left: 3.5rem;
    font-size: 1.4rem;
  }
}
.l-bg01 .p-access .c-text-box .btn_link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  background-color: #134493;
}
@media screen and (max-width: 767px) {
  .l-bg01 .p-access .c-text-box .btn_link::before {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.l-bg01 .p-access .c-text-box .btn_link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.2rem;
  width: 1rem;
  height: 0.8rem;
  background: url(../img/common/arrow_white.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .l-bg01 .p-access .c-text-box .btn_link::after {
    left: 0.9rem;
  }
}
.l-bg01 .p-access .img01 {
  position: absolute;
  top: -28rem;
  right: 8rem;
  max-width: 73rem;
}
@media screen and (max-width: 767px) {
  .l-bg01 .p-access .img01 {
    top: -20.5rem;
    right: 4rem;
  }
}
.l-bg01 .p-access .c-secttl-en {
  position: absolute;
  top: -13rem;
  right: -18rem;
  transform: rotate(-90deg);
  color: #fff;
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .l-bg01 .p-access .c-secttl-en {
    right: -10rem;
  }
}

/* ---------------------------------------
 おすすめの体験
-----------------------------------------*/
.p-plan {
  margin-top: 20rem;
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan {
    margin-top: 10.5rem;
  }
}
.p-plan .c-text {
  text-align: center;
}
.p-plan .c-secttl-en {
  position: absolute;
  top: -7rem;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
}
@media screen and (max-width: 767px) {
  .p-plan .c-secttl-en {
    top: -4rem;
  }
}
.p-plan .slider-box {
  position: relative;
  z-index: 1;
}
.p-plan .slider-box .slick-track {
  display: flex;
}
.p-plan .slider-box .slick-slide {
  height: auto !important;
}
.p-plan .slider-box .slider_item {
  margin: 0 0.2rem;
  max-height: 30rem;
}
@media screen and (max-width: 767px) {
  .p-plan .slider-box .slider_item {
    margin: 0 1px;
  }
}
.p-plan .slider-box .slider_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.p-plan .c-secttl {
  margin-top: 7rem;
}
@media screen and (max-width: 767px) {
  .p-plan .c-secttl {
    margin-top: 3.5rem;
  }
}
.p-plan .tab-list {
  margin-top: 5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .p-plan .tab-list {
    margin-top: 2.8rem;
    justify-content: flex-start;
  }
}
.p-plan .tab-list_item {
  padding-left: 4.5rem;
  margin-left: 4rem;
  position: relative;
  cursor: pointer;
  font-size: 2.8rem;
  font-family: "Mukta Mahee", sans-serif;
}
@media screen and (min-width: 768px) {
  .p-plan .tab-list_item {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-plan .tab-list_item:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-plan .tab-list_item {
    font-size: 1.4rem;
    padding-left: 2.3rem;
    margin-left: 2rem;
  }
}
.p-plan .tab-list_item:first-child {
  margin-left: 0;
}
.p-plan .tab-list_item::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 3rem;
  height: 3rem;
  border: 2px solid #999999;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .p-plan .tab-list_item::before {
    width: 1.5rem;
    height: 1.5rem;
    border: 1px solid #999999;
  }
}
.p-plan .tab-list_item::after {
  content: none;
  display: block;
  position: absolute;
  top: 35%;
  transform: translateY(-50%);
  left: 0.5rem;
  width: 2rem;
  height: 1rem;
  border-left: 3px solid #333;
  border-bottom: 3px solid #333;
  transform: rotate(-45deg);
}
@media screen and (max-width: 767px) {
  .p-plan .tab-list_item::after {
    top: 33%;
    left: 0.3rem;
    width: 1rem;
    height: 0.5rem;
    border-left: 2px solid #333;
    border-bottom: 2px solid #333;
  }
}
.p-plan .tab-list_item.is-active::after {
  content: "";
}
.p-plan .list {
  margin-top: 3.9rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 9.2rem 4.4rem;
}
@media screen and (max-width: 767px) {
  .p-plan .list {
    margin-top: 3.5rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.1rem 1.3rem;
  }
}
.p-plan .list_item {
  position: relative;
}
@media screen and (max-width: 767px) {
  .p-plan .list_item {
    padding-left: 1rem;
  }
}
.p-plan .list_item_deco {
  position: absolute;
  top: 2rem;
  left: -4.5rem;
  transform: rotate(-90deg);
  color: #999999;
  font-family: "Mukta Mahee", sans-serif;
  line-height: 1;
  letter-spacing: 0.1em;
  font-weight: 300;
}
@media screen and (max-width: 767px) {
  .p-plan .list_item_deco {
    left: -1.9rem;
    top: 1.5rem;
  }
}
.p-plan .list_item_deco::before {
  content: "";
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: -4.8rem;
  width: 4rem;
  height: 1px;
  background-color: #999999;
}
@media screen and (max-width: 767px) {
  .p-plan .list_item_deco::before {
    width: 2rem;
    left: -2.5rem;
  }
}
.p-plan .list_item_title {
  margin-top: 1rem;
}
.p-plan .list_item_button {
  margin-top: 2.4rem;
}
@media screen and (max-width: 767px) {
  .p-plan .list_item_button {
    margin-top: 0.8rem;
  }
}
.p-plan .list_item_button a {
  color: #134493;
  letter-spacing: -0.05em;
  display: block;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid #134493;
  position: relative;
}
@media screen and (min-width: 768px) {
  .p-plan .list_item_button a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-plan .list_item_button a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-plan .list_item_button a {
    padding-bottom: 0.5rem;
    letter-spacing: 0;
  }
}
.p-plan .list_item_button a::before {
  content: "";
  position: absolute;
  top: 0.5em;
  right: 0;
  width: 1.1rem;
  height: 1.2rem;
  background: url(../img/common/arrow_blue.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-plan .list_item_button a::before {
    width: 0.7rem;
    height: 0.7rem;
  }
}
.p-plan .list_item.-indoor .list_item_deco {
  left: -3.8rem;
  top: 1.3rem;
}
@media screen and (max-width: 767px) {
  .p-plan .list_item.-indoor .list_item_deco {
    left: -1.4rem;
    top: 1rem;
  }
}
.p-plan .btn {
  margin-top: 7rem;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .p-plan .btn {
    margin-top: 5rem;
  }
}
.p-plan .btn_link {
  padding-left: 4rem;
  color: #134493;
  position: relative;
  font-size: 2rem;
}
@media screen and (min-width: 768px) {
  .p-plan .btn_link {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-plan .btn_link:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-plan .btn_link {
    padding-left: 3.5rem;
    font-size: 1.4rem;
  }
}
.p-plan .btn_link::before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  background-color: #134493;
}
@media screen and (max-width: 767px) {
  .p-plan .btn_link::before {
    width: 2.6rem;
    height: 2.6rem;
  }
}
.p-plan .btn_link::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 1.2rem;
  width: 1rem;
  height: 0.8rem;
  background: url(../img/common/arrow_white.svg) no-repeat center center/contain;
}
@media screen and (max-width: 767px) {
  .p-plan .btn_link::after {
    left: 0.9rem;
  }
}

/* ---------------------------------------
 観光情報
-----------------------------------------*/
.p-info {
  margin-top: 15rem;
  padding: 5rem 0 8rem;
  background: linear-gradient(to right, #134493 0%, #134493 24.5%, #f2f2f2 24.5%, #f2f2f2 100%);
}
@media screen and (max-width: 767px) {
  .p-info {
    margin-top: 8rem;
    background: linear-gradient(to right, #134493 0%, #134493 45%, #f2f2f2 45%, #f2f2f2 100%);
    padding: 4rem 0 3.5rem;
  }
}
.p-info .c-deco-en {
  right: -4rem;
}
@media screen and (max-width: 767px) {
  .p-info .c-deco-en {
    right: -2rem;
  }
}
.p-info_inner {
  max-width: 1366px;
  position: relative;
  margin-left: auto;
  margin-right: auto;
}
.p-info_inner .pagetop {
  position: absolute;
  top: 0;
  right: 8.5rem;
}
@media screen and (max-width: 767px) {
  .p-info_inner .pagetop {
    right: 1rem;
  }
}
.p-info_inner .pagetop a {
  display: block;
  padding-top: 4rem;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  position: relative;
  font-family: "Mukta Mahee", sans-serif;
  font-size: 2rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  color: #134493;
}
@media screen and (min-width: 768px) {
  .p-info_inner .pagetop a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-info_inner .pagetop a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-info_inner .pagetop a {
    font-size: 1rem;
    padding-top: 0.5rem;
  }
}
.p-info_inner .pagetop a::before {
  content: "";
  position: absolute;
  top: -5rem;
  transform: translateX(-50%);
  left: 50%;
  width: 1px;
  height: 8rem;
  background-color: #134493;
}
@media screen and (max-width: 767px) {
  .p-info_inner .pagetop a::before {
    top: -4rem;
    height: 4rem;
  }
}
.p-info_inner .list {
  margin-top: 7.5rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4rem 5rem;
}
.p-info_inner .list_item {
  background: #fff;
}
@media screen and (min-width: 768px) {
  .p-info_inner .list a {
    transition: opacity 0.3s;
    cursor: pointer;
  }
  .p-info_inner .list a:hover {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .p-info_inner .list {
    margin-top: 4rem;
    grid-template-columns: repeat(2, 1fr);
    gap: 2rem 1rem;
  }
}/*# sourceMappingURL=index.css.map */