/* Define Style Common */
@charset "Shift_utf-8";

body {
    margin: 0;
    padding: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Hiragino Kaku Gothic ProN", "BIZ UDPGothic", meiryo, sans-serif;
    font-size: 14px;
    line-height: 150%;
    color: rgb(48, 48, 57);
}
button, input, select, textarea {
  font-family: inherit;
}
*,
*:before,
*:after {
    box-sizing: border-box;
}

.noscr {
    overflow: hidden;
    /*    position: fixed;*/
}

.show_pc {
    display: none !important;
}

.show_sp {
    display: block !important;
}

.clearfix:after,
.clearfix:before {
    content: ' ';
    display: block;
    clear: both;
}

.hidden-xs {
    display: none;
}

.visible-xs {
    display: block;
}

/* END Define Style Common */
.top-header {
    background: #4b74b4;
    color: #fff;
    height: 35px;
}

.top-header:before,
.top-header:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.top-header h1 {
    font-weight: 400;
    font-size: 14px;
    float: left;
    margin: 0;
    padding: 6px 0 0;
}

.top-header-container {
    max-width: 1200px;
    margin: 0 auto;
}

.primary-header {
    max-width: 1200px;
    height: 60px;
    margin: 0 auto;
    background: #fff;
}

.primary-header {
    padding: 10px 0;
}

.top-header:before,
.top-header:after {
    content: '';
    display: table;
    width: 100%;
    clear: both;
}

.top-header .top-menu {
    float: right;
    margin: 5px 0 0 10px;
}

.top-header .top-menu .tel {
    font-size: 13px;
    margin-top: 3px;
    margin-right: 15px;
    color: #fff;
}

.top-header .user-guide {
    margin-left: 10px;
}

.top-header .dropdown {
    position: relative;
    display: inline-block;
}

.top-header .dropdown .guidemenu {
    background-color: #0b3372;
    color: white;
}

.top-header .dropdown .dropbtn {
    padding: 0 28px 0 10px;
    height: 25px;
    line-height: 25px;
    border: none;
    cursor: pointer;
    position: relative;
}

.top-header .tel,
.top-header .master-link-top,
.top-header .user-guide {
    float: left;
}

.top-header .master-link-top {
    float: left;
    margin: 0 2px;
    background: #e7eef8;
    border-radius: 3px;
}

.top-header .master-link-top a {
    background: url(../images/pc/ico_calendar.png) 6px 5px no-repeat;
    display: block;
    padding: 4px 7px 0 28px;
    height: 25px;
    color: #000;
    font-size: 11px;
    text-decoration: none;
}

.top-header .user-guide .dropdown-content {
    width: 220px;
    right: 0;
}

.top-header .dropdown .dropdown-content {
    display: none;
    position: absolute;
    border-top: 5px solid #4b74b4;
    background-color: #f9f9f9;
    box-shadow: 0 8px 16px 0 rgba(0, 0, 0, .2);
    z-index: 1000;
}

.dropbtn.guidemenu:after {
    right: 7px;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.dropbtn.guidemenu:after {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: red;
    border-width: 6px;
    margin-top: -4px;
}

.top-header .dropdown .dropdown-content a {
    white-space: nowrap;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #d4d4d4;
}

.top-header .user-guide .dropdown-content {
    width: 220px;
    right: 0;
}

.top-header .dropdown .dropdown-content a {
    white-space: nowrap;
    color: black;
    padding: 12px 16px;
    text-decoration: none;
    display: block;
    border-bottom: 1px dotted #d4d4d4;
}

.top-header .dropdown:hover .dropdown-content {
    display: block;
}

.dropdown a:hover {
    background: #f2f2f2;
}

.logo-group {
    display: block;
    text-align: center;
    margin-bottom: 10px;
}

.logo-group a,
.logo-group span {
    display: inline-block;
    vertical-align: middle;
}

.logo-group a.airtrip-logo {
    margin-right: 10px;
}

.logo-group .powered {
    margin-right: 5px;
    margin-top: -3px;
}

.logo-group .navi-logo {
    margin-top: 5px;
}

.primary-header-right {
    float: right;
}

.primary-header-right .services {
    display: inline-block;
    border-left: 2px solid #4a74b4;
    vertical-align: middle;
    padding: 0 0 0 15px;
    height: 40px;
    line-height: 40px;
}

.primary-header-right .services a {
    font-size: 16px;
    color: #4a74b4;
    text-decoration: none;
}

.cont-container {
    position: relative;
    margin: 0px auto;
    height: 410px;
    background: url(../images/pc/bg_banner.png) no-repeat center top;
    margin-bottom: 0;
}

.container-search {
    width: 1200px;
    margin: 0px auto;
}

.keyviasul-text {
    width: 100%;
    text-align: center;
    padding: 0 25px;
    margin-bottom: 20px;
}

.keyviasul-text img {
    width: 100%;
}

.cont-container .shinkansen-seachbox {
    float: right;
    width: 920px;
    z-index: 10;
    margin-top: 30px;
    position: relative;
}

.cont-container .shinkansen-seachbox p {
    text-align: center;
    font-size: 13px;
    color: #fff;
    margin: 10px 0;
}

.cont-container.redirect {
    width: 60%;
    margin: 100px auto;
    background: none;
    text-align: center;
}

.cont-container.redirect p {
    font-size: 16px;
}

.footer-train {

    color: #FFF;
    background: #026daa;
    font-size: 13px;
    margin-top: 50px;
    padding: 17px 0;
    text-align: center;
}

.footer_menu {
    margin: 0;
}

.footer-train p {
    margin: 0
}

.footer_menu a {
    color: #333;
    display: block;
    text-align: center;
    margin: 0 0 0 0;
    padding: 10px 0;
    border-top: 1px solid #d9d9d9;
    font-size: 13px;
    text-decoration: none;
    line-height: 1.3;
}


.slick-slide img {
    width: 100%;
}

.navitime-loadingpage {
    background: none;
    width: 600px;
    border: 2px solid #bbb;
    margin: 100px auto;
    text-align: center;
    height: auto;
    padding: 20px 0;
}

.navitime-loadingpage .logo {
    margin-top: 0;
}

.navitime-loadingpage img {
    max-width: 100%;
}

.navitime-loadingpage .slogan {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 0;
}

.navitime-loadingpage .loading-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.navitime-loadingpage .sub-info {
    font-size: 12px;
    color: #888;
    margin: 0;
}

#center_news_box br {
    display: none;
}

