@charset "utf-8";

.title {
  height: 500px;
  background-image: url(../images/access/daishichi_sidan_map.jpg);
  background-repeat: no-repeat;
  background-position: top top;
  background-size: cover;
  margin-top: 80px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: left;
  color: #ffffff;
  text-shadow: 3px 3px 3px #034555;
}

.title h1 {
  font-size: 50px;
  font-weight: bold;
  margin-top: 30px;
  margin-left: 20px;
}

.title h5 {
  font-size: 20px;
  display: flex;
  margin-left: 20px;
  margin-top: 20px;
  justify-content: flex-start;
  margin-right: 30px;
  line-height: 25px;
}

table {
  border-collapse: collapse;
}

td {
  font-size: 16px;
  border: 1px solid #08343fb9;
  padding: 6px 10px;
}

td:nth-child(1) {
  width: 130px; 
  background: #c2fbf42d;
}

.googlemap iframe {
  display: block;
  width: 100%;
  height: 350px;
  padding-top: 10px;
}

.aroundmap {
  width: 700px;
}


.accessmap, .transportation, .googlemap  {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px; 
    margin-right: auto;
  }

h2 {
  padding-top: 15px;
  font-size: 25px;
  font-weight: bold;
  text-align: left;
}

h2::after {
  content: '';
  display: block;
  width: 400px;
  height: 3px;
  background-color: rgb(91, 192, 173);
  margin-top: 4px;
  margin-bottom: 10px;
}


.footer {
  margin-top: 50px;
}

@media (max-width: 800px) {

  .title {
    height: calc(100vh - 400px);
    background-image: url(../images/access/daishichi_sidan_map.jpg);
    background-position: top center;
    width: 100%;
    margin-top: 0px;

  }

  .title h1 {
    font-size: 35px;
    font-weight: bold;
    margin-top: 15px;
    margin-left: 20px;
  }

  .title h5 {
    display: none;
  }

  .accessmap, .transportation, .googlemap  {
    width: 90%;
    max-width: 80%;
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 30px;
    margin-right: auto;
  }

  h2 {
    padding-top: 10px;
    font-size: 25px;
    font-weight: bold;
    text-align: left;
  }

  h2::after {
    content: '';
    display: block;
    width: 300px;
    height: 3px;
    background-color: rgb(91, 192, 173);
    margin-top: 4px;
    margin-bottom: 10px;
  }

.accessmap p {
  line-height: 25px;
}
}