@charset "UTF-8";
/* CSS Document */

@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@500&family=Zen+Kaku+Gothic+New:wght@400;500;700&display=swap");

main {
    --base-color: #f5f5eb;
    --main-color: #246e7c;
    --main-color--pale: #d4ebef;
    --line-color: #d9d9d9;
    --accent-color-on-white: #fcaf32;
    --accent-color-on-main: #fcdb46;
    --price-color: #ef2917;
    font-family: "Montserrat", "Zen Kaku Gothic New", sans-serif;
    line-height: 1.5;
    background-color: var(--base-color, #f5f5eb);
}

.sp {
    display: none;
}

#Search {
    font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
}

.HikingCommon__h2 {
    display: flex;
    gap: 10px;
    align-items: center;
    justify-content: flex-start;
    width: 1024px;
    margin: 0 auto 40px auto;
    color: var(--main, #246e7c);
}

.HikingCommon__h2-icon {
    display: block;
    width: 70px;
}

.HikingCommon__h2-inner {
    padding-left: 20px;
    font-size: 32px;
    font-weight: 700;
    border-left: 2px dotted var(--main-color, #246e7c);
}

.HikingCommon__h2-inner::before {
    content: attr(data-before);
    display: block;
    padding-left: 5px;
    font-size: 14px;
}

.HikingCommon__h3 {
    margin-bottom: 40px;
    color: var(--main, #246e7c);
    font-size: 26px;
    font-weight: 700;
    text-align: center;
}

/* start_メインビジュアル */

#HikingNote {
    padding: 5px 0;
    color: white;
    font-size: 14px;
    text-align: center;
    background-color: var(--main-color, #246e7c);
}

#HikingKeyvis {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 462px;
    padding-bottom: 20px;
    background: url(/attending/hiking/kaigai/images/keyvis_bg.jpg) no-repeat center / cover;
}

#HikingKeyvis::before {
    content: "";
    position: absolute;
    top: 20px;
    left: 50%;
    display: block;
    width: 140px;
    height: 85px;
    background: url(/attending/hiking/kaigai/images/logo_hike-in-nature.svg) no-repeat center / contain;
    transform: translateX(-512px);
}

.HikingKeyvis__h {
    width: 400px;
    height: 330px;
}

/* end_メインビジュアル */

/* start_SEO */

#HikingSeo {
    position: relative;
    display: flex;
    gap: 40px;
    justify-content: center;
    margin: -40px 0 40px 0;
}

.HikingSeo__img {
    width: 380px;
    border-radius: 16px;
    overflow: hidden;
}

.HikingSeo__p {
    margin-top: 80px;
    color: var(--main-color, #246e7c);
    font-weight: 500;
    line-height: 1.8;
}

/* end_SEO */

/* start_アンカー */

.HikingNav__outer {
    background-color: var(--main-color);
    width: 100%;
}
.HikingNav {
    width: 1024px;
    display: flex;
    justify-content: center;
    margin: 0 auto;
    padding: 15px 0;
    color: white;
    font-weight: 500;
    border-radius: 8px;
}

.HikingNav__li {
    width: 205px;
    border-left: 1px solid rgba(255, 255, 255, 0.4);
}

.HikingNav__li:last-child {
    border-right: 1px solid rgba(255, 255, 255, 0.4);
}

.HikingNav__a {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.HikingNav__a::before {
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background-size: contain;
    background-repeat: no-repeat;
}

.HikingNav__a--tour::before {
    background-image: url(/attending/hiking/kaigai/images/nav-icon_tour.svg);
}

.HikingNav__a--spot::before {
    background-image: url(/attending/hiking/kaigai/images/nav-icon_spot.svg);
}

.HikingNav__a--preparation::before {
    background-image: url(/attending/hiking/kaigai/images/nav-icon_preparation.svg);
}

.HikingNav__a--search::before {
    background-image: url(/attending/hiking/kaigai/images/nav-icon_search.svg);
}

.HikingNav__a--seminar::before {
    background-image: url(/attending/hiking/kaigai/images/nav-icon_seminar.svg);
}
.HikingNav__a--faq::before {
    background-image: url(/attending/hiking/kaigai/images/nav-icon_faq.svg);
}
.HikingNav__a--movie::before {
    background-image: url(/attending/hiking/kaigai/images/nav-icon_movie.svg);
}

.HikingNav__a:not(.HikingNav__a--seminar)::after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-right: 2px solid white;
    border-bottom: 2px solid white;
    transform: rotate(45deg);
}

.HikingNav__a--seminar {
    height: 100%;
    padding: 0 10px;
    flex-direction: row;
}

.HikingNav__a--seminar::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-left: auto;
    background: url(/attending/hiking/kaigai/images/nav-icon_outer-link.svg) no-repeat center / contain;
}

.HikingNav__text {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 42px;
    line-height: 1.4;
}

.HikingNav__text::before,
.HikingNav__text::after {
    content: "";
    position: absolute;
    bottom: 0;
    display: block;
    width: 0;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.7);
    transition: width 0.3s;
}

