@charset "UTF-8";
/* 上書き・追加用スタイル
----------------------------------------*/
/* SVG設定関連*/
.pc-map-block {
  display: none;
  width: 100%;
  height: 100%;
}
.svg-map-block {
  display: block;
  position: relative;
  width: auto;
  height: auto;
  max-height: 100%;
  padding-top: 73%;
  font-family: '"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "Meiryo UI", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif';
  text-align: left;
}
.svg-map-block svg {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}
.svg-map-block a:hover {
  text-decoration: none;
}
.st0 {
  fill: #a7d2f2;
}
.st1 {
  fill: #8bc300;
}
/*
a .st1:hover {
  fill: #096304;
}
*/
.st2 {
  fill: #ffffff;
}
.st4 {
  font-size: 20px;
}
.st5 {
  fill: #00953e;
}
.st6 {
  fill: #498ebc;
}
.st7 {
  fill: #157dfb;
}
.st8 {
  fill: none;
}
.st9 {
  fill: none;
  stroke: #7db795;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.st10 {
  fill: none;
  stroke: #b1d397;
  stroke-width: 2;
  stroke-miterlimit: 10;
}
.st11 {
  fill: none;
  stroke: #ffffff;
  stroke-width: 2;
}
.st12 {
  fill: none;
  stroke: #b1d397;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.st13 {
  fill: none;
  stroke: #7db795;
  stroke-width: 2;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.st14 {
  fill: #666666;
  font-size: 14px;
}
/* リスト設定関連*/
.map-arealist-container {
}
.map-arealist-nav {
  width: 96%;
  height: 94%;
  position: absolute;
  top: 3%;
  left: 2%;
  overflow: auto;
  background-color: rgba(239, 239, 239, 0.95);
  border: 2px #ffffff solid;
  font-size: 2.5vw;
}
.arealist-type01,
.arealist-type02,
.arealist-type03 {
  display: none;
}
.map-arealist-box {
  margin: 0 3% 3% 3%;
  overflow: auto;
}
.arealist-type-01 {
  display: block;
  width: 100%;
  height: auto;
}
.arealist-type-02 {
  width: 50%;
  float: left;
}
.text-blue {
  color: #157dfb;
}
.city-name {
  display: block;
  font-size: 4.2vw;
  font-weight: bold;
  margin: 0 auto 1.7vw;
}
.total-number-l {
  font-size: 3.3vw;
  font-weight: normal;
}
.total-number-s {
  font-size: 2.25vw;
  font-weight: normal;
}
.left-column {
  width: 48%;
  margin-right: 2%;
  float: left;
}
.arealist-type-02 .left-column {
  width: 96%;
  margin-right: 4%;
  float: left;
}
.right-column {
  width: 48%;
  margin-right: 2%;
  float: right;
}
.area-name {
  font-weight: bold;
}
.arealist-type-01 .area-name,
.arealist-type-02 .area-name {
  font-weight: normal;
}
.area-name a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 1.2vw 5px;
}
.area-name a:hover {
  text-decoration: underline;
}

.map-btn-clause {
  width: 40px;
  height: 40px;
  display: block;
  text-align: center;
  margin: 15px 12px 0 auto;
}
.map-btn-clause::before {
  content: url(../img/map-btn-clause.svg);
  /* content: "\e904"; */
  /* font-family: "icomoon"; */
  /* color: #999999; */
  /* font-size: 40px; */
}

/*  要素の検証用のclass*/
.d-none {
  display: none;
}

@media screen and (min-width: 600px) {
  /*-------------------------------------- 
  600px以下
  -------------------------------------- */
  /* SVG設定関連*/
  .pc-map-block {
    display: block;
    width: 100%;
  }
  /* リスト設定関連*/
  .map-btn-clause {
    width: 4vw;
    height: 4vw;
    margin: 1.5% 1.5% 0 auto;
  }
  .map-btn-clause::before {
    font-size: 4vw;
  }
}

@media screen and (min-width: 960px) {
  /*-------------------------------------- 
  960px以下
  -------------------------------------- */
  /* SVG設定関連*/
  .pc-map-block {
    display: block;
    width: 100%;
  }
  /* リスト設定関連*/
  .map-arealist-nav {
    font-size: 1.6vw;
  }
  .city-name {
    font-size: 3vw;
    margin: 0 auto 1.5vw;
  }
  .total-number-l {
    font-size: 2.4vw;
  }
  .total-number-s {
    font-size: 1.44vw;
  }
  .area-name a {
    padding: 0.9vw 5px;
  }
  .map-btn-clause {
    width: 3.3vw;
    height: 3.3vw;
    margin: 1.5% 1.5% 0 auto;
  }
  .map-btn-clause::before {
    font-size: 3.3vw;
  }
}

@media screen and (min-width: 1260px) {
  /*-------------------------------------- 
  1260px以下
  -------------------------------------- */
  /* SVG設定関連*/
  .pc-map-block {
    display: block;
    width: 882px;
  }
  /* リスト設定関連*/
  .map-arealist-nav {
    font-size: 20px;
  }
  .city-name {
    font-size: 39px;
    margin: 0 auto 20px;
  }
  .total-number-l {
    font-size: 30px;
  }
  .total-number-s {
    font-size: 18px;
  }
  .area-name a {
    padding: 12px 0 12px 5px;
  }
  .map-btn-clause {
    width: 40px;
    height: 40px;
    margin: 15px 15px 0 auto;
  }
  .map-btn-clause::before {
    font-size: 40px;
  }
}
