._karte-g__3hfi_ h2,
._karte-g__3hfi_ p,
._karte-g__3hfi_ ul,
._karte-g__3hfi_ li,
._karte-g__3hfi_ figure {
  margin: 0;
  padding: 0;
}
._karte-g__3hfi_ button {
  cursor: pointer;
}
._karte-g__3hfi_ button * {
  cursor: inherit;
}
._karte-g__3hfi_ img {
  max-width: 100%;
  vertical-align: bottom;
}
._karte-g__3hfi_ ._wrapper__3hfi_ {
  /* font-size: 11px; */
  /* 一旦コメントアウト */
  /* line-height: 1.5; */
  /* 一旦コメントアウト */
  /* Spacer for Bottom */
  margin-bottom: 40px;
}
._karte-g__3hfi_ ._wrapper__3hfi_ * {
  box-sizing: border-box;
}
._karte-g__3hfi_ ._btn-link__3hfi_ {
  margin: 0;
  border: 0;
  padding: .5em;
  background: 0;
  text-decoration: underline;
  font-size: 12px;
  transition: .2s;
}
._karte-g__3hfi_ ._btn-link__3hfi_:hover,
._karte-g__3hfi_ ._btn-link__3hfi_:focus {
  text-decoration: none;
}
._karte-g__3hfi_ ._heading__3hfi_ {
  margin-bottom: 10px;
  font-weight: 600;
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: .05em;
}
._karte-g__3hfi_ ._items__3hfi_ {
  overflow: hidden;
}
._karte-g__3hfi_ ._items__3hfi_ ul {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -8px -5px 1em;
  padding-left: 0;
}
._karte-g__3hfi_ ._items__3hfi_ li {
  list-style: none;
  margin-top: 8px;
  padding: 0 5px;
  width: calc(100% / 3);
  overflow: hidden;
}
._karte-g__3hfi_ ._items__3hfi_ a {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: .2s;
}
._karte-g__3hfi_ ._items__3hfi_ a:hover,
._karte-g__3hfi_ ._items__3hfi_ a:focus {
  opacity: 0.75;
}
._karte-g__3hfi_ ._items__3hfi_ figcaption {
  margin-top: 6px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
@media screen and (max-width: 640px) {
  ._karte-g__3hfi_ ._items__3hfi_ li:nth-child(n + 4) {
    display: none;
  }
  ._karte-g__3hfi_ ._items__3hfi_.__initialized__3hfi_ li:nth-child(n + 4) {
    display: block;
    -webkit-animation: _fade-in__3hfi_ 0.3s ease-out;
    animation: _fade-in__3hfi_ 0.3s ease-out;
  }
  ._karte-g__3hfi_ ._items__3hfi_.__closed__3hfi_ li:nth-child(n + 4) {
    height: 0;
    z-index: -1;
    -webkit-animation: _fade-out__3hfi_ 0.3s ease-out both;
    animation: _fade-out__3hfi_ 0.3s ease-out both;
  }
}
@media screen and (min-width: 641px) {
  ._karte-g__3hfi_ ._items__3hfi_ li {
    width: calc(100% / 4);
  }
  ._karte-g__3hfi_ ._items__3hfi_ li:nth-child(n + 5) {
    display: none;
  }
  ._karte-g__3hfi_ ._items__3hfi_.__initialized__3hfi_ li:nth-child(n + 5) {
    display: block;
    -webkit-animation: _fade-in__3hfi_ 0.3s ease-out;
    animation: _fade-in__3hfi_ 0.3s ease-out;
  }
  ._karte-g__3hfi_ ._items__3hfi_.__closed__3hfi_ li:nth-child(n + 5) {
    height: 0;
    z-index: -1;
    -webkit-animation: _fade-out__3hfi_ 0.3s ease-out both;
    animation: _fade-out__3hfi_ 0.3s ease-out both;
  }
}
._karte-g__3hfi_ ._text-center__3hfi_ {
  text-align: center;
}
@media screen and (max-width: 640px) {
  ._karte-g__3hfi_ ._hide-sp__3hfi_ {
    display: none;
  }
}
@media screen and (min-width: 641px) {
  ._karte-g__3hfi_ ._hide-pc__3hfi_ {
    display: none;
  }
}
@-webkit-keyframes _fade-in__3hfi_ {
  0% {
    margin-bottom: -3em;
    opacity: 0;
  }
}
@keyframes _fade-in__3hfi_ {
  0% {
    margin-bottom: -3em;
    opacity: 0;
  }
}
@-webkit-keyframes _fade-out__3hfi_ {
  0% {
    height: auto;
  }
  50% {
    opacity: 0;
    height: auto;
  }
  100% {
    display: none;
    position: absolute;
    bottom: 0;
    margin-top: -4em;
    opacity: 0;
  }
}
@keyframes _fade-out__3hfi_ {
  0% {
    height: auto;
  }
  50% {
    opacity: 0;
    height: auto;
  }
  100% {
    display: none;
    position: absolute;
    bottom: 0;
    margin-top: -4em;
    opacity: 0;
  }
}