/* ----------SNS VONTACT---------- */

.snscontact {
  max-width: 2500px;
  width: 100%;
  height: 415px;
  margin: 0 auto;
  
}

.snscontact_container {
  display: flex;
  margin: 0 auto;
}

.snscontact_sns {
  width: 50%;
  height: 415px;
  padding: 85px 0 100px;

  background-color: #1b1b1b;
  border-right: black 2px solid;
}

.snscontact_sns h2 {
  font-size: 6.4rem;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1rem;
  line-height: 4.8rem;
  letter-spacing: 0.9rem;
}

.snscontact_sns-link ul {
  display: flex;
  justify-content: center;
  margin-top: 95px;

  list-style: none;
}

.snscontact_sns-link ul li {
  width: 30%;
}

.snscontact_sns-link ul li a {
  color: black;
}

.snscontact_sns-link ul li ion-icon {
  width: 100%;
  color: #fff;
  font-size: 6rem;
}

.snscontact_sns-link ul li p {
  font-size: 1.4rem;
}

.snscontact_contact {
  width: 50%;
  height: 415px;
  padding: 85px 0 80px;

  background-color: #1b1b1b;
  border-left: black 2px solid;
}

.snscontact_contact h2 {
  font-size: 6.4rem;
  font-weight: 300;
  font-family: 'Lato', sans-serif;
  letter-spacing: 0.1rem;
  line-height: 4.8rem;
  letter-spacing: 0.9rem;
}

.snscontact_contact-contact {
  position: relative;
  display: block;
  width: 285px;
  height: 65px;
  margin: 0 auto;
  margin-top: 50px;
  margin-bottom: 30px;
  padding: 22px 0 18px 0;

  background: linear-gradient(135deg, #603813, #c13b27);
  border: none;
  border-radius: 40px;

  color: #fff;
  font-size: 1.6rem;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  line-height: 1;
  letter-spacing: 0.07rem;

  transition: all .2s;
}

.snscontact_contact-contact:hover {
  background: #fff;
  border: solid 2px #e6b980;

  color: #fff;
}


.snscontact_contact p {
  font-weight: 500;
  letter-spacing: 0.1rem;
}

.snscontact_contact-TEL {
  margin-bottom: 10px;

  font-size: 2.4rem;
  font-weight: 500;
}

@media(max-width:950px) {
  .snscontact {
    max-width: 950px;
    width: 100%;
    height: auto;
    margin: 0 auto;
  }

  .snscontact_container {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
    margin: 0 auto;
  }

  .snscontact_sns {
    width: 100%;
    height: auto;
    padding: 50px 0 50px;

    background-color: #1b1b1b;
    border-top: black 2px solid;
    border-right: none;
  }

  .snscontact_contact {
    width: 100%;
    height: auto;
    padding: 50px 0 50px;

    background-color: #1b1b1b;
    border-bottom: black 2px solid;
    border-left: none;
  }
}

@media(min-width:671px) {
  .snscontact_contact a[href^="tel:"] {
    color: #3c3c3c;
    text-decoration: none;

    pointer-events: none;
    cursor: default;
  }
}

@media(max-width:670px) {
  .snscontact {
    max-width: 950px;
    width: 100%;
    height: 600px;
    margin: 0 auto;
  }

  .snscontact_container {
    display: flex;
    flex-flow: column;
    flex-direction: column-reverse;
    margin: 0 auto;
  }

  .snscontact_sns {
    width: 100%;
    height: 280px;
    padding: 50px 0 50px;

    background-color: #1b1b1b;
    border-top: black 2px solid;
    border-right: none;
  }

  .snscontact_sns h2 {
    font-size: 3.6rem;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    line-height: 4.8rem;
    letter-spacing: 0.4rem;
  }

  .snscontact_sns-link ul {
    display: flex;
    justify-content: center;
    margin-top: 50px;
    margin-bottom: 0px;

    list-style: none;
  }

  .snscontact_sns-link ul li ion-icon {
    font-size: 5rem;
  }

  .snscontact_contact {
    width: 100%;
    height: 320px;
    padding: 50px 0 50px;

    background-color: #1b1b1b;
    border-bottom: black 2px solid;
    border-left: none;
  }

  .snscontact_contact h2 {
    font-size: 3.6rem;
    font-weight: 300;
    font-family: 'Lato', sans-serif;
    line-height: 4.8rem;
    letter-spacing: 0.4rem;
  }

  .snscontact_contact-contact {
    width: 285px;
    height: 65px;
    margin-top: 20px;
    margin-bottom: 30px;

    background-color: #0000de;
    border-radius: 40px;
  }

  .snscontact_contact a[href^="tel:"] {
    color: #3c3c3c;
    text-decoration: none;
  }
}