/* CSS Document */
@charset "utf-8";

/* ------------------------------------------------------------
  #visual
------------------------------------------------------------ */
#visual {
}




/* ------------------------------------------------------------
  #single
------------------------------------------------------------ */
#single {
  padding: 70px 0 60px;
}
#single > .inner {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0 40px;
}

#single .h-group {
  margin-bottom: 50px;
  text-align: center;
}
#single .h-group .headline {
}
#single .h-group .headline h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
}
#single .h-group .headline h2::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  width: 100%;
  max-width: 410px;
  height: 5px;
  margin: auto;
  background: url(../img/common-line-dot.png) repeat-x;
}
#single .h-group .headline p {
  line-height: 1.6;
}
#single .h-group .headline p span {
  font-weight: bold;
}

#single .eyecatch {
  margin-bottom: 110px;
}
#single .eyecatch .swiper {
  position: relative;
  width: 920px;
  margin: 0 auto 50px;
}
#single .eyecatch .swiper > .inner {
  overflow: hidden;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-bottom: 20px;
}
#single .eyecatch .swiper .swipeArea {
  overflow: visible;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#single .eyecatch .swiper .swipeArea ul {
}
#single .eyecatch .swiper .swipeArea ul li {
}
#single .eyecatch .swiper .swipeArea ul li:not(:last-child) {
  margin-right: 40px;
}
#single .eyecatch .swiper .swipeArea ul li img {
  width: 100%;
}
#single .eyecatch .swiper .thumbnail {
}
#single .eyecatch .swiper .thumbnail ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: flex-start;
  align-items: flex-start;
}
#single .eyecatch .swiper .thumbnail ul li {
  width: 100px;
  height: 62px;
  margin: 0 10px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
/* swiper.js */
#single .eyecatch .swiper .swiper-pagination {
  display: flex;
  justify-content: center;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
}
#single .eyecatch .swiper .swiper-pagination .swiper-pagination-bullet {
  display: block;
  width: 100px;
  height: 62px;
  margin: 0 10px;
  border: none;
  border-radius: 0;
  background: transparent;
  opacity: 1;
}
#single .eyecatch .swiper .swiper-pagination .swiper-pagination-bullet-active {
  border: solid 4px #009944;
}
#single .eyecatch .swiper .swiper-button-next,
#single .eyecatch .swiper .swiper-button-prev {
  display: none;
}
#single .eyecatch .text {
  width: 680px;
  margin: 0 auto;
  line-height: 1.6;
}

#single .block {
}
#single .block h3 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
#single .block h3::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  -o-transform: translateY(50%);
  transform: translateY(50%);
  width: 64px;
  height: 4px;
  margin: auto;
  background: url(../img/common-line-dot_g@2x.png) repeat-x;
  -webkit-background-size: cover;
  background-size: cover;
}

#single .detail {
  margin-bottom: 110px;
}
#single .detail table {
  width: 100%;
  border: solid 1px #006744;
}
#single .detail table tr {
  border-bottom: solid 1px #006744;
}
#single .detail table tr th,
#single .detail table tr td {
  padding: 20px;
  vertical-align: middle;
}
#single .detail table tr th {
  width: 25%;
  border-right: solid 1px #006744;
  background: #deefe3;
  text-align: center;
  font-weight: bold;
}
#single .detail table tr td {
  background: #fff;
  line-height: 1.6;
}
#single .detail table tr td a {
}
#single .detail table tr td a span {
  margin-right: 5px;
  text-decoration: underline;
}

#single .access {
}
#single .access span {
  display: block;
  width: 100%;
  height: 320px;
  background: #333;
  color: #fff;
  text-align: center;
  line-height: 320px;
}






/* ------------------------------------------------------------
  #guide
------------------------------------------------------------ */
#guide {
}

#guide .blocks {
  max-width: 1000px;
  padding-top: 70px;
  margin: 0 auto;
}

