@charset "UTF-8";
#onlineshop .slick-prev,
#onlineshop .slick-next {
  z-index: 999;
  width: 62px;
  height: 62px;
}
@media screen and (max-width: 768px) {
  #onlineshop .slick-prev,
#onlineshop .slick-next {
    width: 32px;
    height: 32px;
  }
}
#onlineshop .slick-prev:before,
#onlineshop .slick-next:before {
  content: "";
  display: block;
  opacity: 1;
  background-size: 100% auto;
  width: 62px;
  height: 62px;
}
@media screen and (max-width: 768px) {
  #onlineshop .slick-prev:before,
#onlineshop .slick-next:before {
    width: 32px;
    height: 32px;
  }
}
#onlineshop .slick-prev {
  left: 2%;
}
#onlineshop .slick-prev:before {
  background-image: url(../img/prev.png);
}
#onlineshop .slick-next {
  right: 2%;
}
#onlineshop .slick-next:before {
  background-image: url(../img/next.png);
}
#onlineshop #fv {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #onlineshop #fv {
    margin-bottom: 4vw;
  }
}
#onlineshop #bnr div {
  margin-bottom: 2em;
}
@media screen and (max-width: 768px) {
  #onlineshop #bnr div {
    margin-bottom: 4vw;
  }
}
#onlineshop #bnr .button {
  padding-top: 1em;
}
#onlineshop #shop {
  padding: 0 5.4%;
}
#onlineshop #shop figure {
  text-align: center;
}
#onlineshop #shop .button {
  padding-top: 0;
  width: 100%;
}
#onlineshop #service {
  padding: 0 5.4%;
}
#onlineshop #service h2 {
  font-size: 45px;
  text-align: center;
  font-family: "Times New Roman", "Noto Serif JP";
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #onlineshop #service h2 {
    font-size: 7vw;
  }
}
#onlineshop #service h2 span {
  font-size: 20px;
  display: block;
  font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W2", "HiraMinProN-W2", "ヒラギノ明朝 ProN", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
  margin-top: 5px;
}
@media screen and (max-width: 768px) {
  #onlineshop #service h2 span {
    font-size: 3.5vw;
  }
}
#onlineshop #service .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#onlineshop #service .list > div {
  width: 48.8%;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #onlineshop #service .list > div {
    margin-bottom: 3vw;
  }
}
#onlineshop #service .list > div a {
  display: block;
  background-color: #faf7f5;
  text-align: center;
  padding: 1.4em 0;
  font-size: 23px;
  position: relative;
}
@media screen and (max-width: 768px) {
  #onlineshop #service .list > div a {
    font-size: 3.5vw;
  }
}
#onlineshop #service .list > div a:before {
  content: "";
  display: block;
  width: 10px;
  height: 10px;
  border-right: 1px #000 solid;
  border-bottom: 1px #000 solid;
  transform: rotate(-45deg);
  position: absolute;
  right: 8%;
  top: 43%;
}
@media screen and (max-width: 768px) {
  #onlineshop #service .list > div a:before {
    width: 6px;
    height: 6px;
    right: 5%;
    top: 48%;
  }
}
#onlineshop #sns {
  margin-top: 5em;
  padding: 0 5.4%;
  margin-bottom: 5em;
}
@media screen and (max-width: 768px) {
  #onlineshop #sns {
    margin-top: 14vw;
  }
}
#onlineshop #sns h2 {
  font-size: 38px;
  font-family: "Times New Roman", "Noto Serif JP";
  text-align: center;
  letter-spacing: 0.05em;
  margin-bottom: 1em;
}
@media screen and (max-width: 768px) {
  #onlineshop #sns h2 {
    font-size: 5.5vw;
  }
}
#onlineshop #sns ul {
  display: flex;
  justify-content: space-between;
  padding: 0 1em;
}
#onlineshop #sns ul li {
  width: 15%;
  text-align: center;
}/*# sourceMappingURL=page.css.map */