@charset "utf-8";
/* =======================================

    commonElements

======================================= */

/* ------------------------------------
  web font + icon
------------------------------------ */
@import url("https://fonts.googleapis.com/css?family=M+PLUS+Rounded+1c:400,500,700");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&subset=japanese");
@font-face {
    font-weight: normal;
    font-style: normal;
    font-family: "saitama_bus";
    src: url("/img/fonts/saitama_bus.eot");
    src: url("/img/fonts/saitama_bus.eot#iefix") format("embedded-opentype"),
    url("/img/fonts/saitama_bus.ttf") format("truetype"),
    url("/img/fonts/saitama_bus.woff") format("woff"),
    url("/img/fonts/saitama_bus.svg#saitama_bus") format("svg");
}

/* ------------------------------------
  contents common
------------------------------------ */
html * {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-text-size-adjust: 100%;
    word-break: break-word;
}
html {
    height: 100%;
    color: #222;
    font-weight: normal;
    font-size: 16px;
    font-family: "Noto Sans JP", sans-serif;
}
body {
    width: 100%;
    min-width: 1000px;
    height: 1000px;
    line-height: 1.6;
    border-top: 7px solid #e27327;

    -ms-font-feature-settings: "normal";
        font-feature-settings: "palt";
}
a:link {
    color: #222;
    text-decoration: none;
}
a:visited {
    color: #222;
    text-decoration: none;
}
a:active {
    text-decoration: none;
}
.cf:after {
    display: block;
    clear: both;
    content: "";
}

a {
    -webkit-transition: 200ms all ease-in-out;
            transition: 200ms all ease-in-out;
}
a:hover {
    opacity: .8;
}

p {
    font-size: 1rem;
}

header {
    width: 100%;
    height: auto;
}
.cont_base {
    margin: 0 auto;
    width: 980px;
    height: auto;
}
.cont_base_wrap {
    margin: auto;
    width: 1000px;
}
.pc_non {
    display: none;
}
.sp_non {
    display: inline;
}

@media only screen and (max-width: 768px) {
    body {
        min-width: 100%;
    }
    a:hover {
        opacity: 1;
    }
    .cont_base_wrap {
        margin: auto;
        padding: 0;
        width: 100%;
    }
    .pc_non {
        display: inline;
    }
    .sp_non {
        display: none;
    }
}

/* ------------------------------------
 common header
------------------------------------ */
#site_header .head_wrap {
    position: relative;
    margin: auto;
    padding: 15px 0;
    max-width: 1000px;
    width: 100%;
}
#site_header .head_wrap h1 {
    font-weight: 700;
    font-size: 1.75rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
}
#site_header .head_wrap h1 a {
    display: contents;
    color: #e27327;
}
#site_header .head_wrap h1 small {
    display: block;
    max-width: 280px;
    margin-top: -8px;
    color: #989898;
    font-weight:normal;
    font-size: 1.0625rem;
    letter-spacing:0.4px
}
#site_header .head_wrap a.login {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    display: block;
    margin: auto;
    padding: 5px 25px 5px 49px;
    min-width: 170px;
    width: auto;
    height: 35px;
    border-radius: 5px;
    background: url(/img/Login.png) no-repeat center left 25px #e27327;
    background-size: 14px auto;
    color: #fff;
    text-align: center;
    font-weight: 500;
}
@media only screen and (min-width: 769px) {
    #site_header .head_wrap a.banner {
        position: absolute;
        top: 0;
        right: 200px;
        bottom: 0;
        display: block;
        margin: auto;
        width: 220px;
        height: 55px;
    }

    #site_header .head_wrap a.banner0 {
        position: absolute;
        top: 0;
        right: 430px;
        bottom: 0;
        display: block;
        margin: auto;
        height: 59px;
    }

    #site_header .head_wrap a.stamprally {
        position: absolute;
        top: 0;
        right: 450px;
        bottom: 0;
        display: block;
        margin: auto;
        width: 250px;
        height: 32px;
    }
}
#site_header .head_wrap a.banner img {
    max-width: 100%;
}

