.footerOuchi {
  background: #ffffff;
}
.footerOuchi li a {
  border: 1px solid #cccccc;
}

.contents .mapImg {
  border-radius: var(--radius2);
  border: 2px solid #006eac;
  box-sizing: border-box;
  background: #f0f0f0;
  overflow: hidden;
}
.contents .mapImgIn {
  max-width: 452px;
  width: auto;
  margin: 0 auto;
}
.contents .mapBtm {
  padding-top: 10px;
  zoom: 1;
}
.contents .mapBtm:before, .contents .mapBtm:after {
  display: block;
  height: 0;
  visibility: hidden;
  content: " ";
}
.contents .mapBtm:after {
  clear: both;
}
.contents .mapLink {
  float: left;
  font-weight: bold;
}
.contents .mapCap {
  float: right;
}
.contents .mapCapHead {
  font-size: var(--fsize16);
}
.contents .mapCapHead .small {
  font-size: var(--fsize12);
}
.contents .mapCapArea {
  letter-spacing: -1em;
  word-spacing: 0.1em;
  font-size: 0;
}
.contents .mapCapArea > li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding-left: 34px;
  font-size: var(--fsize14);
  letter-spacing: 0.05em;
}
.contents .mapCapArea > li:before {
  content: "";
  width: 30px;
  height: 16px;
  background: #fdd000;
  border-radius: 10px;
  position: absolute;
  left: 0;
  top: calc(50% - 8px);
}
.contents .mapCapArea > li:last-child {
  margin-left: 20px;
}
.contents .mapCapArea > li:last-child:before {
  background: #ff7800;
}
.contents .mapNotes {
  text-align: left;
}
.contents .mapNotes > li {
  font-size: var(--fsize16);
  text-indent: -1em;
  padding-left: 1em;
}
.contents .mapNotes > li + li {
  margin-top: 10px;
}
.contents .areaNav > a {
  width: 200px;
}
.contents .areaDetail {
  display: table;
  min-height: 96px;
  margin-top: 40px;
}
.contents .areaDetail dt {
  display: table-cell;
  width: 160px;
  background: #e8f2f7;
  border-radius: 10px;
  text-align: center;
  font-size: var(--fsize20);
  font-weight: bold;
  vertical-align: middle;
}
.contents .areaDetail dd {
  display: table-cell;
  padding: 5px 0 5px 20px;
  vertical-align: middle;
  text-align: left;
  font-size: var(--fsize16);
}

@media screen and (max-width: 1024px) {
  .contents .mapBtm {
    padding-top: 10px;
  }
  .contents .mapLink {
    float: left;
    font-weight: bold;
  }
  .contents .mapCap {
    float: right;
  }
  .contents .mapCapHead {
    font-size: var(--fsize24);
  }
  .contents .mapCapHead .small {
    font-size: var(--fsize20);
  }
  .contents .mapCapArea {
    text-align: right;
  }
  .contents .mapCapArea > li {
    padding-left: 34px;
    font-size: var(--fsize20);
  }
  .contents .mapCapArea > li:before {
    width: 30px;
    height: 16px;
    top: calc(50% - 8px);
  }
  .contents .mapCapArea > li:last-child {
    margin-left: 20px;
  }
  .contents .mapNotes > li {
    font-size: var(--fsize28);
  }
  .contents .mapNotes > li + li {
    margin-top: 20px;
  }
  .contents .areaNav > a {
    width: 180px;
  }
  .contents .areaDetail {
    display: block;
    min-height: 0;
    margin-top: 40px;
  }
  .contents .areaDetail dt {
    display: block;
    width: 100%;
    font-size: var(--fsize28);
  }
  .contents .areaDetail dd {
    display: block;
    padding: 10px 0;
    font-size: var(--fsize24);
  }
}
@media screen and (max-width: 767px) {
  .contents .mapBtm {
    padding-top: 1.3vw;
  }
  .contents .mapCapHead {
    font-size: 3.13vw;
  }
  .contents .mapCapHead .small {
    font-size: 2.61vw;
  }
  .contents .mapCapArea > li {
    padding-left: 4.43vw;
    font-size: 3.13vw;
  }
  .contents .mapCapArea > li:before {
    width: 3.91vw;
    height: 2.09vw;
    top: calc(50% - 1.04vw);
  }
  .contents .mapCapArea > li:last-child {
    margin-left: 2.61vw;
  }
  .contents .mapNotes > li {
    font-size: 3.65vw;
  }
  .contents .mapNotes > li + li {
    margin-top: 2.61vw;
  }
  .contents .areaNav > a {
    width: 23.47vw;
    -ms-flex-pack: start;
        justify-content: flex-start;
    padding-left: 1.96vw;
  }
  .contents .areaDetail {
    margin-top: 5.22vw;
  }
  .contents .areaDetail dt {
    font-size: 3.65vw;
  }
  .contents .areaDetail dd {
    padding: 1.3vw 0;
    font-size: 3.13vw;
  }
}