@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 {
    padding-right: 6%;
    padding-left: 6%;
}

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

.time {
    border-collapse: collapse;
    text-align: center;
}

th,td {
    padding: 1vw;
    font-size: 2vw;
}

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

.ryokin2 {
    padding-right: 6%;
    padding-left: 6%;
}

.sentence2 {
    padding-right: 6%;
    padding-left: 6%;
    font-size: 1.5vw;
}

.button005 a {
    border-radius: 3vw;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 40vw;
    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%);
}

.reception {
    font-size: 1.5vw;
    text-align: center;
    font-weight: 10vh;
}

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