﻿#wrapper {
    background: #f9f9f9;
}

/* 挨拶 */
.greeting-box {
    flex-direction: row-reverse;
}

.greeting-box figure {
    width: 54%;
}

.name small {
    font-size: 14px;
}

.greeting-box figcaption {
    width: 42%;
    margin: 0 5% 0 0;
}

.greeting-box figcaption h3 {
    font-size: 2em;
}

.greeting-box figcaption p span {
    display: inline-block;
}


span.name {
    display: block;
    width: 100%;
}

.greeting-box:nth-child(2) {
    flex-flow: wrap-reverse;
}

.greeting-box:nth-child(2) figcaption {
    margin: 0 0 0 5%;
    width: 67%;
}

.greeting-box:nth-child(2) figure {
    width: 28%;
}

#message .flex {
    flex-direction: row-reverse;
}

#message .flex .left {
    margin-right: 5%;
    width: 55%;
}

#message .flex .right {
    margin: 9px 0;
    width: 40%;
}

span.name {
    text-align: right;
}

span.name h4 {
    font-size: 1.4em;
}

img.img-1920 {
    display: block;
}

img.img-1920-sp {
    display: none;
}

/*概要*/
.d-middle h5 {
    font-weight: 600;
    border-left: 3px solid #005bac;
    padding: 0 0 0 10px;
    line-height: 1.3;
}

.table-box th {
    width: 180px;
}

.table-box th,
.table-box td {
    font-size: 0.96em;
}

.bt-none {
    border-bottom: none;
}



.d-box-wrap {
    width: 53%;
    margin: 0 0 0 3%;
}

.d-box-inner.flex {
    align-items: flex-start;
}


.d-box-inner.flex figure {
    width: 44%;
    border-radius: 5px;
    overflow: hidden;
}


ul.rinen.flex {
    flex-wrap: wrap;
}

ul.rinen li:nth-child(2n) {
    margin: 0 0 1% 0;
}

ul.rinen li {
    padding: 20px;
    width: 49.5%;
    background: #f3f7f9;
    margin: 0 1% 1% 0;
    border-radius: 5px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}

ul.rinen li:last-child {
    border-right: none;
}

ul.rinen li:before {
    content: "";
    background: url(../images/common/local_gb.svg) no-repeat 70% center #e1ecf1;
    background-size: 64%;
    width: 110px;
    height: 100px;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    border-radius: 0 0 0 100px;
}

ul.rinen li:nth-child(2):before {
    content: "";
    background: url(../images/about/kansha.svg) no-repeat 85% center #e1ecf1;
    background-size: 56%;
}

ul.rinen li:nth-child(3):before {
    content: "";
    background: url(../images/about/proud.svg) no-repeat 85% center #e1ecf1;
    background-size: 58%;
}

ul.rinen li:nth-child(4):before {
    content: "";
    background: url(../images/about/chiiki.svg) no-repeat 99% center #e1ecf1;
    background-size: 65%;
}

.d-middle.flex figure {
    width: 44%;
    border-radius: 5px;
    overflow: hidden;
}

.d-middle.flex figcaption {
    width: 53%;
    margin: 0 0 0 3%;
}


/*テキストベース*/
ul.pricacy-list {
    list-style: decimal;
    padding: 0 0 0 18px;
}

ul.pricacy-list li {
    margin: 0 0 20px 0;
    color: #444;
    font-size: 1.1em;
    letter-spacing: 1px;
}

ol.privacy-small-lsit {
    list-style: square;
    padding: 0 0 0 22px;
    margin: 10px auto 0;
}

ol.privacy-small-lsit li {
    font-size: 0.9em;
    margin: 0 0 5px 0;
}

.d-middle-box {
    padding: 50px 0 50px;
    border-top: 1px solid #e2e2e2;
}

.d-middle-box:last-child {
    border-bottom: 1px solid #e2e2e2;
}


/*沿革*/
table.history th {
    background: none;
    padding: 15px 0 15px 0;
    text-align: center;
    font-weight: 600;
    font-size: 1.1em;
    border: none;
    vertical-align: baseline;
}

table.history td {
    padding: 15px 15px;
    display: flex;
    align-items: center;
    border: none;
    position: relative;
}


