.contents{
    padding: 0 calc((100vw - 800px)/2) 100px calc((100vw - 800px)/2);
}
.tmenu{font-size: 12px;line-height: 14px;}

body a,
.hover-ac{
    transition: .5s;
}
.hover-ac:hover{
    transform: translateY(-3px);
    box-shadow: 0 5px 5px rgba(0,0,0,.1);
}

/****************************************************************/
header {
    display: flex;
    justify-content: space-between;
    }
header h1,header nav{
    padding: 20px;
}

header nav ul{
    display: flex;
}

header nav ul li{
    text-align: center;
    font-size: 15px;
    width: 130px;
    background-position: top center!important;
}
header nav ul li a{
    padding-top: 35px;}
header nav ul li a:hover{
    color: #dbe9d0;
}

.acd-label{
    position: relative;
    cursor: pointer;
}

.acd-content{
    position: absolute;
    height: 0;
    opacity: 0;
    padding: 0 10px;
    transition: .5s;
    visibility: hidden;
}
.acd-check:checked + .acd-label + .acd-content{
    height: 40px;
    opacity: 1;
    padding: 10px;
    visibility: visible;
}

.acd-content li a{
    margin-right: 5px;
    padding: 20px;
    background: rgba(0,0,0,.85);
    border-radius: 5px;
    color: #f0f0f0;
}
.acd-content li a:hover{
    background: rgba(0,0,0,1);}

/****************************************************************/

#shop_footer > div{justify-content: space-between;}
.shop_detail .info p.tel_link a{font-size: 30px;}
.shop_detail .social img{width: 50px;}