/*
Theme Name: 悠久の丘
Theme URI: https://seikatu-sien.com
Template: astra
Author: 宇都宮市民葬祭
Author URI: https://u-sousai.net
Description: 悠久の丘は、宇都宮市に建てられた公共の施設で、火葬場と隣接した式場を完備しています。 宇都宮市民葬祭は悠久の丘を専門に家族葬のサポートを行い、ホールなどへの大規模投資がない分、御家族様の負担を抑えたお葬式を提供しています。
Tags: one-column, two-columns, right-sidebar, left-sidebar, responsive-layout, blog, business, 宇都宮, 悠久の丘, 家族葬
Version: 1.0.1759366646
Updated: 2025-10-02 09:57:26

*/

/* 📞 フローティング電話バー（グラデーション背景・白文字黒枠） */
.phone-bar {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background: linear-gradient(to right, #007BFF, #00CFFF); /* 青→水色のグラデーション */
  color: #ffffff; /* 文字白 */
  text-align: center;
  padding: 15px 0;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  z-index: 9999;
  box-shadow: 0 -4px 6px rgba(0,0,0,0.2);
  
  /* 黒縁取り文字 */
  text-shadow:
     -1px -1px 0 #000,  
      1px -1px 0 #000,
     -1px  1px 0 #000,
      1px  1px 0 #000;
}

.phone-bar:hover {
  background: linear-gradient(to right, #0056b3, #00aacc); /* ホバー時濃いグラデーション */
  color: #ffffff;
}
