<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
#title_wrap {
  position: inherit;
}

#title_wrap .menu .main-wrap .main-title:nth-of-type(1) a::after {
  width: 100%;
}

.acces1 .access-inner .roguresbar {
  display: none;
}

.acces1 #title_wrap {
  position: static;
}

.acces1 #title_wrap .machizukuri {
  color: #000;
}

.acces1 img {
  width: 100%;
}

.acces1 .menu_wrap {
  position: absolute;
}

.acces1 .shisetsukothira_warap {
  top: 108.36px;
  position: absolute;
}

.acces1 .mod__section-header .mod__section-header-img {
  background-image: url(/_assets/images//about/access/access_mv_01-2.jpg);
}

.acces1 #accessHeadImg {
  height: 40vh;
  position: relative;
  background-color: #105dcd;
}

.acces1 #accessHeadImg::before {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 130vh;
  background-image: url(/_assets/images//top/top_haikei.png);
  background-size: cover;
  background-repeat: no-repeat;
  vertical-align: middle;
}

.acces1 #accessHeadImg .headTitle {
  text-align: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 4rem;
  color: #fff;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

.acces1 #access_nav-location {
  margin: 0 auto;
}

.acces1 #access_nav-location .list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 1250px;
  padding: 20px 0;
}

.acces1 #access_nav-location .list li {
  padding-left: 50px;
  color: #105dcd;
}

.acces1 #access_nav-location .list li:nth-of-type(1) a {
  color: #105dcd;
}

.acces1 #access_nav-location .list li .list01 {
  position: relative;
  color: #105dcd;
}

.acces1 #access_nav-location .list li .list01::after {
  content: "&gt;";
  position: absolute;
  line-height: 12px;
  right: -40px;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  color: black;
  font-size: 2.5rem;
}

.acces1 #access_nav-location .list li a {
  color: #105dcd;
  font-size: 1.4rem;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.acces1 #access_nav-list {
  width: 100%;
  max-width: 1250px;
  padding: 40px 0 60px;
  margin: 0 auto;
}

.acces1 #access_nav-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.acces1 #access_nav-list ul li {
  width: 30%;
  background: #fcf7d9;
  border: 1px solid #e9b224;
  border-radius: 25px;
  text-align: center;
  position: relative;
}

.acces1 #access_nav-list ul li:hover::after {
  top: 60%;
}

.acces1 #access_nav-list ul li::after {
  content: "";
  width: 10px;
  height: 10px;
  position: absolute;
  border-top: 2px solid #f1a209;
  border-right: 2px solid #f1a209;
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  right: 40px;
  top: 40%;
  -webkit-transition-duration: .5s;
  transition-duration: .5s;
  cursor: pointer;
}

.acces1 #access_nav-list ul li a {
  color: black;
  font-size: 2rem;
  display: block;
  padding: 10px 0;
  z-index: 99;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.acces1 #access_list-area {
  padding: 60px 0 90px;
}

.acces1 #access_list-area .access_wrap {
  width: 100%;
  margin: 0 auto;
  margin-top: -100px;
  padding-top: 100px;
}

.acces1 #access_list-area .access_wrap .access_sec {
  max-width: 1250px;
  width: 80%;
  margin: 0 auto;
  text-align: center;
}

.acces1 #access_list-area .access_wrap .access_sec  h3 {
  font-size: 4rem;
  text-align: center;
  font-weight: bold;
  letter-spacing: 1.25rem;
  position: relative;
  display: inline;
}

.acces1 #access_list-area .access_wrap .access_sec h3::before {
  content: "";
  width: 120px;
  height: 5px;
  background-color: #478bee;
  position: absolute;
  top: 50%;
  left: -156px;
}

.acces1 #access_list-area .access_wrap .access_sec h3::after {
  content: "";
  width: 120px;
  height: 5px;
  background-color: #478bee;
  position: absolute;
  top: 50%;
  right: -146px;
}

.acces1 #access_list-area .access_wrap .access_sec table {
  text-align: left;
  width: 100%;
  margin: 60px auto 50px;
  border-bottom: 1px solid gray;
  color: black;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.acces1 #access_list-area .access_wrap .access_sec table tr {
  font-size: 16px;
  border-top: 1px solid gray;
}

.acces1 #access_list-area .access_wrap .access_sec table tr .bkcolor  {
  background: #fcf7d9;
  text-align: left;
  padding: 30px 30px 0;
  font-size: 1.6rem;
  font-weight: bold;
}

.acces1 #access_list-area .access_wrap .access_sec table tr td  {
  padding: 30px 0;
}

.acces1 #access_list-area .access_wrap .access_sec table tr td:not(.bkcolor) {
  padding-left: 60px;
}

.acces1 #access_list-area .access_wrap .access_sec table tr td ul {
  list-style: initial;
}

.acces1 #access_list-area .access_wrap .access_sec table tr td ul li {
  line-height: 2;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.acces1 #access_list-area .access_wrap .access_sec table tr td ul li::marker  {
  display: none;
  font-size: 0;
}

