@charset "UTF-8";
/*////////////////////////
umisoba.aoinapoli.jp
lunch.css
///////////////////////*/

#main_visual{
    background-image: url(../images/menu/lunch/lunch_top_pc.jpg);
    background-size: auto;
}

.btn_box_flex{
    display: flex;
    width: 60%;
    margin: 0 auto 10rem;
}

.recommend_flex{
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    margin: 3rem auto 15rem;
}

.recommend_flex .img{
    position: relative;
    width: 45%;
    margin-right: 4rem;
    background-color: #F1F093;
    padding: 3rem;
}

.recommend_flex .img img{
    margin-bottom: -10rem;
}

.recommend_flex .txt{
    width: 55%;
}

.recommend_flex .txt .waku{
    display: inline-block;
    font-size: 1.2rem;
    border: #024099 0.5px solid;
    padding: .8rem;
    margin-bottom: 1.5rem;
}

.recommend_flex .txt h4{
    font-size: 1.8rem;
    margin-bottom: 2rem;
    font-weight: 600;
}

.recommend_flex .txt h4 span{
    display: inline-block;
    font-size: 1.2rem;
   margin-top: 1rem;
   font-weight: 400;
   line-height: 2rem;
}

.recommend_flex .txt .read{
    font-size: 1.4rem;
    line-height: 2.5rem;
}

.recommend_flex .txt .read a{
    color: #E3594D;
}

.lunch_postion{
    position: relative;
}

.human_postion{
    position: absolute;
    width: 80px;
    top: -13rem;
    right: 20%;
    z-index: 3;
}

.lunch_menu_flex{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 80%;
    margin: auto;
}

.lunch_menu_flex a{
    width: 20%;
    margin: .5rem;
}

@media (max-width: 767px){

#main_visual{
    background-image: url(../images/menu/lunch/lunch_top_sp.jpg);
    background-size: cover;
}

.btn_box {
    margin-bottom: 5rem;
}

.btn_box_flex {
    flex-wrap: wrap;
    width: 90%;
    margin: 0 auto 5rem;
}

.btn_box_flex .btn_b:first-of-type{
    margin-bottom: 1rem;
}

.recommend_flex {
    width: 90%;
    flex-wrap: wrap;
    margin: 3rem auto 7rem;
}

.recommend_flex .img {
    width: 100%;
    margin: 0 0 10rem;
}

.recommend_flex .txt {
    width: 100%;
}

.recommend_flex .txt .read {
    font-size: 1.2rem;
    line-height: 2.2rem;
}

.lunch_menu_flex {
    width: 90%;
}

.lunch_menu_flex a {
    width: 47%;
}

.human_postion {
    width: 60px;
    top: -9rem;
    right: 9%;
}

}