/* -------------------- アクセス情報セクション（カード風） -------------------- */
.access_info_section {
  background-color: #f8fdf8;
  padding: 60px 20px;
  font-family: "Yu Gothic", sans-serif;
}

.access_info_card {
  max-width: 700px;
  margin: 0 auto;
  background-color: #ffffff;
  padding: 25px 30px;
  border-left: 5px solid #46aa36;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.08);
  border-radius: 6px;
}

.access_info_name {
  font-size: 1.3rem;
  font-weight: bold;
  color: #158b2b;
  margin-bottom: 15px;
  border-bottom: 1px solid #ccc;
  padding-bottom: 8px;
}

.access_info_list {
  list-style: disc;
  padding-left: 1.2em;
  margin: 0;
  color: #444;
  line-height: 1.8;
  font-size: 1rem;
}

/* -------------------- 事務所画像 -------------------- */
.access_info_wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  align-items: center;
  justify-content: center;
}

.access_info_card {
  flex: 1 1 400px;
}

.access_office_image img {
  width: 100%;
  max-width: 400px;
  border-radius: 10px;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}

/* -------------------- Googleマップセクション -------------------- */
.access_map_section {
  background-color: #f8fdf8;
  padding: 60px 20px;
  font-family: "Yu Gothic", sans-serif;
}

.access_map_container {
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}

.access_map_title {
  font-size: 1.8rem;
  color: #2c3e50;
  font-weight: bold;
  margin-bottom: 30px;
  border-left: 4px solid #46aa36;
  padding-left: 10px;
  text-align: left;
}

.access_map_framewrap iframe {
  display: block;
  margin: 0 auto;
}

.access_map_framewrap {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}









