@charset "utf-8";

.sns_section{
  font-family: "Noto Sans JP", sans-serif;
  background-color: #fff;
  background-image: url("/image/contact/contact_bg_pc.png");
  background-size: contain;
  background-position: bottom;
  background-repeat: no-repeat;
  max-width: 1920px;
  max-height: 700px;
  padding-top: 100px;
  padding-bottom: 100px;
  margin: auto;
}

.sns_ttl{
  margin: auto;
  height: 130px;
  width: auto;
  display: flex;
  justify-content: center;
  padding-right: 40px;
}

.sns_ttl img{
  height: 100%;
  width: auto;
  margin: auto;
}

.sns-btnarea {
  width: 100%;
  display: flex;
  justify-content: center;
  margin: auto;
  margin-top: 40px;
}

.sns-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 400px;
  height: 70px;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  background-color: #918c28;
  box-shadow: 0px 3px 6px #00000029;
  border-radius: 35px;
  cursor: pointer;
  text-decoration: none;
}
.sns-btn:hover {
  background-color: #524f16;
}
.sns-btn:first-child {
  margin-bottom: 20px;
}
.sns-btn .sns-social-icon {
  position: absolute;
  width: 50px;
  height: 50px;
  left: 33px;
  top: 50%;
  transform: translateY(-50%);
}
.sns-btn .sns-social-icon img {
  width: 100%;
}


/* ----------------contact----------------- */
.contact-cmt {
  width: 1100px;
  margin: auto;
  background: #fff;
  text-align: center;
  font-size: 18px;
  padding: 100px 0;
}

.contact-title_img{
  height: 92px;
  width: auto;
}
.contact-title_img img{
  height: 100%;
  width: auto;
}

.contact-title_img img{
  margin: auto;
}

.contact-cmt .f-mail {
  font-size: 34px;
  margin-top: 20px;
}
.contact-cmt p {
  margin: 0;
  line-height: 2;
}

.contact-text{
  margin-top: 30px;
  margin-bottom: 50px;
}

.contact-link{
  background-color: #9CA51F;
  width: 570px;
  padding: 30px;
  border-radius: 10px;
  font-size: 20px;
  color: #fff;
  display: block;
  margin: auto;
  text-decoration: none;
}

.mail-icon{
  filter: invert(100%) sepia(7%) saturate(7471%) hue-rotate(250deg) brightness(112%) contrast(90%);
  display: inline-block;
  vertical-align: middle;
  padding-left: 15px;
}

.contact-link:hover{
  opacity: 0.8;
}

@media only screen and (max-width: 1200px) {
  .contact-cmt {
    width: 90%;
  }
}

@media only screen and (max-width: 1100px) {
  .sns_section {
    background-image: url("/image/contact/sp/contact_bg_sp.png");
    max-height: none;
    padding-top: 12vw;
    padding-bottom: 12vw;
  }
  .sns_ttl{
  height: 21vw;
  width: auto;
  padding-right: 0;
  }
  .sns-btnarea {
    margin-top: 8vw;
  }
  .sns-btn {
    width: 56vw;
    height: 12vw;
    font-size: 4.2vw;
    padding-left: 4vw;
    border-radius: 10vw;
  }
  .sns-btn:first-child {
    margin-bottom: 4vw;
  }
  .sns-btn .sns-social-icon {
    position: absolute;
    width: 6vw;
    height: 6vw;
    left: 8vw;
    top: 50%;
    transform: translateY(-50%);
  }

  /* ----------------contact----------------- */
  .contact {
    padding: 20vw 0;
  }
  .contact-cmt {
    width: 90%;
    padding: 10vw 0 10vw 0;
    font-size: 3.6vw;
  }
  .contact-title_img {
    height: 16vw;
    width: auto;
  }
  .contact-text {
    padding: 0 8vw;
    margin-top: 6vw;
    margin-bottom: 8vw;
  }

  .contact-cmt .f-mail {
    font-size: 4vw;
    margin-top: 2vw;
  }

  .contact-link{
    background-color: #9CA51F;
    width: 90%;
    padding: 6vw;
    border-radius: 10px;
    font-size: 4vw;
  }

  .mail-icon{
    padding-left: 4vw;
  }

}

