@charset "UTF-8";

html {
  font-size: 100%;
}
body {
  color: #383e45;
  font-size: 0.9rem;
}
a {
  text-decoration: none;
}
img {
  max-width: 100%;
}
li {
  list-style: none;
}
.site-title {
  width: 120px;
  line-height: 1px;
  padding: 10px 0;
}
.site-title a {
  display: block;
}
.section-title {
  display: inline-block;
  font-size: 2rem;
	color:#0066FF;
  margin-bottom: 10px;
	margin-top: 30px;
}
.section-info {
  display: inline-block;
  font-size: 2rem;
	color:#0066FF;
  margin-bottom: 10px;
	margin-top: 0px;
}
.content-title {
  font-size: 1rem;
  margin: 10px 0;
}
.wrapper {
  max-width: 960px;
  margin: 0 auto 0px;
  padding: 0 4%;
  text-align: center;
}



/*-------------------------------------------
Mainvisual
-------------------------------------------*/
#mainvisual {
  margin-bottom: 10px;
}
#mainvisual img {
  width: 100%;
  max-width: 1920px;
  height: 600px;
  object-fit: cover;
}

/*-------------------------------------------
About
-------------------------------------------*/
#about .content {
  display: flex;
  justify-content: center;
  align-items: center;
}
#about img {
  width: 100%;
  margin-right: 0px;
}
#about .text {
  text-align: center;
}
#about .icons img{
	width: 80px;
	margin-top: 40px;
}



/*-------------------------------------------
tanks
-------------------------------------------*/
#tanks ul {
  display: flex;
  justify-content: space-between;
}
#tabks li {
  width: 32%;
}
/*-------------------------------------------
SNS
-------------------------------------------*/
#sns li{
	display: inline;
}
#sns img{
	width: 100px;
	margin-bottom: 30px;
}

/*-------------------------------------------
info
-------------------------------------------*/
#info {
  padding: 10px 0;
  text-align: center;
}
#info img{
	width: 120px;
	padding-bottom: 20px;
	padding-top: 20px;
}
#info a{
	color:black;
}
#info a:hover {
	text-decoration: underline;
}

/*-------------------------------------------
footer
-------------------------------------------*/
#footer {
  font-size: 0.5rem;
  padding: 10px 0;
  text-align: center;
}

/*-------------------------------------------
SP
-------------------------------------------*/
@media screen and (max-width: 600px) {

  /*-------------------------------------------
  Mainvisual
  -------------------------------------------*/
  #mainvisual img {
    height: calc(80vh - 60px);
  }

  /*-------------------------------------------
  About
  -------------------------------------------*/
  #about .content {
    flex-direction: column;
  }
  #about img {
    margin-right: 0;
  }

  /*-------------------------------------------
  tanks
  -------------------------------------------*/
  #tanks ul {
    flex-direction: column;
  }
  #tanks li {
    width: 100%;
    margin-bottom: 30px;
  }
}