.panel__item {
    position: relative
}

.panel__item a {
    display: block;
    color: #212121
}

@media only screen and (max-width:767px) {
    .panel__item a {
        border-radius: 5px;
        padding: .13333vw 2.66667vw 2.66667vw 2.66667vw
    }
}

.panel__item a:hover .panel__thumb::before {
    top: 5px;
    right: -5px
}

.panel__item a:hover .panel__text {
    color: #f26d00
}

@media only screen and (max-width:767px) {
    .panel__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.panel__item_new::before {
    content: "";
    position: absolute;
    width: 66px;
    height: 35px;
    background: url(/assets/img/common/icon-new-small.svg) no-repeat center top;
    background-size: 100% 100%;
    top: 20px;
    left: -5px;
    z-index: 10
}

@media only screen and (max-width:767px) {
    .panel__item_new::before {
        width: 14.66667vw;
        height: 7.33333vw;
        background: url(/assets/img/common/icon-new_sp.svg) no-repeat center top;
        background-size: 100% 100%;
        top: 4vw;
        left: 2vw;
        z-index: 10
    }
}

.panel__thumb {
    position: relative
}

.panel__thumb img {
    width: 100%;
    position: relative;
    z-index: 5
}

@media only screen and (max-width:767px) {
    .panel__thumb img {
        width: 100%;
        height: auto
    }
}

.panel__thumb::before {
    content: "";
    position: absolute;
    width: 98%;
    height: 100%;
    top: 0;
    right: 4px;
    background: #f26d00;
    z-index: 1;
    border-radius: 6px;
    -webkit-transition: top .25s, right .25s;
    transition: top .25s, right .25s
}

@media only screen and (max-width:767px) {
    .panel__thumb::before {
        content: none
    }
}

.panel__thumb-img {
    overflow: hidden;
    border-radius: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 160px
}

@media only screen and (max-width:767px) {
    .panel__thumb-img {
        width: 28vw;
        height: 22vw;
        margin-top: 2.53333vw;
        border-radius: .66667vw
    }
}

.panel__thumb-img.img_wide {
    position: relative;
    z-index: 5
}

@media only screen and (min-width:768px) {
    .panel__thumb-img.img_wide img {
        width: auto;
        height: 100%;
        display: block;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }
}

@media only screen and (max-width:767px) {
    .panel__thumb-img.img_wide img {
        width: auto;
        height: 100%
    }
}

@media only screen and (max-width:767px) {
    .panel__detail {
        width: 53.33333vw
    }
}

.panel__item-head {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 7px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

@media only screen and (max-width:767px) {
    .panel__item-head {
        margin-top: 0
    }
}

.panel__category {
    display: inline-block;
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    line-height: 1.83333;
    border-radius: 11px;
    padding: 2px 10px 0;
    margin-right: 20px;
    margin-top: 10px;
    text-align: center
}

@media only screen and (max-width:767px) {
    .panel__category {
        font-size: 2.93333vw;
        line-height: 1.18182;
        padding: 1.2vw 2.66667vw 1.06667vw;
        border-radius: 20px;
        margin-right: 2.66667vw;
        margin-top: 2.53333vw
    }
}

.panel__category_gourmet {
    background: #1cb7ff
}

.panel__category_along {
    background: #ed5d00
}

.panel__category_event {
    background: #fcc100
}

.panel__category_hiking {
    background: #5cbb28
}

.panel__station {
    font-size: 1.2rem;
    line-height: 1.66667;
    position: relative;
    padding-left: 17px;
    -webkit-transition: color .25s;
    transition: color .25s;
    margin-top: 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .panel__station {
        font-size: 2.93333vw;
        line-height: 1.18182;
        padding-left: 4.66667vw;
        margin-top: 2.53333vw
    }
}

.panel__station::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 16px;
    margin-top: -8px;
    background: url(/assets/img/common/icon-train.svg) no-repeat center top;
    background-size: 100% 100%
}

@media only screen and (max-width:767px) {
    .panel__station::before {
        width: 2.66667vw;
        height: 4.26667vw;
        margin-top: -2.13333vw
    }
}

.panel__text {
    margin-top: 10px;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 1.73333;
    -webkit-transition: color .25s;
    transition: color .25s
}

@media only screen and (max-width:767px) {
    .panel__text {
        margin-top: 2vw;
        font-size: 4vw;
        line-height: 1.53333
    }
}

@media only screen and (max-width:767px) {
    .panel__item-foot {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
}

.panel__day {
    font-family: Lato, sans-serif;
    margin-top: 13px;
    font-size: 1.2rem;
    font-weight: 700;
    letter-spacing: .1em;
    word-break: break-all
}

@media only screen and (max-width:767px) {
    .panel__day {
        margin-top: 0;
        font-size: 2.93333vw
    }
}

.panel__heart {
    position: absolute;
    background-color: rgba(255, 255, 255, .8);
    top: 125px;
    right: 20px;
    border-radius: 3px;
    z-index: 10
}

@media only screen and (max-width:767px) {
    .panel__heart {
        position: static
    }
}

.panel__heart span {
    font-family: Lato, sans-serif;
    display: block;
    font-size: 1.1rem;
    font-weight: 900;
    letter-spacing: .1em;
    padding: 4px 8px 4px 23px;
    position: relative;
    line-height: 1.1
}

@media only screen and (max-width:767px) {
    .panel__heart span {
        font-size: 2.93333vw;
        background: url(/assets/img/common/fukidashi_gray.svg) no-repeat center top;
        background-size: 100% 100%;
        padding: 1.33333vw 4vw 1.33333vw 2vw;
        margin-right: 5.06667vw
    }
}

.panel__heart span::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 8px;
    width: 10px;
    height: 9px;
    margin-top: -4px;
    background: url(/assets/img/common/icon-favorite.svg) no-repeat center top;
    background-size: 100% 100%
}

@media only screen and (max-width:767px) {
    .panel__heart span::before {
        left: auto;
        right: -4.66667vw;
        width: 3.73333vw;
        height: 3.46667vw;
        margin-top: -1.6vw
    }
}

.panel__course {
    position: relative;
    margin-bottom: 11px;
    padding-left: 21px;
    font-size: 1.2rem
}

@media only screen and (max-width:767px) {
    .panel__course {
        margin: 1.06667vw 0 0;
        padding-left: 6.26667vw;
        font-size: 2.93333vw;
        line-height: 1.81818
    }
}

.panel__course:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 11px;
    height: 14px;
    margin-top: -7px;
    background: url(/assets/img/common/foot.svg) no-repeat center top;
    background-size: 100% 100%
}

