@charset "UTF-8";
/*----------------------------------------
02-00：スポット
----------------------------------------*/
.spot-page ul,
.spot-page li {
  list-style: none;
}
.spot-page #main {
  padding-bottom: 40px;
  width: 100%;
}

/* ページヘッダー　*/
.main-top {
  padding-bottom: 12px;
}
.main-top .page-header {
  padding: 0 12px;
}
.main-top .site-title,
.main-top .page-description,
.main-top .right-block {
  display: none;
}
.main-top .page-title {
  font-size: 20px;
  font-size: 2rem;
  padding: 12px 0;
  text-align: left;
  color: #2f2f32;
  line-height: 1.2;
}

/* アイコン */
.review-count,
.charger {
  border-top: 1px solid #e1e1e1;
  padding: 10px 12px;
  width: 100%;
}

.review-count {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.review-count li {
  font-size: 12px;
  font-size: 1.2rem;
  text-align: center;
  padding: 0;
  margin-left: 12px;
}
.review-count li:first-child {
  margin-left: 0;
}
.review-count li i {
  color: #00c262;
  font-size: 34px;
  display: block;
  margin-bottom: 5px;
}
.review-count li.count {
  display: block;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: auto;
}
.review-count li.count a {
  color: #0079ff;
}
.review-count li.count a:visited {
  color: #0079ff;
}
.review-count li.count a:hover {
  text-decoration: none !important;
  color: #106aa7;
}
.review-count li.count i {
  color: #0079ff;
  font-size: 34px;
}
.review-count li.count i:hover {
  color: #106aa7;
}

.charger {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}
.charger li {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.5;
  margin-right: 14px;
  width: 160px;
}
.charger li:last-child {
  margin-right: 0;
}
.charger li i {
  color: #000;
  font-size: 44px;
  float: left;
  margin-right: 5px;
}
.charger li span {
  font-size: 13px;
  font-size: 1.3rem;
  white-space: nowrap;
  display: block;
  text-align: right;
}

/* TAB */
.tab-menu {
  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 li {
  margin: 0 5px -1px;
  white-space: nowrap;
}
.tab-menu li span {
  display: block;
  padding: 0 20px;
  border: 1px solid #999999;
  border-bottom: 1px solid #fff;
  background: #fff;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.tab-menu li a {
  display: block;
  padding: 0 20px;
  height: 44px;
  color: #1b7dfc;
  background: #e1e1e1;
  border: 1px solid #e1e1e1;
  -moz-border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
}
.tab-menu li a:hover {
  border-top: 1px solid #1b7dfc;
  border-right: 1px solid #1b7dfc;
  border-bottom: 1px solid #fffdf3;
  border-left: 1px solid #1b7dfc;
  background: #fffdf3;
  text-decoration: none !important;
}

/* .tit-spot 
---------------------*/
.spot-details,
.spot-maps,
.spot-review {
  width: 100%;
}
.spot-details .tit-spot,
.spot-maps .tit-spot,
.spot-review .tit-spot {
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  color: #498ebc;
  padding: 14px 12px;
  line-height: 1.3;
}
.spot-details .tit-spot span,
.spot-maps .tit-spot span,
.spot-review .tit-spot span {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  display: block;
}
.spot-details .tit-spot b,
.spot-maps .tit-spot b,
.spot-review .tit-spot b {
  display: none;
}

/* スポット・レビューコンテンツ
---------------------*/
.spot-body,
.review-body {
  padding-top: 16px;
  border-top: 1px solid #999999;
}

/* 詳細
---------------------*/
.spot-details-dl {
  border-top: 1px solid #e1e1e1;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  width: 100%;
  line-height: 1.5;
}
.spot-details-dl dt {
  width: 80px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.6em 0 0.6em 12px;
}
.spot-details-dl dd {
  width: -webkit-calc(100% - 80px);
  width: calc(100% - 80px);
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0.6em 12px 0.6em 0;
}
.spot-details-dl dd b {
  display: inline-block;
  width: 4em;
}
.spot-details-dl .chargezou {
  margin-bottom: 20px;
}
.spot-details-dl .chargezou img {
  margin-right: 20px;
}
.spot-details-dl .chargezou-outer {
  display: flex;
}
.spot-details-dl .chargezou-outer img {
  height: auto;
  width: 70px;
}
.spot-details-dl .areainfo a {
  display: inline-block;
  text-align: center;
  margin-right: 10%;
  font-size: 13px;
  font-size: 1.3rem;
  padding: 5px 0;
  color: #0079ff;
}
.spot-details-dl .areainfo a:visited {
  color: #0079ff;
}
.spot-details-dl .areainfo a:hover {
  text-decoration: none;
  color: #106aa7;
}
.spot-details-dl .areainfo a i {
  display: block;
  font-size: 42px;
}
.spot-details-dl .tel {
  font-size: 22px;
}
.spot-details-dl .address {
  font-size: 22px;
}

/* 地図
---------------------*/
.spot-maps {
  padding: 0 0 14px;
}
#map-container {
  /*   width: 100%; */
  position: relative;
  /*   padding-top: 56.25%; */
  height: 496px;
  width: 882px;
  overflow: hidden;
  min-height: 380px;
}
#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 1;
  overflow: hidden;
}

