@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  color: #383e45;
  font-size: 0.9rem;
  margin: 0 auto;
}
a {
  text-decoration: none;
}
img {
  max-width: 50%;
}
li {
  list-style: none;
}
.site-title {
  width: 120px;
  line-height: 1px;
  margin:0 auto;
}
.site-title a {
  display: block;
}
.section-title {
  display: inline-block;
  font-size: 1.5rem;
  font-family: 'Noto Serif JP', serif;
  text-align: center;
  margin-bottom: 60px;
  border-bottom: solid 1px #383e45;
}
.content-title {
  font-size: 1rem;
  margin: 5px 0;
}
.wrapper {
  max-width: 960px;
  margin: 30px auto;
  padding: 0 4%;
  text-align: center;
}

/*-------------------------------------------
Sns
-------------------------------------------*/
#sns ul {
  display: flex;
  justify-content: space-between;
}
#sns li {
  width: 20%;
  margin-bottom: 10px;
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  font-size: 1rem;
  padding: 10px;
  text-align: center;
}

#honbu p {
 margin-bottom: 50px;
  border-bottom: solid 1px #383e45;
  width: 80%
}

#jimusho {

  font-size: 0.8rem;

}

#jimusho ul {
  display: flex;
  padding: 10px;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {

  /*-------------------------------------------
  Sns
  -------------------------------------------*/
  #sns {
  margin: 20px auto 20px;
  text-align: center;	
  }
  #sns ul {
    flex-direction: column;
  }
  #sns li {
    width: 100%;
    margin-bottom: 30px;
  }
  #sns li img {
    width: 30px;
  }

#honbu p {
 margin-bottom: 20px;
}

#jimusho ul {
  flex-direction: column;
}

#jimusho ul li {
  margin-bottom: 20px;
}

}