@charset "UTF-8";
/*変数設定用*/
.ttl01 {
  font-size: 1.7rem;
  text-align: center;
  line-height: 1.3;
  margin-top: 80px;
  margin-bottom: 25px;
}

.bigTxt01 {
  font-size: 2.8rem;
  text-align: center;
}

.bigTxt02 {
  font-size: 3.5rem;
  text-align: center;
}

.txt01 {
  font-size: 1.7rem;
  text-align: center;
  margin: 52px 0;
}

.txt02 {
  font-size: 1.7rem;
  margin: 52px 0px;
}

.imgBox {
  width: 60%;
  margin: 0 auto;
}

@media screen and (min-width: 768px) {
  .imgBox {
    text-align: center;
  }
}

.straightLine {
  background-color: #000;
  height: 1px;
}

.flexStyle01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.flexStyle01 {
    margin-bottom: 20px;
  }

.flexStyle01 .secTxt {
  width: 49%;
}

.flexStyle01 .secTxt .txt01 {
  line-height: 1.4;
  margin: 0;
  text-align: left;
  font-size: 1.5rem;
  color: #000;
  font-family: serif;
}

@media screen and (min-width: 768px) {
  .flexStyle01 .secTxt .txt01 {
    line-height: 1;
    white-space: nowrap;
  }
}