@media only screen and (max-width:767px) {
    .panel__course:before {
        width: 3.6vw;
        height: 4.53333vw;
        margin-top: -2.26667vw
    }
}

.panel__hold {
    display: inline-block;
    background: #fff5e2;
    font-size: 1.2rem;
    vertical-align: middle;
    width: 52px;
    padding: 3px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 11px;
    border-radius: 3px
}

@media only screen and (max-width:767px) {
    .panel__hold {
        width: 12.66667vw;
        padding: 1.06667vw;
        font-size: 2.93333vw;
        margin: 0 2vw 0 0
    }
}

.panel__hold.panel__hold_finish {
    background: #eaeaea
}

.hiking .inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

@media only screen and (max-width:767px) {
    .hiking .inner {
        display: block
    }
}

.list__title+.panel__list {
    margin-top: 40px
}

@media only screen and (max-width:767px) {
    .list__title+.panel__list {
        margin-top: 5.33333vw
    }
}

.link__banner {
    position: relative;
    border-radius: 10px;
    background-image: url(/assets/img/common/head-bg-mesh02.gif)
}

@media only screen and (max-width:767px) {
    .link__banner {
        border-radius: 5px;
        margin: 6.4vw 0 8vw;
        background-size: .66667vw
    }
}

.link__banner a {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px;
    color: #212121;
    -webkit-transition: color .25s;
    transition: color .25s;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:767px) {
    .link__banner a {
        padding: 3.2vw 2.26667vw 2.66667vw 2.13333vw
    }
}

.link__banner a:hover .banner__text {
    color: #ed5d00
}

.link__banner .banner__img {
    width: 230px;
    height: 140px;
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 5px
}

@media only screen and (max-width:767px) {
    .link__banner .banner__img {
        width: 30.66667vw;
        height: 24vw;
        border-radius: 3px 3px 0 0
    }
}

.link__banner .banner__img img {
    width: 100%
}

.link__banner .banner__info {
    width: 460px;
    padding: 21px 20px;
    border-radius: 5px;
    background: #fff;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media only screen and (max-width:767px) {
    .link__banner .banner__info {
        width: 52.26667vw;
        padding: 2.4vw 2vw;
        border-radius: 3px
    }
}

.link__banner .banner__info .banner__title {
    width: 227px;
    margin-bottom: 17px
}

@media only screen and (max-width:767px) {
    .link__banner .banner__info .banner__title {
        width: 44.66667vw;
        margin-bottom: 2.13333vw
    }
}

.link__banner .banner__info .banner__title img {
    width: 100%
}

.link__banner .banner__info .banner__text {
    position: relative;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    margin-left: 17px;
    padding-left: 23px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

@media only screen and (min-width:768px) {
    .link__banner .banner__info .banner__text {
        max-height: 62px
    }
}

@media only screen and (max-width:767px) {
    .link__banner .banner__info .banner__text {
        margin-left: 3.73333vw;
        padding-left: 4.26667vw;
        font-size: 4vw;
        line-height: 1.16667
    }
}

.link__banner .banner__info .banner__text:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -7px;
    width: 14px;
    height: 14px;
    background: url(/assets/img/common/icon-arrow-orange.svg) no-repeat center center;
    background-size: 100% 100%
}

@media only screen and (max-width:767px) {
    .link__banner .banner__info .banner__text:before {
        top: 0;
        margin-top: .13333vw;
        width: 3.33333vw;
        height: 3.33333vw
    }
}

.link__banner a:before {
    content: "";
    position: absolute;
    bottom: -9px;
    left: -20px;
    width: 50px;
    height: 62px;
    background: url(/assets/img/common/icon-distance.svg) no-repeat center top;
    background-size: 100% 100%;
    z-index: 10;
    pointer-events: none
}

@media only screen and (max-width:767px) {
    .link__banner a:before {
        bottom: 0;
        left: -3.2vw;
        width: 7.33333vw;
        height: 9.33333vw
    }
}

.link__banner a:after {
    content: "";
    position: absolute;
    top: -9px;
    right: 50px;
    width: 26px;
    height: 55px;
    background: url(/assets/img/common/icon-foot.png) no-repeat center top;
    background-size: 100% 100%;
    z-index: 10;
    pointer-events: none
}

@media only screen and (max-width:767px) {
    .link__banner a:after {
        top: -.8vw;
        right: -.8vw;
        width: 5.73333vw;
        height: 12vw
    }
}

.favorite__pc {
    position: relative
}

@media only screen and (max-width:767px) {
    .favorite__pc {
        display: none
    }
}

.favorite__pc .btn__fav {
    position: relative;
    margin-left: auto;
    display: block;
    width: 165px;
    background-image: url(/assets/img/common/bg_fav_text.png);
    background-repeat: no-repeat;
    background-size: 100%;
    padding: 18px 0 15px 26px
}

