@charset "UTF-8";

.br-pc {
  display: block;
}

select {
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
select::-ms-expand {
  display: none;
}

/* main */
.info {
  width: 100%;
}
.main {
  width: 100%;
  margin: 0;
  padding: 150px 0 90px;
}
.title-sub {
  font-size: 1.4em;
  text-align: center;
  padding: 20px 0 0 0;
}

/* 路線図 */
.store-tab-a,
.store-tab-b {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: 40px auto 0 auto;
  padding: 0;
  box-sizing: border-box;
}
.store-tab-1 {
  float: left;
  width: 33%;
  box-sizing: border-box;
  border-top: 2px solid #7dc3f0;
  border-right: 1px solid #7dc3f0;
  border-bottom: 2px solid #7dc3f0;
  border-left: 2px solid #7dc3f0;
}
.store-tab-2 {
  float: left;
  width: 34%;
  box-sizing: border-box;
  border-top: 2px solid #7dc3f0;
  border-right: 1px solid #7dc3f0;
  border-bottom: 2px solid #7dc3f0;
  border-left: 1px solid #7dc3f0;
}
.store-tab-3 {
  float: left;
  width: 33%;
  box-sizing: border-box;
  border-top: 2px solid #7dc3f0;
  border-right: 2px solid #7dc3f0;
  border-bottom: 2px solid #7dc3f0;
  border-left: 1px solid #7dc3f0;
}
.tab-on a {
  display: block;
  width: 100%;
  color: #1e1e1e;
  background: #7dc3f0;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
}
.tab-off a {
  display: block;
  width: 100%;
  color: #7dc3f0;
  font-size: 1.5em;
  font-weight: bold;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
}
.tab-on a:after {
  content: "";
  border-color: #7dc3f0 transparent transparent transparent;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  width: 0;
  margin: auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
.tab-pc {
  font-weight: bold;
  display: inline-block;
}

/* 全国 */
.tab-btn {
  display: block;
  width: 100%;
  max-width: 1400px;
  margin: auto;
  padding: 0;
  box-sizing: border-box;
  letter-spacing: -0.4em;
  margin: 30px auto 0 auto;
}
.tab-btn li {
  box-sizing: border-box;
  display: inline-block;
  letter-spacing: normal;
  text-align: center;
}
.tab01 {
  width: 8%;
  box-sizing: border-box;
  border-top: 2px solid #7dc3f0;
  border-right: 1px solid #7dc3f0;
  border-bottom: none;
  border-left: 2px solid #7dc3f0;
}
.tab02 {
  width: 8%;
  box-sizing: border-box;
  border-top: 2px solid #7dc3f0;
  border-right: 1px solid #7dc3f0;
  border-bottom: none;
  border-left: 1px solid #7dc3f0;
}
.tab03 {
  width: 20%;
  box-sizing: border-box;
  border-top: 2px solid #7dc3f0;
  border-right: 1px solid #7dc3f0;
  border-bottom: none;
  border-left: 1px solid #7dc3f0;
}
.tab04 {
  width: 8%;
  box-sizing: border-box;
  border-top: 2px solid #7dc3f0;
  border-right: 1px solid #7dc3f0;
  border-bottom: none;
  border-left: 1px solid #7dc3f0;
}
.tab05 {
  width: 8%;
  box-sizing: border-box;
  border-top: 2px solid #7dc3f0;
  border-right: 1px solid #7dc3f0;
  border-bottom: none;
  border-left: 1px solid #7dc3f0;
}
.tab06 {
  width: 8%;
  box-sizing: border-box;
  border-top: 2px solid #7dc3f0;
  border-right: 1px solid #7dc3f0;
  border-bottom: none;
  border-left: 1px solid #7dc3f0;
}
.tab07 {
  width: 8%;
  box-sizing: border-box;
  border-top: 2px solid #7dc3f0;
  border-right: 1px solid #7dc3f0;
  border-bottom: none;
  border-left: 1px solid #7dc3f0;
}
.tab08 {
  width: 8%;
  box-sizing: border-box;
  border-top: 2px solid #7dc3f0;
  border-right: 1px solid #7dc3f0;
  border-bottom: none;
  border-left: 1px solid #7dc3f0;
}
.tab09 {
  width: 8%;
  box-sizing: border-box;
  border-top: 2px solid #7dc3f0;
  border-right: 1px solid #7dc3f0;
  border-bottom: none;
  border-left: 1px solid #7dc3f0;
}
.tab10 {
  width: 8%;
  box-sizing: border-box;
  border-top: 2px solid #7dc3f0;
  border-right: 1px solid #7dc3f0;
  border-bottom: none;
  border-left: 1px solid #7dc3f0;
}
.tab11 {
  width: 8%;
  box-sizing: border-box;
  border-top: 2px solid #7dc3f0;
  border-right: 2px solid #7dc3f0;
  border-bottom: none;
  border-left: 1px solid #7dc3f0;
}
.oversea .tab-btn {
  margin: 30px auto 30px auto;
}
.oversea .tab01 {
  border-bottom: 2px solid #7dc3f0;
}
.oversea .tab02 {
  border-bottom: 2px solid #7dc3f0;
}
.oversea .tab03 {
  border-bottom: 2px solid #7dc3f0;
}
.oversea .tab04 {
  border-bottom: 2px solid #7dc3f0;
}
.oversea .tab05 {
  border-bottom: 2px solid #7dc3f0;
}
.oversea .tab06 {
  border-bottom: 2px solid #7dc3f0;
}
.oversea .tab07 {
  border-bottom: 2px solid #7dc3f0;
}
.oversea .tab08 {
  border-bottom: 2px solid #7dc3f0;
}
.oversea .tab09 {
  border-bottom: 2px solid #7dc3f0;
}
.oversea .tab10 {
  border-bottom: 2px solid #7dc3f0;
}
.oversea .tab11 {
  border-bottom: 2px solid #7dc3f0;
}
.pref-tab-on a {
  display: block;
  width: 100%;
  color: #1e1e1e;
  background: #7dc3f0;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
}
.pref-tab-off a {
  display: block;
  width: 100%;
  color: #7dc3f0;
  font-size: 1.2em;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-align: center;
  padding: 20px 0;
  box-sizing: border-box;
  position: relative;
}
.pref-tab-on a:after {
  content: "";
  border-color: #7dc3f0 transparent transparent transparent;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  width: 0;
  margin: auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
  z-index: 10 !important;
  display: block;
}
.map_tab_area {
  background-color: #fff;
  border: 2px solid #7dc3f0;
  width: 100%;
  max-width: 1400px;
  height: 587px;
  margin: 0 auto 30px auto;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.area1 {
  background-image: url(../img/store/map-hokkaidoRe.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1400px;
  height: 587px;
  box-sizing: border-box;
}
.area2 {
  background-image: url(../img/store/map-tohokuRe.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1400px;
  height: 587px;
  box-sizing: border-box;
}
.area3 {
  background-image: url(../img/store/map-hokurikuRe.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1400px;
  height: 587px;
  box-sizing: border-box;
}
.area4 {
  background-image: url(../img/store/map-kantoRe.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1400px;
  height: 587px;
  box-sizing: border-box;
}
.area5 {
  background-image: url(../img/store/map-tokaiRe.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1400px;
  height: 587px;
  box-sizing: border-box;
}
.area6 {
  background-image: url(../img/store/map-kansaiRe.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1400px;
  height: 587px;
  box-sizing: border-box;
}
.area7 {
  background-image: url(../img/store/map-chugokuRe.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1400px;
  height: 587px;
  box-sizing: border-box;
}
.area8 {
  background-image: url(../img/store/map-shikokuRe.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1400px;
  height: 587px;
  box-sizing: border-box;
}
.area9 {
  background-image: url(../img/store/map-kyusyuRe.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1400px;
  height: 587px;
  box-sizing: border-box;
}
.area10 {
  background-image: url(../img/store/map-okinawaRe.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 1400px;
  height: 587px;
  box-sizing: border-box;
}
.area-btn {
  position: absolute;
}
.area-btn a {
  font-weight: 400;
  background-color: #fff;
  border: 2px solid #7dc3f0;
  display: block;
  width: 100px;
  color: #1e1e1e;
  font-size: 1.2em;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  padding: 8px 0;
  position: relative;
}
.area-btn a:after {
  content: "";
  border-top: 1px solid #1e1e1e;
  border-right: 1px solid #1e1e1e;
  width: 4px;
  height: 4px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 7px;
  margin-top: -2px;
}
.area-btn.active a {
  font-weight: 400;
  background-color: #1e1e1e !important;
  border: 2px solid #7dc3f0 !important;
  color: #7dc3f0 !important;
}
.area-btn.active a:after {
  border-color: #7dc3f0 !important;
}
.s-icon {
  display: block;
  width: 11px;
  height: 11px;
  cursor: pointer;
}

/* 北海道 */
.btn-pref1 {
  top: 280px;
  left: 650px;
}
/* 青森 */
.btn-pref2 {
  top: 115px;
  left: 680px;
}
/* 岩手 */
.btn-pref3 {
  top: 230px;
  left: 750px;
}
/* 宮城 */
.btn-pref4 {
  bottom: 190px;
  left: 730px;
}
/* 秋田 */
.btn-pref5 {
  top: 220px;
  left: 610px;
}
/* 山形 */
.btn-pref6 {
  bottom: 200px;
  left: 590px;
}
/* 福島 */
.btn-pref7 {
  bottom: 85px;
  left: 630px;
}
/* 茨城県 */
.btn-pref8 {
  top: 235px;
  left: 770px;
}
/* 栃木県 */
.btn-pref9 {
  top: 160px;
  left: 670px;
}
/* 群馬県 */
.btn-pref10 {
  top: 200px;
  left: 545px;
}
/* 埼玉県 */
.btn-pref11 {
  bottom: 265px;
  left: 600px;
}
/* 千葉県 */
.btn-pref12 {
  bottom: 170px;
  left: 750px;
}
/* 東京都 */
.btn-pref13 {
  bottom: 210px;
  left: 610px;
}
/* 神奈川県 */
.btn-pref14 {
  bottom: 150px;
  left: 590px;
}
/* 新潟 */
.btn-pref15 {
  top: 140px;
  left: 720px;
}
/* 富山 */
.btn-pref16 {
  top: 255px;
  left: 570px;
}
/* 石川 */
.btn-pref17 {
  top: 190px;
  left: 480px;
}
/* 福井 */
.btn-pref18 {
  bottom: 205px;
  left: 440px;
}
/* 山梨 */
.btn-pref19 {
  bottom: 160px;
  left: 715px;
}
/* 長野 */
.btn-pref20 {
  bottom: 230px;
  left: 660px;
}
/* 岐阜 */
.btn-pref21 {
  top: 195px;
  left: 590px;
}
/* 静岡 */
.btn-pref22 {
  bottom: 250px;
  left: 740px;
}
/* 愛知 */
.btn-pref23 {
  bottom: 260px;
  left: 620px;
}
/* 三重 */
.btn-pref24 {
  bottom: 180px;
  left: 490px;
}
/* 滋賀 */
.btn-pref25 {
  top: 210px;
  left: 790px;
}
/* 京都 */
.btn-pref26 {
  top: 162px;
  left: 650px;
}
/* 大阪 */
.btn-pref27 {
  top: 300px;
  left: 630px;
}
/* 兵庫 */
.btn-pref28 {
  top: 210px;
  left: 540px;
}
/* 奈良 */
.btn-pref29 {
  bottom: 200px;
  left: 740px;
}
/* 和歌山 */
.btn-pref30 {
  bottom: 120px;
  left: 600px;
}
/* 鳥取 */
.btn-pref31 {
  top: 155px;
  left: 815px;
}
/* 島根 */
.btn-pref32 {
  top: 230px;
  left: 580px;
}
/* 岡山 */
.btn-pref33 {
  top: 270px;
  left: 800px;
}
/* 広島 */
.btn-pref34 {
  bottom: 230px;
  left: 650px;
}
/* 山口 */
.btn-pref35 {
  bottom: 160px;
  left: 440px;
}
/* 徳島 */
.btn-pref36 {
  top: 205px;
  left: 800px;
}
/* 香川 */
.btn-pref37 {
  top: 130px;
  left: 740px;
}
/* 愛媛 */
.btn-pref38 {
  top: 240px;
  left: 510px;
}
/* 高知 */
.btn-pref39 {
  bottom: 240px;
  left: 650px;
}
/* 福岡 */
.btn-pref40 {
  top: 80px;
  left: 610px;
}
/* 佐賀 */
.btn-pref41 {
  top: 140px;
  left: 550px;
}
/* 長崎 */
.btn-pref42 {
  top: 220px;
  left: 510px;
}
/* 熊本 */
.btn-pref43 {
  top: 260px;
  left: 620px;
}
/* 大分 */
.btn-pref44 {
  top: 160px;
  left: 750px;
}
/* 宮崎 */
.btn-pref45 {
  bottom: 230px;
  left: 740px;
}
/* 鹿児島 */
.btn-pref46 {
  bottom: 140px;
  left: 570px;
}
/* 沖縄 */
.btn-pref47 {
  top: 275px;
  left: 650px;
}
.map_txt {
  position: absolute;
  top: 20px;
  left: 17px;
}
.map_txt .txt01 {
  font-size: 1.6em;
  font-weight: bold;
}
.map_txt .txt02 {
  font-size: 1.4em;
  margin-top: 10px;
}

/* store-info */
#store_info {
  margin-top: -75px;
  padding-top: 75px;
}
#store_list {
  margin-top: -75px;
  padding-top: 75px;
}
#store-top {
  margin-top: -120px;
  padding-top: 120px;
}
.store {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: auto;
  padding: 0;
  letter-spacing: -0.4em;
  border-bottom: 1px solid #939393;
}
.store li {
  width: 100%;
  display: block;
  letter-spacing: normal;
  margin: auto;
  box-sizing: border-box;
  position: relative;
  border-top: 1px solid #939393;
  padding: 20px 0;
}
.store-list-sign {
  width: 11px;
  height: 22px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -11px;
  display: block;
}
.store-thumb {
  width: 350px;
  height: auto;
  float: left;
}
.store-txt-right {
  width: 100%;
  box-sizing: border-box;
  padding: 0 50px 0 190px;
}
.store-logo {
  width: auto;
  height: 45px !important;
}
.store-logo img {
  width: auto;
  height: 45px !important;
}
.store-category-retail {
  font-size: 1.2em;
  background: #7dc3f0;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.store-category-retail a {
  color: #fff !important;
}
.store-retail-name {
  font-size: 1.8em;
  line-height: 1;
  padding: 20px 0 0 0;
}
.store-retail-name a {
  color: #1e1e1e !important;
}
.store-retail-txt {
  font-size: 1.3em;
  line-height: 1.4;
  padding: 10px 0 0 0;
}
.store-retail-txt a {
  color: #1e1e1e !important;
}
.store-category-retail-b {
  font-size: 1.2em;
  background: #7dc3f0;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 40%;
  left: 0;
  margin-top: -12px;
}
.store-category-retail-b a {
  color: #fff !important;
}
.store-category-retail-c {
  font-size: 1.2em;
  background: #7dc3f0;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 30%;
  left: 0;
  margin-top: -12px;
}
.store-category-retail-c a {
  color: #fff !important;
}
.store-category-booth {
  font-size: 1.2em;
  background: #dc4b50;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 0;
  margin-top: -12px;
}
.store-category-booth a {
  color: #fff !important;
}
.store-category-booth-b {
  font-size: 1.2em;
  background: #dc4b50;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.store-category-booth-b a {
  color: #fff !important;
}
.store-category-holiday {
  font-size: 1.2em;
  background: #e69100;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 60%;
  left: 0;
  margin-top: -12px;
}
.store-category-holiday a {
  color: #fff !important;
}
.store-category-holiday-b {
  font-size: 1.2em;
  background: #e69100;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 70%;
  left: 0;
  margin-top: -12px;
}
.store-category-holiday-b a {
  color: #fff !important;
}
/* 営業時間内 */
.store-info-1-on {
  font-size: 1.3em;
  text-align: center;
  border: 1px solid #7dc3f0;
  border-radius: 5px;
  margin: 20px 20px 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
.store-info-1-on a {
  color: #7dc3f0 !important;
  font-weight: bold;
}
/* 営業時間外 */
.store-info-1-off {
  font-size: 1.3em;
  text-align: center;
  color: #c5c5c5;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  margin: 20px 20px 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
.store-info-1-off a {
  color: #c5c5c5 !important;
  font-weight: bold;
}
/* 混雑状況のボタンの基礎クラス */
.store-info-2 {
  font-size: 1.3em;
  text-align: center;
  border-radius: 5px;
  margin: 20px 20px 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
/* 空席あり */
.state_txt_a {
  border: 1px solid #7dc3f0;
  background: #fff;
}
.state_txt_a a {
  color: #7dc3f0 !important;
  font-weight: bold;
}
/* やや混雑 */
.state_txt_b {
  border: 1px solid #9595a4;
  background: #fff;
}
.state_txt_b a {
  color: #9595a4 !important;
  font-weight: bold;
}
/* 混雑 */
.state_txt_c {
  border: 1px solid #e97855;
  background: #fff;
}
.state_txt_c a {
  color: #e97855 !important;
  font-weight: bold;
}
/* 満席 */
.state_txt_e {
  border: 1px solid #e95555;
  background: #fff;
}
.state_txt_e a {
  color: #e95555 !important;
  font-weight: bold;
}
/* 空席なし */
.store-info-2-e {
  font-size: 1.3em;
  text-align: center;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  margin: 20px 20px 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
.store-info-2-e a {
  font-weight: bold;
  color: #c5c5c5 !important;
}
/* 会議室あり */
.store-info-3-on {
  font-size: 1.3em;
  text-align: center;
  border: 1px solid #7dc3f0;
  background: #7dc3f0;
  border-radius: 5px;
  margin: 20px 0 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
.store-info-3-on a {
  font-weight: bold;
  color: #1e1e1e;
}
/* 会議室なし */
.store-info-3-off {
  font-size: 1.3em;
  border: 1px solid #c5c5c5;
  text-align: center;
  border-radius: 5px;
  margin: 20px 0 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
.store-info-3-off a {
  font-weight: bold;
  color: #c5c5c5 !important;
}
.store-category-partner {
  font-size: 1.2em;
  background: #939393;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.store-category-partner a {
  color: #fff !important;
}
.store-category-hotels {
  font-size: 1.2em;
  background: #ccb079;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.store-category-hotels a {
  color: #fff !important;
}
.store-category-telecube {
  font-size: 1.2em;
  background: #9dc800;
  border-radius: 10px;
  padding: 5px 10px;
  display: inline-block;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
}
.store-category-telecube a {
  color: #fff !important;
}
.store-partner-box {
  box-sizing: border-box;
  padding: 0 50px 0 190px;
}
.store-partner-name {
  font-size: 1.5em;
  line-height: 1;
}
.store-partner-name a {
  font-weight: bold;
  color: #1e1e1e !important;
}
.store-partner-txt {
  font-size: 1.3em;
  line-height: 1.4;
  padding: 8px 0 0 0;
}
.store-partner-txt a {
  color: #1e1e1e !important;
}
.store-info-partner-on {
  font-size: 1.2em;
  text-align: center;
  border: 1px solid #7dc3f0;
  border-radius: 5px;
  margin: 10px 20px 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
.store-info-partner-on a {
  font-weight: bold;
  color: #7dc3f0 !important;
}
.store-info-partner-off {
  font-size: 1.2em;
  text-align: center;
  border: 1px solid #c5c5c5;
  border-radius: 5px;
  margin: 10px 20px 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
.store-info-partner-off a {
  font-weight: bold;
  color: #c5c5c5 !important;
}

.google-btn-retail {
  align-items: center;
  text-align: center;
  width: 130px;
  height: auto;
  margin: 20px 0 0 20px;
  float: left;
  box-sizing: border-box;
}
.google-btn-retail .google-link-retail {
  font-weight: bold;
  background-color: #7dc3f0;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.3em;
  border-radius: 5px;
  padding: 13px 0 13px 17px;
  position: relative;
  box-sizing: border-box;
}
.google-btn-retail .google-link-retail img {
  width: auto;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -9px;
}
.google-btn-partner {
  align-items: center;
  text-align: center;
  width: 130px;
  height: auto;
  margin: 10px 20px 0 0;
  float: left;
  box-sizing: border-box;
}
.google-btn-partner .google-link-partner {
  font-weight: bold;
  background-color: #7dc3f0;
  display: block;
  width: 100%;
  color: #1e1e1e;
  font-size: 1.2em;
  border-radius: 5px;
  padding: 13px 0 13px 17px;
  position: relative;
  box-sizing: border-box;
}
.google-btn-partner .google-link-partner img {
  width: auto;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 13px;
  margin-top: -9px;
}
.store-reserve-partner {
  font-size: 1.2em;
  font-weight: bold;
  color: #1e1e1e;
  text-align: center;
  border: 1px solid #7dc3f0;
  background: #7dc3f0;
  border-radius: 5px;
  margin: 10px 20px 0 0;
  padding: 12px 20px;
  width: auto;
  float: left;
}
.store-reserve-partner a {
  font-weight: bold;
  color: #1e1e1e;
}
.store-reserve-partner span {
  font-weight: bold;
  color: #1e1e1e;
}
.store-copy-btn {
  font-size: 1.2em;
  font-weight: bold;
  color: #1e1e1e;
  text-align: center;
  border: 1px solid #7dc3f0;
  background: #7dc3f0;
  border-radius: 5px;
  margin: 10px 20px 0 0;
  padding: 12px 0;
  width: 200px;
  float: left;
}
.store-copy-btn span {
  font-weight: bold;
  color: #1e1e1e;
}
.copy-click {
  color: #1e1e1e;
  font-weight: bold;
  color: #7dc3f0;
  cursor: pointer;
  position: relative;
  display: inline-block;
}
.tooltip::after {
  content: "Copied";
  background: #555;
  display: inline-block;
  color: #fff;
  border-radius: 0.4rem;
  position: absolute;
  width: 100%;
  left: 50%;
  bottom: -0.8rem;
  transform: translate(-50%, 0);
  font-size: 0.75rem;
  padding: 4px 10px 6px 10px;
  animation: fade-tooltip 0.5s 1s 1 forwards;
}
@keyframes fade-tooltip {
  to {
    opacity: 0;
  }
}
.store-tieup {
  border: 1px solid #7dc3f0;
  color: #7dc3f0;
}
.store-tieup a {
  color: #7dc3f0;
}
.store_photo {
  display: inline-block;
  width: 30%;
  height: auto;
  vertical-align: top;
  padding: 30px 20px 30px 5px;
}
.store_photo img {
  border: 2px solid #8dc1ec;
  width: 100%;
  height: auto;
  box-sizing: border-box;
}
.store-box {
  display: inline-block;
  width: 65%;
  height: auto;
  padding: 20px;
  box-sizing: border-box;
}

.store-txt-1 {
  font-size: 24px;
  font-weight: bold;
}
.store-txt-1 span {
  border: 2px solid #7dc3f0;
  display: inline-block;
  vertical-align: middle;
  color: #7dc3f0;
  font-size: 16px;
  margin: 0 0 5px 30px;
  padding: 5px 18px 3px;
}
.store-txt-2 {
  font-size: 16px;
  line-height: 1.75;
  padding: 5px 0 15px;
}

.store-txt-2 p {
  font-weight: bold;
}
.store-txt-3 {
  font-size: 24px;
  font-weight: bold;
}
.store-btn-box-1 {
  width: 100%;
  padding: 3px 0;
  margin: 0;
}
.store-btn-box-2 {
  display: inline-block;
  width: 32%;
  margin: 0 0 0 3%;
}
.store-retail-btn,
.store-retail-btn-2 {
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 12px 10px;
  transition: 0.3s ease-in-out;
  box-sizing: border-box;
  position: relative;
}
.store-retail-btn {
  background-color: #7dc3f0;
  color: #000;
}
.store-retail-btn-2 {
  border: 1px solid #6c6c6c;
  color: #6c6c6c;
  font-size: 20px;
  padding: 10px 0px;
}
.store-retail-btn:after {
  content: "";
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  width: 8px;
  height: 8px;
  transform: rotate(45deg);
  transition: 0.3s ease-in-out;
  position: absolute;
  top: 50%;
  right: 20px;
  margin-top: -4px;
}
.store-retail-btn:hover {
  color: #fff;
}
.store-retail-btn:hover:after {
  border-color: #fff;
}
.store-tieup-btn {
  font-size: 1.5em;
  text-align: center;
  color: #000;
  background-color: #e97855;
  letter-spacing: 0.05em;
  box-sizing: border-box;
  padding: 15px 0;
  border-radius: 5px;
  transition: 0.3s ease-in-out;
}
.store-tieup-btn:hover {
  color: #fff;
  background-color: #e97855;
}
.store-box-on,
.store-box-off {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  display: inline-block;
  width: 28%;
  font-size: 22px;
  font-weight: bold;
  text-align: center;
  padding: 12px 0;
  box-sizing: border-box;
  transition: 0.3s ease-in-out;
}
.store-box-on {
  color: #7dc3f0;
}
.col3_block p + p {
  border-left: none;
}
.min-txt {
  font-size: 15px;
  font-weight: bold;
}
.none-txt {
  font-size: 1.4em;
  text-align: center;
  padding: 40px 0 0 0;
}
.store-icon-1 {
  margin: 5% 0 0 0;
}
.store-icon-1 td {
  font-size: 1.3em;
  line-height: 1.4;
  vertical-align: middle;
  padding: 5px 0;
}
.store-icon-2 {
  margin: 0;
}
.store-icon-2 td {
  font-size: 1.3em;
  line-height: 1.4;
  vertical-align: middle;
  padding: 5px 0;
}
.off {
  color: #969696 !important;
}
.icon-1 {
  background-image: url(../img/store/icon-1-on.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon-2 {
  background-image: url(../img/store/icon-2-on.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon-3 {
  background-image: url(../img/store/icon-3-on.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon-4 {
  background-image: url(../img/store/icon-4-on.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon-5 {
  background-image: url(../img/store/icon-5-on.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon-6 {
  background-image: url(../img/store/icon-6-on.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon-7 {
  background-image: url(../img/store/icon-7-on.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon-1-off {
  background-image: url(../img/store/icon-1-off.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon-2-off {
  background-image: url(../img/store/icon-2-off.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon-3-off {
  background-image: url(../img/store/icon-3-off.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon-4-off {
  background-image: url(../img/store/icon-4-off.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon-5-off {
  background-image: url(../img/store/icon-5-off.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon-6-off {
  background-image: url(../img/store/icon-6-off.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
.icon-7-off {
  background-image: url(../img/store/icon-7-off.svg);
  background-repeat: no-repeat;
  background-position: center;
  width: 30px;
  height: 30px;
}
#td01 {
  padding: 0 0 0 5px;
}

/* route */
.mapScroll {
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  cursor: auto;
}
.route {
  font-family: "Roboto", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  border: 2px solid #7dc3f0;
  width: 100%;
  max-width: 1400px;
  height: auto;
  margin: 30px auto 30px auto;
  padding: 30px 0 80px 0;
  box-sizing: border-box;
  position: relative;
  display: block;
}
.route:before {
  content: "";
  border-color: #7dc3f0 transparent transparent transparent;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  width: 0;
  margin: auto;
  position: absolute;
  bottom: -12px;
  left: 0;
  right: 0;
}
.route:after {
  content: "";
  border-color: #fff transparent transparent transparent;
  border-style: solid;
  border-width: 11px 11px 0 11px;
  width: 0;
  margin: auto;
  position: absolute;
  bottom: -10px;
  left: 0;
  right: 0;
}
.route-inner-kanto {
  background-image: url(../img/store/route-kantoRe2.png?var=250601);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1400px;
  height: 850px;
  margin: 0 auto;
  position: relative;
}
.route-inner-kansai {
  background-image: url(../img/store/route-kansaiRe2.png?var=250601);
  background-repeat: no-repeat;
  background-size: contain;
  width: 1400px;
  height: 850px;
  margin: 0 auto;
  position: relative;
}
.route_txt {
  position: absolute;
  top: 20px;
  left: 17px;
}
.route_txt .txt01 {
  font-size: 1.6em;
  font-weight: bold;
}
.route_txt .txt02 {
  font-size: 1.4em;
  margin-top: 10px;
}
.c-01 {
  background-color: #7dc3f0;
  border: 1px solid #2c2d2d;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.c-02 {
  background-color: #ccb079;
  border: 1px solid #2c2d2d;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.c-03 {
  background-color: #dae1e6;
  border: 1px solid #2c2d2d;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.c-04 {
  background-color: #9dc800;
  border: 1px solid #2c2d2d;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  width: 10px;
  height: 10px;
  cursor: pointer;
}
.station-link {
  font-size: 1em;
  background: #fff;
  padding: 1px;
}
.station-link a {
  color: #1e1e1e;
}

/* 円・駅名の位置 - 関東 */
.utsunomiya {
  position: absolute;
  top: 20px;
  left: 603px;
}
.utsunomiya-t {
  position: absolute;
  top: 19px;
  left: 617px;
}
.takasaki {
  position: absolute;
  top: 20px;
  left: 370px;
}
.takasaki-t {
  position: absolute;
  top: 19px;
  left: 325px;
}
.omiya {
  position: absolute;
  top: 80px;
  left: 603px;
}
.omiya-t {
  position: absolute;
  top: 79px;
  left: 617px;
}
.kawagoe {
  position: absolute;
  top: 80px;
  left: 450px;
}
.kawagoe-t {
  position: absolute;
  top: 79px;
  left: 333px;
}
.fujimino {
  position: absolute;
  top: 100px;
  left: 460px;
}
.fujimino-t {
  position: absolute;
  top: 99px;
  left: 418px;
}
.musashiurawa {
  position: absolute;
  top: 155px;
  left: 585px;
}
.musashiurawa-t {
  position: absolute;
  top: 154px;
  left: 514px;
}
.saitamashintoshin {
  position: absolute;
  top: 110px;
  left: 603px;
}
.saitamashintoshin-t {
  position: absolute;
  top: 109px;
  left: 617px;
}
.urawa {
  position: absolute;
  top: 150px;
  left: 606px;
}
.urawa-t {
  position: absolute;
  top: 148px;
  left: 620px;
}
.kawaguchi {
  position: absolute;
  top: 170px;
  left: 623px;
}
.kawaguchi-t {
  position: absolute;
  top: 168px;
  left: 635px;
}
.akabane {
  position: absolute;
  top: 190px;
  left: 640px;
}
.akabane-t {
  position: absolute;
  top: 185px;
  left: 652px;
}
.itabashihoncho {
  position: absolute;
  top: 195px;
  left: 615px;
}
.itabashihoncho-t {
  position: absolute;
  top: 207px;
  left: 585px;
}
.nishidai {
  position: absolute;
  top: 187px;
  left: 595px;
}
.nishidai-t {
  position: absolute;
  top: 187px;
  left: 555px;
}
.kitatoda {
  position: absolute;
  top: 170px;
  left: 600px;
}
.kitatoda-t {
  position: absolute;
  top: 169px;
  left: 557px;
}
.oji {
  position: absolute;
  top: 190px;
  right: 650px;
}
.oji-t {
  position: absolute;
  top: 190px;
  right: 663px;
}
.narimasu {
  position: absolute;
  top: 207px;
  left: 520px;
}
.narimasu-t {
  position: absolute;
  top: 206px;
  left: 474px;
}
.wakoshi {
  position: absolute;
  top: 192px;
  left: 510px;
}
.wakoshi-t {
  position: absolute;
  top: 192px;
  left: 468px;
}
.shiki {
  position: absolute;
  top: 160px;
  left: 480px;
}
.shiki-t {
  position: absolute;
  top: 160px;
  left: 454px;
}
.kitaasaka {
  position: absolute;
  top: 174px;
  left: 500px;
}
.kitaasaka-t {
  position: absolute;
  top: 176px;
  left: 450px;
}
.mito {
  position: absolute;
  top: 34px;
  right: 105px;
}
.mito-t {
  position: absolute;
  top: 33px;
  right: 81px;
}
.otakanomori {
  position: absolute;
  top: 80px;
  right: 230px;
}
.otakanomori-t {
  position: absolute;
  top: 79px;
  right: 244px;
}
.moriya {
  position: absolute;
  top: 55px;
  right: 210px;
}
.moriya-t {
  position: absolute;
  top: 54px;
  right: 224px;
}
.tsukuba {
  position: absolute;
  top: 40px;
  right: 190px;
}
.tsukuba-t {
  position: absolute;
  top: 26px;
  right: 175px;
}
.kashiwa {
  position: absolute;
  top: 90px;
  right: 210px;
}
.kashiwa-t {
  position: absolute;
  top: 96px;
  right: 169px;
}
.matsudo {
  position: absolute;
  top: 110px;
  right: 250px;
}
.matsudo-t {
  position: absolute;
  top: 123px;
  right: 220px;
}
.araiyakushimae {
  position: absolute;
  top: 250px;
  left: 520px;
}
.araiyakushimae-t {
  position: absolute;
  top: 236px;
  left: 450px;
}
.oizumigakuen {
  position: absolute;
  top: 217px;
  left: 290px;
}
.oizumigakuen-t {
  position: absolute;
  top: 229px;
  left: 265px;
}
.kotakemukaibara {
  position: absolute;
  top: 207px;
  left: 560px;
}
.kotakemukaibara-t {
  position: absolute;
  top: 218px;
  left: 555px;
}
.nerima {
  position: absolute;
  top: 217px;
  left: 540px;
}
.nerima-t {
  position: absolute;
  top: 224px;
  left: 506px;
}
.nerimatakanodai {
  position: absolute;
  top: 217px;
  left: 390px;
}
.nerimatakanodai-t {
  position: absolute;
  top: 202px;
  left: 355px;
}
.hibarigaoka {
  position: absolute;
  top: 217px;
  left: 230px;
}
.hibarigaoka-t {
  position: absolute;
  top: 202px;
  left: 210px;
}
.tokorozawa {
  position: absolute;
  top: 217px;
  left: 142px;
}
.tokorozawa-t {
  position: absolute;
  top: 216px;
  left: 84px;
}
.shintokorozawa {
  position: absolute;
  top: 195px;
  left: 130px;
}
.shintokorozawa-t {
  position: absolute;
  top: 194px;
  left: 51px;
}
.kodaira {
  position: absolute;
  top: 235px;
  left: 170px;
}
.kodaira-t {
  position: absolute;
  top: 235px;
  left: 132px;
}
.koshigayalake {
  position: absolute;
  top: 60px;
  right: 340px;
}
.koshigayalake-t {
  position: absolute;
  top: 59px;
  right: 354px;
}
.gotanno {
  position: absolute;
  top: 150px;
  right: 350px;
}
.gotanno-t {
  position: absolute;
  top: 150px;
  right: 363px;
}
.nishiarai {
  position: absolute;
  top: 137px;
  right: 360px;
}
.nishiarai-t {
  position: absolute;
  top: 136px;
  right: 373px;
}
.takenotsuka {
  position: absolute;
  top: 122px;
  right: 352px;
}
.takenotsuka-t {
  position: absolute;
  top: 120px;
  right: 365px;
}
.yashio {
  position: absolute;
  top: 122px;
  right: 322px;
}
.yashio-t {
  position: absolute;
  top: 120px;
  right: 289px;
}
.soka {
  position: absolute;
  top: 105px;
  right: 352px;
}
.soka-t {
  position: absolute;
  top: 104px;
  right: 366px;
}
.minamikoshigaya {
  position: absolute;
  top: 115px;
  right: 630px;
}
.minamikoshigaya-t {
  position: absolute;
  top: 114px;
  right: 545px;
}
.higashikawaguchi {
  position: absolute;
  top: 130px;
  right: 680px;
}
.higashikawaguchi-t {
  position: absolute;
  top: 130px;
  right: 592px;
}
.kitasenju {
  position: absolute;
  top: 165px;
  right: 355px;
}
.kitasenju-t {
  position: absolute;
  top: 178px;
  right: 323px;
}
.kameari {
  position: absolute;
  top: 140px;
  right: 308px;
}
.kameari-t {
  position: absolute;
  top: 150px;
  right: 270px;
}
.aoto {
  position: absolute;
  top: 170px;
  right: 280px;
}
.aoto-t {
  position: absolute;
  top: 169px;
  right: 255px;
}
.ikebukuro {
  position: absolute;
  top: 217px;
  left: 665px;
}
.ikebukuro-t {
  position: absolute;
  top: 229px;
  left: 629px;
}
.higashiikebukuro {
  position: absolute;
  top: 233px;
  left: 680px;
}
.higashiikebukuro-t {
  position: absolute;
  top: 233px;
  left: 693px;
}
.otsuka {
  position: absolute;
  top: 209px;
  left: 695px;
}
.otsuka-t {
  position: absolute;
  top: 201px;
  left: 662px;
}
.sugamo {
  position: absolute;
  top: 205px;
  right: 660px;
}
.sugamo-t {
  position: absolute;
  top: 217px;
  right: 648px;
}
.komagome {
  position: absolute;
  top: 209px;
  right: 625px;
}
.komagome-t {
  position: absolute;
  top: 195px;
  right: 590px;
}
.tabata {
  position: absolute;
  top: 219px;
  right: 585px;
}
.tabata-t {
  position: absolute;
  top: 232px;
  right: 580px;
}
.nippori {
  position: absolute;
  top: 234px;
  right: 555px;
}
.nippori-t {
  position: absolute;
  top: 221px;
  right: 530px;
}
.machiya {
  position: absolute;
  top: 205px;
  right: 520px;
}
.machiya-t {
  position: absolute;
  top: 204px;
  right: 479px;
}
.ueno {
  position: absolute;
  top: 255px;
  right: 525px;
}
.ueno-t {
  position: absolute;
  top: 258px;
  right: 537px;
}
.takadanobaba {
  position: absolute;
  top: 290px;
  left: 566px;
}
.takadanobaba-t {
  position: absolute;
  top: 277px;
  left: 513px;
}
.waseda {
  position: absolute;
  top: 290px;
  left: 630px;
}
.waseda-t {
  position: absolute;
  top: 289px;
  left: 642px;
}
.mejiro {
  position: absolute;
  top: 270px;
  left: 584px;
}
.mejiro-t {
  position: absolute;
  top: 258px;
  left: 595px;
}
.akihabara {
  position: absolute;
  top: 326px;
  right: 470px;
}
.akihabara-t {
  position: absolute;
  top: 311px;
  right: 450px;
}
.asakusabashi {
  position: absolute;
  top: 326px;
  right: 430px;
}
.asakusabashi-t {
  position: absolute;
  top: 340px;
  right: 400px;
}
.ryogoku {
  position: absolute;
  top: 326px;
  right: 380px;
}
.ryogoku-t {
  position: absolute;
  top: 311px;
  right: 365px;
}
.kanda {
  position: absolute;
  top: 380px;
  right: 450px;
}
.kanda-t {
  position: absolute;
  top: 379px;
  right: 464px;
}
.senjuohashi {
  position: absolute;
  top: 165px;
  right: 380px;
}
.senjuohashi-t {
  position: absolute;
  top: 164px;
  right: 393px;
}
.kuramae {
  position: absolute;
  top: 290px;
  right: 425px;
}
.kuramae-t {
  position: absolute;
  top: 289px;
  right: 381px;
}
.asakusa {
  position: absolute;
  top: 260px;
  right: 420px;
}
.asakusa-t {
  position: absolute;
  top: 259px;
  right: 377px;
}
.oshiue {
  position: absolute;
  top: 270px;
  right: 350px;
}
.oshiue-t {
  position: absolute;
  top: 269px;
  right: 309px;
}
.kinshicho {
  position: absolute;
  top: 326px;
  right: 310px;
}
.kinshicho-t {
  position: absolute;
  top: 339px;
  right: 295px;
}
.kameido {
  position: absolute;
  top: 326px;
  right: 280px;
}
.kameido-t {
  position: absolute;
  top: 312px;
  right: 264px;
}
.shinkoiwa {
  position: absolute;
  top: 326px;
  right: 250px;
}
.shinkoiwa-t {
  position: absolute;
  top: 339px;
  right: 200px;
}
.ichikawa {
  position: absolute;
  top: 326px;
  right: 215px;
}
.ichikawa-t {
  position: absolute;
  top: 312px;
  right: 205px;
}
.motoyawata {
  position: absolute;
  top: 326px;
  right: 180px;
}
.motoyawata-t {
  position: absolute;
  top: 312px;
  right: 140px;
}
.ningyocho {
  position: absolute;
  top: 360px;
  right: 420px;
}
.ningyocho-t {
  position: absolute;
  top: 359px;
  right: 432px;
}
.bakurocho {
  position: absolute;
  top: 360px;
  right: 390px;
}
.bakurocho-t {
  position: absolute;
  top: 359px;
  right: 338px;
}
.morishita {
  position: absolute;
  top: 378px;
  right: 350px;
}
.morishita-t {
  position: absolute;
  top: 377px;
  right: 363px;
}
.higashiojima {
  position: absolute;
  top: 385px;
  right: 250px;
}
.higashiojima-t {
  position: absolute;
  top: 385px;
  right: 263px;
}
.kiyosumishirakawa {
  position: absolute;
  top: 410px;
  right: 320px;
}
.kiyosumishirakawa-t {
  position: absolute;
  top: 409px;
  right: 227px;
}
.yachiyomidori {
  position: absolute;
  top: 340px;
  right: 100px;
}
.yachiyomidori-t {
  position: absolute;
  top: 326px;
  right: 65px;
}
.shinkamagaya {
  position: absolute;
  top: 295px;
  right: 143px;
}
.shinkamagaya-t {
  position: absolute;
  top: 294px;
  right: 156px;
}
.nishifunabashi {
  position: absolute;
  top: 345px;
  right: 143px;
}
.nishifunabashi-t {
  position: absolute;
  top: 353px;
  right: 153px;
}
.funabashi {
  position: absolute;
  top: 370px;
  right: 134px;
}
.funabashi-t {
  position: absolute;
  top: 370px;
  right: 148px;
}
.shinfunabashi {
  position: absolute;
  top: 355px;
  right: 125px;
}
.shinfunabashi-t {
  position: absolute;
  top: 367px;
  right: 62px;
}
.tsudanuma {
  position: absolute;
  bottom: 430px;
  right: 119px;
}
.tsudanuma-t {
  position: absolute;
  bottom: 430px;
  right: 132px;
}
.keiseimakuharihongo {
  position: absolute;
  bottom: 345px;
  right: 102px;
}
.keiseimakuharihongo-t {
  position: absolute;
  bottom: 345px;
  right: 116px;
}
.inage {
  position: absolute;
  bottom: 365px;
  right: 96px;
}
.inage-t {
  position: absolute;
  bottom: 377px;
  right: 74px;
}
.chiba {
  position: absolute;
  bottom: 335px;
  right: 85px;
}
.chiba-t {
  position: absolute;
  bottom: 320px;
  right: 78px;
}
.eucaly {
  position: absolute;
  top: 340px;
  right: 70px;
}
.eucaly-t {
  position: absolute;
  top: 353px;
  right: 44px;
}
.narita {
  position: absolute;
  top: 290px;
  right: 20px;
}
.narita-t {
  position: absolute;
  top: 289px;
  right: 34px;
}
.shisui {
  position: absolute;
  top: 325px;
  right: 45px;
}
.shisui-t {
  position: absolute;
  top: 310px;
  right: 35px;
}
.kokubunji {
  position: absolute;
  top: 276px;
  left: 165px;
}
.kokubunji-t {
  position: absolute;
  top: 261px;
  left: 148px;
}
.kunitachi {
  position: absolute;
  top: 276px;
  left: 135px;
}
.kunitachi-t {
  position: absolute;
  top: 288px;
  left: 120px;
}
.tachikawa {
  position: absolute;
  top: 276px;
  left: 107px;
}
.tachikawa-t {
  position: absolute;
  top: 261px;
  left: 88px;
}
.ogikubo {
  position: absolute;
  top: 276px;
  left: 350px;
}
.ogikubo-t {
  position: absolute;
  top: 289px;
  left: 345px;
}
.kamishakujii {
  position: absolute;
  top: 245px;
  left: 310px;
}
.kamishakujii-t {
  position: absolute;
  top: 245px;
  left: 323px;
}
.tanashi {
  position: absolute;
  top: 245px;
  left: 280px;
}
.tanashi-t {
  position: absolute;
  top: 245px;
  left: 241px;
}
.hanakoganei {
  position: absolute;
  top: 243px;
  left: 220px;
}
.hanakoganei-t {
  position: absolute;
  top: 230px;
  left: 195px;
}
.kichijoji {
  position: absolute;
  top: 276px;
  left: 315px;
}
.kichijoji-t {
  position: absolute;
  top: 262px;
  left: 305px;
}
.mitaka {
  position: absolute;
  top: 276px;
  left: 280px;
}
.mitaka-t {
  position: absolute;
  top: 289px;
  left: 270px;
}
.musashisakai {
  position: absolute;
  top: 276px;
  left: 240px;
}
.musashisakai-t {
  position: absolute;
  top: 262px;
  left: 210px;
}
.koenji {
  position: absolute;
  top: 276px;
  left: 420px;
}
.koenji-t {
  position: absolute;
  top: 262px;
  left: 410px;
}
.nakano {
  position: absolute;
  top: 276px;
  left: 470px;
}
.nakano-t {
  position: absolute;
  top: 262px;
  left: 450px;
}
.higashinakano {
  position: absolute;
  top: 276px;
  left: 490px;
}
.higashinakano-t {
  position: absolute;
  top: 264px;
  left: 492px;
}
.nakanosakaue {
  position: absolute;
  top: 297px;
  left: 490px;
}
.nakanosakaue-t {
  position: absolute;
  top: 296px;
  left: 416px;
}
.shinjuku {
  position: absolute;
  top: 324px;
  left: 545px;
}
.shinjuku-t {
  position: absolute;
  top: 337px;
  left: 530px;
}
.shinjukusanchome {
  position: absolute;
  top: 330px;
  left: 585px;
}
.shinjukusanchome-t {
  position: absolute;
  top: 330px;
  left: 598px;
}
.shinjukugyoen {
  position: absolute;
  top: 345px;
  left: 595px;
}
.shinjukugyoen-t {
  position: absolute;
  top: 358px;
  left: 560px;
}
.higashishinjuku {
  position: absolute;
  top: 312px;
  left: 572px;
}
.higashishinjuku-t {
  position: absolute;
  top: 311px;
  left: 585px;
}
.nishishinjuku {
  position: absolute;
  top: 315px;
  left: 525px;
}
.nishishinjuku-t {
  position: absolute;
  top: 314px;
  left: 458px;
}
.iidabashi {
  position: absolute;
  top: 310px;
  right: 620px;
}
.iidabashi-t {
  position: absolute;
  top: 309px;
  right: 634px;
}
.korakuen {
  position: absolute;
  top: 290px;
  right: 610px;
}
.korakuen-t {
  position: absolute;
  top: 276px;
  right: 592px;
}
.shinochanomizu {
  position: absolute;
  top: 315px;
  right: 535px;
}
.shinochanomizu-t {
  position: absolute;
  top: 301px;
  right: 512px;
}
.suidobashi {
  position: absolute;
  top: 310px;
  right: 600px;
}
.suidobashi-t {
  position: absolute;
  top: 322px;
  right: 580px;
}
.ichigaya {
  position: absolute;
  top: 365px;
  right: 670px;
}
.ichigaya-t {
  position: absolute;
  top: 350px;
  right: 659px;
}
.kudanshita {
  position: absolute;
  top: 335px;
  right: 580px;
}
.kudanshita-t {
  position: absolute;
  top: 343px;
  right: 590px;
}
.jinbocho {
  position: absolute;
  top: 340px;
  right: 560px;
}
.jinbocho-t {
  position: absolute;
  top: 339px;
  right: 512px;
}
.takebashi {
  position: absolute;
  top: 360px;
  right: 550px;
}
.takebashi-t {
  position: absolute;
  top: 359px;
  right: 502px;
}
.yotsuya {
  position: absolute;
  top: 380px;
  right: 680px;
}
.yotsuya-t {
  position: absolute;
  top: 379px;
  right: 693px;
}
.kojimachi {
  position: absolute;
  top: 380px;
  right: 650px;
}
.kojimachi-t {
  position: absolute;
  top: 367px;
  right: 617px;
}
.hanzomon {
  position: absolute;
  top: 383px;
  right: 630px;
}
.hanzomon-t {
  position: absolute;
  top: 382px;
  right: 577px;
}
.nijubashimae {
  position: absolute;
  bottom: 415px;
  right: 460px;
}
.nijubashimae-t {
  position: absolute;
  bottom: 415px;
  right: 473px;
}
.tokyo {
  position: absolute;
  bottom: 397px;
  right: 443px;
}
.tokyo-t {
  position: absolute;
  bottom: 397px;
  right: 456px;
}
.nihonbashi-tokyo {
  position: absolute;
  bottom: 397px;
  right: 410px;
}
.nihonbashi-tokyo-t {
  position: absolute;
  bottom: 410px;
  right: 390px;
}
.mitsukoshimae {
  position: absolute;
  top: 410px;
  right: 425px;
}
.mitsukoshimae-t {
  position: absolute;
  top: 397px;
  right: 410px;
}
.kyobashi-tokyo {
  position: absolute;
  bottom: 375px;
  right: 430px;
}
.kyobashi-tokyo-t {
  position: absolute;
  bottom: 375px;
  right: 443px;
}
.hatchobori {
  position: absolute;
  bottom: 380px;
  right: 410px;
}
.hatchobori-t {
  position: absolute;
  bottom: 366px;
  right: 373px;
}
.suitengumae {
  position: absolute;
  top: 410px;
  right: 360px;
}
.suitengumae-t {
  position: absolute;
  top: 397px;
  right: 335px;
}
.kayabacho {
  position: absolute;
  bottom: 397px;
  right: 380px;
}
.kayabacho-t {
  position: absolute;
  bottom: 383px;
  right: 356px;
}
.monzennakacho {
  position: absolute;
  bottom: 397px;
  right: 360px;
}
.monzennakacho-t {
  position: absolute;
  bottom: 410px;
  right: 310px;
}
.kiba {
  position: absolute;
  bottom: 397px;
  right: 340px;
}
.kiba-t {
  position: absolute;
  bottom: 383px;
  right: 330px;
}
.toyocho {
  position: absolute;
  bottom: 397px;
  right: 300px;
}
.toyocho-t {
  position: absolute;
  bottom: 383px;
  right: 286px;
}
.kasai {
  position: absolute;
  bottom: 397px;
  right: 250px;
}
.kasai-t {
  position: absolute;
  bottom: 410px;
  right: 215px;
}
.urayasu {
  position: absolute;
  bottom: 397px;
  right: 210px;
}
.urayasu-t {
  position: absolute;
  bottom: 383px;
  right: 195px;
}
.gyotoku {
  position: absolute;
  bottom: 397px;
  right: 170px;
}
.gyotoku-t {
  position: absolute;
  bottom: 410px;
  right: 155px;
}
.shinurayasu {
  position: absolute;
  bottom: 239px;
  right: 150px;
}
.shinurayasu-t {
  position: absolute;
  bottom: 229px;
  right: 160px;
}
.hatsudai {
  position: absolute;
  top: 329px;
  left: 490px;
}
.hatsudai-t {
  position: absolute;
  top: 341px;
  left: 477px;
}
.sasazuka {
  position: absolute;
  top: 335px;
  left: 435px;
}
.sasazuka-t {
  position: absolute;
  top: 347px;
  left: 420px;
}
.meidaimae {
  position: absolute;
  top: 342px;
  left: 372px;
}
.meidaimae-t {
  position: absolute;
  top: 355px;
  left: 353px;
}
.takaido {
  position: absolute;
  top: 310px;
  left: 344px;
}
.takaido-t {
  position: absolute;
  top: 309px;
  left: 356px;
}
.eifukucho {
  position: absolute;
  top: 326px;
  left: 358px;
}
.eifukucho-t {
  position: absolute;
  top: 325px;
  left: 371px;
}
.chitosekarasuyama {
  position: absolute;
  top: 342px;
  left: 320px;
}
.chitosekarasuyama-t {
  position: absolute;
  top: 328px;
  left: 260px;
}
.yoyogiuehara {
  position: absolute;
  top: 370px;
  left: 487px;
}
.yoyogiuehara-t {
  position: absolute;
  top: 365px;
  left: 421px;
}
.shimokitazawa {
  position: absolute;
  top: 414px;
  left: 433px;
}
.shimokitazawa-t {
  position: absolute;
  top: 413px;
  left: 448px;
}
.umegaoka {
  position: absolute;
  top: 414px;
  left: 410px;
}
.umegaoka-t {
  position: absolute;
  top: 428px;
  left: 405px;
}
.kyodo {
  position: absolute;
  top: 414px;
  left: 375px;
}
.kyodo-t {
  position: absolute;
  top: 428px;
  left: 366px;
}
.chitosefunabashi {
  position: absolute;
  top: 414px;
  left: 340px;
}
.chitosefunabashi-t {
  position: absolute;
  top: 399px;
  left: 310px;
}
.ebina {
  position: absolute;
  top: 414px;
  left: 38px;
}
.ebina-t {
  position: absolute;
  top: 399px;
  left: 30px;
}
.zama {
  position: absolute;
  top: 414px;
  left: 56px;
}
.zama-t {
  position: absolute;
  top: 426px;
  left: 48px;
}
.sagamiono {
  position: absolute;
  top: 414px;
  left: 75px;
}
.sagamiono-t {
  position: absolute;
  top: 399px;
  left: 60px;
}
.machida {
  position: absolute;
  top: 414px;
  left: 94px;
}
.machida-t {
  position: absolute;
  top: 424px;
  left: 105px;
}
.shinyuri {
  position: absolute;
  top: 414px;
  left: 150px;
}
.shinyuri-t {
  position: absolute;
  top: 399px;
  left: 120px;
}
.kitami {
  position: absolute;
  top: 414px;
  left: 280px;
}
.kitami-t {
  position: absolute;
  top: 399px;
  left: 274px;
}
.seijogakuenMae {
  position: absolute;
  top: 414px;
  left: 310px;
}
.seijogakuenMae-t {
  position: absolute;
  top: 428px;
  left: 280px;
}
.komae {
  position: absolute;
  top: 414px;
  left: 250px;
}
.komae-t {
  position: absolute;
  top: 399px;
  left: 234px;
}
.izumitamagawa {
  position: absolute;
  top: 414px;
  left: 230px;
}
.izumitamagawa-t {
  position: absolute;
  top: 428px;
  left: 197px;
}
.noborito {
  position: absolute;
  top: 414px;
  left: 200px;
}
.noborito-t {
  position: absolute;
  top: 399px;
  left: 188px;
}
.hachioji {
  position: absolute;
  top: 276px;
  left: 62px;
}
.hachioji-t {
  position: absolute;
  top: 261px;
  left: 40px;
}
.hashimoto {
  position: absolute;
  top: 359px;
  left: 71px;
}
.hashimoto-t {
  position: absolute;
  top: 370px;
  left: 44px;
}
.minamiosawa {
  position: absolute;
  top: 355px;
  left: 100px;
}
.minamiosawa-t {
  position: absolute;
  top: 342px;
  left: 60px;
}
.keiotamacenter {
  position: absolute;
  top: 350px;
  left: 137px;
}
.keiotamacenter-t {
  position: absolute;
  top: 362px;
  left: 135px;
}
.futakotamagawa {
  position: absolute;
  bottom: 361px;
  left: 371px;
}
.futakotamagawa-t {
  position: absolute;
  bottom: 346px;
  left: 356px;
}
.mizonokuchi {
  position: absolute;
  bottom: 361px;
  left: 340px;
}
.mizonokuchi-t {
  position: absolute;
  bottom: 375px;
  left: 315px;
}
.miyamaedaira {
  position: absolute;
  bottom: 361px;
  left: 300px;
}
.miyamaedaira-t {
  position: absolute;
  bottom: 346px;
  left: 280px;
}
.saginuma {
  position: absolute;
  bottom: 361px;
  left: 270px;
}
.saginuma-t {
  position: absolute;
  bottom: 375px;
  left: 251px;
}
.tamaplaza {
  position: absolute;
  bottom: 361px;
  left: 240px;
}
.tamaplaza-t {
  position: absolute;
  bottom: 346px;
  left: 220px;
}
.azamino {
  position: absolute;
  bottom: 361px;
  left: 215px;
}
.azamino-t {
  position: absolute;
  bottom: 375px;
  left: 207px;
}
.ichigao {
  position: absolute;
  bottom: 361px;
  left: 190px;
}
.ichigao-t {
  position: absolute;
  bottom: 375px;
  left: 170px;
}
.aobadai {
  position: absolute;
  bottom: 361px;
  left: 160px;
}
.aobadai-t {
  position: absolute;
  bottom: 346px;
  left: 147px;
}
.nagatsuta {
  position: absolute;
  bottom: 361px;
  left: 123px;
}
.nagatsuta-t {
  position: absolute;
  bottom: 375px;
  left: 105px;
}
.granberry {
  position: absolute;
  bottom: 361px;
  left: 92px;
}
.granberry-t {
  position: absolute;
  bottom: 336px;
  left: 60px;
}
.chuorinkan {
  position: absolute;
  bottom: 361px;
  left: 62px;
}
.chuorinkan-t {
  position: absolute;
  bottom: 375px;
  left: 32px;
}
.chofu {
  position: absolute;
  top: 342px;
  left: 208px;
}
.chofu-t {
  position: absolute;
  top: 352px;
  left: 217px;
}
.seisekisakuragaoka {
  position: absolute;
  top: 300px;
  left: 115px;
}
.seisekisakuragaoka-t {
  position: absolute;
  top: 313px;
  left: 50px;
}
.fuchu {
  position: absolute;
  top: 316px;
  left: 150px;
}
.fuchu-t {
  position: absolute;
  top: 308px;
  left: 161px;
}
.inadazutsumi {
  position: absolute;
  top: 346px;
  left: 170px;
}
.inadazutsumi-t {
  position: absolute;
  top: 333px;
  left: 140px;
}
.kurihira {
  position: absolute;
  top: 380px;
  left: 135px;
}
.kurihira-t {
  position: absolute;
  top: 379px;
  left: 96px;
}
.meijijingu {
  position: absolute;
  top: 440px;
  left: 550px;
}
.meijijingu-t {
  position: absolute;
  top: 425px;
  left: 523px;
}
.shibuya {
  position: absolute;
  bottom: 361px;
  left: 521px;
}
.shibuya-t {
  position: absolute;
  bottom: 376px;
  left: 515px;
}
.omotesando {
  position: absolute;
  bottom: 365px;
  left: 570px;
}
.omotesando-t {
  position: absolute;
  bottom: 351px;
  left: 548px;
}
.gaienmae {
  position: absolute;
  bottom: 370px;
  left: 630px;
}
.gaienmae-t {
  position: absolute;
  bottom: 356px;
  left: 620px;
}
.aoyamaichi {
  position: absolute;
  top: 440px;
  left: 680px;
}
.aoyamaichi-t {
  position: absolute;
  top: 452px;
  left: 650px;
}
.akasakamitsuke {
  position: absolute;
  top: 420px;
  right: 660px;
}
.akasakamitsuke-t {
  position: absolute;
  top: 419px;
  left: 601px;
}
.tameikesanno {
  position: absolute;
  bottom: 380px;
  right: 640px;
}
.tameikesanno-t {
  position: absolute;
  bottom: 367px;
  right: 610px;
}
.ebisu {
  position: absolute;
  bottom: 300px;
  left: 538px;
}
.ebisu-t {
  position: absolute;
  bottom: 300px;
  left: 552px;
}
.meguro {
  position: absolute;
  bottom: 255px;
  left: 565px;
}
.meguro-t {
  position: absolute;
  bottom: 268px;
  left: 570px;
}
.gotanda {
  position: absolute;
  bottom: 213px;
  left: 606px;
}
.gotanda-t {
  position: absolute;
  bottom: 227px;
  left: 606px;
}
.togoshi {
  position: absolute;
  bottom: 200px;
  left: 585px;
}
.togoshi-t {
  position: absolute;
  bottom: 212px;
  left: 560px;
}
.hatanodai {
  position: absolute;
  bottom: 188px;
  left: 565px;
}
.hatanodai-t {
  position: absolute;
  bottom: 188px;
  left: 514px;
}
.osaki {
  position: absolute;
  bottom: 190px;
  left: 642px;
}
.osaki-t {
  position: absolute;
  bottom: 203px;
  left: 642px;
}
.sangenjaya {
  position: absolute;
  bottom: 361px;
  left: 468px;
}
.sangenjaya-t {
  position: absolute;
  bottom: 346px;
  left: 444px;
}
.sakurashimmachi {
  position: absolute;
  bottom: 361px;
  left: 418px;
}
.sakurashimmachi-t {
  position: absolute;
  bottom: 375px;
  left: 388px;
}
.nagatacho {
  position: absolute;
  top: 405px;
  right: 630px;
}
.nagatacho-t {
  position: absolute;
  top: 405px;
  right: 577px;
}
.kasumigaseki {
  position: absolute;
  bottom: 400px;
  right: 590px;
}
.kasumigaseki-t {
  position: absolute;
  bottom: 400px;
  right: 602px;
}
.toranomon {
  position: absolute;
  bottom: 380px;
  right: 610px;
}
.toranomon-t {
  position: absolute;
  bottom: 380px;
  right: 555px;
}
.nishikoyama {
  position: absolute;
  bottom: 240px;
  left: 515px;
}
.nishikoyama-t {
  position: absolute;
  bottom: 227px;
  left: 515px;
}
.ookayama {
  position: absolute;
  bottom: 231px;
  left: 492px;
}
.ookayama-t {
  position: absolute;
  bottom: 218px;
  left: 460px;
}
.musashikoyama {
  position: absolute;
  bottom: 247px;
  left: 540px;
}
.musashikoyama-t {
  position: absolute;
  bottom: 258px;
  left: 478px;
}
.daikanyama {
  position: absolute;
  bottom: 345px;
  left: 505px;
}
.daikanyama-t {
  position: absolute;
  bottom: 331px;
  left: 505px;
}
.nakameguro {
  position: absolute;
  bottom: 323px;
  left: 485px;
}
.nakameguro-t {
  position: absolute;
  bottom: 328px;
  left: 422px;
}
.toritsudaigaku {
  position: absolute;
  bottom: 290px;
  left: 455px;
}
.toritsudaigaku-t {
  position: absolute;
  bottom: 290px;
  left: 468px;
}
.jiyugaoka {
  position: absolute;
  bottom: 266px;
  left: 433px;
}
.jiyugaoka-t {
  position: absolute;
  bottom: 267px;
  left: 384px;
}
.ginza {
  position: absolute;
  bottom: 290px;
  right: 440px;
}
.ginza-t {
  position: absolute;
  bottom: 289px;
  right: 340px;
}
.ginzaichi {
  position: absolute;
  bottom: 320px;
  right: 430px;
}
.ginzaichi-t {
  position: absolute;
  bottom: 319px;
  right: 362px;
}
.tsukiji {
  position: absolute;
  bottom: 130px;
  right: 230px;
}
.tsukiji-t {
  position: absolute;
  bottom: 117px;
  right: 215px;
}
.yurakucho {
  position: absolute;
  bottom: 355px;
  right: 448px;
}
.yurakucho-t {
  position: absolute;
  bottom: 343px;
  right: 428px;
}
.hibiya {
  position: absolute;
  bottom: 360px;
  right: 500px;
}
.hibiya-t {
  position: absolute;
  bottom: 360px;
  right: 513px;
}
.roppongi {
  position: absolute;
  bottom: 310px;
  left: 700px;
}
.roppongi-t {
  position: absolute;
  bottom: 310px;
  left: 654px;
}
.roppongiichi {
  position: absolute;
  bottom: 320px;
  right: 660px;
}
.roppongiichi-t {
  position: absolute;
  bottom: 333px;
  right: 625px;
}
.kamiyacho {
  position: absolute;
  bottom: 310px;
  right: 630px;
}
.kamiyacho-t {
  position: absolute;
  bottom: 297px;
  right: 610px;
}
.akabanebashi {
  position: absolute;
  bottom: 275px;
  right: 630px;
}
.akabanebashi-t {
  position: absolute;
  bottom: 262px;
  right: 600px;
}
.shinbashi {
  position: absolute;
  bottom: 270px;
  right: 480px;
}
.shinbashi-t {
  position: absolute;
  bottom: 272px;
  right: 493px;
}
.uchisaiwaicho {
  position: absolute;
  bottom: 340px;
  right: 510px;
}
.uchisaiwaicho-t {
  position: absolute;
  bottom: 340px;
  right: 524px;
}
.daimon {
  position: absolute;
  bottom: 210px;
  right: 535px;
}
.daimon-t {
  position: absolute;
  bottom: 215px;
  right: 548px;
}
.takeshiba {
  position: absolute;
  bottom: 210px;
  right: 515px;
}
.takeshiba-t {
  position: absolute;
  bottom: 196px;
  right: 480px;
}
.shinyokohama {
  position: absolute;
  bottom: 164px;
  left: 263px;
}
.shinyokohama-t {
  position: absolute;
  bottom: 163px;
  left: 190px;
}
.sakuragaoka {
  position: absolute;
  bottom: 130px;
  left: 85px;
}
.sakuragaoka-t {
  position: absolute;
  bottom: 117px;
  left: 62px;
}
.yamato {
  position: absolute;
  bottom: 195px;
  left: 85px;
}
.yamato-t {
  position: absolute;
  bottom: 181px;
  left: 70px;
}
.mitsukyo {
  position: absolute;
  bottom: 183px;
  left: 115px;
}
.mitsukyo-t {
  position: absolute;
  bottom: 197px;
  left: 112px;
}
.futamatagawa {
  position: absolute;
  bottom: 173px;
  left: 145px;
}
.futamatagawa-t {
  position: absolute;
  bottom: 159px;
  left: 98px;
}
.ryokuentoshi {
  position: absolute;
  bottom: 118px;
  left: 150px;
}
.ryokuentoshi-t {
  position: absolute;
  bottom: 131px;
  left: 130px;
}
.tateba {
  position: absolute;
  bottom: 90px;
  left: 140px;
}
.tateba-t {
  position: absolute;
  bottom: 90px;
  left: 106px;
}
.shonandai {
  position: absolute;
  bottom: 57px;
  left: 130px;
}
.shonandai-t {
  position: absolute;
  bottom: 57px;
  left: 79px;
}
.zengyo {
  position: absolute;
  bottom: 40px;
  left: 120px;
}
.zengyo-t {
  position: absolute;
  bottom: 40px;
  left: 132px;
}
.center-kita {
  position: absolute;
  bottom: 225px;
  left: 285px;
}
.center-kita-t {
  position: absolute;
  bottom: 225px;
  left: 233px;
}
.center-minami {
  position: absolute;
  bottom: 205px;
  left: 285px;
}
.center-minami-t {
  position: absolute;
  bottom: 205px;
  left: 215px;
}
.shiodome {
  position: absolute;
  bottom: 250px;
  right: 475px;
}
.shiodome-t {
  position: absolute;
  bottom: 250px;
  right: 426px;
}
.tsukishima {
  position: absolute;
  bottom: 230px;
  right: 410px;
}
.tsukishima-t {
  position: absolute;
  bottom: 230px;
  right: 355px;
}
.kachidoki {
  position: absolute;
  bottom: 220px;
  right: 430px;
}
.kachidoki-t {
  position: absolute;
  bottom: 205px;
  right: 412px;
}
.toyosu {
  position: absolute;
  bottom: 190px;
  right: 380px;
}
.toyosu-t {
  position: absolute;
  bottom: 190px;
  right: 345px;
}
.daiba {
  position: absolute;
  bottom: 160px;
  right: 400px;
}
.daiba-t {
  position: absolute;
  bottom: 160px;
  right: 370px;
}
.tamachi {
  position: absolute;
  bottom: 173px;
  right: 620px;
}
.tamachi-t {
  position: absolute;
  bottom: 165px;
  right: 580px;
}
.kikuna {
  position: absolute;
  bottom: 140px;
  left: 316px;
}
.kikuna-t {
  position: absolute;
  bottom: 150px;
  left: 286px;
}
.tsunashima {
  position: absolute;
  bottom: 170px;
  left: 344px;
}
.tsunashima-t {
  position: absolute;
  bottom: 169px;
  left: 358px;
}
.okurayama {
  position: absolute;
  bottom: 155px;
  left: 330px;
}
.okurayama-t {
  position: absolute;
  bottom: 154px;
  left: 343px;
}
.hiyoshi {
  position: absolute;
  bottom: 195px;
  left: 368px;
}
.hiyoshi-t {
  position: absolute;
  bottom: 206px;
  left: 340px;
}
.musashikosugi {
  position: absolute;
  bottom: 220px;
  left: 390px;
}
.musashikosugi-t {
  position: absolute;
  bottom: 233px;
  left: 358px;
}
.yokohama {
  position: absolute;
  bottom: 118px;
  left: 295px;
}
.yokohama-t {
  position: absolute;
  bottom: 110px;
  left: 306px;
}
.hoshikawa {
  position: absolute;
  bottom: 127px;
  left: 270px;
}
.hoshikawa-t {
  position: absolute;
  bottom: 117px;
  left: 220px;
}
.kawasaki {
  position: absolute;
  bottom: 138px;
  left: 440px;
}
.kawasaki-t {
  position: absolute;
  bottom: 123px;
  left: 410px;
}
.tsurumi {
  position: absolute;
  bottom: 132px;
  left: 390px;
}
.tsurumi-t {
  position: absolute;
  bottom: 138px;
  left: 352px;
}
.shinkawasaki {
  position: absolute;
  bottom: 153px;
  left: 430px;
}
.shinkawasaki-t {
  position: absolute;
  bottom: 165px;
  left: 420px;
}
.sengakuji {
  position: absolute;
  bottom: 220px;
  left: 690px;
}
.sengakuji-t {
  position: absolute;
  bottom: 207px;
  left: 678px;
}
.shirokanetakanawa {
  position: absolute;
  bottom: 270px;
  left: 670px;
}
.shirokanetakanawa-t {
  position: absolute;
  bottom: 255px;
  left: 630px;
}
.shinagawa {
  position: absolute;
  bottom: 174px;
  left: 689px;
}
.shinagawa-t {
  position: absolute;
  bottom: 160px;
  left: 687px;
}
.aomonoyokocho {
  position: absolute;
  bottom: 150px;
  left: 645px;
}
.aomonoyokocho-t {
  position: absolute;
  bottom: 137px;
  left: 620px;
}
.mita {
  position: absolute;
  bottom: 190px;
  right: 615px;
}
.mita-t {
  position: absolute;
  bottom: 191px;
  right: 628px;
}
.ryutsucenter {
  position: absolute;
  bottom: 115px;
  right: 675px;
}
.ryutsucenter-t {
  position: absolute;
  bottom: 115px;
  right: 607px;
}
.shinagawaseaside {
  position: absolute;
  bottom: 130px;
  right: 675px;
}
.shinagawaseaside-t {
  position: absolute;
  bottom: 130px;
  right: 584px;
}
.tennozuIsle {
  position: absolute;
  bottom: 145px;
  right: 675px;
}
.tennozuIsle-t {
  position: absolute;
  bottom: 145px;
  right: 615px;
}
.tenkubashi {
  position: absolute;
  bottom: 60px;
  right: 610px;
}
.tenkubashi-t {
  position: absolute;
  bottom: 49px;
  right: 620px;
}
.hanedakuko {
  position: absolute;
  bottom: 48px;
  right: 572px;
}
.hanedakuko-t {
  position: absolute;
  bottom: 48px;
  right: 500px;
}
.omori {
  position: absolute;
  bottom: 156px;
  left: 565px;
}
.omori-t {
  position: absolute;
  bottom: 168px;
  left: 555px;
}
.oimachi {
  position: absolute;
  bottom: 162px;
  left: 608px;
}
.oimachi-t {
  position: absolute;
  bottom: 150px;
  left: 595px;
}
.nakanobu {
  position: absolute;
  bottom: 176px;
  left: 586px;
}
.nakanobu-t {
  position: absolute;
  bottom: 187px;
  left: 590px;
}
.kamata {
  position: absolute;
  bottom: 147px;
  left: 498px;
}
.kamata-t {
  position: absolute;
  bottom: 135px;
  left: 470px;
}
.keikyukamata {
  position: absolute;
  bottom: 73px;
  left: 336px;
}
.keikyukamata-t {
  position: absolute;
  bottom: 59px;
  left: 314px;
}
.kamiooka {
  position: absolute;
  bottom: 15px;
  left: 210px;
}
.kamiooka-t {
  position: absolute;
  bottom: 14px;
  left: 223px;
}
.shinsugita {
  position: absolute;
  bottom: 30px;
  left: 240px;
}
.shinsugita-t {
  position: absolute;
  bottom: 30px;
  left: 253px;
}
.kannai {
  position: absolute;
  bottom: 65px;
  left: 283px;
}
.kannai-t {
  position: absolute;
  bottom: 51px;
  left: 260px;
}
.higashitotsuka {
  position: absolute;
  bottom: 65px;
  left: 229px;
}
.higashitotsuka-t {
  position: absolute;
  bottom: 77px;
  left: 200px;
}
.totsuka {
  position: absolute;
  bottom: 45px;
  left: 203px;
}
.totsuka-t {
  position: absolute;
  bottom: 44px;
  left: 217px;
}
.ofuna {
  position: absolute;
  bottom: 22px;
  left: 173px;
}
.ofuna-t {
  position: absolute;
  bottom: 34px;
  left: 175px;
}
.kamakura {
  position: absolute;
  bottom: 3px;
  left: 160px;
}
.kamakura-t {
  position: absolute;
  bottom: 2px;
  left: 173px;
}
.kanazawahakkei {
  position: absolute;
  bottom: -10px;
  left: 230px;
}
.kanazawahakkei-t {
  position: absolute;
  bottom: -10px;
  left: 243px;
}
.keikyukurihama {
  position: absolute;
  bottom: -30px;
  left: 250px;
}
.keikyukurihama-t {
  position: absolute;
  bottom: -30px;
  left: 172px;
}
.fujisawa {
  position: absolute;
  bottom: 22px;
  left: 110px;
}
.fujisawa-t {
  position: absolute;
  bottom: 7px;
  left: 95px;
}
.honatsugi {
  position: absolute;
  bottom: 270px;
  left: 20px;
}
.honatsugi-t {
  position: absolute;
  bottom: 270px;
  left: 33px;
}
.chigasaki {
  position: absolute;
  bottom: 22px;
  left: 55px;
}
.chigasaki-t {
  position: absolute;
  bottom: 7px;
  left: 35px;
}
.hiratsuka {
  position: absolute;
  bottom: 22px;
  left: 30px;
}
.hiratsuka-t {
  position: absolute;
  bottom: 36px;
  left: 15px;
}
.tsujido {
  position: absolute;
  bottom: 22px;
  left: 80px;
}
.tsujido-t {
  position: absolute;
  bottom: 36px;
  left: 68px;
}
.shintakashima {
  position: absolute;
  bottom: 90px;
  left: 250px;
}
.shintakashima-t {
  position: absolute;
  bottom: 90px;
  left: 263px;
}
.nihon-odori {
  position: absolute;
  bottom: 65px;
  left: 302px;
}
.nihon-odori-t {
  position: absolute;
  bottom: 65px;
  left: 315px;
}
.minatomirai {
  position: absolute;
  bottom: 90px;
  left: 299px;
}
.minatomirai-t {
  position: absolute;
  bottom: 90px;
  left: 312px;
}
.kaihin {
  position: absolute;
  bottom: 225px;
  right: 123px;
}
.kaihin-t {
  position: absolute;
  bottom: 212px;
  right: 90px;
}

/* 円・駅名の位置 - 関西 */
.sanjo {
  position: absolute;
  top: 15px;
  right: 110px;
}
.sanjo-t {
  position: absolute;
  top: 15px;
  right: 80px;
}
.shijo {
  position: absolute;
  top: 35px;
  right: 130px;
}
.shijo-t {
  position: absolute;
  top: 34px;
  right: 143px;
}
.kyotoKawaramachi {
  position: absolute;
  top: 35px;
  right: 110px;
}
.kyotoKawaramachi-t {
  position: absolute;
  top: 47px;
  right: 32px;
}
.kyoto {
  position: absolute;
  top: 57px;
  right: 130px;
}
.kyoto-t {
  position: absolute;
  top: 70px;
  right: 120px;
}
.osakakuko {
  position: absolute;
  top: 130px;
  left: 660px;
}
.osakakuko-t {
  position: absolute;
  top: 129px;
  left: 595px;
}
.esaka {
  position: absolute;
  top: 140px;
  right: 634px;
}
.esaka-t {
  position: absolute;
  top: 139px;
  right: 647px;
}
.senrichuo {
  position: absolute;
  top: 120px;
  right: 634px;
}
.senrichuo-t {
  position: absolute;
  top: 119px;
  right: 647px;
}
.takatsuki {
  position: absolute;
  top: 120px;
  right: 607px;
}
.takatsuki-t {
  position: absolute;
  top: 119px;
  right: 560px;
}
.shinosaka {
  position: absolute;
  top: 160px;
  right: 634px;
}
.shinosaka-t {
  position: absolute;
  top: 160px;
  right: 580px;
}
.nakatsu {
  position: absolute;
  top: 190px;
  right: 670px;
}
.nakatsu-t {
  position: absolute;
  top: 176px;
  right: 664px;
}
.umeda {
  width: 15px !important;
  height: 15px !important;
  position: absolute;
  top: 217px;
  left: 710px;
}
.umeda-t {
  position: absolute;
  top: 218px;
  left: 635px;
}
.higashiumeda {
  position: absolute;
  top: 240px;
  left: 717px;
}
.higashiumeda-t {
  position: absolute;
  top: 240px;
  left: 730px;
}
.takarazuka {
  position: absolute;
  top: 90px;
  left: 400px;
}
.takarazuka-t {
  position: absolute;
  top: 89px;
  left: 345px;
}
.sannomiya {
  position: absolute;
  top: 219px;
  left: 294px;
}
.sannomiya-t {
  position: absolute;
  top: 232px;
  left: 265px;
}
.boeki-center {
  position: absolute;
  top: 260px;
  left: 300px;
}
.boeki-center-t {
  position: absolute;
  top: 273px;
  left: 279px;
}
.ashiya {
  position: absolute;
  top: 219px;
  left: 350px;
}
.ashiya-t {
  position: absolute;
  top: 205px;
  left: 340px;
}
.nishinomiya {
  position: absolute;
  top: 219px;
  left: 400px;
}
.nishinomiya-t {
  position: absolute;
  top: 232px;
  left: 378px;
}
.nishinomiyakitaguchi {
  position: absolute;
  top: 146px;
  left: 410px;
}
.nishinomiyakitaguchi-t {
  position: absolute;
  top: 160px;
  left: 395px;
}
.itami {
  position: absolute;
  top: 120px;
  left: 425px;
}
.itami-t {
  position: absolute;
  top: 119px;
  left: 438px;
}
.amagasaki {
  position: absolute;
  top: 219px;
  left: 442px;
}
.amagasaki-t {
  position: absolute;
  top: 205px;
  left: 422px;
}
.watanabebashi {
  position: absolute;
  top: 285px;
  left: 690px;
}
.watanabebashi-t {
  position: absolute;
  top: 284px;
  left: 546px;
}
.nishiumeda {
  position: absolute;
  top: 255px;
  left: 707px;
}
.nishiumeda-t {
  position: absolute;
  top: 254px;
  left: 646px;
}
.yodoyabashi {
  position: absolute;
  top: 340px;
  left: 717px;
}
.yodoyabashi-t {
  position: absolute;
  top: 340px;
  left: 730px;
}
.honmachi {
  width: 15px !important;
  height: 15px !important;
  position: absolute;
  bottom: 382px;
  left: 710px;
}
.honmachi-t {
  position: absolute;
  bottom: 393px;
  left: 658px;
}
.tanimachi {
  position: absolute;
  top: 380px;
  right: 474px;
}
.tanimachi-t {
  position: absolute;
  top: 379px;
  right: 488px;
}
.sakuranomiya {
  position: absolute;
  top: 236px;
  right: 490px;
}
.sakuranomiya-t {
  position: absolute;
  top: 225px;
  right: 426px;
}
.kyobashi-kansai {
  position: absolute;
  top: 295px;
  right: 416px;
}
.kyobashi-kansai-t {
  position: absolute;
  top: 294px;
  right: 370px;
}
.namba {
  width: 15px !important;
  height: 15px !important;
  position: absolute;
  bottom: 287px;
  left: 710px;
}
.namba-t {
  position: absolute;
  bottom: 289px;
  left: 675px;
}
.nihonbashi {
  width: 14px !important;
  height: 14px !important;
  position: absolute;
  bottom: 287px;
  right: 580px;
}
.nihonbashi-t {
  position: absolute;
  bottom: 304px;
  right: 562px;
}
.osakaUehonmachi {
  position: absolute;
  bottom: 285px;
  right: 540px;
}
.osakaUehonmachi-t {
  position: absolute;
  bottom: 270px;
  right: 500px;
}
.tennoji {
  position: absolute;
  bottom: 173px;
  right: 474px;
}
.tennoji-t {
  position: absolute;
  bottom: 164px;
  right: 440px;
}
.nakamozu {
  position: absolute;
  bottom: 62px;
  right: 474px;
}
.nakamozu-t {
  position: absolute;
  bottom: 62px;
  right: 421px;
}
.daimaru {
  position: absolute;
  top: 88px;
  left: 46px;
}
.daimaru-t {
  position: absolute;
  top: 105px;
  left: 20px;
}
.ikoma {
  position: absolute;
  bottom: 385px;
  right: 206px;
}
.ikoma-t {
  position: absolute;
  bottom: 385px;
  right: 174px;
}
.wakayama {
  position: absolute;
  bottom: 57px;
  left: 418px;
}
.wakayama-t {
  position: absolute;
  bottom: 57px;
  left: 365px;
}
.himeji {
  position: absolute;
  top: 219px;
  left: 130px;
}
.himeji-t {
  position: absolute;
  top: 218px;
  left: 97px;
}
.hanshinmotomachi {
  position: absolute;
  top: 143px;
  left: 170px;
}
.hanshinmotomachi-t {
  position: absolute;
  top: 128px;
  left: 165px;
}
.nishiakashi {
  position: absolute;
  top: 219px;
  left: 240px;
}
.nishiakashi-t {
  position: absolute;
  top: 205px;
  left: 220px;
}
.kakogawa {
  position: absolute;
  top: 219px;
  left: 185px;
}
.kakogawa-t {
  position: absolute;
  top: 232px;
  left: 166px;
}

.legend {
  text-align: right;
  padding: 0;
  position: absolute;
  right: 20px;
  bottom: 20px;
  left: auto;
}
.legend li {
  vertical-align: middle;
  display: inline-block;
}
.c-01-txt {
  font-size: 1em;
  line-height: 1;
  padding: 0;
}
.c-02-txt {
  font-size: 1em;
  line-height: 1;
  color: #ff645f;
  padding: 0 20px 0 5px;
}
.c-03-txt {
  font-size: 1em;
  line-height: 1;
  color: #fff;
  padding: 0 0 0 5px;
}
.c-04-txt {
  font-size: 1em;
  line-height: 1;
  color: #7dc3f0;
  padding: 0 0 0 5px;
}
.b-t {
  color: #7dc3f0;
}
.r-t {
  color: #ff645f;
}

/* スマホ駅 */
.station-sp {
  display: none;
}

input[type="text"] {
  -webkit-border-radius: 0;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
input[type="button"],
input[type="submit"] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* store-number */
.store-num {
  text-align: right;
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto;
}
.store-num-ul {
  letter-spacing: -0.4em;
}
.store-num-ul li {
  letter-spacing: normal;
  vertical-align: middle;
  display: inline-block;
  font-size: 1.2em;
}
.store-num-retail {
  padding: 0 0 30px 20px;
}
.store-num-retail a {
  color: #000;
}
.store-num-retail span {
  color: #fff;
  background: #7dc3f0;
  border-radius: 10px;
  padding: 5px 10px;
}
.store-num-partner {
  padding: 0 0 30px 20px;
}
.store-num-partner a {
  color: #000;
}
.store-num-partner span {
  color: #fff;
  background: #939393;
  border-radius: 10px;
  padding: 5px 10px;
}
.store-num-hotels {
  padding: 0 0 30px 20px;
}
.store-num-hotels a {
  color: #000;
}
.store-num-hotels span {
  color: #fff;
  background: #ccb079;
  border-radius: 10px;
  padding: 5px 10px;
}
.store-num-telecube {
  padding: 0 0 30px 20px;
}
.store-num-telecube a {
  color: #000;
}
.store-num-telecube span {
  color: #fff;
  background: #9dc800;
  border-radius: 10px;
  padding: 5px 10px;
}
.store-num-dl {
  padding: 0 0 30px 20px;
}
.store-num-dl a {
  font-weight: bold;
  color: #7dc3f0;
  background: #fff;
  border: 1px solid #7dc3f0;
  border-radius: 10px;
  padding: 5px 10px 5px 17px;
}
/* search */
.store-search {
  width: 100%;
  max-width: 1100px;
  display: block;
  margin: 0 auto;
}
.store-form-title {
  font-size: 1.3em;
  font-weight: bold;
  border-left: 3px solid #7dc3f0;
  padding: 5px 0 5px 8px;
}
.store-search-wrap {
  width: 100%;
  height: auto;
  margin: 15px 0 30px 0;
  box-sizing: border-box;
  position: relative;
}
.store-search-form {
  position: relative;
}
.store-search-box {
  font-size: 1.2em;
  width: 100%;
  height: auto;
  padding: 15px 10px;
  border: solid 1px #939393;
  box-sizing: border-box;
}
.store-search-btn {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: 12px;
  margin-top: -8px;
}
/* select */
.store-form {
  width: 100%;
  max-width: 1100px;
  height: auto;
  margin: 0 auto 30px auto;
  display: block;
}
.store-form-txt {
  font-size: 1.2em;
  font-weight: bold;
  padding: 0 0 10px 0;
}
.select-wrap-l {
  width: 32%;
  height: auto;
  margin: 20px 0 0 0;
  float: left;
}
.select-wrap-r {
  width: 32%;
  height: auto;
  margin: 20px 0 0 2%;
  float: left;
}
.select-wrap {
  width: 100%;
  position: relative;
  display: inline-block;
}
.select-wrap::after {
  content: "";
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #000;
  border-right: solid 2px #000;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -6px;
}
.select {
  font-family: inherit !important;
  color: #1e1e1e !important;
  font-size: 1.2em;
  background-color: #fff !important;
  width: 100%;
  box-sizing: border-box;
  padding: 15px 10px;
  border: 1px solid #939393;
  position: relative;
}
.store-form-btn {
  background-color: #7dc3f0;
  font-size: 1.3em;
  font-weight: bold;
  text-transform: uppercase;
  width: 100%;
  border: none;
  margin: 20px auto 10px auto;
  padding: 12px 0;
  cursor: pointer;
  text-transform: capitalize;
  -webkit-transition: 0.3s ease-in-out;
}
.store-form-btn {
  color: #1e1e1e;
}

@media screen and (max-width: 1400px) {
  /* main */
  .main {
    width: 90%;
    margin: 0 auto;
  }
  /* route */
  .mapScroll {
    cursor: auto;
    overflow: scroll;
    cursor: grab;
  }
  .mapScroll:active {
    cursor: grabbing;
  }
  .route {
    padding: 30px 0 80px 0;
  }
  .map_tab_area {
    width: 100%;
  }
}

@media screen and (max-width: 1140px) {
  .br-pc {
    display: none;
  }
  /* main */
  #store-top {
    margin-top: -150px;
    padding-top: 150px;
  }
  /* 路線図 */
  .store-tab-1 {
    width: 25%;
  }
  .store-tab-2 {
    width: 25%;
  }
  .store-tab-3 {
    width: 50%;
  }
  /* 全国 */
  .tab01 {
    width: 50%;
    border-top: 2px solid #7dc3f0;
    border-right: 1px solid #7dc3f0;
    border-bottom: none;
    border-left: 2px solid #7dc3f0;
  }
  .tab02 {
    width: 50%;
    border-top: 2px solid #7dc3f0;
    border-right: 2px solid #7dc3f0;
    border-bottom: none;
    border-left: 1px solid #7dc3f0;
  }
  .tab03 {
    width: 50%;
    border-top: 2px solid #7dc3f0;
    border-right: 1px solid #7dc3f0;
    border-bottom: none;
    border-left: 2px solid #7dc3f0;
  }
  .tab04 {
    width: 50%;
    border-top: 2px solid #7dc3f0;
    border-right: 2px solid #7dc3f0;
    border-bottom: none;
    border-left: 1px solid #7dc3f0;
  }
  .tab05 {
    width: 50%;
    border-top: 2px solid #7dc3f0;
    border-right: 1px solid #7dc3f0;
    border-bottom: none;
    border-left: 2px solid #7dc3f0;
  }
  .tab06 {
    width: 50%;
    border-top: 2px solid #7dc3f0;
    border-right: 2px solid #7dc3f0;
    border-bottom: none;
    border-left: 1px solid #7dc3f0;
  }
  .tab07 {
    width: 50%;
    border-top: 2px solid #7dc3f0;
    border-right: 1px solid #7dc3f0;
    border-bottom: none;
    border-left: 2px solid #7dc3f0;
  }
  .tab08 {
    width: 50%;
    border-top: 2px solid #7dc3f0;
    border-right: 2px solid #7dc3f0;
    border-bottom: none;
    border-left: 1px solid #7dc3f0;
  }
  .tab09 {
    width: 50%;
    border-top: 2px solid #7dc3f0;
    border-right: 1px solid #7dc3f0;
    border-bottom: none;
    border-left: 2px solid #7dc3f0;
  }
  .tab10 {
    width: 50%;
    border-top: 2px solid #7dc3f0;
    border-right: 2px solid #7dc3f0;
    border-bottom: none;
    border-left: 1px solid #7dc3f0;
  }
  .tab11 {
    width: 100%;
    box-sizing: border-box;
    border-top: 2px solid #7dc3f0;
    border-right: 2px solid #7dc3f0;
    border-bottom: 2px solid #7dc3f0;
    border-left: 2px solid #7dc3f0;
  }
  .oversea .tab-btn {
    margin: 30px auto 0 auto;
  }
  .oversea .tab01 {
    border-bottom: none;
  }
  .oversea .tab02 {
    border-bottom: none;
  }
  .oversea .tab03 {
    border-bottom: none;
  }
  .oversea .tab04 {
    border-bottom: none;
  }
  .oversea .tab05 {
    border-bottom: none;
  }
  .oversea .tab06 {
    border-bottom: none;
  }
  .oversea .tab07 {
    border-bottom: none;
  }
  .oversea .tab08 {
    border-bottom: none;
  }
  .oversea .tab09 {
    border-bottom: none;
  }
  .oversea .tab10 {
    border-bottom: none;
  }
  .oversea .tab11 {
    border-bottom: 2px solid #7dc3f0;
  }
  .pref-tab-on a {
    padding: 15px 0;
  }
  .pref-tab-off a {
    padding: 15px 0;
  }
  .pref-tab-on a:after {
    display: none;
  }
  .map_tab_area {
    display: none;
  }
  .pref-ul {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .pref-ul {
    width: 90%;
    display: block;
    text-align: center;
    letter-spacing: -0.4em;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .pref-ul li {
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: bottom;
    text-align: center;
    padding: 0 10px;
  }
  .pref-ul li a {
    font-size: 1.2em;
    line-height: 1.8;
    font-weight: bold;
    color: #1e1e1e;
  }
  .pref-ul li.active a {
    color: #1e1e1e;
  }
  /* store-info */
  .store-list-sign {
    display: none;
  }
  .store-category-retail {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .store-category-retail-b {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .store-category-retail-c {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .store-category-booth {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-left: 5px;
  }
  .store-category-booth-b {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-left: 5px;
  }
  .store-category-holiday {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-left: 5px;
  }
  .store-category-holiday-b {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
    margin-left: 5px;
  }
  .store-category-partner {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .store-category-hotels {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .store-category-telecube {
    position: static;
    top: auto;
    left: auto;
    margin-top: 0;
  }
  .store-thumb {
    width: 100%;
    height: auto;
    float: none;
  }
  .store-txt-right {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .store-partner-box {
    width: 100%;
    padding: 15px 0 0 0;
  }
  .store-info-partner-on {
    margin: 20px 20px 0 0;
  }
  .store-info-partner-off {
    margin: 20px 20px 0 0;
  }
  .google-btn-partner {
    margin: 20px 20px 0 0;
  }
  .store-reserve-partner {
    margin: 20px 20px 0 0;
  }
  .store-copy-btn {
    margin: 20px 20px 0 0;
  }
  /* route */
  .tab-pc {
    display: none;
  }
  .route {
    overflow: scroll;
    padding: 10px 0 80px 0;
  }
  .route:before {
    display: none;
  }
  .route:after {
    display: none;
  }
  .legend {
    padding: 0;
    text-align: left;
    right: auto;
    left: 20px;
  }
  /* acoBox */
  .acoBox {
    width: 100%;
    margin: 0 auto;
    border-top: 1px solid #7dc3f0;
    border-bottom: 1px solid #7dc3f0;
    margin: 30px auto 0;
  }
  .acoBox .ttl {
    font-size: 1.5em;
    font-weight: bold;
    text-align: center;
    padding: 30px 0;
    cursor: pointer;
    position: relative;
  }
  .acoBox .ttl:after {
    content: "＋";
    position: absolute;
    right: 30px;
  }
  .acoBox.open .ttl:after {
    content: "―";
  }
  .acoBox .boxInner {
    display: none;
    padding: 0 0 30px 0;
  }
  /* スマホ駅 */
  .station-sp {
    width: 100%;
    height: auto;
    margin: 0 auto;
    display: block;
  }
  .station-sp-ul {
    width: 90%;
    display: block;
    text-align: center;
    letter-spacing: -0.4em;
    box-sizing: border-box;
    margin: 0 auto;
  }
  .station-sp-ul li {
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: normal;
    vertical-align: bottom;
    text-align: center;
    padding: 0 10px;
  }
  .station-sp-ul li a {
    font-size: 1.2em;
    line-height: 1.8;
    font-weight: bold;
    color: #1e1e1e;
  }
  .station-sp-ul li.active a {
    color: #1e1e1e;
  }
  /* 営業時間内 */
  .store-info-1-on {
    box-sizing: border-box;
    width: 48%;
    float: left;
    margin: 4% 4% 0 0;
  }
  .store-info-1-off {
    box-sizing: border-box;
    width: 48%;
    float: left;
    margin: 4% 4% 0 0;
  }
  .store-info-2 {
    box-sizing: border-box;
    width: 48%;
    float: left;
    margin: 4% 0 0 0;
  }
  .store-info-2-e {
    box-sizing: border-box;
    width: 48%;
    float: left;
    margin: 4% 0 0 0;
  }
  .store-info-3-on {
    box-sizing: border-box;
    width: 48%;
    float: left;
    margin: 4% 0 0 0;
  }
  .store-info-3-off {
    box-sizing: border-box;
    width: 48%;
    float: left;
    margin: 4% 0 0 0;
  }
  .google-btn-retail {
    box-sizing: border-box;
    width: 48%;
    float: right;
    margin: 4% 0 0 0;
  }
  .google-btn-retail .google-link-retail {
    padding: 13px 0 13px 0;
  }
  .google-btn-retail .google-link-retail img {
    left: 25px;
  }
  /* store-number */
  .store-num {
    margin: 30px auto 0 auto;
  }
  /* search */
  .store-search {
    width: 100%;
    display: block;
    margin: 30px auto 0 auto;
  }
  /* select */
  .store-form {
    margin: 0 auto 20px auto;
  }
  .select-wrap-l {
    width: 100%;
    margin: 20px 0 0 0;
    float: none;
  }
  .select-wrap-r {
    width: 100%;
    margin: 20px 0 0 0;
    float: none;
  }
  .store-form-btn {
    font-size: 1.2em;
  }
}
@media screen and (max-width: 640px) {
  .tab-on a {
    font-size: 1.2em;
    padding: 15px 0;
  }
  .tab-off a {
    font-size: 1.2em;
    padding: 15px 0;
  }
  .store-category-retail {
    font-size: 1.1em;
  }
  .store-category-retail-b {
    font-size: 1.1em;
  }
  .store-category-retail-c {
    font-size: 1.1em;
  }
  .store-category-booth {
    font-size: 1.1em;
  }
  .store-category-booth-b {
    font-size: 1.1em;
  }
  .store-category-holiday {
    font-size: 1.1em;
  }
  .store-category-holiday-b {
    font-size: 1.1em;
  }
  .store-category-partner {
    font-size: 1.1em;
  }
  .store-category-hotels {
    font-size: 1.1em;
  }
  .store-category-telecube {
    font-size: 1.1em;
  }
  .store-retail-name {
    font-size: 1.5em;
    line-height: 1.4;
    padding: 15px 0 0 0;
  }
  .store-retail-txt {
    font-size: 1.2em;
  }
  .store-info-1-on {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .store-info-1-off {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .store-info-2 {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .store-info-2-e {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .store-info-3-on {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .store-info-4-on {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .store-info-3-off {
    font-size: 1.2em;
    padding: 10px 0;
  }
  .google-btn-retail .google-link-retail {
    font-size: 1.2em;
    padding: 11px 0;
  }
  .google-btn-retail .google-link-retail img {
    left: 15px;
  }
  .store-partner-name {
    font-size: 1.4em;
    line-height: 1.4;
  }
  .store-partner-txt {
    font-size: 1.2em;
  }
  .store-info-partner-on {
    width: 48%;
    float: left;
    margin: 4% 4% 0 0;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .store-info-partner-off {
    width: 48%;
    float: left;
    margin: 4% 4% 0 0;
    box-sizing: border-box;
    padding: 10px 0;
  }
  .google-btn-partner {
    width: 48%;
    float: left;
    margin: 4% 0 0 0;
    box-sizing: border-box;
  }
  .google-btn-partner .google-link-partner {
    padding: 11px 0;
  }
  .google-btn-partner .google-link-partner img {
    left: 15px;
  }
  .store-reserve-partner {
    width: 48%;
    float: left;
    margin: 4% 4% 0 0;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .store-copy-btn {
    width: 48%;
    float: left;
    margin: 4% 4% 0 0;
    padding: 10px 0;
    box-sizing: border-box;
  }
  .none-txt {
    font-size: 1.2em;
    padding: 50px 0 0 0;
  }
  .acoBox .ttl {
    font-size: 1.2em;
    padding: 20px 0;
  }
  /* route */
  .route_txt .txt01 {
    font-size: 1.4em;
  }
  .route_txt .txt02 {
    font-size: 1.2em;
    margin-top: 10px;
  }
  .route {
    height: 400px;
    margin: 30px auto 30px auto;
    padding: 10px 0 10px 0;
  }
  .legend {
    padding: 50px 10px 0 10px;
    position: static;
    right: auto;
    left: auto;
  }
  .c-01-txt {
    line-height: 18px;
  }
  /* store-number */
  .store-num {
    text-align: left;
    margin: 25px auto 0 auto;
  }
  .store-num-ul li {
    font-size: 1.1em;
  }
  .store-num-retail {
    padding: 0 10px 25px 0;
  }
  .store-num-partner {
    padding: 0 10px 25px 0;
  }
  .store-num-hotels {
    padding: 0 10px 25px 0;
  }
  .store-num-telecube {
    padding: 0 10px 25px 0;
  }
  .store-num-dl {
    padding: 0 10px 25px 0;
  }
}
