@charset "UTF-8";

.vis-sp {
    display: none;
}

.web {
    margin-top: 30px;
    text-align: center;
}

.web_btn {
    width: 100%;
    max-width: 340px;
    margin-right:20px;

}

.web_btn > a {
    display: inline-block;
    width: 100%;
    max-width: 340px;
    background: #16499D;
    color: #fff;
    text-align: center;
    text-decoration: none;
    line-height: 67px;
    height: 67px;
    font-size: 13px;
    position: relative;
    transition: opacity .3s;
    flex:none;
}

.web_btn > a:hover {
    opacity: 0.7;
}

.web_btn > a:after {
    content: "";
    display: block;
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 14px;
    height: 10px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url("/media/access/recommend-tickes/img-blank@2x.png");
}
.web_ticket_links{
    display:flex;
    justify-content:center;
}

.web_ticket_links a img{
    max-width:340px;
    width:100%;
}

.web_img {
    margin-top: 40px;
}

.web_img img {
    max-width: 100%;
    height: auto;
}

.tknav {
    display: flex;
    justify-content: space-between;
    gap: 12px;
    margin-top: 20px;
    margin-bottom: 60px;
}

.tknav_item {
    position: relative;
    flex: 1;
    height: auto;
    /* height: 180px; */
    border: 2px solid;
    border-radius: 10px;
    text-decoration: none;
    color: inherit;
    box-sizing: border-box;
    padding: 20px 15px;
    text-align:center;
}

.tknav_item.-web {
    color: #FF970A;
}

.tknav_item.-advance02 {
    color: #2270CC;
}

.tknav_item.-advance03 {
    color: #4FB2E8;
}

.tknav_item.-today {
    color: #47B37A;
}

body.-web .tknav_item.-web {
    background: #FF970A;
    color: #FFF;
}

body.-advance02 .tknav_item.-advance02 {
    background: #2270CC;
    color: #FFF;
}

body.-advance03 .tknav_item.-advance03 {
    background: #4FB2E8;
    color: #FFF;
}

body.-today .tknav_item.-today {
    background: #47B37A;
    color: #FFF;
}

.tknav_item:after {
    display: none;
    content: "";
    position: absolute;
    left: 50%;
    margin-left: -32px;
    top: 100%;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 32px 0 32px;
}

.tknav_item.-web:after {
    border-color: #FF970A transparent transparent transparent;
}

.tknav_item.-advance02:after {
    border-color: #2270CC transparent transparent transparent;
}

.tknav_item.-advance03:after {
    border-color: #4FB2E8 transparent transparent transparent;
}

.tknav_item.-today:after {
    border-color: #47B37A transparent transparent transparent;
}

body.-web .tknav_item.-web:after,
body.-advance02 .tknav_item.-advance02:after,
body.-advance03 .tknav_item.-advance03:after,
body.-today .tknav_item.-today:after {
    display: block;
}

.tknav_item em {
    font-style: normal;
    font-size: 18px;
    line-height: 1.3;
    font-weight:bold;
}

.tknav_item p {
    margin-top: 5px;
    font-size: 13px;
    color: #333;
    text-align:left;
}
span.-att{
    display:inline-block;
    color:#FFF;
    background-color: #4AB197;
    border:1px solid #4AB197;
    border-radius: 10px;
    font-size:14px;
    padding:1px 5px;
    margin-left:7px
}


body.-web .tknav_item.-web p,
body.-advance02 .tknav_item.-advance02 p,
body.-advance03 .tknav_item.-advance03 p,
body.-today .tknav_item.-today p {
    color: #FFF;
}

.tkwrap {
}

.tkwrap_catch {
    text-align: center;
    height: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 25px;
    font-weight: bold;
    color: #FFF;
    line-height: 1.4;
}

body.-web .tkwrap_catch {
    background: #FF970A;
}

body.-advance02 .tkwrap_catch {
    background: #2270CC;
}

