@charset "utf-8";
/*
Template: 
Theme Name: 
*/


/* -----------------------------------------------------------
	footer(PC)
----------------------------------------------------------- */

footer {
    clear: both;
    height: auto;
    min-width: 980px;
    width: 100%;
    background: url(https://www.straight-box.jp/wp-content/uploads/bg.png);
}

.footer_area {
    width: 980px;
    min-width: 980px;
    height: auto;
    margin: 0 auto;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
}

.footer_logo_area {
    width: 980px;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    float: left;
    padding: 20px 5px 0 5px;
    box-sizing: border-box;
}

.footer_logo {
    width: 108px;
    margin: 0 auto;
    float: left;
    padding: 0 0 5px 0;
    box-sizing: border-box;
}

.footer_address {
    width: 271px;
    margin: 0 0 0 20px;
    float: left;
    box-sizing: border-box;
}

footer p {
    font-size: 13px;
    margin-bottom: 5px;
    line-height: 150%;
    letter-spacing: 0;
    color: #fff;
    text-align: left;
}

footer p.access_title {
    font-size: 16px;
    border-bottom: 1px solid #fff;
    padding: 0 0 6px 0;
    margin-bottom: 10px;
}

.footer_address a {
    color: #fff;
}

.footer_address a:hover {
    text-decoration: none;
}

.open {
    width: 316px;
    float: left;
    margin: 0 0 0 15px;
    box-sizing: border-box;
    overflow: hidden;
}

footer dl {
    margin-bottom: 10px;
    height: auto;
    overflow: hidden;
    float: left;
}

footer dt {
    font-size: 13px;
    float: left;
    text-align: left;
    width: 80px;
    clear: both;
    padding-left: 5px;
    color: #fff;
}

footer dd {
    width: 140px;
    font-size: 13px;
    float: left;
    text-align: left;
    padding-left: 10px;
    color: #fff;
}

footer .ladys dt {
    font-size: 13px;
    float: left;
    text-align: left;
    width: 54px;
    clear: both;
    padding-left: 5px;
    color: #fff;
}

.footer_access {
    width: 220px;
    float: left;
    margin: 0 0 0 20px;
    box-sizing: border-box;
}

.footer_navi_area {
    clear: both;
    width: 980px;
    margin: 0 auto;
    text-align: center;
    height: auto;
    padding: 20px 0 10px 0;
    border-bottom: 1px solid #fff;
    box-sizing: border-box;
}

ul#menu-footer-navi li.menu-item {
    display: inline-table;
    font-size: 12px; 
    padding: 0px 10px 7px 12px;
    width: auto;
}

ul#menu-footer-navi li.menu-item- a {
    color: #fff;
    margin: 0;
}

ul#menu-footer-navi li.menu-item a {
    color: #fff;
}

ul#menu-footer-navi li.menu-item a:hover {
    color: #fff;
}

ul#menu-footer-navi li.current-menu-item a {
    color: #fff;
}

.copyright {
    clear: both;
    color: #fff;
    background: ;
    height: 20px;
    font-size: 12px; 
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}


/* -----------------------------------------------------------
	footer(スマートフォン)
----------------------------------------------------------- */

@media screen and (max-width: 768px) {


footer {
    height: auto;
    min-width: 100%;
    width: 100%;
}

footer p {
    text-align: center;
}

.footer_area {
    width: 100%;
    min-width: 100%;
    height: auto;
    text-align: center;
}

.footer_logo_area {
    width: auto;
    height: auto;
    overflow: hidden;
    margin: 0 auto;
    float: none;
    padding: 30px 0 0 0;
}

.footer_logo {
    width: 150px;
    margin: 0 auto;
    float: none;
    padding: 0 0 5px 0;
}

footer p.access_title {
    font-size: 18px;
}

.footer_address {
    width: 90%;
    margin: 0 auto;
    padding: 20px 0;
    text-align: center !important;
    float: none;
}

.sp_tel {
    font-size: 30px;
    line-height: 170%;
}

.open {
    float: none;
    margin: 0 auto;
    text-align: left;
}

.open p {
    text-align: left;
}

footer dl {
    margin-bottom: 20px;
}

.footer_access {
    width: 90%;
    max-width: 400px;
    float: none;
    margin: 0 auto;
    padding: 30px 0 20px 0;
}

.copyright {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 11px;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    float: none;
    padding: 10px 0;
}

.footer_navi_area {
    display: none;
}

}


/* -----------------------------------------------------------
	切替スイッチ
----------------------------------------------------------- */

.switchBtn {
    min-width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    text-align: center;
    display: block;
    clear: both;
    box-sizing: border-box;
}

a#swPc {
    margin-right: 5px;
    padding: 5px 10px 5px 10px;
    color: #fff;
    background: #3855B5;
}

a#swPc:hover {
    text-decoration: none;
    opacity: 0.7;
}

a#swPc:before {
    content: "\f108";
    font-family: FontAwesome;
    padding-right: 5px;
}

a#swSp {
    padding: 5px 10px 5px 10px;
    margin-left: 5px;
    color: #fff;
    background: #3855B5;
}

a#swSp:hover {
    text-decoration: none;
    opacity: 0.7;
}

a#swSp:before {
    content: "\f10a";
    font-family: FontAwesome;
    padding-right: 5px;
}