@charset "UTF-8";
.resizeimage img{
    width: 40%
}
.pc { display:block; }
.tb { display:none; } 
.sp { display:none; }

@media screen and (max-width: 900px){ 
  .resizeimage img{
    width: 50%
}
  .pc { display:block; }
  .sp { display:none; }
}

@media screen and (max-width: 480px){ 
      .resizeimage img{
    width: 80%
}
  .pc { display:none; }
  .sp { display:block; }
}
/*LUNCH-TOP */
.lunch_top{
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 40px auto;
    padding: 50px 0 60px;
}
.lunch_top img{
    width: 100%;
}
.lunch_top_item_r{
    width: 55%;
    margin:40px 0 0 45%;
}
.lunch_top_item_l_1{
    position: absolute;
    width: 27%;
    left:0;
    bottom:0;
    z-index: 2
}
.lunch_top_item_l_2{
    position: absolute;
    width: 27%;
    left:25%;
    bottom:100px;
    z-index: 1;
}


.lunch_top_cp{
    position: absolute;
    top:0;
    left:0;
    width: 60%;
    z-index: 2;
}
.lunch_top_cp2{
    width: 50%;
    margin: 30px auto;
    font-size: 1.2rem;
    line-height: 2em;
    text-align: left;
    margin-bottom: 50px;
}
.lunch_bottom{
    width: 90%;
    margin: 50px auto;
    max-width: 1200px;
}
.lunch_bottom img{
    width: 100%;
}
.lunch_bottom_ttl{
    width: 50%;
    margin: 50px auto 30px;
}
.lunch_bottom_cp{
    width: 60%;
    font-size: 1.2rem;
    color: #6A3906;
	line-height: 2em;
	text-align: left;
    margin: 40px auto;
}
.lunch_feature{
    width: 60%;
    margin: 40px auto 50px;
    background-color: #E9EFBE;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    border-radius: 12px;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
}
.lunch_feature_item1{
    width: 20%;
}
.lunch_feature_item2{
    width: 70%;
    
}
.lunch_feature_item2 ul li{
    list-style: none;
    line-height: 2rem;
    font-size: 1.1rem;
    color: #000;
}
.lunch_feature_item2 li::first-letter{
    color: #008A3F;
}
.lunch_menu_box{
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lunch_menu_box_item{
    width: 24%;
    margin: 20px 0;
    text-align: left;
    font-size: 13px;
    line-height: 1.6em;
    display: flex;flex-direction: column;
}
.lunch_menu_box_item img{
    width: 100%;
    border: 1px solid #6a3906;
    margin: 10px auto;
}
.lunch_menu_box_item span{
    color: #008c3d;
    font-weight: 600;
    font-size: 1.1em;
}
.lunch_menu_box_item ul li{
    list-style: none;

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

.lunch_top_cp2{
    width: 80%;
    margin: 30px auto;
    font-size: 1.1rem;
    line-height: 1.8em;
    text-align: left;
    margin-bottom: 50px;
}
.lunch_bottom{
    width: 90%;
    margin: 50px auto;
}

.lunch_bottom_ttl{
    width: 60%;
}
.lunch_bottom_cp{
    width: 70%;
    font-size: 1.1rem;
    color: #6A3906;
	line-height: 1.8em;
	text-align: left;
    margin: 40px auto;
}
.lunch_feature{
    width: 80%;
    margin: 40px auto 50px;
    background-color: #E9EFBE;
    padding: 40px 30px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    border-radius: 12px;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
}
.lunch_feature_item1{
    width: 20%;
}
.lunch_feature_item2{
    width: 70%;
    
}
.lunch_feature_item2 ul li{
    list-style: none;
    line-height: 2rem;
    font-size: 1.0rem;
    color: #000;
}

.lunch_menu_box{
    width: 70%;
    max-width: 1200px;
    margin: 50px auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lunch_menu_box_item{
    width: 45%;
    margin: 20px 0;
    text-align: left;
    font-size: 13px;
    line-height: 1.6em;
    display: flex;flex-direction: column;
}

}

@media screen and (max-width: 480px){
.lunch_top{
    position: relative;
    width: 90%;
    margin: 40px auto;
    padding: 60px 0 150px;
}
.lunch_top img{
    width: 100%;
}
.lunch_top_item_r{
    width: 100%;
    margin:40px 0;
}
.lunch_top_item_l_1{
    position: absolute;
    width: 50%;
    left:5%;
    bottom:0;
    z-index: 2
}
.lunch_top_item_l_2{
    position: absolute;
    width: 50%;
    left:45%;
    bottom:50px;
    z-index: 1;
}


.lunch_top_cp{
    position: absolute;
    top:0;
    left:0;
    width: 90%;
    z-index: 2;
}
.lunch_top_cp2{
    width: 80%;
    margin: 30px auto;
    font-size: 1.1rem;
    line-height: 1.6em;
    text-align: left;
    margin-bottom: 50px;
}
.lunch_bottom{
    width: 90%;
    margin: 30px auto;
}

.lunch_bottom_ttl{
    width: 90%;
    margin: 30px auto 30px;
}
.lunch_bottom_cp{
    width: 90%;
    font-size: 1.0rem;
    color: #6A3906;
	line-height: 1.6em;
	text-align: left;
    margin: 30px auto;
}
.lunch_feature{
    width: 80%;
    margin: 40px auto 50px;
    background-color: #E9EFBE;
    padding: 30px 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: left;
    border-radius: 12px;
    box-shadow: 2px 2px 6px 0 rgba(0,0,0,0.2); 
}
.lunch_feature_item1{
    width: 25%;
    margin: 0 auto 10px;
}
.lunch_feature_item2{
    width: 100%;
    
}
.lunch_feature_item2 ul li{
    list-style: none;
    line-height: 1.8rem;
    font-size: 0.9rem;
    color: #000;
}
.lunch_feature_item2 li::first-letter{
    color: #008A3F;
}
.lunch_menu_box{
    width: 90%;
    max-width: 1200px;
    margin: 50px auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    flex-wrap: wrap;
}
.lunch_menu_box_item{
    width: 80%;
    margin: 20px auto;
    text-align: left;
    font-size: 13px;
    line-height: 1.6em;
    display: flex;flex-direction: column;
}
.lunch_menu_box_item img{
    width: 100%;
    border: 1px solid #6a3906;
    margin: 10px auto;
}
.lunch_menu_box_item span{
    color: #008c3d;
    font-weight: 600;
    font-size: 1.1em;
}
.lunch_menu_box_item ul li{
    list-style: none;

}
}
