/* CSS Document */
@media (min-width: 1000px) {
  .repc {
    display: block;
  }
  .resp {
    display: none;
  }
  img.repc {
    display: inline-block;
  }
}
@media (max-width: 1000px) {
  .repc {
    display: none;
  }
  .resp {
    display: contents;
  }
  img.resp {
    display: inline-block;
  }
}
#share_sns {
  font-family: sans-serif;
}
@media (max-width: 1000px) {
  #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: #1da1f2;
}
#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;
}
#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: 1000px) {
  .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: 1000px) {
  .official_sns h4 {
    width: 90%;
  }
}
.official_sns ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 1000px) {
  .official_sns ul li {
    width: 40%;
    margin: 2%;
  }
}
.official_sns ul li a {
  width: 140px;
  background: #fff;
  display: block;
  color: #393939 !important;
  border-radius: 30px;
  padding: 5px;
  line-height: 35px;
  margin-right: 20px;
  margin-bottom: 1rem;
  font-weight: bold;
  text-decoration: none;
  vertical-align: baseline;
  font-size: 13px;
}
@media (max-width: 1000px) {
  .official_sns ul li a {
    padding: 2%;
    width: 90%;
  }
}
.official_sns ul li a img {
  margin-right: 0.5rem;
}/*# sourceMappingURL=sp_common.css.map */