*{
    margin: 0;
    padding: 0;
  }
  body{
    font-family: "游明朝体","Yu Mincho",YuMincho,"ヒラギノ明朝 Pro","Hiragino Mincho Pro","MS P明朝","MS PMincho",serif;
  }
  li{
    list-style: none;
  }
  img{
    display: block;
  }
  a{
    display: block;
  }
  @media screen and (min-width:768px){
    
    .sp{
      display: none;
    }
    .pc{
      display: block;
    }
    .wrap{
       overflow: hidden;
    }
    header{
        color: white;
        background-color: #000;
        height: 120px;
    }
    #headerTop{
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
    }
    #logo{
        float: left;
        margin-top: 10px;
    }
    #logo:hover{
        opacity: 0.6;
    }
    #headerMenu{
        font-size: 18px;
        display: flex;
        padding-top: 15px;
        padding-left: 100px;
    }
    #headerMenu p:nth-child(1){
        margin-top: 25px;
        margin-right: 55px;
    }
    #nav-toggle span{
        background-color: #fff;
        width: 40px;
        height: 3px;
        display: block;
        position: absolute;          
        transition:1.0s;             
    }
    #nav-toggle span:nth-child(1){
        top: 0;            
    }
    #nav-toggle span:nth-child(2){
        top: 10px;
    }
    #nav-toggle span:nth-child(3){
        top: 20px;
    }
    #nav-toggle{
        position: relative;
        top: 30px;
        width: 40px;
        height: 40px;
        border-radius: 5px;
        border: 2px solid #000;
        cursor: pointer;
        left: 30px;
        z-index: 10000;
    }
    .open #nav-toggle span:nth-child(1){
        top: 10px;
        transform: rotate(45deg);
    }
    .open #nav-toggle span:nth-child(2){
        opacity: 0;
    }
    .open #nav-toggle span:nth-child(3){
        top: 10px;
        transform: rotate(-45deg);
    }
    #menu-list{
        width: 100%;
        height: 100vh;
        background-color:#222;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateY(-100vh);
        transition: 1.0s;
        z-index: 1000;
        color: #fff;
    }
    .open #menu-list{
        width: 100%;
        height: 100vh;
        background-color: #111;
        position: fixed;
        top: 0;
        left: 0;
        transform: translateY(0);
        color: #fff;
    }
    #menu-list ul{
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        font-size: 30px;
    }
    #menu-list ul li{
        margin-bottom: 20px;
    }
    #menu-list ul li:hover{
        cursor: pointer;
        text-decoration: underline;
    }
    .reservation{
        font-size: 24px;
        padding-top: 9px;
        background-color: #fff;
        color: #333;
        width: 196px;
        height: 70px;
        text-align: center;
        border-radius: 1px;
        float: right;
        margin-left: 30px;
        font-weight: bold;
        margin-left: auto;
        margin-right: auto;
    }
    #main{
        color: #fff;
        writing-mode: vertical-rl;
        background-image: url(../../images/mainvisual.png);
        width: 100%;
        height: 1000px;
        margin-left: auto;
        margin-right: auto;
        background-repeat: no-repeat;
    }
    #main h1{
        margin-top: 90px;
        margin-right: 75px;
        font-size: 30px;
    }
    #about{
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fdfbf8;
        margin-top: 80px;
        padding-bottom: 10px;
        color: #333;
    }
    #about:hover{
        cursor: pointer;
        opacity: 0.6;
    }
      h2{
        padding-top: 15px;
        padding-bottom: 5px;
        text-align: center;
    }
    #about p{
          font-size: 16px;
          margin-left: 200px;
    }
    #news{
        margin-top: 50px;
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fdfbf8;
        font-size: 16px;
        padding-bottom: 10px;
        color: #333;
    }    
    #news h2{
        text-align: center;
    } 
    #news ul li{
        margin-left: 300px;
    }    
    #seasons{
        margin-top: 50px;
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        background-color: #fdfbf8;
        padding-bottom: 10px;
        color: #333;
    }
    #seasons span{
        display: block;
        display: flex;
    }
    #seasons P{
        margin-left: 140px;
    }
    #hotspring{
        margin-top: 50px;
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
         background-color: #fdfbf8;
         color: #333;
    }
    #hotspring h2{
        padding-top: 110px;
        padding-bottom: 20px;
    }
   .pc span :nth-child(2){
        padding-left: 15px;
        padding-right: 15px;
    }
    #restaurants{
        margin-top: 50px;
        width: 1000px;
        background-color: #fdfbf8;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
        color: #333;
    }
    #restaurants h2{
        padding-top: 110px;
        padding-bottom: 20px;
    }
    .pc{
        display: flex;
    }
    .pc:hover{
        cursor: pointer;
        opacity: 0.6;     
    }
    #foods{
        display: flex;
        margin-top: 40px;
    }
    #foods:hover{
        cursor: pointer;
        opacity: 0.6;     
    }
    #foods h3{
        text-align: center;
        margin-bottom: 10px;
    }
    #japan{
        width: 450px;
        margin-left: auto;
        margin-right: auto;
    } 
    #french{
        width: 450px;;
        margin-left: auto;
        margin-right: auto;
    }
    #foods p{
        margin-top: 10px;
    }
    #access{
        margin-top: 50px;
        width: 1000px;
        background-color: #fdfbf8;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 10px;
        color: #333;
    }
    #access:hover{
        cursor: pointer;
        opacity: 0.6;
    }
    #access p{
        text-align: center;
        padding-bottom: 10px;
    }
    #access ul li:nth-child(2n+1){
        text-align: center;
        padding-top: 10px;
    }
    #access ul li:nth-child(2n){
        padding-left: 200px;
    }
    footer{
        background-color: #000;
        color: #fff;
        margin-top: 100px;
    }
    #footerTop{
        width: 1000px;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        padding-top: 25px;
    }
    #footerTop a:hover{
        opacity: 0.6;
    }
    #reserve{
    font-size: 24px;
    padding-top: 9px;
    background-color: #fff;
    color: #333;
    width: 196px;
    height: 70px;
    text-align: center;
    border-radius: 1px;
    float: right;
    margin-left: 30px;
    font-weight: bold;
    margin-left: auto;
    margin-right: auto;
  }
  #reserve:hover{
    cursor: pointer;
    opacity: 0.6;
  }
  #footerMenu{
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
    font-weight: bold;
    padding-bottom: 50px;
  }
  #left{
    float: left;
    margin-top: 40px;
    margin-left: 165px;
  }
  #left :hover{
    cursor: pointer;
    text-decoration: underline;
  }
  #right{
    float: right;
    margin-top: 35px;
    margin-right: 130px;
  }
  #right :nth-child(-n+2):hover{
    cursor: pointer;
    text-decoration: underline;
  }
  #sns{
    clear: both;
    padding-bottom: 15px;
    padding-top: 20px;
  }
  #sns h3{
    text-align: center;
  }
   #sns div{
    background-color: #fff;
    color: #333;
    width: 370px;
    height: 70px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 10px;
    display: flex;
    margin-top: 20px;
  }
  #sns div:hover{
    cursor: pointer;
    opacity: 0.6;
  }
  #sns p{
   padding-top:25px;
   font-size: 18px;
   padding-left: 20px;
  }
  #sns img{
    padding-top:15px;
    width: 40px;
    height: 40px;
    padding-left: 10px;
  }
}