.kv {
  background: url("/aboutus/img/aboutus_kv.jpg") no-repeat center center/cover;
}

@media screen and (max-width: 768px) {
  .kv {
    background-position: 20% 0;
  }
}

.kv h1 {
  color: #fff;
}

.inner800 {
  padding-bottom: 100px;
}

.inner800 table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  text-align: left;
  border-bottom: 1px solid #dbdbdb;
  padding: 30px 0;
  color: #434343;
}

@media screen and (max-width: 768px) {
  .inner800 table tr {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 20px 0;
  }
}

.inner800 table tr th {
  width: 25%;
  font-weight: bold;
  font-size: 18px;
}

@media screen and (max-width: 768px) {
  .inner800 table tr th {
    width: 100%;
    font-size: 16px;
  }
}

.inner800 table tr td {
  width: 65%;
  font-size: 16px;
}

@media screen and (max-width: 768px) {
  .inner800 table tr td {
    width: 100%;
    padding-top: 10px;
    font-size: 14px;
  }
}

.inner800 table tr td a {
  text-decoration: underline;
}

.inner800 table tr td a:hover {
  text-decoration: none;
}

.map_box {
  max-width: 1000px;
  width: 100%;
  height: 550px;
  margin: 0 auto;
  position: relative;
  border: 1px solid #dbdbdb;
}

@media screen and (max-width: 768px) {
  .map_box {
    width: 90%;
  }
}

.map_box iframe {
  width: 100%;
  height: 100%;
}

.map_box .map_txt {
  position: absolute;
  bottom: -20%;
  left: 50%;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  max-width: 800px;
  width: 100%;
  margin: 0 auto;
  background-color: #e3e3e3;
  padding: 40px 0;
}

@media screen and (max-width: 768px) {
  .map_box .map_txt {
    width: 95%;
    bottom: -30%;
  }
}

.map_box .map_txt .txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: -10px;
}

@media screen and (max-width: 768px) {
  .map_box .map_txt .txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 90%;
    margin: 0 auto;
  }
}

.map_box .map_txt .txt p {
  font-family: 'Noto Serif JP', serif;
  font-weight: 600;
  font-size: 22px;
  letter-spacing: 4px;
  padding-left: 50px;
}

@media screen and (max-width: 768px) {
  .map_box .map_txt .txt p {
    text-align: center;
    padding-left: 0;
  }
}

.map_box .map_txt .txt .line {
  height: 150px;
  width: 1px;
  background-color: #434343;
}

@media screen and (max-width: 768px) {
  .map_box .map_txt .txt .line {
    width: 90%;
    height: 1px;
    margin: 20px 0;
  }
}

.map_box .map_txt .txt ul {
  padding-right: 50px;
  padding-bottom: -10px;
}

@media screen and (max-width: 768px) {
  .map_box .map_txt .txt ul {
    width: 90%;
    padding-right: 0;
    margin-left: 10%;
  }
}

.map_box .map_txt .txt ul li {
  margin-bottom: 10px;
  list-style: disc;
}

.pb80 {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .pb80 {
    padding-bottom: 150px;
  }
}
/*# sourceMappingURL=layout.css.map */