#site_header .head_wrap a.banner0 img {
    max-height: 59px;
}

#site_header .head_wrap a.stamprally img {
    max-width: 100%;
}

@media only screen and (max-width: 768px) {
    #site_header .head_wrap {
        padding: 15px 5%;
        text-align: center;
    }#site_header .head_wrap h1 a {
        display: block;
    }
    #site_header .head_wrap h1 small {
        max-width: initial;
    }
    #site_header .head_wrap a.login {
        display: none;
    }
    #site_header .head_wrap a.banner {
        position: block;
        top: 0;
        right: 200px;
        bottom: 0;
        display: block;
        margin: auto;
        margin-top: 10px;
        width: 220px;
        height: 55px;
    }

    #site_header .head_wrap a.stamprally {
        position: block;
        top: 0;
        right: 200px;
        bottom: 0;
        display: block;
        margin: auto;
        margin-top: 10px;
        width: 250px;
        height: 32px;
    }
}
/* ------------------------------------
 GlobalNav
------------------------------------ */
#global_nav {
    background: #ffe9C4;
}
#global_nav ul li > span,
#global_nav ul li div {
    display: none;
}
#global_nav ul {
    display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex; /* Safari6.1以降 */
    display:         flex;
    -webkit-justify-content: space-between; /* Safari etc. */
            justify-content: space-between;
    margin: auto;
    min-width: 1000px;
    max-width: 1000px;
}
#global_nav ul li {
    display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex; /* Safari6.1以降 */
    display:         flex;
}
#global_nav ul li a {
    padding: 8px 0;
    margin: 0 1px 0 0;
    min-width: 164px;
}
#global_nav ul li:nth-child(5) a {
    min-width: 132px;
}
#global_nav ul li:last-child a {
    min-width: 208px;
}
#global_nav ul li a > span {
    display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex; /* Safari6.1以降 */
    display:         flex;
    -webkit-align-items: center; /* Safari etc. */
            align-items: center;
    padding: 0 30px;
    height: 100%;
    font-weight: 700;
    line-height: 1.3rem;
}
#global_nav ul li a > span {
    margin-left: 1px;
    border-left: 2px dotted #707070;
}
#global_nav ul li a:first-child > span {
    margin-left: -1px;
}
#global_nav ul li:last-child a > span {
    margin-right: -1px;
    border-right: 2px dotted #707070;
}
.hover_drop {
    position: absolute;
    z-index: 100;
    overflow: hidden;
    max-height: 0;
    width: 100%;
    height: auto;
    text-align: center;
    font-weight: 500;
    -webkit-animation: SlideIn 2s forwards;
            animation: SlideIn 2s forwards;
}
@media only screen and (max-width: 768px) {
    #global_nav > ul {
        display: block;
        min-width: initial;
        min-width: auto;
        max-width: 100%;
        width: 100%;
        border: 2px solid #717070;
        border-width: 2px 0;
    }
    #global_nav ul li {
        display: block;
        border-bottom: 2px dotted #717070;
        transition: 200ms all ease-in-out;
    }
    #global_nav ul li a {
        margin: 0;
        display: block;
        position: relative;
        padding: 15px 40px 15px 20px;
        border: none;
        font-size: 1.125em;
    }
    #global_nav ul li:hover a {
        background: initial;
        color: initial;
    }
    #global_nav ul li:last-child {
        border-bottom: none;
    }
    #global_nav ul li a > span {
        border: none;
        width: 100%;
        padding: 0;
    }
    #global_nav ul li:last-child a > span {
        border-right: none;
    }
    #global_nav ul li a div {
        width: 100%;
    }
    #global_nav ul li a::after {
        position: absolute;
        top: 0;
        right: 20px;
        bottom: 0;
        display: inline-block;
        margin: auto;
        height: 1rem;
        color: #222222;
        content: "\e900";
        vertical-align: middle;
        text-transform: none;
        font-weight: normal;
        font-style: normal;
        font-variant: normal;
        font-size: 1.125rem;
        font-family: "saitama_bus";
        line-height: 1;
    }
    #global_nav ul li a.mega_show::after {
        content: "\e902";
        font-size: 1.25rem;
    }
    #global_nav ul li.active a.mega_show::after {
        content: "\e906";
        font-size: 1.25rem;
    }
    #global_nav ul li.routebus.active {
        background: rgba(76, 191, 95, 1);
    }
    #global_nav ul li.routebus.active span {
        color: #fff;
    }
    #global_nav ul li.community a::after {
        content: "\e901";
        font-size: 1.25rem;
    }
    .hover_drop,
    .mega_drop {
        display: none !important;
    }
    #global_nav ul li.active div {
        position: relative;
        display: block;
        color: #fff;
    }
    #global_nav ul li.active div p {
        margin: 0 auto 20px;
        padding: 5px 3% 0 100px;
        min-height: 80px;
    }
    #global_nav ul li.active .cont_base_wrap {
        position: static;
    }
    #global_nav ul li.active div figure {
        position: absolute;
        top: 0;
        left: 3%;
        width: 90px;
        height: 80px;
    }
    #global_nav ul li.active div figure::before {
        content: '';
        position: absolute;
        left: 0;
        width: 75px;
        height: 75px;
        border-radius: 50%;
        background: #fff;
    }
    #global_nav ul li.active div figure img {
        position: relative;
        max-width: 65%;
        width: auto;
        top: 12px;
        left: 8px;
    }
    #global_nav ul li.active div .mega_close {
        display: none;
    }
    #global_nav ul li.active div ul {
        margin: 0 auto;
    }
    #global_nav ul li.active div ul li {
        margin: 0 auto;
        border: none;
    }
    #global_nav ul li.active div ul li a {
        display: block;
        height: auto;
        border-bottom: #ccc 1px solid;
        font-size: 1.125em
    }
    #global_nav ul li.active div ul li:first-child a {
        border-top: #ccc 1px solid;
    }
    #global_nav ul li.active div ul li:last-child a {
        border-bottom: none;
    }
    #global_nav ul li ul {
        display: block;
        min-width: initial;
        min-width: auto;
        max-width: 100%;
        width: 100%;
    }
    #global_nav ul li ul li a {
        position: relative;
        padding: 12px 40px 12px 20px;
        border: none;
    }
    #global_nav ul li.active a::after,
    #global_nav ul li ul li a::after {
        color: #fff;
    }
}
.hover_drop p,
.mega_drop p {
    text-align: center;
    color: #fff;
    font-weight: bold;
    padding: 20px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
}
/* 一般路線バス */
.hover_drop.routebus_hover,
.routebus:hover a,
.routebus.active a {
    background: rgba(76, 191, 95, 1);
}
.routebus:hover a,
.routebus.active a {
    color: #fff;
}
/* 高速乗合バス */
.hover_drop.express_hover,
.express:hover a {
    background: rgba(86, 164, 213, 1);
}
.express:hover a {
    color: #fff;
}
/* 空港連絡バス */
.hover_drop.airplane_hover,
.airplane:hover a {
    background: rgba(230, 123, 166, 1);
}
.airplane:hover a {
    color: #fff;
}
/* 深夜急行バス */
.hover_drop.middledistance_hover,
.middledistance:hover a {
    background: rgba(172, 118, 195, 1);
}
.middledistance:hover a {
    color: #fff;
}
/* 貸切バス */
.hover_drop.reserved_hover,
.reserved:hover a {
    background: rgba(143, 139, 216, 1);
}
.reserved:hover a {
    color: #fff;
}
/* 市町村循環・コミュニティバス */
.hover_drop.community_hover,
.community:hover a {
    background: rgba(230, 148, 148, 1);
}
.community:hover a {
    color: #fff;
}
.hover_drop.community_hover p::after {
    margin: 0 0 0 10px;
    color: #fff;
    content: "\e901";
    font-size: 1rem;
    font-weight: normal;
    font-family: "saitama_bus";
    line-height: 1;
}
/* 翻訳時のflex解除 */
#global_nav ul li.community a > span {
    display: -webkit-block; /* Safari6.1以降 */
    display:         block;
}
.mega_drop {
    position: absolute;
    z-index: 99;
    overflow: hidden;
    min-width: 1000px;
    max-height: 0;
    width: 100%;
    height: auto;
    background: #4cbf5f;
    -webkit-animation: SlideIn .1s forwards;
            animation: SlideIn .1s forwards;
}
.mega_drop .cont_base_wrap {
    position: relative;
    padding: 30px 50px 20px 250px;
    min-height: 170px;
}
.mega_drop figure {
    position: absolute;
    top: 0;
    left: 0;
    padding: 20px 30px;
    width: 240px;
    text-align: center;
}
.mega_drop figure::before {
    content: '';
    position: absolute;
    top: 18px;
    left: 50%;
    margin-left: -83px;
    width: 165px;
    height: 165px;
    border-radius: 50%;
    background: #fff;
}
.mega_drop figure img {
    position: relative;
    top: 35px;
    max-width: 90%;
    width: auto;
}
.mega_drop button {
    position: absolute;
    top: 75px;
    right: 0;
    z-index: 1000;
    width: 2rem;
    height: 2rem;
    border: none;
    background: none;
    cursor: pointer;
}
.mega_drop > div {
    position: relative;
    margin: auto;
}
.mega_close {
    position: relative;
    left: 50%;
    margin-left: calc(500px - 30px);
}
.mega_close::after {
    display: inline-block;
    color: #fff;
    content: "\e906";
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 1.7rem;
    font-family: "saitama_bus";
    line-height: 1;
}
.mega_drop .cont_base_wrap ul {
    display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex; /* Safari6.1以降 */
    display:         flex;
    -webkit-flex-flow: row nowrap;
            flex-flow: row wrap;
}
.mega_drop .cont_base_wrap ul li {
    margin-bottom: 10px;
    padding: 0 10px 0 0;
    width: 50%;
    height: auto;
}
.mega_drop .cont_base_wrap a {
    position: relative;
    display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex; /* Safari6.1以降 */
    display:         flex;
    -webkit-align-items: center; /* Safari etc. */
            align-items: center;
    -webkit-justify-content: left;
            justify-content: left;
    padding: 10px 40px 10px 15px;
    width: 100%;
    height: 100%;
    border: 1px solid #fff;
    color: #fff;
    font-weight: 700;
}
.mega_drop .cont_base_wrap a::after {
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    display: inline-block;
    margin: auto;
    height: 1rem;
    color: #fff;
    content: "\e900";
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: 1rem;
    font-family: "saitama_bus";
    line-height: 1;
}
.mega_drop .cont_base_wrap a:hover {
    background: #fff;
    color: #4cbf5f;
    opacity: 1;
}
.mega_drop .cont_base_wrap a:hover::after {
    color: #4cbf5f;
}
@media only screen and (max-width: 768px) {
    .mega_drop {
        min-width: initial;
        min-width: auto;
    }
}
@-webkit-keyframes SlideIn {
    0% {
        max-height: 0;
    }
    100% {
        max-height: 100%;
    }
}
@keyframes SlideIn {
    0% {
        max-height: 0;
    }
    100% {
        max-height: 100%;
    }
}
/* ------------------------------------
 common footer
------------------------------------ */
#site_footer {
    width: 100%;
}
#site_footer .cont_base_wrap {
    position: relative;
}
#site_footer .footer_cont {
    padding: 30px 0;
    width: 100%;
    background: #525252;
}
#site_footer .footer_cont .logo_wrap {
    margin: 0 auto 30px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
}
#site_footer .footer_cont .logo {
    display: inline-block;
    color: #fff;
    font-weight: bold;
    font-size: 1.75rem;
    font-family: "M PLUS Rounded 1c", sans-serif;
}

