@charset "UTF-8";

/************************************************************************
  setting
************************************************************************/
body {
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-weight: normal;
    font-size: 12px;
    margin: 0px;
    padding: 0px;
}
img {
  max-width: 100%;
}
a:hover img {
  opacity: 0.8;
}
.mt0 {
  margin-top: 0 !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.text-black {
  color: #000 !important;
}
.text-red {
  color: #f00 !important;
}
.text-blue {
  color: #00f;
}
@media (max-width: 767px) {
  .sns_pc {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .sns_sp {
    display: none !important;
  }
  body {
    background-image: url(../images/common/bg.jpg);
    margin: 0 auto;
  }
  .sns_container {
    background: #fff;
    padding: 1rem;
    max-width: 862px;
    margin: 0 auto;
  }
}
@media (max-width: 599px) {
  .break-pc {
    display: none !important;
  }
}
@media (min-width: 600px) {
  .break-sp {
    display: none !important;
  }
}
@media (max-width: 939px) {
  .hidden-sp {
    display: none !important;
  }
}
@media (min-width: 940px) {
  .hidden-pc {
    display: none !important;
  }
}

/************************************************************************
  page top
************************************************************************/
.page-top {
  background-color: rgba(229,0,0,1);
  position: fixed;
  bottom: 10px;
  right: 20px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  z-index: 1000;
}
.page-top a {
  text-decoration: none;
  color: #fff;
  text-align: center;
  display: block;
}

@media (max-width: 767px) {
  .page-top {
    opacity: 0.7;
    font-size: 1.5rem;
    border-radius: 50px;
    -webkit-border-radius: 50px;
  }
  .page-top:hover {
    opacity: 1;
  }
  .page-top a {
    width: 35px;
    padding: 7px;
  }
  .page-top span {
    display: none;
  }
}
@media (min-width: 768px) {
  .page-top a {
    width: 100px;
    padding: 30px 0;
  }
}

/************************************************************************
  footer
************************************************************************/
/* bg */
footer {
  background: #fff;
  font-size: 1.6rem;
  font-weight: bold;
}
footer ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
footer li {
  margin: 0 0.5rem;
}
footer address {
  font-weight: normal;
  font-size: 1.2rem;
  margin-bottom: 0;
  padding: 1rem;
}
footer.footer {
  border-top: 2px dotted #f00;
  margin-top: 1rem;
  padding-top: 1rem;
}
footer.footer ul {
  font-size: 12px;
  margin-bottom: 1.5rem;
  font-weight: normal;
}
footer.footer li {
  margin: 0 0.2rem;
}
footer.footer li.active {
  color: #f00;
}

@media(min-width: 768px) {
  footer {
    text-align: center;
  }
}
@media(min-width: 940px) {
  footer.footer address {
    background: url(../images/common/footer_bg.gif) no-repeat center top;
    background-size: 100%;
    height: 60px;
    padding-top: 22px;
  }
}