.favorite__pc .check {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 16px;
    background: url(/assets/img/common/icon-favorite_inactive.svg) no-repeat center top;
    background-size: 100% 100%;
    margin-top: -4px
}

.favorite__pc input[type=checkbox] {
    display: none;
    opacity: 0;
    visibility: hidden
}

.favorite__pc input[type=checkbox]:checked+.check {
    background: url(/assets/img/common/icon-favorite.svg) no-repeat center top;
    background-size: 100% 100%
}

.favorite__pc .favorite__text {
    font-size: 1.6rem;
    font-weight: 700;
    margin-left: 4px
}

.favorite__pc:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 4px;
    background-image: url(/assets/img/common/bg_fav.png);
    background-size: 100%
}

@media only screen and (max-width:767px) {
    .event__course-slider {
        position: relative
    }

    .favorite__sp {
        position: absolute;
        z-index: 100;
        right: 4vw
    }

    .favorite__sp .btn__fav {
        position: relative;
        margin-left: auto;
        display: block;
        width: 13.33333vw;
        height: 13.33333vw;
        border-radius: 100%;
        background-color: #fff3df;
        background-repeat: no-repeat;
        background-size: 100%;
        padding: 10px 0;
        cursor: pointer
    }

    .favorite__sp .check {
        width: 5.73333vw;
        height: 4.8vw;
        background: url(/assets/img/common/icon-favorite_inactive.svg) no-repeat center top;
        background-size: 100% 100%;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%)
    }

    .favorite__sp input[type=checkbox] {
        opacity: 0;
        visibility: hidden
    }

    .favorite__sp input[type=checkbox]:checked+.check {
        background: url(/assets/img/common/icon-favorite.svg) no-repeat center top;
        background-size: 100% 100%
    }
}

.course__list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.course__list .panel__item {
    width: 230px
}

.course__list .panel__item:nth-child(n+4) {
    display: none
}

@media only screen and (min-width:768px) {
    .course__list .panel__item:nth-child(n+4) {
        margin-top: 20px
    }
}

@media only screen and (max-width:767px) {
    .course__list .panel__item {
        width: 48.51%;
        border: none
    }

    .course__list .panel__item:nth-child(n+3) {
        margin-top: 6.66667vw
    }
}

@media only screen and (max-width:767px) {
    .course__list .panel__item.panel__item_new::before {
        content: "";
        width: 17.06667vw;
        height: 7.33333vw;
        background: url(/assets/img/common/icon-new_sp.svg) no-repeat center top;
        background-size: 100% 100%;
        top: 2.66667vw;
        left: -1.06667vw;
        z-index: 10
    }
}

@media only screen and (max-width:767px) {
    .course__list .panel__item a {
        display: block;
        padding: 0
    }
}

.course__list .panel__item a:hover .panel__detail-text {
    color: #f26d00
}

@media only screen and (max-width:767px) {
    .course__list .panel__thumb {
        width: 100%
    }
}

@media only screen and (max-width:767px) {
    .course__list .panel__thumb-img {
        width: 43.33333vw;
        height: 30vw;
        margin-top: 0
    }
}

@media only screen and (max-width:767px) {
    .course__list .panel__detail {
        width: 100%
    }
}

.course__list .panel__item-head {
    margin-top: 12px
}

@media only screen and (max-width:767px) {
    .course__list .panel__item-head {
        margin-top: 1.46667vw
    }
}

@media only screen and (max-width:767px) {
    .course__list .panel__text {
        font-size: 4vw;
        line-height: 1.53333
    }
}

.course__list .panel__detail-text {
    margin-top: 6px;
    font-size: 1.4rem;
    line-height: 1.57143;
    -webkit-transition: color .25s;
    transition: color .25s
}

@media only screen and (max-width:767px) {
    .course__list .panel__detail-text {
        margin-top: 1.73333vw;
        font-size: 3.73333vw;
        line-height: 1.57143;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden
    }
}

.course__list .panel__heart {
    top: 125px;
    right: 17px
}

@media only screen and (max-width:767px) {
    .course__list .panel__heart {
        position: absolute;
        top: 22vw;
        right: 2.13333vw;
        left: auto;
        bottom: auto;
        margin: 0
    }
}

@media only screen and (max-width:767px) {
    .course__list .panel__heart span {
        padding: 1.06667vw 1.6vw 1.06667vw 6vw;
        margin: 0;
        background: 0 0
    }
}

@media only screen and (max-width:767px) {
    .course__list .panel__heart span:before {
        right: auto;
        left: 1.73333vw;
        width: 2.4vw;
        top: 0;
        bottom: 0;
        margin: auto;
        height: 2.13333vw
    }
}

