@charset "utf-8";
/*
Template: 
Theme Name: 
*/

/* -----------------------------------------------------------
	footer(PC)
----------------------------------------------------------- */

footer {
    clear: both;
    height: 400px;
    min-width: 1100px;
    width: 100%;
    background: #fbf9f1;
}

.footer_area {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
}

.footer_logo_area {
    width: 500px;
    margin: 0 auto;
    padding: 40px 0;
    float: left;
}

.footer_logo_area p {
    font-size: 15px;
    margin-bottom: 0;
    line-height: 150%;
}

.footer_logo {
    font-size: 40px;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -5px;
}

.footer_logo a .tsukuba {
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
    position: relative;
    top: -10px;
    left: 5px;
    color: #333;
}

.footer_logo a:before {
    content: "";
    display: block;
    background: url(https://tsukuba-kaitori.com/wp-content/uploads/logo_green.png) no-repeat;
    background-size: 80px;
    height: 80px;
    width: 80px;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    position: relative;
    top: -5px;
    image-rendering: -webkit-optimize-contrast;
}

.footer_logo a:hover {
    opacity: 0.7;
    text-decoration: none;
}

.footer_address {
    width: 600px;
    height: auto;
    float: right;
}

#footer_navi_area {
    clear: both;
    height: auto;
    min-width: 1100px;
    width: 100%;
    background: #fff;
}

.footer_navi_area {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    text-align: left;
    overflow: hidden;
    padding: 40px 0;
}

.menu-footer-navi-container,
.menu-footer-navi1-container,
.menu-footer-navi2-container,
.menu-footer-navi3-container {
    width: 270px;
    height: 145px;
    float: left;
    border-left: 1px solid #ccc;
    padding-left: 20px;
}

.footer_navi_area ul {
    margin-bottom: 0;
}

ul#menu-footer-navi li.menu-item,
ul#menu-footer-navi1 li.menu-item,
ul#menu-footer-navi3 li.menu-item {
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 0;
}

ul#menu-footer-navi li.menu-item a,
ul#menu-footer-navi1 li.menu-item a,
ul#menu-footer-navi2 li.menu-item a,
ul#menu-footer-navi3 li.menu-item a {
    color: #333;
    text-decoration: none;
}

ul#menu-footer-navi li.menu-item a:hover,
ul#menu-footer-navi1 li.menu-item a:hover,
ul#menu-footer-navi2 li.menu-item a:hover,
ul#menu-footer-navi3 li.menu-item a:hover {
    color: #006a27;
    text-decoration: none;
}

.footer_navi_area ul.sub-menu li,
ul#menu-footer-navi2 li.menu-item {
    line-height: 150%;
}

.footer_navi_area ul.sub-menu li a,
ul#menu-footer-navi2 li.menu-item a {
    font-size: 13px;
    font-weight: normal;
}

.copyright {
    clear: both;
    width: 100%;
    height: auto;
    font-size: 11px;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    padding: 5px 0;
    background: #006930;
    color: #fff;
}


/* -----------------------------------------------------------
	footer(スマートフォン)
----------------------------------------------------------- */

@media screen and (max-width: 768px) {

footer {
    height: auto;
    min-width: 100%;
    width: 100%;
}

.footer_area {
    width: 90%;
    max-width: 350px;
    margin: 0 auto;
    height: auto;
}

.footer_navi_area {
    display: none;
}

.footer_logo_area {
    width: 100%;
    margin: 0 auto;
    text-align: left;
    float: none;
    padding: 40px 0 20px;
}

.footer_logo_area p {
    font-size: 13px;
}

.footer_logo {
    font-size: 34px;
    width: 100%;
    margin: 0 auto;
}

.footer_logo a:before {
    content: "";
    display: block;
    background: url(https://tsukuba-kaitori.com/wp-content/uploads/logo_green.png) no-repeat;
    background-size: 65px;
    height: 65px;
    width: 65px;
}

.footer_address {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
    float: none;
    text-align: left;
}

.copyright {
    width: 100%;
    height: auto;
    font-size: 11px;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    float: none;
}

}


/* -----------------------------------------------------------
	お問い合わせバナー
----------------------------------------------------------- */

.contact {
    clear: both;
    width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 70px;
    margin-bottom: 60px;
}

#tel_footer {
    width: 100%;
    height: 120px;
    display: block;
    overflow: hidden;
    background: #006b1b;
    border-radius: 10px;
    padding: 30px 25px 30px 40px;
    margin-bottom: 20px;
}

.tel_footer {
    font-size: 61px;
    color: #fff;
    float: left;
    font-weight: 500;
    letter-spacing: 0;
    margin-bottom: 0;
    line-height: 100%;
}

