@charset "UTF-8";
/*----------------------------------------
01-00：都道府県
01-01：市区町村別
01-02：政令指定都市
01-03：行政区
共通
----------------------------------------*/
.prefecture-page ul,
.prefecture-page li {
  list-style: none;
}
.prefecture-page #main {
  padding-bottom: 40px;
  width: 100%;
}

.review-count li {
  font-size: 12px;
  font-size: 1.2rem;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 10px 0 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;
  float: right;
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: auto;
  padding-left: 20px;
}
.review-count li.count a {
  display: block;
  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 a:hover i {
  color: #106aa7;
}
.review-count li.count i {
  color: #0079ff;
  font-size: 34px;
}

.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;
}

/*--------------------------------------
600px以下
-------------------------------------- */
/* ページヘッダー　*/
.main-top .site-title,
.main-top .right-block {
  display: none;
}
.main-top .page-title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: normal;
  padding: 12px;
  text-align: left;
  color: #fff;
  background-color: #259de0;
  line-height: 1.2;
}
.main-top .page-title span {
  font-size: 14px;
  font-size: 1.4rem;
  margin-left: 8px;
}

.pickup {
  padding: 15px 0 20px;
}
.pickup .pickup-tit {
  font-size: 12px;
  font-size: 1.2rem;
  display: block;
  color: #fc4f4f;
}
.pickup .pickup-list {
  display: block;
  padding-top: 3px;
}
.pickup .pickup-list li {
  display: inline-block;
  vertical-align: middle;
  margin: 15px 2px 0 4px;
}
.pickup .pickup-list a {
  font-size: 16px;
  font-size: 1.6rem;
  color: #157dfb;
}

