@charset "UTF-8";

body{
    font-family: serif;
    background-color:hsla(264, 20%, 95%, 0.982);
    width: 100%;
    height: 99%;
    margin: 0;
    color: #28282b;
}

.foodline{
    position: relative;
    width: 100%;
    height: 10vh;
    background: #a132d4;
    margin-bottom: 0px;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -2;
    overflow: hidden;
}

.foodline::before{
    content: '';
    position: relative;
    background-color: #8970a5;
    bottom: 5%;
    left: 0%;
    right: 0%;
    margin-bottom: 0%;
    transform: skewY(-7deg) translateY(45px);
    overflow: hidden;
    z-index: -2;
}



h3{
    border-bottom:dashed 1px #36278b;
    background-size: 20px;
}
.title{
    font-size: 1.5rem;
    color: #676be1;
}

.hako{
    border:solid 1px #d3c3ea;
    margin: 2% 1% 0 1%;
    flex: 1;
}

.link{
    font-family: arial;
    color: #7593ed;
    letter-spacing: 2px;
    line-height: 180%;
    text-decoration: none;
    border-bottom: double 3px ;  
    margin: 0 0 3% 7%;
}
