body{
  background-color: #73696A;
  color: #fff;
  font-family: YuGothic,'Yu Gothic',sans-serif;
  letter-spacing: 1px;
}

a{
  color: #fff;
  text-decoration: none;
}

.contents-width{
  max-width: 1200px;
}

.contents-copy-width{
  max-width: 1000px;
}

h2{
  font-weight: normal;
}

/*fadeupcontents*/

.fadeUp{
animation-name:fadeUpAnime;
animation-duration:0.8s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}



/*header*/

header{
  background-color: #73696A;
  box-shadow: 0px 2px 10px 2px rgba(0, 0, 0, 0.09);
  height: 70px;
  width: 100%;
  overflow: hidden;
}

#header.fixed{
  position:fixed;
  z-index: 999;
  top:0;
  left: 0;
}

a.header-logo{
  display: block;
}

/*toggle*/

.toggle-btn{
  display: none;
}

h1{
  background: url(../images/headlogo.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
  display:block;
  float: left;
  margin: 10px 0px 0px 12px;
  padding: 5px;
  text-indent: -9999px;
  width: 180px;
}

h2.smf-nav-title{
  display: none;
}

nav{
  margin:auto;
  width: 300px;
  float: right;
}

nav ul li{
  float: left;
  margin:30px 10px 10px 10px;
}

nav ul li:last-child{
  margin: 30px 0px 10px 10px;
}

/*footer*/

footer{
  background:#3B3132;
  clear: both;
  padding:80px 20px;
}

.footer-inr{
  overflow: hidden;
}

ul.footer-nav{
  float: left;
}

.footer-access{
  float: right;
  max-width: 370px;
}
.footer-access img{
  float: right;
}

.footer-access ul{
  clear: both;
  padding: 10px 0;
}

/*contents*/

#contents{
  clear:both;
  position: relative;
}

.contents-inr{
  margin:0px auto 50px;
  overflow: hidden;
  width: 100%;
}

/*topslider*/

.slider{
  position:relative;
  z-index: 1;
  height: 100vh;
}

.slider-item01{
  background: url(../images/top-slide01.jpg);
}

.slider-item02{
  background: url(../images/top-slide02.jpg);
}

.slider-item03{
  background: url(../images/top-slide03.jpg);
}

.slider-item04{
  background: url(../images/top-slide04.jpg);
}

