#map {
width: 94%;
    height: 500px;
    border: 0;
    margin: auto;
}
#map {
  touch-action: none; /* タッチ操作を無効化 */
  user-select: none; /* ユーザー選択を無効化 */
}

p.map_text {
  line-height: 1.4;
  font-size: 1.6rem;
  font-weight: bold;
}

.map_btn a {
  width: 150px;
  background: #333 !important;
  color: #fff !important;
  text-align: center;
  padding: 5px 0;
  border-radius: 5px;
  display: block;
  margin-top: 10px;
}
.map_btn a:hover,
.map_btn a:active  {
  background: #ccc;
  color: #222;
  transition: 0.3s;
}

.map__tab--group {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}


.tab {
  width: 49%;
  text-align: center;
}



.tab.is-active::after, .tab:hover::after {
  content: "";
}




.sr_name {
  width: 100%;
  color: #fff;
  text-decoration: none;
  padding: 15px;
  position: relative;
  line-height: 16px;
  text-align: center;
  font-size: 18px;
}

.sr_name_08{
  padding: 7px 15px 7px 0px;
}
.sr_name_08 span{
  display: block;
  font-size: 1.2rem;
}

@media screen and (max-width: 810px) {
  .sr_name {
    font-size: 14px;
    padding: 10px;
  }
  .sr_name_08{
    padding: 2px 15px 2px 0px;
  }
  .sp_small {
    font-size: 11px;
    line-height: 16px;
  }
}
@media screen and (min-width: 641px) and (max-width: 720px) {
  .sp_small02 {
    font-size: 11px;
    line-height: 16px;
  }
}
.sr_name::after {
  content: url("../images/map/name_arow.svg");
  position: absolute;
  top: 10px;
  right: 10px;
  width: 14px;
}
@media screen and (max-width: 810px) {
  .sr_name::after {
    content: url("../images/map/name_arow.svg");
    position: absolute;
    top: 10px;
    right: 8px;
    width: 10px;
  }
}

.panel__btn--wrap div {
  width: 100%;
  margin-top: 10px;
}
.map_ico01, .map_ico02, .map_ico03 {
  width: 96%;
  margin: auto;
  position: relative;
  color: #333;
  padding: 8px 0 0 30px;
}
.map_ico01::before {
  content: url("../images/map/map_ico01.svg");
  position: absolute;
  top: 10px;
  left: 0px;
  width: 18px;
}
.map_ico02::before {
  content: url("../images/map/map_ico02.svg");
  position: absolute;
  top: 10px;
  left: 0px;
  width: 18px;
}
.map_ico03::before {
  content: url("../images/map/map_ico03.svg");
  position: absolute;
  top: 10px;
  left: 0px;
  width: 18px;
}

.fa-angle-double-right {
  margin-left: 3px;
}
