/* ～～～～～～～～～～～～～～～～～～～ */
/* 天然鰻のｃｓｓ */
/* ～～～～～～～～～～～～～～～～～～～ */


@charset "utf-8";
*{
    padding: 0;
    margin: 0;
}
/* 天然鰻頭の画像 */
.tennnenn-head-image{
    position: relative;
    text-align: center;
}

/* ロゴ */
.tennnenn-head-image h1.logo{
position: absolute;
top: 10%;
left: 5%;
transform: translate(-50% -50%);
background-color:  rgba(0, 0, 0, 0.6);
width: 11%;
}
.logo img{
    width: 100%;
}
/* 天然鰻の文字 */
.tennnenn ,h2{
    position:absolute;
    writing-mode: vertical-rl;
    letter-spacing: 100% ;
    top: 5%;
    right: 10%;
    font-family:  "Shippori Mincho", serif;
    font-size: 4vw;
    color: rgb(229, 235, 255);
    text-align: left;
    background-color: rgba(0, 0, 0, 0.5);
    padding-top: 5%;
    padding-left: 2%;
    padding-bottom: 0%;
    padding-right: 5%;
    letter-spacing: 0.2rem;
}
.noukou{
    font-size: 1.4vw;
    color: rgb(229, 235, 255);
    letter-spacing: 0.2em;
    text-align: left;
}

/* トップメニュー */
.menu ul{
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin:  2%;  
}
.menu a{
    color: black;
    font-family: "Shippori Mincho", serif;
    font-weight: 500;
    font-size: 1.5vw;
    letter-spacing: 0.05em;
}

/* メニューボタンの色の変化 */
.menu a:hover{
color: #a22041;
background-color: rgba(162, 32, 65, 0.1);
-webkit-transition: all .2s; transition: all .2s;
}

/* 昔の尾張屋画像 */
.tennnenn-back-img{
    background-attachment: fixed;
    background-image: url(gazou/tennnenn-back-img.jpg);
    background-size: 100% 100%;
    width: 100%;
    height: 100vh;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
}
.tennnenn-back-img::before {
  content: '';
  background-color: rgba(0,0,0,.7);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

/* 値段表 */
.nedannhyou{
    padding: 3%;
    text-align: right;
    z-index: 2;
    color: rgb(229, 235, 255);
    font-size: 1.4vw;
    height: 100%;
    position: absolute;
    top: 3%;
    right:5%;
}
/* 英訳 */
.box{
    color: rgb(229, 235, 255);
    font-size: 1vw;
    font-family: sans-serif;
}
.nedannhyou table{
    z-index: 2;
}
.nedannhyou h3{
    color: rgb(229, 235, 255);
    font-size: 1.8vw;
    padding-bottom: 8%;
    font-family: "Shippori Mincho", serif;
    border-bottom: 2px solid rgb(229, 235, 255);
}
.nedannhyou h4{
    font-size: 1.6vw;
    padding-top: 8%;
    padding-bottom: 8%;
    font-family: "Shippori Mincho", serif;
}
.nedannhyou td{
    line-height: 1.5;
}


/* フッター */
footer{
    text-align: center;
    font-family: serif;
    background-color: black;
    color: rgb(229, 235, 255);
}