@charset "utf-8";

/*-----------ALL----------------*/

.logo_box {
    max-width: 960px;
    margin: auto;
    padding: 15px 2%;
}

.under {
    background: #F1F2F6;
    font-size: 14px;
    color: #555566;
    line-height: 22px;
}

.under header {
    background: #2478be;
}

.under .title {
    background: #fff;
    margin-bottom: 25px;
    padding: 25px 20px;
    border-bottom: solid 1px #ccc;
}

.under .title_icon {
    width: 48px;
    /* height: 48px; */
    margin: auto;
    margin-bottom: 10px;
}

.title_icon-ut {
    width: 70px!important;
    height: 50px!important;
}

.title_icon img {
    width: 100%;
}

.under .title h2 {
    border: none;
    font-size: 1.5rem;
    text-align: center;
    display: block;
    padding: 0;
    /*    margin-top: 10px;*/
}

.content-wrap {
    max-width: 960px;
    margin: 0 auto;
}

.box {
    background: #fff;
    margin: 0 0 24px;
    padding: 20px;
    border-radius: 5px;
    clear: both;
}

.under h2 {
    font-size: 1rem;
    border-left: solid 3px #2478BE;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 10px;
}

.under h3 {
    font-size: 1.5rem;
    color: #2478BE;
    border-left: solid 3px #2478BE;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 10px;
    margin: 0;
}

.content-wrap h3 {
    margin-bottom: 60px;
}

.under .btn_small {
    float: right;
    margin-bottom: 60px;
}

.btn_small a {
    padding: 10px 20px;
    margin: auto;
    display: inline-block;
    background-color: #337697;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #265a73;
    text-shadow: 0 1px 1px rgba(0, 0, 0, .3);
    line-height: 0;
    text-align: center;
}

.btn_small a img {
    vertical-align: sub;
    padding-left: 5px;
}

footer.under-f {
    background-color: #F1F2F6;
}

@media screen and (max-width: 960px) {
    .content-wrap {
        padding: 0 1%;
    }
}

@media screen and (max-width: 960px) {
    .under {
        padding-top: 68px;
    }
}

@media screen and (max-width: 480px) {
    .under h3 {
        font-size: 1.3rem;
    }
    .under .btn_small {
        float: none;
        text-align: center;
    }
}


/*-----------/ALL----------------*/


/*-----------left-nav----------------*/

.under .left-nav {
    float: left;
    /*0421*/
    /*width: 220px;*/
    width: 220px;
    position: relative;
}

.child {
    display: none;
}

.under .menu:after {
    float: right;
    /*    position: absolute;
    right: 10px;*/
    content: '>';
    font-size: 14px;
    font-weight: bold;
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -moz-transition: all, 0.25s, linear;
    -o-transition: all, 0.25s, linear;
    -webkit-transition: all, 0.25s, linear;
    transition: all, 0.25s, linear;
}

.under .menu.active:after {
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

.under .left-nav li a.toggle.menu {
    font-size: 1.1em;
    background: none;
    cursor: pointer;
    padding: 20px 0;
    color: #2478BE;
}

.under .left-nav ul.inner.child {
    border: none;
}

.under .left-nav li a.toggle.menu.active {
    border-bottom: 1px solid #2478BE;
    padding-bottom: 20px;
    font-size: 1.1em;
    color: #2478BE;
}

.under.search .left-nav ul.child li {
    border-bottom: 1px solid #ccc;
    font-size: 1.1em;
}

.under.search .left-nav ul.child li:last-child {
    border-bottom: none;
}

.under .left-nav ul.inner.child li a {
    padding: 12px 0;
}


/*-----------静止left-nav----------------*/

.under .left-nav h4 {
    padding: 20px;
    padding-left: 23%;
    color: #fff;
    font-size: 1.3em;
}

.under.qa .left-nav h4 {
    background: #2478BE url(/images/qa/leftnav_icon.png) no-repeat 8% 50%;
    background-size: 30px;
}

.under.search .left-nav h4 {
    background: #2478BE url(/images/search/leftnav_icon.png) no-repeat 8% 50%;
    background-size: 30px;
}

.under .left-nav ul {
    border-left: 1px solid #c3c3c3;
    border-right: 1px solid #c3c3c3;
    border-bottom: 1px solid #c3c3c3;
    padding: 0% 7%;
    margin-bottom: 10px;
    background: #fff;
}

.under .left-nav ul li {
    border-bottom: 1px solid #ccc;
    font-size: 1.1em;
}

.under.search .left-nav ul li {
    border-bottom: 1px solid #2478BE;
    font-size: 1.1em;
}

.under .left-nav ul li:last-child {
    border-bottom: none;
}

.under .left-nav li a {
    padding: 20px 0;
    color: #6A6A74;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    background: url(/images/triangle.jpg) no-repeat right 50%;
    background-size: 8px;
}

.under .left-nav .left-btn a {
    box-sizing: border-box;
    padding: 20px 10% 20px 7%;
    color: #6A6A74;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    background: url(/images/triangle.jpg) no-repeat 93% 50%;
    background-size: 8px;
}

.under .left-nav .left-btn {
    background: #fff;
    border: solid 1px #ccc;
}

@media screen and (max-width: 960px) {
    .under .left-nav ul.inner.child li a {
        padding: 20px 0;
    }
}


/*-----------/left-nav----------------*/


/*-----------content-right----------------*/

.under .content-right {
    float: right;
    width: 70%;
}

@media screen and (max-width: 960px) {
    .under.search .content-right {
        float: none;
        width: 100%;
        margin: 25px 0;
    }
    .under.search .content-right div#mapster_wrap_0 {
        margin: auto;
    }
    .under.search .left-nav {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 850px) {
    .under .content-right {
        float: none;
        width: 100%;
        margin-top: 25px;
    }
    .under .left-nav {
        float: none;
        width: 100%;
    }
}

@media screen and (max-width: 660px) {
    .under.search .content-right #select-area-wrap {
        display: none;
    }
}


/*-----------/content-right----------------*/


/*-----------scheduled----------------*/