.flexStyle02 {
  width: 49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.flexStyle02 .areaTxt01 {
  font-size: 1.55rem;
  width: 30%;
  color: #000;
  font-family: serif;
}

.flexStyle02 .areaTxt02 {
  font-size: 1.55rem;
  width: 70%;
  color: #000;
  font-family: serif;
}

@media screen and (min-width: 768px) {
  .flexStyle02 .areaTxt02 {
    width: 30%;
  }
}

.flexStyle02 .straightLine {
  width: 70%;
}

.flexStyle02 .straightLine.st02 {
  width: 25%;
}

@media screen and (min-width: 768px) {
  .flexStyle02 .straightLine.st02 {
    width: 60%;
  }
}

.top-area .bg05 {
  background-image: url(../img/bg_05.png);
  background-size: 100% auto;
  background-repeat: no-repeat;
  padding-top: 45px;
  padding-bottom: 45px;
}

@media screen and (min-width: 768px) {
  .top-area {
    background-image: url(../img/bg_01.png);
    background-size: cover;
  }

  .top-area .bg05 {
    background-image: url(../img/bg_02.png);
    background-size: 700px auto;
    background-position: 50% 0%;
  }

}

.top-area .instaBox {
  width: 13%;
  padding-top: 15px;
  margin-left: auto;
}

.top-area .logoBox01 {
  max-width: 220px;
  width: 100%;
  margin: 10px auto;
}

.top-area .bigTxt01 {
  margin: 40px 0;
  color: #fff;
  font-size: 1.9rem;
  line-height: 1.3;
  font-family: serif;
}

.top-area .imgBox02 {
  width: 70%;
  margin: 0 auto;
}

.top-area .imgBox03 {
  width: 50%;
  margin: 80px auto 20px;
  text-align: center;
}

.top-area .txt01 {
  margin: 20px 0px 40rem;
  color: #d3ac6f;
  font-size: 1.3rem;
  line-height: 1.3;
  font-family: serif;
}

.top-area .txt02 {
  margin: 30px 10px;
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.6;
  font-family: serif;
}

.top-area .txt03 {
  margin: 0px 10px 30px;
  color: #fff;
  font-size: 1.5rem;
  text-align: center;
  line-height: 1.3;
  font-family: serif;
}

@media screen and (min-width: 768px) {
  .top-area .logoBox01 {
    max-width: 300px;
  }

  .top-area .bigTxt01 {
    margin: 60px 0;
  }

  .top-area .imgBox {
    width: 40%;
  }

  .top-area .txt01 {
    margin: 20px 0px 50rem;
  }

  .top-area .imgBox02 {
    width: 50%;
  }

  .top-area .txt02 {
    margin: 30px 110px;
  }

  .top-area .imgBox03 {
    width: 40%;
  }
}


.chef-area .bg03 {
  background-color: #d4d9dc;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #8b989e;
  padding: 60px 0 60px;
}

.chef-area .imgBox {
  width: 52%;
  margin: 35px auto 0px;
  text-align: center;
}

.chef-area .imgBox02 {
  width: 60%;
  margin: 25px auto 10px;
  text-align: center;
  margin-left: 27%;
}

.chef-area .smallTxt {
  color: #000;
  text-align: center;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 15px;
}

.chef-area .smallTxt.dec01 {
  margin: 30px 5px auto;
  line-height: 1.6;
}

.chef-area .ttl01 {
  font-size: 2.8rem;
  letter-spacing: 0.3rem;
  color: #000;
  position: relative;
  margin: 0;
}

.chef-area .ttl01 .nameCatch {
  display: block;
  color: #000;
  font-size: 1.3rem;
  letter-spacing: 0.3rem;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  .chef-area .ttl01 .nameCatch {
    left: 45%;
  }

  .chef-area .imgBox02 {
    width: 40%;
    margin-left: 33%;
  }

  .chef-area .smallTxt.dec01 {
    margin: 30px 50px auto;
  }
}

.info-area .bg01 {
  background-color: #d4d9dc;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 40px 0 10px;
}

.info-area .logoBox01 {
  max-width: 220px;
  width: 100%;
  margin: 10px auto;
}

.info-area .imgBox01 {
  width: 70%;
  margin: 10px auto;
}

.info-area .imgBox02 {
  width: 70%;
  margin: 30px auto;
}

@media screen and (min-width: 768px) {
  .info-area .logoBox01 {
    max-width: 300px;
  }

  .info-area .imgBox01 {
    width: 40%;
  }

  .info-area .imgBox02 {
    width: 33%;
  }
}


.access-area .bg01 {
  background-color: #d4d9dc;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 0 0 40px;
}

.access-area .inner {
  padding-right: 5%;
  padding-left: 5%;
}

.access-area .inner.inner02 {
  max-width: 800px;
}

.access-area .bigTxt01 {
  margin-top: 30px;
  margin-bottom: 50px;
  font-size: 2.5rem;
  letter-spacing: 0;
  line-height: 1.2;
  color: #000;
  font-family: serif;
}

.access-area .bigTxt01 span {
  font-size: 1.8rem;
}

.access-area .access_imgflex {
  margin-bottom: 45px;
}
.access-area .access_imgflex_left {
  width: 100%; text-align: center;
}
.access-area .access_imgflex_left .access_imgflex_left_logo {
  max-width: 180px; margin: 20px auto 0;
}
.access-area .access_imgflex_right {
  width: 100%; margin: 50px auto 50px; max-width: 520px;
}



.access-area .imgBox.ttlBox {
  margin: 0px auto 30px;
}

.access-area .txtBox .smallTxt {
  font-size: 1.4rem;
  line-height: 1.4;
  text-align: center;
  color: #000;
  font-family: serif;
}

.access-area .logoBox02 {
  max-width: 180px;
  width: 100%;
  margin: 50px auto 0;
}


@media screen and (min-width: 768px) {
  .access-area .access_imgflex {
    display: flex;
    justify-content: space-between;
  }
  .access-area .access_imgflex_left {
    width: 48%;
  }
  .access-area .access_imgflex_left .access_imgflex_left_shop img {
    object-fit: cover; height: 207px; width: 100%;
  }
  .access-area .access_imgflex_right {
    width: 48%; margin: 0;
  }
  .access-area .access_imgflex_right img {
    height: 207px; object-fit: cover;
  }
}








.contact-area .bg01 {
  background-color: #d4d9dc;
  background-size: cover;
  background-repeat: no-repeat;
  border-bottom: 1px solid #8b989e;
  padding: 0 0 80px;
}

.contact-area .inner {
  padding-right: 5%;
  padding-left: 5%;
}

.contact-area .inner.inner02 {
  max-width: 800px;
}


.contact_btn_wtap ul { display: flex; justify-content: space-between; flex-wrap: wrap;}
.contact_btn_wtap ul li { width:100%; margin-top: 15px;}
.contact_btn_wtap ul li a { display: block; line-height: 1; padding: 24px 5px 23px; box-sizing: border-box; font-size: 1.5rem; text-align: center; background: #222; border: 1px solid #222; color: #fff; -webkit-transition: all .3s; transition: all .3s;}

@media screen and (min-width: 768px) {
  .contact_btn_wtap ul li { width: 48%; margin-top: 0;}
  .contact_btn_wtap ul li a { padding: 18px 5px; }
  .contact_btn_wtap ul li a:hover { background: #d4d9dc; color: #000;}
}


.group-area .bg01 {
  background-color: #d4d9dc;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 60px 0 30px;
}

.group-area .txtBox {
  margin: 20px auto;
}

.group-area .txtBox p {
  color: #000;
  font-size: 1.6rem;
  font-weight: 700;
  text-align: center;
  padding: 10px 0 10px;
}

.group-area .txtBox .ShopInfo {
  display: block;
  font-size: 1.3rem;
  font-weight: 300;
}

#footer .bg04 {
  background-image: url(../img/bg_05.png);
  background-size: cover;
  background-repeat: no-repeat;
}

#footer .copyright {
  display: block;
  font-size: 1rem;
  text-align: center;
  color: #fff;
  margin: 0;
  padding: 11px 0;
}
/*# sourceMappingURL=style.css.map */
