body {
  font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
}

.sp {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

header,
footer,
main,
nav,
article,
aside,
section {
  display: block;
}

.flex {
  display: flex;
}

.flex_around {
  justify-content: space-around;
}

.flex_between {
  justify-content: space-between;
}

.flex_wrap {
  flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.flex_center {
  align-items: center;
}

.bold {
  font-weight: bold;
}

img {
  display: block;
  vertical-align: top;
  max-width: 100%;
  height: auto;
  line-height: 1em;
}

a {
  transition: 0.3s;
}

a:hover {
  opacity: 0.75;
}

#wrpper {
  margin: 0 auto;
  max-width: 750px;
  box-shadow: 0 0 10px 0 rgba(191, 217, 236, 0.5);
}

#fl_btn {
  position: relative;
  position: fixed;
  display: none;
  bottom: 0;
  right: 0;
  left: 0;
  margin: 0 auto;
  width: 750px;
  z-index: 999;
}
#fl_btn a {
  position: absolute;
  width: 672px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 6px;
}

.cv01 {
  position: relative;
}
.cv01 .cv_btn {
  position: absolute;
  width: 657px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 720px;
}

.swiper {
  overflow: hidden;
  width: 750px;
  height: 1404px;
  background: url(../img/sl_bg.jpg) no-repeat top/cover;
}
.swiper img {
  width: 690px;
  height: 1206px;
  margin: 0 auto;
}
.swiper .swiper-slide {
  margin-top: 84px;
}
.swiper .swiper-button-next:after, .swiper .swiper-rtl .swiper-button-prev:after {
  content: "";
  background: url("../img/sl_next.png") no-repeat center/cover;
  display: inline-block;
  width: 49px;
  height: 50px;
  position: absolute;
  right: 0 !important;
}
.swiper .swiper-button-prev:after, .swiper .swiper-rtl .swiper-button-next:after {
  content: "";
  background: url("../img/sl_prev.png") no-repeat center/cover;
  display: inline-block;
  width: 49px;
  height: 50px;
  position: absolute;
  left: 0 !important;
}

.cv02 {
  position: relative;
}
.cv02 .cv_btn {
  position: absolute;
  width: 657px;
  margin: 0 auto;
  left: 0;
  right: 0;
  bottom: 83px;
}

.shop_cv {
  background: url(../img/shop_bg.jpg) no-repeat top/cover;
  padding-bottom: 55px;
}
.shop_cv .inner {
  width: 710px;
  margin: 0 auto;
}
.shop_cv ul li {
  position: relative;
  width: 355px;
}
.shop_cv ul li .shop_ttl {
  position: absolute;
  width: 311px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 225px;
  font-size: 32px;
  font-weight: bold;
  color: #692b14;
}
.shop_cv ul li .shop_ttl_s {
  position: absolute;
  width: 311px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 230px;
  font-size: 24px;
  font-weight: bold;
  color: #692b14;
}
.shop_cv ul li .shop_address {
  position: absolute;
  width: 311px;
  text-align: center;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 288px;
  font-size: 24px;
  line-height: 1.5;
  color: #692b14;
}
.shop_cv ul li .shop_cv_btn {
  position: absolute;
  width: 311px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 368px;
}
.shop_cv ul li .shop_cv_btn02 {
  position: absolute;
  width: 311px;
  margin: 0 auto;
  left: 0;
  right: 0;
  top: 468px;
}

footer .inner {
  width: 750px;
  margin: 0 auto;
  background: #feed2b;
}
footer ul {
  padding: 20px 0;
  justify-content: center;
}
footer ul li {
  position: relative;
}
footer ul li:first-child {
  margin-right: 20px;
}
footer ul a {
  color: #000000;
}

@media screen and (max-width: 768px) {
  .sp {
    display: block !important;
  }
  .pc {
    display: none;
  }
  img {
    width: 100%;
  }
  #bg {
    background: none;
  }
  #wrpper {
    box-shadow: none;
  }
  a:hover {
    opacity: 1;
  }
  #fl_btn {
    position: relative;
    position: fixed;
    display: none;
    bottom: 0;
    right: 0;
    left: 0;
    margin: 0 auto;
    width: 100vw;
    z-index: 999;
  }
  #fl_btn a {
    position: absolute;
    width: 89.6vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 0.8vw;
  }
  .cv01 {
    position: relative;
  }
  .cv01 .cv_btn {
    position: absolute;
    width: 87.6vw;
    bottom: 110.667vw;
  }
  .swiper {
    width: 100vw;
    height: 187.2vw;
    background: url(../img/sl_bg.jpg) no-repeat top/cover;
  }
  .swiper img {
    width: 92vw;
    height: 160.8vw;
  }
  .swiper .swiper-slide {
    margin-top: 11.2vw;
  }
  .swiper .swiper-button-next:after, .swiper .swiper-rtl .swiper-button-prev:after {
    content: "";
    background: url("../img/sl_next.png") no-repeat center/cover;
    display: inline-block;
    width: 6.533vw;
    height: 6.667vw;
    position: absolute;
    right: 0 !important;
  }
  .swiper .swiper-button-prev:after, .swiper .swiper-rtl .swiper-button-next:after {
    content: "";
    background: url("../img/sl_prev.png") no-repeat center/cover;
    display: inline-block;
    width: 6.533vw;
    height: 6.667vw;
    position: absolute;
    left: 0 !important;
  }
  .cv02 {
    position: relative;
  }
  .cv02 .cv_btn {
    position: absolute;
    width: 87.6vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    bottom: 11.067vw;
  }
  .shop_cv {
    background: url(../img/shop_bg.jpg) no-repeat top/cover;
    padding-bottom: 7.333vw;
  }
  .shop_cv .inner {
    width: 94.667vw;
    margin: 0 auto;
  }
  .shop_cv ul li {
    position: relative;
    width: 47.333vw;
  }
  .shop_cv ul li .shop_ttl {
    position: absolute;
    width: 41.467vw;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30vw;
    font-size: 4.267vw;
    font-weight: bold;
    color: #692b14;
  }
  .shop_cv ul li .shop_ttl_s {
    position: absolute;
    width: 41.467vw;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 30.667vw;
    font-size: 3.2vw;
    font-weight: bold;
    color: #692b14;
  }
  .shop_cv ul li .shop_address {
    position: absolute;
    width: 41.467vw;
    text-align: center;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 38.4vw;
    font-size: 3.2vw;
    line-height: 1.5;
    color: #692b14;
  }
  .shop_cv ul li .shop_cv_btn {
    position: absolute;
    width: 41.467vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 49.067vw;
  }
  .shop_cv ul li .shop_cv_btn02 {
    position: absolute;
    width: 41.467vw;
    margin: 0 auto;
    left: 0;
    right: 0;
    top: 62.4vw;
  }
  footer .inner {
    width: 100vw;
    margin: 0 auto;
    background: #feed2b;
  }
  footer ul {
    padding: 2.667vw 0;
    justify-content: center;
  }
  footer ul li {
    position: relative;
  }
  footer ul li:first-child {
    margin-right: 2.667vw;
  }
  footer ul a {
    color: #000000;
  }
}
/*# sourceMappingURL=style.css.map */