.slider-item{
  width: 100;
  height:100vh;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.slick-prev,
.slick-next {
    position: absolute;
  z-index: 3;
    top: 42%;
    cursor: pointer;/*マウスカーソルを指マークに*/
    outline: none;/*クリックをしたら出てくる枠線を消す*/
    border-top: 2px solid #fff;/*矢印の色*/
    border-right: 2px solid #fff;/*矢印の色*/
    height: 25px;
    width: 25px;
}

.slick-prev {/*戻る矢印の位置と形状*/
    left:2.5%;
    transform: rotate(-135deg);
}

.slick-next {/*次へ矢印の位置と形状*/
    right:2.5%;
    transform: rotate(45deg);
}

/*top-copyright*/
.top-copyright{
  margin: 100px  auto;
  overflow: hidden;
}

.top-copyright img{
  float:left;
}

.top-copyinr{
  display:table;
  height: 700px;
  width:40%;
  /*text-align: center;*/
  float: right;
}

.top-copyinr p.copy-catch{
  display:table-cell;
  line-height:2;
  vertical-align: middle;
}

span.top-catch{
  font-size: 20px;
  line-height:2;
  margin: 10px 0;
}

/*top-menu*/

.top-menu{
  background: url(../images/top-menu-back.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size:cover;
  color: #73696A;
  max-width: 100%;
  overflow: hidden;
  padding: 80px 20px;
}

.top-menu-inr{
  background-color: rgba(255, 255, 255, 0.8);
  margin:auto;
  overflow: hidden;
  padding: 20px;
}

.top-menu-border{
  border: 1px solid #73696A;
  overflow: hidden;
  padding-bottom: 30px;
}

.top-menu-inr h2{
  color: #73696A;
  margin: 40px auto;
  text-align: center;
}

.top-menu-groupwidth{
  max-width: 1000px;
  margin:auto;
}

.menu-inr-group{
  float: left;
  width: 300px;
  margin:0 16px;
}

.menu-inr-group h3{
  border-bottom: 1px solid #73696A;
  font-weight: normal;
  margin: 10px 0px;
  padding:0 10px 10px 10px;
}

.menu-inr-group h3:before{
  content: "■";
  font-size: 10px;
  margin-right: 10px;
}

.menupage-link{
  clear: both;
  margin: 20px;
  text-align: right;
}

.menupage-link a{
  border-bottom: 1px solid #73696A;
  color: #73696A;
  text-decoration: none;
  padding: 5px;
}

/*top-access*/

.top-access{
  margin:100px auto;
  padding: 20px 0;
  overflow: hidden;
}

.top-access img{
  float: right;
}

.top-access-inr{
  margin: 70px 0px 0px;
}

.top-access-inr h2{
  margin: 40px 0;
  text-align: center;
}

.top-access-inr ul{
  margin:10px 0px 0px 90px;
  width: 412px;
}

.top-access-inr ul li a{
  border-bottom: 1px solid #fff;
}

/*page*/

/*menu-page*/

h2.page-title{
  text-align:center;
  margin:50px auto;
}

.menu-p-img{
  margin-bottom: 20px;
}

.menu-price{
  float: left;
  width: 100%;
  max-width: 560px;
  margin:40px 0px 60px 0px;
}

  .menu-page-contents div:nth-of-type(1),
  .menu-page-contents div:nth-of-type(3){
    margin-right: 80px;
  }

  p.menu-noclear-text{
    clear: both;
  }

@media screen and (min-width:980px) and (max-width:1200px){

  h1{
    margin: 10px 0px 8px 12px;
  }

.menu-page-contents{
  margin: auto;
  width: 95%;
}

.menu-price{
  width: 48%;
}

.menu-p-img img{
  width: 100%;
}

.menu-page-contents div:nth-of-type(1),
.menu-page-contents div:nth-of-type(3){
  margin-right: 0px;
}

.menu-page-contents div:nth-of-type(2),
.menu-page-contents div:nth-of-type(4){
  float: right;
}

}

@media screen and (max-width:979px){

  #header{
    height: auto;
  }

  #header.fixed{
    position: static;
  }

  h1{
    margin: 10px 0px 8px 12px;
  }

  #g-nav{
    position: fixed;
    z-index: -1;
    opacity: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    background: #999;
    transition: all 0.3s;
  }

  #g-nav.panelactive{
    opacity: 1;
    z-index: 999;
  }

  #g-nav .g-navinr{
    display: none;
    /*ナビゲーション天地中央揃え*/
    position: absolute;
    z-index: 999;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
}

