/* 全体
====================================================*/

html {
    font-size: 62.5%;
}

img {
    width: 100%;
    height: auto;
}

section {
    padding: 50px 30px;
}

.mainpage, .menupage {
    width: 100%;
    font-family: 'Noto Sans JP','游ゴシック', YuGothic,'ヒラギノ角ゴ Pro', 'Hiragino Kaku Gothic Pro', 'メイリオ', 'Meiryo', Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
    color: #fff;
}

.container {
    width: 78%;
    position: relative;
    left: 22%;
    overflow-x: hidden;
}

/* メニューページのみ適用 */
.menupage .container {
    background-image: url(../images/menu_background.png);
    background-repeat: repeat;
}

/* 共通パーツ
====================================================*/
.top_text, .recruit_strong_text, .menu_list-h3, .menu_display-h3, .menu_display-p2 {
    font-family: "Kiwi Maru";
}

.about_text, .lunch_text, .dinnerbar_text, .floor_text, .recruit_text, .access_text {
    font-size: 1.8rem;
    line-height: 30px;
}

.lunch_text, .dinnerbar_text {
    margin: 30px 0 0 35px;
}

.floor_text, .access_text {
    margin: 20px 0 0 35px;
}

.lunch_img, .dinnerbar_img, .floor_img {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.lunch_img div, .dinnerbar_img div, .floor_img div {
    width: 45%;
}

/* 画像02との高さ調整のため */
.dinnerbar_img_01 {
    width: 89%;
}

/* リンク先があるテキストに下線 */
.web_link {
    text-decoration: underline;
}

/* 重複している要素の順番の調整 */
.z-index_area {
    z-index: 1;
    position: relative;
}

/* メニューページへのリンクボタン */
.menu_link_btn, .menu_link_btn2 {
    height: 60px;
    line-height: 60px;
    display: block;
    width: 100%;
    height: 100%;
    padding-left: 30px;
    text-decoration: none;
    background: transparent;
    border: 1px solid #FFF;
    color:#FFFFFF;
    font-family: "Cormorant Garamond";
    font-size: 2.8rem;
    border-radius: 12px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
}

.menu_link_btn {
    width: 263.5px;
    margin: 20px 0 15px 0;
}

.menu_link_btn2 {
    width: 364.5px;
    margin: 30px 0 15px 0;
}

.menu_link_btn::after, .menu_link_btn2::after {
    content: '';
    width: 12px;
    height: 12px;
    border: 0;
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    transform: rotate(45deg);
}

.menu_link_btn::after {
    position: absolute;
    bottom: 25px;
    left: 270px;
}

.menu_link_btn2::after {
    position: absolute;
    bottom: 25px;
    left: 360px;
}

.menu_link_btn:hover, .menu_link_btn2:hover {
    background:#eeb949;
    border: 1px solid #eeb949;
    color:#FFFFFF;
    box-shadow: none;
    transition: all .5s ease;
}

/*TOPへ戻るボタン*/
#pagetop {
    height: 65px;
    width: 65px;
    position: fixed;
    right: 30px;
    bottom: 30px;
    background: #eeb949;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 2;
}

.pagetop__arrow {
    height: 15px;
    width: 15px;
    border-top: 3px solid #FFFFFF;
    border-right: 3px solid #FFFFFF;
    transform: translateY(20%) rotate(-45deg);
}

/*PC向けサイト
====================================================*/

@media screen and (min-width: 1025px) {
   /* PCでは非表示 */
    .sp-menubar {
        display: none !important;
    }
}

/* 見出し
====================================================*/
h1 {
    padding-top: 10px;
}

h1 img {
    width: 60%;
}

/* メイン、メニュー共通の見出し */
.mainpage_h2, .menupage_h2 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 7rem;
    text-transform: uppercase;
}

/* メインページの見出し(jsでアニメーション設定) */
.mainpage_h2 {
    margin-bottom: 50px;
    opacity: 0;
    transform: translateY(30px);
    transition: opacity 1.5s, transform 1s;
}