table.history td:nth-child(n+3):before {
    content: "";
    position: absolute;
    border-top: 1px dashed #cfd4da;
    width: 95%;
    top: 0;
}

table.history td p {
    margin: 0 0 0 10px;
}

table.history tr:nth-child(odd) {
    background: #f3f7f9;
}



table.history td b {
    width: 60px;
}

/*事業所一覧*/

.office th {
    width: 25%;
}

.office td.flex p {
    width: 50%;
}

td.flex p:last-child {
    padding: 0 0 0 30px;
}

.half-table tbody {
    display: flex;
    flex-wrap: wrap;
}

.half-table tr {
    width: 50%;
    display: flex;
}

.half-table th {
    width: 50%;
}

.half-table td {
    width: 50%;
}

.half-table tr:nth-child(2) th,
.half-table tr:nth-child(2) td {
    border-top: 1px solid #eee;
}

table.only-th-table th {
    width: 49.8%;
}

span.office-tel {
    margin: 0 0 0 25px;
}

/*個人情報保護方針*/
.privacy .d-middle h5 {
    border: none;
    padding: 0;
}


/*定期*/

.self-box {
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid #eeeeee;
    box-shadow: 2px 1px 3px 1px #ecececbd;
    margin: 0 2% 0 0;
    width: 49%;
}

self li:last-child {
    margin: 0;
}



.self li h6 {
    background: #f3f7f9;
    color: #000;
    padding: 10px;
}

.self li span {
    padding: 10px 15px;
    margin: auto;
    display: block;
}




/*tab*/

.tab-box {
    margin: 60px auto 0;
    position: relative;
    overflow: hidden;
    padding: 0;
}

.tab-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    border-radius: 10px;
    position: relative;
    padding: 0;
}

.tabnav {
    display: flex;
    justify-content: center;
    width: 100%;
}

.tabnav li {
    width: 50%;
}

.tabnav li a {
    font-size: 1.3em;
    line-height: 1.5;
    display: block;
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    text-align: center;
    color: #000;
    font-weight: 600;
    padding: 25px 0;
    border-radius: 5px 5px 0 0;
    bottom: 0px;
}

.tabnav li a.active {
    opacity: 1;
    background: #183d5d;
    color: #fff;
    border-right: none;
    bottom: 0px;
    box-shadow: inset -4px -3px 6px 3px #12304a;
    z-index: 3;
    padding: 25px 0 25px;
}


.tab-label {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

.tab-content {
    width: 100%;
    overflow: hidden;
    border-top: 3px solid #183d5d;
    padding: 50px;
    background: #fff;
    border-radius: 0 0 5px 5px;
}

.tab-label {
    order: -1;
    position: relative;
    z-index: 1;
    cursor: pointer;
    margin: 0;
    width: 50%;
    text-align: center;
    color: #000;
    font-weight: 600;
    padding: 25px 0;
    border-radius: 5px 5px 0 0;
    bottom: 0px;
}




/* アクティブなタブ */

.tab-switch:checked+.tab-label+.tab-content {
    height: auto;
    opacity: 1;
    transition: .5s opacity;
    margin: 0;
    padding: 0;
    border-top: 3px solid #183d5d;
}


.tab-switch:checked+.tab-label:before {
    opacity: 1;
}

/* ラジオボタン非表示 */
.tab-switch {
    display: none;
}

.tab-switch:checked+.tab-label+.tab-content b span {
    font-size: 28px;
    font-weight: 700;
}

.tab-switch:checked+.tab-label {
    opacity: 1;
    background: #183d5d;
    color: #fff;
    border-right: none;
    bottom: 0px;
    box-shadow: inset -4px -3px 6px 3px #12304a;
    z-index: 3;
    padding: 25px 0 25px;
}

section#information.pass {
    padding: 0;
    background: none;
    border-radius: 0;
}

.link-list a.button3.pdf span {
    padding: 0 8px 0 0;
}

table.kubun {
    table-layout: auto;
    width: 1250px;
    width: auto;
}

table.kubun tr th:first-child {
    width: 10%;
}

table.kubun tr th {
    text-align: center;
    border-right: 1px dashed #eee;
}

table.kubun td {
    border-right: 1px dashed #eee;
    width: 9%;
}

