@charset "UTF-8";
/* 上書き・追加用スタイル
----------------------------------------*/

/*  スポット・口コミ用　メイン下方のTAB */
.tab-bottom {
  margin-top: 16px;
  border-top: 1px solid #999999;
}
.tab-menu-bottom {
  height: 44px;
  line-height: 44px;
  font-size: 14px;
  font-size: 1.4rem;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
.tab-menu-bottom li {
  margin: 0 5px -1px;
  white-space: nowrap;
}
.tab-menu-bottom li span {
  display: block;
  margin-top: -1px;
  padding: 0 20px;
  border: 1px solid #999999;
  border-top: 1px solid #fff;
  background: #fff;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.tab-menu-bottom li a {
  display: block;
  padding: 0 20px;
  height: 44px;
  color: #1b7dfc;
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
  border-top: 1px solid #e1e1e1;
  -moz-border-radius: 0 0 5px 5px;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.tab-menu-bottom li a:hover {
  border-top: 1px solid #fffdf3;
  border-right: 1px solid #1b7dfc;
  border-bottom: 1px solid #1b7dfc;
  border-left: 1px solid #1b7dfc;
  background: #fffdf3;
  text-decoration: none !important;
}
/*  スポット・口コミ用　周辺の充電スポット 距離表示 */
.spot-distance {
  border-top: 1px solid #e1e1e1;
  padding: 15px 12px;
  width: 100%;
}
.spot-distance li {
  font-size: 20px;
  font-size: 2rem;
  white-space: nowrap;
  display: block;
  text-align: right;
}
.spot-distance li p {
  font-size: 13px;
  font-size: 1.3rem;
  white-space: nowrap;
  text-align: right;
}
.spot-distance li span {
  margin-left: 10px;
  font-size: 13px;
  font-size: 1.3rem;
  white-space: nowrap;
}
/*  スポット・口コミ用　いいね表示 */
.spot-page li.like {
  width: 100%;
  margin-top: 25px;
  text-align: right;
}
.spot-page li.like .like-block {
  font-size: 1.8rem;
  cursor: pointer;
}
.spot-page li.like .disabled-like-block {
  font-size: 1.8rem;
  pointer-events: none;
}
.spot-page li.like .like-block::before {
  content: '\e60e';
  font-family: 'icomoon';
  color: #157dfb;
  font-size: 1.8rem;
  margin-right: 10px;
  cursor: pointer;
}
.spot-page li.like .disabled-like-block::before {
  content: '\e60e';
  font-family: 'icomoon';
  color: #a3a3a3;
  font-size: 1.8rem;
  margin-right: 10px;
  pointer-events: none;
}
/*検索結果一覧等 並び替え機能直下にあるページ送り部分*/
.spot-pagenav {
  display: none;
}
.sort-set .spot-pagenav li a:hover {
  background-color: #ffffff;
}
/*  #05系 ロゴがない場合用のCSS　リスト欄*/
.logolist-noimg {
  display: block;
  width: 188px;
  max-width: 100%;
  height: 38vw;
  max-height: 100%;
  box-sizing: border-box;
  margin: auto;
  padding: 10px;
}
.logolist-noimg .chain-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.5;
  margin: auto;
  padding: 8px 10px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/*  #05系 ロゴがない場合用のCSS　チェーン別TOPの見出し用*/
.chain-logo-noimg {
  display: block;
  width: 188px;
  max-width: 100%;
  height: 168px;
  max-height: 100%;
  border: #d9d9d9 solid 1px;
  border-radius: 5px;
  overflow: hidden;
  margin: auto;
}
.chain-logo-noimg .chain-name {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  height: 100%;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  margin: auto;
  padding: 8px 18px;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* 使えたよ・使えなかったよ アイコン*/
.review-count li i.icon-status_good {
  color: #00c262;
}
.review-count li i.icon-status_bad {
  color: #fc4f4f;
}
/* 汎用戻りボタン要素 */
.btn-m-block {
  padding: 50px 0;
}
.btn-m-block span {
  display: block;
  text-align: center;
}
.btn-m-block span + span {
  margin-top: 20px;
}
.btn-m-block a {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.5;
  display: block;
  text-align: left;
  width: 296px;
  margin: 0 auto;
  padding: 25px;
  box-sizing: border-box;
  border: #0079ff solid 3px;
  border-radius: 5px;
  color: #0079ff;
  position: relative;
}
.btn-m-block a:after {
  content: '\e902';
  font-family: 'icomoon';
  font-size: 20px;
  font-size: 2rem;
  color: #0079ff;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}

@media screen and (min-width: 960px) {
  /*-------------------------------------- 
  960px以下
  -------------------------------------- */
  /* スポット・レビューコンテンツ
  ---------------------*/
  .tab-bottom {
    padding-bottom: 24px;
  }
  /* 汎用戻りボタン要素 */
  .btn-m-block {
    padding: 100px 0;
  }
}

@media screen and (min-width: 600px) {
  /*-------------------------------------- 
  600px以下
  -------------------------------------- */
  /*  ぱんくずを左寄せに修正*/
  .breadcrumb,
  .breadcrumb2 {
    text-align: left;
  }
  /*  スポット・口コミ用　メイン下方のTAB */
  .tab-menu-bottom {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .tab-menu-bottom li {
    margin: 0 5px -1px;
    width: 250px;
  }
  .tab-menu-bottom li:first-child {
    margin-left: 16px;
  }
  .tab-menu-bottom li a {
    height: 52px;
  }
  /*  #01,#03系の口コミ写真の縦幅調整用クラス */
  .img-comment {
    width: auto;
    height: 250px;
    margin: auto 0 auto auto;
  }
  .img-comment img {
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    margin: auto 0 auto auto;
  }
  /*検索結果一覧等 並び替え機能直下にあるページ送り部分*/
  .spot-pagenav {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    float: right;
    position: relative;
    list-style: none;
  }
  .spot-pagenav li {
    display: inline-block;
  }
  .prefecture-spot .spot-number .spot-pagenav a.page-next::after {
    content: '\e902';
    font-family: 'icomoon';
    margin-left: 12px;
    color: #157dfb;
    font-weight: normal !important;
  }
  .prefecture-spot .spot-number .spot-pagenav a.page-prev::before {
    content: '\e901';
    font-family: 'icomoon';
    margin-right: 12px;
    color: #157dfb;
    font-weight: normal !important;
  }
  .prefecture-spot .spot-number .spot-pagenav a::after {
    content: none;
  }
  .prefecture-spot .spot-number .spot-pagenav li a {
    color: #157dfb;
  }
  .prefecture-spot .spot-number .spot-pagenav li a:hover {
    color: #106aa7;
    text-decoration: none;
  }
  .sort-set .spot-pagenav a.page-next::after {
    content: '\e902';
    font-family: 'icomoon';
    margin-left: 12px;
    color: #157dfb;
    font-weight: normal !important;
  }
  .sort-set .spot-pagenav a.page-prev::before {
    content: '\e901';
    font-family: 'icomoon';
    margin-right: 12px;
    color: #157dfb;
    font-weight: normal !important;
  }
  .sort-set .spot-pagenav a::after {
    content: none;
  }
  .sort-set .spot-pagenav li a {
    color: #157dfb;
  }
  .sort-set .spot-pagenav li a.page-prev {
    margin-right: 25px;
  }
  .sort-set .spot-pagenav li a:hover {
    color: #106aa7;
    text-decoration: none;
  }
  /*  #05系 ロゴがない場合用のCSS　リスト欄*/
  .logolist-noimg .chain-name {
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* 汎用戻りボタン要素 */
  .btn-m-block {
    padding: 50px 0;
  }
  .btn-m-block a {
    font-size: 20px;
    font-size: 2rem;
    margin: 0 auto;
    padding: 55px 60px;
    width: auto;
    display: inline-block;
  }
  .btn-m-block a:after {
    content: '\e902';
    font-family: 'icomoon';
    font-size: 20px;
    font-size: 2rem;
    display: inline-block;
    color: #0079ff;
    position: static;
    right: auto;
    top: atuo;
    transform: none;
    -webkit-transform: none;
    margin-left: 20px;
  }
  .btn-m-block a br {
    display: none;
  }
}

@media screen and (min-width: 436px) {
  /*-------------------------------------- 
  436px以下
  -------------------------------------- */
  /* スポット・レビューコンテンツ
  ---------------------*/
  .logolist-noimg {
    height: 168px;
    max-height: 100%;
  }
}