.titlesaerch {
    display: none;
}

 .title_search {
    margin-top: 0;
    margin-bottom: 0;
    padding: 13px 10px;
    font-size: 12px;
    border-top: 1px solid #e0e0e0;
}

.newtitle_main {
    display: flex;
    justify-content: space-between;
    align-items: end;
    width: 100%;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px;
}

.newtitle_main.home {
    position: relative;
}

.newtitle_main.home a {
    position: absolute;
    right: 0;
}

.newtitle_main .newtitle {
    flex: 1;
    white-space: normal;
    margin: 0px;
    border-bottom: none;
}

.newtitle_main a {
    display: block;
    float: right;
    font-size: 14px;
    color: #125A96;
    text-decoration: none;
    font-weight: bold;
}

.container h3.newtitle {
    font-size: 24px;
    line-height: 150%;
    margin: 40px auto 14px;
    border-left: none;
    border-bottom: none;
    padding: 0;
}

.wrapper-transition {
    position: fixed;
    bottom: 10px;
    right: -22px;
    z-index: 9999;
    display: flex;
    align-items: flex-start;
}

.wrapper-transition .transition-bird img {
    width: 114px;
    height: auto;
    display: block;
}

.transition-bird img {
    max-width: none !important;
}

.image-transition-close {
    position: relative;
    top: 80px;
    width: 24px;
    cursor: pointer;
    right: 30px;
}

/* Airtrip APP */
@media screen and (max-width:640px) {
    #center_news_box br {
        display: block;
    }
}

@media (min-width: 425px) and (max-width: 640px) {}

@media (min-width:426px) {
    #s_h2.logo_soratabi_airtrip {
        width: 185px
    }
}

@media screen and (max-width:425px) {
    .message {
        font-size: 24px;
        padding: 10px;
    }

}

@media screen and (max-width:375px) {
    .header_icon img {
        height: 38px
    }

    .header_mypage img {
        height: 30px;
        margin-top: 6%
    }
}

@media (max-width: 368px) {
    .cont-container .shinkansen-seachbox p.info-text {
        bottom: 20%;
    }
}

@media (max-width: 348px) {
    .cont-container .shinkansen-seachbox p {
        font-size: 12px;
    }
}

@media (max-width: 322px) {
    .cont-container .shinkansen-seachbox p {
        font-size: 11px;
    }
}

@media screen and (max-width:320px) {
    #app_banner {
        height: 55px
    }

    #app_banner #airtrip_applink {
        height: 55px;
        margin-left: 40px
    }

    #airtrip_applink img {
        height: 55px
    }

    #app_banner .app_banner_close {
        height: 55px;
        width: 40px
    }

    .app_openbtn {
        padding: 7px 8px 7px 8px;
        font-size: 12px;
        top: 13px
    }

    .cont-container.redirect img {
        width: 70%;
    }
}

/* Slider */
#topbanner {
    position: relative;
    height: 128px;
}

.banner-carousel .slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.banner-carousel .slick-list {
    position: relative;
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

.banner-carousel .slick-list:focus {
    outline: none;
}

.banner-carousel .slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}

.banner-carousel .slick-slider .slick-track,
.banner-carousel .slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}

.banner-carousel .slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.banner-carousel .slick-track:before,
.banner-carousel .slick-track:after {
    display: table;
    content: '';
}

.banner-carousel .slick-track:after {
    clear: both;
}

.banner-carousel .slick-loading .slick-track {
    visibility: hidden;
}

.banner-carousel .slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px;
}

[dir='rtl'] .slick-slide {
    float: right;
}

.slick-slide img {
    display: block;
    max-width: 100%;
    height: auto;
    width: 430px;
    height: 126.13px;
}

.slick-slide.dragging img {
    pointer-events: none;
}

.slick-initialized .slick-slide {
    display: block;
}

.slick-loading .slick-slide {
    visibility: hidden;
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
    display: none;
}

.banner-carousel .slick-dots {
    width: 100%;
    height: 18px;
    margin: 0px;
    padding: 0;
    text-align: center;
}

.banner-carousel .slick-dots li {
    display: inline-block;
    margin: 0 2px;
}

.banner-carousel .slick-dots li button {
    font-size: 0;
    line-height: 16px;
    display: block;
    width: 16px;
    height: 4px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: #D9D9D9;
}

.banner-carousel .slick-dots li.slick-active button {
    background: #FEDB18;
}

.cont-container .shinkansen-seachbox p.info-text {
    position: absolute;
    right: 22px;
    font-size: 10px;
    top: 65%;
    color: #fff;
    letter-spacing: 1.2px;
}

.navitime-loadingpage {
    background: none;
    width: 600px;
    border: 2px solid #bbb;
    margin: 100px auto;
    text-align: center;
    height: auto;
    padding: 20px 0;
}

.navitime-loadingpage .logo {
    margin-top: 0;
}

.navitime-loadingpage img {
    max-width: 100%;
}

.navitime-loadingpage .slogan {
    font-size: 18px;
    margin-bottom: 30px;
    margin-top: 0;
}

.navitime-loadingpage .loading-icon {
    width: 50px;
    height: 50px;
    margin: 0 auto;
}

.navitime-loadingpage .sub-info {
    font-size: 12px;
    color: #888;
    margin: 0;
}

@media (max-width: 990px) {
    .cont-container .shinkansen-seachbox p.info-text {
        font-size: 12px;
        top: 57%;
    }
}

@media (max-width: 920px) {
    .cont-container .shinkansen-seachbox p.info-text {
        font-size: 11px;
    }
}

@media (max-width: 768px) {
    .navitime-loadingpage {
        width: 90%;
    }

    .navitime-loadingpage .slogan {
        font-size: 14px;
    }
}

/* ---- update ----- */
#dep-suggest-list,
#arv-suggest-list {
    padding-left: 5px;
}

#dep-suggest-list li,
#arv-suggest-list li {
    font-size: 16px;
}

#dep-suggest-list li:first-child,
#arv-suggest-list li:first-child {
    padding-top: 5px;
}

