@charset "utf-8";
/* CSS Document */
section{
    margin-top: 80px;
}
@media (width<767px){
    section{
            margin-top: 60px;
            }
}
.mv{
    width: 100%;
    height: 100vh;
}
.mv_imgarea{
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh !important;
}
.mv_imgarea.img01{
    background-image: url(../images/top/MV.jpg);
}
.mv_imgarea.img02{
    background-image: url(../images/top/mv2.jpg);
}
.mv_imgarea.img03{
    background-image: url(../images/top/mv3.jpg);
}
.mv_text-jp{
    font-size: 3rem;
    color: #fff;
}
.mv_text-en{
    color: #fff;
}
.mv .container{
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: flex-end;
    margin-bottom: 80px;
}
.mv_text-en-sp{
    display: none;
}
@media (width<767px){
    .mv_imgarea.img01{
    background-image: url(../images/top/MV_SP.jpg);
}
.mv_imgarea.img02{
    background-image: url(../images/top/mvsp2.jpg);
}
.mv_imgarea.img03{
    background-image: url(../images/top/mvsp3.jpg);
}
    .mv_text-jp{
        font-size: 30px;
    }
    .mv_text-en-sp{
        display: block;
        color: #fff;
        margin-bottom: 20px;
        align-self: center;
    }
    .mv_text-en{
        display: none;
    }
}
/* about */
.about{
    display: flex;
    gap: 20px;
    justify-content: center;
}

.about_text h2{
    margin-bottom: 22px;
}

.about_text p{
    margin-bottom: 1rem;
}

.about_link{
    justify-self: center;
}
@media (width<767px){
    .about{
        display: flex;
        flex-direction: column;
    }
    .about_text h2{
        justify-self: center;
        align-self: center;
    }
}
/* foodmenu */
.foodmenu{
    background-color: #0A0101;
    width: 100%;
    background-position: center;
    padding-top: 80px;
    padding-bottom: 80px;
}
.foodmenu h2{
    color: #fff;
    justify-self: center;
}
.food_list{
    display: flex;
    flex-wrap: wrap;
    gap: 56px;
    margin-top: 22px;
}
.food_item{
    width: calc(25% - 42px)
}
.food_item img{
    width: 100%;
}
.food_text{
    flex-direction: column;
    justify-self: center;
    color: #fff;
    margin-top: 20px;
}

.food_link{
    justify-self: center;
    margin-top: 24px;
}
.food_text-2sp{
    display: none;
}

@media (width<767px){
    .foodmenu{
        background-color: #0A0101;
        width: 100%;
        padding-top: 30px;
        padding-bottom: 30px;
        display: flex;
        flex-direction: column;
    }
    .foodmenu .container{
        display: flex;
        flex-direction: column;
        align-items: center;
    }
     .food_list{
        order: 1;
        gap: 10px;
    }
    .food_item{
        display: block;
        width: calc(50% - 5px)
    }
    .food_about{
        order: 2;
    }
   
    .food_text{
        order: 3;
    }
    .food_link{
        order: 4;
    }
    .food_text-2{
        display: none;
    }
    .food_text-2sp{
        display: block;
        color: #fff;
    }
    
}
/* 店主 */
.master_about{
    display: flex;
    gap: 80px;
    justify-content: center;
}

.master_text h3{
    font-size: 1.8rem;
    font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
    margin-bottom: 25px;
}
.master_text-main{
    margin: auto;
}

.aoto{
    font-family: "Noto Serif JP", serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
    display: flex;
    margin-top: 20px;
}
  .aoto  p{
    padding-top: 1rem;
    padding-left: 20px;
}
.master_text .btn{
    margin-top: 33px;
}

@media (width<767px){
    .master_about{
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }
    .master_text{
        justify-items: center;
    }
}
/* お知らせ */
.news{
    background-color: #0A0101;
     padding-top: 80px;
     padding-bottom: 80px;
}
.news h2{
   margin-bottom: 20px;
    justify-self:  center;
    color: #fff;
}
.insta{
    display: flex;
    width: 100%;
    gap: 10px;
}
.news_link{
    justify-self: center;
}
.instagram-media{
    min-width: auto !important;
    width: 33.3% !important;
}
@media (width<767px)
{
    .news{
        padding-top: 30px;
        padding-bottom: 30px;  
    } 
    .insta{
        flex-direction: column;
        padding: 30px 20px;
    }
    .instagram-media{
        width: 100% !important;
    }
}
/* アクセス */
.acsess h2{
    justify-self: center;
}
.map{
    display: flex;
    justify-content: center;
    margin-top: 20px;
    gap: 20px;
}
.map_text{
    font-size: 1rem;
}
.map_adress{
    margin-bottom: 1rem;
}
.google_map{
    width: 741px;
 }
 @media (width<767px){
    .map{
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .google_map{
        width: 350px;
        height: 205px;
    }
 }
/* お問い合わせ */
.connect{
    background-image: -webkit-image-set(url(../images/top/infoBG.jpg));
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 500px;
}
.connect h2{
    color: #fff;
    padding-top: 80px;
    justify-self: center;
}
.connect_text{
    color: #fff;
    justify-items: center;
    padding-top: 20px;
    font-size: 1.5rem;
}
.connect_info{
    margin-top: 20px;
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-self: center;
}
.connect_btn{
    display: inline-flex;
    color: #fff;
    background-color: #000;
    padding: 15px 35px;
}

@media (width<767px){
    .connect{
        background-image: image-set(url(../images/top/infoBG_SP.jpg));
        height: 300px;
    }
    .connect h2{
        color: #fff;
        padding-top: 30px;
        justify-self: center;
        font-size: 16px;
    }
    .connect_text{
        color: #fff;
        justify-items: center;
        padding-top: 10px;
        font-size: 12px;
}
.connect_btn{
    gap: 30px;
}
}



