@charset "UTF-8";
.pc{
    display: block;
}

.sp{
    display: none;
}

.header_box {
    justify-content: space-between;
}

.header_right {
    width: auto;
}

.header_btn a {
    width: 200px;
}

.mv_invitation_sp{
    display: none;
}

.mv_invitation{
    background-image:url("/images/afternoon-tea/invitation/mv_invitation.webp");
    height: 780px;
    background-size: cover;
    display: flex;
    justify-content: center;
    align-items: center;
}

.mv_txt_box{
    width: 800px;
    height: 400px;
    backdrop-filter: blur(20px);
-webkit-backdrop-filter: blur(20px);
}

.mv_txt_box_filter{
    background-color: #ffffffa8;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}

.mv_txt01{
    font-size:28px;
    color: #000;
    text-align: center;
}

.mv_txt02{
    font-size: 14px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #000;
    width: 560px;
    margin-top: 28px;
}

.iv_reserve{
    background-color: #9F7F2B;
    width: 560px;
    height: 60px;
    margin: 30px auto 0;
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 18px;
    padding-left: 20px;
    position: relative;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 100;
    cursor: pointer;
}

.iv_reserve::after{
    content: "";
    position: absolute;
    background: url(/images/afternoon-tea/ico_arrow_w_02.webp);
    background-repeat: no-repeat;
    background-size: cover;
    width: 8px;
    height: 14px;
    top: 50%;
    right: 2%;
    transform: translate(-50%, -50%);
}

.invitation{
    background-color:#F2EAE6;
    padding-top: 110px;
    padding-bottom: 73px;
}

.txt_title01{
    font-size: 24px;
    color: #9D6854;
    text-align: center;
}

.txt_title02{
    font-size: 28px;
    text-align: center;
    color: #000;
}

.txt_title03{
    font-size: 14px;
    text-align: center;
    color: #000;
    margin-top: 5px;
}

.invitation_inner{
    width: 800px;
    margin: 0 auto;
}
.img_invitation01{
    height: 500px;
    display: block;
    margin-top: 42px;
}

.txt_invitation01{
    margin-top:20px;
}

.overlay.open{
    background: none;
}
.detail_dish_box{
    background-color: #fff;
    padding: 40px;
    margin-top: 40px;
}

.detail_dish_txt01{
    font-size: 16px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    color: #9D6854;
    text-align: center;
}

.detail_dish_txt02{
    font-size: 12px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    text-align: center;
    margin-top: 5px;
}

.detail_dish_txt03{
    font-size: 14px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-weight: 700;
    text-align: center;
    margin-top: 40px;
    margin-bottom: 5px;
}

.detail_dish_inner01{
    display: flex;
    justify-content: space-between;
    margin-top: 40px;
    padding-bottom: 30px;
    border-bottom: dotted 2px #000;
}

.detail_dish_inner02{
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
}

.dish_left,.dish_right{
    width: 50%;
}
.dish_right{
    width: 320px;
    text-align: right;
}

.dish{

}
.dish_title{
    color:#9D6854;
}
a.link01 {
    text-decoration: underline;
}
.dish_annotation{
    font-size: 10px;
    margin-top: 20px;
}

.list_tea li{
    display: flex;
    padding-bottom: 21px;
    border-bottom: solid 2px #746C57;
    margin-bottom: 23px;
}

.tea_number{
    font-size: 30px;
    font-family: 'Montserrat', sans-serif;
    color:#9D6854;
    font-style: italic;
    margin-right: 23px;
    margin-left: 23px;
}

.tea_txt{
    color: #000;
    font-size: 12px;
}

.tea_txt span{
    font-size: 14px;
    color: #9D6854;
}

.tea_txt span.teatxt_small{
    font-size: 10px;
}

.qa{
    padding-top: 85px;
    padding-bottom: 100px;
}

.qa_inner{
    width: 800px;
    margin: 0 auto;
}

.qa_detail{
    margin-top: 40px;
}

.qa_detail li{
    margin-bottom: 40px;
}

.txt_question{
    font-family: 'Zen Kaku Gothic New', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #9D6854;
    border-bottom: solid 2px #746C57;
    padding-bottom: 10px;;
}

.txt_anser{
    line-height: 24px;
    margin-top: 10px;
}

.qa_bold{
    font-weight: 700;
}

.cta{
    background-color: #F2EAE6;
    padding: 53px 0;
}

.cta .iv_reserve{
    margin-top: 0;
}

@media screen and (max-width: 768px){
    .pc{
        display: none;
    }

    .sp{
        display: block;
    }
    .header_left{
       padding-left: 55px;
    }

    .mv_invitation{
        height: 275px;
    }

    .mv_invitation_sp{
        padding: 40px 30px 60px;
    }

    .mv_txt01_sp{
        font-size: 24px;
        text-align: center;
    }

    .mv_txt02{
        width: 100%;
    }

    .iv_reserve{
        width: 100%;
        box-sizing: border-box;
    }
    .txt_title02{
        font-size: 20px;
    }

    .txt_title03{
        font-size: 12px;
    }

    .invitation_inner{
        padding: 0 30px;
        width: 100%;
        box-sizing: border-box;
    }

    .img_invitation01{
        height: auto;
    }

    .dish_left{
        width: 100%;
    }

    .detail_dish_inner01 .dish_right{
        display: none;
    }


    .detail_dish_inner02{
        margin-top: 30px;
        flex-direction: column-reverse;
    }
    .detail_dish_inner02 .dish_right{
        width: 100%;
        margin-bottom: 16px;
    }

    .list_tea li{
        padding-bottom: 16px;
        margin-bottom: 16px;
    }
    .tea_txt{
        font-size: 10px;
        display: flex;
        flex-direction: column;
        line-height: 1;
        justify-content: center;
    }
    .qa_inner{
        width: 100%;
        padding: 0 30px;
        box-sizing: border-box;
    }

    .cta{
        padding: 53px 30px;
    }
    .invitation {
        padding-top: 55px;
    }
    .header_btn a {
        width: auto;
    }

}
