@charset "utf-8";
a {
  text-decoration: none;
  color: white;
}
ul {
  list-style: none;
}
header {
  width: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
}
.container {
  max-width: 1080px;
  padding: 0 20px;
  margin: 0 auto;
  font-family: 'Sawarabi Gothic', sans-serif;
}
header > .container {
  align-items: center;
  max-width: none;
  padding: 0px;
}

.left_header {
  display: flex;
  margin-left: 30px;
}
.nav_header {
  float: left;
  width: 500px;
}

.area_top_view {
  background: url(../img-3/clark-street-mercantile-qnKhZJPKFD8-unsplash.jpg) no-repeat bottom center;
  background-size: cover;
}
.area_top_view > .container {
  height: 800px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.right_header {
  color: white;
  display: flex;
  float: right;
  margin-right: 30px;
  font-size: 20px;
  margin-top: 27px;
  width: 400px;
}
.area_top_view h1 {
  text-align: center;
  font-size: 50px;
  color: white;
  line-height: 100px;
  filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.161));
}
.box {
  display: block;
  height: 100px;
  background: rgba(0,0,0,0.3);
}
.ttl {
  margin-top: 27px;
  margin-left: 20px;
  font-size: 20px;
}
.content {
  text-align: center;
  color: rgba(79,83,84,1);
  line-height: 100px;
  height: 700px;
  padding-top: 50px;
}
.content > .container {
  width: 1080px;
}
.about {
  width: auto;
  font-size: 40px;
  display: inline-block;
  border-bottom: 2px solid rgba(79,83,84,1);
}
.container > h2 {
  margin-top: 70px;
  line-height: 50px;
  letter-spacing: 0.8px;
}
.catchcopy {
  width: 1080px;
}
.tenant-index{
    width: 1080px;
  }
  li img {
    margin-top: 20px;
    width: 340px;
  }
  .tenanto-1{
    display: flex;
    text-align: center;
    margin-left: 110px;
  }
  .fu {
    margin-left: 30px;
  }
  .tenant {
    display: flex;
    margin-left: 150px;
  }
  .kanon{
    margin-top: 20px;
    margin-right: 30px;
  }
  .kanon-name{
    background-color:rgba(79,83,84,1);
    color: white;
    margin-top: 100px;
    margin-left: 150px;
    font-size: 20px;
    padding: 20px;
    width: 180px;
  }
  .grass-name {
    background-color:rgba(79,83,84,1);
    color: white;
    margin-top: 100px;
    margin-left: 150px;
    font-size: 20px;
    padding: 20px;
    width: 230px;
  }
  .linkth-name {
    background-color:rgba(79,83,84,1);
    color: white;
    margin-top: 100px;
    margin-left: 150px;
    font-size: 20px;
    padding: 20px;
    width: 250px;
  }
  .kanon a {
      color: black;
      position: relative;
  }
  footer {
    margin-top: 30px;
    width: auto;
    height: 60px;
    background-color:rgba(79,83,84,1);
    text-align: center;
    color: white;
  }
  footer p {
    padding-top: 25px;
    font-size: 12px;
  }
 .aretoro-name{
    background-color:rgba(79,83,84,1);
    color: white;
    margin-top: 100px;
    margin-left: 150px;
    font-size: 20px;
    padding: 20px;
    width: 180px;
   }
   @media (max-width: 1000px){
    .tenant-index {
    width: 1158px;
    }
    .area_top_view {
    background: url(../img-3/clark-street-mercantile-qnKhZJPKFD8-unsplash) no-repeat bottom center;
    background-size: cover;
    width: 1158px;
    }
    footer {
    width: 1158px;
    height: 60px;
    background-color:rgba(79,83,84,1);
    text-align: center;
    color: white;
    }
    li img {
      margin-top: 20px;
      width: 250px;
    }
  }