#dep-suggest-list li:last-child,
#arv-suggest-list li:last-child {
    padding-bottom: 5px;
}

/*.newtitle {
    display: none;
}*/
select,
input {
    background: #fff;
    border: 1px solid #999;
}

#dep-suggest-list,
#arv-suggest-list {
    position: absolute;
    left: 0;
    top: 34px;
    width: 100%;
    margin: 0;
    padding: 0;
    z-index: 999;
    max-height: 350px;
    overflow-y: scroll;
}

#dep-suggest-list li,
#arv-suggest-list li {
    list-style: none;
    padding: 3px 20px;
    margin: 0;
    background: #fff;
    border-bottom: 1px dotted #f1f1f1;
}

#dep-suggest-list li,
#arv-suggest-list li {
    padding: 5px 20px;
}

#dep-suggest-list li:first-child,
#arv-suggest-list li:first-child {
    padding-top: 5px;
}

#dep-suggest-list li:last-child,
#arv-suggest-list li:last-child {
    padding-bottom: 5px;
    border-bottom: none;
}

#dep-suggest-list li:hover,
#arv-suggest-list li:hover {
    background: #1e90ff;
    color: #fff;
}

select,
input {
    background: #fff;
    border: 1px solid #999;
}

select option {
    color: #000;
}

/* header start */
.top-header {
    display: none;
}

#s_header {
    display: block;
    height: 48px;
}

.s_header {
    margin: 0px;
}

.s_header:after {
    clear: both;
    content: "";
    display: block;
}

.s_header h1 {
    margin: 0 0 0 2px;
    padding: 0;
    width: 74px;
    float: left;
}

#header_booking_confirm {
    margin-top: 10px;
    margin-right: 5px;
}

#header_booking_confirm a {
    border-radius: 4px;
    border: 1px solid #bcbcbc;
    padding: 0 7px;
    line-height: 26px;
    color: #333;
    font-size: 10px;
    text-align: center;
    text-decoration: none;
}

#loading_overlay,
#timeout_overlay .loading_overlay,
.loading_overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 100;
    background: rgba(0, 0, 0, .7);
}

/* header End */
#app_banner .app_banner_close {
    position: absolute;
    height: 60px;
    width: 45px
}

#airtrip_applink img {
    width: auto;
    height: 60px
}

.fix_pos {
    position: fixed;
    z-index: 500
}

#app_banner.ab_show {
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInDownBig {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-200px)
    }

    100% {
        opacity: 1;
        -webkit-transform: translateY(0)
    }
}

@keyframes fadeInDownBig {
    0% {
        opacity: 0;
        transform: translateY(-200px)
    }

    100% {
        opacity: 1;
        transform: translateY(0)
    }
}

.app_openbtn {
    background: #fff;
    -webkit-border-radius: 6;
    -moz-border-radius: 6;
    border-radius: 6px;
    color: #3f6fb2;
    font-size: 14px;
    padding: 7px 11px 7px 11px;
    border: solid #b5e2fa 1px;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 15px;
    cursor: pointer;
    line-height: 1;
}

.ab_hidden {
    display: none
}

#app_banner #airtrip_applink {
    margin-left: 45px;
    height: 60px;
    width: 85%;
    position: relative
}

#app_banner.ab_show {
    display: block;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: fadeInDownBig;
    animation-name: fadeInDownBig;
}

#app_banner {
    background: #f9f9f9;
    height: 60px;
    overflow: hidden;
    width: 100%;
    display: none;
    border-bottom: 1px solid #eee;
}

#app_banner .app_banner_close {
    position: absolute;
    height: 60px;
    width: 45px;
}

#app_banner .app_banner_close,
#app_banner #airtrip_applink {
    display: block;
    float: left;
}

/* Content start */
.bg_topbanner {
    width: 100%;
    position: absolute;
    z-index: -1;
}

.bg_topbanner img {
    width: 100%;
}

.contWrap {
    width: 90%;
    margin: 0 5%;
}

.contWrap .space,
.contWrap .space02 {
    line-height: 0;
}

.contWrap .space img,
.contWrap .space02 img {
    width: 100%;
    height: auto;
}

.message {
    width: 100%;
    text-align: center;
    background: red;
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding: 15px;
    line-height: 1;
}

.powered {
    text-align: center;
    vertical-align: middle;
}

.logo-group .powered {
    margin-right: 5px;
    margin-top: 0px;
}

.logo-group a:before {
    display: none !important;
}

.powered span {
    margin-right: 10px;
    vertical-align: middle;
}

.powered img {
    vertical-align: middle;
}

.gotop {
    display: none;
    position: fixed;
    bottom: 50px;
    right: 20px;
}

/* Content END */
/* footer */
#footer {
    color: #FFF;
    background: #026daa;
    font-size: 14px;
    padding: 17px 10px;
    text-align: center;
    line-height: 1.2;
}

/* style form search */
.titlesaerch {
    display: block;
    text-align: left;
    padding: 13px 10px;
    background: #196FB9;
    margin-bottom: 20px;
}

.titlesaerch img {
    height: 21px;
    width: 135.3px;
    display: block;
}

.cont-container.mainternance {
    padding-top: 0;
}

.cont-container {
    height: auto;
    margin-bottom: 0;
}

.navitime-loadingpage {
    width: 90%;
}

.navitime-loadingpage .slogan {
    font-size: 14px;
}

.cont-container .shinkansen-seachbox {
    background: #fff;
    padding: 0px;
    display: block;
    width: 100%;
    position: relative;
    margin: 0 auto;
    border: none;
}

/* calendar */
/* calendar */
.datepicker {
    position: fixed;
    top: 0 !important;
    width: 100%;
    height: auto;
    background: rgba(0, 0, 0, 0.8);
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    color: #000;
}

.datepicker-days {
    width: 90%;
    margin: 0 auto;
    position: absolute;
    top: 50%;
    left: 5%;
    background: #fff;
    transform: translate(0%, -50%);
    border-radius: 0px;
}

.datepicker-days {
    padding: 0px;
}

.datepicker-days table {
    border-collapse: collapse !important
}

.table-condensed {
    width: 100%;
    border: 1px solid #ccc;
    background: #196FB9;
    padding: 2px;
}

