*{
    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: 150px;
    background-color: white;
    color: black;
    
}

header{
    position: fixed;
    height: 160px;
    width: 100vw;
    top:0;
    background-color: white;
    z-index: 1000;

}
.header_container{
    list-style: none;
    width: 100vw;
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 20px;
    align-items:flex-end;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;

}
.header_left{
    width: 40%;
}
.header_right{
    width: 40%;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}
.header_right_contact{
    font-size: 2.5rem;
    font-weight: bold;
}
.header_right_contact p{
    
}
.header_right_schedule p{
    font-size: 1.4rem;
}

.call{
    text-decoration: none;
    font-size: 1.8rem;
    padding: 1.5rem;
    padding-left: 3rem;
    padding-right: 3rem;
    background-color: #008048;
    border-radius: 10rem;
    color: white;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.8rem;
    margin-bottom: 0.9rem;
    display: inline-block;
}
.header_container_menu{
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.header_item{
   border-right: 2px solid #008048;
   text-decoration: none;
   color: black;
   font-size: 1.2rem;
   letter-spacing: 0.1em;
   text-align: center;
   width: 20%;
   

}
.header_item_last{
    text-decoration: none;
    color: black;
    font-size: 1.2rem;
    letter-spacing: 0.1em;
    text-align: center;
    width: 20%;
    
 
 }
.header_item a{
    text-decoration: none;
    color: black;
}
.header_item_last a{
    text-decoration: none;
    color: black;
}
.header_logo{
    height: 60px;
    width: auto;
    padding: 8px;
    margin-right: 40px;
}
.header_item_sp{
    display: none;
    margin-right: 50px;
    border: solid 2px;
    padding: 8px;
    border-color: #008048;
    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:#008048;
    letter-spacing: 0.2em;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 15px;
}
#nav_toggle i{
    display: block;
    width: 100%;
    height: 3px;
    background-color: #008048;
    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;
}

.spacer{
    flex-grow: 1;
}
#yoyaku{
    margin: 0;
    border: none;
    text-align: center;
    align-items: flex-end;
    background-color: #EBDDC0;
    color:black;
    letter-spacing: 0.2em;
    padding-left: 16px;
    padding-right: 16px;
    margin-right: 15px;
}
.slide{
    width: 100vw;
    height: calc(100vh - 150px);
    margin-bottom: 100px;

}
.slide-item{
    width: 100vw;
    height: calc(100vh - 150px);
    overflow: hidden;
    position: relative;
}
.slide-item img{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto;
}
.logo{
    width: 18vw;
    height: auto;
    margin-top: -100px;

}
.section{
    width: 80vw;
    max-width: 1000px;
    margin: 0 auto;
    
}
.section_h{
    border-bottom: solid 2px #008048;
    margin-bottom: 5vh;
}
.section_flex{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    width: 100%;
    margin-bottom: 10vh;
}
.section_flexblock{
    width: 47.5%;
}
.section_flexblock_3{
    width: 30%;
}
.section_flexblock_2{
    width: 50vw;
    max-width: 500px;
    height: 50vw;
    max-height: 500px;
}
.section_flexblock_slide{
    width: 60%;

}
.section_flexblock_slide img{
    width: 60%;
    height: auto;
}
.slick-dots{
   margin-top: -30px;
   bottom:0 !important;
}
.slick-prev{
    left:10px !important;
    z-index: 100;
}
.slick-next{
    right:10px !important;
    z-index: 100;
}
.slick-dotted.slick-slider{
    margin-bottom: 0 !important;
}
.section_flexblock_caption{
   width: 40%;
}
.section_flexblock_caption_pc{
    display: block;
}
.section_flexblock_caption_sp{
    display: none;
}
.service{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    
}
.service_caption{
    width: 60%;
}
.service_caption h2{
    letter-spacing:0.6rem;
}
.caption_text{
    margin-top: 2.4rem;
    font-size: 1.2rem;
    line-height: 2.6rem;
    letter-spacing: 0.2rem;
}
.section_flexblock_slide img{
    width: 100%;
    height: auto;
}
#midori{
    background-color: #EEFFC7;
}
#green{
    background-color: #D9FFEF;
}
.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: 1rem;
    margin-bottom: 24px;
}
.concept_text{
    margin-top: 2.7rem;
    font-size: 1.35rem;
    line-height: 3rem;
    letter-spacing: 0.1rem;
}
.menu_box_img{
    position: relative;
    width: 20vw;
    max-width: 250px;
    height: auto;

    /* border: solid  5px #A9FF84; */
    border-radius: 50%;
    margin-bottom: 10px;

}
.menu_box_text{
   margin-bottom: 20px;
}
.menu_box_text h3{
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: bold;
}
.menu_box_text h4{
    font-size: 1.2rem;
    font-weight: normal;
}