body.-advance03 .tkwrap_catch {
    background: #4FB2E8;
}

body.-today .tkwrap_catch {
    background: #47B37A;
}

.tkwrap_cnt {
    background: #F6F6F6;
    padding-top: 30px;
    padding-bottom: 80px;
}

.tkwrap_lead {
    max-width: 800px;
    margin: 0px auto 30px;
}

.tkwrap_caution {
    list-style-type: none;
    margin-top: 30px;
}

.tkwrap_caution > li {
    text-indent: -1em;
    padding-left: 1em;
}

.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-3col > li {
    width: 32%;
}

.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_1905@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_1905@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: 33%;
    left: 1.3%;
}

.course_stations > li:nth-child(2) {
    top: 49.5%;
    left: 6.7%;
}

.course_stations > li:nth-child(3) {
    top: 48.5%;
    left: 11.9%;
}

.course_stations > li:nth-child(4) {
    top: 42.4%;
    left: 14.7%;
}

.course_stations > li:nth-child(5) {
    top: 31%;
    left: 21.2%;
}

.course_stations > li:nth-child(6) {
    top: 24%;
    left: 31.7%;
}

.course_stations > li:nth-child(7) {
    top: 22%;
    left: 35.8%;
}

.course_stations > li:nth-child(8) {
    top: 16%;
    left: 40.6%;
}

.course_stations > li:nth-child(9) {
    top: 13%;
    left: 43.7%;
}

.course_stations > li:nth-child(10) {
    top: 22%;
    left: 49.3%;
}

.course_stations > li:nth-child(11) {
    top: 28%;
    left: 56.1%;
}

.course_stations > li:nth-child(12) {
    top: 38%;
    left: 60.9%;
}

.course_stations > li:nth-child(13) {
    top: 34.4%;
    left: 64.7%;
}

.course_stations > li:nth-child(14) {
    top: 15%;
    left: 73%;
}

.course_stations > li:nth-child(15) {
    top: 40%;
    left: 78.7%;
}

.course_stations > li:nth-child(16) {
    top: 36%;
    left: 84.6%;
}

.course_stations > li:nth-child(17) {
    top: 39.4%;
    left: 91.3%;
}

.course_stations > li:nth-child(18) {
    top: 42.4%;
    left: 94.6%;
}

.course_stations > li:nth-child(19) {
    top: 48%;
    left: 97.1%;
}

.info {
    background: #ffeeb4;
    padding: 14px 10px 18px;
    font-size: 14px;
    margin-bottom: 4px;
}

.route_info_box section.info {
    background: #ffeeb4;
    padding: 14px 10px 18px;
    font-size: 14px;
    margin-bottom: 4px;
    width:47%;
}

.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;
}
.route_info_box div.info_col-no1 {
    border-left: none;
    width: 100%;
}

.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;
    margin-bottom: 10px;
}

.info_price:last-of-type {
    margin-bottom: 0;
}

.info_price > dt {
    display: inline-block;
    vertical-align: middle;
    line-height: 1.4;
}

.info_price > dd {
    display: inline-block;
    vertical-align: middle;
    color: #e60012;
    line-height: 1.4;
}

.info_price > dd > del {
    display: block;
    color: #666;
    font-size: 90%;
}

.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: block;
    vertical-align: middle;
    /*margin-right: 18px;*/
    width:227px;
}

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

.course_arrow-no11 {
    top: 23px;
    left: 135px;
}

.course_arrow-no11 > svg {
    width: 668px;
    height: 37px;
}

.course_arrow-no12 {
    top: 10px;
    left: 410px;
}

.course_arrow-no12 > svg {
    width: 389px;
    height: 64px;
}

.course_arrow-no13 {
    top: 10px;
    left: 410px;
}

.course_arrow-no13 > svg {
    width: 389px;
    height: 64px;
}

.course_arrow-no14 {
    top: 10px;
    left: 410px;
}

