.header {
    left: 70px;
    bottom: -70px;
    padding: 0;
}
.sctiveheaderTitle {
    display: flex;
    font-family: 'Shippori Mincho';
    justify-content: space-between;
    margin-right: 20px;
}
.sctiveheaderText {
    margin-top: 10px;
    margin-left: 20px;
    font-size: 10px;
}
.sctiveheaderTitleText h1{
    font-size: 72px;
    position: relative;
    top: -40px;
}
.sctiveheaderTitleText p{
    display: flex;
    justify-content: flex-end;
    font-size: 18px;
}
.food1 img{
    width: 800px;
    height: 1000px;
}
.food1text{
    width: 440px;
    padding-left: 20px;
    border-left: 1px solid #000;
    margin-top: 100px;
}
.food1img {
    display: flex;
    justify-content: flex-end;
}
.food1 {
    margin: 100px 162px 200px 58px;
}
.food1text h2 {
    font-size: 32px;
    font-family: shippori mincho;
    padding-bottom: 50px;
}
.food1text p {
    font-size: 14px;
    line-height: 28px;
}
.menuGrid {
    width: 1270px;
    display: flex;
    flex-wrap: wrap;
    gap: 58px;
    justify-content: center;
}
.menuItem {
    width: 346px;
    height: 408px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}
.menuDescription {
    width: 326px;
}
.menuDescription h2 {
    padding: 35px 0 10px 0;
    font-size: 14px;
}
.descriptionText {
    font-size: 14px;
    line-height: 28px;
}
.container1 {
    justify-self: center;
    border: 1px solid #000;
    padding-bottom: 84px;
    padding-top: 158px;
}
.header1 {
    display: flex;
    flex-direction: column;
    align-items: center;
    transform: translateY(-180px);
}
.mainTitle {
    font-size: 36px;
    font-family: shippori mincho;
    text-align: center;
    width: 384px;
    height: 48px;
    background-color: #fff;
}
.subTitle {
    font-size: 14px;
    display: flex;
    font-family: oswald;
    height: 28px;
    align-items: center;
}
.food2 {
    background-image: url(../images/Restaurant.png);
    height: 516px;
    margin-top: 224px;
    margin-bottom: 200px;
}
.food2Menu {
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.food2Menu ul {
    width: 555px;
    font-size: 14px;
}
.food2Menu ul li {
    display: flex;
    justify-content: space-between;
    margin-bottom: 15px;
    padding-bottom: 15px;
}
.food2Menu ul .food2store {
    border-bottom: 1px solid #000;
}
.foo2Title {
    text-align: center;
    line-height: 48px;
    transform: translateY(-25px);
    text-align: center;
}
.mainTitle2 {
    font-size: 32px;
    font-family: 'Shippori Mincho';
}
.subTitle2 {
    font-size: 14px;
    font-family: Oswald;
}