/* CSS Document */
#access {
  padding: 5% 0;
  background: #333333;
  color: #ffffff;
}
#access h1 {
  z-index: 1;
}
#access h2 {
  font-size: 2.4rem;
  font-weight: normal;
}
#access section {
  padding: 5% 0;
}
#access div.box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 5%;
}
#access div.box dl {
  width: 50%;
  font-size: 1.8rem;
  display: flex;
  align-items: flex-start;
}
#access div.box dl dt {
  width: 20%;
  font-size: 2.4rem;
}
#access div.box dl p {
  font-size: 1.6rem;
  margin: 0;
  line-height: 1.6;
}
#access div.box dl table, #access div.box dl td, #access div.box dl th {
  border: none;
  vertical-align: top;
}
#access div.box dl th {
  text-align: right;
  font-weight: normal;
}
#access div.box dl td {
  padding-left: 1em;
}
#access div.box dl tr:nth-child(1) td {
  transform: translateX(-3.5em);
}
#access div.box div.map {
  width: 40%;
  text-align: right;
}
#access div.box div.map img {
  width: 100%;
}
#access div.box div.map span {
  font-size: 1.4rem;
}
#access div.box div.map a {
  font-size: 1.4rem;
}
#access div.box div.map a:before {
  content: "\f3c5";
  font-weight: 900;
  font-family: "Font Awesome 6 Free";
  margin-right: 5px;
}
#access div.box2 {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 5%;
}
#access div.box2 img {
  width: 30%;
}
#access section.info {
  color: #333333;
}

ul.info li {
  color: #000000;
}

@media only screen and (max-width: 768px) {
  #access {
    padding: 5% 3%;
  }
  #access h1 span {
    display: block;
  }
  #access h1::before {
    top: 27%;
  }
  #access h2 {
    font-size: 1.8rem;
  }
  #access section {
    padding: 5% 0 50px;
  }
  #access section:not(.info) {
    display: flex;
    flex-direction: column-reverse;
  }
  #access div.box {
    display: block;
  }
  #access div.box dl {
    width: 100%;
    display: block;
  }
  #access div.box dl dt {
    width: 100%;
    font-size: 1.8rem;
    padding-left: 0.3em;
    border-left: 5px solid #ffffff;
    margin-bottom: 0.5em;
  }
  #access div.box dl th {
    min-width: 80px;
  }
  #access div.box dl p {
    font-size: 1.4rem;
    line-height: 1.4;
  }
  #access div.box div.map {
    width: 100%;
  }
  #access div.box iframe {
    width: 100%;
    height: 70vw;
  }
  #access div.box2 {
    padding: 0 3%;
    margin-bottom: 30px;
  }
  #access div.box2 img {
    width: 50%;
  }
}