#site_footer .footer_cont .logo span {
    display: block;
    margin-top: -5px;
    color: #f6f8fa;
    font-weight: normal;
    font-size: 1.0625rem;
    letter-spacing:0.4px;
}
#site_footer .footer_cont .qr_wrap {
    position: absolute;
    display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex; /* Safari6.1以降 */
    display:         flex;
    -webkit-align-items: center; /* Safari etc. */
            align-items: center;
    top: 0;
    right: 0;
    color: #fff;
}
#site_footer .footer_cont .qr_wrap p {
    margin-right: 5px;
}
#site_footer .footer_cont .qr_wrap span::after {
    display: inline-block;
    color: #fff;
    content: "\e904";
    margin-right: 10px;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: .5rem;
    font-family: "saitama_bus";
    line-height: 1;
}
#site_footer .footer_cont .qr_wrap a {
    display: block;
    color: #fff;
}
#site_footer .footer_cont .footer_nav {
    display: -webkit-box; /* Android4.3以下、Safari3.1〜6.0 */
    display: -webkit-flex; /* Safari6.1以降 */
    display:         flex;
    -webkit-justify-content: space-between; /* Safari etc. */
            justify-content: space-between;
}

#site_footer .footer_cont .footer_nav ul {
    padding: 0 5px;
    max-width: 20%;
}