#g-nav.panelactive .g-navinr {
    display: block;
}

  .toggle-btn{
    display:inline-block;
    position: fixed;
    z-index: 9999;
    top: 10px;
    right: 10px;
    cursor: pointer;
    width: 50px;
    height: 50px;
  }

  .toggle-btn span{
    display: inline-block;
    transition: all .4s;
    position: absolute;
    left: 14px;
    height: 3px;
    border-radius: 2px;
    background-color: #fff;
    width: 45%;
  }

  .toggle-btn span:nth-of-type(1){
    top: 15px;
  }

  .toggle-btn span:nth-of-type(2){
    top: 23px;
  }

  .toggle-btn span:nth-of-type(3){
    top: 31px;
  }

  .toggle-btn.active span:nth-of-type(1){
    top: 18px;
    left: 18px;
    transform:translateY(6px) rotate(-45deg);
    width: 30%;
  }

  .toggle-btn.active span:nth-of-type(2){
    opacity: 0;
  }

  .toggle-btn.active span:nth-of-type(3){
    top: 30px;
    left: 18px;
    transform:translateY(-6px) rotate(45deg);
    width: 30%;
  }

  #g-nav h2{
    background: url(../images/headlogo.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    display: block;
    padding: 8px;
    text-indent: -9999px;
    width: 190px;
  }

  #g-nav ul li{
    float: none;
  }


  /*top-copyright*/

  .top-copyright{
    margin: 100px 20px;
  }

  .top-copyright img{
    width: 45%;
    margin: 0px 20px 0px 0px;
  }

  .top-copyinr{
    height: 430px;
  }

  .menu-inr-group{
    margin: 10px 1em 10px 0;
    width: 30%;
  }

  .top-menu-groupwidth .menu-inr-group:nth-of-type(1){
    margin-left: 1.3em;
  }

    .menu-inr-group img{
      width: 98%;
    }

    /*top-access*/

    .top-access{
      margin:100px auto;
      padding: 20px 0;
      overflow: hidden;
    }

    .top-access img{
      display:block;
      float: none;
      margin: auto;
      max-width: 600px;
      width: 100%;
    }

    .top-access-inr{
      margin: 20px auto;
      margin: auto;
      max-width: 600px;
      width: 100%;
    }

    .top-access-inr h2{
      margin: 40px 0;
      text-align: center;
    }

    .top-access-inr ul{
      margin:10px auto;
      width: 100%;
    }


    /*menu-page-max979*/

    .menu-page-contents{
      margin: auto;
      width: 95%;
    }

    .menu-price{
      width: 48%;
    }

    .menu-p-img img{
      width: 100%;
    }

    .menu-page-contents div:nth-of-type(1),
    .menu-page-contents div:nth-of-type(3){
      margin-right: 0px;
    }

    .menu-page-contents div:nth-of-type(2),
    .menu-page-contents div:nth-of-type(4){
      float: right;
    }

}

@media screen and (max-width:820px){

  /*slider*/

  .slider{
    height: 80vh;
  }
  .slider-item{
    width: 100;
    height:80vh;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

  .slick-prev,
  .slick-next {
      position: absolute;
    z-index: 3;
      top: 42%;
      cursor: pointer;/*マウスカーソルを指マークに*/
      outline: none;/*クリックをしたら出てくる枠線を消す*/
      border-top: 2px solid #fff;/*矢印の色*/
      border-right: 2px solid #fff;/*矢印の色*/
      height: 25px;
      width: 25px;
  }


}

@media screen and (max-width:768px){


  /*top-copyright*/

  .top-copyright{
    margin:50px auto;
    width: 95%;
  }

  .top-copyright img{
    float: none;
    width:100%;
    margin: 0px;
  }

  .top-copyinr{
    float: none;
    margin:20px auto;
    height:auto;
    width: 100%;
  }

  .menu-inr-group{
    display: block;
    float: none;
    margin:10px auto;
    width:95%;
  }

  .top-menu-groupwidth .menu-inr-group:nth-of-type(1){
    margin-left:auto;
  }

    .menu-inr-group img{
      width:100%;
    }

    .top-access{
      max-width: 95%;
    }

    .top-access img{
      float: none;
    }

    .top-access-inr{
      display: block;
      float: none;
      margin: auto;
      max-width: 95%;
    }

    .top-access-inr ul{
      margin:10px auto;
      width:100%;
    }

    .top-information{
      background-size: cover;
      display: block;
      max-width: 95%;
    }

    .top-information-inr{
      max-width: 100%;
    }

    @media screen and (max-width:414px){


      /*slider*/

      .slider{
        height: 50vh;
      }
      .slider-item{
        width: 100;
        height:50vh;
        background-repeat: no-repeat;
        background-position: center;
        background-size: cover;
      }

      .slick-prev,
      .slick-next {
          position: absolute;
        z-index: 3;
          top: 42%;
          cursor: pointer;/*マウスカーソルを指マークに*/
          outline: none;/*クリックをしたら出てくる枠線を消す*/
          border-top: 2px solid #fff;/*矢印の色*/
          border-right: 2px solid #fff;/*矢印の色*/
          height: 25px;
          width: 25px;
      }

      .menu-price{
        float: none;
        width: 100%;
        max-width:100%;
        margin:20px auto;
      }

        .menu-page-contents div:nth-of-type(1),
        .menu-page-contents div:nth-of-type(3){
          margin-right:none;
        }

    }