table.kubun th:last-child,
table.kubun td:last-child {
    border-right: none;
}

table.kubun tr:last-child td:last-child {
    border-right: 1px dashed #eee;
}


/**/
table.kubun.period {
    width: 100%;
}

table.kubun.period tr th {
    text-align: left;
}


.sonota.bg-none {
    background: none;
    padding: 0;
    border-radius: 0;
}

.sonota.sonota-contact {
    border: 1px solid hsl(200deg 27% 78% / 22%);
    width: 49%;
    margin: 0 1% 0 0;
    background: linear-gradient(2300deg, #f3f7f9 0%, #ffffff 52%, #f3f7f9 100%);
    box-shadow: 0px 0px 2px 0px #e7edf1;
    padding: 20px;
}

.sonota.sonota-contact:last-child {
    margin: 0;
}

.sonota h6.color-red {
    color: #e60013;
    border-bottom: 1px solid #e60013;
    box-shadow: 0px 4px 6px -5px #d0adb1;
}

.sonota-contact .tel {
    font-size: 2em;
    background-size: 25px;
    padding: 0 0 0px 33px;
}

h6.bg-blue {
    background: #8492a6;
    color: #fff;
    padding: 2px 40px 6px;
    display: inline-block;
    border-radius: 3px;
}

.dl-wrap dl.flex {
    justify-content: start;
    margin: 0 0 5px 0;
}

.dl-wrap dl dt {
    width: 40%;
    font-weight: 500;
    margin: 0 3% 0 0;
    background: #f3f7f9;
    padding: 4px 4px 5px;
    font-size: 0.95em;
}

.dl-wrap dl dd {
    width: 60%;
    font-size: 0.95em;
}

.dl-wrap {
    width: 25%;
}

.ex .sonota {
    width: 77%;
}

.link-list a.button3.pdf {
    background: #fff;
    /* border: 1px solid hsl(200deg 27% 78% / 22%); */
    color: #111;
    box-shadow: 2px 3px 16px 0px hsl(0deg 0% 58% / 34%);
}

.link-list a.button3.pdf:hover {
    background: linear-gradient(2300deg, #f3f7f9 0%, #ffffff 52%, #f3f7f9 100%);
    box-shadow: 2px 4px 16px 0px #dedede;
    color: #005bac;
}


.link-list a.button3.pdf:before {
    background: url(../images/common/arrow_b.svg) no-repeat center center;
    background-size: 10px;
    /* width: 10px; */
    /* height: 10px; */
}

div.link-list {
    max-width: 400px;
}

/*ic*/

.ic-box h4 {
    width: 52%;
}

.ic-box {
    background: #f3f7f9;
    padding: 50px;
    border-radius: 5px;
}

.ic-wrap figure {
    width: 30%;
}

.ic-wrap figcaption {
    width: 65%;
    margin: 0 0 0 5%;
}

.ic-wrap.flex {
    align-items: center;
    /* max-width: 570px; */
    margin: 0;
    border: 4px solid #eee;
    border-radius: 5px;
    width: 47%;
    padding: 20px 20px;
    background: #fff;
}

ul.ic-all-list.flex {
    flex-wrap: wrap;
}

ul.ic-all-list li {
    width: 17.6%;
    margin: 0 3% 3% 0;
}

ul.ic-all-list li:nth-child(5n) {
    margin: 0 0 3% 0;
}

ul.ic-all-list li a figure {
    max-width: 150px;
    margin: 0 auto 12px;
}

.howto.flex p {
    width: 60%;
    margin: 0 5% 0 0;
}

.howto.flex figure {
    width: 35%;
    border-radius: 5px;
    overflow: hidden;
}

/*別リンク*/
.link-list .button3.link:before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    background: url(../images/common/link.svg) no-repeat center;
    background-size: 100%;
    right: 6%;
}

.link-list .button3.link:hover:before {
    content: "";
    background: url(../images/common/link.svg) no-repeat center;
    background-size: 100%;
    right: 4%;
}

.link-list .button3.link {
    background: #fff;
    color: #111;
    box-shadow: 2px 3px 16px 0px hsl(0deg 0% 58% / 34%);
}

/*免許*/
.license .flex figure {
    width: 49%;
}

/*運賃*/
.fare table.kubun tr th:first-child {
    width: 1%;
}

.ex-sonota .sonota {
    padding: 0;
    background: none;
    border-radius: 0;
}

ul.sonota li {
    border-radius: 5px;
    width: 23%;
    margin: 0 2% 0 0;
    padding: 15px;
    border: 1px solid #e8e8e8;
    box-shadow: 2px 1px 3px 1px #ecececbd;
}


ul.sonota li:last-child {
    margin: 0;
}

ul.sonota li b.bg-pink {
    color: #fff;
    background: #e67272;
    display: block;
    border-radius: 3px;
}

.ex-sonota .sonota h6 {
    font-weight: 400;
    color: #000;
    border-bottom: 1px solid #e67272;
    font-size: 1em;
    box-shadow: none;
}

/*手荷物*/
ul.baggage-list {
    margin: 30px 0 0 0;
    max-width: 850px;
}

ul.baggage-list li {
    width: 30%;
}

ul.baggage-list li figure {
    max-width: 80%;
    margin: auto;
}

/*運輸安全*/
ul.pdf-list li a {
    justify-content: flex-start;
    align-items: center;
}

ul.pdf-list li {
    margin: 0 0 10px 0;
}

ul.pdf-list li a p {
    margin: 0 0 0 6px;
}

/*グループ・関連企業*/
p.u-link-have a {
    margin: 0 15px 0 0;
}

p.u-link-have a:last-child {
    margin: 0;
}

/*観光客*/
.vbox-close {
    top: 5% !important;
    right: 2% !important;
    font-size: 40px !important;
    color: #fff !important;
    background: #005bac !important;
    width: 70px !important;
    height: 70px !important;
    border-radius: 100px !important;
}


.vbox-backdrop {
    background: hsl(0deg 0% 100% / 94%) !important;
}

/*express*/
.express .sonota.sonota-contact {
    width: 67%;
    margin: 0;
    border-radius: 0 5px 5px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    flex-flow: column;
    padding: 0 0 0 40px;
}

.express .kintetsu .sonota.sonota-contact {
    padding: 20px;
    max-width: 450px;
}

.express .sonota.sonota-contact .link-list {
    margin: 20px 0 20px 0;
    width: 100%;
}

.express .sonota.sonota-contact .link-list a:hover {
    background: #e1f1ff;
}

.express .sonota-c-box figure {
    width: 33%;
    margin: 0 0 0 0;
    border-radius: 5px 0 0 5px;
    overflow: hidden;
}

.express .sonota.sonota-contact * {
    display: block;
    width: auto;
}

.express .ex .sonota {
    width: 70%;
}

.express .ex .dl-wrap {
    width: 30%;
}

@media (max-width: 1920px) {

    img.img-1920 {
        display: none;
    }

    img.img-1920-sp {
        display: block;
    }

    .greeting-box figure {
        width: 45%;
    }

    .greeting-box figcaption {
        width: 50%;
    }

    .greeting-box:nth-child(2) figure {
        width: 40%;

    }

    .greeting-box:nth-child(2) figcaption {
        width: 55%;
    }

}

@media (max-width: 1800px) {

    /*事業所*/
    .office td.flex p {
        width: 57%;
    }

    td.flex p:last-child {
        width: 42%;
    }

    /*運賃*/
    .fare ul.sonota li {
        width: 48%;
        margin: 0 2% 2% 0;
    }

    .fare .ex-sonota .sonota {
        flex-wrap: wrap;
    }

    .fare ul.sonota li:nth-child(2n) {
        margin: 0 0 2% 0;
    }

    .fare ul.sonota li figure {
        max-width: 46%;
        margin: 0 auto 20px;
    }

}


@media (max-width: 1699px) {

    /*ご挨拶*/
    #message .flex {
        display: block;
    }
    
    #message .flex .left {
        width: 100%;
    }
    
    #message .flex .right {
        margin: 0 0 4% 4%;
        width: 45%;
        float: right;
    }

    /*定期*/
    .pass .scroll {
        overflow: auto;
        max-width: 100%;
    }

    table.kubun tr th:first-child {
        position: sticky;
        top: 0;
        left: 0;
    }

    .dl-wrap {
        /* width: 60%; */
    }

    .ex .sonota {
        /* width: 40%; */
    }

    /*ic*/
    .ic-box h4 {
        width: 54%;
    }

    .ic-wrap.flex {
        flex-wrap: wrap;
        width: 45%;
    }

    .ic-wrap figure {
        width: 100%;
        max-width: 120px;
        margin: auto;
    }

    .ic-wrap figcaption {
        width: 100%;
        margin: 20px auto 0;
    }

    .ic-box {
        align-items: center;
        padding: 30px;
    }

    /*高速乗合バス*/
    .express .sonota-c-box figure {
        width: 420px;
    }

    .express .ex .sonota {
        width: 50%;
    }

    .express .ex .dl-wrap {
        width: 50%;
    }

}

