.restaurant{
    background-image: url(https://img.travel.rakuten.co.jp/share/image_up/141354/LARGE/4930981cf51b7bd43707ea5f8faf5f443a2e330e.47.9.26.3.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 90vh;
    width: 100%;
}
.restraurant-container .contents{
    background-color: rgba(0,0,0,0.6);
    width: 100%;
    height: 190px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.restraurant-container .contents h1{
    font-family: "Times New Roman";
    color: #fff;
    text-align: center;
    font-size: 20px;
}
.restraurant-container .contents span{
    display: block;
    font-size: 12px;
    margin-bottom: 4px;
}
.restaurant-nav{
    display: flex;
    justify-content: space-between;
    margin-bottom: 80px;
}
.restaurant-nav a{
    display: block;
    width: 20%;
}
.bg{
    position: relative;
}
.bg::before{
    content: "";
    display: block;
    position: absolute;
    bottom: 12px;
    left: 50%;
    width: 20px;
    height: 20px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    transform: translateX(-50%) rotate(135deg);
}
.bg01{
    background-image: url(https://img.travel.rakuten.co.jp/share/image_up/141354/LARGE/4930981cf51b7bd43707ea5f8faf5f443a2e330e.47.9.26.3.jpg);
    background-size: cover;
    background-position: center;
    height: 190px;
}
.bg02{
    background-image: url(https://img.travel.rakuten.co.jp/share/image_up/141354/LARGE/e84cd89b12e2c177cb386fdbe166b6dcc3ae13b6.47.9.26.3.jpg);
    background-size: cover;
    background-position: center;
    height: 190px;
}
.bg03{
    background-image: url(https://img.travel.rakuten.co.jp/share/image_up/141354/LARGE/1ae87694b040dff530181a58abb56ab386feb7be.47.9.26.3.jpg);
    background-size: cover;
    background-position: center;
    height: 190px;
}
.bg04{
    background-image: url(https://img.travel.rakuten.co.jp/share/image_up/141354/LARGE/4490e5f0ad90479d976271f019e904dd50a00b18.47.9.26.3.jpeg);
    background-size: cover;
    background-position: center;
    height: 190px;
}
.bg05{
    background-image: url(https://img.travel.rakuten.co.jp/share/image_up/141354/LARGE/eec0c60a47775b6269e1e21f008ef348b4e32593.47.9.26.3.jpg);
    background-size: cover;
    background-position: center;
    height: 190px;
}
.restaurant-item{
    width: 1080px;
    margin: 0 auto 60px;
}
.restaurant-item img{
    height: 550px;
    width: 100%;
    object-fit: cover;
}
.restaurant-item h1{
    font-family: "Times New Roman";
    color: #CEB4A9;
    margin-bottom: 8px;
    font-size: 44px;
    text-align: center;
}
.restaurant-item h2{
    font-size: 24px;
    text-align: center;
}
.restaurant-item > div{
    padding: 32px 65px;
}
.restaurant-item p{
    text-align: left;
    margin-bottom: 42px;
}
dl{
    display: flex;
    flex-flow: row wrap;
    width: 100%;
    margin-top: 42px;
}
dl > dt {
    flex-basis: 15%;
    padding: 16px 0;
    border-bottom: 1px solid #CAABA0;
    font-size: 16px;
}
dl > dd {
    flex-basis: 85%;
    padding: 16px 0;
    background-color: #fff;
    border-bottom: 1px solid #CAABA0;
    font-size: 16px;
    line-height: 1.4;
}
dl > dt:first-child {
    border-top: 1px solid #CAABA0;
}
dl > dd:nth-child(2) {
    border-top: 1px solid #CAABA0;
}