@charset "UTF-8";
/*Font
------------------------------------------*/
/*Color
------------------------------------------*/
/* z-index
------------------------------------------*/
/* Media queries PCファースト
------------------------------------------*/
/*
よく使用するmixin
------------------------------------------*/
@media screen and (max-width: 991px) {
  .location-ima__mv img {
    aspect-ratio: 1/1;
    object-fit: cover;
  }
}
.location-ima__mvCap {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-end;
  align-items: baseline;
  margin-left: auto;
}
.location-ima__mvCap figure {
  max-width: 47.5px;
  margin-right: 10px;
}
.location-ima__mvCap p {
  font-size: max(11px, var(--vw-size12));
  font-family: YakuHanMP, "Noto Serif JP", serif;
}

.c-heading__h3 .title h3 {
  font-size: max(11px, var(--vw-size40));
}
@media screen and (max-width: 991px) {
  .c-heading__h3 .title h3 {
    font-size: max(11px, var(--vw-size22));
  }
}

.legend {
  display: flex;
  flex-wrap: wrap;
  gap: var(--vw-size24) var(--vw-size24);
  padding: var(--vw-size24);
}
@media screen and (max-width: 991px) {
  .legend {
    gap: var(--vw-size12) var(--vw-size16);
  }
}
.legend__item {
  width: fit-content;
  line-height: 1;
  font-size: max(12px, var(--vw-size13));
  display: flex;
  align-items: center;
  gap: var(--vw-size8);
}
@media screen and (max-width: 991px) {
  .legend__item {
    font-size: max(11px, var(--vw-size10));
  }
}
.legend__item::before {
  content: "";
  width: var(--vw-size40);
  height: var(--vw-size13);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}
@media screen and (max-width: 991px) {
  .legend__item::before {
    width: var(--vw-size27);
    height: var(--vw-size12);
  }
}
.legend__item.hanrei1_teisou:before {
  background: rgba(0, 67, 14, 0.7);
}
.legend__item.hanrei1_jukyo:before {
  background: #f9ca94;
}
.legend__item.hanrei2_jukyo:before {
  background: #e0d39b;
}