.thepage .p-head {
  background-image: url(../img/service-locations/hero@2x.jpg);
}
main.thepage {
  padding-bottom: 120px;
}
.sec-ptop .row-menu {
  text-align: center;
  margin:0 -10px -20px;
}
.sec-ptop .row-menu>div {
  padding:0 10px;
  margin-bottom: 20px;
}
.sec-ptop .row-menu .btn-menu {
  letter-spacing: 8px;
  padding-right: 4px;
}
.sec-ptop .row-menu>div:last-child .btn-menu {
  letter-spacing: 0;
  padding-right: 12px;
}
.sec-ptop {
  margin-bottom: 100px;
}

.area-map {
  position: relative;
  max-width: 780px;
  margin:100px auto 0;
}
.area-map .t {
  display: inline-block;
  font-size: 24px;
  line-height: 34px;
  letter-spacing:6px;
  color:#2E396F;
  padding-top: 50px;
  padding-bottom: 10px;
  border-bottom: 3px solid #2E396F;
}
.area-map svg {
  position: relative;
  display: block;
  max-width: 780px;
  margin:-100px auto 0;
}
.area-map .cls-1 {
  fill: #aaecfc;
}

.area-map .cls-1, .cls-2, .cls-3, .cls-4, .cls-5, .cls-6, .cls-7, .cls-8, .cls-9, .cls-10 {
  stroke-width: 0px;
}
.area-map .cls-2 {
  fill: #f2e493;
}
.area-map .cls-3 {
  fill: #c0cedc;
}
.area-map .cls-4 {
  fill: #a3b8f6;
}
.area-map .cls-5 {
  fill: #fbb7a1;
}
.area-map .cls-6 {
  fill: #85d0e5;
}
.area-map .cls-7 {
  fill: #8be6b6;
}
.area-map .cls-8 {
  fill: #d0d0d0;
}
.area-map .cls-9 {
  fill: #fff;
}
.area-map .cls-10 {
  fill: #e5e5e5;
}
.area-map .cls-11 {
  color:#282828;
  letter-spacing: .5em;
}
.area-map #tab-hokkaido,
.area-map #tab-okinawa {
  display: none;
}

.sec-loc h2 {
  font-weight: normal;
  font-size: 24px;
  color:#2E396F;
  margin-bottom: 45px;
  letter-spacing: 12px;
}
.sec-loc .area {
  padding:50px 0;
}
.area .of-item {
  border-top: 1px solid #BABABA;
  padding:22px 0;
}
.area .of-item:last-child {
  border-bottom: 1px solid #BABABA;
}
.of-item .col-name {
  display: flex;
  align-items: center;
}
.of-item .col-name span {
  display: inline-block;
  padding-left: 16px;
}
.of-item .col-addr {
}
.of-item .of-addr {
  float: left;
}
.of-item .map-l {
  position: relative;
  top: 50%;
  transform: translateY(-50%);
  display: inline-block;
  float: right;
}

.ic-map-ping .cls-1 {
  fill: none;
}
.ic-map-ping .cls-2 {
  fill: #db6464;
}
.ic-map-ping .cls-3 {
  clip-path: url(#clip-path);
}
a:hover .ic-map-ping .cls-2 {
  fill: #bababa;
}

@media (max-width: 1199px) {
}

@media (max-width: 992px) {
  .sec-ptop .row-menu>div {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .area-map .t {
    padding-top: 0;
  }
  .area-map svg {
    margin-top: -50px;
  }
}

@media (max-width: 767px) {
  .thepage .p-head {
    background-position: 30% center;
  }
  .sec-ptop .row-menu {
    margin: 0 -6px -12px;
  }
  .sec-ptop .row-menu>div {
    padding: 0 6px;
    margin-bottom: 12px;
  }

  .area-map .t {
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 2px;
  }
  .area-map svg {
    margin:-30px -12px 0;
  }
  .sec-loc h2 {
    font-size: 20px;
    letter-spacing: 5px;
    margin-bottom: 20px;
  }
  .area .of-item {
    padding:18px 0;
  }
  .of-item .col-name span {
    padding-left: 0;
  }
  .of-item .col-addr {
    position: relative;
  }
  .of-item .of-addr {
    float: none;
    padding-right: 50px;
  }
  .of-item .map-l {
    float: none;
    position: absolute;
    right: 14px;
  }
}
