*{
  padding: 0;
  margin: 0;
}
html{
  scroll-behavior: smooth;
}
body{
  font-family: sans-serif;
  background: #white;
}
header{
  max-width: 100%;
  display: flex;
  justify-content: flex-start;
  background: black;
}
.kanban img{
  max-width: 100%;
  margin: auto;
  vertical-align: bottom;
}
.but img{
  max-width: 100%;
  vertical-align: bottom;
}
.but{
  display: flex;
  justify-content: space-around;
}
.top h1{
  text-align: center;
  margin: auto;
  margin-top: 100px;
}
.top{
  background-image: url("img/top9.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.title{
  text-align: center;
  margin-top: 15%;
}
.title img{
  max-width: 60%;
  -webkit-animation: fadeIn 3s ease 0s 1 normal;
    animation: fadeIn 3s ease 0s 1 normal;
  }
  @keyframes fadeIn {
    0% {
      opacity: 0
    }

    100% {
      opacity: 1
    }
  }
  footer{
    text-align: center;
  }
  footer p{
    padding: 10px;
    font-size: 12px;
    color: white;
    background: #203744;
  }
h1{
  text-align: center;
  font-size: 18px;
  font-weight: normal;
  padding-top: 20px;
  padding-bottom: 30px;
}
h2 {
  text-align: center;
  font-size: 22px;
  padding-top: 30px;
}
h3 {
  text-align: center;
  font-size: 28px;
  padding-top: 30px;
}
h4 {
  margin: auto;
  padding: 30px;
  width: 500px;
}
h5 {
  text-align: center;
  margin: auto;
  font-size: 18px;
  padding-top: 30px;
  width: 500px;
}
.info{
  margin: auto;
  font-size: 18px;
  padding-top: 20px;
  padding-left: 100px;
  width: 500px;
}
.under{
  background: linear-gradient(transparent 80%, red 20%);
}
hr{
  height: 1px;
  margin-left: 150px;
  margin-right: 150px;
  margin-bottom: 10px;
  margin-top: 40px;
  background-color: black;
  border: none;
}
.number{
  padding-top: 10px;
  padding-bottom: 20px;
  margin: auto;
  max-width: 250px;
}
.number img{
  max-width: 100%;
}
.number p{
  text-align: center;
}
.h1link{
  display: flex;
  justify-content: center;
  padding-top: 30px;
  padding-bottom: 50px;
  padding-right: 46px;
}
.h1link .kigou p{
  padding: 15px;
  font-size: 20px;
}
.h1link .but p{
  padding: 15px;
  width: 250px;
  border: solid 2px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  background: white;
}
.h1link .but a{
  text-decoration: none;
  color: black;
  background: white;
}
.h1link .but a:hover{
  color: #ff4500;
}

.home{
  max-width: 50px;
  padding-top: 100px;
  padding-bottom: 30px;
  margin: auto;
}
.home img{
  max-width: 100%;
  vertical-align: bottom;
}
.img{
  text-align: center;
}
.img img{
  padding-top: 30px;
  padding-bottom: 30px;
  max-width: 100%;
}
.map {
  text-align: center;
  padding-top: 30px;
}
.gaikan{
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.naikan{
  text-align: center;
  padding-bottom: 20px;
  padding-top: 20px;
}
.naikan img{
  max-width: 100%;
}
