@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.png) 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 {
    display: flex;
    justify-content: center;
    width: calc(100% - 40px);
    margin: 0 auto;
    padding: 15px 0;
    color: white;
    font-weight: 500;
    border-radius: 8px;
    background-color: var(--main-color);
}

.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: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 30px;
    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;
}

.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 {
    display: flex;
    gap: 10px;
    justify-content: center;
    margin-bottom: -40px;
    color: var(--main, #246e7c);
    font-size: 17px;
    font-weight: 700;
}

.HikingTour__anchor-a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 248px;
    height: 100%;
    min-height: 73px;
    padding: 15px 20px;
    line-height: 1.2;
    background-color: white;
    border-radius: 8px;
    border: 1px solid var(--line-color, #d9d9d9);
    transition: background-color 0.3s;
}

.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::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;
}

.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;
}

.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 */
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    display: none;
}

.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;
}

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

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

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

.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;
}

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

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

.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: 1024px;
    margin: 0 auto;
}

.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;
}