/* 詳細ページアイコン
---------------------*/
.markerIcon {
  width: auto;
  height: auto;
  position: absolute;
  opacity: 1;
  z-index: 3;
  cursor: pointer;
}
.markername {
  display: none;
  width: auto;
  height: 39px;
  position: absolute;
  opacity: 1;
  z-index: 4;
  background-color: #ffffff;
  border: solid #e4e4e4 1px;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  padding: 10px 20px;
}
.markername:before {
  content: '';
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  z-index: 4;
  border: 15px solid transparent;
  border-top: 15px solid #ffffff;
}
.markername a {
  white-space: nowrap;
  font: 400 11px Roboto, Arial, sans-serif;
  color: #0079ff;
  font-size: 13px;
  font-size: 1.3rem;
  cursor: pointer;
}

/* 口コミリスト
---------------------*/
.spot-review {
  border-top: 3px solid #468cbd;
}
.spot-review .tit-spot {
  border-bottom: 1px solid #b2b2b2;
}
.spot-review .review-list {
  border-bottom: 1px solid #b2b2b2;
  padding: 14px 12px;
}
.spot-review .review-list .meta {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  list-style: none;
}
.spot-review .review-list .day {
  font-size: 14px;
  font-size: 1.4rem;
}
.spot-review .review-list .username {
  font-size: 13px;
  font-size: 1.3rem;
}
.spot-review .review-list .username::before {
  content: '\e604';
  font-family: 'icomoon';
  color: #999999;
  font-size: 19px;
  margin-right: 3px;
}
.spot-review .review-list .review-in {
  margin-top: 14px;
}
.spot-review .review-list .comment p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.667;
  text-align: left;
  margin-bottom: 14px;
}
.spot-review .review-list .comment p:last-child {
  margin-bottom: 0;
}
.spot-review .review-list .pic {
  margin: 14px auto 0;
}
.spot-review .more-link {
  text-align: right;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 20px 12px;
  display: block;
  font-weight: bold;
  line-height: 1;
  color: #0079ff;
}
.spot-review .more-link:visited {
  color: #0079ff;
}
.spot-review .more-link:hover {
  color: #106aa7;
}
.spot-review .more-link::after {
  margin-left: 18px;
}
.loading-comments .loading {
  font-size: 20px;
  height: 170px;
  padding-top: 50px;
}
.loading-comments .loading img {
  width: 60px;
  height: 50px;
  padding-left: 5px;
}

/* 口コミ投稿ボタン */
.post-comment {
  background: #eef;
  clear: both;
  margin-top: 2px;
  padding-top: 22px;
  padding-bottom: 12px;
  display: none;
  cursor: pointer;
}
.post-comment p {
  font-size: 18px;
  font-size: 1.8rem;
  margin-bottom: 1em;
}

