@charset "UTF-8";

#mail h3,
#map .item,
#map p.text {
  margin-top: 20px
}

#map p.text {
  font-size: 18px;
  line-height: 30px;
  letter-spacing: 1px
}

#mail {
  margin-top: 40px
}

#mail p:not(.pan) {
  margin: 20px 0;
  line-height: 26px
}

#mail dl {
  margin-top: 45px
}

#mail dt {
  position: relative;
  font-size: 24px;
  margin: 0 0 10px;
  padding: 0 0 10px 30px;
  border-bottom: 1px dotted
}

#mail dt:before {
  content: "";
  position: absolute;
  background: url("../img/ico_heart.png") no-repeat;
  width: 25px;
  height: 25px;
  top: 0;
  left: 0
}

#mail dd:last-of-type {
  border-radius: 6px;
  margin: 20px 0
}

input[name=email] {
  font-size: 17px;
  margin-right: 10px
}

input[type=submit] {
  cursor: pointer;
  font-size: 15px;
  width: 83px;
  padding: 1px;
  -webkit-appearance: none
}

.map_route {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 48px;
  counter-reset: route-cnt;
}
.map_route li {
  flex-basis: 22%;
  margin-bottom: 32px;
}

.map_route img {
  width: 100%;
  height: auto;
  margin-bottom: 8px;
}
.map_route figcaption {
  counter-increment: route-cnt;
  font-size: 14px;
  line-height: 1.5;
}
.map_route figcaption::before {
  content: counter(route-cnt)". ";
}

@-moz-document url-prefix() {
  input[type=submit] {
    padding: 3px
  }
}