<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* CSS Document */
body{
  font-family: "貂ｸ繧ｴ繧ｷ繝�け菴�", YuGothic, "貂ｸ繧ｴ繧ｷ繝�け", "Yu Gothic", sans-serif;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;
  width: 100%;
  height: 100%;
  background: #F2F2F2;
}

/* Chrome縲ヾafari */
summary::-webkit-details-marker {
	display:none;
	}

html{
  width: 100%;
  height: 100%;
  -webkit-overflow-scrolling: touch;
	scroll-behavior: smooth;}

  #wrapper {
    width: 100%;
    min-height: 100%;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
  }
  h3 {
    background: #fff url("../02access/images/h3_access.png");
    border-bottom: 4px solid #4f8bc2;
    width: 100%; height: 46px;
    display: block;
    text-indent: -9999px;
    background-repeat: no-repeat; background-position: center;
  }

  /***** 鬧占ｻ雁�ｴ邨瑚ｷｯ蝗ｳ *****/
  .p_mark {
    background-image: url(../02access/images/p_mark.png);
    background-repeat:no-repeat; background-position: center;
    height: 41px;
    margin: -38px auto 10px;

    position: relative;
    top: 30px;

    filter: drop-shadow(2px 2px 0px white) drop-shadow(-2px -2px 0px white) drop-shadow(-2px 2px 0px white) drop-shadow(2px -2px 0px white);
  }
  .p_text {
    margin: 0 auto;
    border-top: 3px solid #2C807A;
    /* border-top: 3px solid #00A499; */
    padding-top: 30px;
  }
  .p_text01 {
    font-size: 17px; font-weight:900; font-family: "Noto Sans JP";
    color: #2C807A;
  }
  .p_text02 {
    font-size: 13px; font-weight:600; font-family: "Noto Sans JP";
    color: #000;
  }
  .p_map {
    background-image: url(/sp/02access/images/p_map.png);
    background-repeat:no-repeat; background-position: center;
    /* width: 100%; */
    height: 250px;
    background-size: contain;
    margin: 0 auto;
    background-size: contain;
    margin-bottom: 25px;
    border-bottom: 3px solid #2C807A;
    padding-bottom: 15px;
  }

  /***** Google Map *****/
  #GoogleMap {
    width: 400px;
    margin: 0 auto;
  }
  #GoogleMap #map_canvas {
    height: 350px;
    /* height: 280px; */
  }

  .h_jusyo {
    font-size: 19px; font-weight:bold; font-family: "Noto Sans JP";
    color: #fff;
    background-color: #2B49A8;
    padding-top: 12px; padding-bottom: 12px;
    /* border-radius: 20px 20px 0 0; */
  }

  /***** tab *****/
  .access {
    display: flex; flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 20px;
  }
  .tab_label01, .tab_label02 {
    width: 200px;
    line-height: 16px; padding-top: 13px; padding-bottom: 14px;
    font-size: 16px; font-weight:bold; font-family: "Noto Sans JP";
    white-space: nowrap;
    text-align: center;
    order: -1;
    position: relative;
    cursor: pointer;
    border-width: 2px 0px 0px 0px;
    border-style: solid;
    /* border-radius: 50px 50px 0 0; */
    flex: 1;
  }
  /* 繧ｿ繝夜搨 */
