.gw-access-section {
  background-color: #fff1e5;
  color: #333;
  padding: 40px 20px 60px;
  font-family: "Hiragino Sans", "Meiryo", sans-serif;
}

.gw-access-section * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.gw-access-container {
  max-width: 800px;
  margin: 0 auto;
}

.gw-access-header {
  text-align: center;
  margin-bottom: 30px;
}

.gw-access-brand {
  font-size: 12px;
  color: #999;
  letter-spacing: 1px;
  margin-bottom: 10px;
}

.gw-access-title {
  font-size: 40px;
  font-weight: bold;
  color: #a86343;
  margin-bottom: 30px;
}

.gw-access-map {
  width: 100%;
  height: 350px;
  background-color: #fff;
  border-radius: 8px;
  margin-bottom: 40px;
  overflow: hidden;
}

.gw-access-map img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.gw-access-logo {
  display: flex;
  justify-content: center;
  margin-bottom: 20px;
}

.gw-access-logo img {
  width: 120px;
  height: auto;
}

.gw-access-address {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  line-height: 1.6;
}

.gw-access-section-title {
  background-color: #a86343;
  color: white;
  padding: 12px 20px;
  text-align: center;
  font-size: 18px;
  border-radius: 4px;
  margin-bottom: 30px;
}

.gw-access-info-grid {
  display: flex;
  margin-bottom: 40px;
}

.gw-access-info-column {
  flex: 1;
  padding: 0 15px;
  border-right: 1px solid #ddd;
}

.gw-access-info-column:last-child {
  border-right: none;
}

.gw-access-info-header {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}

.gw-access-info-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 15px;
}

.gw-access-info-icon img {
  width: 100%;
}

.gw-access-info-title {
  color: #a86343;
  font-size: 18px;
  font-weight: bold;
}

.gw-access-info-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 14px;
  line-height: 1.8;

  .arrow {
    line-height: 1;
    color: #a86343;
    font-weight: bold;
  }
}

.gw-access-car-info {
  text-align: center;
  margin-bottom: 40px;
}

.gw-access-car-icon {
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.gw-access-car-icon img {
  width: 100%;
}

.gw-access-car-text {
  font-size: 14px;
  line-height: 1.8;
  margin-bottom: 20px;
}

.gw-access-contact {
  display: flex;
  justify-content: center;
  gap: 20px;
}

.gw-access-contact-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}

.gw-access-contact-btn img {
  width: 200px;
}

@media screen and (max-width: 768px) {
  .gw-access-info-grid {
    flex-direction: column;
  }

  .gw-access-info-column {
    padding: 0;
    border-right: none;
    border-bottom: 1px solid #010000;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .gw-access-info-column:last-child {
    border-bottom: none;
    margin-bottom: 0;
  }

  .gw-access-contact {
    flex-direction: column;
    align-items: center;
  }
}