.course_arrow-no14 > svg {
    width: 389px;
    height: 64px;
}

.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-4th > li {
    width: 23.5%;
    margin-left: 2%;
}

.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: 279px;
    left: 609px;
}

.travel_map_link > li:nth-child(2) {
    top: 46px;
    left: 664px;
}

.travel_map_link > li:nth-child(3) {
    top: 146px;
    left: 616px;
}

.travel_map_link > li:nth-child(4) {
    top: 254px;
    left: 410px;
}

.travel_map_link > li:nth-child(5) {
    top: 181px;
    left: 425px;
}

.travel_map_link > li:nth-child(6) {
    top: 327px;
    left: 381px;
}

.travel_map_link > li:nth-child(7) {
    top: 233px;
    left: 183px;
}

.travel_map_link > li > a {
    border: 3px solid #ffc809;
    border-radius: 4px;
    background: #fff;
    display: block;
    text-decoration: none;
    line-height: 49px;
    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;
    text-align: left;
}

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

.plan_title {
    text-align: left;
    line-height: 1.4;
}

.plan_col-no3 {
    width: 140px;
}

.plan_course {
}

.plan_col-no4 {
    width: 220px;
    text-align: center;
}

.plan_price {
    color: #e60012;
    white-space: nowrap;
}

.plan_col-no5 {
    width: 130px;
    text-align: center;
}

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

.course_list-multi > li {
    margin-bottom: 10px;
}

.course_list-multi > li:nth-child(4n+1) {
    clear: both;
    margin-left: 0;
}

.course_list-3col > li:nth-child(4n+1) {
    clear: none;
    margin-left: 2%;
}

.course_list-3col > li:nth-child(3n+1) {
    clear: both;
    margin-left: 0;
}

.course_list-multi > li:nth-child(n+5) {
    margin-bottom: 0;
}

.course_list-3col > li:nth-child(n+4) {
    margin-bottom: 0;
}

.ticket_catch {
    background: #fffae8;
    padding: 10px 10px;
    border-radius: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 20px;
}

.ticket_catch > dt {
    color: #156ed2;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    padding-right: 20px;
    margin-right: 5px;
}

.ticket_catch > dt:after {
    content: "";
    display: block;
    background: url(/media/access/recommend-tickes/bg-catch@2x.png);
    width: 12px;
    height: 23px;
    background-size: 100% 100%;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 0;
    position: absolute;
    z-index: 1;
}

.ticket_catch > dd {
    display: inline-block;
    vertical-align: middle;
}

.ticket_catch > dd > b {
    font-size: 14px;
    background: #f33c4a;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    line-height: 23px;
    border-radius: 3px;
    padding: 0 5px 0;
    margin-left: 9px;
}

.bnr {
    margin: 4.7% auto 5.4%;
    text-align: center;
    max-width: 826px;
}

.bnr_model {
    float: left;
    width: 48%;
    margin-right: 4%;
}

.bnr_model img {
    width: 100%;
    height: auto;
}

.bnr_clothing {
    float: right;
    width: 48%;
}

.bnr_clothing img {
    width: 100%;
    height: auto;
}
.route_info_box{
    display:flex;
    flex-wrap:wrap;
    justify-content:space-between;
}

.tknav_item.-advance02 .-blanklink {}
.tknav_item.-advance02 .-blanklink::after {
    content: "";
    display: inline-block;
    width: 11px;
    height: 8px;
    margin-left: 0.5em;
    vertical-align: middle;
    background-image: url(/common/img2024/icon-blank_blue.svg);
    background-size: contain;
    background-repeat: no-repeat;
}


