
.city_background_img-line {
  background-image: url(/assets/images/japan-map.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: relative;
  width: 340px;
  height: 290px;
  margin: 0 auto;
  display: inline-block;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.city_contents-flex-line p {
  text-decoration: none;
  color: #1f1f1f;
  background: #FFE8E8;
}
.city_contents-flex-line p:hover {
  background: #FCC0C0;
}
.city_contents-flex-line p span{
  position: relative;
}
.city_contents-flex-line p span::before {
  position: absolute;
  content: "";
  display: inline-block;
  top: -.2rem;
  left: -2.4rem;
  width: 2.5rem;
  height: 2.5rem;
  background: url(/assets/images/pokeko.svg) no-repeat;
  background-size: contain;
}
.city_contents-flex-line {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
}
  .city-map-tukin-h2 {
    position: absolute;
    top: 1rem;
    left: 1rem;
    display: contents;
}
.city-map-tukin-h2 span {
  position: relative;
    display: flex;
    font-size: 1.42rem;
    top: 2.5rem;
    line-height: 1.2;
    padding-left: .5rem;
}
.city-map-tukin-h2 span::before {
  position: relative;
  content: "";
  display: inline-block;
  top: -.3rem;
  left: -.5rem;
  width: 4rem;
  height: 4rem;
  background: url(/assets/images/icon-line-4c.svg) no-repeat;
  background-size: contain;
}
.sapporo-line {
  top: 10%;
  right: 11%;
}

.sendai-line {
  top: 36%;
  right: 20%;
}

.sinjyuku-line {
  top: 53%;
  right: 12%;
}
.yokohama-line {
  top: 72%;
    right: 20%;
}
.nagoya-line {
  top: 55%;
  right: 38%;
}

.osaka-line {
  top: 72%;
    right: 49%;
}

.hiroshima-line {
  top: 56%;
  right: 72%;
}


.fukuoka-line {
  top: 74%;
  right: 75%;
}
.sapporo-line, .sendai-line, .sinjyuku-line, .yokohama-line, .nagoya-line, .osaka-line, .hiroshima-line, .fukuoka-line {
    position: absolute;
    background: #FFE8E8;
    padding: 0.1rem 0.5rem;
    border: solid 1px #333333;
    color: #333333;
    font-weight: 700;
    font-size: 1.28rem;
}
@media screen and (min-width:1200px) {
  .city_background_img-line {
    width: 600px;
    height: 500px;
    left: 50%;
    transform: translateX(-50%);
}
.city_contents-flex-line p {
  font-size: 1.73rem;
  padding-left: 1rem;
}
.city_contents-flex-line p span::before {
  top: -.8rem;
  left: -4rem;
  width: 4rem;
  height: 4rem;
}

.yokohama-line,.osaka-line  {
  top: 72%;
}
.city-map-tukin-h2 span::before {
  width: 7rem;
  height: 7rem;
}
.city-map-tukin-h2 span {
  font-size: 2.2rem;
  top: 3.5rem;
}
}
@media screen and (max-width:320px) {
  .tri-sec-box h2 {
    font-size: 1.2rem;
}
.city_background_img {
  width: 310px;
  height: 250px;
  left: 52%;
}
.city-map-tukin-h2 span {
  top: 2rem;
}
}