@charset "UTF-8";
/*//////////////////////////////////////////////////
*
*	現地案内スタイル
*
//////////////////////////////////////////////////*/
/* Scss Document */
/* Scss Document */
.map .map-tabs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 0.8rem;
  margin-bottom: 2.4rem;
}
.map .map-tabs .map-tabs__item {
  cursor: pointer;
  height: 4.2rem;
  line-height: 4rem;
  text-align: center;
  border: 1px solid #242424;
}
.map .map-tabs .is-active {
  color: #AA8746;
  background: #242424;
}
.map .map-images {
  position: relative;
}
.map .map-images .map-images__item {
  position: absolute;
  z-index: -100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  filter: blur(8px);
  transition: all 0.3s ease;
}
.map .map-images .is-active {
  position: relative;
  visibility: visible;
  opacity: 1;
  filter: blur(0);
}

@media screen and (min-width: 768px) {
  .map .l-container {
    width: 96rem;
  }
  .map .map-tabs {
    margin-bottom: 3.6rem;
  }
  .map .map-tabs .map-tabs__item {
    height: 5.2rem;
    line-height: 5rem;
    font-size: 1.6rem;
    transition: all 0.3s ease;
  }
  .map .map-tabs .map-tabs__item:hover {
    color: #AA8746;
    background: #242424;
  }
  .map .map-images {
    width: 96rem;
    margin: auto;
  }
}
/*# sourceMappingURL=style.css.map */