.HikingNav__text::before {
    left: 50%;
}

.HikingNav__text::after {
    right: 50%;
}

.HikingNav__a:hover .HikingNav__text::before,
.HikingNav__a:hover .HikingNav__text::after {
    width: 50%;
}

/* end_アンカー */

/* start_おすすめツアー */

#HikingTour {
    position: relative;
    padding: 80px 0;
}

.HikingTour__button-to-icon-wrap {
    display: flex;
    justify-content: flex-end;
    width: 1024px;
    position: absolute;
    top: 80px;
    left: 50%;
    transform: translateX(-50%);
}

.HikingTour__button-to-icon {
    position: relative;
    display: inline-block;
    padding: 15px 20px;
    color: var(--main-color, #246e7c);
    font-size: 14px;
    font-weight: 700;
    background-color: white;
    border: 1px solid var(--line-color, #d9d9d9);
    border-radius: 6px;
    transition: background-color 0.3s;
}

.HikingTour__button-to-icon:hover {
    background-color: var(--main-color--pale, #d4ebef);
}

.HikingTour__button-to-icon::after {
    content: "";
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 10px;
    vertical-align: 3px;
    border-right: 2px solid var(--main-color, #246e7c);
    border-bottom: 2px solid var(--main-color, #246e7c);
    transform: rotate(45deg);
}
.HikingTour__anchor_ttl{
    font-size: 24px;
    font-weight: 700;
    color: var(--main, #246e7c);
    width: 1024px;
    margin: 0 auto 30px;
    text-align: center;
}
.HikingTour__anchor {
    display: flex;
    gap: 10px;
    justify-content: center;
    /* margin-bottom: -40px; */
    color: var(--main, #246e7c);
    font-size: 17px;
    font-weight: 700;
    flex-wrap: wrap;
    width: 1024px;
    margin: 0 auto -40px;
}
.HikingTour__anchor:has(> li:nth-of-type(6)) {
    justify-content: left;
}
.HikingTour__anchor li:has(.HikingTour__anchor-a[href="#HikingTour__Other"]) {
    display: none;
}
.HikingTour__anchor-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    /* width: 196px; */
    width: 248px;
    height: 100%;
    min-height: 73px;
    padding: 15px 15px 15px 20px;
    line-height: 1.2;
    background-color: white;
    border-radius: 8px;
    border: 1px solid var(--line-color, #d9d9d9);
    transition: background-color 0.3s;
    letter-spacing: 0;
}

.HikingTour__anchor-a:hover {
    background-color: var(--main-color--pale, #d4ebef);
}

.HikingTour__anchor-a::after {
    content: "";
    display: block;
    width: 10px;
    height: 10px;
    border-right: 2px solid var(--main-color, #246e7c);
    border-bottom: 2px solid var(--main-color, #246e7c);
    transform: rotate(45deg);
}



.HikingTour__article-wrap:not(:last-child) {
    margin-bottom: 80px;
}

.HikingTour__directionName {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: calc(100% - 40px);
    height: 370px;
    margin: 0 auto -80px auto;
    padding-bottom: 40px;
    color: var(--main-color, #246e7c);
    font-size: 32px;
    font-weight: 700;
    border-radius: 16px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.HikingTour__directionName::before {
    content: "";
    display: block;
    width: 50px;
    height: 50px;
    background: url(/attending/hiking/kaigai/images/direction-name_icon.svg) no-repeat center / contain;
}

#HikingTour__Europe .HikingTour__directionName {
    background-image: url(/attending/hiking/kaigai/images/tour_bg_europe.png);
}

#HikingTour__Asia .HikingTour__directionName {
    background-image: url(/attending/hiking/kaigai/images/tour_bg_asia.png);
}

#HikingTour__Australia .HikingTour__directionName {
    background-image: url(/attending/hiking/kaigai/images/tour_bg_australia.png);
}

#HikingTour__NCSA .HikingTour__directionName {
    background-image: url(/attending/hiking/kaigai/images/tour_bg_ncsa.png);
}

#HikingTour__Other .HikingTour__directionName {
    height: 160px;
    background-image: url(/attending/hiking/kaigai/images/tour_bg_other.png);
}
#HikingTour__Other .HikingTour__directionName > h3 {
    display: none;
}

#HikingTour__Other .HikingTour__directionName::before {
    content: none;
}

.HikingTour__article {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    width: 1024px;
    margin: 0 auto;
    padding: 40px;
    background-color: white;
    border-radius: 16px;
}

.HikingTour__article:not(:last-child) {
    margin-bottom: 40px;
}

.HikingTour__article-header {
    width: 100%;
}

.HikingTour__article-courseName {
    margin-bottom: 20px;
    padding-left: 15px;
    color: var(--main, #246e7c);
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    border-left: 4px solid var(--main-color, #246e7c);
}

.HikingTour__article-dateAndTime {
    display: flex;
    gap: 10px;
}

.HikingTour__article-dateAndTime-li {
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 500;
    border-radius: 4px;
    border: 1px solid var(--line-color, #d9d9d9);
}

.HikingTour__article-slide {
    position: relative;
    width: 380px;
    overflow: hidden;
    align-self: flex-start;
}

.HikingTour__article-slide:has(.swiper-pagination-bullet[aria-label="Go to slide 2"]) {
    padding-bottom: 25px;
}

.HikingTour__article-slide .swiper-slide {
    border-radius: 8px;
    overflow: hidden;
}

.swiper-pagination:not(:has(.swiper-pagination-bullet[aria-label="Go to slide 2"])) {
    display: none;
}

.HikingTour__article-slide.swiper-container-horizontal > .swiper-pagination-bullets,
.HikingTour__article-slide .swiper-pagination-custom,
.HikingTour__article-slide .swiper-pagination-fraction {
    bottom: 0;
}

.HikingTour__article-slide .swiper-pagination-bullet-active {
    background: var(--main-color, #246e7c);
}

.HikingTour__article-slide .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}

.HikingTour__article-textGroup {
    position: relative;
    width: calc(100% - 400px);
}

.HikingTour__article-tag {
    display: flex;
    gap: 5px;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.HikingTour__article-tag-li {
    padding: 8px 13px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    border-radius: 100vw;
    background-color: var(--main-color--pale, #d4ebef);
}

.HikingTour__article-point {
    margin-bottom: 20px;
}

.HikingTour__article-preparation {
    padding: 20px;
    border-radius: 8px;
    background-color: var(--main-color--pale, #d4ebef);
}

.HikingTour__article-preparation-li {
    display: inline;
    margin-right: 1em;
}

.HikingTour__article-preparation-span {
    display: inline-block;
    padding-right: 5px;
    margin-right: 5px;
    font-weight: 700;
    line-height: 1;
    border-right: 2px dotted var(--main-color, #246e7c);
}

.HikingTour__article-price {
    margin-bottom: 5px;
    font-size: 21px;
    font-weight: 600;
    letter-spacing: 0.07em;
    text-align: right;
    color: var(--price, #ef2917);
}

.HikingTour__article-price-span {
    font-size: 14px;
}

.HikingTour__article-button-wrap {
    width: 100%;
    padding: 20px;
    border-radius: 8px;
    background-color: var(--main-color, #246e7c);
}

.HikingTour__article-button-p {
    display: block;
    width: 100%;
    margin-bottom: 20px;
    color: white;
    font-weight: 700;
    text-align: center;
}

.HikingTour__article-button {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.HikingTour__article-button-a {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 218px;
    height: 100%;
    padding: 21px 15px;
    color: var(--main, #246e7c);
    font-size: 15px;
    font-weight: 700;
    line-height: 1.2;
    background-color: white;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.HikingTour__article-button-a:hover {
    background-color: var(--main-color--pale, #d4ebef);
}

.HikingTour__article-button-a::before {
    content: "";
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    position: absolute;
    top: 50%;
    right: 23px;
    transform: translateY(-50%) rotate(45deg);
}

.HikingTour__article-button-a::after {
    content: "";
    display: block;
    width: 20px;
    min-width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--accent-on-white, #fcaf32);
}

.HikingTour__iconDescription {
    padding-top: 80px;
}

.HikingTour__iconDescription-table {
    position: relative;
    width: 1024px;
    margin: 0 auto;
    background-color: white;
    border-radius: 16px;
    overflow: hidden;
}

.HikingTour__iconDescription-table::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 16px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    border: 1px solid var(--line-color, #d9d9d9);
}

.HikingTour__iconDescription-table th {
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    background-color: var(--main-color--pale, #d4ebef);
}

.HikingTour__iconDescription-table th,
.HikingTour__iconDescription-table td {
    position: relative;
    padding: 10px;
    vertical-align: middle;
    border-top: 1px solid var(--line-color, #d9d9d9);
}

.HikingTour__iconDescription-table th:not(:last-child)::after,
.HikingTour__iconDescription-table td:not(:last-child)::after {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    z-index: 1;
    display: block;
    width: 100%;
    height: calc(100% - 20px);
    pointer-events: none;
    border-right: 2px dotted var(--line-color, #d9d9d9);
}

.HikingTour__iconDescription-table th:first-child,
.HikingTour__iconDescription-table td:first-child {
    width: 17%;
}

.HikingTour__iconDescription-table th:nth-child(2),
.HikingTour__iconDescription-table td:nth-child(2) {
    width: 15%;
    text-align: center;
}

.HikingTour__iconDescription-table th:nth-child(3),
.HikingTour__iconDescription-table td:nth-child(3) {
    width: 15%;
    text-align: center;
}

.HikingTour__iconDescription-table th:nth-child(4),
.HikingTour__iconDescription-table td:nth-child(4) {
    width: 35%;
}

.HikingTour__iconDescription-table th:last-child,
.HikingTour__iconDescription-table td:last-child {
    width: 18%;
    text-align: center;
}

.HikingTour__iconDescription-icon {
    display: inline-block;
    margin: 0;
    padding: 10px 15px;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    background-color: var(--main-color--pale, #d4ebef);
    border-radius: 100vw;
}

.HikingTour__iconDescription-icon:not(:last-child) {
    margin-bottom: 10px;
}

/* end_おすすめツアー */

.AlternatingBg > article:nth-child(odd) {
    background-color: white;
    border-top: 1px solid var(--line-color, #d9d9d9);
    border-bottom: 1px solid var(--line-color, #d9d9d9);
}

/* start_ハイキング・登山の海外ツアーを検索する */

#HikingSearch {
    padding: 80px 0;
}

.Search__form {
    border-radius: 16px;
    border: 2px solid var(--line-color, #d9d9d9);
}

/* end_ハイキング・登山の海外ツアーを検索する */

/* start_人気のハイキングスポット */

#HikingSpot {
    padding: 80px 0;
    background-color: #fff;
}

/* .Tour__swiper-outer {
    position: relative;
    width: 1024px;
    margin: 0 auto 80px auto;
}

.Tour__swiper-outer:not(:has(.HikingSpot__article, .PickUp__article)) {
    display: none;
}

.Tour__swiper {
    --swiper-theme-color: var(--corporate-color);
    margin: 0 auto;
    padding-bottom: 23px;
    overflow: hidden;
}

.Tour__swiper .swiper-slide {
    height: auto;
} */
.pickup__swiper-outer {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}
.spot__swiper-outer {
    position: relative;
    width: 1024px;
    margin: 0 auto 0 auto;
}

.pickup__swiper-outer:not(:has(.HikingSpot__article, .PickUp__article)) ,
.spot__swiper-outer:not(:has(.HikingSpot__article, .PickUp__article)) {
    display: none;
}

.pickup__swiper ,
.spot__swiper {
    --swiper-theme-color: var(--corporate-color);
    margin: 0 auto;
    padding-bottom: 23px;
    overflow: hidden;
}

.pickup__swiper .swiper-wrapper ,
.spot__swiper .swiper-wrapper {
    margin-bottom: 10px;
}
.pickup__swiper .swiper-slide ,
.spot__swiper .swiper-slide {
    height: auto;
}

.HikingSpot__article {
    display: flex;
    flex-direction: column;
    max-width: 252px;
    margin-right: 20px;
    background-color: white;
    border-radius: 16px;
    border: 1px solid var(--line-color, #d9d9d9);
}

.HikingSpot__article-img {
    order: -1;
    margin-bottom: 15px;
    overflow: hidden;
    aspect-ratio: 4/3;
    border-radius: 16px 16px 0 0;
}

.HikingSpot__article-h {
    color: var(--main-color, #246e7c);
    font-weight: 700;
    padding: 0 20px;
}

.HikingSpot__article-h::before {
    content: "";
    display: inline-block;
    width: 14px;
    height: 17px;
    margin-right: 4px;
    vertical-align: -3px;
    background: url(/attending/hiking/kaigai/images/spot_icon.svg) no-repeat center / contain;
}

.HikingSpot__article-text-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 20px 20px 20px;
}

.HikingSpot__article-text-wrap:has(.HikingSpot__article-a) {
    margin-bottom: 50px;
}

.HikingSpot__article-season {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 700;
    border-radius: 4px;
    background-color: var(--main-color--pale, #d4ebef);
}

.HikingSpot__article-p {
    margin-bottom: 20px;
}

.HikingSpot__article-a {
    position: absolute;
    bottom: 20px;
    display: inline-block;
    padding: 12px 20px;
    color: var(--main-color, #246e7c);
    font-weight: 700;
    text-align: center;
    border: 2px solid var(--main-color, #246e7c);
    border-radius: 6px;
    transition: background-color 0.3s;
}

.HikingSpot__article-a:hover {
    background-color: var(--main-color--pale, #d4ebef);
}

.HikingSpot__article-a::after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-left: 10px;
    border-radius: 50%;
    vertical-align: -4px;
    background-color: var(--accent-color-on-white, #fcaf32);
}

.HikingSpot__article-a::before {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
}

/* start_swiper-arrow */
.spot__swiper-button-next.swiper-button-disabled,
.spot__swiper-button-prev.swiper-button-disabled ,
.pickup__swiper-button-next.swiper-button-disabled,
.pickup__swiper-button-prev.swiper-button-disabled {
    display: none;
}

.spot__swiper-button-next,
.spot__swiper-button-prev,
.pickup__swiper-button-next,
.pickup__swiper-button-prev,
.swiper-button-next,
.swiper-button-prev {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 120px;
    z-index: 10;
    width: 50px;
    height: 50px;
    padding-right: 3px;
    background: var(--main-color, #246e7c);
    border-radius: 50%;
    border: 2px solid white;
    transition: opacity 0.3s;
    cursor: pointer;
}

.spot__swiper-button-next:hover,
.spot__swiper-button-prev:hover,
.pickup__swiper-button-next:hover,
.pickup__swiper-button-prev:hover,
.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 0.7;
}

.spot__swiper-button-next,
.pickup__swiper-button-next,
.swiper-button-next {
    right: -25px;
}

.spot__swiper-button-prev,
.pickup__swiper-button-prev,
.swiper-button-prev {
    left: -25px;
    transform: rotate(180deg);
}

.spot__swiper-button-next:after,
.spot__swiper-button-prev:after,
.pickup__swiper-button-next:after,
.pickup__swiper-button-prev:after,
.swiper-button-next:after,
.swiper-button-prev:after {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-top: 2px solid white;
    border-right: 2px solid white;
}

.spot__swiper-button-next:after,
.pickup__swiper-button-next:after,
.swiper-button-next:after {
    transform: rotate(45deg);
}

.spot__swiper-button-prev::after,
.pickup__swiper-button-prev::after,
.swiper-button-prev::after {
    transform: rotate(45deg);
}

.swiper-container-horizontal > .spot__swiper-scrollbar,
.swiper-container-horizontal > .pickup__swiper-scrollbar,
.swiper-container-horizontal > .swiper-scrollbar {
    height: 10px;
    z-index: 1;
    background: #ccc;
}

.swiper-scrollbar-drag {
    background: #888;
}

/* end_swiper-arrow */

/* start_人気のハイキングスポット */

/* start_ベストシーズン早見表 */

.HikingBestSeason {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 40px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.HikingBestSeason .HikingCommon__h3 {
    width: 100%;
    margin-bottom: 0;
}

.HikingBestSeason__inner {
    width: calc((100% - 40px) / 2);
}

.HikingBestSeason__group {
    margin-bottom: 40px;
}

.HikingBestSeason__h4 {
    margin-bottom: 20px;
    padding: 12px 15px;
    font-weight: 700;
    border-radius: 6px;
    border-left: 10px solid var(--main, #246e7c);
    background-color: var(--main-color--pale, #d4ebef);
}

.HikingBestSeason__table {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
}

.HikingBestSeason__table::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 8px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    pointer-events: none;
    border: 1px solid var(--line-color, #d9d9d9);
}

.HikingBestSeason__table tr {
    background-color: white;
}

.HikingBestSeason__table tr:not(:last-child) {
    border-bottom: 1px solid var(--line-color, #d9d9d9);
}

.HikingBestSeason__table th {
    position: relative;
    display: flex;
    gap: 10px;
    align-items: center;
    padding: 10px;
}

.HikingBestSeason__table th::after {
    content: "";
    display: block;
    width: calc(100% - 20px);
    height: calc(100% - 30px);
    position: absolute;
    top: 15px;
    left: 10px;
    pointer-events: none;
    border-right: 2px dotted var(--main-color, #246e7c);
}

.HikingBestSeason__table th::before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 50px;
    background-size: cover;
    background-repeat: no-repeat;
}

.HikingBestSeason__th--pyrenees::before {
    background-image: url(/attending/hiking/kaigai/images/best-season_pyrenees.png);
}

.HikingBestSeason__th--alps::before {
    background-image: url(/attending/hiking/kaigai/images/best-season_alps.png);
}

.HikingBestSeason__th--tyrol::before {
    background-image: url(/attending/hiking/kaigai/images/best-season_tyrol.png);
}

.HikingBestSeason__th--dolomites::before {
    background-image: url(/attending/hiking/kaigai/images/best-season_dolomites.png);
}

.HikingBestSeason__th--montblanc::before {
    background-image: url(/attending/hiking/kaigai/images/best-season_montblanc.png);
}

.HikingBestSeason__th--england::before {
    background-image: url(/attending/hiking/kaigai/images/best-season_england.png);
}

.HikingBestSeason__th--jeju::before {
    background-image: url(/attending/hiking/kaigai/images/best-season_jeju.png);
}

.HikingBestSeason__th--himalayas::before {
    background-image: url(/attending/hiking/kaigai/images/best-season_himalayas.png);
}

.HikingBestSeason__th--grandcircle::before {
    background-image: url(/attending/hiking/kaigai/images/best-season_grandcircle.png);
}

.HikingBestSeason__th--yosemite::before {
    background-image: url(/attending/hiking/kaigai/images/best-season_yosemite.png);
}

.HikingBestSeason__th--canadianrockies::before {
    background-image: url(/attending/hiking/kaigai/images/best-season_canadianrockies.png);
}

.HikingBestSeason__th--patagonia::before {
    background-image: url(/attending/hiking/kaigai/images/best-season_patagonia.png);
}

.HikingBestSeason__th--tasmania::before {
    background-image: url(/attending/hiking/kaigai/images/best-season_tasmania.png);
}

.HikingBestSeason__th--southernalps::before {
    background-image: url(/attending/hiking/kaigai/images/best-season_southernalps.png);
}

.HikingBestSeason__country {
    padding-left: 10px;
    font-size: 14px;
    border-left: 1px solid var(--main-color, #246e7c);
}

.HikingBestSeason__table td {
    width: 140px;
    padding-left: 5px;
    font-weight: 700;
    vertical-align: middle;
}

/* end_ベストシーズン早見表 */

/* start_ハイキングの服装・持ち物 */

#HikingPreparation {
    padding: 80px 0;
}

.HikingPreparation__il {
    counter-reset: preparation 0;
    position: relative;
    width: 1024px;
    height: 400px;
    margin: 0 auto;
    background: url(/attending/hiking/kaigai/images/preparation_il.png) no-repeat center / contain;
}

.HikingPreparation__li {
    display: block;
    position: absolute;
    color: var(--main, #246e7c);
    font-weight: 700;
    padding: 10px 20px;
    border-radius: 100vw;
    background-color: white;
    border: 1px solid var(--line-color, #d9d9d9);
}

.HikingPreparation__li::before {
    content: "0" counter(preparation) ".";
    counter-increment: preparation;
    margin-right: 5px;
    font-style: italic;
    font-size: 18px;
}

.HikingPreparation__li::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -9.5px;
    right: 20px;
    width: 13px;
    height: 9.5px;
    background: url(/attending/hiking/kaigai/images/preparation_balloon.svg) no-repeat center / contain;
}

.HikingPreparation__li02::after,
.HikingPreparation__li03::after,
.HikingPreparation__li04::after {
    transform: scaleX(-1);
    right: auto;
    left: 20px;
}

.HikingPreparation__li01 {
    top: 120px;
    left: 60px;
}

.HikingPreparation__li02 {
    top: 0;
    right: 180px;
}

.HikingPreparation__li03 {
    top: 100px;
    right: 190px;
}

.HikingPreparation__li04 {
    top: 180px;
    right: 55px;
}

.HikingPreparation__li05 {
    top: 250px;
    left: 115px;
}

.HikingPreparation__li06 {
    top: 325px;
    left: 155px;
}

.HikingPreparation__items {
    counter-reset: preparation 0;
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 1024px;
    margin: -10px auto 0 auto;
    padding: 40px;
    border-radius: 16px;
    background-color: white;
    border: 1px solid var(--line-color, #d9d9d9);
}

.HikingPreparation__item {
    width: calc((100% - 60px) / 4);
}

.HikingPreparation__item-name {
    margin-bottom: 10px;
    color: var(--main, #246e7c);
    font-weight: 700;
}

.HikingPreparation__item-name::before {
    content: "0" counter(preparation);
    counter-increment: preparation;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    margin-right: 5px;
    padding-right: 2px;
    color: white;
    font-size: 14px;
    font-style: italic;
    border-radius: 50%;
    background-color: var(--main-color, #246e7c);
}

/* end_ハイキングの服装・持ち物 */

/* start_よくある質問 */

#HikingQa {
    padding: 80px 0;
}

.HikingQa__inner {
    display: flex;
    flex-direction: column;
    gap: 20px;
    width: 1024px;
    margin: 0 auto;
}

.HikingQa__details {
    border: 1px solid var(--line-color, #d9d9d9);
    border-radius: 6px;
    background-color: white;
}

.HikingQa__summary {
    display: flex;
    gap: 20px;
    align-items: center;
    justify-content: flex-start;
    list-style: none;
    padding: 20px;
    color: var(--main, #246e7c);
    font-weight: 700;
    cursor: pointer;
    transition: background-color 0.3s;
}

.HikingQa__summary::-webkit-details-marker {
    display: none;
}

.HikingQa__summary:hover {
    background-color: var(--main-color--pale, #d4ebef);
}

.HikingQa__summary::before {
    content: "Q";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 45px;
    height: 45px;
    color: white;
    font-size: 18px;
    font-weight: 600;
    border-radius: 50%;
    background-color: var(--main-color, #246e7c);
}

.HikingQa__summary::after {
    content: "+";
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 30px;
    height: 30px;
    margin-left: auto;
    font-size: 21px;
    font-weight: 400;
    letter-spacing: 0;
    border-radius: 50%;
    background-color: white;
    border: 1px solid var(--line, #d9d9d9);
}

.HikingQa__details[open] .HikingQa__summary::after {
    content: "-";
    padding-bottom: 2px;
}

.HikingQa__answer {
    display: flex;
    gap: 2rem;
    align-items: center;
    padding: 20px;
}

.HikingQa__answer::before {
    content: "A";
    display: inline-flex;
    justify-content: center;
    align-items: center;
    min-width: 45px;
    height: 45px;
    color: var(--main-color, #246e7c);
    font-size: 18px;
    font-weight: 600;
    border-radius: 50%;
    border: 1px solid var(--line-color, #d9d9d9);
}

/* end_よくある質問 */

/* start_導線 */

#HikingSiteFlow {
    display: flex;
    gap: 20px;
    justify-content: center;
    padding: 80px 0;
}

.HikingSiteFlow__a {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    width: 328px;
    padding: 30px 20px 30px 10px;
    color: white;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
    border-radius: 8px;
    background-color: var(--main-color, #246e7c);
    transition: opacity 0.3s;
}

.HikingSiteFlow__a:hover {
    opacity: 0.7;
}

.HikingSiteFlow__a::before {
    content: "";
    display: block;
    width: 60px;
    height: 60px;
    background-size: contain;
    background-repeat: no-repeat;
}

.HikingSiteFlow__a--top::before {
    background-image: url(/attending/hiking/kaigai/images/site-flow_icon_top.svg);
}

.HikingSiteFlow__a--d::before {
    background-image: url(/attending/hiking/kaigai/images/site-flow_icon_d.svg);
}

.HikingSiteFlow__a--seminar::before {
    background-image: url(/attending/hiking/kaigai/images/site-flow_icon_seminar.svg);
}

.HikingSiteFlow__a::after {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    margin-left: auto;
    background: url(/attending/hiking/kaigai/images/site-flow_icon.svg) no-repeat center / contain;
}

/* end_導線 */

/* start_その他おすすめ特集 */

#HikingFeature {
    padding: 80px 0;
}

.swiper-banner-container {
    position: relative;
    width: 1024px;
    margin: 0 auto;
}

.swiper-banner-container .swiper-button-next {
    top: 50%;
    transform: translateY(-10px);
}

.swiper-banner-container .swiper-button-prev {
    top: 50%;
    transform: translateY(-10px) rotate(180deg);
}

#SlideBanner {
    padding-bottom: 20px;
}

#SlideBanner .swiper-slide {
    max-width: 230px;
    margin-right: 10px;
    transition: opacity 0.3s;
}

#SlideBanner .swiper-slide:hover {
    opacity: 0.7;
}

.bannerCassette_content {
    color: var(--main, #246e7c);
    font-weight: 700;
    font-size: 14px;
}

.bannerImg {
    margin-bottom: 5px;
}

/* end_その他おすすめ特集 */

/* .Search__form-group:has(label[for="i-theme"]) {
    display: none;
} */

#btnToTop {
    width: 80px;
    height: 80px;
    background-image: url(/attending/hiking/kaigai/images/btnToTop.svg);
}



.PickUp__article {
    display: flex;
    flex-direction: column;
    max-width: 252px;
    margin-right: 20px;
    transition: background-color 0.3s;
}

.PickUp__article:hover {
    opacity: 0.7;
} 

.PickUp__article__article-img {
    order: -1;
    margin-bottom: 15px;
    overflow: hidden;
    aspect-ratio: 4/3;
    border-radius: 16px 16px 0 0;
}

.PickUp__article__article-text-wrap {
    display: flex;
    align-items: center;
    flex-direction: column;
    padding: 10px 20px 20px 20px;
}

.PickUp__article__article-p {
    margin-bottom: 20px;
}


/* --------------------start_動画-------------------- */
#Movie {
  /* margin-bottom: 60px; */
  padding: 80px 0;
  background: #f5f5f5;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
}
#Movie .btn {
    display: block;
    padding: 21px 20px;
    font-weight: 700;
    text-align: center;
    border-radius: 6px;
    transition: background-color 0.3s;
    position: relative;
    width: 600px;
    margin: 30px auto 0;
    border: 2px solid var(--main-color, #246e7c);
    background-color: var(--main-color, #246e7c);;
    color: white;
}

#Movie .btn:hover {
    background-color: var(--main-color--pale, #d4ebef);
    color: var(--main-color, #246e7c);
}

#Movie .btn::before {
    content: "";
    position: absolute;
    /* display: inline-block; */
    width: 20px;
    height: 20px;
    right: 28px;
    margin-left: 10px;
    border-radius: 50%;
    vertical-align: -4px;
    background-color: var(--accent-color-on-white, #fcaf32);
}
#Movie .btn::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 28px;
    display: block;
    width: 6px;
    height: 6px;
    border-top: 2px solid white;
    border-right: 2px solid white;
    transform: translateY(-50%) rotate(45deg);
    margin: auto;
    inset: 2px 36px 0 auto;
}


.Movie {
    position: relative;
    height: auto;
    padding: 15px;
    border: 1px solid #e5e5e5;
    border-radius: 6px;
    box-shadow: 0 2.5rem 2rem -2rem rgba(0, 0, 0, 0.1);
    background: white;
    transition: box-shadow 0.3s;
    width: 800px;
    /* margin: 0 auto; */
}

.Movie:hover {
  box-shadow: 0 2.5rem 2rem -2rem rgba(0, 0, 0, 0);
}

.Movie .uliza-wrap + div {
  width: 100% !important;
}

.Movie__img {
  display: block;
  position: relative;
  margin-bottom: 15px;
  height: 150px;
  border-radius: 4px;
  overflow: hidden;
  cursor: pointer;
}

.video-js .vjs-big-play-button {
  display: none !important;
}

.Movie__img::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0.5;
  display: block;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background-color: black;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s, background-color 0.3s;
  z-index: 10;
}

.Movie__img:hover::before {
  opacity: 1;
  background-color: var(--corporate-color);
}

.Movie__img::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 12px 0 12px 18px;
  border-color: transparent transparent transparent white;
  transform: translate(-30%, -50%);
  z-index: 20;
}

.Movie__ttl {
  margin-bottom: 10px;
  font-weight: 600;
}

.Movie__caption {
  font-size: 1.4rem;
}

/* start_magnific-popup */
/*
.mfp-bg {
  background: #00111a;
  opacity: 0.7;
}*/
/*
.mfp-content {
  border: 30px solid white;
  border-radius: 6px;
}*/

.mfp-iframe-scaler iframe {
  box-shadow: none;
}
/*
.mfp-iframe-holder .mfp-close {
  top: -80px;
  right: -35px;
  opacity: 1;
  padding: 0;
  width: 40px;
  height: 40px;
  color: #888;
  line-height: 41px;
  text-align: center;
  border-radius: 50%;
  background: white;
  transition: opacity 0.3s;
}

.mfp-iframe-holder .mfp-close:hover {
  opacity: 0.7;
}*/
/* end_magnific-popup */
/* --------------------start_動画-------------------- */

/* --------------------start_動画枠swiper設定-------------------- */
.Movie__swiper-outer {
  position: relative;
}

.Movie__swiper {
  --swiper-theme-color: var(--corporate-color);
  margin: 0 auto 0 auto;
  padding: 0 0 30px 0;
  position: static;
  overflow: hidden;
  list-style: none;
  z-index: 1;
}

.Movie__swiper .swiper-slide {
  transition-property: transform, box-shadow;
}

/* start_swiper-arrow */
.Movie__swiper-button-next.swiper-button-disabled,
.Movie__swiper-button-prev.swiper-button-disabled {
  display: none;
}

.Movie__swiper-button-next,
.Movie__swiper-button-prev {
  position: absolute;
  top: 120px;
  z-index: 10;
  width: 50px;
  height: 50px;
  background: white;
  border-radius: 50%;
  border: 2px solid var(--corporate-color);
  transition: background-color 0.3s;
  cursor: pointer;
}

.Movie__swiper-button-next:hover,
.Movie__swiper-button-prev:hover {
  background-color: var(--active-color);
}

.Movie__swiper-button-next {
  right: -25px;
}

.Movie__swiper-button-prev {
  left: -25px;
  transform: rotate(180deg);
}

.Movie__swiper-button-next:after,
.Movie__swiper-button-prev:after {
  content: none;
}

.Movie__swiper.swiper-container-horizontal > .swiper-scrollbar {
  height: 10px;
  z-index: 1;
  background: #f5f5f5;
}

.Movie__swiper .swiper-scrollbar-drag {
  background: #ccc;
}
/* end_swiper-arrow */
/* --------------------end_動画枠swiper設定-------------------- */


/* 背景 */
.mfp-bg {
  background-color: rgba(0, 0, 0, 0.8);
}

/* Magnific Popup 全体を中央揃えに */
.mfp-wrap,
.mfp-container {
  position: fixed !important;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
}

/* .mfp-contentをフレックス内で中央に */
.mfp-content {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 !important;
  position: relative !important;
}

/* モーダル本体 */
#movie-modal1 {
  position: relative;
  width: 50vw;
  max-width: 800px;
  padding: 20px;
  box-sizing: border-box;
  transform: none !important;
  margin: 0 auto; /* ← 中央寄せ保険 */
}

/* プレースホルダー */
#placeHolder {
  width: 100%;
  min-height: 300px;
  position: relative;
  box-sizing: border-box;
}

/* 閉じるボタンを右上に固定 */
.m-close {
  position: absolute;
  top: -40px;
  right: -40px;
  width: 80px;
  height: 80px;
  font-size: 64px;
  line-height: 80px;
  text-align: center;
  color: #fff;
  background: transparent;
  border: none;
  cursor: pointer;
  z-index: 1000;
  transition: opacity 0.2s ease;
}
.m-close:hover {
  opacity: 0.7;
}

/* body固定時の右ズレ防止 */
body.fixed-scrollbar {
  padding-right: var(--scrollbar-width, 0px); /* ← スクロールバーぶん補正 */
}

.movie-thumb {
  position: relative;
  display: inline-block;
  cursor: pointer;
  overflow: hidden;
}

.movie-thumb img {
  display: block;
  width: 100%;
  height: auto;

}

.play-overlay {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 60px; /* 丸のサイズ */
  height: 60px;
  background-color: rgba(39, 39, 39, 0.4);
  border-radius: 50%;
  pointer-events: none; 
  display: flex;
  align-items: center;
  justify-content: center;
}

.play-overlay::before {
  content: "";
  width: 0;
  height: 0;
  display: block;
  border-style: solid;
  border-top: 12px solid transparent;
  border-bottom: 12px solid transparent;
  border-left: 22px solid #fff; 
  margin-left: 6px;
  font-size: 0;
}