@charset "utf-8";
/*
Template: 
Theme Name: 


/* -----------------------------------------------------------
	footer(PC)
----------------------------------------------------------- */

footer {
    clear: both;
    height: auto;
    min-width: 1100px;
    width: 100%;
    background: #000;
}

.footer_area {
    width: 1100px;
    height: auto;
    margin: 0 auto;
    padding: 0 10px;
    text-align: left;
    overflow: hidden;
    box-sizing: border-box;
}

.footer_logo_area {
    width: 380px;
    margin: 0 auto;
    float: left;
    padding: 25px 0 0;
}

.footer_logo_area p {
    font-size: 13px;
    margin-bottom: 0;
    line-height: 150%;
    color: #fff;
}

.footer_logo {
    margin: 0 auto;
    float: left;
    padding: 0 0 5px 0;
}

.footer_address {
    width: 380px;
    margin: 0 auto;
    float: left;
}

.sp_contact_tel a {
    color: #fff;
    text-decoration: none;
}

.sp_contact_tel a:hover {
    color: #fff;
}

.footer_navi_area {
    width: 700px;
    height: auto;
    padding: 45px 0 0;
    float: right;
    text-align: right;
}

.footer_navi_area ul {
    margin-bottom: 0;
}

ul#menu-footer-navi li.menu-item {
    display: inline-table;
    font-size: 12px;
    padding: 0px 25px 0px 0;
}

ul#menu-footer-navi li.menu-item:before {
    content: "\f0da";
    font-family: FontAwesome;
    padding-right: 5px;
    color: #fff;
    vertical-align: middle;
}

ul#menu-footer-navi li.menu-item a {
    color: #fff;
    text-decoration: none;
}

ul#menu-footer-navi li.menu-item a:hover {
    color: #fff;
    text-decoration: underline;
}

ul#menu-footer-navi li.current-menu-item a {
    color: #fff;
    text-decoration: underline;
}

.sp_contact_mail {
    display: none;
}

.copyright {
    clear: both;
    color: #fff;
    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: 100%;
    max-width: 300px;
    height: auto;
}

.footer_navi_area {
    display: none;
}

.footer_logo_area {
    width: 100%;
    margin: 0 auto;
    text-align: center;
    float: none;
    padding: 40px 0 30px;
    box-sizing: border-box;
}

.footer_logo_area p {
    font-size: 14px;
    margin-bottom: 5px;
}

.footer_logo {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    float: none;
    padding: 0 0 5px 0;
}

.footer_address {
    width: 100%;
    margin: 0 auto;
    float: none;
}

.sp_contact_tel {
    height: auto;
    font-size: 27px !important;
    line-height: 120% !important;
    margin-bottom: 15px !important;
    font-size: 30px;
    color: #fff;
    box-sizing: border-box;
    text-decoration: none;
    letter-spacing: -2px;
}

.sp_contact_tel a {
    letter-spacing: -1.5px;
}

.sp_contact_tel a:hover {
    opacity: 0.7;
}

.sp_contact_mail {
    display: block;
}

.sp_contact_mail a {
    text-decoration: none;
}

.sp_contact_morebtn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    float: none;
    font-size: 13px;
    height: 50px;
    text-align: center;
    padding: 17px 0;
    color: #000 !important;
    box-sizing: border-box;
    background: #fff;
    position: relative;
}

.sp_contact_morebtn:hover {
    color: #000 !important;
    text-decoration: none;
    opacity: 0.7;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.sp_contact_morebtn:before {
    content: "";
    position: absolute;
    margin: 2px;
    border: 1px solid #000;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}

.copyright {
    width: 100%;
    height: auto;
    font-size: 12px;
    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;
    box-sizing: border-box;
    border: 1px solid #000;
    background: #fff;
    padding: 20px 0;
}

.contact p {
    margin-bottom: 0;
    font-size: 12px;
    line-height: 150%;
}

.contact_title {
    font-size: 17px !important;
    margin-bottom: 10px !important;
}

.contact_tel {
    width: 400px;
    height: auto;
    float: left;
    box-sizing: border-box;
    text-align: center;
    padding: 14px 40px;
    border-right: 1px dotted #808080;
}

.tel_contact {
    line-height: 180% !important;
    margin-bottom: 8px !important;
    margin-top: 15px !important;
}

.tel_contact a {
    height: auto;
    font-size: 36px;
    color: #000;
    box-sizing: border-box;
    text-decoration: none;
    letter-spacing: -2px;
}

.tel_contact a:hover {
    text-decoration: none;
}

.contact_mail {
    width: 400px;
    height: auto;
    float: right;
    box-sizing: border-box;
    text-align: center;
    padding: 8px 40px 0;
}

.contact_more_btn {
    width: 100%;
    font-size: 12px;
    height: 50px;
    float: left;
    text-align: center;
    padding: 16px 0;
    margin-bottom: 10px;
    color: #fff !important;
    box-sizing: border-box;
    background: #000;
    position: relative;
}

.contact_more_btn:hover {
    color: #fff !important;
    text-decoration: none;
    background: rgba(0,0,0,0.5);
    transition: all .5s;
    -webkit-transition: all .5s;
}

.contact_more_btn:before {
    content: "";
    position: absolute;
    margin: 2px;
    border: 1px solid #fff;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: block;
}


@media screen and (max-width: 768px) {

.contact {
    clear: both;
    display: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 30px;
    padding: 30px 20px 10px;
    border: none;
    border-top: 1px solid #ccc;
    background: #fff;
}

.tel_contact {
    font-size: 15px !important;
    margin-bottom: 10px !important;
}

.tel_contact a {
    font-size: 30px;
}

.contact_tel {
    float: none;
    width: 100%;
    height: auto;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 20px;
    padding: 0;
    border: none;
}

.contact_tel a:hover {
    opacity: 0.7;
}

.contact_mail {
    float: none;
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 20px 0 0;
    text-align: center;
    border: none;
    border-top: 1px dashed #ccc;
}

.contact_more_btn {
    width: 100%;
    max-width: 300px;
    margin: 0 auto;
    float: none;
    margin-bottom: 10px;
}

}