#site_footer .footer_cont .footer_nav ul li {
    margin: 0 auto 5px;
}

#site_footer .footer_cont .footer_nav ul li a {
    position: relative;
    display: inline-block;
    padding: 3px 0;
    color: #fff;
    padding-left: 1rem;
    text-indent: -.65rem;
}

#site_footer .footer_cont .footer_nav ul li a::before {
    display: inline-block;
    color: #fff;
    content: "\e904";
    margin-right: 10px;
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: .5rem;
    font-family: "saitama_bus";
    line-height: 1;
}

#site_footer .footer_cont .footer_nav ul li a.blank::after {
    display: inline-block;
    margin: 0 0 0 12px;
    color: #ff6800;
    content: "\e901";
    vertical-align: middle;
    text-transform: none;
    font-weight: normal;
    font-style: normal;
    font-variant: normal;
    font-size: .8rem;
    font-family: "saitama_bus";
    line-height: 1;
}

#site_footer .copyright {
    display: block;
    background: #464444;
    padding: 10px 0;
    text-align: center;
    font-size: 0.875rem;
    color: #fff;
}
#site_footer .footer_cont a.login {
    display: none;
}
#site_footer .footer_cont a.mobile {
    display: none;
}
#site_footer .footer_cont a.banner {
    display: none;
}

