body {
    background-color : #f9f9f9;
}

a {
    color: rgb(27 29 33);
    font-weight: bold;
}

a:hover {
    color: rgb(117, 119, 122);
    font-weight: bold;
}

.container{
    position: relative;
    width : 1280px;
    margin : 0px auto 0px auto;
}

@media screen and (max-width:1280px) { 
    /*　画面サイズが1280pxまではここを読み込む　*/
.container{width: 100%;}
}

.rogo-image {
    display : block;
    width : 220px;
    height : auto;
    margin : 0px auto 10px auto;
}

.inner-container{
    position: relative;
    width : 85%;
    margin : 0px auto 0px auto;
}

.topimage {
    width : 100%;
    height : auto;
}

.oshirase_image {
    display : block;
    width : 85%;
    height : auto;
    margin : 40px auto 0px auto;
}

.restaurant-main-image {
    width : 100%;
    height : auto;
    margin : 40px auto 0px auto;
}

.restaurant-sub-image {
    width : 100%;
    height : auto;
    margin : 10px auto 0px auto;
}
.restaurant-text {
    width : 100%;
    height : auto;
    margin : 0px auto 40px auto;
}
.emoji {
    display: inline !important;
    border: none !important;
    box-shadow: none !important;
    height: 1em !important;
    width: 1em !important;
    margin: 0 0.07em !important;
    vertical-align: -0.1em !important;
    background: none !important;
    padding: 0 !important;
}

.restauraunt-flex-box {
    display : block;
    margin: 20px 0px 0px 0px;
    gap: 15px;
}

@media screen and (min-width:820px) { 
    /*　画面サイズが820pxまではここを読み込む　*/
.restauraunt-flex-box{display : flex;flex-direction: row;}
}

.rf-figure {
    flex : 1;
    margin : 0px 0px 0px 0px;
}
.rf-title {
    width : 100%;
    height : auto;
    margin : 0px auto 0px auto;
}

.rf-title-blank {
    display : none;
    width : 100%;
    height : 1px;
    margin : 0px auto 0px auto;
}

.rf-image {
    width : 100%;
    height : auto;
    margin : 10px auto 0px auto;
}

@media screen and (max-width:820px) { 
    /*　画面サイズが820pxまではここを読み込む　*/
.rf-figure{margin : 0px 0px 0px 0px;}
}

.icon {
    position: relative;
    top: 5px;
    left: 0px;
    width : 20px ;
    height : 20px;
}

.footer {
    background-color : #e2e1e1;
    margin : 0px 0px 0px 0px;
    padding : 100px 0px 100px 0px;
}

.footer-rogo-image {
    display : block;
    width : 220px;
    height : auto;
    margin : 0px auto 10px auto;
}

.footer-address {
    width: 300px;
    text-align: center;
    margin : 50px auto 10px auto;
    color: #7b7b7b;
    font-size: 14px;
}