<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* 
  css設定 @charsetが消されるsass仕様へのハック用コメントです。削除しないでください。新規作成時も必須！
 */
#adtag {
  opacity: 0;
}

.location-link {
  display: flex;
  flex-wrap: wrap;
  font-family: "RyuminPro", serif;
}

.location-link a {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  height: 100px;
  padding: 10px 2.5vw;
  font-size: 1.8rem;
  font-weight: 300;
  letter-spacing: 0.1em;
  background-color: #fefcf7;
  border-left: 1px solid #f1e9dc;
  border-bottom: 1px solid #f1e9dc;
}

.location-link a.current {
  color: #fff;
  background-color: #868076;
}

.location-link--2 a {
  width: 50%;
}

.location-link--3 a {
  width: 33.33%;
}

.location-link--4 a {
  width: 25%;
}

.location-link--5 a {
  width: 20%;
}

.location-link a::before {
  content: "\f105";
  position: absolute;
  left: calc(2.5vw - 15px);
  top: 50%;
  font-family: "Font Awesome 6 Free";
  font-weight: 600;
  color: #808081;
  transform: translateY(-50%);
}

.location-link a.current::before {
  color: #fff;
}

.location-link a:after {
  content: "";
  position: absolute;
  display: block;
  position: absolute;
  left: calc(2.5vw - 19px);
  top: 50%;
  transform: translateY(-50%) rotate(-45deg);
  border-right: 3px solid #808081;
  border-bottom: 3px solid #808081;
  width: 8px;
  height: 8px;
}

.location-link a.current:after {
  border-color: #fff;
}

.location-link a::before {
  display: none;
}

.caption {
  font-family: "Noto Sans JP", sans-serif;
  font-size: 10px;
}

@media screen and (max-width: 1400px) {
  .location-link a {
    font-size: 1.28vw;
  }
}
@media screen and (max-width: 768px) {
  .location-link a {
    padding: 10px 25px;
    font-size: 1.75vw;
  }
  .location-link--4 a {
    width: 50%;
  }
  .location-link--5 a {
    width: 33.33%;
  }
  .location-link a::before {
    left: 10px;
  }
}
@media screen and (max-width: 639px) {
  .location-link a {
    width: 100% !important;
    height: 13.33vw;
    font-size: 4vw;
  }
  .location-link a::before {
    left: 6vw;
  }
  .location-link a:after {
    left: 6vw;
  }
  .caption {
    max-width: 100%;
  }
}/*# sourceMappingURL=location.css.map */</pre></body></html>