*{
    margin:0;
    padding:0;
    box-sizing: border-box;
    
}
html{
    scroll-behavior: smooth;
}
body{
    background: url(images/bg.webp) repeat;
}
img{
    max-width: 100%;
    height: auto;
}
img.main_01{
    max-width: 1180px;
    margin:0 auto;
}
img.main_01{
    max-width: 1000px;
    margin:0 auto;
    position: relative;
    top:-300px;

}
img.top_01{
    width:100%;
    height: 400px;
}
.face {
    background: url(images/bg.webp) repeat;
    text-align: center;
    position: relative;
    margin-bottom: -300px;
}
.sm_face {
    background: url(images/bg.webp) repeat;
    display: none;
    flex-wrap: wrap;
    flex-direction: column;
}
.face img{
    width: 100%;
    height: auto;

}
.flexbox{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.shop_area{
    max-width:1680px ;
    margin:0 auto;
    padding: 3rem 20px;
}
.sns_area{
    background: #fffde3;
    width: 80%;
    margin:0 auto;
    padding:20px; border-radius: 5px;
}
.flexbox .shop_box{
    width: 49%;
    margin-bottom: 2rem;
}
/* .flexbox .shop_box:nth-child(3n+1){
    margin-right: 5%;
}
.flexbox .shop_box:nth-child(3n){
    margin-left: 5%;
} */
.flexbox .shop_box:nth-child(odd){
    margin-right: 1%;
}
.flexbox .shop_box:nth-child(even){
    margin-left: 1%;
}
.footer{
    padding-top:5em;
    margin-top: 15em;
    text-align: center;
    background: #FFF;
    position: relative;
    width: 100%;
    min-height: 325px;
}
h3.footer_stfb_01{
    color:#ea5406;
    font-size: 2em;
}
h3.footer_stfb_01 span{
    font-size: 1.5em;
}
.footer img.fb_00{
    position: relative;
    left:0;
    right:0;
    top:-10em;
    margin:auto;
}
.footer_text{
    text-align: center;
    color:#825121;
    position: relative;

    /* position: absolute; */
    margin: 200px auto 0 auto;
}
.footer_text .footer_01{
    max-width: 600px;
    margin:0 auto 1.5em auto;
 
}
.footer_text p:nth-child(1){
    font-weight:500;
    font-size: 1.6em;
}
.footer_text p:nth-child(2),
.footer_text p:nth-child(3){
    font-size: 1.3em;
}
.footer_text p:nth-child(4){
    font-size: 1.1em;
}
.footer_text h4{
    font-size: 1.5em;
    margin-top: 2em;
}
ul.li_st01{
    margin:0;
    padding:0;
}
ul.li_st01 li{
    list-style: none;
    width: 50%;
    margin:0;
    padding:5px;
    text-align: center;
    color:#ccc;
}
ul.li_st01 li a{
    list-style: none;
    width: 50%;
    margin:0;
    padding:5px;
    text-align: center;
    color:#333;
    text-decoration: none;
    font-weight: 600;
}
#page-top {
    position: fixed;
    display: none;
    right: 10px;
    bottom: 10px;
    z-index: 999;
}
#page-top.fix_active {
    display: block;
}
#page-top a {
    color: #f7db52;
    padding: 10px;
    text-decoration: none;
    display: block;
    cursor: pointer;
    text-align: center;
    background-color: #ed86b3;
    background-color: #FFF;
    line-height: 100%;
    border-radius: 4px;
    font-size: 11px;
    border: 4px solid #f7db52;
}
#menu_tab {
    width: 40px;
    padding: 0 3px 0 0;
    height: 200px;
    color: #FFF;

    background: rgba(132,81,34,0.8);
    display: block;
    position: fixed;
    right: 0;
    top: 40%;
    border-radius: 5px 0 0 5px;
    z-index: 999;
    font-weight: 600;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    letter-spacing: 0.2em;
    text-align: center;
    cursor: pointer;
    transition: all 0.5s ease-in-out;
}
#menu_area {
    box-sizing: border-box;
    width: 300px;
    height: 100vh;
    display: block;
    position: fixed;
    right: -300px;
    top: 0;
    background: rgba(132,81,34,0.8);
    padding: 5% 20px 5% 20px;
    transition: all 0.5s ease-in-out;
    z-index: 998;
    text-align: center;
    color: #FFF;
    overflow-y: auto;

}
#menu_tab.active {
    right: 300px;
}
#menu_area.active{
    right: 0px;
}
#site-navigation ul li a{
    text-decoration: none;
    display: block;
    color:white;
    padding:5px;
    font-weight: 600;
}
#site-navigation ul li a:hover{

    color:#f7db52;
}
#site-navigation ul li{
    width: 100%;
    list-style: none;
}
.map_area{
    max-width: 1280px;
    padding:10px;
    border-radius: 8px;
    margin:0 auto;
    background: #FFF;
    text-align: center;
}
.chirashi_area{
    max-width: 1280px;
    padding:10px;
    margin:5rem auto;
    text-align: center;
}
.chirashi_area h3{
    color:#855224;
    font-size: 2.6rem;
}
.chirashi_area a{
    background: #FFF;
    padding:10px 20px;
    border-radius: 8px;
    margin:2rem auto;
    display: block;
    width: 80%;
    min-width: 800px;
    font-size: 1.6rem;
    text-decoration: none;
    color:#333;
}
.chirashi_area a:hover{
    color: #FFF;
    background: #855224;
}
@media(max-width: 1280px) {
    .map_area{
        margin:0 20px;
    }
}
@media(max-width: 1200px) {
    img{
        max-width: 100%;
        height: auto;

    }
    .flexbox .shop_box{
        width: 96%;
        min-width: 96%;
        margin:  0 2%;
        margin-bottom: 2rem;
        text-align: center;
    }
    .flexbox .shop_box:nth-child(3n+1){
        margin:  0 2%;
        margin-bottom: 2rem;
    }
    .flexbox .shop_box:nth-child(3n){
        margin:  0 2%;
        margin-bottom: 2rem;
    }
}
@media(max-width: 800px) {
    .face {
        background: #FFF;
        display: none;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .sm_face {
        background: #FFF;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .chirashi_area a{
        width: 100%;
        min-width: 100%;
        font-size: 1.2rem;
    }
    .flexbox .shop_box{
        width: 100%;
        min-width: 100%;
    }
    .shop_area{
        padding: 1rem 5px;
    }
    .sns_area{
        background: #fffde3;
        width: 90%;
        font-size: 0.9em;
        margin:0 auto;
        padding:10px; border-radius: 5px;
    }
    .top_01{
        display: none;
    }
}
@media(max-width: 600px) {
    .face {
        background: #FFF;
        display: none;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .sm_face {
        background: #FFF;
        display: flex;
        flex-wrap: wrap;
        flex-direction: column;
    }
    .flexbox .shop_box{
        width: 100%;
        margin-bottom: 2rem;
    }
    .flexbox .shop_box:nth-child(3n+1){
        margin-right: 0;
    }
    .flexbox .shop_box:nth-child(3n){
        margin-left: 0;
    }
    .chirashi_area a{
        font-size: 1rem;
    }
    .chirashi_area h3{
        color:#855224;
        font-size: 2rem;
    }
}