*{
    text-decoration: none;
    margin: 0;
    padding: 0;
    list-style: none;
}

#mapArea{
    position: relative;
}


.mapboxgl-marker {
  width: 50px;
  height: 50px;
}

.marker_inner {
    background-size: cover;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    cursor: pointer;
    transition: 2s;
    background-image: url(../images/shop-pin_icon.svg);
    color: #fff;
    text-align: center;
    line-height: 50px;
    font-size: 21px;
}


/* .pulse-btn{
    background-size: cover;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background-image: url(../images/shop_ico.png);
    text-align: center;
    line-height: 50px;
    font-size: 21px;
} */





  .pulse-btn {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #FC0F3A;
  border: 1px solid #fff;
  -webkit-box-shadow: 0 0 20px #FC0F3A;
  box-shadow: 0 0 20px #FC0F3A;
  cursor: pointer;
}
.pulse-btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border: 1px solid #FC0F3A;
  background-color: #FC0F3A;
  opacity: 0.4;
  border-radius: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  pointer-events: none;
  -webkit-animation: pulsate 1s linear infinite;
  animation: pulsate 1s linear infinite;
}

@media screen and (max-width: 600px) {
  .pulse-btn {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background-color: #FC0F3A;
    border: 1px solid #fff;
    -webkit-box-shadow: 0 0 20px #FC0F3A;
    box-shadow: 0 0 20px #FC0F3A;
    cursor: pointer;
  }
  .pulse-btn::after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    border: 1px solid #FC0F3A;
    background-color: #FC0F3A;
    opacity: 0.4;
    border-radius: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    pointer-events: none;
    -webkit-animation: pulsate 1s linear infinite;
    animation: pulsate 1s linear infinite;
  }
  .pulse-btn::after {
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
  }
}

@-webkit-keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0.4;
  }
}
@keyframes pulsate {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 0.4;
  }
  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0.4;
  }
}

#slickMap {
  position: absolute;
  bottom: -123px;
  overflow: hidden;
  z-index: 10;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  /* visibility: hidden; */
  /*opacity: 0;*/
  transition: opacity 0.4s ease-in-out;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transform: translateY(calc(-120% + 16px));
  -webkit-transform: translateY(calc(-120% + 16px));
  -moz-transform: translateY(calc(-120% + 16px));
  -ms-transform: translateY(calc(-120% + 16px));
  -o-transform: translateY(calc(-120% + 16px));
    visibility: hidden;
    opacity: 0;
    transition: 0.5s;
}


.shop-card{
    border: 1px solid #fff;
    border-radius: 12px;
    background-color: #fff;
    padding: 17px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: 5px 5px 13px -7px rgb(0 0 0 / 60%);
    box-shadow: 5px 5px 13px -7px rgb(0 0 0 / 60%);
    width: 350px!important;
    margin-right: 50px;
}

.shop-card_headder {
    font-size: 18px;
    font-weight: 600;
    color: #212121;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    line-height: 1.45;
}

.shop-card_headder-icon {
    background: url(../images/shop-pin_icon.svg) center bottom no-repeat;
    background-size: cover;
    height: 28px;
    width: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: 700;
    margin-right: 6px;
    padding-top: 5px;
}

.shop-card_headder-link {
    display: block;
    position: relative;
    width: calc(100% - 24px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-right: 21px;
    /*white-space: nowrap;*/
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.shop-card_headder-link::after {
    position: absolute;
    content: '';
    top: 50%;
    right: 0;
    width: 16px;
    height: 17px;
    background: url(https://www.softbank.jp/shop/set/data/search/lib/img/s/arrow-right-black.svg) center center no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.shop-card_address {
    margin-top: 14px;
    font-size: 13px;
    color: #666;
    line-height: 1.45;
    white-space: nowrap;
    overflow: hidden;
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
}

.shop-card_headder-fotter {
    margin-top: 5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    min-height: 33px;
}

.shop-card_headder-fotter_dist {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding-left: 16px;
    font-size: 13px;
    font-weight: 600;
    color: #43979a;
    position: relative;
    line-height: 1.45;
}

.shop-card_headder-fotter_button {
    width: 121px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 33px;
    font-size: 14px;
    font-weight: 600;
    border-radius: 100px;
    color: #fff!important;
    text-align: center;
    background-color: #FC0F3A;
    display: block;
}

.erabinaoshi-btn_block{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #fff;
  padding: 17px 0;
  text-align: center;
  width: 100%;
  position: fixed;
  bottom: 0;
}

.shop-page-u96-modal_close_button{
  color: #000;
  outline: none;
  display: inline-block;
  max-width: 340px;
  line-height: 50px;
  border: 1px solid #c1c1c2;
  border-radius: 100px;
  width: calc(281/375*100%);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: 0 0;
  padding: 0 0 0 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  font-size: 16px;
  font-weight: 600;
  -webkit-transition: opacity .4s ease-in-out;
  transition: opacity .4s ease-in-out;
}

.shop-page-u96-modal_close_button::before {
  content: '';
  display: block;
  position: absolute;
  left: 17px;
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
  height: 14px;
  background: url(../images/arrow-right-black.svg) center center no-repeat;
    background-size: auto;
  background-size: contain;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
}