@charset"UTF-8";

header{
    background-color: aqua;
    width: 100%;
    height: 240px;
    background-image:url(/button/backdesign.png);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
footer{
    background-color: black;
    color: white;
    text-align: center;
    padding: 40px 20px;
    margin-top: 50px;
}
footer h3{
    margin: 5px 0;
    font-size: 16px;
    font-weight: normal;
}
footer a{
    color: #ccc;
}
.header-top-area{
    font-size: 20px;
}
.header-top-area img{
    width: 50px;
    height: 50px;
}
.header-center{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.snslink img{
    width: 150px;
    height: 50px;
}
.menu img{
    width: 50px;
    height: 50px;
}
.shop{
    display: flex;
    flex-direction: row;
}
.shop-information h2{
    text-align: center;
}
.shop-photo img{
    width: 500px;
    height: 500px;
}
.acp-chiiki{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
.kyotaku-kakarituke{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
#sns img{
    width: 50px;
    height: 50px;
}
#menuicon{
    width: 100px;
    height: 50px;
}
#toggle-link{
    cursor: pointer;
    font-size: 1.2rem;
    padding: 5px 10px;
    position: fixed;
    top: 20px;
    left: 20px;
    z-index: 1000;
    background-color: rgba(red, green, blue, alpha);
    border-radius: 5px;
}
#link{
    display: none;
    background-color: aliceblue;
    padding: 10px;
    border: 1px solid #ccc;
    position: fixed;
    top: 80px;
    left: 20px;
    z-index: 999;
}
#link.is-active{
    display: block;
}
#toggle-sns{
    cursor: pointer;
    font-size: 1.2rem;
    padding: 5px 10px;
    position: fixed;
    top: 20px;
    right: 20px;
    z-index: 1000;
    background-color: rgba(red, green, blue, alpha);
    border-radius: 5px;
}
#sns{
    display: none;
    background-color: aliceblue;
    padding: 10px;
    border: 1px solid #ccc;
    position: fixed;
    top: 80px;
    right: 20px;
    z-index: 999;
}
#sns-id{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
}
#sns.is-active{
    display: block;
}
#acplink{
    width: 150px;
    height: 100px;
}

@media screen and (max-width:600px) {
    header{
        height: 300px;
    }
    .shop-information{
        font-size: 10px;
        text-align: center;
    }
    .shop-photo img{
        width: 200px;
        height: 200px;
    }
    .acp-chiiki{
        display: flex;
        flex-direction: column;
    }
    .kyotaku-kakarituke{
        display: flex;
        flex-direction: column;
    }
    .shop-information h2{
        font-size: 8px;
        margin: 5px 0;
        line-height: 1.2;
    }
#toggle-link{
    cursor: pointer;
    font-size: 1.2rem;
    padding: 5px 10px;
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 1000;
    background-color: rgba(red, green, blue, alpha);
    border-radius: 5px;
}
#link{
    display: none;
    background-color: aliceblue;
    padding: 10px;
    border: 1px solid #ccc;
    position: absolute;
    top: 80px;
    left: 20px;
    z-index: 999;
}

#toggle-sns{
    cursor: pointer;
    font-size: 1.2rem;
    padding: 5px 10px;
    position: fixed;
    top: 150px;
    right: 20px;
    z-index: 1000;
    background-color: rgba(red, green, blue, alpha);
    border-radius: 5px;
}
#sns{
    display: none;
    background-color: aliceblue;
    padding: 10px;
    border: 1px solid #ccc;
    position: fixed;
    top: 210px;
    right: 20px;
    z-index: 999;
}

}

