@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%;
}

.flour {
    margin-left: 30vw;
    margin-right: vw;
    width:40vw;
    height:30vw;
}

.partition {
    display: flex;
    flex-wrap: wrap;
    list-style: none;
}

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



.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;
}

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

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

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

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

.oomoji {
    font-weight: bold;
}

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

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

.setumei2 {
    padding-right: 6%;
    padding-left: 6%;
    margin-top: 3vw;
}

.setumei3 {
    padding-right: 6%;
    padding-left: 6%;
    margin-bottom: 3vw;
    font-size: 1.5vw;
}

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

.map {
    width: 100%;
    height: 100%;
    margin-top: 1vw;
}

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

.LINE {
    width:20vw;
    height:7vw;
}