#page.access .mv {
  background-image: url(../img/access/mv.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  height: 80px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#page.access .page-en-title {
  color: #fff;
  font-size: 10px;
  font-weight: bold;
  line-height: 1.75;
}
#page.access .page-ja-title {
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.7;
}
@media (min-width: 767px) {
  #page.access .mv {
    background-image: url(../img/access/mv-pc.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: 200px;
  }
  #page.access .page-en-title {
    font-size: 20px;
  }
  #page.access .page-ja-title {
    font-size: 30px;
  }
}
#page.access .access-contens {
  border-bottom: 1px solid #dcdddd;
  padding-bottom: 40px;
}
#page.access .contens-title {
  font-size: 15px;
  font-weight: bold;
  letter-spacing: 0.1em;
  line-height: 1.534;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 36px;
  width: 100%;
  border-bottom: 1px solid #999999;
  padding-left: 16px;
  position: relative;
}
#page.access .contens-title::before {
  content: "";
  display: block;
  background-color: #95d1d7;
  width: 6px;
  height: 36px;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
#page.access .access-address {
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.1em;
  line-height: 1.5714285714;
  padding-top: 10px;
  margin-bottom: 15px;
}
#page.access .map {
  margin-bottom: 68px;
}
#page.access .map iframe {
  width: 100%;
  height: 338px;
}
@media (min-width: 767px) {
  #page.access .access-contens {
    padding-bottom: 90px;
  }
  #page.access .contens-title {
    font-size: 20px;
    height: 50px;
    padding-left: 22px;
  }
  #page.access .contens-title::before {
    height: 50px;
  }
  #page.access .access-address {
    font-size: 15px;
    line-height: 1.7966666667;
  }
  #page.access .map {
    margin-bottom: 92px;
  }
  #page.access .map iframe {
    height: 430px;
  }
}
@media (hover: hover) {
  #page.access .map iframe:hover {
    -webkit-filter: hue-rotate(200deg);
            filter: hue-rotate(200deg);
  }
}

footer .footer-contact-area {
  display: none;
}