.acces1 #access_list-area .access_wrap .access_sec table tr td ul li::before  {
  content: "●";
  font-size: 1rem;
  display: block;
  margin-right: 10px;
}

.acces1 #access_list-area .access_wrap .access_sec table tr td .ggMap {
  padding-left: 20px;
}

.acces1 #access_list-area .access_wrap .access_sec table tr td .ggMap a {
  color: #0e5fc8;
  border-bottom: 1px solid #0e5fc8;
  position: relative;
  font-family: "メイリオ", "Meiryo", "ＭＳ ゴシック", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", sans-serif;
}

.acces1 #access_list-area .access_wrap .access_sec table tr td .ggMap a::before  {
  content: "";
  position: absolute;
  top: 2%;
  left: -14%;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/_assets/images//access/about_map_logo.png) no-repeat;
}

.acces1 #access_list-area .access_wrap .access_sec table .bdnone {
  border: 0;
}

.acces1 #access_list-area .access_wrap .access_sec table [class^="list0"] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.acces1 #access_list-area .access_wrap .access_sec table [class^="list0"] .td_title {
  width: 25%;
}

.acces1 #access_list-area .access_wrap .access_sec table .list01 {
  padding-bottom: 10px;
}

.acces1 #access_list-area .access_wrap .access_sec table .list02 {
  padding: 0;
}

.acces1 #access_list-area .access_wrap .access_sec table .list03  {
  padding-top: 10px;
}

.acces1 #access_list-area .access_wrap .access_sec .map_area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 120px;
}

.acces1 #access_list-area .access_wrap .access_sec .map_area .googleMaps {
  width: 48%;
}

.acces1 #access_list-area .access_wrap .access_sec .map_area .googleMaps iframe {
  width: 100%;
}

.acces1 #access_list-area .access_wrap .access_sec .map_area .map_access {
  width: 50%;
  padding-left: 20px;
}

.acces1 #access_list-area .access_wrap .access_sec .map_area .map_access table {
  border: none;
  width: 100%;
  margin: 0;
}

.acces1 #access_list-area .access_wrap .access_sec .map_area .map_access table tr {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.acces1 #access_list-area .access_wrap .access_sec .map_area .map_access table tr td {
  width: 100%;
  padding: 0;
}

.acces1 #access_list-area .access_wrap .access_sec .map_area .map_access table tr td .td_title {
  font-weight: bold;
  color: black;
  margin-top: 30px;
}

.acces1 #access_list-area .access_wrap .access_sec .map_area .map_access table tr td p  {
  font-size: 1.4rem;
  line-height: 2;
}

.acces1 #access_list-area .access_wrap .access_sec .map_area .map_access table tr .train {
  position: relative;
  padding-left: 39px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .5rem;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

.acces1 #access_list-area .access_wrap .access_sec .map_area .map_access table tr .train::before  {
  content: "";
  position: absolute;
  top: 6%;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/_assets/images//access/access_train.png) no-repeat;
  -webkit-animation: trainLoop .8s ease-in-out infinite;
          animation: trainLoop .8s ease-in-out infinite;
}

@-webkit-keyframes trainLoop {
  0% {
    top: 6%;
  }
  100% {
    top: 10%;
  }
}

@keyframes trainLoop {
  0% {
    top: 6%;
  }
  100% {
    top: 10%;
  }
}

.acces1 #access_list-area .access_wrap .access_sec .map_area .map_access table tr .bus  {
  position: relative;
  padding-left: 39px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: .5rem;
  margin-top: 40px;
  font-family: "Noto Sans", "Noto Sans CJK JP", sans-serif;
}

.acces1 #access_list-area .access_wrap .access_sec .map_area .map_access table tr .bus::before {
  content: "";
  position: absolute;
  top: 25%;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  background: url(/_assets/images//access/access_bus_logo.png) no-repeat;
  -webkit-animation: busLoop .8s ease-in-out infinite;
          animation: busLoop .8s ease-in-out infinite;
}

@-webkit-keyframes busLoop {
  0% {
    top: 25%;
  }
  100% {
    top: 30%;
  }
}

@keyframes busLoop {
  0% {
    top: 25%;
  }
  100% {
    top: 30%;
  }
}

.acces1 #access_list-area .access_wrap .access_sec .map_area .map_access table tr .busaccess p {
  line-height: 2;
}

.acces1 #access_list-area article#access03_wrap section#access03_sec .map_area {
  margin-bottom: 0;
}

