html,
body {
    margin: 0;
    padding: 0;
    font-family: Avenir, "Open Sans", "Helvetica Neue", Helvetica, Arial, Verdana, Roboto, "ヒラギノ丸ゴ Pro W4", "Hiragino Maru Gothic Pro", "ヒラギノ丸ゴ Pro", "HG丸ｺﾞｼｯｸM-PRO", "HGMaruGothicMPRO", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*全体*/

.wrap {
    position: relative;
    width: 100%;
    height: 100%;
    background-color: midnightblue;
}
/*背景*/

#wrap-main {
    background-image: url(../img/main_back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

#wrap-speisen {
    background-image: url(../img/speisen_back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

#wrap-kalender {
    background-image: url(../img/kalender_back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}

#wrap-kontakt {
    background-image: url(../img/kontakt_back.jpg);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
}
/*ヘッダー*/

#top {
    position: relative;
    /* ヘッダーの固定 */
    
    top: 0px;
    /* 位置(上0px) */
    
    left: 0px;
    /* 位置(左0px) */
    
    width: 100%;
    /* 横幅100%　*/
    
    height: 350px;
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(../img/wave_pattern.png);
    background-repeat: repeat-x;
    background-size: 60px;
    text-align: center;
}

#top-bk {
    width: 100%;
    height: 300px;
}
/*ロゴ*/

h1 img {
    width: 300px;
    margin: 0 auto;
    position: relative;
}

h1 a {
    display: none;
}

#head {
    height: 250px;
    padding: 20px;
}
/*言語セレクト*/

#lang {
    position: relative;
    text-align: right;
    right: 20px;
}

#lang-de {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: darkblue;
    color: white;
}

#lang-jp {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: darkblue;
    color: white;
}

#lang-en {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: darkblue;
    color: white;
}

.lang-select {
    color: midnightblue;
}

.lang-select:hover {
    color: white;
}
/*メニュー表記*/

.navmenu ul {
    list-style-type: none;
    padding-left: 0;
}

.navmenu li {
    position: relative;
    font-size: 20px;
    font-weight: 800;
    top: 30px;
    display: inline-block;
}

.navmenu li a {
    color: darkblue;
    padding: 30px;
}

.navmenu li+ li {
    border-left: 2px solid gray;
}

.navmenu {
    text-align: center;
}
/*ヘッダーここまで*/
/*コンテンツ全般*/

#contents {
    width: 60%;
    margin: 3% auto;
}

#contents-bk {
    width: 100%;
    height: 100%;
}

.contents-area {
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    border-radius: 20px;
}
/*メニュータブ*/

.tabs {
    position: relative;
    text-align: center;
    top: 25px;
    padding: 20px;
}

.tabs a {
    width: 10em;
    display: inline-block;
    margin: 0px 25px 0px 0px;
    padding: 8px;
    text-align: center;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 100;
    background-color: midnightblue;
    color: lightgrey;
}

p.tabs a:hover {
    color: lightslategray;
}

.tab {
    position: relative;
    margin: 30px;
    height: 100%;
    overflow: auto;
}

div.tab p {
    margin: 0.5em;
}
/*メニュー表記*/

#menu-wrap {
    position: relative;
    text-align: center;
    margin: 10px;
}

.menu-category {
    font-size: 27px;
    font-weight: 100;
}

.underline01 {
    position: relative;
    border-width: 1px 0px 0px 0px;
    border-style: dashed;
    height: 5px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
}

.menu-option {
    font-size: 20px;
    font-weight: 100;
    padding: 15px;
}

.underline02 {
    position: relative;
    border-width: 1px 0px 0px 0px;
    border-style: dotted;
    height: 5px;
    width: 95%;
    margin: 0 auto;
    padding-bottom: 20px;
    color: grey;
}

.block-wrap-nudel {
    width: 400px;
    display: inline-block;
    vertical-align: top;
    height: 210px;
}

.block-wrap-onigiri {
    width: 400px;
    display: inline-block;
    vertical-align: top;
    height: 140px;
    padding-top: 10px;
}

.block-wrap-edamame {
    width: 400px;
    display: inline-block;
    vertical-align: top;
    height: 100px;
}

.block-wrap-bionade {
    width: 400px;
    display: inline-block;
    vertical-align: top;
    height: 120px;
}

.block {
    display: inline-block;
    vertical-align: top;
    height: 100px;
}

.block-s {
    display: inline-block;
    vertical-align: top;
    height: 60px;
    line-height: 1.4em;
}

.menu-block {
    width: 230px;
    text-align: left;
}

.menu-block-s {
    width: 170px;
    text-align: left;
}

.price-block {
    position: relative;
    width: 7.5em;
    text-align: right;
}

.price-block-s {
    position: relative;
    width: 100px;
    text-align: right;
    padding-right: 20px;
}

.menu-menu {
    font-size: 20px;
    font-weight: 800;
    line-height: 1.5em;
}

.menu-menu-s {
    font-size: 16px;
    font-weight: 500;
}

.menu-description {
    font-size: 15px;
}

.price-type {
    font-size: 15px;
}

.price {
    font-size: 20px;
    font-weight: 400;
}

.menu-img {
    position: relative;
    padding-bottom: 20px;
}

.menu-img img {
    width: 60%;
    border-radius: 20px;
    box-shadow: 0px 5px 15px -5px rgba(0, 0, 0, 0.8);
}
/*カレンダー*/

#cal-wrapper {
    position: relative;
    width: 95%;
    vertical-align: middle;
    margin: 0 auto;
}

.googlecal {
    position: relative;
    padding-bottom: 100%;
    height: 0;
}

.googlecal iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100% !important;
    height: 100% !important;
}

/*コンタクト*/
.info {
    position: relative;
    width: 90%;
    margin: 0 auto;
    text-align: center;
    padding-top: 30px;
}

.info-01 {
    position: relative;
    width: 100%;
    font-size: 23px;
    color: black;
    font-weight: 400;
    padding: 1.1em;
}

.info-map img {
    width: 80%;
    padding-bottom: 1.5em;
}

.info-category {
    font-size: 27px;
    font-weight: 100;
}

.info-icon{
    top: -2px;
    position: relative;
    width: 1.5em;
    height: 1.5em;
}

/*戻るボタン*/

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: midnightblue;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 50px;
}
#page-top a:hover {
    text-decoration: none;
    background: darkblue;
}

/*フッター*/

#foot-wrap {
    position: relative;
    width: 100%;
}

#bottom {
    /*position: relative; /* フッターの固定 */
    /*bottom: 0px; /* 位置(下0px) */
    /*left: 0px; /* 位置(左0px) */
    
    width: 100%;
    /* 横幅100%　*/
    
    margin: 0 auto;
}

#bottom-bk {
    width: 100%;
    height: 260px;
}

#foot {
    background-color: rgba(255, 255, 255, 0.7);
    background-image: url(../img/wave_pattern_bottom.png);
    background-repeat: repeat-x;
    background-size: 60px;
    background-position: bottom;
    width: 100%;
    height: 260px;
    text-align: center;
}

#foot-info li {
    position: relative;
    height: 120px;
    font-size: 20px;
    font-weight: 500;
    padding-bottom: 0;
    padding: 20px;
    top: 20px;
    display: inline-block;
    text-align: left;
}

#foot-info li+ li {
    border-left: 2px solid gray;
}

#foot-info li img {
    position: relative;
    width: 275px;
    top: -15px;
}

#foot-info li a {
    position: relative;
    width: 100%;
    top: 0px;
    color: black;
}
/*フッターここまで*/