/*
Theme Name: 
Theme URI: http://
Description: 
Version: 1.1
Author: one and only
Author URI: http://www.oneandonlyweb.jp/
*/
@charset "utf-8";


/* -----------------------------------------------------------
	footer(PC)
----------------------------------------------------------- */

footer {
    clear: both;
    width: 100%;
    height: auto;
    min-width: 980px;
    background: #d00;
}

.footer_area {
    width: 980px;
    height: auto;
    margin: 0 auto;
    text-align: left;
}

.footer_logo_area {
    width: 270px;
    margin: 0 auto;
    float: left;
    padding: 20px 10px 0px 0;
}

.footer_logo_area p {
    font-size: 12px;
    color: #000;
    margin-bottom: 0;
    line-height: 150%;
}

.footer_logo {
    width: 270px;
    margin: 0 auto;
    float: left;
    padding: 0 0 5px 0;
}

.footer_address {
    width: 270px;
    margin: 0 auto;
    float: left;
}

.footer_navi_area {
    width: 980px;
    height: auto;
    padding: 40px 0 10px 0;
    text-align: center;
}

ul#menu-footer-navi li.menu-item {
    display: inline-table;
    font-size: 12px; 
    padding: 0px 10px 7px 12px;
}

ul#menu-footer-navi li.menu-item- {
    height: 15px;
    vertical-align: middle;
    display: inline-table;
    font-size: 12px; 
    padding: 0px 10px 2px 12px;
    border-left: none;
}


ul#menu-footer-navi li.menu-item- a {
    color: #000;
    margin: 0;
}

ul#menu-footer-navi li.menu-item a {
    color: #fff;
}

ul#menu-footer-navi li.menu-item a:hover {
    color: #000;
    text-decoration: none;
}

ul#menu-footer-navi li.current-menu-item a {
    color: #000;
}

.copyright {
    clear: both;
    color: #fff;
    background: #B60000;
    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_area {
    width: 100%;
    height: auto;
}

.copyright {
    width: 100%;
    height: auto;
    color: #fff;
    font-size: 12px;
    margin: 0 auto;
    vertical-align: middle;
    text-align: center;
    float: none;
    padding: 10px 0;
}

.footer_navi_area {
    display: none;
}

.footer_logo_area {
    display: none;
}

}


/* -----------------------------------------------------------
	切替スイッチ
----------------------------------------------------------- */

.switchBtn {
    min-width: 40%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 20px 0;
    text-align: center;
    display: block;
    clear: both;
}

a#swPc {
    margin-right: 5px;
    padding: 5px 10px 5px 10px;
    color: #fff;
    background: #B60000;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}

a#swPc:before {
    content: "\f108";
    font-family: FontAwesome;
    padding-right: 5px;
}

a#swSp {
    padding: 5px 10px 5px 10px;
    margin-left: 5px;
    color: #fff;
    background: #B60000;
    -webkit-border-radius: 5px; /* for Safari and Chrome */
    -moz-border-radius: 5px; /* for Firefox */
    -o-border-radius: 5px; /* for opera */
    border-radius: 5px;
}

a#swSp:before {
    content: "\f10a";
    font-family: FontAwesome;
    padding-right: 5px;
}