@media screen and (max-width: 767.98px) {
  .acces1 #access_header #accessHeadImg {
    background-position-y: top;
    height: 150px;
  }
  .acces1 #access_header #accessHeadImg .headTitle {
    font-size: 2rem;
    width: 80%;
  }
  .acces1 #access_nav-location .list {
    margin: 0 auto 0 5%;
  }
  .acces1 #access_nav-location .list li {
    padding-left: 50px;
  }
  .acces1 #access_nav-location .list li:nth-of-type(1) {
    padding-left: 0;
  }
  .acces1 #access_nav-location .list li:last-child {
    padding-left: 0;
    margin-top: 10px;
  }
  .acces1 #access_nav-location .list li a {
    font-size: 1.4rem;
  }
  .acces1 #access_nav-location .list li .list01::after {
    font-size: 20px;
    right: -42px;
    line-height: 0;
    top: 47%;
  }
  .acces1 #access_nav-list {
    padding: 0 15px;
    margin: 35px 0 60px;
  }
  .acces1 #access_nav-list ul {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .acces1 #access_nav-list ul li {
    width: 95%;
    margin-bottom: 20px;
    border-radius: 50px;
  }
  .acces1 #access_nav-list ul li a {
    font-size: 1.6rem;
    padding: 15px;
  }
  .acces1 #access_list-area {
    width: 100%;
    margin: 0 auto;
    padding: 0;
  }
  .acces1 #access_list-area .access_wrap {
    width: 95%;
  }
  .acces1 #access_list-area .access_wrap .access_sec  {
    width: 100%;
  }
  .acces1 #access_list-area .access_wrap .access_sec h3 {
    font-size: 2.5rem;
    letter-spacing: 0;
    display: block;
  }
  .acces1 #access_list-area .access_wrap .access_sec h3::before {
    left: 0;
    width: 50px;
    border-radius: 25px;
  }
  .acces1 #access_list-area .access_wrap .access_sec h3::after {
    right: 0;
    width: 50px;
    border-radius: 25px;
  }
  .acces1 #access_list-area .access_wrap .access_sec table {
    border: 1px solid gray;
    margin-bottom: 40px;
  }
  .acces1 #access_list-area .access_wrap .access_sec table tr  {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .acces1 #access_list-area .access_wrap .access_sec table tr td {
    width: 100%;
    font-size: 1.4rem;
  }
  .acces1 #access_list-area .access_wrap .access_sec table tr td:not(.bkdolor){
    padding-left: 10px;
    padding-right: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .acces1 #access_list-area .access_wrap .access_sec table tr td p{
    line-height: 2;
  }
  .acces1 #access_list-area .access_wrap .access_sec table tr td .ggMap a::before  {
    content: "";
    position: absolute;
    top: 60%;
    left: -14%;
    display: block;
    width: 15px;
    height: 15px;
    background: url(/_assets/images//access/about_map_logo.png) no-repeat;
    background-size: contain;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  .acces1 #access_list-area .access_wrap .access_sec table tr .bkcolor {
    text-align: center;
    padding: 18px 0;
    border-bottom: 1px solid gray;
    font-size: 1.4rem;
  }
  .acces1 #access_list-area .access_wrap .access_sec table tr .mgb10 {
    padding-bottom: 10px;
  }
  .acces1 #access_list-area .access_wrap .access_sec table [class^="list0"]{
    width: 300px;
  }
  .acces1 #access_list-area .access_wrap .access_sec table [class^="list0"] .td_title{
    width: 100%;
  }
  .acces1 #access_list-area .access_wrap .access_sec table .telArea {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .acces1 #access_list-area .access_wrap .access_sec table .telArea .td_title {
    width: 35%;
    text-align: left;
  }
  .acces1 #access_list-area .access_wrap .access_sec table .telArea p {
    width: 60%;
    text-align: left;
  }
  .acces1 #access_list-area .access_wrap .access_sec table .sppadd  {
    padding: 15px 0;
  }
  .acces1 #access_list-area .access_wrap .access_sec table .gyomuText {
    padding: 15px 10px;
  }
  .acces1 #access_list-area .access_wrap .access_sec table .list01{
    padding-bottom: 0px;
    padding-top: 15px;
  }
  .acces1 #access_list-area .access_wrap .access_sec table .list03 {
    padding-bottom: 15px;
    padding-top: 0;
  }
  .acces1 #access_list-area .access_wrap .access_sec table .mgb10 {
    padding-bottom: 10px;
  }
  .acces1 #access_list-area .access_wrap .access_sec .map_area 
   {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    overflow: hidden;
    margin-bottom: 80px;
  }
  .acces1 #access_list-area .access_wrap .access_sec .map_area .googleMaps {
    width: 100%;
  }
  .acces1 #access_list-area .access_wrap .access_sec .map_area .googleMaps iframe  {
    height: 400px;
  }
  .acces1 #access_list-area .access_wrap .access_sec .map_area .map_access {
    margin-top: 40px;
    width: 100%;
    padding-left: 0;
  }
  .acces1 #access_list-area .access_wrap .access_sec .map_area .map_access table td .td_title {
    margin-top: 20px;
    line-height: 2;
  }
  .acces1 #access_list-area .access_wrap .access_sec .map_area .map_access table td p  {
    line-height: 2;
  }
  .acces1 #access_list-area .access_wrap .access_sec .map_area .map_access table .train  {
    font-size: 16px;
  }
  .acces1 #access_list-area .access_wrap .access_sec .map_area .map_access table .bus {
    margin-top: 40px;
    font-size: 16px;
  }
}
/*# sourceMappingURL=../maps/access/style.css.map */
</pre></body></html>