@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/* -----------------------------------------------------------
	footer(PC)
----------------------------------------------------------- */

footer {
    clear: both;
    height: auto;
    min-width: 1100px;
    width: 100%;
    background: #8ac8e4;
}

.footer_area {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    color: #000;
}

.footer_logo_area {
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 0;
}

.footer_logo {
    height: auto;
    width: 410px;
    margin: 0 0 30px 5px;
    font-size: 50px !important;
    line-height: 100%;
    font-weight: 500;
    color: #000;
    letter-spacing: 1px;
    display: inline-block;
}

.footer_logo .logo_mini {
    font-size: 19px;
    line-height: 50%;
    position: relative;
    left: 5px;
}

.footer_logo:before {
    content: "";
    display: block;
    background: url(https://tanobegroup.jp/wp-content/uploads/logo.png) no-repeat;
    background-size: 90px;
    height: 77px;
    width: 90px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 23px;
    image-rendering: -webkit-optimize-contrast;
}

.footer_address {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}

.footer_address p.address_title {
    font-size: 17px;
    margin-bottom: 5px;
}

.footer_address p {
    font-size: 14px;
    color: #000;
    margin-bottom: 0;
    line-height: 150%;
    letter-spacing: 1px;
}

.footer_address_l {
    width: 48%;
    height: auto;
    float: left;
    overflow: hidden;
    padding: 15px;
    position: relative;
    border: 1px #fff solid;
    background: #f5d468;
}

.footer_address_r {
    width: 48%;
    height: auto;
    float: right;
    overflow: hidden;
    padding: 15px;
    position: relative;
    border: 1px #fff solid;
    background: #f5d468;
}

.footer_address_l:before,
.footer_address_r:before {
    content: "";
    position: absolute;
    margin: 2px;
    border: 1px #fff solid;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.footer_navi_area {
    width: 100%;
    height: auto;
    padding: 30px 0;
}

.footer_navi_area ul {
    margin-bottom: 0;
}

ul#menu-footer-navi li.menu-item {
    display: inline-table;
    font-size: 14px;
    letter-spacing: 1px;
    padding: 0 24px 0 2px;
}

ul#menu-footer-navi li.menu-item.menu-item-40 {
    padding: 0;
}

ul#menu-footer-navi li.menu-item:before {
    content: "\f0da";
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    padding-right: 3px;
    vertical-align: middle;
    text-decoration: none;
    position: relative;
    top: -1px;
}

ul#menu-footer-navi li.menu-item a {
    color: #000;
}

ul#menu-footer-navi li.menu-item a:hover {
    color: #000;
}

ul#menu-footer-navi li.current-menu-item a {
    color: #000;
}

.copyright {
    clear: both;
    color: #000;
    height: auto;
    font-size: 12px;
    letter-spacing: 0;
    vertical-align: middle;
    text-align: center;
    padding: 9px 0;
    line-height: 100%;
}


/* -----------------------------------------------------------
	footer(スマートフォン)
----------------------------------------------------------- */

@media screen and (max-width: 768px) {

footer {
    height: auto;
    min-width: 100%;
    width: 100%;
}

.footer_area {
    width: 90%;
    height: auto;
}

.footer_navi_area {
    display: none;
}

.footer_logo_area {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    text-align: center;
    float: none;
    padding: 30px 0 20px;
}

.footer_logo {
    width: 100%;
    margin: 0 auto;
    padding: 0 0 20px 0;
    line-height: 100%;
    font-size: 25px !important;
    text-align: left;
}

.footer_logo:before {
    content: "";
    display: block;
    background: url(https://tanobegroup.jp/wp-content/uploads/logo.png) no-repeat;
    background-size: 60px;
    height: 53px;
    width: 60px;
    float: left;
    margin-right: 10px;
    position: relative;
    top: 0;
}

.footer_logo .logo_mini {
    font-size: 17px;
    line-height: 100%;
    position: relative;
    left: 2px;
    top: -3px;
}

.footer_address {
    width: 100%;
    margin: 0 auto;
    float: none;
    text-align: left;
}

.footer_address_l {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
    margin-bottom: 20px;
}

.footer_address_r {
    width: 100%;
    height: auto;
    float: none;
    overflow: hidden;
}

.copyright {
    width: 100%;
    height: auto;
    font-size: 11px;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    float: none;
}

}