@media (max-width: 1499px) {

    /*概要*/
    .overview-box dl dt {
        width: 20%;
    }

    .overview-box dl dd {
        width: 80%;
    }


    /*事業所一覧*/
    .half-table tr {
        width: 100%;
    }

    .half-table tr:nth-child(2) th,
    .half-table tr:nth-child(2) td {
        border-top: none;
    }

    .office td.flex {
        flex-wrap: wrap;
    }

    .office td.flex p {
        width: 100%;
    }

    td.flex p:last-child {
        padding: 0;
    }



    .office th {
        width: 33.1%;
    }

    .half-table td {
        width: 67%;
    }

    /*ic*/
    .ic-box h4 br,
    .ic-wrap figcaption br {
        display: none;
    }

    /*沿革*/
    table.history th {
        padding: 15px 0 15px 15px;
    }

    table.history th small {
        display: block;
    }

    /*高速乗合バス*/
    .express .sonota-c-box figure {
        display: none;
    }

    .express .sonota.sonota-contact,.express .kintetsu .sonota.sonota-contact {
        width: 100%;
        text-align: center;
        padding: 20px;
        border-radius: 5px;
        max-width: none;
    }

    .express .sonota.sonota-contact .link-list {
        margin: 20px auto 20px;
    }

    .express .ex .sonota {
        width: 70%;
    }


    .express .sonota.sonota-contact .tel {
        margin: 10px auto;
    }

}

