@charset "utf-8";
#key h2 {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
#info {
  background-image: url("../img/access/bg_brown.jpg");
  background-position: center top;
  background-repeat: repeat;
  color: #fff;
}
#info .vcard .tel {
  display: block;
}
#info .vcard dl {
  border-bottom: 1px dotted #ffffff;
  padding: 10px 0;
  line-height: 1.5;
}
#info .vcard dl dd {
  margin-top: 5px;
}
#access .ggmap {
  height: 480px;
}
#access .ggmap iframe {
  width: 100%;
  height: 100%;
}
#access .btn-eff a {
  background: #a70615;
  color: #fff;
  text-align: center;
  padding: 10px;
  font-size: 16px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
#access .btn-eff a span {
  font-size: 20px;
}