.scheduled .content-wrap .box {
    padding: 0;
    background: #F1F2F6;
}

.scheduled .content-wrap .box iframe {
    min-height: 500px;
}

div.div_section div.slit {
    /*iFrame以下*/
    height: 0!important;
}


/*-----------/scheduled----------------*/


/*-----------search----------------*/

.search .content-right .box {
    margin-top: 15px;
    margin-bottom: 60px;
}

.search #departure-area div {
    margin-bottom: 30px
}

.search #departure-area ul li a {
    text-decoration: underline;
    color: #000;
}

.search #departure-area h3 {
    margin-bottom: 30px;
}

.search #departure-area h3 span {
    font-size: 1rem;
    margin-left: 1em;
}

.search #departure-area .int {
    text-indent: -1em;
    padding-left: 1em;
}

.search #departure-area h4 {
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.2);
    padding: 5px;
    margin-bottom: 10px;
    font-size: 1.1rem;
    text-align: center;
    color: #FFF;
}

.search #departure-area .departureimg {
    width: 100%;
    text-align: center;
}

.search #departure-area .departureimg img {
    width: 100%;
    max-width: 673px;
}

.search #departure-area .a-area h4 {
    background: #FFA700;
}

.search #departure-area .b-area h4 {
    background: #008cd6;
}

.search #departure-area .c-area h4 {
    background: #aace37;
}

.search #departure-area .d-area h4 {
    background: #584c9d;
}


/*-------table-----*/

.search #departure-area table {
    width: 100%;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 1px 0;
}

.search #departure-area table th,
.search #departure-area table td {
    padding: 5px;
}

.search #departure-area table th {
    vertical-align: middle;
    text-align: center;
    width: 50%;
    position: relative;
    color: #fff;
    font-size: 1.1rem;
}

.search #departure-area .a-area table th {
    background: #88b7d5;
}

.search #departure-area .a-area table th {
    background: #EAB859;
}

.search #departure-area .b-area table th {
    background: #88b7d5;
}

.search #departure-area .b-area table th {
    background: #1173A7;
}

.search #departure-area .c-area table th {
    background: #88b7d5;
}

.search #departure-area .c-area table th {
    background: #99B35D;
}

.search #departure-area .d-area table th {
    background: #88b7d5;
}

.search #departure-area .d-area table th {
    background: #7C779C;
}

.search #departure-area table td {
    text-align: left;
}

.search #departure-area .a-area table tr:nth-child(2n+1) td {
    background: #FDF7EB;
}

.search #departure-area .a-area table tr:nth-child(2n+0) td {
    background: #FDEDCE;
}

.search #departure-area .b-area table tr:nth-child(2n+1) td {
    background: #F4F7FD;
}

.search #departure-area .b-area table tr:nth-child(2n+0) td {
    background: #D8E2FF;
}

.search #departure-area .c-area table tr:nth-child(2n+1) td {
    background: #F8FDEB;
}

.search #departure-area .c-area table tr:nth-child(2n+0) td {
    background: #E9F1D2;
}

.search #departure-area .d-area table tr:nth-child(2n+1) td {
    background: #F3EFFD;
}

.search #departure-area .d-area table tr:nth-child(2n+0) td {
    background: #E2DBF5;
}


/*-------/test_table-----*/

@media screen and (max-width: 660px) {
    .search .content-right .box {
        padding: 20px 5px;
    }
}

.u-content {
    background-color: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
    padding: 10px 15px;
}

.u-content ul li img {
    float: left;
    margin-right: 15px;
    margin-top: 2px;
    width: 17px;
    margin-left: 0px;
}

li.cf.u-li {
    float: left;
    margin-right: 15px;
    margin-top: 10px;
    line-height: 25px;
}

.u-content h4 {
    margin-bottom: 5px;
    font-size: 18px;
    padding-bottom: 10px;
    border-bottom: solid 1px #cccccc;
    padding-top: 5px;
    padding-left: 45px;
}

.u-content ul li img .u-symbol {
    float: left;
    margin-right: 10px;
    margin-top: 2px;
    width: 35px;
}

img.u-symbol {
    float: left;
    width: 33px !important;
    margin-top: 7px;
    margin-right: 5px;
    margin-left: 0px;
}

li.o_express li.o_highway li.o_departure li.o_limousine li.o_capacity li.o_sebt {
    margin-top: 2.5%;
}

.u-express {
    color: #2478be;
    text-decoration: underline;
}

.u-highway {
    color: #be2424;
    text-decoration: underline;
}

.u-departure {
    color: #38be24;
    text-decoration: underline;
}

.u-limousine {
    color: #de5d0b;
    text-decoration: underline;
}

.u-capacity {
    color: #5f6177;
}

.u-sebt {
    color: #b824be;
}

@media screen and (max-width: 660px) {
    .list_title_box .option li {
        margin-top: 5px
    }
    img.u-symbol {
        float: left;
        width: 33px !important;
        margin-top: 7px;
        margin-right: 15px;
        margin-left: 1px;
    }
}

.u-e-sy:before {
    content: "";
    margin-right: 2px;
    display: inline-block;
    border-radius: 6px;
    width: 17px;
    height: 17px;
    background: #2478be;
    margin-bottom: -3px;
}

.u-h-sy:before {
    content: "";
    margin-right: 2px;
    display: inline-block;
    border-radius: 6px;
    width: 17px;
    height: 17px;
    background: #be2424;
    margin-bottom: -3px;
}

.u-d-sy:before {
    content: "";
    margin-right: 2px;
    display: inline-block;
    border-radius: 6px;
    width: 17px;
    height: 17px;
    background: #38be24;
    margin-bottom: -3px;
}

.u-l-sy:before {
    content: "";
    margin-right: 2px;
    display: inline-block;
    border-radius: 6px;
    width: 17px;
    height: 17px;
    background: #de5d0b;
    margin-bottom: -3px;
}

.u-c-sy:before {
    content: "";
    margin-right: 2px;
    display: inline-block;
    border-radius: 6px;
    width: 17px;
    height: 17px;
    background: #5f6177;
    margin-bottom: -3px;
}

