@charset "UTF-8";
/* CSS Document */
.access-group {
  position: relative;
}
.access-image {
  padding: 50px 20px;
}
.access-address {
  position: absolute;
	font-size: 1.6rem;
  top: 340px;
  left: 0px;
  padding: 20px 10px;
  margin: 0 auto;
  background-color: #fff;
  border: #111 3px solid;
  width: 400px;
  height: 150px;
  box-shadow: 8px 8px #fff, 8px 8px 0 3px #111;
}
.access-address p {
  padding-bottom: 10px;
}
.access-address span {
  border-bottom: solid #FE793C 3px
}
.access-image {
  margin-bottom: 70px;
}
.access-image-group {
  position: relative;
  margin: 50px 0 120px;
  text-align: center;
}
.access-image-group img{
	box-shadow: 8px 8px #fff, 8px 8px 0 3px #111;
}
.access-text {
  position: absolute;
  padding: 20px;
  display: inline-block;
  background-color: #fff;
  border: #111 3px solid;
  box-shadow: 8px 8px #fff, 8px 8px 0 3px #111;
  top: 85%;
  left: 10%;
}
@media screen and (max-width:920px) {
  .access-address {
    padding: 20px 10px;
    margin: 0 auto;
    width: 50%;
    height: auto;
    font-size: 1.1rem;
  }
  .access-address p {
    padding-bottom: 0px;
  }
  .access-image-group img {
    margin-top: -30px;
    margin-bottom: 50px;
    width: 100%;
  }
  .access-text {
    font-size: 1.0rem;
    padding: 10px;
    top: 75%;
    left: -2%;
  }
	.access-image-group {
  margin: 50px 0 60px;
}
}