@charset "utf-8";
header.under_mv{
    background-image:  linear-gradient(rgba(0,0,0,0.2),rgba(0,0,0,0.2)),url(../images/service/service_bg.png);
}
section{
    margin-top: 10%;
}
.service_concept{
    margin-top: 3%;
    padding: 0 2%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}
.concept01{
    flex-direction: row-reverse;
}
.service_concept .concept_txt{
    width: 50%;
    padding: 0 10px;
}
h3{
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; 
    font-weight: 500;
    font-size: clamp(2.2rem, 2.091rem + 0.55vw, 2.5rem);
    text-align: center;
}
.service_concept .concept_txt p{
    line-height: 2em;
}
.service_concept .concept_txt p:last-child{
    margin-top: 5%;
}
.service_concept .concept_img{
    width: 50%;
}
.service_concept .concept_img img{
    width: 100%;
}

.service_middletxt{
    color: #fff;
    font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif; 
    font-size: clamp(1.8rem, 1.569rem + 1.16vw, 3rem);
    line-height: 2em;
    letter-spacing: 0.1em;
    text-align: center;
    margin-top: 15%;
    padding: 12% 0;
    background-image:  linear-gradient(rgba(0,0,0,0.3),rgba(0,0,0,0.3)),url(../images/service/main_txt.png);
}

.cutlery p,.confirmation p{
    margin-top: 10%;
    font-size: clamp(1.8rem, 1.723rem + 0.39vw, 2.2rem);
    text-align: center;
}
.cutlery dl{
    display: flex;
    justify-content: center;
    column-gap: 4%;
    margin-top: 3%;
}
.cutlery dl:last-child{
    margin-top: 2%;
}
.cutlery dl div{
    display: flex;
    padding: 15px;
    width: 48%;
    align-items: center;
    column-gap: 5%;
    border: 1px solid #333;
}
.cutlery dl div dt{
    width: 30%;
    height: auto;
    /* margin-right: 10px; */
    text-align: center;
}
.cutlery dl div dt img{
    width: 110px;
}
.cutlery dl div dd{
    width: 70%;
}
.cutlery dl div.drink_order dd{
    width: 100%;
}

dl.confirmation_txt{
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #939393;
    border: 1px solid #333;
}
dl.confirmation_txt:first-of-type{
    margin-top: 3%;
    border-bottom: none;
}
dl.confirmation_txt dt{
    color: #fff;
    width: 27%;
    height: 100%;
    font-size: 18px;
    text-align: center;
}
dl.confirmation_txt dd{
    width: 73%;
    font-size: 16px;
    line-height: 1.8em;
    padding: 10px;
    background-color: #fff;
    border-left: 1px solid #333;
}