.u-s-sy:before {
    content: "";
    margin-right: 2px;
    display: inline-block;
    border-radius: 6px;
    width: 17px;
    height: 17px;
    background: #b824be;
    margin-bottom: -3px;
}


/*-----------/search----------------*/


/*-----------search-list----------------*/

.search-list .route_list li {
    background: #fff;
    border-radius: 5px;
    margin-bottom: 20px;
}

.search-list .btn_small.p-search {
    float: right;
    margin: 20px 0;
}

ul.btn-area li .btn-province a {
    width: 65.5px;
    padding: 15px 16px;
    margin: auto;
    display: inline-block;
    border: solid 1px#2478BE;
    border-radius: 4px;
    color: #2478BE;
    font-weight: bold;
    font-size: 1rem;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #2478BE;
    line-height: 10px;
    background: url(/images/triangle.jpg) no-repeat right;
    background-size: 7px;
    background-color: #FFF;
    background-position: 85px;
}

.search-list ul.btn-area li {
    margin-bottom: 10px;
    margin-right: 8px;
    float: left;
}

.search-list ul.btn-area li:last-child {
    margin-right: 0;
}

.search-list ul.btn-area {
    margin-bottom: 10px;
    clear: both;
}

ul.route_list {
    clear: both;
}

.list_title_box {
    /*padding: 1% 1% 1% 1%;*/
    background: #2478BE;
    border-radius: 5px 5px 0 0;
    padding-bottom: 0.5%;
    padding-top: 0.2%;
}

.list_title_box.colorB {
    background: #2478BE;
}

.list_title_box.colorS {
    background: #BE2424;
}

.list_title_box.colorH {
    background: #38BE24;
}

.list_title_box.colorL {
    background: #DE5D0B;
}

.list_title_box.colorA {
    background: #5F6177;
}

.list_title_box.colorT {
    background: #B824BE;
}

.route_list .list_title_box h4 {
    float: left;
    font-size: 1.1rem;
    color: #fff;
    padding-left: 1%;
    padding-top: 0.6%;
}

.list_title_box .option {
    float: left;
    margin-left: 50px;
}

.list_title_box .option li {
    float: left;
    margin-right: 5px;
    text-align: center;
    min-width: 60px;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    padding: 5px 5px;
    margin-bottom: 0;
    background: none;
}

@media screen and (max-width: 640px) {
    .list_title_box .option li {
        float: left;
        margin-right: 5px;
        text-align: center;
        min-width: 60px;
        border-radius: 4px;
        color: #fff;
        -webkit-transition: none;
        transition: none;
        padding: 1px 5px;
        margin-bottom: 0px;
        background: none;
    }
}

.list_title_box .option li.o_window {
    background-color: #ff9600;
}

.list_title_box .option li.o_ticket-machine {
    background-color: #EABB10;
}

.list_title_box .option li.o_reservation {
    background-color: #0EAF82;
}

.list_title_box .option li.o_other {
    background-color: #867BE2;
}

.list_detail_box {
    clear: both;
    padding: 0.5% 1%;
}

.list_detail_box p {
    margin-bottom: 5px;
}

.list_detail_box img {
    vertical-align: middle;
    margin-right: 10px;
}

.list_detail_box p.routep {
    font-weight: bold;
}

p.bus_company a {
    text-decoration: underline;
    color: #000;
}

.list_detail_box p {
    color: #000;
}

.list_detail_box .remarks p {
    color: #606060;
    margin: 0;
    font-size: 0.8rem;
}

.search-list .btn_small.sp {
    display: none;
}

@media screen and (max-width: 680px) {
    .list_title_box .option {
        clear: left;
        margin-top: 5px;
        margin-left: 5px;
        margin-bottom: 5px;
    }
}

@media screen and (max-width: 480px) {
    .under.search-list .btn_small {
        display: none;
    }
    .search-list ul.btn-area {
        display: none;
    }
    .search-list .btn_small.sp {
        display: block;
        float: none;
        text-align: center;
    }
    .list_title_box {
        padding: 10px 5px;
    }
    .list_detail_box {
        clear: both;
        padding: 10px 5px;
    }
    .list_title_box .option li {
        font-size: 0.8rem;
        min-width: 53px;
        padding: 0px 5px;
    }
}


/*-----------/search-list----------------*/


/*-----------access----------------*/

.under.access .content-wrap {
    clear: both;
}

.access #access_area,
.access .image-photo-area {
    margin-bottom: 50px;
}

.access ul li {
    margin-bottom: 10px;
    line-height: 20px;
}

.access ul li.jr {
    font-size: 1.2rem;
    border-bottom: solid 1px #1E73B6;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.access #access_area ul li img {
    width: 30px;
    float: left;
}

.access ul li p {
    padding-left: 40px;
}

.access ul li span {
    float: left;
    padding: 0 5px;
    font-weight: bold;
    color: #004EA2;
}

.access #access_area p.sub {
    /* padding: 20px 0; */
    font-size: 0.75rem;
    float: right;
    line-height: 20px;
}

.access #access_area ul li.jr p.sub {
    padding-left: 0;
    padding: 5px 0;
    float: none;
}

#map {
    position: relative;
    margin-bottom: 30px;
    width: 100%;
    height: 515px;
}

#map img {
    position: absolute;
    left: 50%;
    top: 55%;
    margin-left: -140px;
}

.access .box.a_01 {
    margin-bottom: 10px;
}

.access .box .image-photo li {
    background: #ccc;
    width: 49%;
    float: left;
    margin-right: 1%;
    margin-bottom: 0;
}

.access .box .image-photo li img {
    width: 100%;
}

.access .wiremap-area .box .wiremap-box {
    width: 80%;
    margin: auto;
}

.access .wiremap-area .box img {
    width: 100%;
}

.access .wiremap-area h4 {
    font-size: 1.5rem;
    padding-bottom: 10px;
    margin-bottom: 10px;
    line-height: 160%;
    border-bottom: solid 1px #1E73B6;
}

