@charset "utf-8";

.map {
  padding-bottom: 100px;
}
/* .map__heading {
}
.map__jaheading {
} */
.map__content {
  margin-top: 80px;
}
/* .map__content__photo {
} */
.map__content__btn {
  margin-top: 60px;
  gap: 20px;
}
.map__content__btn__item {
  flex: 0 1 320px;
  height: 65px;
}
.map__content__btn__item--map a {
  color: #fff;
  border-color: rgba(var(--color-beige2), 1);
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 16 16"><path d="M1.6,16c-.9,0-1.6-.7-1.6-1.5,0,0,0,0,0,0V1.6C0,.8.7,0,1.5,0c0,0,0,0,0,0h5.6v1H1.6c-.3,0-.6.3-.6.6v12.8c0,.3.3.6.6.6h12.8c.3,0,.6-.3.6-.6v-5.6h1v5.6c0,.9-.7,1.6-1.5,1.6,0,0,0,0,0,0H1.6ZM5.7,11l-.7-.7L14.3,1l.7.7L5.7,11Z" fill="%23fff"/><path d="M12.5,3.5L15.8.1l-2.1,6.4-1.3-3ZM12.5,3.5l-3-1.3L15.8.1l-3.4,3.4Z" fill="%23fff"/></svg>') no-repeat center right 25px/calc(16 / 17 * 1em) auto rgba(var(--color-beige2), 1);
  text-indent: -25px;
}
.map__content__btn__item--print a {
  background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" version="1.1" viewBox="0 0 16 16"><path d="M1.6,16c-.9,0-1.6-.7-1.6-1.5,0,0,0,0,0,0V1.6C0,.8.7,0,1.5,0c0,0,0,0,0,0h5.6v1H1.6c-.3,0-.6.3-.6.6v12.8c0,.3.3.6.6.6h12.8c.3,0,.6-.3.6-.6v-5.6h1v5.6c0,.9-.7,1.6-1.5,1.6,0,0,0,0,0,0H1.6ZM5.7,11l-.7-.7L14.3,1l.7.7L5.7,11Z"/><path d="M12.5,3.5L15.8.1l-2.1,6.4-1.3-3ZM12.5,3.5l-3-1.3L15.8.1l-3.4,3.4Z"/></svg>') no-repeat center right 25px/calc(16 / 17 * 1em) auto;
  text-indent: -25px;
}
@media screen and (max-width: 619px){
  .map {
    padding-bottom: 50px;
  }
  .map__content {
    margin-top: 40px;
  }
  .map__content__btn {
    margin-top: 40px;
    gap: 15px;
  }
  .map__content__btn__item {
    flex: 1 0 100%;
  }
}



@media print{
  .subpage-heading {
    padding-top: 150px;
  }
  .map__content__btn {
    display: none;
  }
}