/* General Styles */
body {
  font-family: Arial, sans-serif;
  margin: 0;
  padding: 0;
}

/* Footer Styles */
.footer {
  background-color: #202020;
  color: #ecf0f1;
  padding: 40px 20px;
}

.footer-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-section {
  flex: 1 1 300px;
  margin: 20px;
}

.footer-section h3 {
  border-bottom: 2px solid #ecf0f1;
  padding-bottom: 10px;
  margin-bottom: 15px;
  font-size: 18px;
}

.footer-section ul {
  list-style: none;
  padding: 0;
}

.footer-section ul li {
  margin: 10px 0;
}

.footer-section ul li a {
  text-decoration: none;
  color: #ecf0f1;
  transition: color 0.3s;
}

.footer-section ul li a:hover {
  color: #3498db;
}

.footer-bottom {
 font-family: 'Noto Sans JP', sans-serif;
  text-align: center;
  margin-top: 20px;
  font-size: 12px;
  border-top: px solid #ecf0f1;
  padding-top: 15px;
}



.footer_index {
  background: #202020;
  color: #444;
  padding: 40px 0;
font-family: 'Anton', sans-serif;
}

.footer-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
  text-align: center;
}

.footer-logo {
  font-size: 1.8em;
  font-weight: bold;
  letter-spacing: 2px;
  margin-bottom: 20px;
}



.footer-copy {
  font-family: 'Noto Sans JP', sans-serif;
  font-size: 0.9em;
  color: #444;
}

.map{
margin: 0 auto;
text-align: center; 
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
position: relative;

}

.map iframe {
filter: grayscale(1);
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;

}











