<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* access */
#sub-nav-container h2 {
  border-bottom: 1px solid #dcdcdc;
}
.access-wrap {
  margin-bottom: 30px;
}
.access-wrap .school-info table {
  width: 100%;
}
.access-wrap .school-info table th {
  background: #e6f3df;
  border-bottom: 1px dotted #dcdcdc;
  padding: 5px;
  text-align: center;
  vertical-align: middle;
  font-weight: normal;
}
.access-wrap .school-info table td {
  border-bottom: 1px dotted #dcdcdc;
  padding: 5px 5px 5px 10px;
}
.access-wrap .school-info tr:last-child th,
.access-wrap .school-info tr:last-child td {
  border-bottom: none;
}
.bg-walk {
  background: url(../../img/item/ico_walk.png) left top no-repeat;
  padding-left: 30px;
}
.google-map {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 0;
  padding-bottom: 75%;
}
.google-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.access-route {
  margin-bottom: 30px;
}
.access-route ul.route li {
  border-bottom: 1px dotted #dcdcdc;
  padding: 15px 0;
}
.access-route ul.route li:last-child {
  border-bottom: none;
  font-size: 1.2rem;
}
.neighborhood {
  background: #f2efec;
  padding: 10px;
  margin-bottom: 30px;
}
.neighborhood ul.list li {
  width: 100%;
  margin: 0 auto 20px;
}
.neighborhood ul.list li img {
  width: 100%;
}
.neighborhood ul.list li h4 {
  border-bottom: 1px solid #dcdcdc;
  margin-bottom: 10px;
}
/* Tablet用記述*/
/* //tab */
/* PC用記述 */
@media screen and (min-width: 769px) {
  .neighborhood ul.list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .neighborhood ul.list li {
    width: 47%;
    margin: 0 auto 30px;
  }
}
@media screen and (min-width: 1040px) {
  .access-wrap {
    overflow: hidden;
    _zoom: 1;
    margin-bottom: 60px;
  }
  .access-wrap .school-info {
    width: 42.5%;
    float: left;
  }
  .access-wrap .school-info table {
    font-size: 1.8rem;
  }
  .access-wrap .school-info table th {
    padding: 10px;
  }
  .access-wrap .school-info table td {
    padding: 10px 10px 10px 20px;
  }
  .access-wrap .google-map {
    width: 51.6%;
    float: right;
    padding-bottom: 40%;
    margin: 0 0 0 auto;
  }
  .access-route {
    margin-bottom: 60px;
  }
  .access-route ul.route {
    position: relative;
  }
  .access-route ul.route li {
    padding: 25px 0;
  }
  .access-route ul.route li:nth-child(4) {
    border-bottom: none;
  }
  .access-route ul.route li:last-child {
    border-bottom: none;
    position: absolute;
    bottom: 10px;
    right: 0;
  }
  .neighborhood {
    padding: 33px;
    padding-bottom: 0;
  }
  .neighborhood ul.list li {
    width: 29.444%;
    max-width: 275px;
    margin: 0 auto 55px;
  }
}
</pre></body></html>