@charset "UTF-8";
.section-title {
  display: inline-block;
  /*/*font-size: 1.5rem;きかない*/
  margin-bottom: 10px;
  border-bottom: solid 3px #00050a;
}
.content-title {
  font-size: 1.2rem;
  margin: 1px 0;
}
.wrapper {
  max-width: 1260px;
  margin: 0 auto 100px;
  padding: 0 2%; /*中幸町～を右から2%　アイコン左から2% */
  text-align: center;
  font-weight: bolder;
}
.wrapper02 {
	max-width: 960px;
	margin: 0 auto 10px;
	padding: 0 4%;
	text-align: center;
  }

/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual {
  margin-bottom: 15px;
}
#mainvisual img {
  width: 100%;
  max-width: 1920x;
  padding: 110px 0 0 0;
  /*height: 300px; /*420px;*/
  /*object-fit: cover;*/
  object-fit: contain; /*写真のレイアウト*/
}
/*-------------------------------------------
About
-------------------------------------------*/
#about .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about img {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  margin-right: 30px;
}
#about .text {
  font-size: 1.1rem;
  text-align:justify;
  }
/*----------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {
	/*追加*/
 .wrapper {
	margin-bottom: 30px;
  }
  
  /*-------------------------------------------
  About
  -------------------------------------------*/
  #about .content {
    flex-direction: column;
 }
  #about img {
    margin-right: 0;
  }
  #about h2{
	font-size: 1.3rem;
  }
  #about h3{
	font-size: 1rem;
  }
  #about p{
	font-size: 0.8rem;
  }
 }