.prefecture-index {
  margin-bottom: 13px;
}
.prefecture-index li {
  border-bottom: #9d9d9d solid 1px;
}
.prefecture-index li:first-child {
  border-top: #9d9d9d solid 1px;
}
.prefecture-index li:first-child a:after {
  content: '\e902';
  font-family: 'icomoon';
  color: #9d9d9d;
  position: absolute;
  right: 14px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.prefecture-index li:last-child a:after {
  content: '';
}
.prefecture-index a {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  display: block;
  padding: 20px 12px;
  position: relative;
  color: #2f2f32;
  text-align: left;
}
.prefecture-index a span {
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: normal;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 14px;
  color: #157dfb;
}
.prefecture-index a span img {
  margin-left: 7px;
  vertical-align: middle;
}
.prefecture-index.prefecture-index02 {
  margin: 10px 0 5px;
}

.map-parts-block {
  display: none;
}

#map-container {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}

#map {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}

/*条件検索*/
.conditional-search {
  padding: 0;
  margin: 5px 0 18px;
}
.conditional-search .search-tit {
  font-size: 16px;
  font-size: 1.6rem;
  color: #157dfb;
  padding: 15px 12px;
  position: relative;
  text-align: left;
}
.conditional-search .search-tit:hover {
  cursor: pointer;
}
.conditional-search .search-tit:after {
  content: '\e902';
  font-family: 'icomoon';
  color: #157dfb;
  position: absolute;
  right: 14px;
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
}
.conditional-search .search-tit.open:after {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  right: 12px;
  top: 50%;
  background-color: #157dfb;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}
.conditional-search .search-tit.open:before {
  content: '';
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  right: 12px;
  top: 50%;
  background-color: #157dfb;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}
.conditional-search .hide-box {
  display: none;
  padding-bottom: 20px;
}

.search-option {
  border-top: #d9d9d9 solid 3px;
  border-bottom: #e1e1e1 solid 1px;
  padding: 5px 0;
}
.search-option dl {
  position: relative;
  padding: 0 0 0 80px;
}
.search-option dl dt {
  font-size: 14px;
  font-size: 1.4rem;
  position: absolute;
  left: 12px;
  top: 50%;
  font-weight: bold;
  color: #666;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search-option dl dd span,
.search-option dl dd a {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  float: left;
  padding: 5px 10px;
  position: relative;
}
.search-option dl dd span:after,
.search-option dl dd a:after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: #e1e1e1;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.search-option dl dd span {
  font-weight: bold;
}

/*都道府県スポット*/
.prefecture-spot {
  text-align: left;
}
.prefecture-spot .spot-number {
  padding: 15px 12px;
}
.prefecture-spot .spot-number strong {
  font-size: 18px;
  font-size: 1.8rem;
  color: #2f2f32;
  display: block;
  float: left;
  padding-right: 10px;
  margin-right: 10px;
  position: relative;
}
.prefecture-spot .spot-number strong:after {
  content: '';
  display: block;
  width: 1px;
  height: 16px;
  background-color: #e1e1e1;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
}
.prefecture-spot .spot-number span {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 18px;
}
.prefecture-spot .spot-number a {
  display: none;
}
.prefecture-spot .spot-box {
  border-top: #468cbd solid 2px;
}
.prefecture-spot .spot-box .box-head {
  position: relative;
  padding: 0 0 12px 12px;
}
.prefecture-spot .spot-box .spot-box-tit {
  font-weight: normal;
  position: relative;
  border-bottom: #e1e1e1 solid 1px;
  float: right;
  width: 75%;
}
.prefecture-spot .spot-box .spot-box-tit a {
  padding: 12px 12px 8px 0;
  display: block;
  color: #0079ff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.4;
  position: relative;
}
.prefecture-spot .spot-box .spot-box-tit .icon-new {
  position: absolute;
  left: 0;
  top: 12px;
}
.prefecture-spot .spot-box .spot-box-tit .icon-new + a {
  padding-top: 46px;
}
.prefecture-spot .spot-box .icons {
  padding-top: 12px;
  width: 20%;
  float: left;
  text-align: center;
}
.prefecture-spot .spot-box .icons .icon img {
  margin-bottom: 8px;
}
.prefecture-spot .spot-box .icons .icon span {
  font-size: 15px;
  font-size: 1.5rem;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  display: inline-block;
  text-align: center;
  padding: 8px 0;
  width: 100%;
  max-width: 62px;
  border: solid 1px;
}
.prefecture-spot .spot-box .icons .icon .toll {
  color: #ff4d4a;
  border-color: #ff4d4a;
}
.prefecture-spot .spot-box .icons .icon .free {
  color: #999;
  border-color: #e1e1e1;
}
.prefecture-spot .spot-box .icons .icon.both span {
  margin: 0 1px;
  width: 47%;
  max-width: 30px;
}
.prefecture-spot .spot-box .icons .chargezou {
  margin-top: 12px;
}
.prefecture-spot .spot-box .icons .empIcon img {
  padding-top: 10px;
}
.prefecture-spot .spot-box .review-count {
  float: right;
  width: 75%;
  padding: 0 12px 10px 0;
}
.prefecture-spot .spot-box .review-count .count img {
  display: none;
}
.prefecture-spot .spot-box .charger {
  padding: 12px;
  border-top: #e1e1e1 solid 1px;
}
.prefecture-spot .spot-box .hour {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 12px;
  border-top: #e1e1e1 solid 1px;
}
.prefecture-spot .spot-box .hour em {
  margin-right: 5px;
  font-weight: bold;
}
.prefecture-spot .spot-box .address {
  padding: 12px 12px 4px;
  border-top: #e1e1e1 solid 1px;
}
.prefecture-spot .spot-box .address .add {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 7px;
}
.prefecture-spot .spot-box .address .tel {
  font-size: 20px;
  font-size: 2rem;
  display: inline-block;
}
.prefecture-spot .spot-box .address .tel a {
  display: inline-block;
  padding: 8px 5px;
  font-weight: bold;
}
.prefecture-spot .spot-box .review-list {
  padding: 5px 12px 12px 25px;
}
.prefecture-spot .spot-box .review-list li {
  font-size: 14px;
  font-size: 1.4rem;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  line-height: 1.8;
  position: relative;
  padding: 15px;
  background-color: #efefef;
  margin-bottom: 5px;
}
.prefecture-spot .spot-box .review-list li:after {
  content: '';
  display: block;
  position: absolute;
  top: 20px;
  right: 100%;
  border-style: solid;
  border-width: 8px 13px 8px 0;
  border-color: transparent #efefef;
}
.prefecture-spot .spot-box.no-review .review-count li.count {
  color: #999999;
}
.prefecture-spot .spot-box.no-review .review-count li.count i {
  color: #999999;
}

.popular-spot {
  margin-bottom: 50px;
}
.popular-spot .tit02 {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: normal;
  padding: 10px 12px;
  background-color: #e1e1e1;
}
.popular-spot .tit02 + .spot-box {
  border-top: none;
}

.new-spot .tit03 {
  font-size: 16px;
  font-size: 1.6rem;
  padding: 12px;
  color: #fff;
  letter-spacing: 4px;
  background-color: #498ebc;
}
.new-spot .tit03 + .spot-box {
  border-top: none;
}

.search-spot {
  margin-bottom: 50px;
}
.search-spot .tit04 {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: bold;
  padding: 10px 12px;
}

.pager-block {
  border-top: #468cbd solid 2px;
  padding: 10px 0 30px;
}

/* サイド */
#side {
  /* 市区町村 */
}
#side .spot-municipality-navi {
  text-align: left;
}
#side .spot-municipality-navi .tit-spot {
  background: #515157;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
  padding: 0.5em 12px;
}
#side .spot-municipality-navi li {
  font-size: 16px;
  font-size: 1.6rem;
  list-style-type: none;
}
#side .spot-municipality-navi li .count {
  font-size: 12px;
  font-weight: normal;
}
#side .spot-municipality-navi li {
  border-bottom: 1px solid #9d9d9d;
  font-weight: bold;
}
#side .spot-municipality-navi li a {
  display: block;
  position: relative;
  padding: 15px 36px 15px 12px;
  color: #0079ff;
}
#side .spot-municipality-navi li a:hover {
  text-decoration: none;
  background: #ffffcc;
}
#side .spot-municipality-navi li a::after {
  content: '\e902';
  font-family: 'icomoon';
  color: #9d9d9d;
  position: absolute;
  right: 12px;
  font-weight: normal !important;
}
#side .spot-municipality-navi .sub-list-spot {
  border-top: 1px solid #e1e1e1;
}
#side .spot-municipality-navi .sub-list-spot li {
  border-bottom: 1px solid #e1e1e1;
  font-weight: normal !important;
  padding-left: 12px;
}
#side .spot-municipality-navi .first-block {
  border-bottom: 1px solid #9d9d9d;
}
#side .spot-municipality-navi .first-block .name-1 a {
  font-size: 16px;
  font-size: 1.6rem;
  display: block;
  position: relative;
  padding: 15px 36px 15px 12px;
  font-weight: bold;
  color: #0079ff;
}
#side .spot-municipality-navi .first-block .name-1 a::after {
  content: '\e902';
  font-family: 'icomoon';
  color: #9d9d9d;
  position: absolute;
  right: 12px;
  font-weight: normal !important;
}
#side .spot-municipality-navi .back-top {
  padding: 15px 12px;
  text-align: right;
}
#side .spot-municipality-navi .back-top a {
  font-size: 16px;
  font-size: 1.6rem;
  display: inline-block;
  padding-right: 27px;
  position: relative;
}
#side .spot-municipality-navi .back-top a:after {
  content: '\e902';
  font-family: 'icomoon';
  position: absolute;
  right: 5px;
  font-weight: normal !important;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
}
#side .recommend {
  padding: 20px 12px 15px;
  margin-bottom: 20px;
  background-color: #179ce2;
}
#side .recommend .recommend-tit {
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.2;
  color: #fff;
  margin-bottom: 20px;
  text-align: left;
}
#side .recommend .recommend-tit br {
  display: none;
}
#side .recommend .list-blog {
  margin: 0;
  padding: 0;
  width: 100%;
}
#side .recommend .list-blog li {
  width: 100%;
  margin-bottom: 20px;
}
#side .recommend .list-blog li:last-child {
  margin-bottom: 0;
}