.btn-post-comment {
  width: 404px;
  height: 72px;
  padding: 0 20px;
  line-height: 63px;
  position: relative;
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  margin: auto;
}
.btn-post-comment::after {
  content: none;
}
@media screen and (max-width: 960px) {
  .post-comment p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1em;
  }
}
@media screen and (max-width: 600px) {
  .post-comment {
    padding: 20px 12px;
  }
  .post-comment p {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-bottom: 0.5em;
  }
  .btn-post-comment {
    width: 100%;
    height: 63px;
    padding: 0 20px;
    line-height: 63px;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.btn-post-comment:hover {
  border: 2px solid #106aa7;
  color: #106aa7;
  text-decoration: none;
  background: #fffdf3;
}

/* 修正依頼ボタン */
.bottom-btn-block {
  background: #efefef;
  padding: 20px 12px;
  clear: both;
}
.bottom-btn-block p {
  font-size: 15px;
  font-size: 1.5rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
}

.btn-spotrequest {
  width: 100%;
  height: 63px;
  padding: 0 20px;
  line-height: 63px;
  position: relative;
  font-weight: bold;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
.btn-spotrequest::after {
  position: absolute;
  right: 16px;
}
.btn-spotrequest:hover {
  border: 2px solid #106aa7;
  color: #106aa7;
  text-decoration: none;
  background: #fffdf3;
}
.btn-spotrequest:hover::after {
  color: #106aa7;
}

/*----------------------------------------
02-01：口コミ
----------------------------------------*/
.review-body .spot-review {
  border-top: none;
}
.review-body .spot-review .tit-spot {
  border-bottom: 3px solid #468cbd;
}
.review-body .spot-details {
  border-top: 3px solid #468cbd;
  padding-top: 16px;
}
.review-body .spot-details .charger {
  border-top: none;
  padding: 0;
}
.review-body .spot-details .charger li {
  margin-right: 6%;
}

/* 並び替え　*/
.sort-set {
  border-bottom: 3px solid #e1e1e1;
  padding-bottom: 12px;
}

.sort-li {
  clear: both;
  text-align: left;
  padding-top: 12px;
}
.sort-li b {
  display: inline-block;
  color: #666666;
  font-size: 14px;
  font-size: 1.4rem;
  width: 68px;
  float: left;
  font-weight: bold;
  padding-left: 12px;
}

.select li {
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
}
.select li::before {
  content: '｜';
  padding: 0 10px;
  color: #e1e1e1;
}
.select li.active {
  color: #2f2f32;
  font-weight: bold;
}

.pagerwrap {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  padding-top: 12px;
  margin-top: 12px;
  border-top: 1px solid #e1e1e1;
}
.pagerwrap .number {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  color: #2f2f32;
  padding-left: 12px;
  font-weight: bold;
}
.pagerwrap .pager {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
}
.pagerwrap .pager::before {
  content: '｜';
  padding: 0 10px;
  color: #e1e1e1;
}
.pagerwrap .next {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-right: 12px;
}
.pagerwrap .next::after {
  content: '\e902';
  font-family: 'icomoon';
  color: #0079ff;
  margin-left: 18px;
}
.pagerwrap .next:hover {
  color: #106aa7;
  text-decoration: none !important;
}
.pagerwrap .next:hover::after {
  color: #106aa7;
}

/* ページ送り */
.spot-review-bottom {
  border-top: 1px solid #e1e1e1;
  padding: 5px 0;
}

/*----------------------------------------
#side
----------------------------------------*/
#side .side-list {
  margin-bottom: 30px;
}
#side .bnr-link-block {
  padding: 0 12px;
  max-width: 600px;
  margin: 0 auto 30px;
}
#side .bnr-link-block a {
  display: block;
  text-decoration: none !important;
}
#side .bnr-link-block a .bnr {
  border: 1px solid #157dfb;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  padding: 0 26px;
  margin-bottom: 12px;
}
#side .bnr-link-block a .bnr img {
  width: 50%;
}
#side .bnr-link-block p {
  font-size: 14px;
  font-size: 1.4rem;
  text-align: left;
}
#side .bnr-link-block p:hover {
  text-decoration: underline !important;
}
#side .more-link {
  background: #efeff4;
  border: 1px solid #efeff4;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #515157;
  display: block;
  padding: 14px 12px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
  margin: 6px 12px 0;
}
#side .more-link::after {
  position: absolute;
  right: 10px;
}
#side .more-link:hover {
  background: #fffdf3;
  border: 1px solid #1b7dfc;
  text-decoration: none !important;
}

.side-tit,
.side-tit2 {
  font-size: 18px;
  font-size: 1.8rem;
  color: #468cbd;
  text-align: left;
  padding: 14px 12px;
  border-bottom: 2px solid #999999;
  position: relative;
}
.side-tit .powered,
.side-tit2 .powered {
  color: #666666;
  font-weight: normal;
  font-size: 13px;
  font-size: 1.3rem;
  position: absolute;
  right: 12px;
  bottom: 14px;
}

