.lp-wrap {
  width: 100%;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

header {
  background: #fff;
  padding: 30px 0;
  position: fixed;
  width: 100%;
  z-index: 9999;
  left: 0;
  top: 0;
}
header .head-flex {
  width: 90%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
header .head-flex .logo {
  width: 54%;
}
header .head-flex .yoyaku-btn {
  width: 41%;
}

.contents {
  padding-top: 135px;
}

.link-area {
  padding-top: 135px;
  margin-top: -135px;
}

.wrap {
  width: 84%;
  margin-left: auto;
  margin-right: auto;
}

.section1 {
  background: url(../images/bg-01.jpg) repeat-x center bottom/cover;
}
.section1 .wrap {
  padding-top: 30px;
  padding-bottom: 60px;
}
.section1 .menu-title {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}
.section1 .menu-list li {
  margin-bottom: 100px;
}
.section1 .menu-list li:last-child {
  margin-bottom: 80px;
}
.section1 .menu-list li .menu-head {
  width: 100%;
  margin-bottom: 20px;
}
.section1 .menu-list li .open-btn {
  width: 100%;
  cursor: pointer;
}
.section1 .menu-list li .menu-box {
  display: none;
  padding-top: 40px;
}
.section1 .menu-list li .menu-box .close-btn {
  cursor: pointer;
  margin-top: 20px;
}

.section2 {
  background: url(../images/bg-02.jpg) repeat-x center bottom/cover;
}
.section2 .wrap {
  padding-top: 40px;
  padding-bottom: 120px;
  width: 92%;
}
.section2 .wrap .menu-1 {
  margin-bottom: 70px;
}
.section2 .wrap .menu-2 {
  width: 92%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 60px;
}

.section3 {
  background: url(../images/bg-03.jpg) repeat-x center bottom/contain;
}
.section3 .wrap {
  padding-top: 54px;
  padding-bottom: 150px;
  width: 92%;
}
.section3 .wrap .menu-1 {
  margin-bottom: 70px;
}
.section3 .wrap .menu-2 {
  margin-bottom: 100px;
}
.section3 .wrap .yoyaku-btn {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

footer {
  background: #fff;
  padding: 48px 0;
}
footer .foot-logo {
  width: 53%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 28px;
}
footer .copy-right {
  text-align: center;
  font-size: 20px;
  color: #000000;
  line-height: 1;
}

.go-top {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 250px;
  z-index: 9999;
  display: none;
}

@media (max-width: 700px) {
  header {
    padding: 4.2vw 0;
    position: fixed;
    width: 100%;
    z-index: 9999;
    left: 0;
    top: 0;
  }
  header .head-flex {
    width: 90%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }
  header .head-flex .logo {
    width: 54%;
  }
  header .head-flex .yoyaku-btn {
    width: 41%;
  }
  .contents {
    padding-top: 19.2vw;
  }
  .link-area {
    padding-top: 19.2vw;
    margin-top: -19.2vw;
  }
  .go-top {
    bottom: 0.6vw;
    left: 0.6vw;
    width: 25.3vw;
  }
  .wrap {
    width: 84%;
    margin-left: auto;
    margin-right: auto;
  }
  .section1 {
    background: url(../images/bg-01.jpg) repeat-x center bottom/cover;
  }
  .section1 .wrap {
    padding-top: 4.2vw;
    padding-bottom: 8.4vw;
  }
  .section1 .menu-title {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8.4vw;
  }
  .section1 .menu-list li {
    margin-bottom: 14.2vw;
  }
  .section1 .menu-list li:last-child {
    margin-bottom: 11.4vw;
  }
  .section1 .menu-list li .menu-head {
    width: 100%;
    margin-bottom: 20px;
  }
  .section1 .menu-list li .open-btn {
    width: 100%;
    cursor: pointer;
  }
  .section1 .menu-list li .menu-box {
    display: none;
    padding-top: 5.7vw;
  }
  .section1 .menu-list li .menu-box .close-btn {
    cursor: pointer;
    margin-top: 2.8vw;
  }
  .section2 {
    background: url(../images/bg-02.jpg) repeat-x center bottom/cover;
  }
  .section2 .wrap {
    padding-top: 5.7vw;
    padding-bottom: 16.8vw;
    width: 92%;
  }
  .section2 .wrap .menu-1 {
    margin-bottom: 9.8vw;
  }
  .section2 .wrap .menu-2 {
    width: 92%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 8.4vw;
  }
  .section3 {
    background: url(../images/bg-03.jpg) repeat-x center bottom/contain;
  }
  .section3 .wrap {
    padding-top: 7.5vw;
    padding-bottom: 21vw;
    width: 92%;
  }
  .section3 .wrap .menu-1 {
    margin-bottom: 9.8vw;
  }
  .section3 .wrap .menu-2 {
    margin-bottom: 14.2vw;
  }
  .section3 .wrap .yoyaku-btn {
    width: 60%;
    margin-left: auto;
    margin-right: auto;
  }
  footer {
    padding: 6.4vw 0;
  }
  footer .foot-logo {
    width: 53%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.7vw;
  }
  footer .copy-right {
    text-align: center;
    font-size: 2.6vw;
  }
}
.shop-ttl {
  width: 100%;
  margin-bottom: 70px;
}

.shop-wrap {
  width: 88%;
  margin-left: auto;
  margin-right: auto;
}

.shop-box {
  width: 100%;
  margin-bottom: 20px;
}
.shop-box.last {
  margin-bottom: 90px;
}
.shop-box .chiku-name {
  text-align: center;
  margin-bottom: 20px;
}
.shop-box .chiku-name img {
  max-width: none;
  width: auto;
  height: 40px;
}
.shop-box ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.shop-box ul li {
  width: 47%;
  margin-bottom: 60px;
}
.shop-box ul li .btn-1 {
  margin-bottom: 12px;
  display: block;
}
.shop-box ul li .tel {
  margin-bottom: 16px;
  display: block;
}
.shop-box ul li .tel img {
  width: auto;
  height: 41px;
  max-width: none;
}
.shop-box ul li .tel3 {
  display: block;
}

.sns-flex {
  padding-bottom: 54px;
  display: flex;
  justify-content: space-between;
  width: 64%;
  margin-left: auto;
  margin-right: auto;
}
.sns-flex .left-box {
  width: 24%;
}
.sns-flex .left-box .icon {
  margin-bottom: 4px;
  text-align: center;
  width: 80%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.sns-flex .left-box .text {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}
.sns-flex .right-box {
  width: 52%;
}
.sns-flex .right-box .icon-flex {
  display: flex;
  justify-content: space-between;
  margin-bottom: 10px;
}
.sns-flex .right-box .icon-flex .insta {
  width: 33%;
}
.sns-flex .right-box .icon-flex .fb {
  width: 33%;
}
.sns-flex .right-box .text {
  font-size: 20px;
  line-height: 1.2;
  text-align: center;
}

.bx-wrapper .bx-pager {
  bottom: 32%;
  transform: translateY(-50%);
}

@media (max-width: 700px) {
  .shop-ttl {
    width: 100%;
    margin-bottom: 9.8vw;
  }
  .shop-wrap {
    width: 88%;
    margin-left: auto;
    margin-right: auto;
  }
  .shop-box {
    width: 100%;
    margin-bottom: 2.8vw;
  }
  .shop-box.last {
    margin-bottom: 12vw;
  }
  .shop-box .chiku-name {
    text-align: center;
    margin-bottom: 2.8vw;
  }
  .shop-box .chiku-name img {
    max-width: none;
    width: auto;
    height: 5.7vw;
  }
  .shop-box ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .shop-box ul li {
    width: 47%;
    margin-bottom: 8.4vw;
  }
  .shop-box ul li .btn-1 {
    margin-bottom: 1.6vw;
    display: block;
  }
  .shop-box ul li .tel {
    margin-bottom: 2.1vw;
    display: block;
  }
  .shop-box ul li .tel img {
    width: auto;
    height: 5.7vw;
    max-width: none;
  }
  .shop-box ul li .tel3 {
    display: block;
  }
  .sns-flex {
    padding-bottom: 7.2vw;
    display: flex;
    justify-content: space-between;
    width: 64%;
    margin-left: auto;
    margin-right: auto;
  }
  .sns-flex .left-box {
    width: 24%;
  }
  .sns-flex .left-box .icon {
    margin-bottom: 0.5vw;
    text-align: center;
    width: 80%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
  .sns-flex .left-box .text {
    font-size: 2.6vw;
    line-height: 1.2;
    text-align: center;
  }
  .sns-flex .right-box {
    width: 52%;
  }
  .sns-flex .right-box .icon-flex {
    display: flex;
    justify-content: space-between;
    margin-bottom: 1.3vw;
  }
  .sns-flex .right-box .icon-flex .insta {
    width: 33%;
  }
  .sns-flex .right-box .icon-flex .fb {
    width: 33%;
  }
  .sns-flex .right-box .text {
    font-size: 2.6vw;
    line-height: 1.2;
    text-align: center;
  }
}
/*# sourceMappingURL=style.css.map */