.access .wiremap-area h4 span {
    color: #E80113;
}

.access .wiremap-area p.sub {
    color: #E80113;
}

.access .wiremap-area dl.point {
    margin-top: 20px;
    background: #F1F2F6;
    border: solid 1px #ccc;
    padding: 10px 10px 0;
}

.access .wiremap-area dl.point dt {
    font-size: 1.5rem;
    line-height: 31px;
    font-weight: bold;
    margin-bottom: 15px;
    padding-left: 40px;
    background: url(/images/access/point.png)left 0 no-repeat;
    background-size: 30px;
    border-bottom: solid 1px #2477BD;
    padding-bottom: 5px;
}

.access .wiremap-area dl.point dd {
    font-size: 1rem;
    padding-bottom: 5px;
    margin-bottom: 10px;
    /* border-bottom: solid 1px #2477BD; */
}

.access .wiremap-area dl.point dd img {
    width: 23px;
    margin-right: 5px;
    float: left;
}

@media screen and (max-width: 680px) {
    .access .box .image-photo li {
        width: 100%;
        float: none;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .access .box .image-photo li.last {
        margin-bottom: 0;
    }
    .access ul li {
        margin-bottom: 20px;
    }
    .access .wiremap-area .box .wiremap-box {
        width: 100%;
    }
    .access .wiremap-area h4 {
        font-size: 1.3rem;
    }
    .access .wiremap-area dl.point dt {
        font-size: 1.3rem;
    }
}

@media screen and (max-width: 480px) {
    .under.access .btn_small {
        float: right;
        margin-bottom: 50px;
    }
    .wiremap-area .box {
        padding: 20px 5px;
    }
    .access .wiremap-area h4 {
        font-size: 1.1rem;
    }
    .access .wiremap-area dl.point dt {
        font-size: 1.1rem;
    }
}


/*-----------/access----------------*/


/*-----------floormap----------------*/

.under.floormap .btn-area li {
    width: 32.5%;
    box-sizing: border-box;
    float: left;
    margin: auto;
    margin-right: 1%;
    border: solid 1px#2478BE;
    border-radius: 4px;
    font-weight: bold;
    font-size: 1.1rem;
    -webkit-transition: none;
    transition: none;
    box-shadow: 0 3px 0 #2478BE;
    background-color: #FFF;
}

.under.floormap .btn-area li.current {
    box-sizing: border-box;
    padding: 8px 1%;
    background: #2478BE;
    background-size: 7px;
    color: #FFFFFF;
    border: solid 1px#2478BE;
    border-radius: 4px;
    box-shadow: 0 3px 0 #1B5E96;
    text-align: center;
}

.under.floormap .btn-area li a {
    color: #2478BE;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    padding: 8px 1%;
    padding-right: 10px;
    background: url(/images/triangle.jpg) no-repeat 97%;
    background-size: 7px;
    text-align: center;
}

.under.floormap .btn-area li.floor-02 {
    margin-right: 0;
}

.under.floormap .btn-area {
    margin-bottom: 40px;
}

.under.floormap .img-area {
    text-align: center;
}

.under.floormap .img-area img {
    width: 100%;
    max-width: 751px;
}

.under.floormap .pc-img-area p.text {
    text-align: right;
}

.under.floormap .sp-img-area {
    display: none
}

.under.floormap .detail-area {
    margin-top: 20px;
    background: #F1F2F6;
    border: solid 1px #ccc;
    padding: 1%;
}

.under.floormap .detail-area li {
    float: left;
    width: 18%;
    padding-left: 5%;
    margin-right: 2%;
    margin-bottom: 5px;
    min-height: 3.2em;
}

.under.floormap .detail-area li.waiting-room {
    background: url(/images/service/service-icon01.png)left top no-repeat;
    background-size: 25px;
}

.under.floormap .detail-area li.info {
    background: url(/images/service/service-icon02.png)left top no-repeat;
    background-size: 25px;
    line-height: 15px;
}

.under.floormap .detail-area li.ticket-counter {
    background: url(/images/service/service-icon03.png)left top no-repeat;
    background-size: 25px;
}

.under.floormap .detail-area li.ticket-machines {
    background: url(/images/service/service-icon04.png)left top no-repeat;
    background-size: 25px;
}

.under.floormap .detail-area li.coin-locker {
    background: url(/images/service/service-icon06.png)left top no-repeat;
    background-size: 25px;
}

.under.floormap .detail-area li.atm {
    background: url(/images/service/service-icon07.png)left top no-repeat;
    background-size: 25px;
    line-height: 15px;
}

.under.floormap .detail-area li.functional-toilet {
    background: url(/images/service/service-icon09.png)left top no-repeat;
    background-size: 25px;
}

.under.floormap .detail-area li.nursing-room {
    background: url(/images/service/service-icon10.png)left top no-repeat;
    background-size: 25px;
}

.under.floormap .detail-area li.elv {
    background: url(/images/floormap/icon-elv.png)left top no-repeat;
    background-size: 25px;
}

.under.floormap .detail-area li.esl {
    background: url(/images/floormap/icon-esl.png)left top no-repeat;
    background-size: 25px;
}

.under.floormap .detail-area li.changing-room {
    background: url(/images/service/icon-changing-room.png)left top no-repeat;
    background-size: 25px;
}

.under.floormap .detail-area li.c_store {
    background: url(/images/service/icon-c_store.png)left top no-repeat;
    background-size: 25px;
}

.under.floormap .detail-area li.souvenir {
    background: url(/images/service/icon-souvenir.png)left top no-repeat;
    background-size: 25px;
}

.under.floormap .detail-area li a {
    color: #014099;
    text-decoration: underline;
}

@media screen and (max-width: 850px) {
    .under.floormap .btn-area li {
        font-size: 0.9rem;
    }
}

@media screen and (max-width: 751px) {
    .under.floormap .pc-img-area {
        display: none
    }
    .under.floormap .sp-img-area {
        display: block;
    }
}

@media screen and (max-width: 680px) {
    .under.floormap .detail-area li {
        width: 25%;
        padding-left: 6.8%;
        margin-right: 1.5%;
    }
}

@media screen and (max-width: 550px) {
    .under.floormap .detail-area li {
        width: 40%;
        padding-left: 10%;
        margin-right: 0%;
    }
}


/*-----------/floormap----------------*/


/*-----------service----------------*/

.under.service .title_icon {
    width: 55px;
    height: 55px;
}

.under.service .left-nav ul {
    border: 1px solid #c3c3c3;
    margin-bottom: 10px;
}

.under.service .left-nav ul.inner.child {
    margin: 0;
    padding: 0;
}

.under.service .left-nav ul.inner.child li {
    background: url(/images/triangle.jpg) no-repeat right 50%/8px;
}

.under.service .left-nav ul.inner.child li a {
    box-sizing: border-box;
    width: 100%;
    font-size: 0.9rem;
    padding: 20px 0;
    padding-right: 20px;
    padding-left: 30px;
}

.under.service .left-nav ul.inner.child li.service-01 a {
    background: url(/images/service/service-icon01.png)left 50%/25px no-repeat;
}

.under.service .left-nav ul.inner.child li.service-02 a {
    background: url(/images/service/service-icon02.png)left 50%/25px no-repeat;
}

.under.service .left-nav ul.inner.child li.service-03 a {
    background: url(/images/service/service-icon03.png)left 50%/25px no-repeat;
}

.under.service .left-nav ul.inner.child li.service-04 a {
    background: url(/images/service/service-icon04.png)left 50%/25px no-repeat;
}

.under.service .left-nav ul.inner.child li.service-05 a {
    background: url(/images/service/service-icon05.png)left 50%/25px no-repeat;
}

.under.service .left-nav ul.inner.child li.service-06 a {
    background: url(/images/service/service-icon06.png)left 50%/25px no-repeat;
}

.under.service .left-nav ul.inner.child li.service-07 a {
    background: url(/images/service/service-icon07.png)left 50%/25px no-repeat;
}

.under.service .left-nav ul.inner.child li.service-08 a {
    background: url(/images/service/service-icon08.png)left 50%/25px no-repeat;
}

.under.service .left-nav ul.inner.child li.service-09 a {
    background: url(/images/service/service-icon09.png)left 50%/25px no-repeat;
}

.under.service .left-nav ul.inner.child li.service-10 a {
    background: url(/images/service/service-icon10.png)left 50%/25px no-repeat;
}

.under.service .left-nav ul.inner.child li.service-11 a {
    background: url(/images/service/icon-c_store.png)left 50%/25px no-repeat;
}

.under.service .left-nav ul.inner.child li.service-12 a {
    background: url(/images/service/icon-souvenir.png)left 50%/25px no-repeat;
}

.under.service .left-nav ul.inner.child li.service-13 a, .under.service .left-nav ul.inner.child li.service-14 a {
    background: url(/images/service/icon-charging.png)left 50%/25px no-repeat;
}

.under.service .left-nav ul.inner.child li.map-02 a {
    background: url(/images/service/map-icon2f.png)left 50%/25px no-repeat;
}

.under.service .left-nav ul.inner.child li.map-03 a {
    background: url(/images/service/map-icon3f.png)left 50%/25px no-repeat;
}

.under.service .left-nav ul.inner.child li.map-04 a {
    background: url(/images/service/map-icon4f.png)left 50%/25px no-repeat;
}

.under.service h3 {
    font-size: 1.5rem;
    line-height: 40px;
    color: #014099;
    border: none;
    padding-bottom: 0;
    padding-left: 50px;
}

.under.service #waiting-room h3 {
    background: url(/images/service/service-icon01.png)left no-repeat;
    background-size: 40px;
}