/* 周辺充電スポット */
.spot-around-list {
  border-bottom: 2px solid #999999;
}
.spot-around-list > a {
  display: block;
  position: relative;
  padding: 12px 12px 4px;
  color: #515157;
}
.spot-around-list > a:hover {
  text-decoration: none !important;
  background-color: #fffdf3;
}
.spot-around-list > a::after {
  position: absolute;
  content: url(../img/arrow_r.png);
  right: 5px;
  top: 50%;
  margin-top: -7px;
}
.spot-around-list > a .f_left {
  width: 70px;
  float: left;
}
.spot-around-list > a .f_right {
  padding-left: 85px;
  padding-right: 16px;
}
.spot-around-list > a .name {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  padding-bottom: 8px;
  line-height: 1.4;
  color: #0079ff;
}
.spot-around-list > a .icon {
  margin-bottom: 12px;
}
.spot-around-list > a .icon span {
  display: inline-block;
  border: 1px solid #e1e1e1;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  padding: 8px 16px;
  line-height: 1;
  font-size: 14px;
  font-size: 1.4rem;
  margin-top: 12px;
  color: #999999;
}
.spot-around-list > a .icon span.free {
  color: #999999;
  padding: 8px;
  margin-right: 1px;
}
.spot-around-list > a .icon span.toll {
  color: #ff4d4a;
  border: 1px solid #ff4d4a;
  padding: 8px;
}
.spot-around-list > a .charger {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  text-align: left;
}
.spot-around-list > a .charger li {
  margin-bottom: 20px;
}
.spot-around-list > a .charger li:last-child {
  margin-bottom: 0;
}
.spot-around-list > a .charger i {
  font-size: 38px;
}
.spot-around-list > a .chargezou img {
  width: 62px;
}

/* 周辺のカフェ・グルメ */
.cafegourmet-list {
  border-bottom: 1px solid #b2b2b2;
}
.cafegourmet-list > a {
  display: block;
  padding: 12px 12px 4px;
  color: #666666;
  position: relative;
}
.cafegourmet-list > a:hover {
  text-decoration: none !important;
  background-color: #fffdf3;
}
.cafegourmet-list > a::after {
  position: absolute;
  content: url(../img/arrow_r.png);
  right: 5px;
  top: 50%;
  margin-top: -7px;
}
.cafegourmet-list > a .f_left {
  width: 100px;
  float: left;
}
.cafegourmet-list > a .f_left li {
  margin-bottom: 6px;
}
.cafegourmet-list > a .area {
  border: 1px solid #ff4d4a;
  padding: 8px 10px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  font-size: 12px;
  font-size: 1.2rem;
}
.cafegourmet-list > a .area span {
  color: #ff4d4a;
  font-size: 18px;
  font-size: 1.8rem;
  margin-top: 2px;
}
.cafegourmet-list > a .pic {
  width: 100px;
  overflow: hidden;
}
.cafegourmet-list > a .pic img {
  max-width: 100%;
  margin-bottom: 5px;
}
.cafegourmet-list > a .pic i {
  display: block;
  width: 100px;
  font-size: 48px;
  color: #ff4d4a;
  margin-top: 26px;
}
.cafegourmet-list > a .f_right {
  display: block;
  padding-left: 110px;
  padding-right: 16px;
  text-align: left;
  line-height: 1.4;
}
.cafegourmet-list > a .f_right div {
  margin-bottom: 5px;
}
.cafegourmet-list > a div.name {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: left;
  color: #2f2f32 !important;
  font-weight: bold;
  margin-bottom: 7px;
}
.cafegourmet-list > a .cat {
  font-size: 13px;
  font-size: 1.3rem;
}
.cafegourmet-list > a .tel {
  font-size: 20px;
  font-size: 2rem;
  color: #0079ff !important;
}
.cafegourmet-list > a .deta {
  font-size: 14px;
  font-size: 1.4rem;
}
.availability {
  margin-bottom: 10px;
  padding: 10px 12px;
  display: none;
}
.availability-btns {
  padding-bottom: 35px;
}
.available-btn {
  float: left;
  margin-left: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: solid #0079ff 1px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  color: #fff;
  background: #0079ff;
  width: 130px;
  cursor: pointer;
}
.not-available-btn {
  float: left;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 20px;
  padding-right: 20px;
  border: solid red 1px;
  border-radius: 2px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  font-size: 13px;
  font-size: 1.3rem;
  color: red;
  background: #fff;
  width: 130px;
  cursor: pointer;
}
.favorite {
  margin-left: auto !important;
  display: none;
}
.favorite img {
  cursor: pointer;
  height: 40px;
  width: auto;
}
.favorite span {
  text-align: center;
  display: block;
}
.reviews-message {
  text-align: center;
  font-size: 18px;
  font-size: 1.8rem;
  padding-top: 20px;
  padding-bottom: 20px;
  display: none;
}
.availability-message {
  display: none;
  margin-top: auto;
  margin-bottom: auto;
  text-align: left !important;
}
@media screen and (max-width: 600px) {
  .availability-message {
    max-width: 200px;
  }
  .spot-maps {
    border-top: 3px solid #468cbd;
  }
}

