body {
  margin: 0;
  padding: 0;
}
.access_wrapper {
  padding-top: 150px;
}

/* ヘッドエリア */
.access_head_txt p {
  width: 90%;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
  color: #5D5D5D;
  line-height: 1.8;
  font-weight: 500;
  margin-bottom: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.access_head_txt p::before,
.access_head_txt p::after {
  content: '';
  flex-grow: 0.1;
  background: #5D5D5D;
  height: 1px;
}
.access_head_txt p::before {
  margin-right: 20px;
}
.access_head_txt p::after {
  margin-left: 20px;
}

/* 地図 */
.access_map iframe {
  width: 90%;
  display: block;
  margin: 0 auto;
}

/* 一番下 */
.access_bottom p {
  width: 90%;
  display: block;
  margin: 0 auto;
  text-align: center;
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  font-size: 28px;
  font-weight: 500;
  color: #5D5D5D;
  line-height: 1.8;
  font-weight: 500;
  margin-top: 50px;
  margin-bottom: 30px;
}