.under.service #info h3 {
    background: url(/images/service/service-icon02.png)left no-repeat;
    background-size: 40px;
}

.under.service #ticket-counter h3 {
    background: url(/images/service/service-icon03.png)left no-repeat;
    background-size: 40px;
}

.under.service #ticket-machines h3 {
    background: url(/images/service/service-icon04.png)left no-repeat;
    background-size: 40px;
}

.under.service #vending-machine h3 {
    background: url(/images/service/service-icon05.png)left no-repeat;
    background-size: 40px;
}

.under.service #coin-locker h3 {
    background: url(/images/service/service-icon06.png)left no-repeat;
    background-size: 40px;
}

.under.service #atm h3 {
    background: url(/images/service/service-icon07.png)left no-repeat;
    background-size: 40px;
}

.under.service #wi-fi h3 {
    background: url(/images/service/service-icon08.png)left no-repeat;
    background-size: 40px;
}

.under.service #functional-toilet h3 {
    background: url(/images/service/service-icon09.png)left no-repeat;
    background-size: 40px;
}

.under.service #nursing-room h3 {
    background: url(/images/service/service-icon10.png)left no-repeat;
    background-size: 40px;
}

.under.service #c_store h3 {
    background: url(/images/service/icon-c_store.png)left no-repeat;
    background-size: 40px;
}

.under.service #souvenir h3 {
    background: url(/images/service/icon-souvenir.png)left no-repeat;
    background-size: 40px;
}

.under.service #charging h3,.under.service #phone h3 {
    background: url(/images/service/icon-charging.png)left no-repeat;
    background-size: 40px;
}

.service .box .text-area {
    float: left;
    width: 50%;
}

.service .box .text-area .sub {
    font-size: 0.75rem;
    color: #909090;
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}

.service .box .text-area .text-box {
    border: dotted 1px #ccc;
    margin: 10px 0;
    padding: 10px;
    font-size: 0.81rem;
}

.service .box .text-area .text-box dd.indent {
    display: inline-block;
    text-indent: -1rem;
    padding-left: 1rem;
}

.service .box .text-area .text-box img {
    display: block;
    width: 100%;
    max-width: 150px;
    height: auto;
    margin: auto;
}

.service .box .text-area dt {
    background: url(/images/square.jpg) no-repeat left 6px;
    background-size: 8px;
    padding-left: 13px;
    color: #173746;
    font-size: 0.9rem;
}

