@charset "UTF-8";
/* CSS Document */
.mu-box1{
    padding: 130px 0;
}
.mu-mark1{
    text-align: center;
    margin-bottom: 60px;
}
.mu-title1::before{
    content: 'MENU';
    display: block;
	text-align: center;
	font-family: "Zen Old Mincho", serif;
    font-weight: 500;
    font-style: normal;
	font-size: 18px;/* 19px */
}
/*-----------------------*/
.menu-box{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 1200px;
    height: auto;/* 390px */
    margin: 0 auto 100px;
    justify-content: space-between;
}
.menu-img{
    width: 540px;/* 540px */
    height: 370px;/* 370px */
    background: #F2E6E7;
    overflow: hidden;
    border-radius: 20px;
}
.menu-txt{
    width: 600px;
    padding: 10px 0;
}
.menu-tlt{
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
	font-size: 26px;/* 26px */
	line-height: 1.5;
}
.menu-msg{
    width: 100%;
    height: 100px;
    font-family: "Zen Old Mincho", serif;
    font-weight: 400;
    font-style: normal;
	font-size: 16px;/* 17px */
	line-height: 1.5;
    margin: 10px auto;
}
/*-------------*/
.menu-price{
    width: 100%;
    border-collapse: collapse;
}
.menu-price tr{
    border-bottom: 2px dotted #9A9A9A;
    font-family: "Zen Old Mincho", serif;
    font-weight: 700;
    font-style: normal;
	font-size: 19px;/* 26px */
	line-height: 1.5;
}
.menu-price tr th{
    width: 150px;
    padding: 10px 15px;
    text-align: left;
}
.menu-price tr td{}