.table-condensed tbody {
    border: none;
    background: #fff;
    font-size: 14px;
}

.datepicker-days table thead {
    background: #466fb1;
    border: 1px solid #ccc;
}

.datepicker-days table thead tr th {
    background: #F5F5F5;
    color: #000;
    font-weight: normal;
    border-radius: 0;
    border: 1px solid #d9d9d9;
    padding: 10px 0;
    font-size: 15px;
}

.datepicker .datepicker-switch:hover,
.datepicker .next:hover,
.datepicker .prev:hover,
.datepicker tfoot tr th:hover {
    background: none !important;
}

.datepicker-days table thead tr th:first-child {
    border-left: 1px solid #ccc;
}

.datepicker-days table thead tr th:last-child {
    border-right: 1px solid #ccc;
}

.datepicker-days table thead tr th.prev,
.datepicker-days table thead tr th.datepicker-switch,
.datepicker-days table thead tr th.next {
    background: #466fb1;
    text-align: center;
    border: none;
    color: #fff;
    visibility: inherit !important;
}

.datepicker-days table thead tr th.prev,
.datepicker-days table thead tr th.next {
    font-size: 24px;
    padding: 0px;
    line-height: 0;
}

.datepicker-days table tbody tr td {
    border: 1px solid #d9d9d9;
    font-size: 18px;
    width: auto;
    height: auto;
    padding: 13px 0;
    border-radius: 0;
}

.cont-container.redirect {
    width: 80%;
}

.notices {
    width: 90%;
}

.datepicker table tr td.active.active,
.datepicker table tr td.active.highlighted.active,
.datepicker table tr td.active.highlighted:active,
.datepicker table tr td.active.highlighted:hover,
.datepicker table tr td.active:active,
.datepicker table tr td.active:hover,
.open>.dropdown-toggle.datepicker table tr td.active,
.open>.dropdown-toggle.datepicker table tr td.active.highlighted {
    background-color: #FB6B01 !important;
    border: none;
    ;
}

.cont-container.mainternance {
    margin-bottom: 0;
    padding-top: 0;
    background: none;
}

/*==== UPDATE #6534#note-33 ====*/
.quiz {
    display: none;
}

.popup-quiz {
    display: none;
}

.quiz {
    display: block;
}

#searchINC>.info-text {
    display: none;
}

.popup-quiz {
    position: fixed;
    width: 100%;
    z-index: 9999;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .7);
    display: none;
}

.popup-quiz .modal-content {
    background-color: #eee;
    width: 85%;
    margin: 0 auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}

.popup-quiz .modal-body {
    padding: 10px 15px 21px;
}

.popup-quiz .modal-footer {
    border-top: 1px solid #ccc;
    padding: 15px 20px;
    text-align: center;
}

.popup-quiz .modal-footer a {
    color: #466fb1;
    font-size: 18px;
    font-weight: bold;
    text-decoration: none;
}

#searchINC .quiz {
    position: absolute;
    top: 66%;
    right: 10px;
    display: block;
}

#searchINC .info-text {
    display: none;
}

/* For Mainternance */
.cont-container.mainternance {
    margin-bottom: 40px;
    border: none;
}

.newsBox.mainternance {
    margin-top: 40px;
    border: none;
}

.mainternance {
    border: 2px solid #FFC107;
    height: auto !important;
    padding: 30px 0;
}

.mainternance p {
    margin: 20px 10px;
    line-height: 1.5;
}

.mainternance p span {
    display: block;
}

.container-search {
    position: initial;
    left: 0;
    top: 0;
    margin-left: 0;
    width: 100%;
}

/*==== UPDATE #ISSUE-9704 ===*/
.cont-container .mainternance img.visible-lg {
    display: none;
}

.cont-container .mainternance img.visible-xs {
    display: block;
}

#popular_departure ul {
    display: block;
    margin: 15px -7px 0 -7px;
    padding: 0;
}

#popular_departure ul li {
    overflow: hidden;
    display: block;
    width: 25%;
    float: left;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px
}

#popular_departure ul li a {
    display: block;
    border: 1px solid #d4d4d4;
    margin: 0 7px;
    text-decoration: none;
}

#popular_departure ul li a:hover {
    text-decoration: none
}

#popular_departure ul.top_popular li span {
    display: block;
    text-align: center;
    color: #fff;
    background: #486faa;
    font-size: 15px;
    font-weight: 700;
    padding: 10px 7px
}

#popular_departure ul.top_popular li span.price {
    display: block;
    background: #fff
}

#popular_departure ul.top_popular li span.price span {
    display: inline-block;
    background-color: transparent
}

#popular_departure ul.top_popular li span.price,
#popular_departure ul.top_popular li span.price span {
    text-align: center;
    color: #d6053f;
    font-size: 24px;
    font-weight: 400;
    padding: 10px 0
}

#popular_departure ul.primary_popular li a {
    padding: 10px 5px;
    text-align: center
}

#popular_departure ul.primary_popular li a:hover {
    background: #DCF6FF
}

#popular_departure ul.primary_popular li span,
#popular_departure ul.primary_popular li span {
    display: inline-block;
    vertical-align: middle
}

#popular_departure ul.primary_popular li span {
    color: #486faa;
    font-size: 15px;
    width: auto;
    display: block
}

#popular_departure ul.primary_popular li span.price {
    color: #d6053f;
    font-size: 14px;
    font-weight: 400;
    width: auto
}

#popular_departure ul.primary_popular li span.price span {
    width: auto;
    color: #d6053f;
    font-size: 16px;
    display: inline-block;
    font-weight: 700;
    vertical-align: baseline
}

.container {
    width: 1000px;
    margin: 0 auto;
}

.container {
    width: 100%;
    padding: 0 10px;
    margin: 0;
}

#popular_departure ul {
    margin: 0;
}

#popular_departure ul li {
    width: 50%;
    border-radius: 0;
    position: relative;
}

#popular_departure ul li:before {
    left: 90%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(194, 225, 245, 0);
    border-left-color: #0dbce8;
    border-width: 8px;
    margin-top: -8px;
}

#popular_departure ul li:after {
    left: 90%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #FFF;
    border-width: 6px;
    margin-top: -6px;
}

