/* Media Query
================================================ */
/* 大ディスプレイ */
@media screen 
    and (min-width: 1200px) {}
/* 小ディスプレイ */
@media screen 
    and (max-width: 1024px) {}
/* タブレット（Landscape） */
@media screen 
    and (min-width: 769px) 
    and (max-width: 1024px) {
        /*かけらーめん部分*/
        .max p{
            font-size: 20px;
        }
        .ramen img {
            height: 400px;
            width: 400px;
        }
        .kakemen h3 {
            line-height: 40px;
            margin-bottom: 40px;
            margin-top: 30px;
        }
        .kakemen p {
            font-size: 15px;
            line-height: 40px;
        }
        .kakemen {
            text-align: center;
            margin-right: 100px;
        }
        /*インスタ部分*/
        .guramu{
            margin: 0px;
        }
        section h2{
            margin: 100px 0px 100px 260px;
        }
    }
/* タブレット（Portrait） */
@media screen 
    and (min-width: 736px)
    and (max-width: 768px) {}
/* タブレット（Portrait） + スマートフォン */
@media screen 
    and (max-width: 768px) {
        body{
            font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
          }
          h1{
            font-size: 25px;
          }
          h2{
            font-size: 20px;
          }
          h3{
            font-size: 15px;
          }
        /*ヘッダー・トップ画像*/
        .rd{
            display: block;
            height: 150px;
            width: 100%;
            background-color:#A63823;
        }
        .bl{
            display: block;
            height: 150px;
            width: 100%;
            background-color: #1B2951;
        }
          .header{
              display: none;
          }
          .res{
              display: block;
              position: absolute;
              top: 30px;
              left: 30px;
              width: 70px;
              height: 70px;
              position: fixed;
          }
          /*========= ナビゲーションのためのCSS ===============*/

#g-nav{
    /*position:fixed;にし、z-indexの数値を小さくして最背面へ*/
    position:fixed;
  z-index: -1;
  opacity: 0;/*はじめは透過0*/
    /*ナビの位置と形状*/
  top:0;
  width:100%;
    height: 100vh;/*ナビの高さ*/
  background:white;
    /*動き*/
  transition: all 0.3s;
  display: block;
  }
  
  /*アクティブクラスがついたら透過なしにして最前面へ*/
  #g-nav.panelactive{
  opacity: 0.7;
  z-index:999;
  }
  
  /*ナビゲーションの縦スクロール*/
  #g-nav.panelactive #g-nav-list{
    /*ナビの数が増えた場合縦スクロール*/
    position: fixed;
    z-index: 999; 
    width: 100%;
    height: 100vh;/*表示する高さ*/
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  
  /*ナビゲーション*/
  #g-nav ul {
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:30%;
    left:50%;
    transform: translate(-50%,-50%);
  }
  
  #g-nav.panelactive ul {
    display: block;
  }
  
  /*リストのレイアウト設定*/
  
  #g-nav li{
    list-style: none;
    text-align: center;
  }
  
  #g-nav li a{
  text-decoration: none;
  padding: 10px 10px 30px 10px;
  display: block;
  text-transform: uppercase;
  letter-spacing: 0.1em;
  font-weight: bold;
  color: #A63823; 
  font-size: 25px;
  }
  
  /*========= ボタンのためのCSS ===============*/
  .openbtn{
    position:fixed;
    z-index: 9999;/*ボタンを最前面に*/
    top:32px;
    right: 30px;
    cursor: pointer;
    width: 60px;
    height:50px;
    display: block;
  }
  
  /*×に変化*/	
  .openbtn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 5px;
    border-radius: 2px;
    background-color:white;
    width: 35px;
  }
  
  .openbtn span:nth-of-type(1) {
  top:15px;	
  }
  
  .openbtn span:nth-of-type(2) {
  top:30px;
  }
  
  .openbtn span:nth-of-type(3) {
  top:45px;
  }
  
  .openbtn.active span:nth-of-type(1) {
    top: 18px;
    left: 18px;
    transform: translateY(6px) rotate(-45deg);
    width: 30%;
  }
  
  .openbtn.active span:nth-of-type(2) {
  opacity: 0;
  }
  
  .openbtn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform: translateY(-6px) rotate(45deg);
    width: 30%;
  }
  
        /*リード部分*/
        main{
            margin-bottom: 100px;
        }
        main h1 {
            padding-top: 50px;
            padding-bottom: 50px;
            line-height: 50px;
        }
        .min p{
            font-size: 11px;
            line-height: 25px;
        }
        .max{
            display: none;
        }
        .min{
            display: block;
        }
        /*メニューらーめん部分*/
        .yokonara {
            display: flex;
            justify-content: center;
            margin-bottom: 20px;
        }
        .men{
            margin-bottom: 30px;
        }
        .men h1 {
            margin-bottom: 30px;
        }
        .ramen img {
            height: 150px;
            width: 150px;
        }
        .ramen{
            margin: 0px;
        }
        .kakemen {
            text-align: center;
            margin: 0px;
        }
        .kakemen h3 {
            line-height:50px;
            margin: 0px 0px 0px 20px;
            font-size: 15px;
        }
        .tyou{
            display: block;
            text-align: center;
            font-size: 10px;
            line-height: 20px;
        }
        .kakemen p{
            display: none;
        }
        /*メニュートッピング部分*/
        .topping h1 {
            margin: 80px 0px 30px 0px;
        }
        .bottom h2{
            font-size: 22px;
        }
        .bottom p{
            font-size: 10px;
        }
        .topimg {
            margin-top:20px;
            margin-bottom: 10px;
        }
        .topimg img {
            width: 85%;
        }
        .topimg p {
            display: none;
        }
        .pic{
            display: block;
            font-size: 10px;
            width: 90%;
            margin: 0 auto;
            text-align: center;
        }
        /*メニューサイドメニュー部分*/
        .sidemenu p{
            font-size: 10px;
        }
        .side {
            margin-top: 30px;
        }
        /*ウイスキー部分*/
        .whisky h1 {
            margin: 100px 0px 20px 0px;
        }
        .whisky {
            text-align: center;
            margin-bottom: 0px;
            border-bottom: 3px solid white;
        }
        .item img {
            height: 180px;
            width: 70px;
            margin: 0px;
        }
        .total h2 {
            margin-top: 0px;
            text-align: center;
            font-size: 30px;
        }
        .whisky p {
            display: inline-block;
            margin-bottom: 50px;
            font-size: 10px;
        }
        .item p {
            font-size: 10px;
            margin: 0px 0px 50px 0px;
        }
        .item {
            display: inline-block;
            text-align: center;
        }
        .six{
            margin: 10px 40px 0px 20px;
        }
        .sebun{
            margin: 10px 50px 0px 30px;
        }
        .eito{
            margin: 10px 55px 0px 40px;
        }
        .attention {
            text-align: center;
            margin: 20px 2px 20px 0px;
            font-size: 12px;
        }
        /*その他のアルコール*/
        .beer {
            text-align: center;
            margin: 50px 0px;
        }
        .beer h2 {
            margin-top: 30px;
            font-size: 18px;
        }
        .champagne {
            text-align: center;
            margin: 60px 0px 80px 0px;
        }
        .champagne h2 {
            margin-top: 30px;
            font-size: 16px;
        }
        .nonalcohol h2 {
            margin-top: 30px;
        }
        /*ソフドリ*/
        /*Instagram埋め込み*/
        .guramu {
            display: inline-block;
            text-align: center;
            margin-left: 0px;
            width: auto;
        }
        section h1 {
            font-size: 20px;
            color: #707070;
            margin: 70px 0px 50px 0px;
        }
        section h2{
            margin:80px 20px 30px 20px;
            width: auto;
            padding: 30px;
            font-size: 30px;
        }
        /*フッター*/
        footer img{
            height: 150px;
        }
        small {
            position: absolute;
            bottom: 0px;
            right: 10px;
            font-size: 8px;
        }
        .insta {
            position: absolute;
            bottom: 35px;
            right: 90px;
            height: 35px;
            width: 35px;
            background-color: white;
            border-radius: 10px;
        }
        .ikon {
            position: absolute;
            bottom: 0px;
            right: 130px;
            width: 80px;
            height: 80px;
        }
        /*その他*/
    }
/* スマートフォン */
@media screen 
    and (max-width: 736px) {}
/* スマートフォン */
@media screen 
    and (max-width: 320px) {}
