/* FOOTER
 * -------------------------------------------------- */
.g-footer {
    padding: 50px 0;
    background: #111;
    line-height: 0;

    font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;

}

.g-footer_inner {}

.g-footer_top {
    display: table;
    width: 100%;
    margin: 0 0 30px;
    padding: 0 0 30px;
    border-bottom: solid 1px #414141;
}



@media screen and (min-width: 767px) {
    .g-footer_bottom {
        display: flex;
        justify-content: space-between;
        width: 100%;
    }

    .g-footBanner {
        width: 32%;
        transition: 0.3s;
    }

    .g-footBanner:hover {
        opacity: .6;
    }
}

/* LINK */
.g-footLink {
    display: table-cell;
    vertical-align: top;
    padding: .5em 0 0;
}

.g-footLink_items {
    letter-spacing: -.5em;
}

.g-footLink_item {
    display: inline-block;
    vertical-align: top;
    margin: 0 0 0 30px;
    letter-spacing: 0;
}

.g-footLink_item:first-child {
    margin-left: 0;
}

.g-footLink_item a:hover {
    text-decoration: underline;
}

.g-footLink_item .e-box {
    padding: 0 0 0 14px;
    background: url(../img/footer/arrow_right_trans_w4.png) no-repeat 0;
    color: #ccc;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1;
    text-decoration: none;
}

.no-device .g-footLink_item a.e-box:hover {
    text-decoration: underline;
}

/* LANGUAGE */
.g-footLang {
    display: table-cell;
    vertical-align: top;
    position: relative;
    width: 230px;
    text-align: right;
}

.g-footLang_head,
.g-footLang_body {}

.g-footLang_head {
    position: absolute;
    top: 0;
    left: 0;
    padding: .6em 0 0;
    color: #ccc;
    font-size: 12px;
    font-size: 1.2rem;
    line-height: 1;
    letter-spacing: .1em;
}

.g-footLang_body {
    position: relative;
    margin: 0 0 0 70px;
    text-align: center;
    z-index: 1;
}

.g-footLang_trigger {}

.g-footLang_selects {
    display: block;
    visibility: hidden;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
    background: #111;
    opacity: 0;
    -webkit-transition-duration: .15s;
    transition-duration: .15s;
}

.g-footLang_body.is-hover_on .g-footLang_selects {
    visibility: visible;
    opacity: 1;
}

.g-footLang_select {
    display: block;
}

.g-footLang_button {
    display: block;
    position: relative;
    width: 100%;
    height: 30px;
    padding: .7em 28px 0 0;
    background: #303030;
    color: #ccc;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 1;
    text-decoration: none;
    letter-spacing: .2em;
    border: solid 1px #5e5e5e;
    border-top: none;
    cursor: pointer;
}

.g-footLang_trigger .g-footLang_button {
    border-top: solid 1px #5e5e5e;
}

.no-device a.g-footLang_button:hover {}

.g-footLang_select:first-child .g-footLang_button {}

.g-footLang_button:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 28px;
    height: 100%;
    background: #111 url(../img/footer/arrow_down_trans_w7.png) no-repeat center center;
}

.g-footLang_trigger .g-footLang_button:after {
    background-image: url(../img/footer/arrow_up_trans_w7.png);
}

/* BANNER */
.g-footBanner {
    display: table-cell;
    vertical-align: top;
}

.g-footBanner_item {}

.g-footBanner_item .e-box {}

.g-footBanner_item .e-img {}

/* COPY */
.g-footCopy {
    margin-top: 40px;
    text-align: center;
}

.g-footCopy_item {
    display: block;
    color: #ccc;
    font-size: 11px;
    font-size: 1.1rem;
    line-height: 1;
    letter-spacing: .05em;
}

.g-footCopy_logo {
    margin-bottom: 20px;
}

.g-footCopy_logo .e-box {
    display: block;
}

.g-footCopy_logo .e-img {
    width: 80px;
    margin-bottom: 16px;
}


/* FOOTER NAVIGATION
 * -------------------------------------------------- */
.g-footNav {
    padding: 45px 0 50px;
    background: #007bc7 url(../img/footer/bg_light.png) no-repeat center 0;
    line-height: 0;
    border-top: solid 1px #449bd0;
}

.g-footNav:before,
.g-footNav:after {}

.g-footNav:before {}

.g-footNav:after {}

.g-footNav_inner {}

.g-footNav_items {
    display: table;
    margin: auto;
    text-align: center;
}

.g-footNav_item {
    display: table-cell;
    vertical-align: middle;
    height: 100%;
    padding: 0 0 0 16px;
    background: url(../img/footer/bg_space_white.png) no-repeat 0 center;
    background-size: 16px auto;
}

.g-footNav_item:first-child {
    padding-left: 0;
    background: none;
}

.g-footNav_item.is-focus_active {}

.g-footNav_item.is-item_home {}

.g-footNav_item.is-item_about {}

.g-footNav_item.is-item_service {}

.g-footNav_item.is-item_menu {}

.g-footNav_item.is-item_guide {}

.g-footNav_item.is-item_vacantseat {}

.g-footNav_item .e-box {
    display: table;
    position: relative;
    height: 100%;
    padding: 0 7px;
    color: #fff;
    text-decoration: none;
}