#popular_departure ul li a {
    padding: 4px 10px 4px 10px;
    border: none;
    border-bottom: 1px solid #ccc;
    margin: 0;
}

#popular_departure ul.top_popular li:nth-child(1) a,
#popular_departure ul.top_popular li:nth-child(2) a {
    border-top: 1px solid #ccc;
}

#popular_departure ul li a {
    border-right: solid 1px #ccc;
    border-left: solid 1px #ccc;
}

#popular_departure ul.top_popular li span,
#popular_departure ul.primary_popular li span {
    background: none;
    color: #333;
    font-size: 14px;
    font-weight: 400;
    padding: 0;
    line-height: 2em;
    text-align: left;
}

#popular_departure ul.top_popular li span.price,
#popular_departure ul.top_popular li span.price span,
#popular_departure ul.primary_popular li span.price,
#popular_departure ul.primary_popular li span.price span {
    font-weight: 400;
    padding: 0;
    text-align: left;
    line-height: 22px;
    font-size: 18px;
}

#popular_departure ul.top_popular li span.price,
#popular_departure ul.top_popular li span.price span {
    color: red;
}

#popular_departure ul.primary_popular li span.price,
#popular_departure ul.primary_popular li span.price span {
    color: #B30000;
}

/********* 16004 ********/
#footer {
    padding: 0;
    background: none;
    line-height: 1.4;
}

#at-footer {
    font-size: 10px;
    background: #196FB9;
    margin: 0 auto;
    padding: 6px 0 9px 0;
    color: #fff;
    text-align: center;
}

.jpx img {
    width: 26px;
    margin-right: 7px;
    vertical-align: middle;
    height: 30.5px;
}

#at-footer .copyright {
    margin-top: 5px;
}

.is-airtip-plus {
    position: relative;
    width: auto;
    padding: 10px 10px 10px 23px;
    margin: 10px 10px 0;
    font-size: 12px;
    line-height: 1.5;
}

.is-airtip-plus p {
    padding: 0;
    margin: 0;
}

.is-airtip-plus .mark {
    position: absolute;
    top: 10px;
    left: 5px;
}

/******* 17156 ********/
.tripButton {
    margin: 0 15px 0 0;
    color: #000;
    padding-top: 4px;
    padding-left: 30px;
    position: relative;
    cursor: pointer;
}

.tripButton:before {
    content: '';
    position: absolute;
    width: 24px;
    height: 24px;
    border: 2px solid #196FB9;
    top: 0;
    left: 0;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

.tripButton.active:before {
    background: #196FB9;
}

.tripButton.active:after {
    content: '';
    position: absolute;
    width: 12px;
    height: 12px;
    top: 6px;
    left: 6px;
    background: #fff;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;

}

.tripButton:hover {
    cursor: pointer;
}

.ways_soratabi {
    padding: 0;
    margin: 0 10px 15px;
}

.tripButton:before {
    width: 20px !important;
    height: 20px !important;
}

.tripButton.active:after {
    top: 7px;
    left: 7px;
    width: 6px;
    height: 6px;
}

.tripButton {
    padding-top: 0 !important;
    display: inline-block;
}

#searchINC .quiz {
    bottom: 132px;
    top: auto;
}

.visa-sale-off {
    margin-top: 20px;
    padding: 0 10px;
    text-align: center;
}

.visa-sale-off img {
    max-width: 100%;
    height: auto;
}

.show-hide-visa-des {
    background: #fff;
    padding: 9px 10px;
    border: 1px solid #ccc;
    margin-top: 15px;
    text-align: left;
}

.show-hide-visa-des p {
    font-weight: bold;
    position: relative;
    font-size: 12px;
    margin: 0;
}

.show-hide-visa-des p:before {
    content: '';
    background: #196FB9;
    position: absolute;
    top: 9px;
    right: 0;
    width: 10px;
    height: 2px;
}

.show-hide-visa-des p:after {
    content: '';
    background: #196FB9;
    position: absolute;
    top: 5px;
    right: 4px;
    width: 2px;
    height: 10px;
}

.show-hide-visa-des.active p:after {
    display: none;
}

.visa-sale-content {
    display: none;
    margin-top: 10px;
    border-top: 1px solid #ccc;
    padding-top: 14px;
    padding-bottom: 20px;
    font-size: 12px;
    font-weight: bold;
    line-height: 1.5;
}

.cont-container .lpTrain {
    text-align: center;
    margin: 20px auto -5px;
    display: block;
    padding: 0 10px;
}

.cont-container .lpTrain img {
    width: 100%;
}

/*=== UPDATE #16410#note-55 ===*/
.search-domestic-ticket a {
    text-decoration: none !important;
    color: #000 !important;
    padding: 0 0 0 5px;
    display: inline-block;
}

.search-domestic-ticket a:hover,
.search-domestic-ticket a:focus {
    color: #4b74b4 !important;
}

.search-domestic-ticket a:before {
    content: '';
    background: #052f63;
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

/* For avex */
.banner-avex img {
    max-width: 100%;
    height: auto;
}

.banner-gr {
    margin: 10px 10px 0 10px;
}

.banner-gr img {
    max-width: 100%;
    height: auto;
    display: block;
}

/* For Avex */
.banner-avex {
    border-bottom: 3px solid #196fb9;
    background: url(/images/avex/avex_banner@2x.png) no-repeat center top;
    background-size: cover;
}

.banner-avex a {
    display: block;
}

@media (max-width: 768px) {
    .banner-avex {
        height: 243px;
    }
}

@media (max-width: 640px) {
    .banner-avex {
        height: 206px;
    }
}

@media (max-width: 425px) {
    .banner-avex {
        height: 143px;
    }
}

@media (max-width: 414px) {
    .banner-avex {
        height: 139px;
    }
}

@media (max-width: 375px) {
    .banner-avex {
        height: 128px;
    }
}

@media (max-width: 320px) {
    .banner-avex {
        height: 112px;
    }
}

#searchINC p.for-avex {
    position: absolute;
    left: 75px;
    font-size: 10px;
    bottom: 280px;
    color: #333;
    margin: 0;
}

@media (max-width: 320px) {
    #searchINC p.for-avex {
        font-size: 8px;
    }
}

.block-airtrip-plus {
    padding: 20px 10px 0;
}