@media (max-width: 1299px) {

    /*定期*/
    .tabnav li a {
        font-size: 1.1em;
    }

}



@media (max-width: 1200px) {
    .greeting-box figcaption h3 {
        font-size: 1.8em;
    }

    /*定期*/
    .sonota-contact .tel {
        font-size: 1.5em;
        background-size: 20px;
        padding: 0 0 0 26px;
    }


    /*ic*/
    .ic-box h4 {
        margin: 0 5% 0 0;
        width: 50%;
    }

}

@media (max-width: 1023px) {}



@media (max-width: 991px) {

    #message,
    #information {
        padding: 30px 15px;
    }

    /*定期*/
    /*tab*/
    .tab-content {
        padding: 30px 15px;
    }

    /*ic*/
    ul.ic-all-list li {
        width: 31.33333%;
    }

    ul.ic-all-list li:nth-child(3n) {
        margin: 0 0 3% 0;
    }

    ul.ic-all-list li:nth-child(5n) {
        margin: 0 3% 3% 0;
    }

    /*運賃*/
    .ex-sonota .sonota {
        flex-wrap: wrap;
    }

    ul.sonota li {
        width: 49%;
        margin: 0 2% 2% 0;
    }

    ul.sonota li:nth-child(2n) {
        margin: 0 0 2% 0;
    }


    /*高速乗合バス*/
    .express .ex .sonota {
        width: 45%;
    }

    .express .ex .dl-wrap {
        width: 55%;
    }

}

