.marker_blue { padding-bottom:5px;background:linear-gradient(transparent 70%, #DDEEFF 0%); color:#000000;}

.marker_pink  { padding-bottom:5px;background:linear-gradient(transparent 70%, #ffd5e3 0%); color:#000000; font-weight:bold;}

.marker_yel  { padding-bottom:5px;background:linear-gradient(transparent 70%, #FFFF80 0%); color:#000000; font-weight:bold;}



.web_ico,.fac_ico {font-weight:bold;
  background-color: #ffffff; 
    padding: 1px 5px 5px 5px; /* 上下のパディングを調整 */
    margin-right: 5px;
    border-radius: 5px;
    border: 1px solid #e0e0e0;
}
.map_ico {
    background-color: #ffffff;
    font-weight: bold;
    padding: 0px 5px 4px 5px; /* 上下のパディングを調整 */
    margin-right: 5px;
    border-radius: 3px;
    border: 1px solid #e0e0e0;
    margin-left: 5px;
    margin-top: 16px; /* 上のマージンを調整 */
}


.web_ico a,.fac_ico a,.map_ico a {font-weight:bold;
   font-size:10px;
}

.web_ico a::before {
content: "\f0c1"; 
  font-family: var(--stk-font-awesome-free, "Font Awesome 5 Free");
    font-weight: 900; /* アイコンのウェイトを指定（900は太字） */
    margin-right: 5px; 
}

.fac_ico a::before {
content: "\f044"; 
  font-family: var(--stk-font-awesome-free, "Font Awesome 5 Free");
    font-weight: 900; 
    margin-right: 2px;   margin-left: 2px; 
}

.map_ico a::before {
content: "\f041"; 
  font-family: var(--stk-font-awesome-free, "Font Awesome 5 Free");
    font-weight: 600; 
    margin-right: 2px;   margin-left: 2px; 
}