.block-airtrip-plus img {
    width: 100%;
}

.banner-carousel {
    height: 0;
    overflow: hidden;
}

.banner-carousel.slick-initialized {
    height: auto;
}

.search-domestic-ticket a.contact-link:before {
    display: none;
}

.search-domestic-ticket a.contact-link {
    position: relative;
    display: block;
    background: #125A96;
    padding: 12px 0;
    text-align: center;
    color: #fff !important;
    min-width: 250px;
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
}

/*#39289*/
.ticket-delivery-days {
    margin: 56px 0x
}

.ticket-delivery-days__title {
    margin-left: 10px;
    margin-right: 10px;
}

.ticket-delivery-days__explain {
    margin: 0 16px 20px;
    font-size: 14px
}

.ticket-delivery-days__detail {
    background-color: #f0f0f0;
    padding: 28px 23px;
    height: 511px;
    position: relative
}

.ticket-delivery-days__detail .acceptable-date-lists {
    background-color: #fff;
    padding: 18px 16px;
    width: 210px;
    list-style: none;
}

.ticket-delivery-days__detail .acceptable-date-lists .day-list {
    line-height: 22px
}

.ticket-delivery-days__detail .acceptable-date-lists .day-list--margin {
    margin-bottom: 15px
}

.ticket-delivery-days__detail .acceptable-date-lists .day-list .color-box {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin-right: 7px;
    margin-bottom: 2px;
    vertical-align: middle
}

.ticket-delivery-days__detail .acceptable-date-lists .day-list .one-day {
    background-color: #619fea
}

.ticket-delivery-days__detail .acceptable-date-lists .day-list .two-days {
    background-color: #9dd56d
}

.ticket-delivery-days__detail .acceptable-date-lists .day-list .three-days {
    background-color: #fe6561
}

.ticket-delivery-days__detail .acceptable-date-lists .day-list .date-text {
    font-size: 14px;
    font-weight: 700
}

.ticket-delivery-days__detail .acceptable-date-lists .day-list .sub-date-text {
    margin-left: 25px;
    font-size: 13px
}

.ticket-delivery-days__detail .acceptable-date-lists__img {
    position: absolute;
    top: 215px;
    right: 24px
}

.ticket-delivery-days__bottom {
    margin: 20px 16px
}

.ticket-delivery-days__bottom p:last-child,
.ticket-delivery-days__bottom p:nth-last-child(2) {
    font-size: 12px;
}

.selectLine,
.selectLine-x {
    padding: 22px 10px;
    color: #000;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    background: #f2f2f2;
    margin: 0 10px 10px;
    border-radius: 6px;
}

#not-select-rail-line {
    float: left;
    margin-top: 0;
}

@media screen and (max-width:640px) {
    .relation-content .other-areas dl {
        margin: 0 10px 16px 10px;
    }
}

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

    .relation-content .other-areas dl dt,
    .relation-content .other-areas dl dd {
        display: block;
        width: auto;
    }

    .relation-content .other-areas dl dd {
        margin: 16px 0 0 0;
    }

    .relation-content .other-areas dl dd a {
        margin-bottom: 6px;
    }
}

.relation-content .other-areas dl {
    display: block;
}

.relation-content .other-areas dl dt,
.relation-content .other-areas dl dd {
    vertical-align: top;
}

.relation-content .other-areas dl dt {
    padding-left: 10px;
    position: relative;
    font-weight: bold;
}

.relation-content .other-areas dl dt:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    width: 4px;
    height: 22px;
    background: #196FB9;
    border-radius: 2px
}

.relation-content .other-areas dl dd a {
    display: inline-block;
    margin-right: 16px;
    color: #196FB9;
    text-decoration: none;
}

.relation-content .other-areas dl dd a:hover {
    text-decoration: underline;
}

.airTrip-shinkansen {
    margin-top: 30px;
}

.list-unstyle {
    width: 100%;
    margin: 0;
    padding: 0;
    display: inline-block;
    list-style-type: none;
    gap: 40px;
}

.list-unstyle::after {
    content: '';
    display: table;
    width: 100px;
}

.list-unstyle li:last-child {
    margin-bottom: 0;
}

.list-unstyle li:last-child::after {
    display: none;
}

.list-unstyle-no-arrow {
    width: auto;
    margin-left: -5px;
    margin-right: -5px;
    text-align: center;
    font-size: 0;
    padding: 0;
}

.list-unstyle-no-arrow li::after {
    display: none;
}

.list-unstyle-no-arrow li {
    width: 100%;
    font-size: 14px;
    padding-left: 5px;
    padding-right: 5px;
    margin-bottom: 10px;
    display: inline-block;
}

.shinkansen-point-item {
    position: relative;
}

.shinkansen-point-step-number {
    top: -7px;
    left: 20px;
    position: absolute;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    color: #1565C0;
}

.shinkansen-point-desc {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin: auto;
    text-align: center;
}

.shinkansen-point-desc-title {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
}

.shinkansen-point-desc p:not(.shinkansen-point-desc-title) {
    margin-top: 12px;
    text-align: start;
    font-size: 14px;
    font-weight: 400;
    line-height: 150%;
}

.shinkansen-point-item:last-child .shinkansen-point-desc p:last-of-type {
    margin-bottom: 0;
}

.shinkansen-point-img-content {
    width: 120px;
    height: 120px;
    text-align: center;
    margin: auto;
}

.shinkansen-point-item-content {
    padding: 15px 14px 28px 14px;
    border: solid 2px #EEE;
    border-radius: 6px;
}

.shinkansen-point-item:last-child .shinkansen-point-item-content {
    padding-bottom: 23px;
}

.shinkansen-point-img-content img {
    width: 100%;
    height: 100%;
}

.searchRouteContent .update-date {
    text-align: right;
    padding-right: 10px;
}

.announcement {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    max-width: 100%;
    margin: 40px 12px;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 12px;
    overflow: hidden;
}

.announcement .head {
    height: 100%;
    width: max-content;
    padding: 0;
    text-align: left;
}

.announcement .head h4 {
    margin: 0;
}

.announcement .announcement-list {
    border-left: 1px solid #e0e0e0;
    width: calc(100% - 75px);
    padding-inline-start: 28px !important;
    margin-block-start: 0 !important;
    margin-block-end: 0 !important;
}