@media (max-width: 767px) {

    .bg-text {
        height: 200px;
        margin: 100px auto 0;
    }


    /*ご挨拶============== */
    .greeting-box:first-child {
        flex-wrap: wrap;
        display: block;
    }

    .name {
        display: none;
    }

    span.name h4 {
        font-size: 1.1em;
    }

    .greeting-box:first-child figure {
        width: 38%;
        float: right;
        margin: 0 0 0 5%;
    }

    .greeting-box figcaption {
        width: 100%;
        margin: 20px auto 0;
    }

    .greeting-box figcaption h3 {
        font-size: 1.4em;
    }

    #message .flex .left {
        margin-right: 0;
        margin-bottom:0;
    }

    #message .flex .right {
        margin: 0 auto;
        width: 70%;
        float: none;
    }

    /*概要*/
    .overview-box dl {
        flex-wrap: wrap;
        padding: 15px 0;
    }

    .overview-box dl dt {
        width: 100%;
    }

    .overview-box dl dd {
        width: 100%;
        line-height: 1.8;
        margin: 10px auto 0;
    }


    .d-middle-box {
        padding: 30px 0 30px;
    }

    .d-box-inner.flex,
    .d-middle.flex {
        flex-wrap: wrap;
    }

    .d-box-inner.flex figure,
    .d-middle.flex figure {
        width: 100%;
    }

    .d-box-wrap,
    .d-middle.flex figcaption {
        width: 100%;
        margin: 20px auto 0;
    }

    ul.rinen li {
        width: 100%;
        padding: 10px 15px;
        margin: 0 0 1% 0;
    }


    /*沿革*/

    table.history tr {
        padding: 15px;
    }

    table.history th {
        padding: 0;
        text-align: left;
        font-size: 1em;
    }

    table.history th small {
        display: inline-block;
    }

    table.history td {
        padding: 10px 0;
        align-items: flex-start;
    }

    table.history td:last-child {
        padding: 10px 0 0 0;
    }

    table.history td p {
        margin: 0 0 0 0;
        width: 90%;
    }

    table.history td b {
        width: 10%;
        color: #005bac;
    }

    /*事業所一覧*/
    .office th {
        width: 100%;
    }

    .half-table td {
        width: 100%;
    }

    .half-table tr {
        display: contents;
    }


    /*定期*/
    .ex.flex {
        flex-wrap: wrap;
    }

    .dl-wrap {
        width: 100%;
    }

    .ex .sonota {
        width: 100%;
        margin: 10px auto 0;
    }

    .half-table th {
        width: 100%;
    }

    .kubun tr {
        display: table-row;
    }

    table.kubun tr th {
        width: 21%;
    }

    table.kubun td {
        border-bottom: 1px solid #eee;
        width: 9%;
    }

    table.kubun tr th:first-child {
        width: 10%;
    }

    .pass .scroll {
        white-space: initial;
    }

    table.kubun {
        width: 840px;
    }

    .sonota.sonota-contact {
        width: 100%;
        margin: 0 0 15px 0;
    }

    .sonota-c-box.flex,
    .dl-wrap dl.flex {
        flex-wrap: wrap;
    }


    .dl-wrap dl dt,
    .dl-wrap dl dd {
        font-size: 0.9em;
        width: 100%;
        padding: 5px 10px;
    }

    .self ul {
        flex-wrap: wrap;
    }

    .self-box {
        width: 100%;
        margin: 0 0 20px 0;
    }

    self li:last-child {
        margin: 0;
    }

    /*tab*/
    .tabnav li a,
    .tabnav li a.active {
        font-size: 1em;
        padding: 10px 0 5px;
    }



    /*ic*/
    .ic-box {
        flex-wrap: wrap;
        padding: 15px;
    }

    .ic-box h4 {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .ic-wrap.flex {
        width: 100%;
    }

    ul.ic-all-list li {
        width: 48.5%;
        margin: 0 3% 30px 0;
    }


    ul.ic-all-list li:nth-child(3n) {
        margin: 0 3% 0 0;
    }

    ul.ic-all-list li:nth-child(2n) {
        margin: 0 0 30px 0;
    }


    .howto {
        flex-wrap: wrap;
        flex-direction: column-reverse;
    }

    .howto.flex p {
        width: 100%;
    }

    .howto.flex figure {
        width: 100%;
        margin: 0 0 20px 0;
    }

    ul.ic-all-list li a figure {
        max-width: 90px;
    }

    .ic-wrap figure {
        max-width: 100px;
    }

    /*免許*/
    .license .flex {
        flex-wrap: wrap;
    }

    .license .flex figure {
        width: 100%;
    }

    /*運賃*/
    .fare .ex-sonota .sonota {
        flex-wrap: inherit;
    }

    .fare ul.sonota li,
    .fare ul.sonota li:nth-child(2n) {
        padding: 10px;
        width: 100%;
        margin: 0 0 15px 0;
        height: 100%;
    }

    .ex-sonota .sonota h6 {
        font-size: 0.9em;
    }

    .fare table.kubun tr:first-child th:first-child {
        position: relative;
    }

    .fare table.kubun td {
        width: 13%;
    }

    .fare table.kubun {
        width: 610px;
    }

    .fare .swiper-button-next.swiper-button-black,
    .fare .swiper-container-rtl .swiper-button-prev.swiper-button-black,
    .fare .swiper-button-prev.swiper-button-black,
    .fare .swiper-container-rtl .swiper-button-next.swiper-button-black {
        background: url(../images/common/arrow.svg) no-repeat center center !important;
        background-size: 20px;
        width: 20px;
        height: 29px;
        margin: 0;
    }

    .fare .swiper-button-next.swiper-button-black,
    .fare .swiper-container-rtl .swiper-button-prev.swiper-button-black {
        right: 23px;
        transform: translateY(-50%);
    }

    .fare .swiper-button-prev.swiper-button-black,
    .fare .swiper-container-rtl .swiper-button-next.swiper-button-black {
        transform: rotateZ(-180deg) translateY(50%);
        left: 23px;
    }

    /*手荷物*/



    ul.baggage-list li {
        width: 100%;
        margin: 0 0 15px 0;
        border-top: 1px solid #eee;
        padding: 15px 0 0 0;
    }

    ul.baggage-list {
        flex-wrap: wrap;
    }

    ul.baggage-list li figure {
        max-width: 60%;
    }

    ul.baggage-list li b {
        font-size: 0.9em;
        display: block;
    }

    /*運輸安全*/
    ul.pdf-list li a {
        align-items: baseline;
    }

    ul.pdf-list li a span {
        width: 22px;
    }

    /*観光客*/
    .vbox-close {
        width: 50px !important;
        height: 50px !important;
        font-size: 40px !important;
        top: 2% !important;
    }

    /*高速乗合バス*/
    .express .ex .sonota {
        width: 100%;
    }

    .express .sonota-c-box figure {
        display: block;
        width: 100%;
        border-radius: 5px 5px 0 0;
    }

    .express .sonota.sonota-contact, .express .kintetsu .sonota.sonota-contact {
        width: 100%;
        text-align: center;
        padding: 15px;
        border-radius: 0 0 5px 5px;
        border-top: none;
    }

    .express .ex .sonota {
        width: 100%;
    }

    .express .ex .dl-wrap {
        width: 100%;
    }

}