.course__list .panel__item-foot {
    margin-top: 17px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media only screen and (max-width:767px) {
    .course__list .panel__item-foot {
        margin-top: .66667vw
    }
}

.course__list:after {
    content: "";
    display: block;
    width: 230px
}

.course__list-other {
    margin-top: 60px
}

@media only screen and (max-width:767px) {
    .course__list-other {
        margin-top: 8vw
    }
}

.course__list:after {
    content: "";
    display: block;
    width: 230px
}

.course__list-moretitle {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    margin: 80px 0 35px
}

@media only screen and (max-width:767px) {
    .course__list-moretitle {
        font-size: 3.73333vw;
        line-height: 6.66667vw;
        margin: 12vw 0 3.33333vw
    }

    .course__list-moretitle span {
        font-size: 5.33333vw
    }
}

.panel__list--discovery {
    position: relative;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.panel__list--discovery .panel__item {
    width: 230px
}

.panel__list--discovery .panel__item:nth-child(n+4) {
    display: none
}

.panel__list--discovery .panel__item-head {
    margin-top: 14px
}

.panel__list--discovery .panel__text {
    margin-top: 4px
}

@media only screen and (max-width:767px) {
    .panel__list--discovery {
        display: block;
        border: 2px solid #eaeaea;
        border-radius: 5px;
        background-color: #f9f9f9;
        padding: 6.66667vw 5.06667vw
    }

    .panel__list--discovery .panel__item {
        width: 100%
    }

    .panel__list--discovery .panel__item a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        background: 0 0;
        padding: 0
    }

    .panel__list--discovery .panel__item .panel__thumb {
        margin-bottom: 0;
        width: 32vw;
        margin-top: 0
    }

    .panel__list--discovery .panel__item .panel__thumb-img {
        width: 32vw;
        height: 22.66667vw;
        margin-top: 0
    }

    .panel__list--discovery .panel__item .panel__detail {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 42vw;
        margin-top: 2.66667vw
    }

    .panel__list--discovery .panel__item .panel__detail .panel__item-head {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        margin-top: -1.33333vw
    }

    .panel__list--discovery .panel__item .panel__detail .panel__text {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: 0
    }

    .panel__list--discovery .panel__item:nth-of-type(1n+2) {
        margin-top: 2.66667vw
    }
}

.panel__list--discovery::before {
    content: "";
    top: -72px;
    right: 30px;
    position: absolute;
    width: 93px;
    height: 72px;
    background-image: url(/assets/img/hiking/icon-discovery.png);
    background-repeat: no-repeat;
    background-size: 100%
}

@media only screen and (max-width:767px) {
    .panel__list--discovery::before {
        top: -18vw;
        left: 2vw;
        width: 14.53333vw;
        height: 12.4vw;
        background-image: url(/assets/img/hiking/icon-discovery_hukidasi_sp.png)
    }
}

@media only screen and (max-width:767px) {
    .panel__list--discovery::after {
        content: "";
        top: -11vw;
        right: 9vw;
        position: absolute;
        width: 7.86667vw;
        height: 17.33333vw;
        background-image: url(/assets/img/hiking/icon-discovery_sp.png);
        background-repeat: no-repeat;
        background-size: 100%;
        z-index: -1
    }
}

@media only screen and (max-width:767px) {
    .aside-feature {
        margin-top: 4.93333vw
    }
}

@media only screen and (max-width:767px) {
    .hiking__title {
        margin-top: 5.33333vw;
        margin-left: 1.06667vw
    }
}

@media only screen and (min-width:768px) {
    .hiking__title .hiking__sub {
        width: 33px
    }
}

@media only screen and (max-width:767px) {
    .hiking__title .hiking__sub {
        width: 71.33333vw
    }
}

@media only screen and (max-width:767px) {
    .favorite__sp {
        bottom: 17vw
    }
}

.hiking__list-outer {
    width: 750px
}

@media only screen and (max-width:767px) {
    .hiking__list-outer {
        width: 100%
    }
}

.keyword-icon--color {
    background-color: #5cbb28;
    width: 110px
}

@media only screen and (max-width:767px) {
    .keyword-icon--color {
        width: 22.66667vw
    }
}

.hiking__keyword {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 2px
}

@media only screen and (max-width:767px) {
    .hiking__keyword {
        margin-top: 6.66667vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.hiking__keyword .hiking__keyword-sp__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.hiking__keyword .hiking__keyword-sp__title .hiking__keyword-icon {
    margin-left: 8vw;
    font-size: 2.93333vw
}

.hiking__keyword .hiking__keyword-sp__title .hiking__keyword-station {
    line-height: 1.5;
    margin: 2vw 2.66667vw 2vw 8vw
}

.hiking__keyword .hiking__keyword-sp__title .hiking__keyword-station a {
    color: #1cb7ff
}

.hiking__keyword .hiking__keyword-that {
    font-size: 1.4rem;
    color: #fff;
    font-weight: 700;
    padding: 7px 6px 6px;
    border-radius: 50px;
    text-align: center
}

.hiking__keyword .hiking__keyword-that a {
    color: #fff
}

@media only screen and (max-width:767px) {
    .hiking__keyword .hiking__keyword-that {
        font-size: 2.93333vw;
        padding: 1.33333vw 2.66667vw
    }
}

.hiking__keyword .hiking__keyword-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 50px
}

.hiking__keyword .hiking__keyword-list a {
    color: #212121
}

@media only screen and (max-width:767px) {
    .hiking__keyword .hiking__keyword-list {
        margin: 1.33333vw 0 2vw;
        margin-left: 6vw
    }
}

.hiking__keyword .hiking__keyword-list .hiking__keyword-icon {
    margin-right: 60px;
    font-size: 1.5rem
}

@media only screen and (max-width:767px) {
    .hiking__keyword .hiking__keyword-list .hiking__keyword-icon {
        font-size: 2.93333vw;
        margin-right: 10.13333vw
    }
}

.hiking__keyword .hiking__keyword-list .hiking__keyword-icon:nth-of-type(1n+2) {
    margin-right: 65px
}

@media only screen and (max-width:767px) {
    .hiking__keyword .hiking__keyword-list .hiking__keyword-icon:nth-of-type(1n+2) {
        margin-right: 10.13333vw
    }
}

.hiking__keyword .hiking__keyword-list .hiking__keyword-icon:last-of-type {
    margin-right: 0
}

.hiking__keyword .hiking__keyword-list .hiking__keyword-station {
    max-width: 280px;
    line-height: 1.46667
}

.hiking__keyword .hiking__keyword-list .hiking__keyword-station a {
    color: #1cb7ff
}

.hiking__keyword .hiking__keyword-list .hiking__keyword-station a:hover {
    text-decoration: underline
}

@media only screen and (max-width:767px) {
    .hiking__keyword .hiking__keyword-list .hiking__keyword-day:before {
        content: "";
        position: absolute;
        left: -3vw;
        top: 50%;
        height: 3.46667vw;
        width: 2px;
        background-color: #ddd;
        opacity: .5
    }
}

.hiking__keyword .hiking__keyword-list li:after {
    content: "";
    position: absolute;
    top: 50%;
    right: -20px;
    width: 2px;
    height: 12px;
    margin-top: -6px;
    background-color: #ddd;
    opacity: .5
}

@media only screen and (max-width:767px) {
    .hiking__keyword .hiking__keyword-list li:after {
        right: -3.4vw;
        height: 3.46667vw;
        top: 50%;
        margin-top: -1.73333vw
    }
}

.hiking__keyword .hiking__keyword-list li:last-of-type:after {
    content: none
}

.hiking__keyword .hiking__keyword-icon {
    position: relative
}

.hiking__keyword .hiking__keyword-icon:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -25px;
    width: 16px;
    height: 20px;
    margin-top: -10px
}

@media only screen and (max-width:767px) {
    .hiking__keyword .hiking__keyword-icon:before {
        width: 2.93333vw;
        height: 4.8vw;
        margin-top: 0;
        left: -5vw;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }
}

.hiking__keyword .hiking__keyword-station:before {
    background: url(/assets/img/common/icon-train.svg) no-repeat center top;
    background-size: 100% 100%
}

.hiking__keyword .hiking__keyword-course:before {
    background: url(/assets/img/common/foot.svg) no-repeat center top;
    background-size: 100% 100%
}

.hiking__keyword .hiking__keyword-distance:before {
    background: url(/assets/img/common/icon-distance.svg) no-repeat center top;
    background-size: 100% 100%
}

.hiking__keyword .hiking__keyword-station a {
    color: #1cb7ff
}

.hiking__course-title {
    font-size: 3.4rem;
    line-height: 4.8rem;
    font-weight: 700;
    margin-top: 34px
}

@media only screen and (max-width:767px) {
    .hiking__course-title {
        font-size: 5.6vw;
        margin-top: 4vw;
        line-height: 8vw
    }
}

.hiking__course-view-description {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 30px
}

@media only screen and (max-width:767px) {
    .hiking__course-view-description {
        margin-top: 5.33333vw
    }
}

.hiking__course-view-sentence {
    width: 360px
}

@media only screen and (max-width:767px) {
    .hiking__course-view-sentence {
        width: 100%;
        margin-top: 4.66667vw
    }
}

.hiking__course-view-sentence .title {
    font-size: 2rem;
    line-height: 3.2rem;
    font-weight: 700
}

@media only screen and (max-width:767px) {
    .hiking__course-view-sentence .title {
        font-size: 4.53333vw;
        line-height: 6.4vw
    }
}

.hiking__course-view-sentence .border {
    background-image: linear-gradient(to right, #b2b2b2, #b2b2b2 1px, transparent 1px, transparent 2px);
    background-size: 4px 1px;
    background-position: top;
    background-repeat: repeat-x
}

.hiking__course-view-sentence .text {
    font-size: 1.5rem;
    line-height: 2.6rem;
    padding-top: 20px;
    margin-top: 20px
}

@media only screen and (max-width:767px) {
    .hiking__course-view-sentence .text {
        font-size: 4vw;
        line-height: 6.66667vw;
        padding-top: 4vw;
        margin-top: 4vw
    }
}

.hiking-container {
    overflow: hidden;
    width: 360px
}

@media only screen and (max-width:767px) {
    .hiking-container {
        width: 100%;
        position: relative
    }
}

.hiking-container .swiper-wrapper {
    height: 250px
}

@media only screen and (max-width:767px) {
    .hiking-container .swiper-wrapper {
        height: auto
    }
}

.hiking-container .swiper-slide img {
    width: 100%
}

.hiking-container .swiper-pagination-bullets {
    width: auto
}

.hiking-container .swiper-my-pagination .swiper-pagination-bullet {
    width: auto;
    height: auto;
    border-radius: 0
}

.hiking-container .swiper-container-horizontal>.swiper-my-pagination.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0
}

.hiking-container .swiper-my-pagination img {
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
    vertical-align: bottom
}

.hiking-container .swiper-my-pagination {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 14px
}

@media only screen and (max-width:767px) {
    .hiking-container .swiper-my-pagination {
        margin-top: 2.66667vw
    }
}

.hiking-container .swiper-my-pagination .swiper-pagination-bullet {
    width: 80px;
    margin: 0;
    padding: 0;
    display: block;
    margin-right: 13px
}

.hiking-container .swiper-my-pagination .swiper-pagination-bullet:nth-child(4n) {
    margin-right: 0
}

@media only screen and (max-width:767px) {
    .hiking-container .swiper-my-pagination .swiper-pagination-bullet {
        width: 20vw;
        margin-right: 3.33333vw
    }
}

.hiking-container .swiper-my-pagination .swiper-pagination-bullet img {
    width: 100%;
    border-radius: 3px
}

.hiking-container .swiper-my-pagination .swiper-pagination-bullet {
    padding: 2px;
    background: 0 0;
    opacity: 1;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 10px
}

.hiking-container .swiper-my-pagination .swiper-pagination-bullet-active {
    background: 0 0;
    position: relative
}

.hiking-container .swiper-my-pagination .swiper-pagination-bullet-active:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    border: 2px solid #ed5d00;
    width: 100%;
    height: 100%;
    border-radius: 3px
}