.announcement .announcement-list li {
    color: #1565c0;
    text-decoration: none;
    position: relative;
    padding-left: 0;
    font-size: 14px;
    margin: 8px 0;
    line-height: 1.4;
}

.announcement .announcement-list li:hover {
    cursor: pointer;
}

.announcement-modal {
    display: none;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
}

.announcement-modal .modal-content {
    background-color: #fefefe;
    margin: 10vh 16px;
    padding: 16px;
    width: auto;
    max-width: 100%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    border-radius: 8px;
}

.announcement-modal .modal-content .close-modal {
    text-align: right;
}

.announcement-modal .modal-content .close-modal .close-button {
    cursor: pointer;
}

.announcement-modal .modal-content .title {
    margin: 16px 0;
    line-height: 1.5;
    font-size: 18px;
}

.announcement-modal .modal-content .content {
    overflow-y: auto;
    max-height: 50vh;
    padding: 0 8px 0 0;
    margin: 0;
}

.announcement-modal .modal-content .content p {
    word-break: break-all;
    padding: 0 0 16px 0
}

@media screen and (min-width: 768px) {
    .announcement {
        max-width: 680px;
        margin-right: auto;
        margin-left: auto;
    }
}

.trainMv {
    margin: 0px auto;
    background: url(/images/sp/bg_banner3_sp.webp) no-repeat center bottom /cover;
    z-index: 10;
    padding: 15px 0px 10vw;
}

.trainMv-comment {
    color: #fff; 
    font-weight: bold;
    font-size: 18px;
    margin: 0 0 19px;
    text-align: center;
}

.box-limit-booking-date {
    padding: 0px 10px 16px 10px !important;
}

.box-limit-booking-date-content {
    border: 2px solid #196FB9;
    border-radius: 4px;
}

.limit-booking-note {
    border-bottom: 1px solid #196FB9;
    align-items: center;
    justify-content: center;
    display: flex;
    font-weight: 700;
    color: #1565C0;
    font-size: 12px;
    padding: 4px 0;
}

.limit-booking-date {
    width: 100%;
    display: grid;
    align-items: center;
    margin: 0 auto !important;
    padding: 5px !important;
    padding-left: 16px !important;
    grid-template-columns: auto 1fr;
    height: 68px;
    letter-spacing: -0.05em;
}

.box-limit-booking-date .qr-note {
    color: #1565C0;
    margin-top: 4px;
    text-align: right;
    margin-bottom: 0;
    font-size: 12px;
}

.limit-booking-date .show-booking-date {
    font-weight: bold;
}
.show-booking-date .txt-booking-date {
    padding-left: 16px;
    font-size: 12px;
}
.show-booking-date .triangle {
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
  border-left: 7px solid black;
  margin-left: 17px;
  margin-right: 16px;
  display: none;
}
.show-booking-date li {
    color: rgb(48, 48, 57);
    width: fit-content;
    list-style: none;
    position: relative;
    padding-left: 16px;
}
.show-booking-date .date {
    font-size: 16px;
}
.show-booking-date .date.sp {
    padding-left: 16px;
}
.show-booking-date .name-day {
    font-size: 12px;
}
.show-booking-date .date-mark {
    font-size: 16px;
}

.no-scroll {
    overflow: hidden;
}

#popular_departure .primary_popular li {
    width: 100%;
}

.primary_popular span.price {
    text-align: right;
    width: auto;
    left: 60%;
    position: absolute;
    top: 25%;
    font-weight: 700 !important;
}

.primary_popular span.price span {
    font-weight: 700 !important;
}

#popular_departure .top_popular a span {
    text-align: center !important;
    font-weight: 700 !important;
    color: #486faa !important;
}

#popular_departure .top_popular li::before {
    display: none;
}

#popular_departure .top_popular li::after {
    display: none;
}

#popular_departure .top_popular a {
    border: 1px solid #486faa !important;
}

#popular_departure .top_popular a.top-left {
    border-bottom: 0px solid #486faa !important;
}

#popular_departure .top_popular a.top-right {
    border-bottom: 0px solid #486faa !important;
    border-left: 0px solid #486faa !important;
}

#popular_departure .top_popular a.bottom-right {
    border-left: 0px solid #486faa !important;
}

#popular_departure .top_popular li.active a {
    background-color: #486faa;
}

#popular_departure .top_popular li.active a span {
    color: white !important;
}

#popular_departure .primary_popular li {
    display: none;
}

#popular_departure .primary_popular li.active {
    display: block;
}

#popular_station_info {
    margin-top: 50px;
}

#popular_station_info .popular_station_info_header,
#popular_station_info .popular_station_info_content {
    display: flex;
    padding-left: 0px;
    margin: 15px -7px 0 -7px;
}

#popular_station_info .popular_station_info_header li span.active {
    color: white;
    background: #486faa;
}

#popular_station_info .popular_station_info_header li span:hover {
    cursor: pointer
}

#popular_station_info .popular_station_info_header li {
    list-style-type: none;
    width: 33.33%;
}

#popular_station_info .popular_station_info_content {
    flex-wrap: wrap;
    margin-bottom: -15px;
}

#popular_station_info .popular_station_info_content li {
    list-style-type: none;
    flex: 50%;
}

#popular_station_info .popular_station_info_content li {
    margin-bottom: 10px;
}

#popular_station_info a {
    margin: 0 7px;
}

#popular_station_info .popular_station_info_header span {
    border: 1px solid #486faa;
    font-size: 15px;
    margin: 0 7px;
    display: block;
    text-align: center;
    padding: 8px 0;
    color: #486faa;
    font-weight: 700;
}

#popular_station_info .popular_station_info_content a {
    border: 1px solid #d4d4d4;
    font-size: 14px;
    margin: 0 7px;
    display: block;
    text-align: center;
    padding: 5px 0;
    color: #486faa;
    font-weight: 700;
}

#popular_station_info .popular_station_info_content a:hover {
    background: #DCF6FF;
}

#popular_station_info .section {
    display: none;
}

#popular_station_info .section.active {
    display: block;
}

