@charset "utf-8";

/*----------------------------------------------------
  施設紹介
----------------------------------------------------*/
.access-title {
  color: #4e2b19;
  font-weight: bold;
  font-size: 1.8rem;
  margin-bottom: 5px;
}
.access-title img {
  margin-right: 10px;
}
.ggmap {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  margin-top: 10px;
}
.ggmap iframe,
.ggmap object,
.ggmap embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 991.98px) {
}
@media screen and (max-width: 767.98px) {
}
@media screen and (max-width: 575.98px) {

}