/* CSS Document */
@media (min-width: 800px) {
  .repc {
    display: block;
  }
  .resp {
    display: none;
  }
  img.repc {
    display: inline-block;
  }
}
@media (max-width: 800px) {
  .repc {
    display: none;
  }
  .resp {
    display: contents;
  }
  img.resp {
    display: inline-block;
  }
}
#share_sns {
  font-family: sans-serif;
}
@media (max-width: 800px) {
  #share_sns {
    background: rgba(255, 255, 255, 0.5);
    padding: 20px 0;
  }
}
#share_sns ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#share_sns ul li a {
  border-radius: 30px;
  padding: 0.7rem 1rem;
  margin: 0.7rem;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
}
#share_sns ul li a span {
  font-weight: bold;
}
#share_sns ul li a img {
  margin: -0.4rem 5px -0.4rem -0.4rem;
}
#share_sns ul li.twitter {
  width: 100%;
  text-align: center;
}
#share_sns ul li.twitter a {
  background: #000;
}
#share_sns ul li.facebook a {
  background: #1877f2;
}
#share_sns ul li.line a {
  background: #00b900;
}
#share_sns ul li.urlcopy {
  width: 100%;
}
#share_sns ul li button {
  border-radius: 30px;
  padding: 0.7rem 1rem;
  margin: 0.7rem auto;
  display: block;
  text-align: center;
  color: #fff;
  text-decoration: none;
  font-size: 0.9rem;
  letter-spacing: 0.1rem;
  background: #8d5823;
  border: none;
  position: relative;
}
#share_sns ul li button:hover {
  opacity: 0.8;
  cursor: pointer;
}

.official_sns {
  background: rgba(170, 205, 6, 0.8);
  padding: 20px 0 20px;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: sans-serif;
}
@media (max-width: 800px) {
  .official_sns {
    margin-top: 0;
    font-size: 0.8rem;
    background: rgb(170, 205, 6);
  }
}
.official_sns h4 {
  font-size: 14px;
  color: #393939;
  border-bottom: 1px solid #fff;
  width: 60%;
  margin: auto;
  padding-bottom: 1rem;
  margin-bottom: 20px;
}
@media (max-width: 800px) {
  .official_sns h4 {
    width: 90%;
  }
}
.official_sns ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 800px) {
  .official_sns ul li {
    width: 40%;
    margin: 2%;
  }
}
.official_sns ul li a {
  width: 150px;
  background: #fff;
  display: block;
  color: #393939 !important;
  border-radius: 30px;
  padding: 5px;
  line-height: 35px;
  margin-right: 20px;
  font-weight: bold;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 13px;
}
@media (max-width: 800px) {
  .official_sns ul li a {
    padding: 2%;
    width: 90%;
  }
}
.official_sns ul li a img {
  margin-right: 0.5rem;
}

.box_info {
  width: 95%;
  max-width: 600px;
  margin: 2rem auto;
}
.box_info h3 {
  width: 100%;
}
.box_info h3 a {
  display: block;
  color: #000;
  background: rgba(170, 205, 6, 0.8);
  border-radius: 20px;
  padding: 5px;
  margin-bottom: 1rem;
  text-align: center;
}
.box_info .box_biookinfo {
  display: flex;
  justify-content: center;
}
.box_info .box_biookinfo .img_book {
  width: 35%;
}
.box_info .box_biookinfo .img_book img {
  width: 100%;
}
.box_info .box_biookinfo .book_info {
  width: 55%;
  margin-left: 2%;
  text-align: left;
  font-size: 14px;
}
.box_info .box_biookinfo .book_info li {
  line-height: 1.5rem;
}

.shop_link {
  margin-top: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  clear: both;
}
.shop_link ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.shop_link ul li {
  margin: 0.3rem 1%;
  width: 23%;
  max-width: 160px;
}
@media (max-width: 767px) {
  .shop_link ul li {
    width: 43%;
  }
}
.shop_link ul li img {
  width: 100%;
}
.shop_link h3 {
  text-align: center;
  background: #fff;
  color: #000;
  border-radius: 20px;
  width: 90%;
  margin: 0.5rem auto;
}/*# sourceMappingURL=sp_common.css.map */