@charset "UTF-8";

article {
  padding-bottom: 60px;
}

#map {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 767px) {
  #map {
    height: 90vw;
  }
}
.access_content {
  padding: 0 0 60px;
  overflow: hidden;
}
.access_content .left {
  width: 40%;
  padding: 0 2%;
  float: left;
}
@media only screen and (max-width: 767px) {
  .access_content .left {
    width: 100%;
    margin-bottom: 60px;
  }
}
.access_content .right {
  width: 40%;
  float: right;
}
@media only screen and (max-width: 767px) {
  .access_content .right {
    width: 100%;
  }
}
.access_content .right .mark1 {
  position: relative;
}
@media only screen and (max-width: 767px) {
  .access_content .right .mark1 {
    padding-left: 27px;
  }
}
.access_content .right .mark1:before {
  content: url("../access/images/mark1.png");
  position: absolute;
  top: 0;
  left: -29px;
}
@media only screen and (max-width: 767px) {
  .access_content .right .mark1:before {
    left: 0;
  }
}
.access_content .right .mark2 {
  position: relative;
  margin-top: 20px;
}
@media only screen and (max-width: 767px) {
  .access_content .right .mark2 {
    padding-left: 30px;
  }
}
.access_content .right .mark2:before {
  content: url("../access/images/mark2.png");
  position: absolute;
  top: 6px;
  left: -40px;
}
@media only screen and (max-width: 767px) {
  .access_content .right .mark2:before {
    left: 0;
  }
}
.access_content p {
  font-size: 16px;
  line-height: 1.7;
}
.access_content p.info {
  margin-top: 14px;
}
.access_content span {
  font-size: 12px;
  color: #909090;
}

.title_ARTIFACT {
  font-size: 19px;
}
small {
  position: relative;
  display: block;
  top: -4px;
  font-size: 70%;
  opacity: 0.9;
}

@media only screen and (max-width: 767px) {
  .title_ARTIFACT {
    font-size: 18px;
  }
  small {
    font-size: 60%;
  }
}
