/******** coror ********/
/********* parts *******/
/********************************************/
/********* parts *******/
.aroundmap {
  width: 100%;
  overflow: hidden;
  margin-bottom: 20px;
  position: relative;
  height: 300px;
}
.aroundmap .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url("../img/access/icon_gesture.png") no-repeat center rgba(0, 0, 0, 0.7);
  -webkit-background-size: 30%;
  -o-background-size: 30%;
  background-size: 30%;
  top: 0;
}

.bnr_pdf {
  background: url("/assets/img/common/arrow_white.png") no-repeat 95% center;
  -webkit-background-size: 6px;
  -o-background-size: 6px;
  background-size: 6px;
  background-color: #e60012;
  margin: 0 50px 40px;
  -webkit-border-radius: 15px;
  border-radius: 15px;
  overflow: hidden;
}
.bnr_pdf a {
  display: block;
  padding: 18px 0 14px;
  text-align: center;
  color: #FFF;
  width: 100%;
  font-size: 14px;
  text-decoration: none;
}
