@charset "UTF-8";

.header-menu {
    background-color: rgb(239, 227, 227);
    height: 7.5vw;
}

li {
    font-size: 2.5vw;
    list-style: none;
    float: left;
    padding-top: 2vw;
    padding-right: 2vw;
}

.menu {
    text-decoration: none;
    color: inherit;
}

.title {
    line-height: 1;
    text-align: center;
    font-size: 7vw;
    font-weight: bolder;
    color:rgba(210, 94, 94, 0.993);
    line-height:0%;
}

.ryokin-hyou {
    padding-left: 6%;
    font-size: 2vw;
    font-weight: 1000;
}

.sentence {
    padding-right: 6%;
    padding-left: 6%;
    font-weight: bolder;
    font-size: 1.5vw;
}

.button005 a {
    border-radius: 3vw;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    max-width: 40vw;
    margin: 0 auto;
    padding: 2vw 5vw;
    color: #FFF;
    transition: 0.3s ease-in-out;
    font-weight: 10vh;
    background: rgb(149,202,252);
    background: linear-gradient(270deg, rgba(149,202,252,1) 0%, rgba(107,182,255,1) 100%);
    text-decoration: none;
    text-align: center;
}

.button005 a:hover {
    background: rgb(117,188,255);
    background: linear-gradient(270deg, rgba(117,188,255,1) 0%, rgba(62,159,252,1) 100%);
}

.reservation {
    text-align: center;
    font-weight: bolder;
    font-size: 3vw;
}

.center {
    text-align: center;
    margin:0 auto;
}

.flour1 {
    margin-left: 30vw;
    margin-right: vw;
    text-align: center;
    width: 40vw;
    height:30vw;
}

.flour2 {
    padding-top: 3vw;
    margin-left: vw;
    margin-right: vw;
    text-align: center;
    width:35vw;
    height:25vw;
}