/* .ブロック 共通 */
#guide .blocks .block {
  position: relative;
  z-index: 10;
}
#guide .blocks .block .h-group {
  position: relative;
  width: 410px;
  margin: 0 auto 70px;
  text-align: center;
}
#guide .blocks .block .h-group .headline {
}
#guide .blocks .block .h-group .headline h2 {
  position: relative;
  padding-bottom: 20px;
  margin-bottom: 20px;
  font-size: 32px;
  font-weight: bold;
}
#guide .blocks .block .h-group .headline h2::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  transform: translateY(50%);
  width: 100%;
  max-width: 410px;
  height: 5px;
  margin: auto;
  background: url(../img/common-line-dot.png) repeat-x;
}
#guide .blocks .block .h-group .headline p {
  line-height: 1.6;
}
#guide .blocks .block .h-group .headline p span {
  font-weight: bold;
}

/* .ブロック ピックアップ */
#guide .blocks .block.pickup {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 120px;
}
#guide .blocks .block.pickup::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  min-width: 320px;
  height: 360px;
  background: #dbebc4 url(../img/common-bg-grass.png);
}
#guide .blocks .block.pickup::after {
  content: '';
  position: absolute;
  bottom: 360px;
  left: 50%;
  z-index: -1;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100vw;
  height: 50px;
  background: url(../img/common-pat-mt.png) repeat-x;
}
#guide .blocks .block.pickup .block-content .swiper {
  position: relative;
  width: 920px;
  margin: 0 auto;
}
#guide .blocks .block.pickup .block-content .swiper > .inner {
  overflow: hidden;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 940px;
  padding: 0 10px 30px;
}
#guide .blocks .block.pickup .block-content .swiper .swipeArea {
  overflow: visible;
  position: relative;
  width: 100%;
  margin: 0 auto;
}
#guide .blocks .block.pickup .block-content .swiper .swipeArea ul {
}
#guide .blocks .block.pickup .block-content .swiper .swipeArea ul li {
  width: 280px;
  height: 373px;
}
#guide .blocks .block.pickup .block-content .swiper .swipeArea ul li:not(:last-child) {
  margin-right: 40px;
}
#guide .blocks .block.pickup .block-content .swiper .swipeArea ul li a {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}
#guide .blocks .block.pickup .block-content .swiper .swipeArea ul li a .image {
  position: relative;
  height: 173px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
#guide .blocks .block.pickup .block-content .swiper .swipeArea ul li a .image .label {
  position: absolute;
  top: 15px;
  left: 20px;
}
#guide .blocks .block.pickup .block-content .swiper .swipeArea ul li a .overview {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 0 20px;
}
#guide .blocks .block.pickup .block-content .swiper .swipeArea ul li a .overview h3 {
  overflow: hidden;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#guide .blocks .block.pickup .block-content .swiper .swipeArea ul li a .overview p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
  height: 67px;
  margin-bottom: 25px;
  line-height: 1.6;
}
#guide .blocks .block.pickup .block-content .swiper .swipeArea ul li a .overview small {
  display: block;
  text-align: center;
  text-decoration: underline;
}
#guide .blocks .block.pickup .block-content .swiper .swiper-button-next,
#guide .blocks .block.pickup .block-content .swiper .swiper-button-prev {
  top: calc(373px / 2);
}

/* .ブロック スポット一覧 */
#guide .blocks .block.spot {
  position: relative;
  padding-bottom: 90px;
}
#guide .blocks .block.spot .block-content .list {
  position: relative;
  width: 920px;
  margin: 0 auto 70px
}
#guide .blocks .block.spot .block-content .list > .inner {
  overflow: hidden;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 940px;
  padding: 0 10px 10px;
}
#guide .blocks .block.spot .block-content .list ul {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -o-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -40px 0 0 -40px;
}
#guide .blocks .block.spot .block-content .list ul li {
  width: 280px;
  height: 373px;
  margin: 40px 0 0 40px;
}
#guide .blocks .block.spot .block-content .list ul li a {
  overflow: hidden;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  background: #fff;
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
}
#guide .blocks .block.spot .block-content .list ul li a .image {
  position: relative;
  height: 173px;
  -webkit-background-size: cover;
  background-size: cover;
  background-position: center;
}
#guide .blocks .block.spot .block-content .list ul li a .image .label {
  position: absolute;
  top: 15px;
  left: 20px;
}
#guide .blocks .block.spot .block-content .list ul li a .overview {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
  justify-content: center;
  flex: 1;
  padding: 0 20px;
}
#guide .blocks .block.spot .block-content .list ul li a .overview h3 {
  overflow: hidden;
  width: 100%;
  margin-bottom: 15px;
  font-size: 16px;
  font-weight: bold;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#guide .blocks .block.spot .block-content .list ul li a .overview p {
  overflow: hidden;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  width: 100%;
  height: 67px;
  margin-bottom: 25px;
  line-height: 1.6;
}
#guide .blocks .block.spot .block-content .list ul li a .overview small {
  display: block;
  text-align: center;
  text-decoration: underline;
}

