@charset "UTF-8";
/* CSS Document */
/* 基本設定 */
/* --------------------------------------------------
	section size
-------------------------------------------------- */
/* 初期設定 */
#SmapArea .SmapBox {
  margin: 0 5rem;
  font-size: 1.8rem;
  line-height: 1.7777777778;
  letter-spacing: 0.1em;
  font-weight: 400;
  position: relative;
}
@media screen and (max-width: 840px) {
  #SmapArea .SmapBox {
    font-size: 1.6rem;
    line-height: 1.75;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #SmapArea .SmapBox {
    margin: 0;
    font-size: 1.4rem;
    line-height: 1.7142857143;
    letter-spacing: 0.1em;
    font-weight: 400;
  }
}
#SmapArea .SmapBox .minBox {
  padding: 4em 6.5em;
  position: relative;
}
@media screen and (max-width: 840px) {
  #SmapArea .SmapBox .minBox {
    padding: 4em 2em;
  }
}
@media screen and (max-width: 840px) and (max-width: 520px) {
  #SmapArea .SmapBox .minBox {
    padding: 5em 0;
  }
}
#SmapArea .SmapBox .minBox .SmapItem {
  font-size: 166%;
  line-height: 1;
  font-weight: 600;
  position: relative;
  display: block;
}
@media screen and (max-width: 520px) {
  #SmapArea .SmapBox .minBox .SmapItem {
    font-size: 140%;
    margin-left: 1.6em;
  }
}
#SmapArea .SmapBox .minBox .SmapItem::before {
  content: "";
  display: block;
  width: 1.3em;
  aspect-ratio: 1;
  background: url(../img/info/info-plus.svg) no-repeat center;
  background-size: contain;
  position: absolute;
  inset: 50% auto auto -1.7em;
  transform: translateY(-50%);
}
#SmapArea .SmapBox .minBox::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  border-bottom: 1px solid #cbcbcb;
  position: absolute;
  bottom: 0;
  left: 0;
}
#SmapArea .SmapBox .minBox:last-child::before {
  display: none;
}
#SmapArea .SmapBox .minBox:nth-child(even) .SmapItem::before {
  filter: brightness(0) saturate(100%) invert(75%) sepia(73%) saturate(2599%) hue-rotate(360deg) brightness(106%) contrast(103%);
}
#SmapArea .SmapBox .minBox .Smaplist .Smapblock {
  padding-left: 1em;
  position: relative;
  margin-top: 1em;
}
#SmapArea .SmapBox .minBox .Smaplist .Smapblock::before {
  content: "";
  position: absolute;
  height: 100%;
  top: 50%;
  transform: translateY(-50%);
  left: 0.1em;
  border: 1px solid #ffbc00;
}
#SmapArea .SmapBox .minBox .Smaplist .Smapblock .SmapSitem {
  display: block;
  width: 100%;
}
#SmapArea .SmapBox .minBox .Smaplist .Smapblock > a:hover {
  color: #ffbc00;
  opacity: 1;
}