@charset "UTF-8";
/*////////////////////////
weenamkee.jp
dinner.css
///////////////////////*/


/*////////////////////////
メインビジュアル
///////////////////////*/

.main_section .main_img{
  background-image: url(../images/dinner/main.jpg);
}

.dinner_section_01 p{
    font-size: 1.4rem;
    line-height: 1.8;
    margin: 2rem 3rem;
    text-align: justify;
}
.dinner_section_01 .main_btn:last-of-type,.dinner_section_02 .main_btn:last-of-type{
  margin-top: 1rem;
}

.dinner_section_02 .bg,.dinner_section_03 .bg{
    background-image: url(../images/bg_beige.jpg);
    background-size: contain;
    padding: 0 0 2rem;
}
.menu_name_recommend{
    width: 90%;
}
.dinner_section_02 .drink_contents img{
    filter: none;
    border-radius: 2rem;
}
.dinner_section_03 .menu_name p {
    margin: 1rem auto;
}
.dinner_section_03 .menu_name p span{
    font-size: 1rem;
    display: inline-block;
    margin-top: .5rem;
}
.dinner_section_03 .menu_name h4 span.red{
    color: #CA2C1F;
    border: #CA2C1F solid 1px;
    border-radius: 4px;
    background-color: #fff;
    padding: 5px;
    margin-right: 1rem;
}
.dinner_section_03 .lunch_set{
    width: 90%;
    margin: 1rem auto;
    border-radius: 2rem;
    background-color: #fff;
    border: #CA2C1F 1px solid;
    padding: 2rem 1.5rem;
}
.dinner_section_03 .lunch_set dl{
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    line-height: 2rem;
}
.dinner_section_03 .lunch_set dl dt{
    width: 25%;
    color: #CA2C1F;
    font-size: 1.6rem;
    margin-bottom: 1.5rem;
}
.dinner_section_03 .lunch_set dl dd{
    width: 75%;
    font-size: 1.2rem;
    margin-bottom: 1.5rem;
}
.dinner_section_03 .lunch_set dl dt:last-of-type,.dinner_section_03 .lunch_set dl dd:last-of-type{
    margin-bottom: 0;
}
.dinner_section_03 .lunch_set .option{
    display: block;
    padding-top: 1.5rem;
    border-top: 1.5px dashed #CA2C1F;
    font-weight: 700;
}
.dinner_section_03 .lunch_set .option span{
    color: #CA2C1F;
    font-size: 1.4rem;
}
.dinner_section_03 .bg .main_btn a{
  background-color: inherit;
}