@media screen and (min-width: 600px) {
  /*--------------------------------------
  960px以下
  -------------------------------------- */
  /* ページヘッダー　*/
  .main-top {
    margin: 0 auto;
    padding: 25px 12px 15px;
    text-align: left;
  }
  .main-top .site-title,
  .main-top .right-block {
    display: block;
  }
  .main-top .left-block {
    width: 34.6%;
    display: inline-block;
    vertical-align: middle;
    margin-right: -4px;
  }
  .main-top .page-header {
    padding: 0;
  }
  .main-top .site-title {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    margin-bottom: 15px;
  }
  .main-top .page-title {
    font-size: 32px;
    font-size: 3.2rem;
    font-weight: bold;
    padding: 0;
    color: #2f2f32;
    line-height: 1.2;
    background: none;
  }
  .main-top .page-title span {
    font-size: 32px;
    font-size: 3.2rem;
  }
  .main-top .right-block {
    display: inline-block;
    vertical-align: bottom;
    margin-left: 5.4%;
    width: 60%;
  }
  .main-top .right-block .page-description {
    font-size: 14px;
    font-size: 1.4rem;
    line-height: 1.5;
    max-width: 355px;
    float: right;
  }

  .charger {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
  .charger li {
    font-size: 15px;
    font-size: 1.5rem;
    line-height: 1.5;
    margin-right: 14px;
    width: 190px;
  }
  .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: 18px;
    font-size: 1.8rem;
    white-space: nowrap;
    display: block;
    text-align: right;
  }

  .pickup {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: #efefef solid 6px;
    padding: 15px 0;
    margin: 0 12px 20px;
  }
  .pickup .pickup-tit {
    font-size: 14px;
    font-size: 1.4rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px 0 8px;
    color: #fc4f4f;
  }
  .pickup .pickup-list {
    display: inline-block;
    vertical-align: middle;
  }
  .pickup .pickup-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 10px;
  }
  .pickup .pickup-list a {
    font-size: 16px;
    font-size: 1.6rem;
    color: #157dfb;
  }

  .prefecture-index {
    display: none;
  }

  .two-column #main {
    width: 100%;
    max-width: 100%;
    float: none;
  }
  .two-column #side {
    width: 100%;
    max-width: 100%;
    float: none;
  }

  /* マップ */
  .map-parts-block {
    padding: 0 12px;
    display: block;
    margin-bottom: 25px;
  }
  .map-parts-block .tit01 {
    font-size: 18px;
    font-size: 1.8rem;
    color: #468cbd;
    text-align: left;
    margin-bottom: 15px;
  }
  .map-parts-block.map-container-block {
    margin-bottom: 5px;
  }
  .map-parts-block.map-container-block .tit01 {
    padding-top: 20px;
    border-top: #e1e1e1 solid 4px;
  }
  .map-parts-block.map-container-block + .popular-spot {
    margin-top: 30px;
  }

  /*条件検索*/
  .conditional-search {
    margin: 0 12px 30px;
  }
  .conditional-search .search-tit {
    font-size: 20px;
    font-size: 2rem;
    padding: 20px;
  }
  .conditional-search .search-tit:after {
    right: 20px;
  }
  .conditional-search .search-tit.open:after {
    width: 30px;
    height: 3px;
    right: 20px;
  }
  .conditional-search .search-tit.open:before {
    width: 30px;
    height: 3px;
    right: 20px;
  }
  .conditional-search .hide-box {
    padding-bottom: 30px;
  }
  .conditional-search .search-in {
    padding: 0 20px 20px;
  }
  .conditional-search .search-in dd.vertical label {
    display: inline-block;
    vertical-align: top;
    width: 250px;
  }

  .search-option {
    border-top: #d9d9d9 solid 3px;
    border-bottom: #e1e1e1 solid 1px;
    margin-top: 0;
  }
  .search-option dl {
    padding: 0 0 0 85px;
    border-bottom: none;
  }
  .search-option dl dt {
    font-size: 15px;
    font-size: 1.5rem;
    left: 0;
  }
  .search-option dl dd span,
  .search-option dl dd a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 8px 20px;
  }
  .search-option dl dd span:after,
  .search-option dl dd a:after {
    height: 18px;
  }

  /*都道府県スポット*/
  .prefecture-spot {
    padding: 0 12px;
  }
  .prefecture-spot .spot-number {
    padding: 20px 0 15px;
  }
  .prefecture-spot .spot-number a {
    font-size: 18px;
    font-size: 1.8rem;
    font-weight: bold;
    display: block;
    float: right;
    padding-right: 23px;
    position: relative;
  }
  .prefecture-spot .spot-number a:after {
    content: '\e902';
    font-family: 'icomoon';
    color: #157dfb;
    position: absolute;
    right: 0;
    font-weight: normal !important;
  }
  .prefecture-spot .spot-number a:hover:after {
    color: #106aa7;
  }
  .prefecture-spot .spot-box {
    position: relative;
    padding: 0 30.5% 20px 14.5%;
  }
  .prefecture-spot .spot-box .box-head {
    position: static;
    padding: 0;
  }
  .prefecture-spot .spot-box .spot-box-tit {
    float: none;
    width: 100%;
  }
  .prefecture-spot .spot-box .spot-box-tit a {
    padding: 23px 0 15px 0;
    font-size: 20px;
    font-size: 2rem;
  }
  .prefecture-spot .spot-box .spot-box-tit .icon-new {
    font-size: 16px;
    font-size: 1.6rem;
    width: 60px;
    height: 32px;
    line-height: 30px;
    position: absolute;
    left: 0;
    top: 23px;
  }
  .prefecture-spot .spot-box .spot-box-tit .icon-new + a {
    padding: 23px 0 15px 75px;
  }
  .prefecture-spot .spot-box .icons {
    width: 12%;
    float: none;
    position: absolute;
    left: 0;
    top: 0;
    text-align: center;
  }
  .prefecture-spot .spot-box .icons .icon img {
    margin-bottom: 8px;
  }
  .prefecture-spot .spot-box .icons .icon span {
    font-size: 16px;
    font-size: 1.5rem;
    padding: 8px 0;
    max-width: 70px;
  }
  .prefecture-spot .spot-box .icons .icon.both span {
    margin: 0 1px;
    max-width: 33px;
  }
  .prefecture-spot .spot-box .icons .chargezou {
    margin-top: 12px;
  }
  .prefecture-spot .spot-box .icons .empIcon img {
    padding-top: 15px;
  }
  .prefecture-spot .spot-box .review-count {
    float: none;
    display: block;
    width: 100%;
    padding: 14px 0 10px;
  }
  .prefecture-spot .spot-box .review-count li {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: top;
    padding-top: 0;
  }
  .prefecture-spot .spot-box .review-count li i {
    font-size: 40px;
  }
  .prefecture-spot .spot-box .review-count .count {
    position: absolute;
    right: 0;
    top: 0;
    width: 28%;
    text-align: right;
  }
  .prefecture-spot .spot-box .review-count .count img {
    display: block;
  }
  .prefecture-spot .spot-box .review-count .count span {
    display: inline-block;
    text-align: center;
    margin-top: 23px;
  }
  .prefecture-spot .spot-box .charger {
    padding: 15px 0;
  }
  .prefecture-spot .spot-box .hour {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 15px 0;
  }
  .prefecture-spot .spot-box .address {
    padding: 15px 0;
  }
  .prefecture-spot .spot-box .address .add {
    font-size: 18;
    font-size: 1.8rem;
  }
  .prefecture-spot .spot-box .address .tel {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .prefecture-spot .spot-box .review-list {
    padding: 5px 12px 12px 25px;
  }
  .prefecture-spot .spot-box .review-list li {
    font-size: 17px;
    font-size: 1.7rem;
    width: 162%;
  }
  .prefecture-spot .spot-box.no-review {
    padding-right: 92px;
  }
  .prefecture-spot .spot-box.no-review .review-count .count span {
    margin-top: 15px;
  }

  .popular-spot {
    margin-bottom: 0;
  }
  .popular-spot .tit02 {
    font-size: 20px;
    font-size: 2rem;
    font-weight: bold;
    padding: 0 0 15px;
    background: none;
  }
  .popular-spot .tit02 + .spot-box {
    border-top: #468cbd solid 2px;
  }

  .new-spot .tit03 {
    -moz-border-radius: 5px 5px 0 0;
    -webkit-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
    font-size: 18px;
    font-size: 1.8rem;
    padding: 20px 30px;
    display: inline-block;
    letter-spacing: 5px;
    color: #fff;
    background-color: #498ebc;
  }
  .new-spot .tit03 + .spot-box {
    border-top: #468cbd solid 2px;
  }

  .search-spot {
    margin-bottom: 0;
  }
  .search-spot .tit04 {
    font-size: 24px;
    font-size: 2.4rem;
    font-weight: bold;
    padding: 0 0 15px;
    background: none;
    display: block;
  }
  .search-spot .tit04 + .spot-box {
    border-top: #468cbd solid 2px;
  }

  .pager-block {
    padding: 30px 0 50px;
    margin: 0 12px;
  }

  /* サイド */
  #side {
    /* 市区町村 */
  }
  #side .spot-municipality-navi {
    padding: 0 12px 40px;
    text-align: left;
  }
  #side .spot-municipality-navi .tit-spot {
    background: none;
    color: #468cbd;
    font-size: 20px;
    font-size: 2rem;
    padding: 1em 0;
    border-bottom: 1px solid #fff;
  }
  #side .spot-municipality-navi li {
    font-size: 18px;
    font-size: 1.8rem;
    list-style-type: none;
  }
  #side .spot-municipality-navi li .count {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #side .spot-municipality-navi li {
    border-bottom: none;
    font-weight: bold;
    display: block;
    width: auto;
  }
  #side .spot-municipality-navi li a {
    display: inline;
    position: static;
    border: none;
    padding: 0;
    color: #0079ff;
  }
  #side .spot-municipality-navi li a:hover {
    text-decoration: none;
    background: #ffffcc;
  }
  #side .spot-municipality-navi li a::after {
    display: none;
  }
  #side .spot-municipality-navi .list-spot {
    display: block;
  }
  #side .spot-municipality-navi .list-spot > li {
    margin-right: 1%;
    width: 31.5%;
    display: inline-block;
  }
  #side .spot-municipality-navi .list-spot > li a {
    border-left: 1px solid #fff;
    padding: 8px 12px;
    display: block;
    color: #0079ff;
  }
  #side .spot-municipality-navi .sub-list-spot {
    display: none;
  }
  #side .spot-municipality-navi .first-block {
    border-bottom: none;
    margin-bottom: 30px;
  }
  #side .spot-municipality-navi .first-block .name-1 a {
    font-size: 18px;
    font-size: 1.8rem;
    display: block;
    position: relative;
    padding: 15px 0;
    font-weight: bold;
    color: #0079ff;
  }
  #side .spot-municipality-navi .first-block .name-1 a::after {
    display: none;
  }
  #side .spot-municipality-navi .first-block .sub-list-spot {
    display: block;
    margin-left: 5em;
    border-top: none;
  }
  #side .spot-municipality-navi .first-block .sub-list-spot li {
    font-size: 18px;
    font-size: 1.8rem;
    display: inline-block;
    width: 31.5%;
    border: none;
    margin-right: 1%;
  }
  #side .spot-municipality-navi .first-block .sub-list-spot li a {
    display: block;
    padding: 8px 12px;
    border-left: 1px solid #fff;
  }
  #side .recommend {
    padding: 20px;
    margin: 0;
  }
  #side .recommend .recommend-tit {
    font-size: 20px;
    font-size: 2rem;
  }
  #side .recommend .list-blog li {
    width: 49%;
    float: left;
    margin: 0;
  }
  #side .recommend .list-blog li:nth-child(2n) {
    float: right;
  }
}
@media screen and (min-width: 960px) {
  /*--------------------------------------
  1260px以下
  -------------------------------------- */
  /* ページヘッダー　*/
  .main-top {
    max-width: 1260px;
    margin: 0 auto;
    padding: 25px 12px;
    text-align: left;
  }
  .main-top .page-header {
    padding: 0;
  }
  .main-top .site-title {
    font-size: 16px;
    font-size: 1.6rem;
    margin-bottom: 20px;
  }
  .main-top .page-title {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .main-top .page-title span {
    font-size: 36px;
    font-size: 3.6rem;
  }
  .main-top .right-block .page-description {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.8;
    max-width: 415px;
  }

  .prefecture-body {
    max-width: 1260px;
    margin: 0 auto;
    padding: 0 12px;
  }

  .pickup {
    -moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    border: #efefef solid 6px;
    padding: 15px 0;
    margin: 0 0 30px;
  }
  .pickup .pickup-tit {
    font-size: 16px;
    font-size: 1.6rem;
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 10px;
    color: #fc4f4f;
  }
  .pickup .pickup-list {
    display: inline-block;
    vertical-align: middle;
  }
  .pickup .pickup-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 6px 0 10px;
  }
  .pickup .pickup-list a {
    font-size: 18px;
    font-size: 1.8rem;
    color: #157dfb;
  }

  .two-column {
    padding: 0 0 40px;
    border-bottom: #468cbd solid 3px;
  }
  .two-column #main {
    width: 70%;
    max-width: 882px;
    float: right;
  }
  .two-column #side {
    width: 27%;
    max-width: 340px;
    float: left;
  }

  /*ページボディ*/
  .under-body .two-column {
    padding-top: 30px;
    border-top: #e1e1e1 solid 4px;
  }

  /* マップ */
  .map-parts-block {
    padding: 0;
    margin-bottom: 35px;
  }
  .map-parts-block .tit01 {
    font-size: 20px;
    font-size: 2rem;
    margin-bottom: 20px;
  }
  .map-parts-block.map-container-block .tit01 {
    padding-top: 0;
    border: none;
  }

  /*条件検索*/
  .conditional-search {
    margin: 0 0 30px;
  }
  .conditional-search .hide-box {
    padding-bottom: 20px;
  }
  .conditional-search .search-in {
    padding: 0 20px 20px;
    box-sizing: content-box;
    max-width: 640px;
    margin: 0 auto;
  }
  .conditional-search .search-in dl {
    position: relative;
    border-bottom: #d9d9d9 solid 1px;
    padding-left: 130px;
  }
  .conditional-search .search-in dl dt {
    position: absolute;
    left: 0;
    top: 0;
  }
  .conditional-search .search-in dl dd {
    border: none;
  }

  /*都道府県スポット*/
  .prefecture-spot {
    padding: 0;
  }
  .prefecture-spot .spot-box .spot-box-tit a {
    font-size: 22px;
    font-size: 2.2rem;
  }
  .prefecture-spot .spot-box .icons .icon span {
    font-size: 15px;
    font-size: 1.5rem;
    width: 100%;
    max-width: 104px;
  }
  .prefecture-spot .spot-box .icons .icon.both span {
    width: 47%;
    max-width: 50px;
    box-sizing: border-box;
  }
  .prefecture-spot .spot-box .hour {
    line-height: 1.4;
  }
  .prefecture-spot .spot-box .review-list {
    padding: 5px 12px 12px 12px;
  }
  .prefecture-spot .spot-box .review-list li {
    font-size: 17px;
    font-size: 1.7rem;
    width: 160%;
    box-sizing: border-box;
  }

  .popular-spot .tit02 {
    font-size: 24px;
    font-size: 2.4rem;
    padding: 0 0 20px;
  }

  .new-spot .tit03 {
    font-size: 20px;
    font-size: 2rem;
  }

  .pager-block {
    margin: 0;
  }

  /* サイド */
  #side {
    /* 市区町村 */
  }
  #side .spot-municipality-navi {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 25px 8px 20px;
    text-align: left;
  }
  #side .spot-municipality-navi .tit-spot {
    background: none;
    color: #468cbd;
    font-size: 20px;
    font-size: 2rem;
    padding: 0 12px;
    border: none;
    margin-bottom: 27px;
  }
  #side .spot-municipality-navi li {
    font-size: 18px;
    font-size: 1.8rem;
    list-style-type: none;
  }
  #side .spot-municipality-navi li .count {
    font-size: 14px;
    font-size: 1.4rem;
  }
  #side .spot-municipality-navi li {
    border-bottom: none;
    font-weight: bold;
    display: block;
    width: auto;
  }
  #side .spot-municipality-navi li a {
    display: block;
    position: static;
    border: none;
    padding: 8px 12px;
  }
  #side .spot-municipality-navi li a:hover {
    text-decoration: none;
    background: #ffffcc;
  }
  #side .spot-municipality-navi li a::after {
    display: none;
  }
  #side .spot-municipality-navi .list-spot {
    display: block;
    margin-top: 0;
  }
  #side .spot-municipality-navi .list-spot > li {
    padding-top: 2px;
    width: auto;
    display: block;
    margin-right: 0;
  }
  #side .spot-municipality-navi .list-spot > li.has-sub {
    padding-top: 14px;
  }
  #side .spot-municipality-navi .list-spot > li a {
    border: none;
  }
  #side .spot-municipality-navi .sub-list-spot {
    border-top: none;
    display: block;
    margin-top: 4px;
    margin: 4px 12px 0;
  }
  #side .spot-municipality-navi .sub-list-spot li {
    border-bottom: none;
    width: auto;
    display: block;
    padding: 0;
    margin: 0;
  }
  #side .spot-municipality-navi .sub-list-spot li a {
    border: none;
  }
  #side .spot-municipality-navi .first-block {
    border-bottom: none;
    margin-bottom: 0;
  }
  #side .spot-municipality-navi .first-block .name-1 a {
    font-size: 18px;
    font-size: 1.8rem;
    position: static;
    padding: 8px 12px;
    font-weight: bold;
  }
  #side .spot-municipality-navi .first-block .name-1 a::after {
    display: none;
  }
  #side .spot-municipality-navi .first-block .sub-list-spot {
    margin: 4px 12px 0;
  }
  #side .spot-municipality-navi .first-block .sub-list-spot li {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
  }
  #side .spot-municipality-navi .first-block .sub-list-spot li a {
    border: none;
  }
  #side .spot-municipality-navi .first-block + .tit-spot {
    margin: 30px 0 13px;
  }
  #side .recommend {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    padding: 20px;
    margin-top: 20px;
  }
  #side .recommend .recommend-tit {
    font-size: 20px;
    font-size: 2rem;
  }
  #side .recommend .recommend-tit br {
    display: inline;
  }
  #side .recommend .list-blog li {
    width: 100%;
    float: none;
    margin-bottom: 20px;
  }
  #side .recommend .list-blog li:nth-child(2n) {
    float: none;
  }
  #side .recommend .list-blog li:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 410px) {
  .prefecture-spot .spot-box .icons .icon span {
    font-size: 12px !important;
    font-size: 1.2rem !important;
  }
}
@media screen and (min-width: 1260px) {
  /*--------------------------------------
  1260px以上
  -------------------------------------- */
  .main-top {
    padding: 25px 0;
  }

  .prefecture-body {
    padding: 0;
  }
}

/*# sourceMappingURL=prefecture.css.map */