/* タブレット以下設定 */
@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 {
    }
    .route_info_box section.info {
        width:45%;
    }

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

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

    .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-4th > li {
        width: 23.5%;
        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.4);
    }

    .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 {
        width: 60px;
    }

    .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 {
        width: 130px;
    }

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

    .plan_link > a:hover {
    }

    .plan_link > a:before {
        display: none;
    }

    .plan_link > a:after {
    }

    .travel_item_title-group {
    }

    .course_list-multi > li {
    }

    .course_list-multi > li:nth-child(4n+1) {
    }

    .course_list-multi > li:nth-child(n+5) {
    }

    .ticket_catch {
        font-size: 15px;
    }

    .ticket_catch > dt {
    }

    .ticket_catch > dt:after {
    }

    .ticket_catch > dd {
    }

    .ticket_catch > dd > b {
    }

}

@media screen and (max-width:773px){
    .tknav_item {
        height: auto;
        /* height: 210px; */
    }
    .tknav_item em {
        font-style: normal;
        font-size: 16px;
        line-height: 1.3;
    }
}

@media screen and (max-width:639px) {
    .vis-sp {
        display: block;
    }

    .web {
    }

    .web_btn {
        margin:0 auto 20px;
    }

    .web_btn > a {
    }

    .web_btn > a:hover {
    }

    .web_btn > a:after {
    }

    .web_img {
    }
    .web_ticket_links{
        display:block;
    }

    .tknav {
        flex-wrap: wrap;
        margin-bottom: 30px;
        gap: 10px 0px;
    }

    .tknav_item {
        width: 48.5%;
        height: auto;
        flex: none;
        box-sizing: border-box;
        padding: 10px 5px;
        text-align: center;
    }

    .tknav_item.-web {
    }

    .tknav_item.-advance02 {
    }

    .tknav_item.-advance03 {
    }

    .tknav_item.-today {
    }

    .tknav_item:after {
        display: none !important;
    }

    .tknav_item.-web:after {
    }

    .tknav_item.-advance02:after {
    }

    .tknav_item.-advance03:after {
    }

    .tknav_item.-today:after {
    }

    .tknav_item em {
        font-size: 14px;
    }

    .tknav_item em br {
        display: none;
    }

    .tknav_item p {
        display: none;
    }

    .tkwrap {
    }

    .tkwrap_catch {
        font-size: 16px;
        height: auto;
        padding: 20px 15px;
        line-height: 1.5;
    }

    .tkwrap_cnt {
        padding-bottom: 40px;
    }

    .tkwrap_lead {
    }

    .tkwrap_caution {
    }

    .tkwrap_caution > li {
    }

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

    .route_info_box section.info {
        width:100%;
    }

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

    .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-4th > li > a {
        line-height: 1.2;
        padding: 9px 0;
    }

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

    .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 {
        text-align: left;
    }

    .plan_price {
    }

    .plan_col-no5 {
        margin-top: 7px;
        width: auto;
    }

    .plan_link {
    }

    .plan_link > a {
        font-size: 14px;
        line-height: 40px;
        padding: 0;
        position: relative;
        z-index: 1;
        width: 100%;
    }

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

    .course_list-multi > li {
    }

    .course_list-multi > li:nth-child(4n+1) {
    }

    .course_list-multi > li:nth-child(n+5) {
    }

    .course_list-3col > li {
        margin-bottom: 5px;
    }

    .course_list-3col > li:nth-child(3n+1) {
        clear: none;
        margin-left: 2%;
    }

    .course_list-3col > li:nth-child(2n+1) {
        clear: both;
        margin-left: 0;
    }

    .ticket_catch {
        font-size: 14px;
        text-align: left;
        margin-bottom: 10px;
    }

    .ticket_catch > dt {
    }

    .ticket_catch > dt:after {
        width: 10px;
        height: 12px;
    }

    .ticket_catch > dd {
        display: block;
    }

    .ticket_catch > dd > b {
    }

    .tknav_item.-advance02 em::after {
        content: "";
        display: inline-block;
        width: 11px;
        height: 8px;
        margin-left: 0.5em;
        vertical-align: middle;
        background-image: url(/common/img2024/icon-blank_blue.svg);
        background-size: contain;
        background-repeat: no-repeat;
    }

}