@media (max-width: 480px) {
    #wrapper {
        background: none;
    }

    #message,
    #information {
        padding: 0;
    }

    .sub-inner {
        max-width: 90%;
        margin: auto;
    }

    /*ご挨拶============== */
    .greeting-box figure {
        width: 100%;
        float: none;
        margin: 0 auto 30px;
        text-align: center;
    }

    .greeting-box figure img {
        width: 70%;
        text-align: center;
        margin: auto;
    }

    .greeting-box:first-child figure,
    .greeting-box:nth-child(2) figure {
        width: 100%;
        margin: 0 0 0 0;
        text-align: center;
        display: block;
        float: none;
    }


    .greeting-box:nth-child(2) figcaption,
    .greeting-box figcaption {
        margin: 20px auto 0;
    }

    .greeting-box:nth-child(2) figure img {
        width: 100%;
    }

    span.name img {
        width: auto;
        height: 29px;
    }



    /*沿革*/

    table.history td b {
        width: 15%;
    }

    table.history td p {
        width: 85%;
    }

    /*事業所一覧*/
    span.office-tel {
        display: block;
        margin: 0;
    }

    table.only-th-table th {
        width: 100%;
        margin: 0 0 2px 0;
    }

    tr.flex {
        flex-wrap: wrap;
    }

    /*テキストベース*/

    ul.pricacy-list li {
        font-size: 0.95em;
        letter-spacing: 0;
        color: #000;
    }


    /*タブ*/
    .tab-content {
        padding: 30px 0 0;
    }

}


@media (max-width: 350px) {}