@charset "utf-8";
*{
    margin: 0;
    padding: 0;
}

h1{
    width: 100%;
}

/* ここから要素を重ねる */

.slide{
    position: absolute;
}

.animation,.door,.container relative,.lightTop{
    position: relative;
    top: 0;
    left: 0;
}

.slide{
    top: 49px;
    left: 0;
    width: 100%;
}

.animation{
    z-index: 20;
    top: -1px;
    left: 0;
}

.door{
    z-index: 30;
    width:15%;
    top: -90px;
    left: 170px;
}

.door img{
    width: 100%;
}

/* 要素の重なりここまで */

#logo img{
    width: 40%;
    margin-left: -10px;
}

#main img{
    width: 100%;
}

.mokuji{
    font-size: 6px;
    margin-left: 0;
}


.footer-p{
    font-size: 6px;
    text-align: center;
}

.footer-p{
    margin-top: -30px;
}

/* ここから石和担当(header/店舗紹介/会社概要) */

#logo_top{
    width: 35%;
    padding-left: 2%;
}

#nav_box{
    justify-content: space-evenly;
}

.flex_box{
    flex-flow: column;
    justify-content: center;
}

#photo_m{
    width: 70%;
    margin: 0 auto;
}

#in_box{
    padding-left: 5%;
    padding-right: 5%;
}

.photo_s{
    width: 70%;
    margin: 0 auto;
}

/* ここまで石和担当 */