.site-info{
	display: none;
}

.privacy-policy-container p {
   text-indent: 1em;
}
.use{
   padding: 0 0 0 2em;
}

/* フッター全体の設定 */
.site-footer {
  background-color: #001e43 !important; /* ダークネイビー */
  color: #fff !important;
  padding: 60px 0 20px !important;
}

.site-footer a {
  color: #fff !important;
  text-decoration: none;
  transition: 0.3s;
}

.site-footer a:hover {
  color: #f39800 !important; /* オレンジ */
}

/* リッチフッターのレイアウト */
.footer-rich-content {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: left;
}

.footer-brand { flex: 2; min-width: 300px; }
.footer-links { flex: 1; min-width: 200px; }
.footer-contact { flex: 1; min-width: 250px; }

/* 各パーツの装飾 */
.footer-logo {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 15px;
  color: #f39800;
}

.footer-desc {
  font-size: 0.9rem;
  line-height: 1.6;
  opacity: 0.8;
}

.footer-links h4, .footer-contact h4 {
  font-size: 1.1rem;
  border-bottom: 2px solid #f39800;
  display: inline-block;
  margin-bottom: 20px;
  padding-bottom: 5px;
  color: #ffffff;
}

.footer-links ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-links li {
  margin-bottom: 10px;
  font-size: 0.9rem;
}

.footer-btn {
  display: inline-block;
  margin-top: 15px;
  padding: 8px 20px;
  border: 1px solid #fff;
  border-radius: 5px;
  font-size: 0.8rem;
}

/* または目立たなくする */
.site-info {
  border-top: 1px solid rgba(255,255,255,0.1);
  margin-top: 50px;
  padding-top: 20px;
  text-align: center;
  font-size: 0.8rem;
}

/* スマホ対応 */
@media (max-width: 767px) {
  .footer-rich-content {
    flex-direction: column;
    text-align: center;
  }
  .footer-links h4, .footer-contact h4 {
    display: block;
    width: fit-content;
    margin: 0 auto 20px;
  }
}


.footer-widget-area {
  text-align: center;
}
.footer-widget-area p {
  color: #aaa;
  font-size: 13px;
  letter-spacing: 0.05em;
}

.rogaining{
	text-align: center;
	padding: 20px;
}

/*--------------------------
　　GoogleMAP
---------------------------*/


.googlemap iframe {
    filter: grayscale(100%) invert(5%) contrast(90%);
    transition: filter 0.3s ease;
}

.googlemap iframe:hover {
    filter: grayscale(0%);
}

.googlemap {
    padding: 20px;
    background: #fff; /* 地図の周りに白い枠を作る */
    border-radius: 15px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.1);
    overflow: hidden; /* 角丸をiframeにも適用させる */
	margin: 30px;
}