.service .box .text-area dd {
    margin-bottom: 5px;
    margin-left: 13px;
}

.service .box .photo-area {
    width: 46%;
    float: right;
    text-align: center;
}

.service .box .photo-area p {
    font-weight: bold;
}

.service .box .photo-area img {
    width: 100%;
}

.service .box#wi-fi .text-area p,
.service .box#c_store .text-area p,
.service .box#souvenir .text-area p {
    margin-bottom: 10px;
}

.service .box#wi-fi .text-area p span {
    font-weight: bold;
}

.service .box .photo-area .pdf-area p {
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    border-bottom: solid 1px;
    margin: 10px 0;
    padding-bottom: 5px;
    margin-top: 30px;
}

.service .box .photo-area .pdf-area .pdf-btn a {
    width: 76%;
    padding: 2% 10%;
    margin: 2%;
    display: inline-block;
    border-radius: 4px;
    color: #fff;
    -webkit-transition: none;
    transition: none;
    text-align: center;
}

.service .box .photo-area .pdf-area .pdf-btn a span {
    font-size: 1rem;
    font-weight: bold;
}

.service .box .photo-area .pdf-area .wifi-ios a {
    background-color: #d4a747;
    box-shadow: 0 3px 0 #b58e3c;
}

.service .box .photo-area .pdf-area .wifi-and a {
    background-color: #337697;
    box-shadow: 0 3px 0 #265a73;
}

section#wi-fi .photo-area img {
    width: 50%;
}

.table_cont{
    background-color: #f3f3f3;
    text-align: left;
    padding: 5px;
    width: 100%;
    margin: 5px 0 10px;
}
.table_cont , .table_cont td, .table_cont th {
    border: solid 1px #ccc;
    border-collapse: collapse;
    padding: 4px;
    vertical-align: middle;
}

@media screen and (max-width: 480px) {
    .service .box .text-area {
        float: none;
        width: 100%;
        margin-bottom: 10px;
    }
    .service .box .photo-area {
        width: 100%;
        float: none;
    }
}


/*-----------/service----------------*/


/*-----------Q&A----------------*/

.qa .content-right section {
    margin-bottom: 50px;
}

.qa .content-right dl {
    background: #fff;
    margin: 0 0 24px;
    padding: 10px;
    padding-top: 0;
    border-radius: 5px;
}

.qa .content-right dt {
    font-size: 1.1rem;
    font-weight: bold;
    color: #337697;
    border-bottom: solid 1px #ccc;
    background: url(/images/qa/q.png) no-repeat left 50%;
    background-size: 30px;
    padding: 2% 0 2% 37px;
}

.qa .content-right dd {
    background: url(/images/qa/a.png) no-repeat left top;
    background-size: 30px;
    padding-left: 37px;
    margin-top: 10px;
    min-height: 30px;
}

.qa .content-right dd img {
    width: 100%;
    max-width: 450px;
}

.qa .content-right dd .a-strong {
    color: #FF9600;
    font-weight: bold;
}

.qa .content-right dd .a-bigsize {
    font-size: 1rem;
}

.qa section p {
    margin: 5px 0;
}

.qa section p.a-sub {
    font-size: 0.75rem;
    color: #909090;
}

.qa section span.a-sub {
    font-size: 0.75rem;
    color: #909090;
}

.qa section li.a-sub {
    font-size: 0.75rem;
    color: #909090;
}

.qa section .a-inner p.a-sub {
    padding-left: 13px;
}

.qa #q-service-facility ul {
    margin-top: 5px;
}

.qa .content-right .a-inner dt,
.qa .content-right .a-inner dd {
    background: none;
    border: none;
    padding: 0;
}

.qa .content-right .a-inner dt {
    background: url(/images/square.jpg) no-repeat left;
    background-size: 8px;
    padding-left: 13px;
    margin-bottom: 5px;
    color: #173746;
    font-size: 0.9rem;
}

.qa .content-right #q-ride .a-inner dt {
    background: none;
    /* background-size: 8px;
    padding-left: 13px;
    margin-bottom: 5px;
    color: #173746;
    font-size: 0.9rem; */
}

.qa .content-right .a-inner dt,
.qa .content-right .a-inner dd {
    border: none;
    margin: 0;
}

.qa .content-right .a-inner dd {
    margin: 8px 0;
    padding-left: 13px;
    border: dotted 1px #ccc;
}

.qa .content-right .a-inner dd p.a-sub {
    /* margin-left: -13px; */
}

.qa .content-right dl.a-inner {
    margin: 0;
    padding-top: 10px;
}

.qa .content-right a {
    color: #2478BE;
    text-decoration: underline;
}

.qa section p.t-storong {
    font-weight: bold;
}

.qa section .a-inner img.tel {
    max-width: 50%;
    margin: 0 0 15px;
    padding-left: 13px;
}

.qa .content-right #q-lost .a-inner dd {
    border: none;
}

.qa .content-right #q-lost .a-inner ol {
    padding-left: 20px;
}

.qa .content-right #q-lost .a-inner ol li {
    list-style-type: decimal;
}

.qa .content-right #q-lost .a-inner dd.box {
    border: dotted 1px #ccc;
    margin: 10px 0;
    padding: 10px;
    font-size: 0.81rem;
    border-radius: 0;
}

.qa .content-right #q-lost .a-inner .box img {
    margin: auto;
    max-width: 100%;
}

.qa .content-right #q-ride .a-inner dd {
    border: none;
}

.qa .content-right #q-photo-spot .a-inner dd {
    border: none;
}

#q-photo-spot dl.a-inner {
    border: dotted 1px #ccc;
    margin: 0px 10px 0 -27px;
    padding: 10px;
    font-size: 0.81rem;
    border-radius: 0;
}

#q-photo-spot dl.a-inner dd {
    padding-left: 0px;
}

#q-photo-spot dl p {
    margin: 0px 10px 0 -27px;
}

section#q-photo-spot figure {
    margin: 0 0 33px;
}

section#q-photo-spot img {
    max-width: 600px;
}

dd.dd-back-none {
    background: none!important;
}

