@charset "UTF-8";
.ticket {
    padding: 35px 0 0;
}
.ticket_title {
    margin-bottom: 30px;
}
.ticket_text {}
.ticket_nav {
    margin-top: 40px;
    margin-bottom: 28px;
}
.ticket_nav_list {
    list-style: none;
}
.ticket_nav_list:after {
    content: "";
    display: block;
    clear: both;
}
.ticket_nav_list > li {
    width: 32%;
    margin-left: 2%;
    float: left;
}
.ticket_nav_list > li:first-child {
    margin-left: 0;
}
.ticket_nav_list > li:nth-child(2n+1) {}
.ticket_nav_list > li > a {
    border: 1px solid rgb(12, 183, 117);
    display: block;
    line-height: 58px;
    text-align: center;
    font-size: 20px;
    text-decoration: none;
    color: inherit;
    position: relative;
    z-index: 1;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}
.ticket_nav_list > li > a.-current {
    color: #fff;
    cursor: default;
}
.ticket_nav_list > li > a:hover {
    color: #fff;
}
.ticket_nav_list > li > a:before {
    content: "";
}
.ticket_nav_list > li > a:after {
    content: "";
}
.ticket_nav_list > li:nth-child(1) > a {}
.ticket_nav_list > li:nth-child(1) > a:hover {
    background: rgb(12, 183, 117);
}
.ticket_nav_list > li:nth-child(1) > a.-current {
    background: rgb(12, 183, 117);
}
.ticket_nav_list > li:nth-child(1) > a.-current:after {
    border: 10px solid #0cb775;
    position: absolute;
    z-index: 1;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}
.ticket_nav_list > li:nth-child(2) > a {
    border-color: #156ed2;
}
.ticket_nav_list > li:nth-child(2) > a:hover {
    background: #156ed2;
}
.ticket_nav_list > li:nth-child(2) > a.-current {
    background: #156ed2;
}
.ticket_nav_list > li:nth-child(2) > a.-current:after {
    border: 10px solid #156ed2;
    position: absolute;
    z-index: 1;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}
