.access .mainImg {
  background: url(../img/access/main_photo_pc.jpg) no-repeat center;
}

.wrap {
  text-align: center;
}

.access h2 {
  width: 158px;
}

.accessBox #map_canvas {
  border: solid 1px #fff;
  width: 100%;
  height: 543px;
  margin-bottom: 22px;
  box-sizing: border-box;
}

.accessBox .txt {
  font-size: 18px;
  margin-bottom: 58px;
}

.accessBox .txt a {
  font-size: 17px;
  color: #00A29A;
}

.accessBox .inner {
  width: 100%;
  background-color: #F6F9F8;

  display: flex;
  justify-content: space-between;
  text-align: left;
  
}

.accessBox .sec01 {
  margin-bottom: 20px;
  padding-top: 47px;
  padding-bottom: 51px;
}

.accessBox .sec02 {
  padding-top: 53px;
  padding-bottom: 41px;
}

.accessBox .inner strong {
  margin-left: 98px;
  font-size: 16px;
  line-height: 2;
}

.accessBox .inner .txtWrap {
  margin-right: 57px;
  width: 649px;
}

.accessBox .inner .txtWrap .txt {
  margin-left: 3px;
  font-size: 16px;
  line-height: 2;
}

.accessBox .sec01 .txtWrap .txt {
  margin-bottom: 16px;
}

@media screen and (max-width:750px){
  #contents .secBlk .wrap {
    width: 100%;
  }

  #contents .secBlk h2 {
    margin-bottom: 9.6vw;
  }

  .access h2 {
    width: 27.866vw;
  }

  .accessBox #map_canvas {
    display: none;
  }

  .accessBox .txt {
    font-size: 3.466vw;
    line-height: 2;
    margin-bottom: 8.666vw;
  }

  .accessBox .txt a {
    font-size: 2.742vw;
    color: #00A29A;
  }

  .accessBox .inner {
    width: 100%;

    display: block;
  }

  .accessBox .sec01 {
    margin-bottom: 0.933vw;
    padding-top: 10.533vw;
    padding-bottom: 11.200vw;
  }
  
  .accessBox .sec02 {
    padding-top: 8.799vw;
    padding-bottom: 41px;
  }
  
  .accessBox .inner .txtWrap {
    margin-left: 7.066vw;
    margin-right: 0;
    width: 86vw;
  }
  
  .accessBox .inner strong {
    margin-left: 7.066vw;
    font-size: 3.2vw;
  }
  
  .accessBox .sec01 .txtWrap {
    margin-bottom: 10px;
  }

  .accessBox .sec01 .txtWrap .txt {
    margin-bottom: 2.933vw;
  }

  .accessBox .inner .txtWrap .map {
    margin-top: 2.133vw;
  }

  .accessBox .inner .txtWrap .txt {
    font-size: 3.2vw;
    line-height: 2;
  }
}