@media only screen and (max-width:767px) {
    .hiking-container .swiper-my-pagination .swiper-pagination-bullet-active:before {
        border: 3px solid #ed5d00
    }
}

@media only screen and (max-width:767px) {
    .snsbox {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-top: 6vw
    }
}

.course-map__course-view-description,
.model-course__view-description {
    margin-top: 40px
}

@media only screen and (max-width:767px) {

    .course-map__course-view-description,
    .model-course__view-description {
        margin-top: 4vw
    }
}

@media only screen and (max-width:767px) {
    .course-map__course-view-description .caption {
        text-align: right;
        margin-top: 4vw
    }

    .course-map__course-view-description .caption a {
        color: #1cb7ff;
        font-size: 3.2vw;
        font-weight: 700
    }
}

.course-map__course-view-description .map {
    width: 750px;
    height: 370px
}

@media only screen and (max-width:767px) {
    .course-map__course-view-description .map {
        width: 100%;
        height: 64vw
    }
}

.course-map__hiking,
.course-map__normal,
.model-course {
    margin-top: 63px
}

@media only screen and (max-width:767px) {

    .course-map__hiking,
    .course-map__normal,
    .model-course {
        margin-top: 8vw
    }
}

@media only screen and (max-width:767px) {
    .course-map__hiking {
        margin-top: 9.33333vw
    }
}