.news_user_member {
    border-radius: 5px;
    background-color: #125A96;
    padding: 10px 20px;
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.switch-station img {
    width: 48px;
    height: 48px;
}

.shinkansen-img-content img {
    width: 100%;
}

.search-container .quiz img {
    width: 20px;
    height: 20px;
}
.search-container-inner {
    background: #fff;
    border-radius: 8px;
    margin: 15px 12px 0;
    overflow: hidden;

}
.toTop {
    bottom: 54px;
    right: 5px;
    z-index: 12;
    display: none;
    position: fixed;
}

.anchor ul {
    margin: 40px -5px 0;
    padding: 0;
    font-size: 0;
    list-style: none;
    text-align: left;
}

.anchor ul li {
    padding: 0 5px 10px;
    width: 50%;
    display: inline-block;
    text-align: center;
}

.anchor ul li span {
    font-size: 16px;
    font-weight: bold;
    display: block;
    padding: 10px 0;
    border-radius: 4px;
    cursor: pointer;
    border: 1px solid #BCBCBC;
    background: url(../images/btn_down.svg) no-repeat 95% center;
}

.anchor ul li span:hover {
    color: #196FB9;
    border-color: #196FB9;
}

.anchor-note {
    color: #196FB9;
    margin-bottom: -15px;
}

.no-pointer {
    cursor: default !important;
    /* or cursor: auto */
}

a {
    text-decoration: none;
}

ul.clearfix {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* 新幹線タブ機能のスタイル */
.airTrip-shinkansen-content-wrapper {
    margin-top: 14px;
}

.airTrip-shinkansen-content-wrapper .tabs {
    width: 100%;
    display: inline-flex;
    padding-bottom: 4px;
    border-bottom: 1px solid #E0E0E0;
    margin-bottom: 16px;
}

.airTrip-shinkansen-content-wrapper .tabs li.active {
    color: #1565C0;
    cursor: default;
}

.airTrip-shinkansen-content-wrapper .tabs li a {
    color: #000000;
    text-decoration: none;
    display: block;
    padding: 15px 0px 9px;
}

.airTrip-shinkansen-content-wrapper .tabs li a:hover,
.airTrip-shinkansen-content-wrapper .tabs li a:visited {
    color: #000000;
    text-decoration: none;
}

.airTrip-shinkansen-content-wrapper .tabs li {
    align-items: center;
    font-size: 14px;
    font-weight: 700;
    margin-right: 31px;
    cursor: pointer;
}

.airTrip-shinkansen-content-wrapper .tabs li.active {
    color: #1565C0;
    cursor: default;
    position: relative;
}

.airTrip-shinkansen-content-wrapper .tabs li.active:after {
    content: "";
    position: absolute;
    bottom: -3px;
    left: 0;
    right: 0;
    height: 3px;
    background: #1565C0;
    border-radius: 3px;
}

.airTrip-shinkansen-content-wrapper .tabs li.active a {
    color: #1565C0;
    text-decoration: none;
}

.airTrip-shinkansen-content-wrapper .tabs li.active a:hover,
.airTrip-shinkansen-content-wrapper .tabs li.active a:visited {
    color: #1565C0;
    text-decoration: none;
}

sup.notation {
    font-size: 9px;
    font-weight: 400;
}

.hidden-tab {
    display: none;
}

.hidden-tab[style*="display: block"] {
    display: block !important;
}

.step-number {
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    padding: 6px 0 6px 6px;
}

.step-number span {
    color: #1565C0;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    padding-left: 4px;
}

.step-description {
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-top: -15px;
    /* margin-left: 0px; */
    width: 100%;
    margin-bottom: 6px;
}

.list-unstyle li:last-child {
    margin-bottom: 0;
}

.list-unstyle li {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    border: solid 2px #EEE;
    border-radius: 6px;
    padding: 19px 23px 23px 24px;
    margin-bottom: 40px;
}

.list-unstyle li::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -28px;
    margin: auto;
    border-left: 20px solid transparent;
    border-right: 20px solid transparent;
    border-top: 14px solid #D9D9D9;
    width: 0;
}

.list-unstyle li:last-child::after {
    display: none;
}

.shinkansen-img-content {
    background: #fff;
    text-align: center;
    display: flex;
    align-items: center;
    margin: 2px 10px 0 -2px;
    width: 23.028%;
    flex-shrink: 0;
}

.shinkansen-desc {
    display: flex;
    justify-content: center;
    flex-direction: column;
}

.shinkansen-desc p {
    padding: 0;
    margin-top: 1px;
    margin-bottom: 0px;
}

.airTrip-shinkansen .shinkansen-notation {
    margin-top: 8px;
}

.airTrip-shinkansen .shinkansen-notation .shinkansen-notation-item {
    font-size: 11px;
    margin: 0;
    display: flex;
}

.airTrip-shinkansen .shinkansen-notation .shinkansen-notation-item2 {
    font-size: 11px;
    margin: 0;
    display: flex;
}


.u-sp-none {
    display: none;
}


.home-titlepage {
    margin: 0;
    padding: 13px 10px;
    font-size: 12px;
    border-bottom: #E0E0E0 1px solid;
    border-top: 1px solid #e0e0e0;
}

.qr-instruction-blue-triangle {
    width: 0;
    height: 0;
    border-left: 120px solid transparent;
    border-right: 120px solid transparent;
    border-top: 50px solid #5b8fd8;
    margin: 20px auto;
}

#qr-instruction-modal-bg {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 9999;
}

#qr-instruction-modal {
    background: #fff;
    width: 600px;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    border-radius: 6px;
}

#qr-instruction-modal .instruction {
    overflow-y: auto;
    height: 600px;
    width: 100%;
    padding: 15px;
    border: solid 2px gray;
}

#qr-instruction-modal img {
    display: block;
    margin: 0 auto;
}

#qr-instruction-modal .label {
    font-weight: bold;
    font-size: 16px;
}

.qr-instruction-button {
    color: #3683d8 !important;
    cursor: pointer;
}

#qr-instruction-modal{
    background: #fff;
    width: 600px;
    max-width: 90%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 25px;
    border-radius: 6px;
}
#qr-instruction-modal .instruction {
    overflow-y: auto;
    height: 350px;
    width: 100%;
    padding: 15px;
    border: solid 2px gray;
}

#qr-instruction-modal img {
    max-width: 100%;
}

body.modal-open{
    overflow: hidden;
}