.access {
  background: #fafafa;
  padding: 80px 20px;
  border-top: 1px solid #e6e6e6;
}

.access h2 {
  text-align: center;
  margin-bottom: 40px;
}

.access-wrap {
  display: flex;
  gap: 40px;
}

.access-card-wrap {
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  gap: 32px;
  justify-content: center;
}

.access-card {
  background: #fff;
  border-radius: 14px;
  box-shadow: 0 10px 28px rgba(0,0,0,0.08);
  padding: 32px;
}

.access-info {
  flex: 6;
}

.access-map {
  flex: 4;
  padding: 0; /* MAPは余白なし */
  overflow: hidden;
}

.map {
  flex: 4; /* テキスト6 : MAP4 */
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 12px 30px rgba(0,0,0,0.12);
  background: #fff;
}

.access-map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}

.sns img {
  width: 60px;
  height: 60px;
  opacity: 0.8;
  transition: opacity 0.2s;
}

.sns img:hover {
  opacity: 1;
}

.access a {
  color: #000000;
  text-decoration: none;
}

.access-title {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.access-list {
  margin-bottom: 20px;
}

.access-list dt {
  font-size: 0.85rem;
  color: #777;
  margin-top: 12px;
}

.access-list dd {
  margin-left: 0;
  font-size: 1rem;
}

.access-list a {
  color: #333;
  text-decoration: none;
}

.access {
  background: #f2f3f5; /* ← 薄いグレー寄り */
}

.map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border: 0;
}