.model-course .model-course__description,
.model-course .model-course__keybox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.model-course .model-course__keybox {
    margin-right: 16px
}

@media only screen and (max-width:767px) {
    .model-course .model-course__keybox {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-right: 0;
        padding-left: 5vw;
        margin-top: 3.33333vw
    }
}

.model-course .model-course__keybox p:after {
    content: "";
    position: absolute;
    top: 0;
    right: -24px;
    width: 2px;
    height: 12px;
    background-color: #ddd;
    opacity: .5
}

@media only screen and (max-width:767px) {
    .model-course .model-course__keybox p:after {
        right: -3.4vw;
        height: 3.46667vw
    }
}

.model-course .model-course__keybox p:last-of-type:after {
    content: none
}

@media only screen and (max-width:767px) {
    .model-course .model-course__description {
        display: block
    }
}

.model-course .model-course__title {
    font-size: 2rem;
    font-weight: 700
}

@media only screen and (max-width:767px) {
    .model-course .model-course__title {
        font-size: 4vw
    }
}

.model-course .model-course__keybox .model-course__list {
    position: relative
}

.model-course .model-course__keybox .model-course__time:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: 16px;
    height: 16px;
    margin-top: -2px;
    background-image: url(/assets/img/common/icon-time_v2.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@media only screen and (max-width:767px) {
    .model-course .model-course__keybox .model-course__time:before {
        width: 3.33333vw;
        height: 3.2vw;
        margin-top: -.4vw;
        left: -5.33333vw
    }
}

.model-course .model-course__keybox .model-course__distance:before {
    content: "";
    position: absolute;
    top: 0;
    left: -25px;
    width: 16px;
    height: 18px;
    margin-top: -2px;
    background-image: url(/assets/img/common/icon-distance.svg);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@media only screen and (max-width:767px) {
    .model-course .model-course__keybox .model-course__distance:before {
        width: 3.33333vw;
        height: 4vw;
        margin-top: -.8vw;
        left: -5.33333vw
    }
}

.model-course .model-course__keybox .model-course__list:nth-of-type(1n+2) {
    margin-left: 70px
}

@media only screen and (max-width:767px) {
    .model-course .model-course__keybox .model-course__list:nth-of-type(1n+2) {
        margin-left: 12vw
    }
}

.model-course .model-course__keybox .model-course__distance,
.model-course .model-course__keybox .model-course__time {
    font-size: 1.5rem
}

@media only screen and (max-width:767px) {

    .model-course .model-course__keybox .model-course__distance,
    .model-course .model-course__keybox .model-course__time {
        font-size: 2.93333vw
    }
}

.model-course .model-course__maping {
    margin-top: 30px
}

@media only screen and (max-width:767px) {
    .model-course .model-course__maping {
        margin-top: 6.26667vw
    }

    .model-course .model-course__maping img {
        width: 100%
    }
}

.model-course .model-course__maping ul {
    overflow: hidden
}

@media only screen and (max-width:767px) {
    .model-course .model-course__maping ul {
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
        padding-bottom: 3.33333vw
    }
}

.model-course .model-course__maping ul li {
    overflow: hidden;
    float: left;
    width: 93px
}

@media only screen and (max-width:767px) {
    .model-course .model-course__maping ul li {
        width: 22vw;
        float: none;
        overflow-x: auto;
        display: inline-block;
        white-space: nowrap
    }
}

.model-course .model-course__maping ul li:nth-of-type(1n+9) {
    margin-top: 20px
}

@media only screen and (max-width:767px) {
    .model-course .model-course__maping ul li:nth-of-type(1n+9) {
        margin-top: 0
    }
}

.model-course .model-course__maping ul li:last-of-type {
    width: auto
}

.model-course .model-course__maping ul::-webkit-scrollbar {
    height: 5px
}

.model-course .model-course__maping ul::-webkit-scrollbar-thumb {
    background: #999;
    border-radius: 5px
}

.model-course .model-course__maping ul::-webkit-scrollbar-track-piece {
    background: #eaeaea
}

.model-course .model-course__maping .flow__box {
    position: relative;
    background-color: #faf3ec;
    width: 50px;
    height: 220px;
    padding: 10px 9px 0;
    float: left;
    border-radius: 5px
}

@media only screen and (max-width:767px) {
    .model-course .model-course__maping .flow__box {
        height: 50.66667vw;
        width: 12.4vw;
        padding: 2.4vw 2.4vw 0
    }
}

.model-course .model-course__maping .flow__box .flow__number {
    position: absolute;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
}

@media only screen and (max-width:767px) {
    .model-course .model-course__maping .flow__box .flow__number {
        width: 8vw
    }
}

.model-course .model-course__maping .flow__box .flow__text {
    position: absolute;
    top: 60px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    font-size: 1.8rem;
    font-weight: 700;
    height: 160px
}

@media only screen and (max-width:767px) {
    .model-course .model-course__maping .flow__box .flow__text {
        font-size: 4.26667vw
    }
}

.model-course .model-course__maping .flow__distance {
    padding: 63px 13px 0;
    font-size: 1.4rem;
    position: relative;
    float: left
}

@media only screen and (max-width:767px) {
    .model-course .model-course__maping .flow__distance {
        padding: 13.33333vw 2.66667vw 0;
        font-size: 3.33333vw
    }
}

.model-course .model-course__maping .flow__distance:before {
    content: "";
    top: 24px;
    left: 50%;
    position: absolute;
    width: 21px;
    height: 3px;
    margin-left: -10px;
    background-image: url(/assets/img/hiking/dot.png);
    background-repeat: no-repeat;
    background-size: 100%
}

@media only screen and (max-width:767px) {
    .model-course .model-course__maping .flow__distance:before {
        top: 5.33333vw;
        width: 5.06667vw;
        height: .66667vw;
        margin-left: -2.53333vw;
        background-image: url(/assets/img/hiking/dot_sp.png)
    }
}

.model-course .model-course__maping .tate {
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl
}

.model-course .model-course__maping .tate .number {
    text-combine-upright: all;
    -webkit-text-combine: horizontal;
    -ms-text-combine-horizontal: all
}

.model-course .model-course__time {
    font-size: 1.5rem
}

.course-map__normal .course-map__pdfbox {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 40px
}

@media only screen and (max-width:767px) {
    .course-map__normal .course-map__pdfbox {
        margin-top: 5.33333vw
    }

    .course-map__normal .course-map__pdfbox .pdf__list {
        width: 48%
    }
}

.course-map__normal .pdf__title {
    font-size: 2rem;
    font-weight: 700
}

@media only screen and (max-width:767px) {
    .course-map__normal .pdf__title {
        font-size: 3.5vw
    }
}

.course-map__normal .pdf__images {
    margin-top: 25px;
    border: 2px solid #eaeaea;
    border-radius: 5px
}

@media only screen and (max-width:767px) {
    .course-map__normal .pdf__images {
        margin-top: 2.66667vw
    }
}

.course-map__normal .pdf__images img {
    border-radius: 3px
}

.course-map__normal .pdf__watching-icon {
    position: relative;
    display: block
}

.course-map__normal .pdf__watching-icon:before {
    content: "";
    top: 50%;
    left: 50%;
    position: absolute;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-left: -25px;
    background-image: url(/assets/img/common/icon-pdf.png);
    background-repeat: no-repeat;
    background-size: 100%
}

@media only screen and (max-width:767px) {
    .course-map__normal .pdf__watching-icon:before {
        width: 8vw;
        height: 8vw;
        margin-top: -4vw;
        margin-left: -4vw
    }
}

.course-map__place {
    margin-top: 75px
}

@media only screen and (max-width:767px) {
    .course-map__place {
        margin-top: 9.33333vw
    }
}

.course-map__place .course-map__place-scope {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border: 4px solid #f5f5f5;
    border-radius: 5px;
    padding: 15px 20px
}

@media only screen and (max-width:767px) {
    .course-map__place .course-map__place-scope {
        -webkit-box-align: normal;
        -ms-flex-align: normal;
        align-items: normal;
        padding: 4vw 4.53333vw
    }
}

.course-map__place .course-map__place-scope span {
    width: 190px;
    height: 142px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden;
    border-radius: 5px
}

@media only screen and (max-width:767px) {
    .course-map__place .course-map__place-scope span {
        width: 32vw;
        height: 24vw;
        border-radius: 3px
    }
}

.course-map__place .course-map__place-scope span img {
    width: 100%
}

.course-map__place .course-map__icon-point {
    position: relative
}

.course-map__place .course-map__icon-point:before {
    content: "";
    top: -16px;
    left: 71px;
    position: absolute;
    width: 102px;
    height: 82px;
    background-image: url(/assets/img/hiking/icon-point.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@media only screen and (max-width:767px) {
    .course-map__place .course-map__icon-point:before {
        top: -3.6vw;
        left: -5vw;
        width: 26.4vw;
        height: 20vw;
        background-image: url(/assets/img/hiking/icon-point_sp.png)
    }
}

@media only screen and (max-width:767px) {
    .course-map__place .course-map__icon-point:after {
        content: "";
        top: -2vw;
        right: 0;
        position: absolute;
        width: 14vw;
        height: 12.13333vw;
        background-image: url(/assets/img/hiking/icon-point_hukidasi_sp.png);
        background-repeat: no-repeat;
        background-size: 100%
    }
}

.course-map__place .course-map__title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: 700;
    padding-left: 50px;
    padding-top: 6px
}

@media only screen and (max-width:767px) {
    .course-map__place .course-map__title {
        font-size: 3.73333vw;
        line-height: 6.66667vw;
        padding-left: 0;
        padding-top: 0
    }

    .course-map__place .course-map__title span {
        font-size: 5.33333vw
    }
}

.course-map__place .course-map__place-scope:first-of-type {
    margin-top: 40px
}

@media only screen and (max-width:767px) {
    .course-map__place .course-map__place-scope:first-of-type {
        margin-top: 2.66667vw
    }
}

.course-map__place .course-map__place-scope:nth-of-type(1n+2) {
    margin-top: 20px
}

@media only screen and (max-width:767px) {
    .course-map__place .course-map__place-scope:nth-of-type(1n+2) {
        margin-top: 5.33333vw
    }
}

.course-map__place .icon-place {
    position: relative
}

.course-map__place .icon-place:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-top: -3px;
    width: 14px;
    height: 19px;
    background-image: url(/assets/img/common/ranking-icon_orange.svg);
    background-repeat: no-repeat;
    background-size: 100%
}

@media only screen and (max-width:767px) {
    .course-map__place .icon-place:before {
        width: 3.33333vw;
        height: 5.33333vw;
        margin-top: 0
    }
}

.course-map__place .place__wrap {
    width: 480px;
    margin-left: 30px;
    margin-top: 17px
}

@media only screen and (max-width:767px) {
    .course-map__place .place__wrap {
        width: 42.66667vw;
        margin-top: 0;
        margin-left: 4vw
    }
}

.course-map__place .place__title {
    font-size: 1.8rem;
    font-weight: 700;
    padding-left: 25px
}

@media only screen and (max-width:767px) {
    .course-map__place .place__title {
        font-size: 3.73333vw;
        padding-left: 5.33333vw;
        line-height: 6.13333vw
    }
}

.course-map__place .place__text {
    font-size: 1.4rem;
    line-height: 2.6rem;
    margin-top: 13px
}

@media only screen and (max-width:767px) {
    .course-map__place .place__text {
        font-size: 3.2vw;
        line-height: 5.33333vw;
        margin-top: 1.33333vw
    }
}

.course-map__enjoy {
    border: 4px solid #f5f5f5;
    border-radius: 5px;
    padding: 30px;
    margin-top: 55px;
    position: relative
}

@media only screen and (max-width:767px) {
    .course-map__enjoy {
        padding: 5.33333vw;
        margin-top: 10.66667vw
    }
}

.course-map__enjoy .enjoy__title {
    font-size: 1.8rem;
    font-weight: 700;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 20px;
    position: relative
}

@media only screen and (max-width:767px) {
    .course-map__enjoy .enjoy__title {
        padding-left: 3.33333vw
    }
}

.course-map__enjoy .enjoy__title:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 3px;
    height: 100%;
    background: #ed5d00;
    margin-top: -1px
}

@media only screen and (max-width:767px) {
    .course-map__enjoy .enjoy__title:before {
        width: .8vw;
        margin-top: -1px
    }
}

@media only screen and (max-width:767px) {
    .course-map__enjoy .enjoy__title {
        font-size: 4.8vw;
        line-height: 6.66667vw
    }
}

.course-map__enjoy .enjoy__text {
    margin-top: 15px
}

.course-map__enjoy .enjoy__link-text,
.course-map__enjoy .enjoy__text {
    font-size: 1.4rem
}

.course-map__enjoy .enjoy__link-text a,
.course-map__enjoy .enjoy__link-text span,
.course-map__enjoy .enjoy__text a,
.course-map__enjoy .enjoy__text span {
    color: #1cb7ff
}

@media only screen and (max-width:767px) {

    .course-map__enjoy .enjoy__link-text,
    .course-map__enjoy .enjoy__text {
        font-size: 3.73333vw
    }
}

.course-map__enjoy .enjoy__link-text .icon-link:after,
.course-map__enjoy .enjoy__text .icon-link:after {
    left: 5%
}

@media only screen and (max-width:767px) {
    .course-map__enjoy .enjoy__text {
        line-height: 5.33333vw
    }
}

.course-map__enjoy .enjoy__link-text:nth-of-type(n+2) {
    margin-left: 20px;
    padding-left: 20px;
    border-left: 2px solid #f4f4f4
}

@media only screen and (max-width:767px) {
    .course-map__enjoy .enjoy__link-text:nth-of-type(n+2) {
        margin-left: 2.66667vw;
        padding-left: 2.66667vw
    }
}

.course-map__enjoy .enjoy__link-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 20px
}

