h2#danraku2{
border-bottom: solid 3px black;
/*線の種類（実線） 太さ 色*/
}
 

 
h3#danraku3{
border-bottom: solid 3px black;
/*線の種類（実線） 太さ 色*/
}
 

 
h4#danraku4{
border-bottom: solid 3px black;
/*線の種類（実線） 太さ 色*/
}
 

/* アクセスページ追加 */
.access_page a {
  color: #2d2d29;
  text-decoration: none;
}
.access_page dd {
  margin-left: 0;
}
.access_page .title_dl {
  color: #2d2d29;
  margin: 0;
}
.access_page .title_dl dt {
  font-size: 1.2em;
}
.access_page .title_dl dd {
  margin-left: 0.5em;
  font-size: 1.1em;
}
.access_page .map_link {
  display: inline-flex;
  align-items: center;
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #F3F3F3;
  transition: 0.3s;
}
.access_page .map_link:hover {
  opacity: 0.6;
}
.access_page .map_link svg {
  width: 100%;
}
.access_page .map_link .icon {
  width: 50px;
  height: 50px;
  aspect-ratio: 1/1;
  background-color: #509f50;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
}
.access_page .map_link .icon svg {
  width: 70%;
}
.access_page .map_link .icon path {
  fill: #fff;
}
.access_page .map_link dl {
  margin-left: 24px;
}
.access_page .map_link dl dd, .access_page .map_link dl dt {
  margin: 0;
}
.access_page table {
  width: auto;
  border: none;
}
.access_page table th, .access_page table td {
  text-align: left;
  font-weight: 500;
  background-color: transparent;
  border: none;
}
.access_page table td {
  padding-left: 1.5em;
}

.map_link + p {
  display: none;
}

.access_page_img {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.access_page_img img {
  width: 45%;
  max-width: 450px;
}
@media (max-width: 600px) {
  .access_page_img img  {
    display: block;
    width: 100%;
  }
}/*# sourceMappingURL=style.css.map */