.mainpage_h2.active {
    opacity: 1;
    transform: translateY(0px);
}

/* メニューページのみの見出し */
.menupage_h2 {
    background-image: url(../images/menu_logo.png);
    background-repeat: no-repeat;
    background-position: center 20px;
    background-size: 900px;
    text-align: center;
    line-height: 414px;
    height: 414px;
    font-size: 7rem;
}

.menu_list-h3,.menu_display-h3 {
    font-size: 5.2rem;
}

.menu_list-h3 {
    padding: 80px 0 80px 50px;
    font-size: 4.5rem;
}

.menu_display-h3 {
    padding-left: 50px;
    font-size: 4.5rem;
}

h4 {
    font-family: 'Cormorant Garamond', serif;
    font-weight: 700;
    font-style: normal;
    font-size: 5.5rem;
    text-transform: uppercase;
    padding-left: 50px;
}

/* サイドバー
====================================================*/

.sidebar {
    width: 22%;
    height:100%;
    position: fixed;
    font-size: 2rem;
    text-transform: uppercase;
    text-align: center;
    background-color: #065471;
    overflow-y: auto;
}

.nav {
    margin: 10px 0 10px 0;
}

.nav li {
    padding: 10px 0;
}

.nav li a:hover {
    border-bottom: dashed 1px #fff;
}

.sns, .sns_footer {
    display: flex;
}

.sns li img {
    width: 60%;
    cursor: pointer;
    transition-duration: 0.3s;
}

/* firefoxのみ */
@-moz-document url-prefix() {
    .sns li img {
        height: 70px;
    }
}

.sns_Wifi-free_icon_img {
    width: 10%;
}

.sns li:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}

.sns li {
    margin: 0 auto;
}

/* TOP
====================================================*/

#top {
    background-image: url(../images/top.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    position: relative;
    padding: 350px 0;
}

/* TOPページのテキスト(jsでアニメーション設定) */
.top_text {
    line-height: 55px;
    font-size: 3.8rem;
    position: absolute;
    right: 20px;
    bottom: 0;
}

.load-fade {
    opacity: 0;
    visibility: hidden;
    transition: all 3s;
}

.load-fade.is-show {
    opacity: 1;
    visibility: visible;
}

.contact {
    background-image: url(../images/contact.png);
    background-repeat: no-repeat;
    background-size: 450px;
    width: 450px;
    position: absolute;
    top: 35px;
    left: 50%;
    color: #603813;
}

.contact_text {
    text-align: center;
    margin: 15px 0;
    line-height: 70px;
    font-size: 3.3rem;
}

.tel {
    font-family: 'Noto Sans';
    font-size: 4.3rem;
    font-weight: bold;
}

.tel img {
    position: relative;
    bottom: 15px;
    right: 15px;
    width: 10%;
}

/* ABOUT
====================================================*/

#about {
    background-image: url(../images/about.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
}

.about_text {
    margin: 30px 0 0 35px;
    word-break: keep-all;
}

.about_text p {
    margin-bottom: 10px;
}

/* LUNCH
====================================================*/

#lunch {
    background-image: url(../images/lunch.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    position: relative;
}

#lunch::after {
    background-color: rgba(210,131,86,0.9);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* DINNER&BAR
====================================================*/

#dinnerbar {
    background-image: url(../images/dinner&bar.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
}

#dinnerbar::after {
    background-color: rgba(51,51,51,0.7);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* FLOOR
====================================================*/

#floor {
    background-image: url(../images/floor.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    position: relative;
}

#floor::after {
    background-color: rgba(6,84,113,0.9);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.floor_img img {
    margin: 80px auto;
}

/* RECRUIT
====================================================*/

#recruit {
    background-image: url(../images/recruit.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    width: 100%;
    height: auto;
    position: relative;
}

#recruit::after {
    background-color: rgba(210,131,86,0.6);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.recruit_text {
    text-align: center;
    padding: 140px 0;
}