.ticket_nav_list > li:nth-child(3) > a {
    border-color: rgb(55, 179, 237);
}
.ticket_nav_list > li:nth-child(3) > a:hover {
    background: #37b3ed;
}
.ticket_nav_list > li:nth-child(3) > a.-current {
    background: #37b3ed;
}
.ticket_nav_list > li:nth-child(3) > a.-current:after {
    border: 10px solid #37b3ed;
    position: absolute;
    z-index: 1;
    border-left-color: transparent;
    border-right-color: transparent;
    border-bottom-color: transparent;
    bottom: -20px;
    left: 50%;
    margin-left: -10px;
}
.course {}
.course_list {
    list-style: none;
    padding: 10px 22px;
    background: rgb(11, 183, 117);
}
.course_list-advance {
    background: #156ed2;
}
.course_list-option {
    background: rgb(55, 179, 237);
}
.course_list:after {
    content: "";
    display: block;
    clear: both;
}
.course_list > li {
    width: 23.5%;
    margin-left: 2%;
    float: left;
}
.course_list-5th > li {
    width: 18.4%;
    margin-left: 2%;
    float: left;
}
.course_list > li:first-child {
    margin-left: 0;
}
.course_list > li:nth-child(2n+1) {}
.course_list > li > button {
    display: block;
    text-align: center;
    width: 100%;
    background: #fff;
    border-radius: 5px;
    line-height: 1.5;
    padding: 6px 10px;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.course_list > li > button.-singleLine {
    padding: 16px 10px 15px;
}
.course_list > li > button:hover {
    background: #ffc809;
}
.course_list > li > button.isCurrent {
    background: rgb(255, 200, 9);
    cursor: default;
}
.course_contents {}
.course_content {
    display: none;
}
.course_content.isCurrent {
    z-index;
    2 z-index: 2;
    display: block;
}
.course_map {
    margin-bottom: 4px;
}
.course_map > img {
    display: block;
}
.course_areaMap {
    padding-bottom: 477px;
    background: url(/media/access/recommend-tickes/bg-map@2x.png) center center no-repeat;
    background-size: 100% auto;
    position: relative;
    z-index: 1;
    margin-bottom: 4px;
    transform-origin: 0 0;
    width: 990px;
}
.course_areaMap-option {
    background-image: url(/media/access/recommend-tickes/bg-map_option@2x.png);
}
.course_stations {
    list-style: none;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.course_stations > li {
    position: absolute;
    z-index: 1;
    -ms-writing-mode: tb-rl;
    -webkit-writing-mode: vertical-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    padding: 4px 0;
}
.course_stations > li.-current {
    background: rgb(255, 200, 8);
}
.course_stations > li:nth-child(1) {
    top: 46%;
    left: 1.5%;
}
.course_stations > li:nth-child(2) {
    top: 51.4%;
    left: 6.7%;
}
.course_stations > li:nth-child(3) {
    top: 50%;
    left: 11.8%;
}
.course_stations > li:nth-child(4) {
    top: 41.4%;
    left: 15.1%;
}
.course_stations > li:nth-child(5) {
    top: 32%;
    left: 20.9%;
}
.course_stations > li:nth-child(6) {
    top: 25%;
    left: 31.7%;
}
.course_stations > li:nth-child(7) {
    top: 23.3%;
    left: 35.8%;
}
.course_stations > li:nth-child(8) {
    top: 23%;
    left: 40.3%;
}
.course_stations > li:nth-child(9) {
    top: 16%;
    left: 43.2%;
}
.course_stations > li:nth-child(10) {
    top: 24%;
    left: 49.3%;
}
.course_stations > li:nth-child(11) {
    top: 29%;
    left: 56.1%;
}
.course_stations > li:nth-child(12) {
    top: 39%;
    left: 60.8%;
}
.course_stations > li:nth-child(13) {
    top: 36.4%;
    left: 64.8%;
}
.course_stations > li:nth-child(14) {
    top: 16%;
    left: 73%;
}
.course_stations > li:nth-child(15) {
    top: 41.6%;
    left: 78.7%;
}
.course_stations > li:nth-child(16) {
    top: 37.4%;
    left: 84.5%;
}
.course_stations > li:nth-child(17) {
    top: 41.4%;
    left: 92.4%;
}
.course_stations > li:nth-child(18) {
    top: 44.4%;
    left: 96.4%;
}
.info {
    background: #ffeeb4;
    padding: 14px 10px 18px;
    font-size: 14px;
    margin-bottom: 4px;
}
.info_cols {
    display: table;
    width: 100%;
    text-align: center;
}
.info_cols:after {
    content: "";
    display: block;
    clear: both;
}
.info_col {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    padding: 0 20px;
}
.info_col-no1 {
    border-left: none;
    width: 372px;
}
.info_title {
    font-size: 24px;
    line-height: 1.4;
}
.info_col-no2 {
    width: 200px;
}
.info_type {
    font-size: 20px;
}
.info_col-no3 {
    width: 170px;
}
.info_price {
    font-size: 14px;
}
.info_price > dt {
    display: inline-block;
    vertical-align: middle;
}
.info_price > dd {
    display: inline-block;
    vertical-align: middle;
    color: #e60012;
}
.info_commonPrice {
    white-space: nowrap;
    line-height: 1.4;
}
.info_commonPrice > b {
    color: #e60012;
}
.info_col-no4 {
    padding-right: 0;
}
.info_place {
    background: #ffc808;
    width: 277px;
    margin: 0 auto;
    line-height: 25px;
    margin-bottom: 13px;
}
.info_station {
    font-size: 20px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 18px;
}
.info_link {
    display: inline-block;
    vertical-align: middle;
}
.info_link-large {
    font-size: 18px;
}
.info_link > a {}
.info_link > a:hover {}
.info_link > a:before {
    content: ">";
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.info_link > a:after {
    content: "";
}
.recommend {
    position: relative;
    z-index: 1;
    background: #fff9e6;
    font-size: 14px;
}
.recommend_title {
    width: 177px;
    background: #ffc808;
    position: relative;
    z-index: 1;
    line-height: 36px;
    display: inline-block;
    vertical-align: middle;
    text-indent: 10px;
    font-weight: normal;
    font-size: 14px;
}
.recommend_title:after {
    position: absolute;
    z-index: 1;
    content: "";
    border: 18px solid #ffc808;
    right: 0;
    top: 0;
    border-top-color: #fff9e6;
    border-right-width: 0px;
    border-bottom-color: #fff9e6;
    border-left-width: 10px;
}
.recommend_list {
    list-style: none;
    display: inline-block;
    vertical-align: middle;
    margin-left: 20px;
}
.recommend_list > li {
    display: inline-block;
    vertical-align: middle;
    margin-left: 1em;
}
.recommend_list > li:first-child {
    margin-left: 0;
}
.recommend_list > li:nth-child(2n+1) {}
.recommend_list > li > a {}
.recommend_list > li > a:hover {}
.recommend_list > li > a:before {
    content: ">";
    margin-right: 5px;
    display: inline-block;
    vertical-align: middle;
}
.recommend_list > li > a:after {
    content: "";
}
.course_arrow {
    position: absolute;
    z-index: 1;
    top: 10px;
    left: 130px;
}
.course_arrow-no4 {}
.course_arrow > svg {
    width: 667px;
    height: 38px;
}
.course_arrow-no2 {
    top: 10px;
    left: 124px;
}
.course_arrow-no2 > svg {
    width: 486px;
    height: 66px;
}
.course_arrow-no3 {
    top: 10px;
    left: 410px;
}
.course_arrow-no3 > svg {
    width: 389px;
    height: 64px;
}
.course_arrow-no4 {}
.course_arrow-no4 {
    top: 23px;
    left: 135px;
}
.course_arrow-no4 > svg {
    width: 668px;
    height: 37px;
}
.course_arrow-no5 {
    top: 23px;
    left: 128px;
}
.course_arrow-no5 > svg {
    width: 284px;
    height: 37px;
}
.course_arrow-no6 {
    top: 10px;
    left: 124px;
}
.course_arrow-no6 > svg {
    width: 290px;
    height: 64px;
}
.course_arrow-no7 {
    top: 10px;
    left: 121px;
}
.course_arrow-no7 > svg {
    width: 380px;
    height: 65px;
}
.course_arrow-no8 {
    top: 10px;
    left: 124px;
}
.course_arrow-no8 > svg {
    width: 487px;
    height: 66px;
}
.course_arrow-no9 {
    top: 23px;
    left: 135px;
}
.course_arrow-no9 > svg {
    width: 668px;
    height: 37px;
}
.course_arrow-no10 {
    top: 23px;
    left: 159px;
}
.course_arrow-no10 > svg {
    width: 254px;
    height: 37px;
}
.arrow {}
.arrow_baseLine {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: none;
    stroke: #FFC808;
    stroke-width: 11;
    stroke-miterlimit: 100;
    display: none;
}
.arrow_line {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: none;
    stroke: #FFC808;
    stroke-width: 11;
    stroke-miterlimit: 100;
}
.arrow_head {
    fill-rule: evenodd;
    clip-rule: evenodd;
    fill: #FFC808;
    display: none;
}
.arrow_circle {
    fill: #fff;
    stroke: #FFC808;
    stroke-width: 5;
    display: none;
}
.ticket_tab {}
.ticket_tab_list {
    list-style: none;
}
.ticket_tab_list:after {
    content: "";
    display: block;
    clear: both;
}
.ticket_tab_list > li {
    float: left;
    width: 320px;
    margin-left: 15px;
}
.ticket_tab_list > li:first-child {
    margin-left: 0;
}
.ticket_tab_list > li:nth-child(2n+1) {}
.ticket_tab_list > li > a {
    text-decoration: none;
    border-top-right-radius: 5px;
    line-height: 45px;
    padding: 4px 10px 0;
    display: block;
    text-align: center;
    background: #ddd;
    color: #333;
    border-top-left-radius: 5px;
    font-size: 20px;
    -webkit-transition: background-color .3s, color .3s;
    transition: background-color .3s, color .3s;
}
.ticket_tab_list > li > a:hover {
    background: #156ed2;
    color: #fff;
    []
}
.ticket_tab_list > li > a:before {
    content: "";
}
.ticket_tab_list > li > a:after {
    content: "";
}
.ticket_tab_list > li > a.-current {
    background: #156ed2;
    color: #fff;
    cursor: default;
}
.travel {
    border-top: 10px solid #156ed2;
}
.travel_map {
    position: relative;
    z-index: 1;
    width: 990px;
}
.travel_map > img {}
.travel_map_link {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    list-style: none;
    width: 100%;
    height: 100%;
}
.travel_map_link > li {
    position: absolute;
    z-index: 1;
    top: 0;
    width: 150px;
}
.travel_map_link > li:nth-child(1) {
    top: 380px;
    left: 660px;
}
.travel_map_link > li:nth-child(2) {
    top: 76px;
    left: 710px;
}
.travel_map_link > li:nth-child(3) {
    top: 209px;
    left: 650px;
}
.travel_map_link > li:nth-child(4) {
    top: 340px;
    left: 410px;
}
.travel_map_link > li:nth-child(5) {
    top: 479px;
    left: 495px;
}
.travel_map_link > li:nth-child(6) {
    top: 409px;
    left: 313px;
}
.travel_map_link > li:nth-child(7) {
    top: 335px;
    left: 110px;
}
.travel_map_link > li > a {
    border: 3px solid #ffc809;
    border-radius: 4px;
    background: #fff;
    display: block;
    text-decoration: none;
    line-height: 52px;
    text-align: center;
    font-size: 20px;
    color: inherit;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
}
.travel_map_link > li > a:hover {
    background: #ffc809;
}
.travel_map_link > li > a.isCurrent {
    background: #ffc809;
}
.travel_map_link > li > a:before {
    content: "";
}
.travel_map_link > li > a:after {
    content: "";
}
.travel_items {
    margin-top: 13px;
    display: none;
}
.travel_items.isCurrent {
    display: block;
}
.travel_item {
    margin-bottom: 17px;
}
.travel_item_title {
    background: rgb(255, 200, 9);
    text-align: center;
    font-size: 20px;
    line-height: 38px;
}
.plan {
    margin-top: 2px;
    background: rgb(255, 239, 180);
    padding: 10px 10px;
    text-align: center;
    font-size: 14px;
}
.plan_cols {
    width: 100%;
    display: table;
}
.plan_cols:after {
    content: "";
    display: block;
    clear: both;
}
.plan_col {
    display: table-cell;
    vertical-align: middle;
    border-left: 1px solid #ccc;
    padding: 0 10px;
}
.plan_col-no1 {
    border-left: none;
    width: 60px;
}
.plan_logo {}
.plan_logo > img {
    display: block;
    max-width: 60px;
    height: auto;
}
.plan_col-no2 {
    border-left: none;
    width: 280px;
}
.plan_title {
    text-align: left;
    line-height: 1.4;
    max-width: 340px;
}
.plan_col-no3 {
    width: 140px;
}
.plan_course {}
.plan_col-no4 {
    width: 220px;
}
.plan_price {
    color: #e60012;
    white-space: nowrap;
}
.plan_col-no5 {}
.plan_link {}
.plan_link > a {}
.plan_link > a:hover {}
.plan_link > a:before {
    content: ">";
    display: inline-block;
    vertical-align: middle;
    margin-right: 4px;
}
.plan_link > a:after {
    content: "";
}
.travel_item_title-group {
    background: rgb(255, 165, 7);
}

/* タブレット以下設定 */

@media screen and (max-width: 999px) {
    .ticket {}
    .ticket_title {}
    .ticket_text {}
    .ticket_nav {}
    .ticket_nav_list {}
    .ticket_nav_list:after {}
    .ticket_nav_list > li {}
    .ticket_nav_list > li:first-child {}
    .ticket_nav_list > li:nth-child(2n+1) {}
    .ticket_nav_list > li > a {
        font-size: 17px;
        line-height: 45px;
    }
    .ticket_nav_list > li > a.-current {}
    .ticket_nav_list > li > a:hover {}
    .ticket_nav_list > li > a:before {}
    .ticket_nav_list > li > a:after {}
    .ticket_nav_list > li:nth-child(1) > a {}
    .ticket_nav_list > li:nth-child(1) > a:hover {}
    .ticket_nav_list > li:nth-child(1) > a.-current {}
    .ticket_nav_list > li:nth-child(1) > a.-current:after {}
    .ticket_nav_list > li:nth-child(2) > a {}
    .ticket_nav_list > li:nth-child(2) > a:hover {}
    .ticket_nav_list > li:nth-child(2) > a.-current {}
    .ticket_nav_list > li:nth-child(2) > a.-current:after {}
    .ticket_nav_list > li:nth-child(3) > a {}
    .ticket_nav_list > li:nth-child(3) > a:hover {}
    .ticket_nav_list > li:nth-child(3) > a.-current {}
    .ticket_nav_list > li:nth-child(3) > a.-current:after {}
    .course {}
    .course_list {
        padding: 8px 10px;
    }
    .course_list-advance {}
    .course_list-option {}
    .course_list:after {}
    .course_list > li {}
    .course_list-5th > li {}
    .course_list > li:first-child {}
    .course_list > li:nth-child(2n+1) {}
    .course_list > li > button {
        font-size: 11px;
    }
    .course_list > li > button.-singleLine {
        padding: 6px 10px;
    }
    .course_list > li > button:hover {}
    .course_list > li > button.isCurrent {}
    .course_contents {}
    .course_content {}
    .course_content.isCurrent {}
    .course_map {}
    .course_map > img {
        max-width: 100%;
        height: auto;
    }
    .course_areaMapWrap {
        overflow: hidden;
        height: calc(100vw * 0.475);
        margin-bottom: 5px;
    }
    .course_areaMap {}
    .course_stations {}
    .course_stations > li {}
    .course_stations > li.-current {}
    .course_stations > li:nth-child(1) {}
    .course_stations > li:nth-child(2) {}
    .course_stations > li:nth-child(3) {}
    .course_stations > li:nth-child(4) {}
    .course_stations > li:nth-child(5) {}
    .course_stations > li:nth-child(6) {}
    .course_stations > li:nth-child(7) {}
    .course_stations > li:nth-child(8) {}
    .course_stations > li:nth-child(9) {}
    .course_stations > li:nth-child(10) {}
    .course_stations > li:nth-child(11) {}
    .course_stations > li:nth-child(12) {}
    .course_stations > li:nth-child(13) {}
    .course_stations > li:nth-child(14) {}
    .course_stations > li:nth-child(15) {}
    .course_stations > li:nth-child(16) {}
    .course_stations > li:nth-child(17) {}
    .course_stations > li:nth-child(18) {}
    .info {}
    .info_cols {}
    .info_cols:after {}
    .info_col {
        padding: 0 10px;
    }
    .info_col-no1 {
        width: auto;
    }
    .info_title {
        font-size: 17px;
        white-space: nowrap;
    }
    .info_col-no2 {}
    .info_type {
        font-size: 15px;
    }
    .info_col-no3 {}
    .info_price {
        font-size: 13px;
    }
    .info_price > dt {}
    .info_price > dd {}
    .info_commonPrice {}
    .info_commonPrice > b {}
    .info_col-no4 {
        padding-right: 0;
    }
    .info_place {
        max-width: 140px;
        font-size: 13px;
        line-height: 22px;
    }
    .info_station {
        font-size: 16px;
        margin-right: 0;
        display: block;
    }
    .info_link {
        min-width: 130px;
        display: block;
        white-space: nowrap;
    }
    .info_link-large {
        font-size: 15px;
    }
    .info_link > a {
        text-decoration: none;
        border-radius: 4px;
        line-height: 1.2;
        padding: 5px;
        display: block;
        text-align: center;
        background: #156ed2;
        color: inherit;
        font-size: 12px;
        color: #fff;
        padding: 5px 5px;
    }
    .info_link > a:hover {}
    .info_link > a:before {
        display: none;
    }
    .info_link > a:after {}
    .recommend {}
    .recommend_title {
        font-size: 13px;
        width: 160px;
    }
    .recommend_title:after {}
    .recommend_list {
        font-size: 12px;
    }
    .recommend_list > li {}
    .recommend_list > li:first-child {}
    .recommend_list > li:nth-child(2n+1) {}
    .recommend_list > li > a {}
    .recommend_list > li > a:hover {}
    .recommend_list > li > a:before {}
    .recommend_list > li > a:after {}
    .course_arrow {}
    .course_arrow-no4 {}
    .course_arrow > svg {}
    .course_arrow-no2 {}
    .course_arrow-no2 > svg {}
    .course_arrow-no3 {}
    .course_arrow-no3 > svg {}
    .course_arrow-no4 {}
    .course_arrow-no4 {}
    .course_arrow-no4 > svg {}
    .course_arrow-no5 {}
    .course_arrow-no5 > svg {}
    .course_arrow-no6 {}
    .course_arrow-no6 > svg {}
    .course_arrow-no7 {}
    .course_arrow-no7 > svg {}
    .course_arrow-no8 {}
    .course_arrow-no8 > svg {}
    .course_arrow-no9 {}
    .course_arrow-no9 > svg {}
    .course_arrow-no10 {}
    .course_arrow-no10 > svg {}
    .arrow {}
    .arrow_baseLine {}
    .arrow_line {}
    .arrow_head {}
    .arrow_circle {}
    .ticket_tab {}
    .ticket_tab_list {}
    .ticket_tab_list:after {}
    .ticket_tab_list > li {
        width: 32%;
        margin-left: 2%;
    }
    .ticket_tab_list > li:first-child {}
    .ticket_tab_list > li:nth-child(2n+1) {}
    .ticket_tab_list > li > a {
        font-size: 17px;
        line-height: 38px;
    }
    .ticket_tab_list > li > a:hover {
        []
    }
    .ticket_tab_list > li > a:before {}
    .ticket_tab_list > li > a:after {}
    .ticket_tab_list > li > a.-current {}
    .travel {}
    .travel_mapWrap {
        overflow: hidden;
        height: calc(100vw * 0.56);
    }
    .travel_map {
        transform-origin: 0 0;
    }
    .travel_map > img {}
    .travel_map_link {}
    .travel_map_link > li {}
    .travel_map_link > li:nth-child(1) {}
    .travel_map_link > li:nth-child(2) {}
    .travel_map_link > li:nth-child(3) {}
    .travel_map_link > li:nth-child(4) {}
    .travel_map_link > li:nth-child(5) {}
    .travel_map_link > li:nth-child(6) {}
    .travel_map_link > li:nth-child(7) {}
    .travel_map_link > li > a {}
    .travel_map_link > li > a:hover {}
    .travel_map_link > li > a.isCurrent {}
    .travel_map_link > li > a:before {}
    .travel_map_link > li > a:after {}
    .travel_items {}
    .travel_items.isCurrent {}
    .travel_item {}
    .travel_item_title {
        font-size: 17px;
    }
    .plan {
        font-size: 13px;
        line-height: 1.4;
    }
    .plan_cols {}
    .plan_cols:after {}
    .plan_col {
        width: auto;
    }
    .plan_col-no1 {}
    .plan_logo {}
    .plan_logo > img {}
    .plan_col-no2 {}
    .plan_title {}
    .plan_col-no3 {}
    .plan_course {}
    .plan_col-no4 {}
    .plan_price {
        white-space: normal;
    }
    .plan_col-no5 {}
    .plan_link {}
    .plan_link > a {
        text-decoration: none;
        border-radius: 4px;
        line-height: 1.2;
        padding: 5px;
        display: block;
        text-align: center;
        background: #156ed2;
        color: #fff;
        font-size: 12px;
    }
    .plan_link > a:hover {}
    .plan_link > a:before {
        display: none;
    }
    .plan_link > a:after {}
    .travel_item_title-group {}
}
@media screen and (max-width:639px) {
    .ticket {}
    .ticket_title {}
    .ticket_text {}
    .ticket_nav {
        margin: 25px 0 15px;
    }
    .ticket_nav_list {}
    .ticket_nav_list:after {}
    .ticket_nav_list > li {}
    .ticket_nav_list > li:first-child {}
    .ticket_nav_list > li:nth-child(2n+1) {}
    .ticket_nav_list > li > a {
        line-height: 40px;
        font-size: 14px;
    }
    .ticket_nav_list > li > a.-current {}
    .ticket_nav_list > li > a:hover {}
    .ticket_nav_list > li > a:before {}
    .ticket_nav_list > li > a:after {}
    .ticket_nav_list > li:nth-child(1) > a {}
    .ticket_nav_list > li:nth-child(1) > a:hover {}
    .ticket_nav_list > li:nth-child(1) > a.-current {}
    .ticket_nav_list > li:nth-child(1) > a.-current:after {}
    .ticket_nav_list > li:nth-child(2) > a {}
    .ticket_nav_list > li:nth-child(2) > a:hover {}
    .ticket_nav_list > li:nth-child(2) > a.-current {}
    .ticket_nav_list > li:nth-child(2) > a.-current:after {}
    .ticket_nav_list > li:nth-child(3) > a {}
    .ticket_nav_list > li:nth-child(3) > a:hover {}
    .ticket_nav_list > li:nth-child(3) > a.-current {}
    .ticket_nav_list > li:nth-child(3) > a.-current:after {}
    .course {}
    .course_list {}
    .course_list-advance {}
    .course_list-option {}
    .course_list:after {}
    .course_list > li {
        width: 49%;
        margin-left: 2%;
    }
    .course_list-5th > li {}
    .course_list > li:first-child {}
    .course_list > li:nth-child(2n+1) {
        margin-left: 0;
        clear: both;
        margin-bottom: 5px;
    }
    .course_list > li:nth-last-child(1) {
        margin-bottom: 0;
    }
    .course_list > li:nth-last-child(2) {
        margin-bottom: 0;
    }
    .course_list > li > button {}
    .course_list > li > button.-singleLine {}
    .course_list > li > button:hover {}
    .course_list > li > button.isCurrent {}
    .course_contents {}
    .course_content {}
    .course_content.isCurrent {}
    .course_map {}
    .course_map > img {}
    .course_areaMap {}
    .course_stations {}
    .course_stations > li {}
    .course_stations > li.-current {}
    .course_stations > li:nth-child(1) {}
    .course_stations > li:nth-child(2) {}
    .course_stations > li:nth-child(3) {}
    .course_stations > li:nth-child(4) {}
    .course_stations > li:nth-child(5) {}
    .course_stations > li:nth-child(6) {}
    .course_stations > li:nth-child(7) {}
    .course_stations > li:nth-child(8) {}
    .course_stations > li:nth-child(9) {}
    .course_stations > li:nth-child(10) {}
    .course_stations > li:nth-child(11) {}
    .course_stations > li:nth-child(12) {}
    .course_stations > li:nth-child(13) {}
    .course_stations > li:nth-child(14) {}
    .course_stations > li:nth-child(15) {}
    .course_stations > li:nth-child(16) {}
    .course_stations > li:nth-child(17) {}
    .course_stations > li:nth-child(18) {}
    .info {}
    .info_cols {
        display: block;
    }
    .info_cols:after {}
    .info_col {
        display: block;
        width: auto;
        border: none;
        padding: 0;
    }
    .info_col-no1 {
        display: inline-block;
        vertical-align: middle;
        margin-right: 1em;
    }
    .info_title {}
    .info_col-no2 {
        display: inline-block;
        vertical-align: middle;
    }
    .info_type {}
    .info_col-no3 {}
    .info_price {
        display: inline-block;
        vertical-align: middle;
    }
    .info_price > dt {}
    .info_price > dd {}
    .info_commonPrice {}
    .info_commonPrice > b {}
    .info_col-no4 {
        border-top: 1px dashed #ccc;
        padding-top: 10px;
        margin-top: 10px;
    }
    .info_place {
        margin-bottom: 5px;
    }
    .info_station {}
    .info_link {}
    .info_link-large {}
    .info_link > a {
        font-size: 14px;
        line-height: 40px;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    .info_link > a:hover {}
    .info_link > a:before {}
    .info_link > a:after {
        content: "";
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        z-index: 1;
        width: 6px;
        height: 6px;
        border: 2px solid #fff;
        margin-top: -4px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
    }
    .recommend {}
    .recommend_title {
        display: block;
        width: auto;
        text-align: center;
        line-height: 30px;
    }
    .recommend_title:after {
        display: none;
    }
    .recommend_list {
        margin: 0;
        padding: 0 10px;
        font-size: 13px;
    }
    .recommend_list > li {}
    .recommend_list > li:first-child {}
    .recommend_list > li:nth-child(2n+1) {}
    .recommend_list > li > a {
        line-height: 35px;
    }
    .recommend_list > li > a:hover {}
    .recommend_list > li > a:before {}
    .recommend_list > li > a:after {}
    .course_arrow {}
    .course_arrow-no4 {}
    .course_arrow > svg {}
    .course_arrow-no2 {}
    .course_arrow-no2 > svg {}
    .course_arrow-no3 {}
    .course_arrow-no3 > svg {}
    .course_arrow-no4 {}
    .course_arrow-no4 {}
    .course_arrow-no4 > svg {}
    .course_arrow-no5 {}
    .course_arrow-no5 > svg {}
    .course_arrow-no6 {}
    .course_arrow-no6 > svg {}
    .course_arrow-no7 {}
    .course_arrow-no7 > svg {}
    .course_arrow-no8 {}
    .course_arrow-no8 > svg {}
    .course_arrow-no9 {}
    .course_arrow-no9 > svg {}
    .course_arrow-no10 {}
    .course_arrow-no10 > svg {}
    .arrow {}
    .arrow_baseLine {}
    .arrow_line {}
    .arrow_head {}
    .arrow_circle {}
    .ticket_tab {}
    .ticket_tab_list {}
    .ticket_tab_list:after {}
    .ticket_tab_list > li {}
    .ticket_tab_list > li:first-child {}
    .ticket_tab_list > li:nth-child(2n+1) {}
    .ticket_tab_list > li > a {
        font-size: 12px;
        padding: 0;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }
    .ticket_tab_list > li > a:hover {
        []
    }
    .ticket_tab_list > li > a:before {}
    .ticket_tab_list > li > a:after {}
    .ticket_tab_list > li > a.-current {}
    .travel {}
    .travel_map {}
    .travel_map > img {}
    .travel_map_link {}
    .travel_map_link > li {}
    .travel_map_link > li:nth-child(1) {}
    .travel_map_link > li:nth-child(2) {}
    .travel_map_link > li:nth-child(3) {}
    .travel_map_link > li:nth-child(4) {}
    .travel_map_link > li:nth-child(5) {}
    .travel_map_link > li:nth-child(6) {}
    .travel_map_link > li:nth-child(7) {}
    .travel_map_link > li > a {}
    .travel_map_link > li > a:hover {}
    .travel_map_link > li > a.isCurrent {}
    .travel_map_link > li > a:before {}
    .travel_map_link > li > a:after {}
    .travel_items {
        margin-top: 10px;
    }
    .travel_items.isCurrent {}
    .travel_item {}
    .travel_item_title {
        font-size: 15px;
        line-height: 32px;
    }
    .plan {}
    .plan_cols {
        position: relative;
        z-index: 1;
        display: block;
    }
    .plan_cols:after {}
    .plan_col {
        display: block;
        padding: 0;
        border: none;
    }
    .plan_col-no1 {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 50px;
    }
    .plan_logo {}
    .plan_logo > img {
        max-width: 100%;
        height: auto;
    }
    .plan_col-no2 {
        padding-left: 60px;
        min-height: 38px;
    }
    .plan_title {}
    .plan_col-no3 {
        margin-top: 6px;
    }
    .plan_course {}
    .plan_col-no4 {}
    .plan_price {}
    .plan_col-no5 {
        margin-top: 7px;
    }
    .plan_link {}
    .plan_link > a {
        font-size: 14px;
        line-height: 40px;
        padding: 0;
        position: relative;
        z-index: 1;
    }
    .plan_link > a:hover {}
    .plan_link > a:before {}
    .plan_link > a:after {
        content: "";
        display: block;
        position: absolute;
        right: 10px;
        top: 50%;
        z-index: 1;
        width: 6px;
        height: 6px;
        border: 2px solid #fff;
        margin-top: -4px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg);
        border-bottom: none;
        border-left: none;
    }
    .travel_item_title-group {}
}
