/*
Theme Name: oranger
Author: tokka
Author URI: http://tokkaweb.jp/
Version: 1.0
*/
@charset "UTF-8";
/* CSS Document */

/* ------------------------------------- /
/   footer
/* ------------------------------------- */
.footer {
    padding: 60px 0 0;
    font-size: 15px;
    letter-spacing: 0.1em;
    background-color: #F4F4F0;
    color: #4D4D4D;
}
.footer .inner{
    width: 80%;
    max-width: 1080px;
    margin: 0 auto;
}
.footer .footer_logo {
    width: 220px;
    margin: 0 auto 30px;
}
.footer .footer_logo img{
    width: 220px;
}
.footer .sns {
    margin-bottom: 40px;
}
.footer .sns ul{
    text-align: center;
}
.footer .sns ul li{
    display: inline-block;
    width: 23px;
    margin: 0 5px;
}
.footer .sns ul li img{
    width: 100%;
}

.footer .footer_menu{
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 40px;
}
.footer .footer_menu .menu_box{
    width: 20%;
}
.footer .footer_menu .menu_box ul{
    margin-bottom: 30px;
}
.footer .footer_menu .menu_box ul li a{
    display: block;
    font-size: 12px;
    line-height: 2;
    color: #fff;
}
.footer .footer_menu .menu_box ul li.main a{
    font-size: 16px;
    margin-bottom: 20px;
}
.footer .footer_menu .menu_box ul li a:hover{
    color: #929292;
    transition: 0.3s;
}

.footer .copy {
    padding: 10px 0;
    background-color: #fff;
}
.footer .copy p{
    font-size: 10px;
    color: #1e1e1e;
    text-align: center;
}
.footer .copy p a{
    color: #42665B;
}
.footer .copy p a:hover{
    color: #929292;
    transition: 0.3s;
}
@media (max-width: 768px){
.footer .inner{
    width: 100%;
}
.footer .footer_menu .menu_box{
    width: 33%;
    padding: 0 10px;
}
.footer .footer_menu .menu_box ul li.main a{
    border-bottom: 1px solid #42665B;
}
}
@media (max-width: 480px){
.footer {
    padding: 40px 0 0;
}
/*.footer {
    margin-bottom: 50px;
}*/
.footer .footer_menu{
    margin-bottom: 10px;
}
.footer .footer_menu .menu_box{
    width: 100%;
    padding: 0;
}
.footer .footer_menu .menu_box ul li.main a{
    font-size: 15px;
}
}

/*---------------------------------  /
/*   spフッタナビ（フェア以外）
/*--------------------------------- */
.fix__footer {
    visibility: hidden;
    position: fixed;
    left: 0;
    bottom: 0;
    background-color: #c9b17e;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55px;
    z-index: 10;
}
@media (max-width: 480px){
    .fix__footer {
        visibility: visible;
    }
}
.fix__footer>li {
    border-right: 1px solid #e4d8bf;
    flex: 1 1 auto;
    display: flex;
    justify-content: center;
    height: 100%;
}
.fix__footer>li>a {
    width: 100%;
    font-size: 14px;
    text-decoration: none;
    color: #fff;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
}
.fix__footer>li.footer__icon__line>a {
    width: 35px;
    height: 35px;
    align-self: center;
}

.fix__footer>li.footer__icon__line>a>img {
    max-width: 100%;
    height: auto;
}