@media only screen and (max-width: 768px) {
    #site_footer .footer_cont {
        margin: 0 auto;
        padding: 10px 3%;
    }
    #site_footer .footer_cont .logo {
        font-size: 1.3rem;
        margin-left: 5%;
        padding-top: 20px;
    }
    #site_footer .footer_cont .logo span {
        font-size: .8rem;
    }
    #site_footer .footer_cont .logo_wrap {
        margin: 0 auto;
        border-bottom: none;
    }
    #site_footer .footer_cont .qr_wrap {
        display: none;
    }
    #site_footer .footer_cont .footer_nav {
        display: none;
    }
    #site_footer .copyright {
        padding: 10px 0;
        font-size: .7rem;
    }
    #login {
        position: absolute;
        bottom: 10px;
        display: block;
        color: #fff;
    }
    #site_footer .footer_cont a.login,
    #site_footer .footer_cont a.mobile {
        display: block;
        margin: 0 auto 20px;
        padding: 10px;
        width: 90%;
        border: 1px solid #fff;
        border-radius: 5px;
        color: #fff;
        text-align: center;
        font-size: 1rem;
        font-family: "M PLUS Rounded 1c", sans-serif;
    }
    #site_footer .footer_cont a.login img {
        margin-right: 10px;
        width: 13px;
    }
    #site_footer .footer_cont a.banner {
        display: block;
        margin: 20px auto 10px;
        width: 80%;
    }
    #site_footer .footer_cont a.banner img {
        display: block;
        width: 100%;
    }
}