#guide .blocks .block.spot .block-content .pageIndex {
}





/* ------------------------------------------------------------
  #search
------------------------------------------------------------ */
#search {
  padding: 70px 0 90px;
}
#search > .inner {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  max-width: 1000px;
  margin: 0 auto;
}

/* ブロック 共通 */
#search .block {
  width: 50%;
}
#search .block h3 {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  -ms-align-items: center;
  align-items: center;
  width: 100%;
  height: 46px;
  border-radius: 23px;
  background: #006744;
  font-size: 24px;
  font-weight: bold;
  color: #fff;
}

/* ブロック 地図 */
#search .block.map {
  text-align: center;
}

/* ブロック サーチ */
#search .block.search {
  padding: 50px 20px 0;
}
#search .block.search h3 {
  margin-bottom: 90px;
}
#search .block.search .selectBox {
  padding: 0 20px;
}
#search .block.search .selectBox ul {
  margin-bottom: 70px;
}
#search .block.search .selectBox ul li {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: space-between;
  -ms-align-items: center;
  align-items: center;
}
#search .block.search .selectBox ul li:not(:last-child) {
  margin-bottom: 30px;
}
#search .block.search .selectBox ul li .title {
  font-size: 16px;
  font-weight: bold;
}
#search .block.search .selectBox ul li .selector {
  position: relative;
}
#search .block.search .selectBox ul li .selector::before,
#search .block.search .selectBox ul li .selector::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 10px;
  bottom: 0;
  margin: auto;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background: #009944;
}
#search .block.search .selectBox ul li .selector::before {
  transform: translateX(-3px) rotate(45deg);
}
#search .block.search .selectBox ul li .selector::after {
  transform: translateX(3px) rotate(-45deg);
}
#search .block.search .selectBox ul li .selector select {
  -webkit-appearance: none;
  appearance: none;
  width: 260px;
  height: 30px;
  padding: 0 15px;
  border: solid 1px #009944;
  border-radius: 4px;
  background: #fff;
  cursor: pointer;
}
#search .block.search .selectBox ul li .selector .error {
  position: absolute;
  bottom: 0;
  transform: translateY(100%);
  padding-top: 5px;
  font-size: 12px;
  color: #f00;
}
#search .block.search .selectBox .button {
  position: relative;
  width: 180px;
  height: 40px;
  margin: 0 auto;
  border-radius: 4px;
  background: #009944;
}
#search .block.search .selectBox .button button {
  display: block;
  position: absolute;
  top: -4px;
  left: -4px;
  width: 100%;
  height: 100%;
  border: solid 2px #009944;
  border-radius: 4px;
  background: #fff;
  font-size: 16px;
  font-weight: bold;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
  cursor: pointer;
}
#search .block.search .selectBox .button button:hover {
  color: #009944;
}
#search .block.search .selectBox .button button:active {
  top: 0;
  left: 0;
  background: #009944;
  color: #fff;
}






/* ------------------------------------------------------------

  レスポンシブ

------------------------------------------------------------ */