@media screen and (max-width: 559px) {
    .qa section .a-inner img.tel {
        max-width: 75%;
    }
}

dd#dd-border {
    border: dotted 1px #ccc!important;
}

dl.a-inner.dl-border {
    border: dotted 1px #ccc;
    margin: -11px 10px 0px 10px!important;
}

@media screen and (max-width: 480px) {
    .qa .content-right dl {
        padding-top: 10px;
    }
    .qa .content-right dt {
        background: url(/images/qa/q.png) no-repeat left top;
        background-size: 30px;
        padding: 0% 0 4% 37px;
    }
    .qa .content-right section#q-lost .tel-link {
        color: #2478BE;
        text-decoration: underline;
    }
    .qa section .a-inner img.tel {
        max-width: 88%;
    }
}


/*-----------/Q&A----------------*/


/*-----/お手伝いが必要なお客様へ-----*/

.support .title h2 {
    line-height: 1.5;
}

.content-wrap h3 {
    margin-bottom: 30px;
}

.under.support h3 {
    padding-left: 0;
}

.support .box .text-area {
    /*float: left;*/
    width: 50%;
}

.support .box .text-area img {
    max-width: 100%;
    display: block;
    margin: 0 auto;
}

.support .content-right dl.a-inner {
    margin: 0;
    padding-top: 10px;
    border: dotted 1px #ccc;
    margin: 10px 0;
    padding: 10px;
    font-size: 0.81rem;
}


/*0421 重複確認する*/

.support .content-right dl.a-inner {
    margin: 0;
    padding-top: 10px;
    border: dotted 1px #ccc;
    margin: 10px 0;
    padding: 10px;
    font-size: 0.81rem;
}

.support .content-right a {
    color: #2478BE;
    text-decoration: underline;
}

.support .box .photo-area img {
    max-width: 100%;
}

.support .box .photo-area.b_items img {
    margin: 0 0 6px;
}


/*0421 elevator_list width と同じか確認する*/

.support .r_items .text-area {
    width: 100%;
}

.support .r_items .photo-area {
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 20px 0 0;
}

.support .r_items.tangible .photo-area {
    margin: 0 0;
}

.support .r_items .photo-area img {
    max-width: 98%;
}

.support img.map {
    max-width: 100%;
}

.support .elevator .text-area {
    width: 100%;
}

.support .elevator_list {
    padding-top: 10px;
    border: dotted 1px #ccc;
    margin: 10px 0;
    padding: 10px;
    font-size: 0.81rem;
}

.support .elevator_list .list_item {
    display: flex;
    margin-bottom: 5px;
}

.support .elevator .text-area {
    max-width: 54%;
    justify-content: space-between;
}

.support .box .text-area dd {
    margin-right: 15px;
}

.support .elevator .photo-area {
    margin: 24px 0;
}

.support .box .text-area span.sub_dd {
    padding-left: 26px;
}

.support .sub {
    font-size: 0.75rem;
    color: #909090;
    display: inline-block;
    text-indent: -1em;
    padding-left: 1em;
}

.under .left-nav .support_list ul.inner.child li a {
    padding-left: 0;
}

.under .left-nav .support_list span.line1 {
    display: none;
}

@media screen and (max-width: 850px) {
    .under .left-nav .support_list span.line1 {
        display: inline-block;
    }
    .under .left-nav .support_list span.line2 {
        display: none;
    }
}

@media screen and (max-width: 480px) {
    .support .elevator_list .list_item {
        display: block;
    }
    .support .elevator .text-area {
        max-width: 100%;
    }
    .support .elevator .photo-area {
        margin: 10px 0 24px;
    }
    .support .box .text-area {
        width: 100%;
    }
    .support .r_items .photo-area {
        display: block;
    }
    .support .r_items .photo-area img {
        margin-bottom: 6px;
    }
}


/*-----/お手伝いが必要なお客様へ-----*/


/*-----------privacypolicy----------------*/

.privacypolicy h2 span {
    font-size: 1.2rem;
    display: inline-block;
    margin-top: 10px;
}

.content_img img {
    width: 100px;
}

.under .box .box_title {
    margin-bottom: 15px;
}

ul.list_stylenone li {
    list-style-type: none;
}

ul.under_list {
    margin-left: 15px;
}

.box .title_under {
    margin-bottom: 15px;
}

.box .title_under_2 {
    margin-left: 15px;
}

.privacypolicy .box .ind p {
    /* text-indent: 1em; */
}

.privacypolicy .box .ind p.sub {
    text-indent: 0;
    font-size: 0.75rem;
}

.privacypolicy .box .ind ul.list {
    margin: 10px 0;
    list-style: none;
}

.privacypolicy .box .ind dt {
    background: url(/images/square.jpg) no-repeat left;
    background-size: 6px;
    padding-left: 13px;
    color: #173746;
    font-size: 0.9rem;
    font-weight: bold;
}

.privacypolicy .box .ind dl {
    margin: 10px 0;
}

.privacypolicy .box .ind dd {
    margin-left: 1em;
}

.privacypolicy h3 {
    margin-bottom: 15px;
    font-size: 1rem;
    border-left: solid 3px #2478BE;
    border-bottom: none;
    padding-bottom: 0;
    padding-left: 10px;
    text-align: left;
}

.privacypolicy h2.center_title {
    text-align: center;
    margin-bottom: 20px;
    padding-left: 0;
    border: none;
    margin-top: 50px;
    font-size: 1.2rem;
}

.privacypolicy .detail_box {
    margin-bottom: 20px;
}

.privacypolicy .detail_box:last-child {
    margin-bottom: 0;
}

.privacypolicy .indent_list {
    margin-left: 20px;
}

.privacypolicy .indent_list li {
    padding-left: 1em;
    text-indent: -1em;
    line-height: 1.8;
}

.privacypolicy .indent_list li:last-child {
    margin-bottom: 0;
}

.privacypolicy .p_sub_title {
    margin-bottom: 10px;
    font-weight: 600;
}

.privacypolicy .exp_txt {
    margin-bottom: 20px;
    line-height: 1.8;
}