/* 投稿画像 */
.spot-review .review-list .pic img:hover {
  border: solid #106aa7 1px;
  padding: 5px;
  border-radius: 5px;
}
.right-block img:hover {
  border: solid #106aa7 1px;
  padding: 5px;
  border-radius: 5px;
}

@media screen and (min-width: 600px) {
  /*-------------------------------------- 
  600px以下
  -------------------------------------- */
  .spot-page #main {
    padding-bottom: 30px;
  }

  /* ページヘッダー　*/
  .main-top {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    margin: 24px auto 0;
    padding-bottom: 24px;
  }
  .main-top .page-header {
    padding: 0;
  }
  .main-top .site-title {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    text-align: left;
  }
  .main-top .page-description {
    display: block;
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.4;
    text-align: left;
    padding-bottom: 12px;
  }
  .main-top .left-block {
    flex: 2;
    padding-left: 12px;
  }
  .main-top .right-block {
    display: block;
    flex: 1;
    padding-right: 12px;
    text-align: right;
    margin-left: 24px;
  }
  .main-top .right-block p {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .main-top .right-block time {
    font-size: 14px;
    font-size: 1.4rem;
    display: block;
    margin: 5px 0;
  }
  .main-top .page-title {
    font-size: 32px;
    font-size: 3.2rem;
  }

  /* アイコン */
  .review-count,
  .charger {
    padding: 12px;
  }

  .review-count li {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 16px;
  }
  .review-count li:first-child {
    margin-left: 0;
  }
  .review-count li i {
    font-size: 38px;
  }
  .review-count li.count {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: auto;
  }
  .review-count li.count i {
    font-size: 36px;
  }

  .charger li {
    font-size: 15px;
    font-size: 1.5rem;
    width: 260px;
    text-align: left;
  }
  .charger li i {
    font-size: 44px;
  }
  .charger li span {
    font-size: 18px;
    font-size: 1.8rem;
  }

  /* TAB */
  .tab-menu {
    height: 52px;
    line-height: 52px;
    font-size: 18px;
    font-size: 1.8rem;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  .tab-menu li {
    margin: 0 5px -1px;
    width: 250px;
  }
  .tab-menu li:first-child {
    margin-left: 16px;
  }
  .tab-menu li a {
    height: 52px;
  }

  /* .tit-spot 
  ---------------------*/
  .spot-details,
  .spot-maps,
  .spot-review {
    width: 100%;
    padding: 0 12px;
  }
  .spot-details .tit-spot,
  .spot-maps .tit-spot,
  .spot-review .tit-spot {
    display: block;
    padding: 1.3em 0;
  }
  .spot-details .tit-spot span,
  .spot-maps .tit-spot span,
  .spot-review .tit-spot span {
    display: inline-block;
  }
  .spot-details .tit-spot b,
  .spot-maps .tit-spot b,
  .spot-review .tit-spot b {
    display: inline-block;
  }

  /* 詳細
  ---------------------*/
  .spot-details-dl dt {
    width: 130px;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 1em 0;
  }
  .spot-details-dl dd {
    width: -webkit-calc(100% - 130px);
    width: calc(100% - 130px);
    font-size: 18px;
    font-size: 1.8rem;
    padding: 1em 0;
  }
  .spot-details-dl .open-close span {
    display: block;
  }
  .spot-details-dl .chargezou {
    margin-bottom: 20px;
  }
  .spot-details-dl .chargezou img {
    margin-right: 20px;
  }
  .spot-details-dl .chargezou-outer {
    display: flex;
  }
  .spot-details-dl .chargezou-outer img {
    height: auto;
    width: 70px;
  }
  .spot-details-dl .areainfo a {
    margin-right: 2em;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 5px 0;
  }
  .spot-details-dl .areainfo a i {
    font-size: 44px;
    margin-bottom: 10px;
  }

  /* 地図
  ---------------------*/
  .spot-maps {
    border-top: 3px solid #468cbd;
  }

  #map-container {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-bottom: 20px;
  }

  #map {
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }

  /* 口コミリスト
  ---------------------*/
  .spot-review .review-list {
    padding: 24px 0;
  }
  .spot-review .review-list .day {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .spot-review .review-list .username {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .spot-review .review-list .review-in {
    margin-top: 1.5em;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .spot-review .review-list .comment {
    flex: 3;
  }
  .spot-review .review-list .comment p {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .spot-review .review-list .pic {
    flex: 1;
    margin-left: 24px;
    margin-top: 2px;
  }
  .spot-review .more-link {
    text-align: right;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 14px 0;
    display: block;
  }

  /* 修正依頼ボタン */
  .bottom-btn-block {
    padding: 24px 12px 28px;
  }
  .bottom-btn-block p {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 1em;
  }

  .btn-spotrequest {
    width: 404px;
    height: 72px;
    padding: 0 24px;
    line-height: 72px;
    font-size: 18px;
    font-size: 1.8rem;
    margin: auto;
  }
  .btn-spotrequest::after {
    position: absolute;
    right: 16px;
  }

  /*----------------------------------------
  02-01：口コミ
  ----------------------------------------*/
  /* 並び替え　*/
  .sort-li b {
    font-size: 15px;
    font-size: 1.5rem;
    width: 85px;
  }

  .select li {
    font-size: 18px;
    font-size: 1.8rem;
  }

  .pagerwrap .number {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .pagerwrap .pager {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .pagerwrap .pager::before {
    padding: 0 14px;
  }
  .pagerwrap .next {
    font-size: 18px;
    font-size: 1.8rem;
  }

  /*-------------------------------------- 
  600px:#side
  -------------------------------------- */
  #side {
    padding: 0 12px;
  }
  #side .side-list {
    margin-bottom: 30px;
  }
  #side .bnr-link-block {
    padding: 0;
  }
  #side .bnr-link-block a {
    padding: 0 12px;
  }
  #side .bnr-link-block a .bnr {
    margin-bottom: 12px;
  }
  #side .bnr-link-block a .bnr img {
    width: auto;
  }
  #side .bnr-link-block p {
    font-size: 16px;
    font-size: 1.6rem;
  }
  #side .review-count {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  #side .more-link {
    margin: 6px 0 0;
  }

  .side-tit {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 14px 0;
  }

  .side-tit2 {
    font-size: 20px;
    font-size: 2rem;
    padding: 14px 0;
  }

  /* 周辺充電スポット */
  .spot-around-list > a {
    padding: 16px 0 4px;
  }
  .spot-around-list > a .name {
    font-size: 18px;
    font-size: 1.8rem;
  }
  .spot-around-list > a .charger li {
    margin-right: 6%;
    margin-bottom: 0;
  }
  .spot-around-list > a .charger li:last-child {
    margin-right: 0;
  }

  /* 周辺のカフェ・グルメ */
  .cafegourmet-list > a {
    padding: 16px 0 4px;
  }
}
@media screen and (min-width: 960px) {
  /*-------------------------------------- 
  960px以下
  -------------------------------------- */
  /* スポット・レビューコンテンツ
  ---------------------*/
  .spot-body,
  .review-body {
    padding-top: 24px;
  }

  .spot-page {
    width: 100%;
    margin: auto;
  }

  /* ページヘッダー　*/
  .main-top {
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .main-top .site-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
  .main-top .page-title {
    font-size: 36px;
    font-size: 3.6rem;
    padding: 36px 0;
  }
  .main-top .page-description {
    font-size: 16px;
    font-size: 1.6rem;
    padding-bottom: 30px;
  }
  .main-top .left-block {
    flex: none;
    width: -webkit-calc(100% - 378px);
    width: calc(100% - 378px);
    max-width: 882px;
  }
  .main-top .right-block {
    flex: none;
    width: 320px;
    margin-left: 58px;
  }
  .main-top .right-block p {
    font-size: 14px;
    font-size: 1.4rem;
    margin-bottom: 15px;
  }
  .main-top .right-block time {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    margin: 0;
  }

  /* .tit-spot 
  ---------------------*/
  .spot-details,
  .spot-maps,
  .spot-review {
    padding: 0;
  }

  /* 口コミリスト
  ---------------------*/
  .spot-review .review-list {
    padding: 24px 14px;
  }
  .spot-review .more-link {
    font-size: 20px;
    font-size: 2rem;
    padding: 14px 0;
  }

  /* 修正依頼ボタン */
  .bottom-btn-block {
    padding: 42px 12px;
  }
  .bottom-btn-block p {
    font-size: 18px;
    font-size: 1.8rem;
    margin-bottom: 1em;
  }

  /* 地図
  ---------------------*/
  /* レイアウト
  ---------------------*/
  .two-column {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    padding: 0 12px;
    margin: auto;
  }
  .two-column #main {
    width: -webkit-calc(100% - 378px);
    width: calc(100% - 378px);
    max-width: 882px;
  }
  .two-column #side {
    width: 320px;
    margin-left: 58px;
  }

  /* #side
  ---------------------*/
  #side {
    padding: 0;
  }
  #side .bnr-link-block {
    margin: 0 auto 30px;
  }
  #side .bnr-link-block a {
    padding: 0;
  }
  #side .bnr-link-block a .bnr {
    margin-bottom: 12px;
  }
  #side .bnr-link-block a .bnr img {
    width: 50%;
  }

  .side-tit,
  .side-tit2 {
    padding: 14px 0 12px;
  }
  .side-tit .powered,
  .side-tit2 .powered {
    bottom: 12px;
  }

  /* 周辺充電スポット */
  .spot-around-list > a .review-count li {
    font-size: 12px;
    font-size: 1.2rem;
  }
  .spot-around-list > a .review-count li i {
    font-size: 30px;
  }
  .spot-around-list > a .charger li {
    margin-right: 0;
    margin-bottom: 20px;
    font-size: 11px;
    font-size: 1.1rem;
    width: 160px;
  }
  .spot-around-list > a .charger li:last-child {
    margin-right: 0;
  }
  .spot-around-list > a .charger li i {
    font-size: 38px;
  }
  .spot-around-list > a .charger li span {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 1260px) {
  /*-------------------------------------- 
  1260px以下
  -------------------------------------- */
  /* .tit-spot 
  ---------------------*/
  .spot-details,
  .spot-maps,
  .spot-review {
    padding: 0;
  }

  .main-top {
    max-width: 1260px;
  }
  .main-top .left-block {
    padding-left: 0;
  }
  .main-top .right-block {
    padding-right: 0;
  }

  .two-column {
    max-width: 1260px;
    padding: 0;
  }
}