/*  tb
------------------------- */
@media (max-width: 1000px) {

  /*  single
  ------------------------- */
  #single > .inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding: 0 40px;
  }
  #single .eyecatch .swiper {
    position: relative;
    width: 100%;
    margin: 0 auto 50px;
  }
  #single .eyecatch .text {
    width: 100%;
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.6;
  }
  #single .detail table tr {
    border-bottom: solid 1px #006744;
  }
  #single .detail table tr th,
  #single .detail table tr td {
    display: block;
  }
  #single .detail table tr th {
    width: 100%;
    border-right: none;
    border-bottom: dashed 1px #006744;
  }
  #single .detail table tr td {
    width: 100%;
    text-align: center;
  }


  /*  guide
  ------------------------- */
  /* .ブロック 共通 */
  #guide .blocks {
    padding-right: 20px;
    padding-left: 20px;
  }
  #guide .blocks .block .h-group  {
    margin-bottom: 50px;
  }
  #guide .blocks .block .h-group .headline {
    text-align: center;
  }

  /* .ブロック ピックアップ */
  #guide .blocks .block.pickup {
    margin-bottom: 90px;
  }
  #guide .blocks .block.pickup .block-content .swiper {
    width: auto;
  }
  #guide .blocks .block.pickup .block-content .swiper > .inner {
    width: 900px;
  }
  #guide .blocks .block.pickup .block-content .swiper .swipeArea ul li:not(:last-child) {
    margin-right: 20px;
  }
  #guide .blocks .block.pickup .block-content .swiper .swipeArea ul li a .image .label {
    width: 60px;
    height: 20px;
    font-size: 12px;
  }
  #guide .blocks .block.pickup .block-content .swiper .swiper-button-next,
  #guide .blocks .block.pickup .block-content .swiper .swiper-button-prev {
    display: none;
  }

  /* .ブロック スポット一覧 */
  #guide .blocks .block.spot {
    position: relative;
    padding-bottom: 90px;
  }
  #guide .blocks .block.spot .block-content .list {
    width: 100%;
    max-width: 640px;
    margin-bottom: 40px;
  }
  #guide .blocks .block.spot .block-content .list > .inner {
    overflow: visible;
    position: static;
    transform: none;
    width: 100%;
    max-width: 640px;
    padding: 0;
  }
  #guide .blocks .block.spot .block-content .list ul {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    margin: 0;
  }
  #guide .blocks .block.spot .block-content .list ul li {
    width: 100%;
    height: 160px;
    margin: 20px 0 0;
  }
  #guide .blocks .block.spot .block-content .list ul li:frist-child {
    margin: 0;
  }
  #guide .blocks .block.spot .block-content .list ul li a {
    -webkit-flex-direction: row;
    -moz-flex-direction: row;
    -ms-flex-direction: row;
    -o-flex-direction: row;
    flex-direction: row;
  }
  #guide .blocks .block.spot .block-content .list ul li a .image {
    width: 160px;
    height: 100%;
  }
  #guide .blocks .block.spot .block-content .list ul li a .image .label {
    top: 10px;
    left: 10px;
  }
  #guide .blocks .block.spot .block-content .list ul li a .overview {
    -ms-align-items: flex-start;
    align-items: flex-start;
    width: calc(100% - 160px);
    padding: 0 30px 0 20px;
  }
  #guide .blocks .block.spot .block-content .list ul li a .overview h3 {
    margin-bottom: 10px;
    font-size: 14px;
  }
  #guide .blocks .block.spot .block-content .list ul li a .overview p {
    -webkit-line-clamp: 2;
    height: 38px;
    margin-bottom: 15px;
    font-size: 12px;
  }
  #guide .blocks .block.spot .block-content .list ul li a .overview small {
    margin-left: auto;
    font-size: 10px;
  }



  /*  search
  ------------------------- */
  #search > .inner {
    -webkit-flex-direction: column-reverse;
    -moz-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    -o-flex-direction: column-reverse;
    flex-direction: column-reverse;
    justify-content: flex-start;
    max-width: 100%;
    padding: 0 20px;
  }

  /* ブロック 共通 */
  #search .block {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }

  /* ブロック サーチ */
  #search .block.search {
    padding: 0;
    margin-bottom: 30px;
  }
  #search .block.search h3 {
    margin-bottom: 50px;
    font-size: 18px;
  }
  #search .block.search .selectBox {
    padding: 0;
  }
  #search .block.search .selectBox ul {
    margin-bottom: 50px;
  }
  #search .block.search .selectBox ul li {
    justify-content: center;
  }
  #search .block.search .selectBox ul li .title {
    width: 160px;
  }
} /* media query(max-width:1000px) */



