@charset "utf-8";


/* lunch_menu_image */

.lunch_menu_image{
    width: 100%;
    height: 129px;
    background-image: url(../images/lunchcard.jpg);
    background-size: cover; 
    background-position: 50% center;    
    background-repeat: no-repeat;
    position: relative;
}

.title_box{
    position: absolute;
    left: 6.4%;
    bottom: 21px;
}

.menu_title{
    font-size: 3.2rem;
    color: #9D3D39;
    letter-spacing: .032rem;
}

.menu_title_jp{
    font-size: 1rem;
    color: #9D3D39;
    letter-spacing: .02rem;
    margin-top: 4px;
}

/* lunch_menu_image */

@media screen and (min-width:769px){

    .lunch_menu_image{
        height: 439px;
    }

    .title_box{
        position: absolute;
        left: 8.3%;
        bottom: 60px;
    }

    .menu_title{
        font-size: 9.6rem;
        letter-spacing: 0.288rem;
    }

    .menu_title_jp{
        font-size: 2.4rem;
        margin-top: 4px;
    }

}

/* menu_info */

.menu_info{
    background-color: #FCF7EE;
    padding: 48px 6.4% 0;
}

.menu_info_item1{
    font-size: 1.4rem;
    color: #28313C;
    line-height: 2.13;
}

.menu_info_item2{
    font-size: 1.4rem;
    color: #9D3D39;
    letter-spacing: .09rem;
    line-height: 2.13;
    margin-top: 22px;
}

.menu_info_line{
    width: 63.7%;
    height: 1px;
    background-color: #B9B9B9;
    margin: 56px auto 0;
}

/* menu_info_pc */

@media screen and (min-width:769px){

    .menu_info_item1{
        width: 45%;
        font-size: 1.8rem;
        text-align: center;
        margin: 96px auto 0;
    }
    
    .menu_info_item2{
        width: 45%;
        text-align: center;
        font-size: 1.8rem;
        margin: 64px auto 0;
    }

    .menu_info_line{
        width: 69.1%;
        height: 1px;
        background-color: #B9B9B9;
        margin: 96px auto 0;
    }
}


/* lunchset_menu */

.lunchset_menu{
    background-color: #FCF7EE;
    padding: 56px 0 56px;
}

.setmenu_title{
    width: fit-content;
    font-size: 3.2rem;
    color: #9D3D39;
    letter-spacing: .032rem;
    margin: 0 auto;
}

.setmenu_title_jp{
    width: fit-content;
    font-size: 1rem;
    color: #9D3D39;
    letter-spacing: .032rem;
    margin: 4px auto 0 auto;
}

.lunchset_contents{
    width: 92%;
    max-width: 475px;
    margin: 32px auto 0 auto;
    padding: 16px 4%;
    /* padding: 16px 0 16px 12.8%; */
    border: #B9B9B9 solid 1px;
}
   

.lunchset_title_flex{
    width: 100%;
    display: flex;
    gap: 12.8%;
    justify-content: center;
    padding: 0 6.5%;
}

.lunchset_title_name,
.lunchset_price{
    width: fit-content;
    font-size: 2rem;
    color: #28313C;
    letter-spacing: .1rem;
    white-space: nowrap;
}

.lunchset_item{
    width: fit-content;
    font-size: 1.4rem;
    text-align: center;
    color: #28313C;
    line-height: 2.34;
    /* margin-top: 16px; */
    margin: 16px auto 0;
}

.lunchset_care{
    width: fit-content;
    font-size: 1.2rem;
    color: #9D3D39;
    /* margin-top: 12px; */
    margin: 12px auto 0;
}

.lunchset_menu_care{
    width: 65%;
    height: auto;
    text-align: center;
    font-size: 1.4rem;
    color: #28313C;
    line-height: 1.6;
    margin: 32px auto 0 auto;
}

.pasta_link {
  position: relative;
  display: inline-block; /* 幅＝テキスト幅 */
  text-decoration: none;
}

.pasta_link::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;          /* 文字との距離 */
  width: 100%;           /* ← 線の長さを自由に指定 */
  height: 1px;           /* 線の太さ */
  background-color: #28313C;
}

/*lunchset_menu  */

@media screen and (min-width:769px){

    .lunchset_menu{
        padding: 96px 0 120px;
    }
    
    .setmenu_title{
        font-size: 7.2rem;
    }

    .setmenu_title_jp{
        width: fit-content;
        font-size: 2rem;
        color: #9D3D39;
        letter-spacing: .04rem;
        margin: 4px auto 0 auto;
    }

    .lunchset_contents{
        width: 69.1%;
        max-width: none;
        margin: 56px auto 0 auto;
        padding: 64px 6.6% 64px 6.6%;
        border: #B9B9B9 solid 1px;
    }

    .lunchset_title_flex{
        display: flex;
        /* gap: 47%; */
    }
   
    .lunchset_title_name{
        width: fit-content;
        font-size: 4rem;
        letter-spacing: .12rem;
    }

    .lunchset_price{
        width: fit-content;
        font-size: 4rem;
        letter-spacing: .4rem;
    }
    

    .lunchset_item{
        width: fit-content;
        font-size: 2.2rem;
        margin-top: 32px;
    }

    .lunchset_care{
        width: fit-content;
        font-size: 1.8rem;
        margin: 32px auto 0;
    }

    .lunch_none{
        display: none;
    }

    .lunchset_menu_care{
        font-size: 1.8rem;
        letter-spacing: .09rem;
    }

    .sp_pasta{
        display: none;
    }


}