.menu_box_text p{
    margin-top: 0.7rem;
    font-size: 1.4rem;
    line-height: 2.5rem;
    font-weight: normal;
}
.menu_box_text_price{
    text-align: right;
    line-height: 2.2rem;
    margin-top: 1rem;
    font-size:1rem;
    margin-bottom: 50px;
}
.section_price{
    margin-bottom: 10vh;
}
.section_price p{
    font-size: 1.2rem;
    text-align: center;
}
.section_QA{
    border-left: 1px solid #676767;
    padding-left: 20px;
    margin-bottom: 10vh;
}
.section_QA p{
    font-size: 1.2rem;
    letter-spacing: 0.12rem;
    margin-bottom: 20px;
}
.map{
    width: 100%;
    height: auto;
    margin-bottom: 50px;
}
.map_text{
    font-size: 1.4rem;
    font-weight: normal;
    line-height: 2.8rem;
    margin-top: 20px;
}
.googlemap{
    font-size: 2rem;
    border: solid 2px;
   padding: 8px;
   padding-left: 20px;
   padding-right: 20px;
   border-color: #008048;
   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;
    color: black;
    padding: 20px;
    padding-left: 32px;
    padding-right: 32px;
    margin-top: 50px;
    margin-bottom: 25vh;
    background-color: #008048;
    color:black;
    letter-spacing: 0.3em;
    border-radius: 20px;
}
.section_flexblock_contact{
    margin-top: 20px;
    font-size: 3rem;
    color: #008048;
    font-weight: bold; 
}
.section_flexblock_contact p{
    margin-bottom: 10px;
}
footer{
    background-color: #008048;
    color: white;
    width: 100vw;
    height: 200px;
    padding-top: 30px;
}
.footer_flex{
    display: flex;
    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;
}
@media screen and (max-width: 1250px) and (min-width:520px){
    .header_left{
        width: 100%;
    }
    .header_right{
        display: none;  
  }
    .call{
    font-size: 1.4rem;
    padding: 1.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #008048;
    border-radius: 8rem;
    color: white;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.6rem;
    margin-bottom: 0.9rem;
    display: inline-block;
    }
}
@media screen and (max-width: 520px) {
    
    .header_item{
     display: none;
    } 
    .header_item_last{
        display: none;
    }
    .header_right_contact{
        display: none;
    }
    .header_right_schedule{
        display: none;
    }
    .header_item_sp{
     display: inline;
    } 
    .header_container{
        height: 70px;
    }
    .header_logo{
        height: 30px;
        padding: 0;
    }
    header{
        height: 67px;
    }
    body{
        padding-top: 70px;
    }
    .message{
     margin-bottom: 100px;
 }
    .section_flexblock{
     width: 100%;
     margin-bottom: 80px;
    }
    .section_flexblock_slide{
        width: 100%;
    }
    .section_flexblock_caption{
        width: 100%;
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .section_flexblock_caption_pc{
        display: none;
    }
    .section_flexblock_caption_sp{
        display: block;
    }
    .section_flexblock_3{
        width: 100%;
    }
    .section_flexblock_3{
        width: 100%;
    }
    
    .menu_box_img{
        width: 80vw;
        max-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: #008048 2px solid;
     font-size: 2rem;
 }
 .nav_menu_li_2 a{
     text-decoration: none;
     color: black;
     font-size: 1.5rem;
 
 }
 .call{
    font-size: 1.4rem;
    padding: 1.2rem;
    padding-left: 2rem;
    padding-right: 2rem;
    background-color: #008048;
    border-radius: 8rem;
    color: white;
    text-decoration: none;
    font-weight: 500;
    letter-spacing: 0.6rem;
    margin-bottom: 0.9rem;
    display: inline-block;
    }
 }