.privacypolicy .exp_txt a {
    text-decoration: underline;
    padding: 0 2px;
    color: #2478be;
}

.privacypolicy .exp_txt.mgb0 {
    margin-bottom: 0;
}


/*-----------/privacypolicy----------------*/


/*-----------term----------------*/

.under.term .box_title h2 {
    text-align: left;
}

.term .box .ind p {
    text-indent: 1em;
}

.term .box .ind ul.list {
    margin: 10px 0;
}

.term ul.list li {
    margin-left: 20px;
    list-style-type: disc;
}

.term .box .ind p a {
    color: #2478BE;
    text-decoration: underline;
}


/*-----------/term----------------*/

/*-----------customerharassment----------------*/

.privacypolicy.customerharassment .indent_list {
    margin-left: 0;
}
/*-----------/customerharassment----------------*/



/*-----------overview----------------*/

.overview .box table {
    width: 100%;
    /* margin-bottom: 30px; */
    border-top: 1px solid #d5d5d5;
    border-right: 1px solid #d5d5d5;
    border-left: 1px solid #d5d5d5;
    border-collapse: collapse;
    border-spacing: 0;
}

.overview .box table th {
    box-sizing: border-box;
    border-right: 1px solid #d5d5d5;
    border-bottom: 1px solid #d5d5d5;
    padding: 20px;
    background-color: #efefef;
    text-align: left;
    width: 30%;
}

.overview .box table td {
    box-sizing: border-box;
    border-bottom: 1px solid #d5d5d5;
    padding: 20px;
    background-color: #FFF;
    line-height: 1.7;
}

@media screen and (max-width: 480px) {
    .overview .box table {
        border: none;
    }
    .overview .box table tr {
        display: block;
    }
    .overview .box table th {
        display: block;
        width: 100%;
        padding: 10px;
        border: none;
    }
    .overview .box table td {
        border-bottom: none;
    }
}


/*-----------/overview----------------*/


/*-----------companylist----------------*/

.under.companylist .title_icon {
    width: 88px;
    height: 75px;
    margin: auto;
}

.companylist p.sub {
    float: right;
    margin-bottom: 20px;
}

.companylist .box dl {
    margin-bottom: 20px;
}

.companylist .box dt {
    color: #2478BE;
    font-size: 1rem;
    font-weight: bold;
    border-bottom: solid 1px #2478BE;
    padding-bottom: 5px;
    margin-bottom: 15px;
}

.companylist .box dd {
    width: 31.6%;
    float: left;
    background: url(/images/square.jpg) no-repeat left;
    background-size: 6px;
    padding-left: 13px;
    margin-bottom: 5px;
    color: #173746;
    font-size: 0.9rem;
}

.companylist .box dd a {
    color: #173746;
    text-decoration: underline;
    cursor: pointer;
}

@media screen and (max-width: 850px) {
    .companylist .box dd {
        width: 47%;
    }
}

@media screen and (max-width: 480px) {
    .companylist .box dd {
        width: 100%;
        margin-bottom: 10px;
    }
}


/*-----------/companylist----------------*/


/*-----------newslist----------------*/

.under.newslist .news {
    margin: 0;
}

.under.newslist .news .news_inner {
    height: auto;
    margin-top: 0;
    padding: 0;
    clear: none;
    border: none;
    overflow-y: auto;
}


/*-----------/newslist----------------*/


/*-----------newslist-notes---------------*/

.under.notes .left-nav ul {
    border-top: 1px solid #c3c3c3;
}

.under.notes .box ul {
    margin-bottom: 30px;
}

.under.notes .box ul li {
    background: url(/images/square.jpg) no-repeat left;
    background-size: 8px;
    background-position-y: 7px;
    padding-left: 13px;
    color: #173746;
    font-size: 1rem;
    margin: 8px 0;
}

.under.notes .box p {
    margin: 10px 0;
}

.under.notes .box p a {
    color: #2478BE;
    text-decoration: underline;
}

.under.notes .box p.sub {
    padding-left: 1em;
    text-indent: -1em;
}

.under.notes .box p.sub span {
    color: #E80113;
}

@media screen and (max-width: 850px) {
    .under.notes .left-nav {
        display: none;
    }
}


/*-----------/newslist-notes----------------*/


/*-----------sitemap----------------*/

.sitemap .box {
    display: flex;
    flex-wrap: wrap;
}

.sitemap .box .col {
    /*    width: 32%;*/
    width: 47%;
    /*float: left;*/
    /*padding-right: 2%;*/
    padding-right: 3%;
}

.sitemap .box .col-right {
    padding-right: 0;
    /*float: right;*/
}

.sitemap .box .col dl {
    margin-bottom: 50px;
    /*    min-height: 172px;*/
    min-height: 129px;
}


/*0421*/

.sitemap .box .col-right.support dl {
    /*min-height: 554px;*/
    /*min-height: 580px;*/
}

.sitemap .box .col.service dl {
    /*min-height: 554px;*/
    /*margin-bottom: 76px;*/
}

.sitemap .box .col dl dt {
    font-size: 1.2rem;
    color: #2478BE;
    font-weight: bold;
    border-bottom: solid 1px #2478BE;
    padding: 10px 0;
}

.sitemap .box .col dl dt a {
    color: #2478BE;
}

.sitemap .box .col dl dd {
    padding-left: 10px;
    border-bottom: solid 1px #ccc;
}

.sitemap .box .col dl dd a {
    color: #6A6A74;
    font-weight: bold;
    display: inline-block;
    width: 100%;
    background: url(/images/triangle.jpg) no-repeat right;
    background-size: 8px;
    padding: 10px 0;
}

@media screen and (max-width: 680px) {
    .sitemap .box .col {
        /*width: auto;*/
        width: 100%;
        /*float: none;*/
        /*padding-right: 0;*/
    }
    .sitemap .box .col dl {
        min-height: 0;
    }
    /*0421*/
    .sitemap .box .col-right.support dl {
        min-height: 0;
    }
}


/*-----------/sitemap----------------*/