@charset "utf-8";
/* Blue.taco CSS Document 
------------------------------------------------------------ */
/*---------------------------------------------------------*header*/
#b_taco header{
    height: auto;
}
/*---------------------------------------------------------*footer*/
#b_taco .pagetop{
    background: #022b80;
}
#b_taco .f_pp {
    background: #022b80;
    color: #fff;
}
#b_taco .attention {
    background: #022b80;
}

/*
-----------------------------------------------------------*main*/
.shop_img_box {
  width: 100%;
    margin-top: 100px;
}
.shop_img_box .flex{
  justify-content: space-between;
}
.shop_img_box li {
  width: 49%;
 margin-bottom: 10px;
}
.shop_img_box li:first-child {
  width: 100%;
}
.taco_menu_box_w100{
    width: 100%;
    position: relative;
    text-align: center;
}
.taco_menu_box_w100 .taco_menu_img100{
 width: 100%;
}
.taco_menu_box_w100 p{
    position: absolute;
    left: 50%;
    top: 10px;
    font-size: 20px;
    font-weight: 800;
    letter-spacing: 1px;
    z-index: 1000;
    color: #fff;
}
#b_taco h1{
  width: 50%;
    max-width: 200px;
  margin:100px auto 10px;
}
.l_set_txt01{
    width: 700px;
    margin: 20px auto;
    color: #022b80;
    font-size: 1.1rem;
    letter-spacing: 1px;
}
.l_set_txt_box{
    width: 80%;
    margin: 50px auto 0;
    color: #022b80;
    align-items: center;
    justify-content: space-around;
}
.set_txt_circle{
    width: 180px;
    height: 180px;
    border: 1px solid;
    border-radius: 50%;
    text-align: center;
    line-height: 2em;
    align-items: center;
    display: inline-grid;
}
.set_txt_02{
    font-size: 40px;
}

.menu_1box ,.menu_2box{
    margin: 100px auto;
}
h2 {
  width: 80%;
    max-width: 150px;
    margin: auto;
}
.menu_1box ul{
    width: 80%;
    max-width: 600px;
    margin: 0 auto;
}
.menu_1box li{
    width: 100%;
    margin-bottom: 50px;
}
.menu_item_img{
    width: 80%;
    max-width: 500px;
    margin: auto;
}
.menu_icon{
    width: 50px;
    height: 50px;
    margin: 20px auto;
    position: relative;
    background: #022b80;
}
.menu_icon p{
    width: 100%;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    line-height: 1.2em;
}
.menu_item_name_jp,
.menu_item_price{
    font-size: 18px;
    text-align: center;
    color: #022b80;
    font-weight: 400;
}
.menu_item_name_en{
    text-align: center;
    color: #727171;
    margin-bottom: 20px;
}
.menu_item_txt{
    color: #727171;
    margin-bottom: 20px;
    width: 90%;
    margin: 20px auto;
}
.menu_2box{
    width: 100%;
    justify-content: space-between;
}
.menu_2box ul{
    width: 48%;
    margin: 0 auto;
}
.menu_2box li{
    width: 100%;
    margin-bottom: 50px;
}

.menu_cate{
    text-align: center;
    margin: 80px auto 50px;
    font-size: 26px;
    font-weight: 600;
    width: 100%;
    color: #022b80;
}
.menu_cate02{
    margin-bottom: 0;
}
@media screen and (max-width:979px) {
.l_set_txt_box{
    width: 100%;
    }
}
@media screen and (max-width:766px) {
.taco_menu_box_w100 p{
    left: 10px;
    }
    
    .l_set_txt01{
    width: 100%;
    }
.l_set_txt_box{
flex-flow: column;
    }
.set_txt_02{
    margin: 20px 0;
}

.menu_1box ul,
.menu_2box ul{
    width: 100%;
}
.menu_item_img{
    width: 100%;
}

}