/* what3words */
.ThreeWordAddress_logo__RprCF {
  flex-shrink: 0;
  color: #e11f26;
  margin-bottom: 1%;
  min-width: 20px;
  text-align: center;
  margin-right: 1px
}

/* 上下中央 */
.vertical-center {
  display: flex;
  align-items: center;
  height: 100%;
}

/* tooltip */
.tooltip-wrapper {
  position: relative;
  display: inline-block;
  cursor: pointer;
}
.tooltip-text {
  position: absolute;
  top: 120%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #578AAF;
  color: #fff;
  padding: 6px 10px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.2s ease-in-out;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
}
.tooltip-text::after {
  content: "";
  position: absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-50%);
  border-width: 6px;
  border-style: solid;
  border-color: transparent transparent #578AAF transparent;
  margin-left: -3px;
}
.tooltip-text-left {
  left: 27%;
  transform: translateX(-27%);
}
.tooltip-text-left::after {
  left: 27%;
  transform: translateX(-27%);
}
.tooltip-text-right {
  left: 77%;
  transform: translateX(-77%);
}
.tooltip-text-right::after {
  left: 77%;
  transform: translateX(-77%);
}
.tooltip-wrapper:hover .tooltip-text:not(.copy-tooltip) {
  visibility: visible;
  opacity: 1;
}
.vertical-center .tooltip-wrapper {
  margin-left: 6px; /* 微妙なズレ修正 */
}