.recruit_text p {
    margin-bottom: 30px;
    line-height: 1;
}

.recruit_strong_text {
    font-size: 5rem;
}

/* ACCESS
====================================================*/

#access {
    background-image: url(../images/access.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
}

#access::after {
    background-color: rgba(6,84,113,0.6);
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.access_text p {
    margin-bottom: 30px;
}

.map {
    width: 100%;
    position: relative;
    padding-top: 56.25%;
    margin-top: 79.4px;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/* フッターメニュー
====================================================*/

.footer {
    background-image: url(../images/footer.png);
    background-size: cover;
    background-repeat: no-repeat;
    font-size: 2rem;
}

.footer p {
    text-align: center;
    padding: 20px 0;
}

.footer p img {
    width: 18%;
}

.footer_menu dl {
    display: flex;
    flex-wrap: wrap;
    padding: 0 0 20px 10px;
}

.footer_menu dl dt {
    width: 18%;
}

.footer_menu dl dd {
    width: 82%;
}

.sns_footer {
    width: 90%;
    justify-content: end;
}

.sns_footer li {
    width: 8%;
    padding: 0 10px;
}

.sns_footer li img {
    cursor: pointer;
    transition-duration: 0.3s;
}

.sns_footer li:hover img {
    opacity: 0.6;
    transition-duration: 0.3s;
}

/* メニューページ
====================================================*/

.menu_list, .menu_list2 {
    font-size: 1.8rem;
    margin: 100px 0;
}

.menu_list p img, .menu_list2 p img {
    margin-left: 10px;
    width: 35%;
}

/* ランチ,ディナーメニューの一覧の共通 */
#Lunch_contents, #Dinnerbar_contents {
    width: 1200px;
}

.lunch_menu, .lunch_menu2, .lunch_menu3, .dinnerbar_menu, .dinnerbar_menu2, .dinnerbar_menu3 {
    margin-bottom: 100px;
}

.lunch_menu-info, .lunch_menu-info2, .lunch_menu-info3, .dinnerbar_menu-info, .dinnerbar_menu-info2, .dinnerbar_menu-info3 {
    position: relative;
}

.lunch_menu-info dt, .lunch_menu-info2 dt, .lunch_menu-info3 dt, .dinnerbar_menu-info dt, .dinnerbar_menu-info2 dt, .dinnerbar_menu-info3 dt {
    font-family: "游明朝 Medium", serif;
    font-size: 3.6rem;
    color: #eeb949;
}

/* ランチメニューの一覧 */
.lunch_menu-info dt {
    position: absolute;
    left: 40%;
    bottom: 350px;
}

.lunch_menu-info dd {
    position: absolute;
    left: 42%;
    bottom: 160px;
}

.lunch_menu-info2 dt {
    position: absolute;
    left: 40%;
    bottom: 180px;
}

.lunch_menu-info2 dd {
    position: absolute;
    left: 41%;
    bottom: 35px;
}

.lunch_menu-info3 dt {
    position: absolute;
    left: 40%;
    bottom: 310px;
}

.lunch_menu-info3 dd {
    position: absolute;
    left: 41%;
    bottom: 160px;
}

/* ディナーメニューの一覧 */
.dinnerbar_menu-info dt {
    position: absolute;
    left: 40%;
    bottom: 350px;
}

.dinnerbar_menu-info dd {
    position: absolute;
    left: 41%;
    bottom: 180px;
}

.dinnerbar_menu-info2 dt {
    position: absolute;
    left: 40%;
    bottom: 260px;
}

.dinnerbar_menu-info2 dd {
    position: absolute;
    left: 41%;
    bottom: 50px;
}

.dinnerbar_menu-info3 dt {
    position: absolute;
    left: 40%;
    bottom: 360px;
}

.dinnerbar_menu-info3 dd {
    position: absolute;
    left: 41%;
    bottom: 170px;
}

/* メニュー表 */
.menu_display-p {
    font-size: 2rem;
    padding: 50px 0 20px 60px;
}

