@charset 'UTF-8';

/* ----------------------------------------------------------------------------
 * メインビジュアル
 * ------------------------------------------------------------------------- */

.maparea {
  background-image: url("/wimax/area/use/spot/images/bg_map.png");
  background-position: top center;
  background-repeat: no-repeat;
  height: 460px;
  margin: 0 auto 20px;
  position: relative;
  width: 837px;
}
.maparea .area {
  border: 1px solid #e0e0e0;
  border-radius: 5px;
  box-shadow: 0 4px 4px -4px rgba(0,0,0,.3);
  height: 100px;
  overflow: hidden;
  position: absolute;
  width: 198px;
}
.maparea a {
  color: #2c2c2c;
  text-decoration: none !important;
}
.maparea a:hover,
.maparea a:focus {
  color: #2c2c2c;
  opacity: .7;
}
.maparea .area .hdg {
  background-color: #eee;
  display: table;
  font-family: "新ゴ M", "Shin Go Medium", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-size: 14px;
  height: 30px;
  position: relative;
  text-align: center;
  width: 100%;
}
.maparea .area .hdg .txt {
  display: table-cell;
  vertical-align: middle;
}
.maparea .area .hdg::after {
  background-size: 7px 5px;
  border-right: 1px solid #666;
  border-bottom: 1px solid #666;
  bottom: 0;
  content: "";
  display: block;
  height: 6px;
  margin: auto;
  position: absolute;
  right: 15px;
  top: -3px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 6px;
}
.maparea .area ul {
  background-color: #fafafa;
  height: 70px;
  list-style: none;
  margin: 0;
  padding: 0 10px 10px;
}
.maparea .area ul li {
  float: left;
  margin: 10px 5.617977528089887% 0 0;
  width: 47.19101123595505%;
}
.maparea .area ul li:nth-of-type(2n) {
  margin-right: 0;
}
.maparea .area ul li img {
  height: auto;
  line-height: 0;
  max-width: 100%;
}
.maparea .hokkaido {
  right: 0;
  top: 0;
}
.maparea .hokkaido .hdg {
  background-color: #e7e3fa;
}
.maparea .tohoku {
  right: 0;
  top: 120px;
}
.maparea .tohoku .hdg {
  background-color: #d7e9fa;
}
.maparea .kanto {
  right: 0;
  top: 240px;
}
.maparea .kanto .hdg {
  background-color: #dcf4fd;
}
.maparea .hokuriku {
  bottom: 0;
  right: 0;
}
.maparea .hokuriku .hdg {
  background-color: #def3d9;
}
.maparea .chubu {
  bottom: 0;
  right: 213px;
}
.maparea .chubu .hdg {
  background-color: #e8f5d0;
}
.maparea .kansai {
  left: 213px;
  top: 0;
}
.maparea .kansai .hdg {
  background-color: #fffac5;
}
.maparea .chugoku {
  left: 0;
  top: 0;
}
.maparea .chugoku .hdg {
  background-color: #ffedca;
}
.maparea .shikoku {
  left: 0;
  top: 120px;
}
.maparea .shikoku .hdg {
  background-color: #ffe3d5;
}
.maparea .kyushu {
  left: 0;
  top: 240px;
}
.maparea .kyushu .hdg {
  background-color: #fde0e5;
}

@media screen and (max-width: 768px) {

  .maparea {
  display: none;
  }
}

/* ----------------------------------------------------------------------------
 * PC 幅時のみ表示
 * ------------------------------------------------------------------------- */

/* 768px 以下は非表示 */
@media screen and (max-width: 768px) {

  .pc-only {
    display: none;
  }
}

/* ----------------------------------------------------------------------------
 * SP 幅時のみ表示
 * ------------------------------------------------------------------------- */

/* 769px 以上は非表示 */
@media screen and (min-width: 769px) {

  .sp-only {
    display: none;
  }
}