@charset UTF-8;

body {
 
    background: linear-gradient(90deg, #a5d5d5 0%, #a5d5d5 50%, #f5f967 50%, #f5f967 100%);
    color: #707070;
   
}
body a{
    text-decoration: none;
    color: #707070;
}
h2.jump1{
    display: block;
    margin-top: -250px;
    padding-top: 250px;
}
h2.jump2{
    display: block;
    margin-top: -110px;
    padding-top: 110px;
}

header{
    position:fixed;
    top: 0;
    width:100%;
    height:98px;
    background-color: #fff;
    z-index: 5;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    box-shadow: 1px 0 10px 0 #707070;
}
header a{
    padding-bottom: 11px;
    padding-left: 5%;
}
.header-menu{
    font-family: "poppins";
    font-size: 22px;
    width: 458px;
    display: flex;
    justify-content: space-between;
    padding-bottom: 11px;
    
}
.header-menu a{
   /* text-decoration: none;
    color: #707070;*/
    padding:0;
}
.header-menu rt{
    font-size: 12px;
}
.header-reserve{
    padding-right:5%;
}
.header-reserve-coment{
    display: flex;
}
.header-reserve-icon{
    width: 184px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
.header-reserve-icon img{
    width: 44px;
    margin-top: 6px;
    padding-left: 0;
}

.main-width{
    width: 1000px;
    margin:auto;
    position: relative;
}
.main-width-2{
    width: 1000px;
    margin:auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.main-width-2 img{
    margin: 25px;
}

.oneArea {
    background-color:#a5d5d5;
    background-size: cover;
    background-image:/*url(images/texture.png),*/
                     url(images/mv-bgimg.png);
    background-blend-mode:normal ;
    position: relative;
    width: 100%;
    height: 888px;
    margin-top: 98px;
  }
    

    .background-pas img{
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        margin-top: 98px;
        z-index: 2;
        width: 1430px;
    }
    .texture img{
        width: 100%;
        height: 888px;
        z-index: 3;
    }
    .catchcopy-1 img{
        position:absolute;
        left: 11px;
        top:8px;
        width: 731.27px;
        height: 285.08px;
        z-index: 4;
    }
    .catchcopy-2 img{
        position:absolute;
        right:31px;
        top:0;
        width: 449px;
        height: 492px;
        z-index: 4;
    }
    .oneArea h1{
        position: absolute;
        z-index:4;
        top:327px;
        left: 119px;
        font-size: 46px;
        font-family: "f910新コミック体";
    }
    .oneArea h1 span{
        font-size: 26px;
    }
    .oneArea p{
        position: absolute;
        font-size: 16px;
        font-family: "源ノ角ゴシック";
        font-style: bold;
        line-height: 1.5;
        z-index: 4;
        top: 517px;
        left: 152px;
    }

   
   
    .main-color-price{
        position: absolute;
        display: flex;
        background-color: #fff;
        
        border: 1px solid #445050;
        border-radius: 8px;
        bottom: 90px;
        z-index: 4;
        text-align: center;
        font-size: 14px;
        font-family: "メイリオ","meirio"; 
        padding-left: 26px; 
        width: 494px;
        height: 35px;
        

    }
    .color-price{
        margin-top: 10px;
        margin-left: 26px;
        display: flex;
    }
    
   .color-link{
        
        background-color: #dbfcd7;
        border-radius: 6px;
        width: 138px;
        height: 21px;
        box-shadow: 2px 2px 0 0 #707070;
        align-items:baseline;
        margin-left: 25px;
    }
    .main-color-price{
        position: absolute;
        bottom: 57px;
        right: 65px;
    }
    .main-color-price a{
       /* text-decoration: none;
        color: #707070;*/
        font-size: 12px;
        font-family: "メイリオ","meirio";
        margin-top: 3px; 
          
    }
    

.title{
    text-align: center;
}

h2{
    font-size: 34px;
    font-style: bold;
    font-family: "メイリオ","meirio";
    margin: auto;
}
.style-width{
    width: 1000px;
    height: 884px;
    margin:auto;
    position: relative;
}
.Style-container{
    text-align: center;
    background-color: #fff;
}
.Style-container h2{
    padding-top: 106px;
    
}
.Style-container p{
    font-size: 16px;
    font-family: "メイリオ","meirio";
    margin-top: 5px;
    padding-bottom: 97px;
}

/*slickの矢印を黒で見えるように*/
/*.slick-prev {
    left: 0;
    z-index: 1;
}
.slick-next {
    right: 0;
}*/
.slick-prev:before, .slick-next:before {
    color: #707070;
}
/*slickの位置と大きさの調整*/
/* 中央以外のスライド */
.slider-pic{
    height: auto;
    opacity: .3; /* スライドを薄くする*/
    transform: scale(.8); /* スライドのサイズを80%にする*/
    transition: opacity .5s, transform .5s; /*スライド透過率と拡大のアニメーション時間を0.5秒に設定*/
    width: 100%;
    
  }
  /* 中央のスライド */
  .slider .slick-center {
    opacity: 1; /* 中央のスライドは透過しない*/
    transform: scale(1); /*中央のスライドは小さくしない*/
  }

.style-arrow{
    position: absolute;
    right: 25px;
    bottom: 65px;
}


.slider-pic img{
    box-shadow: 12px 15px 3px 3px rgba(112, 112,112, .1);
    display: inline;
}
.slider p{
    
    font-size: 14px;
    line-height: 21px;
    width: 338px;
    margin: 25px auto;
}

.water-line{
    background-color: #fff;
    background-size: cover;
    text-align: center;
}

.State-container{
    background-color: #fff;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 157px 0px 127px 0px;

}
.state-coment{
    position: relative;
    margin-right: 37px;
}
.state-coment p{
    width: 149px;
    height: 192px;
    margin-bottom: 10px;
    margin-right: 31px;
    line-height: 1.5;
}
.state-coment a{
    position:absolute;
    bottom: 0;
    right: 0;
    /*text-decoration: none;
    color: #707070;*/
}
.state-coment img{
    margin: 0 12px 0 0;
}
.Staff-container{
    background-color: #fff;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    padding: 127px 0px 151px 0px;

}
.staff-prf{
    position: relative;
    display: flex;
    flex-direction: column;
}
.staff-prf p{
    padding-top:13px ;
    padding-bottom: 35px;
    margin: auto;
}
.staff-prf a{
    position:absolute;
    bottom: 0;
    right: 0;
   /* text-decoration: none;
    color: #707070;*/
}
.staff-prf img{
    margin: 0 12px 0 0;
}


.menu-name-price{
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}
.menu-name-price li{
    font-size: 14px;
    font-family: poppins;
    text-align: left;
    line-height: 1.5;
}

.Menu-container{
    height: 581px;
    text-align: center;
    padding-top: 65px;
    background-color: #dbfcd7;
    background-image: url("https://www.transparenttextures.com/patterns/climpek.png");
    width: 100%;
}
.menu-series{
    position: relative;
    display: flex;
    justify-content:  space-between;
    width: 913px;
    height: 338px;
    margin: auto;
    margin-top: 44px;
}
.menubox-1{
    width: 280px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.menubox-2{
    width: 240px;
    height: 215px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.menubox-3{
    width: 280px;
}
h3{
    font-size: 24px;
    line-height: 1.5;
}
.menu-name{
    width: 190px;
    line-height: 1.5;
    font-size: 14px;
    font-family: "poppins";
}
.menu-price{
    width: 85px;
    font-size: 14px;
}
.menu-coment{
    position: absolute;
    bottom: 0;
    right: 0;
    width: 508px;
    height: 114px;
    background-color: #fff;
    border: 1px solid #404e3e;
    border-radius: 17px;
    text-align: left;
}
    .menu-coment p{
        margin:14px 84px 15px 43px; 
        font-size: 14px;
        line-height: 1.5;
    }
    .menu-coment a{
        position:absolute;
        top: 74px;
        left: 346px;
        background-color: #dbfcd7;
        box-shadow: 4px 2px 0 0 #dddfdd;
        padding: 5px 10px;
    }

.last-container{
    display: flex;
    background-color: #fff;
}

    .reserve-container{
        width: 500px;
        height: 437px;
        padding-top: 50px;
    }
    .reserve-container p{
        margin-top: 27px;
        line-height: 1.5;
    }
    .reserve-sns{
        height: 184px;
        display: flex;
        justify-content: space-between;
        flex-direction: column;
   }
    .reserve-sns a{
        display: inline;
        font-size: 24px;
        line-height: 1.5;
        margin: auto;
        vertical-align: middle;
    }
    .reserve-sns img{
        width: 46px;
        vertical-align: middle;
    }


    .businesshours-container{
        width: 500px;
        height: 437px;
        padding-top: 50px;
        margin-left: 109px;
    }
    .businesshours-container h4{
        margin-top:27px ;
    }
    .businesshours-container p{
        margin-top: 27px;
        margin-left: 1em;
        line-height: 1.5;
        font-size: 16px;
        font-family: "Poppins";
    }
    .adress{
        margin-top: 25px;
    }


footer{
    background-color: #9ad19c;
    width: 100%;
    height: 285px;
}
footer img{
    width: 23px;
}
footer h2{
    font-family: "comicneue";
}
h4{
    font-size: 20px;
    margin: 15px 0;
    font-family: "meirio","メイリオ";
}

.footer-width{
    display: flex;
    justify-content: space-between;
    padding: 36px 52px;
}


.footer-reserve-icon img{
    width: 31px;
}
.footer-coment{
    display: flex;
    width: 405px;
    
}


.footer-coment p{
    font-size: 16px;
    font-family: "メイリオ","meirio";
    line-height: 1.5;
}
.footer-coment-right{
    display: flex;
    margin-left: 30px;
}
.footer-reserve-icon{
    display: flex;
    align-items: flex-end;
}
.footer-reserve-icon img{
    margin:0 5px;
}
/*.map{
    margin: 49px 38px;
}*/