.tel_footer:before {
    content: "";
    display: block;
    background: url(https://tsukuba-kaitori.com/wp-content/uploads/freedial_fff.svg) no-repeat;
    background-size: 70px;
    height: 59px;
    width: 70px;
    vertical-align: middle;
    float: left;
    margin-right: 10px;
    position: relative;
    top: -7px;
}

#tel_footer .tel_time {
    clear: none;
    float: left;
    font-size: 16px;
    margin: 5px 0 0;
    line-height: 150%;
    padding-left: 20px;
    color: #fff;
}

#line_footer {
    width: 50%;
    height: auto;
    display: block;
    float: left;
    overflow: hidden;
    padding-right: 1.25%;
}

.footer_line_btn {
    width: 100%;
    height: 120px;
    font-size: 60px;
    font-weight: bold;
    line-height: 110%;
    background: #00b900;
    text-align: center;
    padding: 27px 27px;
    color: #fff !important;
    border-radius: 10px;
}

.footer_line_btn:hover {
    opacity: 0.7;
    text-decoration: none;
}

.footer_line_btn:before {
    content: "";
    display: block;
    background: url(https://tsukuba-kaitori.com/wp-content/uploads/line_logo.png) no-repeat;
    background-size: 80px;
    height: 80px;
    width: 80px;
    vertical-align: middle;
    float: left;
    position: relative;
    top: -4px;
}

#mail_footer {
    width: 50%;
    height: auto;
    display: block;
    float:right;
    overflow: hidden;
    padding-left: 1.25%;
}

.footer_more_btn {
    width: 100%;
    height: 120px;
    font-size: 55px;
    font-weight: bold;
    line-height: 110%;
    background: #ffe000;
    text-align: center;
    padding: 26px 30px;
    letter-spacing: -4px;
    color: #fff !important;
    border-radius: 10px;
}

.footer_more_btn span {
    letter-spacing: 1px;
}

.footer_more_btn:hover {
    opacity: 0.7;
    text-decoration: none;
}

.footer_more_btn:before {
     content: "\f003";
    font-family: FontAwesome;
    padding-right: 5px;
    font-size: 64px;
    line-height: 100%;
    height: 75px;
    width: 69px;
    padding: 0 10px 0 0;
    color: #fff;
    font-weight: normal;
}


@media screen and (max-width: 768px) {

.contact {
    width: 95%;
    max-width: 400px;
    min-width: 280px;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    margin-bottom: 30px;
}

#tel_footer {
    width: 100%;
    height: 90px;
    padding: 10px 0 10px 5%;
    margin-bottom: 4%;
}

.tel_footer {
    font-size: 29px;
    float: none;
}

.tel_footer:before {
    content: "";
    display: block;
    background: url(https://tsukuba-kaitori.com/wp-content/uploads/freedial_fff.svg) no-repeat;
    background-size: 40px;
    height: 34px;
    width: 40px;
    vertical-align: middle;
    float: left;
    margin-right: 5px;
    position: relative;
    top: -5px;
}

#tel_footer .tel_time {
    clear: both;
    font-size: 13px;
    margin: 0;
    padding-left: 0;
    float: none;
}

#line_footer {
    width: 48%;
    height: auto;
    display: block;
    float: left;
    overflow: hidden;
    background: #00b900;
    margin-right: 2%;
    margin-bottom: 15px;
    border-radius: 10px;
}

.footer_line_btn {
    width: 100%;
    max-width: 150px;
    height: 90px;
    font-size: 24px;
    font-weight: bold;
    line-height: 110%;
    text-align: center;
    padding: 19px 10px 10px;
    margin: 0 auto;
    color: #fff !important;
}

.footer_line_btn:hover {
    opacity: 0.7;
    text-decoration: none;
}

.footer_line_btn:before {
    content: "";
    display: block;
    background: url(https://tsukuba-kaitori.com/wp-content/uploads/line_logo.png) no-repeat;
    background-size: 45px;
    height: 45px;
    width: 45px;
    vertical-align: middle;
    float: left;
    position: relative;
    top: 5px;
}

#mail_footer {
    width: 48%;
    height: auto;
    display: block;
    float: right;
    overflow: hidden;
    margin-left: 2%;
    margin-bottom: 15px;
    background: #ffe000;
    border-radius: 10px;
}

.footer_more_btn {
    width: 100%;
    max-width: 150px;
    height: 90px;
    font-size: 23px;
    letter-spacing: -4px;
    text-align: center;
    padding: 19px 10px 10px;
    margin: 0 auto;
}

.footer_more_btn span {
    letter-spacing: 1px;
}

.footer_more_btn:hover {
    opacity: 0.7;
    text-decoration: none;
}

.footer_more_btn:before {
    content: "\f003";
    font-family: FontAwesome;
    padding: 5px 0 !important;
    font-size: 38px;
    line-height: 100%;
    height: 64px;
    width: 43px;
    float: left;
}

}