/*
 * フッター
 * 元CSS行: 588-702
 */

/**footer-area
********************************************************************/
footer {
    background-color: #00271A;
    margin-top: 50px;
    padding: 20px 0;
}
@media only screen and (max-width: 770px) {
    footer {
        margin-top: 20px;
        padding: 10px 0;
    }
}
.footer-area {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
@media only screen and (max-width: 1100px) {
    .footer-area {
        max-width: 98%;
        margin: 0 auto;
    }
}
@media only screen and (max-width: 850px) {
    .footer-area {
        display: none
    }
}
#footer-contents_area {
    width: 30%;
    color: white;
}
#footer-contents_area .f-logo {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
    padding: 0;
    display: block;
    width: 265px;
    height: 64px;
    background-repeat: no-repeat;
    background-position: left center;
    background-image: url(/wp-content/uploads/common/logo-top.png);
    background-size: contain;
}
.footer-navigation {
    max-width: 70%;
}
.footer-navigation ul {
    list-style: none !important;
    margin: 0px;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
}
.footer-navigation li a {
    color: white
}
.footer-navigation li a:hover {
    color: yellow;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.site-info {
    font-size: 80%;
    color: #fff !important;
    text-align: center;
    margin: 35px 0 0 !important;
}
@media only screen and (max-width: 850px) {
    .site-info {
        margin: 0 !important;
    }
}
.footer-navigation .menu-item-12 {
    display: none
}
.footer-navigation ul > li {
    text-align: left;
    -ms-writing-mode: tb-lr;
    writing-mode: vertical-lr;
    vertical-align: top;
    padding-right: 5px;
}
.footer-navigation ul > li a {
    margin: 0 1.0rem;
}
.footer-navigation li > ul {
    display: block;
    margin-top: 1em;
    padding-top: 0;
}
.footer-navigation ul > li > ul > li {
    padding-right: 0px;
}
.footer-navigation ul {
    padding-left: 0rem;
}
.footer-area .sub-menu li {
    line-height: 1.4;
}
.footer-area .sub-menu a {
    font-size: 85%;
    border-left: 0px solid #fff !important;
    background-position: left center;
    background-repeat: no-repeat;
    margin-left: 0px;
    padding: 0 0 0 10px !important;
}