/*  sp
------------------------- */
@media (max-width: 640px) {

  /*  single
  ------------------------- */
  #single > .inner {
    padding: 0 20px;
  }
  #single .h-group .headline h2 {
    font-size: 24px;
  }
  #single .eyecatch .text {
    width: 100%;
    max-width: 100%;
  }
  #single .eyecatch .swiper .thumbnail {
    display: none;
  }
  /* swiper.js */
  #single .eyecatch .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    margin: 0 5px;
    border: solid 1px #009944;
    border-radius: 50%;
    background: #fff;
  }
  #single .eyecatch .swiper .swiper-pagination .swiper-pagination-bullet-active {
    border: none;
    background: #009944;
  }
  #single .eyecatch .swiper .swiper-button-next,
  #single .eyecatch .swiper .swiper-button-prev {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
    -ms-align-items: center;
    align-items: center;
    width: 40px;
    height: 40px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .1);
  }
  #single .eyecatch .swiper .swiper-button-next {
    right: 0;
  }
  #single .eyecatch .swiper .swiper-button-prev {
    left: 0;
  }
  #single .block h3 {
    font-size: 18px;
  }

  /*  guide
  ------------------------- */
  #guide .blocks {
    padding-top: 50px;
  }

  /* .ブロック 共通 */
  #guide .blocks .block .anchor {
    top: -90px;
  }
  #guide .blocks .block .h-group  {
    width: 100%;
    margin-bottom: 40px;
  }
  #guide .blocks .block .h-group .headline h2 {
    font-size: 24px;
  }

  /* .ブロック ピックアップ */
  #guide .blocks .block.pickup .block-content .swiper .swipeArea ul li a .overview p {
    height: 57px;
  }

  /* .ブロック スポット一覧 */
  #guide .blocks .block.spot {
    position: relative;
    padding-bottom: 70px;
  }
  #guide .blocks .block.spot .block-content .list {
    width: 100%;
    max-width: 100%;
  }
  #guide .blocks .block.spot .block-content .list > .inner {
    max-width: 100%;
    padding: 0;
  }
  #guide .blocks .block.spot .block-content .list ul li {
    height: 100px;
    margin-top: 15px;
  }
  #guide .blocks .block.spot .block-content .list ul li a .image {
    width: 100px;
    flex-shrink: 0;
  }
  #guide .blocks .block.spot .block-content .list ul li a .image .label {
    top: 5px;
    left: 5px;
  }
  #guide .blocks .block.spot .block-content .list ul li a .overview {
    width: calc(100% - 100px);
    padding: 0 15px 0 10px;
  }
  #guide .blocks .block.spot .block-content .list ul li a .overview h3 {
    margin-bottom: 5px;
    font-size: 12px;
  }
  #guide .blocks .block.spot .block-content .list ul li a .overview p {
    height: 32px;
    margin-bottom: 0;
    font-size: 10px;
  }
  #guide .blocks .block.spot .block-content .list ul li a .overview small {
    display: none;
  }



  /*  search
  ------------------------- */
  /* ブロック 共通 */
  #search .block {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
  }

  /* ブロック 地図 */
  #search .block.map img {
    max-width: 100%;
  }

  /* ブロック サーチ */
  #search .block.search .selectBox ul li {
    -webkit-flex-direction: column;
    -moz-flex-direction: column;
    -ms-flex-direction: column;
    -o-flex-direction: column;
    flex-direction: column;
    justify-content: center;
  }
  #search .block.search .selectBox ul li .title {
    width: auto;
    margin-bottom: 10px;
  }

} /* media query(max-width:640px) */
