.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; 
}








 /* 外側の中央寄せを強制 */
.sectTit {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: bold;
  font-size: 15px;
  line-height: 1.4;
  text-align: center;
  gap: 1.6em;
  margin-left: auto;
  margin-right: auto;
}

/* 左右の斜め線 */
.sectTit::before,
.sectTit::after {
  content: "";
  width: 1px;
  height: 2.5em;
  background:#ff7a00;
}

.sectTit::before {
  transform: rotate(-35deg);
}

.sectTit::after {
  transform: rotate(35deg);
}

/* ▼ スマホ表示用 */
@media screen and (max-width: 768px) {
  .sectTit {
    font-size: 12px;
    gap: 0.8em;
    /* 念のためスマホでも中央寄せを再指定 */
    display: flex;
    justify-content: center;
  }
  .sectTit::before,
  .sectTit::after {
    height: 3em;
  }
}