.tab_label01 {
  color:#fff;
  background:#39A1DD;
  border-color: #39A1DD;
  margin-left: auto;
  z-index: 10; /* 繧ｿ繝匁磁邯夐Κ縺ｮ螳溽ｷ壼炎髯､ */
  position: relative;
}
/* 繧ｿ繝也ｷ� */
.tab_label02 {
  color:#fff;
  background:#00A499;
  border-color: #00A499;
  margin-right: auto;
  z-index: 10; /* 繧ｿ繝匁磁邯夐Κ縺ｮ螳溽ｷ壼炎髯､ */
  position: relative;
}
.tab_label01:hover { color:#54afe4; background:#fff; border-color: #54afe4; }
.tab_label02:hover { color:#13b6ab; background:#fff; border-color: #13b6ab; }

.tab_content01, .tab_content02 {
  width: 100%; height: 0;
  margin: 0 auto;
  overflow: hidden;
  opacity: 0;
  background-color: #fff;
  border-width: 2px 0px 0px 0px;
  border-style: solid; border-color: #39A1DD;

/* 繧ｿ繝匁磁邯夐Κ縺ｮ螳溽ｷ壼炎髯､ */
  margin-top: -4px;
  z-index: 0;
  position: relative;
}
/* 繧｢繧ｯ繝�ぅ繝悶ち繝� 髱�*/
.tab_active:checked+.tab_label01 {
  color:#39A1DD;
  background:#fff;
  z-index: 10; /* 繧ｿ繝匁磁邯夐Κ縺ｮ螳溽ｷ壼炎髯､ */
}
.tab_active:checked+.tab_label01+.tab_content01 {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .5s opacity;
}
/* 繧｢繧ｯ繝�ぅ繝悶ち繝� 邱�*/
.tab_active:checked+.tab_label02 {
  color:#00A499;
  background: #fff;
  z-index: 10; /* 繧ｿ繝匁磁邯夐Κ縺ｮ螳溽ｷ壼炎髯､ */
}
.tab_active:checked+.tab_label02+.tab_content02 {
  height: auto;
  overflow: auto;
  opacity: 1;
  transition: .5s opacity;
}
/* 繝ｩ繧ｸ繧ｪ繝懊ち繝ｳ髱櫁｡ｨ遉ｺ */
.tab_active { display: none; }
.tab_mark {
  font-size: 14px;
  margin-right: 10px;
}

/****** 蜈ｬ蜈ｱ莠､騾壽ｩ滄未 ******/
.train_chart { margin: 30px 40px 0 30px; }
#train {
  margin: 0 5px;
}

/****** 繝舌せ ******/
.bus {
  width: 400px;
  margin-top: 50px;
}
.bus_muryo {
  width: 360px;
  margin-bottom: 10px;
  margin-left: 20px;
}
.bus_100 {
  width: 360px;
  margin-left: 20px;
}
.bus_title01 {
  font-size: 17px; font-weight:bold; font-family: "Noto Sans JP";
  color: #39A1DD;
  color: #fff;
  line-height: 50px;
  margin-left: 10px;
}
.bus_title {
  font-size: 17px; font-weight:bold; font-family: "Noto Sans JP"; color: #fff;
  width: 250px; height: 40px;
  background-color: #39A1DD;
  border: 2px solid #39A1DD;
  border-radius: 0 25px 25px 0;
  display: flex; align-items: center;
  line-height: 20px;
  padding-left: 20px;
  margin-bottom: 15px;
}
.bus_t_min {
  font-size: 13px; font-weight:500; font-family: "Noto Sans JP";
  color: #fff;
  margin-left: 10px;
}
.bus_title_jr, .bus_title_kq {
  background-repeat: no-repeat;
  background-position: left center;
  font-size: 18px;
  font-weight: bold; font-family: "Noto Sans JP";
  text-align: left;
  line-height: 26px;
  margin-left: 10px;
  padding-left: 20px;
  margin-bottom: 5px;
}
.bus_title_jr {
  background-image: url(/sp/02access/images/access_bus_icon01.png);
  color: #00A499;
}
.bus_title_kq {
  background-image: url(/sp/02access/images/access_bus_icon02.png);
  color: #DE5656;
}
.jr_min {
  font-size: 13px; font-weight:bold; font-family: "Noto Sans JP";
  color: #00A499;
  margin-left: 2px;
}
.bus_info_01 {
  font-size: 15px; font-weight:500; font-family: "Noto Sans JP";
  color: #000;
  text-align: left;
  margin-bottom: 10px;
  margin-left: 30px;
  padding-left: 10px;
  background-repeat: no-repeat;
  background-position: left 6px;
  background-image: url(/sp/02access/images/arrow.gif);
}
.bus_info_02 { text-align: left; }
.bus_info_02t {
  display: inline-block;
  text-align: left;
  font-size: 14px;
  font-family: "Noto Sans JP";
  color: #999;
  margin: 0 0 10px 10px;
  padding: 10px;
  line-height: 1.3em;
}
.bus_kome {
  font-size: 14px; font-weight:bold; font-family: "Noto Sans JP";
  color: #2B49A8;
  text-align: center;
}
.bus_info_03 {
  max-width: 400px;
  text-align: center;
  background-color: rgba(194, 236, 255, 0.8);
  margin: 10px auto 0;
  padding: 20px;
  margin-bottom: 120px;
}

/****** 霆� ******/
.car_chart { margin: 40px auto 50px;}
#car { margin: 0 auto; }

/****** 鬧占ｻ雁�ｴ縺ｫ縺､縺�※ ******/
.p_info { width: 360px; margin: 0 auto 90px; }
.p_h_title {
  width: 220px; height: 50px;
  border: 2px solid #2C807A;
  border-radius: 0 25px 25px 0;
  display: flex;
  align-items: center;
  line-height: 20px; /* 荳贋ｸ倶ｸｭ螟ｮ縺ｫ驟咲ｽｮ */
  padding-left: 20px;
  margin-bottom: 20px;
  margin-left: -22px;
}
.p_title01 {
  font-size: 17px; font-weight:bold; font-family: "Noto Sans JP";
  color: #2C807A;
  /* border: 2px solid #00A499; */
  /* border-radius: 10px; */
  line-height: 30px;
  /* margin: 0 auto 20px; */
  margin-left: 10px;
}
.p_title02 { font-size: 18px; font-weight:bold; font-family: "Noto Sans JP";
  color: #00A499;
  text-align: left;
}
.p_info_text {
  font-size: 13px; font-weight:bold; font-family: "Noto Sans JP";
  color: #000;
  text-align: left;
  margin-bottom: 10px;
}
.p_info01 {
  background-image: url(/sp/02access/images/access_p_info03.png);
  width: 100%; height: 192px;
  background-repeat: no-repeat; background-position: center;
  margin: 0 auto 20px;
  background-size: contain;
}
.p_info02 {
  background-image: url(/sp/02access/images/access_p_info04.png);
  width: 100%; height: 102px;
  background-repeat: no-repeat; background-position: center;
  margin: 0 auto 20px;
  background-size: contain;
}
.p_info_kome {
  font-size: 14px; font-weight:bold; font-family: "Noto Sans JP"; color: #2B49A8;
  text-align: left; text-indent: -1em; padding-left: 1em;
  margin-bottom: 120px;
}
.p_info_kome2 {
  font-size: 14px; font-weight:bold; font-family: "Noto Sans JP"; color: #f80000;
  text-align: left; text-indent: -1em; padding-left: 1em;
  margin-bottom: 12px;
}
.p_info_pstar {
  background-image: url(/sp/02access/images/access_pstar01.png);
  width: 89px; height: 95px;
  background-repeat: no-repeat; background-position: center;
  margin: 30px auto 0;
}
.train_title {
  font-size: 16px; font-weight:bold; font-family: "Noto Sans JP";
  color: #000;
  width: 200px;
  height: 35px;
  background-color: rgba(57, 161, 221, 0.3);;
  border-radius: 0 20px 20px 0;
  display: flex; align-items: center; line-height: 20px; /* 荳贋ｸ倶ｸｭ螟ｮ縺ｫ驟咲ｽｮ */
  padding-left: 20px;
  margin-top: 30px;
}

/****** 繝輔ャ繧ｿ繝ｼ ******/
.footer__copyright{
  background-color: #073A73;
  width: 100%;
  display: block;
  color: #fff;
  text-align: center;
  font-size: 14px;
  line-height: 1.86;
  margin-top: 30px;
}



  
  
</pre></body></html>