/** ACCESS **************************************************/
/************************************************************************/

.ttl_wrp {
  max-width: 1080px;
  margin: auto;
  text-align: center;
}

.ttl_wrp h1 {
  margin: 0 16px;
  padding: 32px 16px 24px 16px;
  font-size: 30px;
  font-weight: 600;
  border-bottom: 1px #ccc solid;
}

.map_wrp {
  max-width: 1048px;
  margin: auto;
  position: relative;
  width: 100%;
  padding: 420px 16px 0 16px;
  overflow: hidden;
}

.map_wrp iframe {
  position: absolute;
  top: -150px;
  left: 0;
  width: 100%;
  height: calc(100% + 150px + 150px);
  pointer-events: none;
}


.access_wrp {
  width: 100%;
  max-width: 1080px;
  margin: 0px auto;
  padding: 0 16px;
  display: flex;
  justify-content: space-between;
}



.access_wrp div {
  width: 48%;
  font-size: 14px;
  line-height: 2;
}



.access_wrp div h2 {
  margin: 24px 0 8px 0;
  padding-left: 6px;
  font-size: 16px;
  font-weight: 600;
  border-left: 4px #333 solid;
  line-height: 1.4;
}

.access_wrp div p {
  margin-left: 12px;
}


.access_wrp a {
  position: relative;
  display: inline-block;
  padding-right: 18px;
  color: #4679BD;
  border-bottom: 1px #4679BD solid;
}

.access_wrp a::before {
  content: '';
  width: 16px;
  height: 16px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  right: -2px;
  margin-top: -8px;
  border: 1px #4679BD solid;
}

.access_wrp a::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0;
  border-top: solid 1px #4679BD;
  border-right: solid 1px #4679BD;
  position: absolute;
  top: 50%;
  right: 4px;
  margin-top: -3px;
  transform: rotate(45deg);
}

.access_wrp a:hover {
  opacity: 0.5;
}

/****** tablet / 768 - 1024 *****/
@media screen and (min-width: 768px) and (max-width: 1024px) {}

/****** SP / 767 or less *****/
@media screen and (max-width: 767px) {
  .access_wrp {
    flex-direction: column;
  }

  .access_wrp div {
    width: 100%;
  }
}
