/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 27 2026 | 12:39:28 */
/* Access */
.access-section {
  padding-bottom: 60px;
}
.ats-access-box {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 1200px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .ats-access-box {
    flex-direction: row;
    gap: 3rem;
  }
}
.ats-map-frame {
  border-radius: 16px;
  overflow: hidden;
  box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1);
  flex: 1;
  min-height: 300px;
}
@media (min-width: 768px) {
  .ats-map-frame {
    height: 450px;
  }
}
.ats-access-info {
  background-color: #fdfbf7;
  padding: 2rem;
  border-radius: 16px;
  flex: 1;
  align-self: center;
  width: 100%;
  color: #4a3c31;
}
.ats-access-title {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  font-weight: bold;
  color: #5d4037;
  font-size: 1.5em;
  margin-bottom: 1.5rem;
}
.ats-access-table {
  width: 100%;
  border-collapse: collapse;
}
.ats-access-table th,
.ats-access-table td {
  padding: 1rem 0.5rem;
  border-bottom: 1px solid #e0d6c8;
  vertical-align: top;
  text-align: left;
  font-size: 1.1em;
  color: #4a3c31;
}
.ats-access-table th {
  font-family: "游明朝", "Yu Mincho", "ヒラギノ明朝 ProN", "Hiragino Mincho ProN", serif;
  color: #5d4037;
  width: 100px;
  white-space: nowrap;
}