/* タイトル */

.picture-area{
    margin: 0 auto;
    padding-top: 200px;
    
    width: 100%;
}

.picture-area .ttl::before{
    content:"店内写真";
    color: #444444;
    position: absolute;
    font-size: 2.5rem;
    top: -32px;
    margin-left: 56px;
    letter-spacing: 0.04em;
}

_::-webkit-full-page-media, _:future, :root .picture-area .ttl::before {
    margin-left: 30px;
}

.dtl{
    width: auto;
    text-align: center;
    margin: 0 auto;;
    font-size: 1.8rem;
    margin-top: -44px;
    margin-bottom: 90px;
}





.contents{
    padding: 0 5%;
}

.contents ul{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
    max-width: 1110px;
    margin: 0 auto;
    margin-bottom: 140px;
}

.contents ul li {
    width: 25%;
    text-align: center;

}

.contents ul li img{
    width: 90%;
    margin-bottom: 2vw;
    border-radius: 10px;
    
}







/* 予約ボタンーーーーーーーーー */
.menu-btn{
    display: block;
    margin-top: 60px;
    height: 200px;
}


.menu-btn .inner{
    display: flex;
    flex-direction: column;
    align-items: center;
}

.menu-btn .inner p{
    font-size: 14px;
    letter-spacing: 0.05em;
}

.menu-btn .inner p::before{
    content: url(../img/before-line.svg);
    display: inline-block;
}

.menu-btn .inner p::after{
    content: url(../img/after-line.svg);
    display: inline-block;
}

.menu-btn .inner div{
    position: relative;
}

.menu-btn .inner a{
    display: inline-block;
    background-color: #A72019;
    color: #fff;
    font-size: 1.6rem;
    padding: 17px 48px;
    border-radius: 30px;
    letter-spacing: 0.09em;
}

.menu-btn .inner a:hover{
    background-color: #ae5a55;
}


/* フッター */



.footer-illust{
    margin-left: 40px;
    margin-bottom: -3px;
}


/* ページトップボタン */
footer .page-top-btn{
    max-width: 1200px;
    margin: 0 auto;
    height: 100px;
    position: relative;
    display: table-footer-group;
}


footer .page-top-btn a img:hover{
    margin-bottom: 20px;
}



.menu-btn{
    margin-top: 0;
    height: 110px;
    margin-bottom: 100px;
}

@media screen and (max-width: 1024px){

    .contents{
        padding: 0 3%;
    }

}

@media screen and (max-width: 768px){

    .contents{
        padding: 0 3%;
    }

    .contents ul li {
        width: 50%;
    }
    
    .contents ul li img{
        width: 90%;
        margin-bottom: 4vw;
    }

}


@media screen and (max-width:700px){

    .footer-illust img{
        width: 36vw;
    }

}

@media screen and (max-width:600px){

    .picture-area .ttl{
        margin-right: 0;
    }

    .picture-area .ttl::before{
        content:"店内写真";
        color: #444444;
        position: absolute;
        font-size: 2rem;
        top: -22px;
        margin-left: 60px;
        letter-spacing: 0.04em;
    }

    _::-webkit-full-page-media, _:future, :root .picture-area .ttl::before {
        margin-left: 26px;
    }

    .picture-area .dtl{
        width: auto;
        text-align: center;
        margin: 0 auto;;
        font-size: 1.8rem;
        margin-top: -44px;
        margin-bottom: 50px;
        padding: 0 5%;
    }

    footer .page-top-btn a img {
        margin-right: 20px;
    }

}

@media screen and (max-width:450px){


    .picture-area .ttl::before{
        content:"店内写真";
        color: #444444;
        position: absolute;
        font-size: 1.6rem;
        top: -18px;
        margin-left: 21px;
        letter-spacing: 0.04em;
    }

    _::-webkit-full-page-media, _:future, :root .picture-area .ttl::before {
        margin-left: 20px;
    }

    .picture-area .dtl{
        width: auto;
        text-align: center;
        margin: 0 auto;;
        font-size: 1.4rem;
        margin-top: -44px;
        margin-bottom: 80px;
    }


}