@charset "UTF-8";

#footer {
    max-width: 100%;
    background-color: #e4c6d3;
    padding: 1em;
    color: #353535;
    font-weight: bold;
    text-decoration: none;
}

#footer small p {
    font-size: 0.1rem;
    margin-bottom: 0px;
    position: relative;
    top: 5px;
    text-align: center
}

#footer p img {
  
    width:40%;
    display: none;
}
.adress {
    font-size: 0.7rem;
    width: 100%;   
}



.footer-nav {
    width: 100%;
}
#footer .footer-nav {
    display: none;
}
#footer .overflow .adress {
}
#footer a {
    color: #353535;
}

/*480px以上のデザイン（ipad,pc用）*/
@media screen and (min-width:480px){
    #footer p img {
    width: 30%;
    display: block;
    float: left;
}
#footer small p {
    text-align: center;
}
    
    .adress {
    font-size: 0.8rem;
    width: 40%;
    text-align: left;
    float: right;
    padding-top: 1em;
}
    .overflow{
        width: 100%;
        overflow: hidden;
    }
    #footer .footer-nav {
    display: block;
    padding: 1em;
    clear: both;
}
    .footer-nav ul li {
    font-size: 0.8rem;
    background-image: url(../images/f_bt.png);
    background-repeat: no-repeat;
    background-position: 0,50%;
    margin: 0;
    display: inline-block;
    padding-left: 0.9em;
    padding-right: 1.2em;
        width: 20%;
}
.pc_displaynone {
    display: none;
}
    #footer a {
        text-decoration: none;
    }
  
    
}
