*{
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
html{
    font-size: 62.5%;
    font-family: nimbus-sans,ryo-gothic-plusn, sans-serif;
font-weight: 400;
font-style: normal;
font-feature-settings: "palt";

}

body{
    padding-top: 120px;
    background-color: white;
    color: black;
    
}

header{
    position: fixed;
    height: 100px;
    width: 100vw;
    top:0;
    background-color: white;

}
.header_container{
    list-style: none;
    display: flex;
    align-items: center;
    width: 100vw;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;

}
.header_item{
    display: inline;
   margin-right: 50px;
   border: solid 2px;
   padding: 12px;
   background-color: #196850;
   color: white;
   text-decoration: none;
   border-radius: 12px;
   font-size: 1.3rem;
    letter-spacing: 0.1em;
   text-align: center;

}
.header_item_sp{
    display: none;
    margin-right: 50px;
    border: solid 2px;
    padding: 8px;
    border-color: #196850;
    text-decoration: none;
    color: black;
    border-radius: 12%;
    font-size: 1.2rem;
     letter-spacing: 0.1em;
    text-align: center;
}
#nav_toggle{
    position: relative;
    height: 30px;
    width: 45px;
    margin: 0;
    border: none;
    text-align: center;
    align-items: flex-end;
    color:#196850;
    letter-spacing: 0.2em;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 15px;
}
#nav_toggle i{
    display: block;
    width: 100%;
    height: 3px;
    background-color: #196850;
    position: absolute;
    transition: transform .5s, opacity .5s;
  
}
#nav_toggle i:nth-child(1) {
    top: 0;
  }
  #nav_toggle i:nth-child(2) {
    top: 0;
    bottom: 0;
    margin: auto;
  }
  #nav_toggle i:nth-child(3) {
    bottom: 0;
  }
  #nav_toggle.show i:nth-child(1) {
    transform: translateY(12.5px) rotate(-45deg);
  }
  #nav_toggle.show i:nth-child(2) {
    opacity: 0;
  }
  #nav_toggle.show i:nth-child(3) {
    transform: translateY(-12.5px) rotate(45deg);
  }
  
  
.nav{
    display: none;
}
.header_logo{
    height: 80px;
    width: auto;
    padding: 8px;
    margin-right: 40px;
}
.spacer{
    flex-grow: 1;
}
#yoyaku{
    margin: 0;
    border: none;
    text-align: center;
    align-items: flex-end;
    background-color: #196850;
    color:white;
    letter-spacing: 0.22em;
    padding-left: 18px;
    padding-right: 18px;
    margin-right: 15px;
}
.slide{
    width: 100vw;
    height: calc(100vh - 120px);
    display: flex;
    align-items: center;
    justify-content: center;
}
.logo{
    width: 18vw;
    height: auto;
    margin-top: -100px;

}
.section{
    width: 80vw;
    max-width: 1000px;
    margin: 0 auto;
    margin-bottom: 10vh;
}
.section_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
}
.section_flexblock{
    width: 47.5%;
}
.title{
    font-size: 3rem;
    line-height: 3rem;
    font-weight: normal;
    letter-spacing: 0.15rem;
}
.title_sub{
    font-size: 1.4rem;
    margin-bottom: 30px;
}
.message{
    font-size: 1.6rem;
    letter-spacing: 0.08rem;
}
h2{
    font-size: 2.4rem;
    line-height: 2rem;
    letter-spacing: 0.12rem;
    font-weight: normal;
    padding-bottom: 0.8rem;
    border-bottom: solid 2px #196850;
    margin-bottom: 24px;
}
.concept_text{
    margin-top: 2.7rem;
    font-size: 1.4rem;
    line-height: 3rem;
    letter-spacing: 0.2rem;
}
.menu_box_img{
    width: 100%;
    height: auto;
    margin-bottom: 20px;
}
.menu_box_text h3{
    font-size: 1.8rem;
    line-height: 2rem;
    letter-spacing: 0.25rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}
.menu_box_text h4{
    font-size: 1.2rem;
    letter-spacing: 0.08rem;

    font-weight: normal;
}

.menu_box_text p{
    margin-top: 1rem;
    font-size: 1.4rem;
    line-height: 2.5rem;
    letter-spacing: 0.2rem;
    font-weight: normal;
}
.menu_box_text_price{
    text-align: right;
    line-height: 2.2rem;
    margin-top: 1rem;
    font-size:1rem;
    margin-bottom: 50px;
}
.map{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.map_text{
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2.8rem;
    margin-top: 20px;
}
#_ig{
    margin-top: 1.6rem;
}
.ig{
    font-size: 1.6rem;
    font-weight: normal;
    text-decoration: none;
    color: black;
    
}
.ig_logo{
        vertical-align: middle;
        height: 4.8rem;
        width: auto;

}
.googlemap{
    font-size: 2rem;
    border: solid 2px;
   padding: 8px;
   padding-left: 20px;
   padding-right: 20px;
   border-color: #196850;
   text-decoration: none;
   color: black;
   border-radius: 10px;
}
.address{
    font-size: 1.6rem;
    font-weight: normal;
    line-height: 2.8rem;
}
.yoyaku_section{
   width: 100vw;
        display: flex;
        align-items: center;
        justify-content: center;
}
.yoyakubutton{
    text-align: center;
    font-size: 2.4rem;
    text-decoration: none;
    padding: 20px;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 50px;
    margin-bottom: 25vh;
    background-color: #196850;
    color:white;
    letter-spacing: 0.3em;
    border-radius: 20px;
}
footer{
    background-color: #196850;
    width: 100vw;
    height: 190px;
    padding-top: 30px;
}
.footer_flex{
    display: flex;
    width:100%;
    justify-content: center;
    align-items: center;
color: white;
}
.footer_flex_sp{
    display: none;
    width:100%;
    justify-content: center;
    align-items: center;

}
.footer_item{
    text-align: center;
    text-decoration: none;
    color: white;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1.4rem;
}
.footer_MMN{
    margin-top: 20px;
    margin-bottom: 10px;
    width: 70px;
    height: auto;
    
}
small{
    font-size: 1rem;
    color: white;
}

@media screen and (max-width: 520px) {
    
    .header_item{
     display: none;
    } 
    .header_item_sp{
     display: inline;
    } 
    .message{
     margin-bottom: 100px;
 }
    .section_flexblock{
     width: 100%;
     
    }
    .googlemap{
     text-align: right;
    }
    footer{
     padding-top:0;
     height: 100px;
    }
    .footer_flex{
     display: none;
    }
    .footer_flex_sp{
     display: flex;
    }
 
    .nav{
     display: block;
     position: fixed;
     top:80px;
     width: 100vw;
     height: calc(100vh);
     background-color: white;
     opacity: 0;
   visibility: hidden;
   transition: opacity .5s, visibility .5s;
 
 } 
 .nav.show{
     opacity: .8;
     visibility: visible;
 } 
 .nav_menu_ul{
     padding-top:40px ;
     margin-left: 48px;
     list-style: none;
 }
 .nav_menu_li a{
     text-decoration: none;
     color: black;
     font-size: 3rem;
 
 }
 .nav_menu_links{
     width: calc(100vw - 96px);
     border-bottom: #196850 2px solid;
     font-size: 2rem;
 }
 .nav_menu_li_2 a{
     text-decoration: none;
     color: black;
     font-size: 1.5rem;
 
 }
 }