.g-footNav_item.is-item_home .e-box {
    padding-right: 40px;
}

.no-device .g-footNav_item a.e-box:hover {
    color: #fff;
}

.g-footNav_item .e-box:before {}

.g-footNav_item.is-focus_active .e-box:before {}

.g-footNav_item .e-text {
    display: table-cell;
    vertical-align: middle;
    line-height: 1;
}

.g-footNav_item .e-img {
    width: auto;
    height: 40px;
}

.g-footNav_item .e-img.is-img_on {
    display: none;
}

.g-footNav_item.is-focus_active .e-img {
    display: none;
}

.g-footNav_item.is-focus_active .e-img.is-img_on {
    display: inline-block;
}

.g-footNav_item.is-item_home .e-img {
    height: 56px;
}


.u-inner {
    max-width: 1000px;
    height: 100%;
    margin: 0 auto;
    padding: 0 20px;
}


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

    /* FOOTER
 * -------------------------------------------------- */
    .g-footer {
        padding: 30px 0;
    }

    .g-footer_inner {}

    .g-footer_top {
        display: block;
        padding-bottom: 0;
        border-bottom: none;
    }

    .g-footer_bottom {}

    /* LINK */
    .g-footLink {
        display: block;
        margin: 0 0 30px;
        padding-top: 0;
    }

    .g-footLink_items {
        border-bottom: solid 1px #414141;
    }

    .g-footLink_item {
        display: block;
        margin-left: 0;
        border-top: solid 1px #414141;
    }

    .g-footLink_item:first-child {}

    .g-footLink_item .e-box {
        display: block;
        padding: 10px 10px 10px 24px;
        background-image: url(../img/footer/arrow_right_trans_w8.png);
        background-position: 10px center;
        background-size: 4px auto;
        color: #fff;
        font-size: 12px;
        font-size: 1.2rem;
        font-weight: bold;
    }

    .no-device .g-footLink_item a.e-box:hover {}

    /* LANGUAGE */
    .g-footLang {
        display: table;
        width: auto;
        margin: auto;
        text-align: center;
    }

    .g-footLang_head,
    .g-footLang_body {
        display: table-cell;
        vertical-align: middle;
    }

    .g-footLang_head {
        position: static;
        padding-top: 0;
        padding-right: 10px;
        font-size: 10px;
        font-size: 1.0rem;
        text-align: right;
    }

    .g-footLang_body {
        width: 120px;
    }

    .g-footLang_trigger {}

    .g-footLang_selects {}

    .g-footLang_body:hover .g-footLang_selects {}

    .g-footLang_select {}

    .g-footLang_button {}

    .g-footLang_trigger .g-footLang_button {}

    .no-device a.g-footLang_button:hover {}

    .g-footLang_select:first-child .g-footLang_button {}

    .g-footLang_button:after {
        background-image: url(../img/footer/arrow_down_trans_w15.png);
        background-size: 8px auto;
    }

    .g-footLang_trigger .g-footLang_button:after {
        background-image: url(../img/footer/arrow_up_trans_w15.png);
    }

    /* BANNER */
    .g-footBanner {
        display: block;
        margin-bottom: 20px;
    }

    .g-footBanner_item {}

    .g-footBanner_item .e-box {}

    .g-footBanner_item .e-img {
        width: 100%;
    }

    /* COPY */
    .g-footCopy {
        display: block;
        text-align: center;
    }

    .g-footCopy_item {
        padding: 0;
        font-size: 10px;
        font-size: 1.0rem;
        line-height: 1.3;
    }

    .g-footCopy_logo {
        position: static;
        margin-bottom: 15px;
    }

    .g-footCopy_logo .e-box {
        display: inline-block;
    }

    .g-footCopy_logo .e-img {
        width: 60px;
        margin-bottom: 0px;
    }


    /* FOOTER NAVIGATION
 * -------------------------------------------------- */
    .g-footNav {
        padding: 15px 0;
        background-size: 600px auto;
        text-align: center;
    }

    .g-footNav_items {
        display: block;
    }

    .g-footNav_item {
        display: block;
        padding-left: 0;
        background: none;
        border-top: solid 1px #409cd5;
    }

    .g-footNav_item:first-child {
        border-top: none;
    }

    .g-footNav_item .e-box {
        display: block;
        position: relative;
        width: 100%;
        height: 100%;
        padding: 10px 0;
        color: #fff;
        text-decoration: none;
    }

    .no-device .g-footNav_item a.e-box:hover {}

    .g-footNav_item.is-item_home .e-box {
        padding: 15px 0;
    }

    .g-footNav_item .e-text {
        display: block;
        line-height: 1;
    }

    .g-footNav_item .e-img {
        width: auto;
        height: 30px;
        margin: auto;
    }

    .g-footNav_item.is-item_home .e-img {}

    .g-footNav_item .e-img.is-img_on {
        display: none;
    }

    .g-footNav_item.is-focus_active .e-img {
        display: none;
    }

    .g-footNav_item.is-focus_active .e-img.is-img_on {
        display: inline-block;
    }

    .g-footNav_item.is-item_home .e-img {
        height: 19px;
    }

    .u-inner {
        width: auto;
        margin-left: 10px;
        margin-right: 10px;
        padding: 0;
    }
}