/* alacarte */

.alacarte{
    background-image: url(../images/background.jpg);
    background-size: cover; 
    background-position: 50% center;    
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
    padding-bottom: 80px;
}

.menu_gradient-layer{
    width: 100%;   /* デザイン幅に合わせる */
    height: 56px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    pointer-events: none;
    background: linear-gradient(
        to bottom,
        rgba(252,247,238,1) 0%,
        rgba(252,247,238,0) 83%
    );
}


.menu_title_box{
    width: fit-content;
    margin: 0 auto;
    padding: 88px 0 0 0;
}

.set_menu_title{
    font-size: 3.2rem;
    color: #9D3D39;
    letter-spacing: .032rem;
}

.set_menu_title_jp{
    width: fit-content;
    font-size: 1rem;
    color: #9D3D39;
    letter-spacing: .02rem;
    margin: 4px auto 0 auto;
}

.alacarte_list{
    padding: 32px 4% 0;
}

.alacarte_line{
    width: 92%;
    height: 1px;
    background-color: #B9B9B9;
    margin: 48px auto 0;
}

.alacarte_item{
    display: flex;
    justify-content: space-between;
    margin-top: 16px;
}

.alacarte_item:first-child {
  margin-top: 0;
}

.alacarte_name{
    font-size: 1.4rem;
    color: #28313C;
    letter-spacing: .09rem;
}

.alacarte_price{
    font-size: 1.4rem;
    color: #28313C;
    letter-spacing: .09rem;
}

.drink_lineup{
    font-size: 1.4rem;
    color: #28313C;
    letter-spacing: .09rem;
    font-weight: 300;
    line-height: 1.8;
    margin-left: 8%;
}

.alacarte_item + .drink_lineup {
    margin-top: 4px;
}


.menu_name{
    width: fit-content;
    font-size: 2.2rem;
    color: #9D3D39;
    letter-spacing: .11rem;
    margin: 64px auto 0 auto;
}

.menu_name + .alacarte_line {
  margin-top: 32px; 
}

.alacarte_pasta_flex{
    padding: 32px 0 0 4%;
}

.pasta_name{
    font-size: 1.4rem;
    color: #28313C;
    letter-spacing: .09rem;
    margin-top: 16px;
}

.alacarte_list_pasta .pasta_name:first-child {
  margin-top: 0;
}

@media screen and (min-width:769px){

    .alacarte{
        padding-bottom: 180px;
    }

    .menu_gradient-layer{
        height: 180px;
    }

    .menu_title_box{
        padding: 200px 0 0 0;
    }

    .set_menu_title{
        font-size: 7.2rem;
        letter-spacing: .144rem;
    }

    .set_menu_title_jp{
        font-size: 2rem;
        letter-spacing: .04rem;
        margin: 4px auto 0 auto;
    }

    .alacarte_line{
        width: 69.1%;
        height: 1px;
        background-color: #B9B9B9;
        margin: 48px auto 0;
    }

    .alacarte_list{
        padding: 48px 22.5% 0;
        }

    .alacarte_item{
        display: flex;
        justify-content: space-between;
        margin-top: 32px;
    }

    .alacarte_item:first-child {
        margin-top: 0;
    }

    .alacarte_name{
        font-size: 1.8rem;
        letter-spacing: .09rem;
    }

    .alacarte_price{
        font-size: 1.8rem;
        letter-spacing: .09rem;
    }

    .drink_lineup{
        font-size: 1.8rem;
        letter-spacing: .09rem;
        font-weight: 300;
        line-height: 1.8;
        margin-left: 8%;
    }

    .alacarte_item + .drink_lineup {
        margin-top: 10px;
    }

    .menu_name{
        width: fit-content;
        font-size: 4rem;
        color: #9D3D39;
        letter-spacing: .2rem;
        margin: 120px auto 0 auto;
    }

    .menu_name + .alacarte_line {
        margin-top: 32px; 
    }

    .alacarte_pasta_flex{
        padding: 48px 22.5% 0;
    }

    .pasta_name{
        font-size: 1.8rem;
        letter-spacing: .09rem;
        margin-top: 32px;
    }

    .alacarte_list_pasta .pasta_name:first-child {
    margin-top: 0;
    }

}


