@charset "UTF-8";

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

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

.hako{
    margin-left: 20%;
}

.honbun{
    word-spacing: 1.5%;
    margin: 0 auto;
    transform: rotate(-2deg);
}


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

.link1:visited{
    font-family: arial;
    color: #3e51be;
    line-height: 180%;
    text-decoration: none;
    margin: 0 0 3% 7%;
}

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

.link2:visited{
    font-family: arial;
    color: #6844bd;
    line-height: 180%;
    text-decoration: none;
    margin: 0 0 3% 7%;  
}

.henkan{
    margin: 4% 10% 2% 3%;
}

.henkan input[type=text] {
    text-align: center;
    color: #572294;
    width: 90px;
    margin: 4px 0 3px 4px;
}

.henkan input[type=button] {
    padding: 3px 15px;
    margin: 4px 0;
}

#enterYZ1{
    display: inline-block;
    text-decoration: none;
    margin-left: 5px;
    width: 70px;
    padding: 0px 1px;
    font-weight: bold;
    border: 2px solid #5127b3;
    background: #5127b3;
    color: #fff;
}
#enterYZ1:hover {
    color: #676be1;
    background: #fff;
}


.foodline{
    width: 100%;
    position:absolute;
    color: #a132d4;
    margin-top: .5em;
    margin-bottom: 0;
    top: 60%;
    bottom: 0;
    overflow: hidden;
    z-index: -1;
}

.foodline::before{
    content: '';
    position: absolute;
    background-color: #a132d4;
    top: 50%;
    bottom: 0;
    left: 0%;
    right: 0%;
    margin-top: 2em;
    margin-bottom: -10em;
    transform: skewY(-7deg) translateY(45px);
    z-index: -1;
}