.menu_display-p2 {
    font-size: 3rem;
    text-align: center;
    padding-bottom: 40px;
}

.menu_display img {
    display: flex;
    margin: 40px auto 100px;
    width: 70%;
}

/* スマートフォン向けサイト
====================================================*/

@media screen and (max-width: 1026px) {
   /* スマホサイズでは非表示 */
    .sidebar, #pagetop {
        display: none !important;
    }
   /* スクロールバー非表示 */
    .mainpage, .menupage {
        -ms-overflow-style: none;
    /*Microsoft Edge*/
    }
    .mainpage::-webkit-scrollbar, .menupage::-webkit-scrollbar {
    /*Google Chrome、Safari*/
        display: none;
    }
   /* 全体 */
    .container {
        width: 100%;
        left: initial;
    }

    .about_text, .lunch_text, .dinnerbar_text, .floor_text, .recruit_text, .access_text {
        font-size: 1.4rem;
        word-break: keep-all;
        margin: 30px 0 0 3px;
        padding: 0 20px;
    }

    .lunch_img, .dinnerbar_img {
        padding-top: 30px;
    }

    section {
        padding: 0;
    }

   /* メニューページへのリンクボタン */
    .menu_link_btn, .menu_link_btn2 {
        height: 45px;
        line-height: 45px;
        font-size: 1.5rem;
    }

    .menu_link_btn {
        width: 170px;
        margin: 20px 0 15px 0;
    }

    .menu_link_btn2 {
        width: 210px;
        margin: 30px 0 15px 0;
    }

    .menu_link_btn::after, .menu_link_btn2::after {
        border-top: 1px solid #fff;
       /* 矢印の色 */
        border-right: 1px solid #fff;
        /* 矢印の色 */
    }

    .menu_link_btn::after {
        position: absolute;
        bottom: 15px;
        left: 165px;
    }

    .menu_link_btn2::after {
        position: absolute;
        bottom: 15px;
        left: 200px;
    }

   /* メイン、メニュー共通の見出し */
    .mainpage_h2 {
        font-size: 3rem;
        padding: 50px 0 0 20px;
    }
   /* メニューページのみの見出し */
    .menupage_h2 {
        background-size: 300px 113px;
        background-position: center 90px;
        height: 300px;
        width: 100%;
        font-size: 3rem;
        line-height: 300px;
    }

    .menu_list-h3, .menu_display-h3 {
        font-size: 2.4rem;
    }

    .menu_list-h3 {
        padding: 0 0 0 30px;
    }

    h4 {
        font-size: 3rem;
        padding-left: 30px;
    }

   /* ハンバーガーメニュー */
    .sp-menubar {
        width: 100%;
        height: 60px;
        font-size: 2.6rem;
        text-transform: uppercase;
        text-align: center;
        background-color: #065471;
        position: fixed;
        /* 位置を固定 */
        z-index: 100;
    }

    .sp-menubar img {
        padding: 5px 0;
        height: 100%;
    }

   /* ハンバーガーメニューのボタン */
    .sp-menu__box {
        position: fixed;
       /* 位置を固定 */
        top: 0;
       /* 最上部 */
        right: 0;
       /* 右端 */
       /* 中の要素を上下中央寄せ */
        display: flex;
        justify-content: center;
        align-items: center;
       /* サイズ指定 */
        height: 60px;
        width: 60px;
       /* 最前面にする */
        z-index: 100;
    }

   /* メニューの白線を疑似要素を使って3本作成 */
    .sp-menu__box span, 
   /* 真ん中の線 */
    .sp-menu__box span:before, 
   /* 上の線 */
    .sp-menu__box span:after {
       /* 下の線 */
       /* contentの値を指定しないと疑似要素が生成されない */
        content: "";
       /* ３本線のサイズと色を指定 */
        display: block;
        height: 3px;
        width: 25px;
        border-radius: 3px;
        background-color: #ffffff;
       /* 3本線の位置は絶対位置で指定 */
        position: absolute;
    }

   /* 上の線の位置 */
    .sp-menu__box span:before {
       /* 真ん中の線と離す距離 */
        bottom: 8px;
    }

   /* 下の線の位置 */
    .sp-menu__box span:after {
       /* 真ん中の線と離す距離 */
        top: 8px;
    }

   /* チェックボックスは常に非表示 */
    #sp-menu__check {
        display: none;
    }

   /* チェックボックスのチェックがON（スマホ用メニューを開いた状態） */
   /* 真ん中の線 */
    #sp-menu__check:checked ~ .sp-menu__box span {
       /* 透明にして見えなくする */
        background: rgba(255, 255, 255, 0);
    }

   /* 上の線 */
    #sp-menu__check:checked ~ .sp-menu__box span::before {
       /* 真ん中の線との距離を無くす（真ん中の線と同じ位置にする） */
        bottom: 0;
       /* 右に45度傾けてバツの片側の線にする */
        transform: rotate(45deg);
    }

   /* 下の線 */
    #sp-menu__check:checked ~ .sp-menu__box span::after {
       /* 真ん中の線との距離を無くす（真ん中の線と同じ位置にする） */
        top: 0;
       /* 左に45度傾けてバツの片側の線にする */
        transform: rotate(-45deg);
    }

    #sp-menu__check:checked ~ .hamburger__content {
        left: 0;
    }

   /* ハンバーガーボタンを押してチェックがONの時だけ スマホ用メニューを画面左端に移動する */
    #sp-menu__check:checked ~ .sp-menu__content {
        left: 0;
    }

   /* 変更箇所はコメントの項目のみ */
    .sp-menu__content {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
       /* 普段は画面外にするために左端を画面右端の位置にする */
        left: 100%;
        z-index: 90;
        background-color: #065471;
       /* 右端からゆっくり移動するように表示 */
        transition: all 0.5s;
       /* スクロール */
        overflow-y: scroll;
    }

    .sp-contact {
        background-image: url(../images/contact.png);
        background-repeat: no-repeat;
        width: 250px;
        height: 141px;
        display: block;
        margin: 60px auto 0;
        color: #603813;
    }

    .sp-contact_text {
        line-height: 30px;
        padding-top: 25px;
        font-size: 1.8rem;
    }

    .sp-tel {
        font-family: 'Noto Sans';
        font-size: 2.1rem;
        font-weight: bold;
        position: relative;
    }

    .sp-tel img {
        position: absolute;
        right: 100px;
    }

    .sp-menu__list {
        padding: 20px 0;
    }

    .sp-menu__list:before, .sp-menu__list:after {
        content: '';
        background-image: url(../images/sp-menu_decoration.svg);
        background-size: contain;
        background-repeat: no-repeat;
        display: block;
        margin: 10px auto;
        width: 260px;
        height: 48px;
    }

    .sp-menu__list li {
        padding: 13px 0;
    }

    .sp-menu__list li a:hover {
        border-bottom: dashed 1px #fff;
    }

    .sp-menu__sns {
        display: flex;
        width: 300px;
        margin: 0 auto;
    }

    .sp-menu__sns li img {
        cursor: pointer;
        transition-duration: 0.3s;
        width: 70%;
    }

    .sp-menu__sns li:hover img {
        opacity: 0.6;
        transition-duration: 0.3s;
    }

    .sp-menu__sns li {
        margin: 0 auto;
    }

   /* TOP */
    #top {
        background-image: url(../images/top-sp.jpg);
        padding: 260px 0;
    }

    .top_text {
        line-height: 40px;
        text-align: center;
        font-size: 1.5rem;
        position: absolute;
        right: 10px;
        bottom: 15px;
    }

    .contact {
        background-size: 200px;
        width: 200px;
        position: absolute;
        top: 70px;
        left: 10%;
    }

    .contact_text {
        line-height: 25px;
        font-size: 1.5rem;
    }
    .tel {
        font-size: 1.8rem;
    }

    .tel img {
        position: relative;
        bottom: 0px;
        right: 10px;
    }

   /* ABOUT */
    #about {
        background-image: url(../images/about-sp.jpg);
    }

    .about_text {
        padding-bottom: 10px;
    }

    .about_text p {
        margin-bottom: 0px;
    }

   /* LUNCH */
    #lunch {
        background-image: url(../images/lunch-sp.jpg);
        padding-bottom: 10px;
    }

    #lunch::after {
        height: 100%;
    }

    .lunch_img div {
        width: 50%;
        height: auto;
        margin: 0 20px 10px 20px;
    }

   /* DINNER */
    #dinnerbar {
        background-image: url(../images/dinner&bar-sp.jpg);
        padding-bottom: 10px;
    }

    #dinnerbar::after {
        height: 100%;
    }

    .dinnerbar_img div {
        width: 65%;
        height: auto;
        margin: 0 25px 10px 25px;
    }

   /* FLOOR */
    #floor {
        background-image: url(../images/floor-sp.jpg);
        padding-bottom: 10px;
    }

    #floor::after {
        height: 100%;
    }

    .floor_img div {
        width: 90%;
        margin: 0 auto;
    }

    .floor_img {
        display: block;
    }

    .floor_img img {
        margin: 30px 0;
    }

   /* RECRUIT */
    #recruit {
        padding-bottom: 10px;
    }

    #recruit::after {
        height: 100%;
    }

    .recruit_text {
        margin: 0;
    }

    .recruit_strong_text {
        font-size: 1.8rem;
    }

   /* ACCESS */
    #access {
        height: auto;
    }

    #access::after {
        height: 100%;
    }

    .map iframe {
        height: 100%;
    }

   /* フッターメニュー */
    .footer {
        font-size: 1.4rem;
    }

    .footer p img {
        width: 30%;
    }

    .footer_menu {
        margin-bottom: 100px;
        padding-right: 0px;
    }

    .footer_menu dl dt {
        width: 30%;
    }

    .footer_menu dl dd {
        width: 70%;
    }

    .sns_footer {
        position: absolute;
        bottom: 40px;
        left: 30px;
    }

    .sns_footer li {
        width: 15%;
    }

   /* メニューページ */
   /* ランチ,ディナーメニューの一覧の共通 */
    #Lunch_contents, #Dinnerbar_contents {
        padding-top: 70px;
        width: initial;
    }

    .menu_list, .menu_list2 {
        font-size: 1.3rem;
        margin: 50px 0;
    }

    .menu_list p img, .menu_list2 p img {
        width: 50%;
        margin: 0 90px;
    }
    
    .lunch_menu, .lunch_menu2, .lunch_menu3, .dinnerbar_menu, .dinnerbar_menu2, .dinnerbar_menu3 {
        margin-bottom: 50px;
    }

    .lunch_menu-info, .lunch_menu-info2, .lunch_menu-info3, .dinnerbar_menu-info, .dinnerbar_menu-info2, .dinnerbar_menu-info3 {
        position: initial;
        margin: 10px 10px 0;
    }

    .lunch_menu-info dt, .lunch_menu-info2 dt, .lunch_menu-info3 dt, .dinnerbar_menu-info dt, .dinnerbar_menu-info2 dt, .dinnerbar_menu-info3 dt {
        position: initial;
        font-size: 2.2rem;
        margin-bottom: 10px;
    }

    .lunch_menu-info dd, .lunch_menu-info2 dd, .lunch_menu-info3 dd, .dinnerbar_menu-info dd, .dinnerbar_menu-info2 dd, .dinnerbar_menu-info3 dd {
        position: initial;
        word-break: keep-all;
    }

   /* メニュー表 */
    .menu_display-p {
        font-size: 1.5rem;
        padding: 20px 0 20px 60px 
    }

    .menu_display-p2 {
        font-size: 1.35rem;
        word-break: keep-all;
    }

    .menu_display img {
        width:90%;
        height: 90%;
        margin: 10px auto 40px;
    }
}