@charset "UTF-8";
.under_mv_inner{
  background: url("../img/mv.png") right center;
  -webkit-background-size: cover;
  background-size: cover;
}
.sitemap {
    max-width: 890px;
    width: 90%;
    margin: auto;
}
.map_top {
    padding-top: 20px;
}
.map_item.map_item--top,
.map_item.map_item--second {
  margin-top: 30px;
  max-width: 420px;
  width: 100%;
}
.map_item.map_item--top a,
.map_item.map_item--second a {
    color: #000;
    font-size: 2rem;
    font-weight: bold;
    position: relative;
  display: flex;
    align-items: flex-start;
}
.map_item.map_item--top a::before,
.map_item.map_item--second a::before {
    content: '';
    background: url(../img/arrow.svg)no-repeat center;
    display: inline-block;
    min-width: 8px;
    height: 30px;
    margin-right: 15px;
}
.map_item.map_item--third {
  margin-top: 10px;
}
.map_item.map_item--third a {
    color: #000;
    position: relative;
    display: inline-flex;
    align-items: flex-start;
    padding-left: 1.5em;
}
.map_item.map_item--third a::before {
    content: '・';
    color: #c5010f;
}

.map_first {
    display: flex;
    justify-content: flex-start;
  gap:170px;
}
.map_col {
    max-width: 420px;
    width: 100%;
}

.map_second {
    display: flex;
    flex-wrap: wrap;
    gap: 5px 60px;
  padding-top: 20px;
}
.map_third {
    display: flex;
    gap: 170px;
    padding-top: 20px;
}
.map_second .map_item.map_item--second {
    max-width: 100%;
}

footer {
    margin-top: 80px;
}

@media screen and (max-width: 767px) {
.map_first {
    flex-direction: column;
    gap: 0;
}
.map_third {
    flex-direction: column;
    gap: 0;
}
.map_second {
  padding-top: 0px;
}
.map_third {
    padding-top: 0px;
}
}
@media print {

}