<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/*
 * アクセスページ用CSS
 * 駅からのアクセス（下層ページ）のCSSが「access.css」
 * 20231025〜 by Tomioka
 */
/*
 * フォントサイズ
 */
/*
 * get_vwの設定
 */
.midasi {
  padding: 0.25em 0.5em;
  /*上下 左右の余白*/
  color: #494949;
  /*文字色*/
  border-left: solid 20px #7db4e6;
  /*左線*/
}

li.google_map .m-btn.is-S a {
  background-color: var(--main-blue);
  color: #ffffff;
}

li.google_map a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -3px 10px 0 0;
  background: url("/img/icon_map.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

li.access a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  margin: -3px 10px 0 0;
  background: url("/img/icon_route.svg") no-repeat;
  background-size: contain;
  vertical-align: middle;
}

.access-section {
  margin-bottom: 120px;
}

.m-page-title {
  margin-bottom: 60px;
}

.m-table {
  margin-top: 0;
}

.l-contact-inq {
  max-width: 980px;
  width: 94%;
}
.l-contact-inq .l-contact-inq-col {
  gap: 60px;
  margin-top: 50px;
}

.section-office .l-contact-inq-col__col {
  margin-top: 30px;
}/*# sourceMappingURL=access_top.css.map */</pre></body></html>