.course-map__enjoy::after,
.course-map__enjoy::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-size: 100%
}

.course-map__enjoy::before {
    top: -30px;
    right: -15px;
    width: 80px;
    height: 69px;
    background-image: url(/assets/img/hiking/icon-check.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@media only screen and (max-width:767px) {
    .course-map__enjoy::before {
        top: -4vw;
        right: 0;
        width: 14.26667vw;
        height: 12.4vw
    }
}

.course-map__enjoy::after {
    bottom: 27px;
    right: 26px;
    width: 52px;
    height: 38px;
    background-image: url(/assets/img/hiking/icon-mountain.png);
    background-repeat: no-repeat;
    background-size: 100% 100%
}

@media only screen and (max-width:767px) {
    .course-map__enjoy::after {
        top: 7vw;
        right: 10vw;
        bottom: auto;
        width: 11.2vw;
        height: 8.26667vw
    }
}

.btn__more {
    margin: 40px auto 0
}

@media only screen and (max-width:767px) {
    .btn__more {
        margin: 5.33333vw auto 0
    }
}

.link__banner {
    margin: 66px 0 53px
}

.link__banner .banner__info .banner__title {
    width: 227px;
    margin-bottom: 17px
}

@media only screen and (max-width:767px) {
    .link__banner .banner__info .banner__title {
        width: 38.93333vw;
        margin-bottom: 2.13333vw
    }
}

.link__banner .banner__info .banner__title img {
    width: 100%
}
