@charset "UTF-8";




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

footer.php

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

/*----------------------------------------

footer

----------------------------------------*/

footer {
    background: #eaeaea;
}

footer .con {
    padding: 80px 8%;
}

footer .footer_logo {
    width: 50%;
    margin: 0 auto 40px;
}

footer .copyright span {
    display: block;
    text-align: center;
}


@media (min-width: 768px) {

}


@media (min-width: 1024px) {

    footer .footer_logo {
        width: 25%;
    }

}




/*----------------------------------------

#footer_contact

----------------------------------------*/

#footer_contact {
    margin: 0 0 80px;
    padding: 40px;
    background: #ffffff;
}

#footer_contact .ttl_area {
    margin: 0 0 40px;
}

#footer_contact .ttl_area .h2_ttl {
    margin: 0 0 20px;
    border-left: solid 5px #111111;
    padding-left: 10px;
}

#footer_contact .ttl_area .h2_ttl span {
    display: block;
    font-size: 8vw;
    line-height: 1.2;
}

#footer_contact .ttl_area .h2_ttl h2 {
    font-size: 4vw;
    font-weight: 700;
    line-height: 2;
}

#footer_contact .ttl_area .overview p {
    font-size: 0.9em;
    line-height: 1.6;
}

#footer_contact .action .info {
    margin: 0 0 20px;
}

#footer_contact .action .info h3 {
    font-size: 1em;
    font-weight: 700;
}

#footer_contact .action .info p.address {
    font-size: 0.9em;
}

#footer_contact .action .info p.tel {
    font-size: 0.9em;
}

#footer_contact .action .mail_link a {
    display: block;
    padding: 20px 0;
    text-align: center;
    font-size: 1em;
    font-weight: 700;
    color: #ffffff;
    background: #2e2e2e;
    transition: all 0.3s;
}

#footer_contact .action .mail_link a:hover {
    background: #808080;
}

#footer_contact .action .mail_link a i {
    padding-right: 5px;
}


@media (min-width: 768px) {

    #footer_contact .ttl_area .h2_ttl span {
        font-size: 5vw;
    }

    #footer_contact .ttl_area .h2_ttl h2 {
        font-size: 2.5vw;
    }

}


@media (min-width: 1024px) {

    #footer_contact {
        display: flex;
        justify-content: space-between;
    }

    #footer_contact .ttl_area {
        flex-basis: 46%;
        margin: 0;
    }

    #footer_contact .ttl_area .h2_ttl span {
        font-size: 3vw;
    }

    #footer_contact .ttl_area .h2_ttl h2 {
        font-size: 1.5vw;
    }

    #footer_contact .action {
        flex-basis: 46%;
    }

}




/*----------------------------------------

#contact_banner

----------------------------------------*/

#contact_banner {
    position: fixed;
    bottom: 20px;
    right: 4%;
    z-index: 10;
    width: 140px;
}

#contact_banner a {
    display: block;
}

#contact_banner a img {
    display: block;
    width: 100%;
    height: auto;
    transition: all 0.3s;
}

#contact_banner a:hover img {
    opacity: 0.8;
}


@media (min-width: 768px) {

	#contact_banner {
	    bottom: 40px;
        width: 160px;
	}

}


@media (min-width: 1024px) {

	#contact_banner {
        width: 180px;
	}

}