/****************************************

 1.Reset

*****************************************/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
figure {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: 300;
  font-style: normal;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ul,
li {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

img {
  vertical-align: bottom;
}

a:hover {
  cursor: pointer;
  cursor: hand;
}

/****************************************

 2.共通モジュール

*****************************************/

/*
clearfix
*/

.clearfix:after {
  clear: both;
}

.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}

.clearfix {
  overflow: hidden;
  width: 100%;
}

/*
clearfix:http://2ndidea.com/demo/liquid/demo3.html
*/

.cf:before,
.cf:after {
  content: " ";
  display: table;
}

.cf:after {
  clear: both;
}

.cf {
  *zoom: 1;
}

/*
margin
*/

.m_60 {
  margin-bottom: 60px;
}

.m_50 {
  margin-bottom: 50px;
}

.m_40 {
  margin-bottom: 40px;
}

.m_30 {
  margin-bottom: 30px;
}

.m_25 {
  margin-bottom: 25px;
}

.m_20 {
  margin-bottom: 20px;
}

.m_15 {
  margin-bottom: 15px;
}

.m_10 {
  margin-bottom: 10px;
}

.m_5 {
  margin-bottom: 5px;
}

.m_3 {
  margin-bottom: 3px;
}

.mT_5 {
  margin-top: 5px;
}

.mT_10 {
  margin-top: 10px;
}

.mT_15 {
  margin-top: 15px;
}

.mT_20 {
  margin-top: 20px;
}

.mT_25 {
  margin-top: 25px;
}

.mT_30 {
  margin-top: 30px;
}

.mT_40 {
  margin-top: 40px;
}

.mT_50 {
  margin-top: 50px;
}

.mT_60 {
  margin-top: 60px;
}

.mL_15 {
  margin-left: 15px;
}

.mL_10 {
  margin-left: 10px;
}

.mL_20 {
  margin-left: 20px;
}

.mL_25 {
  margin-left: 25px;
}

.mL_30 {
  margin-left: 30px;
}

.mL_35 {
  margin-left: 35px;
}

.mL_60 {
  margin-left: 60px;
}

.mR_50 {
  margin-right: 50px;
}

.mR_30 {
  margin-right: 30px;
}

.mR_20 {
  margin-right: 20px;
}

.mR_15 {
  margin-right: 15px;
}

.mR_10 {
  margin-right: 10px;
}

.p_10 {
  padding-bottom: 10px;
}

.p_30 {
  padding-bottom: 30px;
}

.p_50 {
  padding-bottom: 50px;
}

.p_60 {
  padding-bottom: 60px;
}

.pT_10 {
  padding-top: 10px;
}

.pT_30 {
  padding-top: 30px;
}

.pT_60 {
  padding-top: 60px;
}

/*
テキスト、リンク
*/

a {
  color: #167ac6;
  text-decoration: underline;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  -ms-transition: 0.25s;
  transition: 0.25s;
}

a:hover {
  text-decoration: none;
}

.bold {
  font-weight: bold;
}

.small {
  font-size: 85%;
}

.big {
  font-size: 140%;
}

.lS0 {
  letter-spacing: 0;
}

/*
リスト、フロート、その他など
*/

.fL {
  float: left;
}

.fR {
  float: right;
}

.ta_c {
  text-align: center;
}

.ta_l {
  text-align: left;
}

.ta_r {
  text-align: right;
}

.bgGray {
  background-color: #eaeaea;
  padding: 20px;
}

.positionR {
  position: relative;
}

.autoImg img {
  max-width: 100%;
  height: auto;
}

.noticeIndent {
  padding-left: 1.4em;
  text-indent: -1.4em;
}

/****************************************

 3.ジオパーク

*****************************************/

/************
モジュール
************/

a.linkImg {
  opacity: 1;
}

a.linkImg:hover {
  opacity: 0.8;
}

.displaySmt {
  display: none;
}

.txtPcCenter {
  text-align: center;
}

/************
レイアウト
************/

body {
  color: #212121;
  font-family: "Gotham A", "Gotham B", "M Hei PRC W45", "HelveticaNeue-Regular",
    "Helvetica Neue Regular", "Helvetica Neue", Helvetica, "ヒラギノ角ゴ Pro W3",
    "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",
    "MS P Gothic", Verdana, sans-serif;
  font-size: 14px;
  line-height: 210%;
  position: relative;
  background-color: #ffffff;
  letter-spacing: 0.05em;
}

.containerWrap {
  min-width: 1000px;
  width: 100%;
}

.container {
  margin: 0 auto;
  width: 1000px;
}

.containerWrap800 {
  min-width: 800px;
  width: 100%;
}

.container800 {
  margin: 0 auto;
  width: 800px;
}

.containerWrap900 {
  min-width: 900px;
  width: 100%;
}

.container900 {
  margin: 0 auto;
  width: 900px;
}

.containerMargin {
  margin: 0 20px;
}

.containerMax {
  max-width: 1920px;
  margin: 0 auto;
}

/************
トップ
************/

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

.mainVisualLogo {
  position: absolute;
  top: 44%;
  left: 50%;
  right: auto;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  text-align: center;
}

.mainVisualCatch {
  position: absolute;
  left: 50%;
  top: 31%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -moz-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  -o-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  text-align: center;
}

.bgTopMain {
  background-position: top center;
  background-repeat: no-repeat;
  min-height: 700px;
  width: 100%;
  position: relative;
  background-image: url("../img/top/main-img-1.jpg");
  background-color: #000000;
  background-size: 100% auto;
}

/*
ナビ
*/

.bgNavGrey {
  background-color: #f1f1f1;
}

.topNav li {
  float: left;
}

.topNav li.topNavFirstLevel {
  float: left;
  margin: 15px 0;
  background: url("../img/top/vertical-dot.png") repeat-y scroll top right;
  background-size: 1px auto;
  padding: 2px 14px;
  line-height: 100%;
}

.topNav li.facebook,
.topNav li.youtube {
  float: left;
  background: none;
  padding: 0;
}

.topNav li.facebook {
  margin: 9px 15px 0 17px;
}

.topNav li.youtube {
  margin: 9px 0;
}

.topNav li a {
  text-decoration: none;
  color: #242424;
  font-size: 92%;
}

.topNav li a:hover {
  text-decoration: underline;
}

/*
最新情報
*/

.bgWhiteGradient {
  /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+51,f1f1f1+100 */
  background: #ffffff;
  /* Old browsers */
  /* IE9 SVG, needs conditional override of 'filter' to 'none' */
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUxJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -moz-linear-gradient(top, #ffffff 0%, #ffffff 51%, #f1f1f1 100%);
  /* FF3.6+ */
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0%, #ffffff),
    color-stop(51%, #ffffff),
    color-stop(100%, #f1f1f1)
  );
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(
    top,
    #ffffff 0%,
    #ffffff 51%,
    #f1f1f1 100%
  );
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #ffffff 0%, #ffffff 51%, #f1f1f1 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #ffffff 0%, #ffffff 51%, #f1f1f1 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, #ffffff 0%, #ffffff 51%, #f1f1f1 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f1f1f1', GradientType=0);
  /* IE6-8 */
}

.h2TopNew {
  background: url("../img/top/feed.gif") no-repeat scroll top left;
  background-size: auto 39px;
  padding: 10px 51px;
  margin: 15px 0 8px;
}

.newsBox {
  border: 1px solid #bababa;
  border-right: none;
  border-bottom: none;
}

.newsWrap {
  border-right: 1px solid #bababa;
}

.newsWrap {
  border-bottom: 1px solid #bababa;
}

.newsWrapBorder {
  width: 318px;
}

.newsWrapInn {
  padding: 18px;
}

.newsWrap img {
  height: auto;
  width: 100%;
}

.newsH3 {
  color: #202020;
  font-size: 98%;
  margin: 10px 0 3px;
  line-height: 150%;
  height: 3em;
  overflow: hidden;
}

.newsDate {
  color: #626161;
  font-size: 85%;
  line-height: 140%;
}

.newsWrap a {
  text-decoration: none;
}

/*
ジオパークとは
*/

.h2TopCont {
  text-align: center;
  font-size: 200%;
  padding: 80px 0;
}

.topGeo {
  width: 650px;
}

.spanBr {
  display: block;
}

.txtLink {
  background: url("../img/top/icon-link.png") no-repeat scroll left 0.3em
    transparent;
  background-size: auto 9px;
  padding-left: 13px;
}

.topGeoBnr p {
  float: left;
}

/*
フッタ
*/

.bgWhite {
  background: #ffffff;
}

.footBox {
  border: 1px solid #cecece;
  margin: 50px auto 20px;
  width: 488px;
}

.footList {
  padding: 10px 10px 10px 0;
  width: 312px;
}

.footList li {
  color: #3f3f3f;
  font-size: 80%;
  padding-left: 1em;
  line-height: 200%;
}

.footList li:first-child {
  padding-left: 0;
}

.footLogo {
  padding: 15px 20px 0;
}

.footList li a,
.footList li a:hover {
  color: #3f3f3f;
}

.footCopy {
  color: #363636;
  line-height: 130%;
  margin-bottom: 30px;
}

.copyright {
  color: #666666;
  font-size: 70%;
}

.smtNewsfL {
  height: 212px;
  overflow: hidden;
}

.youtubeBox {
  max-width: 692px;
  margin: 0 auto;
}

.eachMovie {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  width: 100%;
  margin-bottom: 30px;
}

.eachMovie:last-child {
  margin-bottom: 0;
}

.eachMovie iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/*
160703リニューアル
*/

.smtRenewHeader {
  display: none;
}

.smtTopMargin {
  display: none;
}

.frontNavMargin {
  margin-left: 233px !important;
}

/*
ドロップダウン
*/

ul.menu__second-level {
  visibility: hidden;
  opacity: 0;
  z-index: 1;
}

.init-bottom:after {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 0 3px 7px;
  border-right: 1px solid #242424;
  border-bottom: 1px solid #242424;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.dromMenu > li.menu__single {
  position: relative;
}

li.menu__single ul.menu__second-level {
  position: absolute;
  top: 0;
  left: 0;
  width: 160px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  padding-top: 10px;
}

li.menu__single:hover ul.menu__second-level {
  top: 10px;
  visibility: visible;
  opacity: 1;
}

.menu__second-level li a {
  padding: 10px 15px;
  display: block;
}

.menu__second-level li {
  width: 100%;
  background: #f1f1f1;
}

.menu__second-level li:first-child {
  margin-top: 10px;
}

/************
single
************/

.btmNav li:first-child {
  margin-left: 0 !important;
}

.btmheadLogo {
  padding: 8px 0;
}

.btmNav {
  margin-top: 12px;
}

.newsTtl,
.areaH2 {
  font-size: 170%;
  width: 550px;
  padding: 50px 0;
}

.singleNewsDate {
  color: #626161;
  font-size: 95%;
  line-height: 140%;
  padding: 55px 0 0;
}

.newsTxtBox img {
  margin: 40px 0;
}
.wp-caption-text {
  color: #666;
  margin-top: -30px;
  font-size: 85%;
}
.newsTxtBox {
  padding: 40px 0;
  font-size: 120%;
  color: #3f3f3f;
}

.newsTxtBox p {
  margin-bottom: 30px;
}

.newsTxtBox strong {
  font-weight: bold;
}

.prev_next img {
  height: 52px;
  width: auto;
}

.prev_next {
  border-bottom: 1px solid #d4d4d4;
  border-top: 1px solid #d4d4d4;
  padding: 22px 30px;
}

.prev img {
  float: left;
}

.next img {
  float: right;
}

.prevTtl {
  float: left;
  margin-left: 15px;
  width: 200px;
}

.nextTtl {
  float: right;
  width: 200px;
  margin-right: 15px;
}

.prev {
  border-right: 1px solid #d4d4d4;
  width: 49%;
}

.next {
  width: 49%;
}

.prevInn {
  padding: 0 30px;
  background: url("../img/wp/previous.png") no-repeat scroll left 21px #fff;
  background-size: 5px auto;
}

.nextInn {
  padding: 0 30px;
  background: url("../img/wp/next.png") no-repeat scroll right 21px #fff;
  background-size: 5px auto;
}

.prev_next a .prevTtl,
.prev_next a .nextTtl {
  text-decoration: underline;
  color: #131212;
  font-size: 90%;
  text-align: center;
}

.prev_next a:hover .prevTtl,
.prev_next a:hover .nextTtl {
  text-decoration: none;
}

.singleList {
  border-bottom: 1px solid #d4d4d4;
  padding: 12px 30px;
}

.singleList a {
  text-decoration: underline;
  color: #131212;
  font-size: 90%;
  padding: 0 30px;
  background: url("../img/wp/next.png") no-repeat scroll right 3px #fff;
  background-size: 5px auto;
}

.singleList a:hover {
  text-decoration: none;
}

.smtPrevTtl,
.smtNextTtl {
  display: none;
}

.newsTxtBox .qrTtlBig {
  font-size: 140%;
  font-weight: bold;
  margin-bottom: 30px;
}

/************
area
************/

.bgYellow {
  background-color: #fabe00;
}

.bgBlue {
  background-color: #28a7e1;
}

.bgGreen {
  background-color: #14ae67;
}

.bgRed {
  background-color: #ea5432;
}

.bgPink {
  background-color: #ee86b4;
}

.areaTtl {
  color: #ffffff;
  font-size: 120%;
  padding: 20px 0;
}

.bgSakata {
  background: url("../img/area/bg-sakata.gif") repeat-x scroll left top #fff;
}

.bgTobishima {
  background: url("../img/area/bg-tobishima.gif") repeat-x scroll left top #fff;
}

.bgYuza {
  background: url("../img/area/bg-yuza.gif") repeat-x scroll left top #fff;
}

.bgNikaho {
  background: url("../img/area/bg-nikaho.gif") repeat-x scroll left top #fff;
}

.bgYuri {
  background: url("../img/area/bg-yuri.gif") repeat-x scroll left top #fff;
}

.areaTxtBox {
  font-size: 120%;
  color: #3f3f3f;
}

.areaSpot {
  padding: 35px 0;
  font-weight: bold;
  font-size: 200%;
}

.spotBox {
  background: url("../img/top/line_dot_gray.png") repeat-x scroll left bottom
    transparent;
  background-size: auto 1px;
  padding: 45px 0;
}

.spotBox:last-child {
  background: none;
  padding-bottom: 0;
}

.spotBox:first-child {
  padding-top: 0;
}

.innerSpot {
  padding: 60px 0;
}

/************
160705 areaリニューアル
************/

.btnFrontArea a {
  width: 243px;
  background-color: #ffffff;
  display: block;
  color: #242424;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 0 6px 6px -7px #777;
  -moz-box-shadow: 0 6px 6px -7px #777;
  box-shadow: 0 6px 6px -7px #777;
  padding: 10px 0;
  margin: 0 auto;
}

.btnAreaGeolist a {
  width: 500px;
  background-color: #ffffff;
  display: block;
  color: #242424;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 0 6px 6px -7px #777;
  -moz-box-shadow: 0 6px 6px -7px #777;
  box-shadow: 0 6px 6px -7px #777;
  padding: 10px 0;
  margin: 0 auto;
}

.btnFrontArea a:hover {
  box-shadow: none;
  background-color: #eaeaea;
}

.btnFrontArea a span,
.btnAreaGeolist a span {
  background: url("../img/top/link-grey-next.png") no-repeat scroll right 0.2em
    transparent;
  background-size: 6px 12px;
  padding-right: 15px;
}

.containerWrapFull {
  width: 100%;
  position: relative;
}

.bgAreaTop {
  background-image: url("../img/area/bg-area-top.jpg");
  color: #000000;
}

.cd-fixed-bg {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100%;
  position: relative;
  /*z-index: 1;*/
  /*background-attachment: fixed;*/
}

.overBg {
  width: 100%;
  height: 100%;
  background: url("../img/area/over-bg.png") repeat scroll left top transparent;
}

.areaRenewH2 {
  text-align: center;
  font-size: 270%;
  color: #ffffff;
  padding: 120px 0;
}

.h3AreaRenew {
  font-size: 200%;
  color: #ea5532;
  text-align: center;
  background: url("../img/area/bg-h3arearenew.gif") no-repeat scroll bottom
    center transparent;
  background-size: auto 1px;
  padding: 75px 0 40px;
  margin-bottom: 40px;
  text-align: center;
}

.w100 {
  width: 100%;
}

.m_new_20 {
  margin-bottom: 20px;
}

.m_new_40 {
  margin-bottom: 40px;
}

.m_new_60 {
  margin-bottom: 60px;
}

.p_new_60 {
  padding-bottom: 60px;
}

.pT_new_60 {
  padding-top: 60px;
}

.bgRenewGrey {
  background-color: #f3f3f3;
}

.areaTopLinkBox {
  width: 284px;
  position: relative;
  background-color: #ffffff;
  border-radius: 5px;
  float: left;
  margin: 0 4px 4px 0;
}

a:hover .areaTopLinkBox {
  background-color: #eaeaea;
}

.areaTopLinkBoxSakata:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 20px solid transparent;
  border-top: 20px solid #fabe00;
  content: "";
}

.areaTopLinkBoxTobishima:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 20px solid transparent;
  border-top: 20px solid #28a7e1;
  content: "";
}

.areaTopLinkBoxYuza:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 20px solid transparent;
  border-top: 20px solid #14ae67;
  content: "";
}

.areaTopLinkBoxNikaho:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 20px solid transparent;
  border-top: 20px solid #ea5432;
  content: "";
}

.areaTopLinkBoxYurihonjo:after {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-right: 20px solid transparent;
  border-top: 20px solid #ee86b4;
  content: "";
}

.areaTopLinkBoxInn {
  padding: 30px;
}

.areaTopLink {
  text-decoration: none;
}

.mR_0 {
  margin-right: 0;
}

.topBlogFigure {
  height: 150px;
  width: 150px;
  overflow: hidden;
  border-radius: 100px;
  margin: 0 auto 30px;
}

.topBlogFigure img {
  width: auto;
  height: 100%;
}

.areaTopLinkSmtRight {
  text-align: center;
}

a.areaTopLink .h4AreaTopLink {
  color: #525252;
  letter-spacing: 0.15em;
  font-size: 160%;
}

a.areaTopLink .areaTopLinkSubSakata {
  color: #fabe00;
  font-size: 85%;
  line-height: 140%;
  padding-bottom: 20px;
}

a.areaTopLink .areaTopLinkSubTobishima {
  color: #28a7e1;
  font-size: 85%;
  line-height: 140%;
  padding-bottom: 20px;
}

a.areaTopLink .areaTopLinkSubYuza {
  color: #14ae67;
  font-size: 85%;
  line-height: 140%;
  padding-bottom: 20px;
}

a.areaTopLink .areaTopLinkSubNikaho {
  color: #ea5432;
  font-size: 85%;
  line-height: 140%;
  padding-bottom: 20px;
}

a.areaTopLink .areaTopLinkSubYurihonjo {
  color: #ee86b4;
  font-size: 85%;
  line-height: 140%;
  padding-bottom: 20px;
}

a.areaTopLink .areaTopLinkTxt {
  color: #6e6e6e;
  background: url("../img/area/bg-area-top-link-smt-right.gif") no-repeat scroll
    top center transparent;
  background-size: auto 1px;
  padding-top: 20px;
  font-size: 90%;
}

.init-next:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px 4px 0px;
  border-right: 1px solid #242424;
  border-bottom: 1px solid #242424;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.areaTopMap {
  background-color: #ffffff;
  padding: 40px;
}

.btnKakudai {
  display: block;
  margin: 0 auto;
  border: 1px solid #ebebeb;
  padding: 6px 20px;
  width: 200px;
}

a.btnKakudai {
  color: #525252;
  text-decoration: none;
  text-align: center;
  background-color: #f6f6f6;
}

a.btnKakudai:hover {
  text-decoration: underline;
}

.bgSakataTop {
  background-image: url("../img/area/sakata/bg-sakata-top.jpg");
  color: #000000;
}

.bgTobishimaTop {
  background-image: url("../img/area/tobishima/bg-tobishima-top.jpg");
  color: #000000;
}

.bgYuzaTop {
  background-image: url("../img/area/yuza/bg-yuza-top.jpg");
  color: #000000;
}

.bgNikahoTop {
  background-image: url("../img/area/nikaho/bg-nikaho-top.jpg");
  color: #000000;
}

.bgYurihonjoTop {
  background-image: url("../img/area/yurihonjo/bg-yurihonjo-top.jpg");
  color: #000000;
}

.area5Ttl {
  width: 600px;
  padding-top: 300px;
  margin: 0 auto;
}

.sakataTopTxt {
  color: #8c6a00;
  padding-top: 80px;
}

.tobishimaTopTxt {
  color: #14526f;
  padding-top: 80px;
}

.yuzaTopTxt {
  color: #02542e;
  padding-top: 80px;
}

.nikahoTopTxt {
  color: #591303;
  padding-top: 80px;
}

.yurihonjoTopTxt {
  color: #6e0332;
  padding-top: 80px;
}

.area5Top3col {
  width: 320px;
}

.sakataTopCatch,
.tobishimaTopCatch,
.yuzaTopCatch,
.nikahoTopCatch,
.yurihonjoTopCatch {
  padding-top: 40px;
}

.area5TopSlide {
  padding-top: 80px;
}

.area5Wrap {
  margin-bottom: 50px;
}

.geositeLinkWrap {
  padding: 15px 15px 5px 15px;
}

.geositeLinkWrapSakata {
  background-color: #feedb8;
}

.geositeLinkWrapTobishima {
  background-color: #cbe7f4;
}

.geositeLinkWrapYuza {
  background-color: #c1edd9;
}

.geositeLinkWrapNikaho {
  background-color: #f2d0c8;
}

.geositeLinkWrapYurihonjo {
  background-color: #f1dae4;
}

.geositeLinkUl a {
  width: 225px;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
  background-color: #ffffff;
  display: block;
  color: #242424;
  text-decoration: none;
  text-align: center;
  -webkit-box-shadow: 0 6px 6px -7px #777;
  -moz-box-shadow: 0 6px 6px -7px #777;
  box-shadow: 0 6px 6px -7px #777;
}

.geositeLinkUl a:hover {
  box-shadow: none;
  background-color: #eaeaea;
}

.geositeLinkUl a:nth-child(4n) {
  margin-right: 0;
}

.geositeLinkUl a li {
  padding: 10px 10px;
}

.geositeLinkUl a li p span {
  display: table-cell;
  vertical-align: middle;
  width: 150px;
  text-align: center;
}

.geositeLinkIcon {
  background: url("../img/top/link-grey-next.png") no-repeat scroll right center
    transparent;
  background-size: 6px 12px;
  line-height: 140%;
}

.geositeLink1 {
  background: url("../img/area/geosite-link-1.png") no-repeat scroll left center
    transparent;
  background-size: 16px 16px;
  padding: 0 25px;
}

.geositeLink2 {
  background: url("../img/area/geosite-link-2.png") no-repeat scroll left center
    transparent;
  background-size: 16px 16px;
  padding: 0 25px;
}

.geositeLink3 {
  background: url("../img/area/geosite-link-3.png") no-repeat scroll left center
    transparent;
  background-size: 16px 16px;
  padding: 0 25px;
}

.geositeLink4 {
  background: url("../img/area/geosite-link-4.png") no-repeat scroll left center
    transparent;
  background-size: 16px 16px;
  padding: 0 25px;
}

.geositeLink5 {
  background: url("../img/area/geosite-link-5.png") no-repeat scroll left center
    transparent;
  background-size: 16px 16px;
  padding: 0 25px;
}

.geositeLink6 {
  background: url("../img/area/geosite-link-6.png") no-repeat scroll left center
    transparent;
  background-size: 16px 16px;
  padding: 0 25px;
}

.geositeLink7 {
  background: url("../img/area/geosite-link-7.png") no-repeat scroll left center
    transparent;
  background-size: 16px 16px;
  padding: 0 25px;
}

.geositeLink8 {
  background: url("../img/area/geosite-link-8.png") no-repeat scroll left center
    transparent;
  background-size: 16px 16px;
  padding: 0 25px;
}

.geositeMapWrap {
  border: 1px solid #cdcdcd;
}

.geositeMapWrapIn {
  padding: 49px;
}

.area5MapTri {
  margin-top: -82px;
  text-align: center;
}

.area5MapTri img {
  width: 33px;
  height: auto;
}

.geositeMap {
  margin-top: 50px;
}

.smallNotice {
  font-size: 85%;
  color: #828282;
  line-height: 140%;
}

/************
160705 ジオサイトsingle
************/

.geoLeftColWrap {
  width: 640px;
  margin-right: 90px;
}

.geoRightColWrap {
  width: 230px;
}

.geoTtl {
  font-size: 170%;
  padding: 50px 0;
}

.geoRelatedTtl {
  margin: 53px 0 10px;
  border-bottom: 4px solid #222222;
  border-top: 4px solid #222222;
  padding: 20px 10px;
  font-size: 133%;
  font-weight: bold;
  letter-spacing: 0.15em;
  text-align: center;
}

.geoRelatedGeo a {
  display: block;
  background: url("../img/area/line_dot_gray.png") repeat-x scroll left bottom
    transparent;
  background-size: auto 1px;
  color: #525252;
  text-decoration: none;
}

.geoRelatedGeo a:hover {
  text-decoration: underline;
}

.init-adjust:before {
  margin-bottom: 2px;
}

.geoRelatedGeo li {
  padding: 7px 5px;
}

.geoRelatedArea a {
  display: block;
  color: #ffffff;
  border-radius: 3px;
  padding: 2px 8px;
  text-decoration: none;
  margin-bottom: 12px;
}

.geoRelatedArea a.geoRelatedAreaSakata {
  background-color: #fabe00;
}

.geoRelatedArea a.geoRelatedAreaSakata:hover {
  background-color: #bb8e00;
}

.geoRelatedArea a.geoRelatedAreaTobishima {
  background-color: #28a7e1;
}

.geoRelatedArea a.geoRelatedAreaTobishima:hover {
  background-color: #1c749c;
}

.geoRelatedArea a.geoRelatedAreaYuza {
  background-color: #14ae67;
}

.geoRelatedArea a.geoRelatedAreaYuza:hover {
  background-color: #0d7344;
}

.geoRelatedArea a.geoRelatedAreaNikaho {
  background-color: #ea5432;
}

.geoRelatedArea a.geoRelatedAreaNikaho:hover {
  background-color: #9c3922;
}

.geoRelatedArea a.geoRelatedAreaYurihonjo {
  background-color: #ee86b4;
}

.geoRelatedArea a.geoRelatedAreaYurihonjo:hover {
  background-color: #a4597a;
}

.init-next-white:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  margin: 0 10px 2px 0px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.geoRelatedGeo {
  margin-bottom: 20px;
}

.borderBtmGrey {
  border-bottom: 1px solid #e5e5e5;
}

/*ページネーション*/

.pagenationBox {
  margin-bottom: 40px;
}

.pagenation {
  margin: 1em 0;
}

.pagenation:after,
.pagenation ul:after {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
}

.pagenation ul {
  margin: 0;
}

.pagenation li {
  float: left;
  list-style: none outside none;
  margin-left: 3px;
}

.pagenation li:first-child {
  margin-left: 0;
}

.pagenation li.active {
  background-color: #999999;
  border-radius: 3px;
  color: #ffffff;
  cursor: not-allowed;
  padding: 10px 20px;
}

.pagenation li a {
  background: none repeat scroll 0 0 #cccccc;
  border-radius: 3px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
  text-decoration: none;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.pagenation li a:hover {
  background-color: #444444;
  color: #ffffff;
  opacity: 0.8;
  transition-duration: 500ms;
  transition-property: all;
  transition-timing-function: ease;
}

/*////ページネーション*/

/*　160703リニューアル パンくず　*/

.breadcrumbs {
  font-size: 85%;
  color: #7b7b7b;
  padding: 5px 0;
}

.breadcrumbs a {
  color: #7b7b7b;
  text-decoration: none;
}

.breadcrumbs a:hover {
  text-decoration: underline;
}

.breadcrumbs span {
  margin: 0 3px;
}

.attractionBody {
  font-size: 120%;
  color: #3f3f3f;
}

.attractionBody p {
  margin-bottom: 20px;
}

@media screen and (max-width: 980px) {
  /*
共通、レイアウト
*/
  .displaySmt {
    display: block;
  }
  .displaypc {
    display: none;
  }
  .fL,
  .fR {
    float: none;
  }
  .smtCf:before,
  .smtCf:after {
    content: " ";
    display: table;
  }
  .smtCf:after {
    clear: both;
  }
  .smtCf {
    *zoom: 1;
  }
  .containerWrap,
  .containerWrap800,
  .containerWrap900 {
    min-width: 200px;
  }
  .container,
  .container800,
  .container900 {
    width: 100%;
  }
  .spanBr {
    display: inline;
  }
  .txtPcCenter {
    text-align: left;
  }
  body {
    letter-spacing: 0;
  }
  /*
トップ
*/
  .bgTopMain {
    min-height: 0;
  }
  .mainVisualLogo {
    display: none;
  }
  .mainVisualCatch img {
    width: 230px;
    height: 83px;
  }
  .mainVisualCatch {
    top: 48%;
  }
  .facebook,
  .youtube {
    display: none;
  }
  .topNav li:first-child {
    margin-left: 0;
  }
  .topNav li:nth-child(3) {
    background: none;
  }
  .topNav {
    width: 255px;
    margin: 0 auto;
  }
  .smtNewsfL {
    float: left;
    width: 30%;
    height: auto;
  }
  .smtNewsRight {
    float: left;
    width: 70%;
  }
  .newsH3 {
    margin: 0 0 3px 10px;
  }
  .newsDate {
    margin: 0 0 0 10px;
  }
  .newsWrapBorder {
    width: 100%;
  }
  .newsWrap {
    border-bottom: 1px solid #bababa;
    border-right: none;
  }
  .bgNavGrey {
    display: none;
  }
  .smtLogo {
    background-color: #f1f1f1;
    text-align: center;
    padding: 7px 0;
  }
  .smtLogo img {
    width: 258px;
  }
  .newsBox {
    border-radius: 10px;
    background-color: #ffffff;
    border-right: 1px solid #bababa;
    border-bottom: 1px solid #bababa;
  }
  .newsWrap:last-child {
    border-bottom: none;
  }
  .topGeo {
    width: 100%;
  }
  .h2TopCont {
    font-size: 150%;
    padding: 60px 0 50px;
  }
  .smt100 {
    width: 100%;
  }
  .footBox {
    width: 100%;
  }
  .footLogo {
    text-align: center;
    padding: 0;
  }
  .footList {
    padding: 10px;
    width: auto;
  }
  .smtBnrYoutube {
    width: 100%;
    max-width: 301px;
  }
  /*
トップ　160703ニリューアル
*/
  .btnAreaGeolist a {
    width: 100%;
  }
  .smtRenewLogo img {
    width: 225px;
  }
  .smtRenewLogo {
    margin-top: 5px;
    float: left;
  }
  .smtRenewHeader {
    display: block;
    background-color: #f1f1f1;
    height: 52px;
    position: fixed;
    z-index: 5;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.15);
  }
  .drawer-menu li a {
    color: #f2f2f2;
    padding: 1em;
    display: block;
    text-decoration: none;
    position: relative;
  }
  .drawer-menu li {
    border-top: 1px solid #0f0f0f;
    border-bottom: 1px solid #3d3d3d;
    position: relative;
  }
  .drawer-init-bottom:after {
    content: "";
    position: absolute;
    right: 10px;
    top: 23px;
    display: inline-block;
    width: 7px;
    text-align: right;
    height: 7px;
    margin: 0 0 3px 7px;
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6;
    /* -webkit-transform: rotate(45deg); */
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .drawer-dropdown-menu li {
    background-color: #000;
  }
  .drawer-dropdown-menu li a {
    padding-left: 2em;
  }
  .smtTopMargin {
    display: block;
    height: 52px;
  }
  /*
single
*/
  .newsTtl {
    padding: 20px 0;
    font-size: 140%;
    width: 100%;
  }
  .areaH2 {
    padding: 20px 0;
    font-size: 140%;
    width: 100%;
  }
  .singleNewsDate {
    padding: 0 0 20px;
    font-size: 80%;
    line-height: 100%;
  }
  .singleTopBrd {
    border-top: 1px solid #f1f1f1;
  }
  .newsTxtBox {
    font-size: 100%;
  }
  .prev img,
  .next img,
  .prevTtl,
  .nextTtl {
    display: none;
  }
  .smtPrevTtl,
  .smtNextTtl {
    display: block;
  }
  .prev_next a .smtPrevTtl,
  .prev_next a .smtNextTtl {
    text-decoration: underline;
    color: #131212;
    font-size: 90%;
    text-align: center;
  }
  .prev {
    float: left;
  }
  .next {
    float: right;
  }
  .prevInn {
    background: url("../img/wp/previous.png") no-repeat scroll left 10px #fff;
    background-size: 5px auto;
  }
  .nextInn {
    padding: 0 30px;
    background: url("../img/wp/next.png") no-repeat scroll right 10px #fff;
    background-size: 5px auto;
  }
  .prev_next {
    padding: 12px 0;
  }
  .prev_next a .smtPrevTtl {
    text-align: left;
  }
  .prev_next a .smtNextTtl {
    text-align: right;
  }
  .singleList {
    padding: 12px 0;
  }
  /*
area
*/
  .areaTxtBox {
    font-size: 100%;
  }
  .areaSpot {
    font-size: 165%;
    padding: 20px 0;
  }
  .innerSpot {
    padding: 20px 0;
  }
  /************
160705 areaリニューアル
************/
  .cd-fixed-bg {
    background-attachment: scroll;
  }
  .areaRenewH2 {
    font-size: 180%;
    padding: 40px 0;
  }
  .m_new_20 {
    margin-bottom: 20px;
  }
  .m_new_40 {
    margin-bottom: 25px;
  }
  .m_new_60 {
    margin-bottom: 40px;
  }
  .p_new_60 {
    padding-bottom: 40px;
  }
  .pT_new_60 {
    padding-top: 40px;
  }
  .areaTopLinkBox {
    width: 100%;
    float: none;
    margin: 0 0 4px 0 !important;
  }
  .topBlogFigure {
    height: 80px;
    width: 80px;
    margin: 0 20px 0 0;
    float: left;
  }
  .areaTopLinkSmtRight {
    text-align: left;
    padding-left: 100px;
  }
  .h4AreaTopLink,
  .areaTopLinkSubSakata {
    float: left;
  }
  a.areaTopLink .areaTopLinkSubSakata,
  a.areaTopLink .areaTopLinkSubTobishima,
  a.areaTopLink .areaTopLinkSubYuza,
  a.areaTopLink .areaTopLinkSubNikaho,
  a.areaTopLink .areaTopLinkSubYurihonjo {
    line-height: inherit;
    font-size: 100%;
    margin-left: 5px;
    padding-bottom: 0;
  }
  a.areaTopLink .areaTopLinkTxt {
    padding-top: 4px;
    line-height: 140%;
    background: none;
  }
  .smtAreaTopLinkHeight {
    height: 35px;
  }
  .h3AreaRenew {
    font-size: 140%;
    padding: 50px 0 25px;
    margin-bottom: 25px;
  }
  .areaTopLinkBoxInn {
    padding: 20px;
  }
  a.areaTopLink .h4AreaTopLink {
    font-size: 130%;
  }
  .areaTopMap {
    padding: 20px;
  }
  .area5Ttl {
    width: 200px;
    padding-top: 100px;
    margin: 0 auto;
  }
  .area5Top3col {
    width: 100%;
    padding-top: 20px;
  }
  .area5TopCatchSmt {
    width: 100%;
    max-width: 420px;
    margin: 20px auto 0;
  }
  .bx-wrapper img {
    margin-left: auto;
    margin-right: auto;
  }
  .area5TopTxt {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
  }
  .area5Wrap {
    margin-bottom: 30px;
  }
  .geositeLinkUl a,
  .geositeLinkUl a li p span {
    width: 100%;
  }
  .geositeLinkWrap {
    margin-bottom: 35px !important;
  }
  .geositeMapWrapIn {
    padding: 20px;
  }
  .area5MapTri {
    margin-top: -53px;
  }
  .geositeMap {
    margin-top: 20px;
  }
  /************
160705 ジオサイトsingle
************/
  .geoTtl {
    padding: 20px 0;
    font-size: 140%;
  }
  .geoLeftColWrap,
  .geoRightColWrap {
    width: 100%;
  }
  .geoTxtBox {
    padding-bottom: 0 !important;
  }
  /*　160703リニューアル パンくず　*/
  .breadcrumbs {
    display: none;
  }
}

.search .prev,
.search .next {
  width: auto;
}
.bgTopMain {
  position: relative;
}
.geoparkmap {
  position: absolute;
  right: 3%;
  bottom: 3%;
}
@media screen and (max-width: 750px) {
  .geoparkmap img {
    display: none;
  }
}
.youtube-responsive {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}
.youtube-responsive iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
span.marker {
  background: linear-gradient(transparent 70%, #e498bd 70%);
}
.youtube,
.vimeo {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.youtube iframe,
.vimeo iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.wp-video {
  width: 100% !important ;
}
.wp-video video {
  top: 0;
  width: 100%;
  height: 100%;
}

.googleform-wrapper {
  position: relative;
  width: 100%;
  height: 800px;
  overflow-y: scroll;
}

.googleform-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.page-template-page-geo_guide .mb4 {
  margin-bottom: 8rem;
}

.search-area,
.guid-form-area {
  background: no-repeat center 40% / cover;
}
.border-width-3 {
  border-width: 3px;
}
.border-width-4 {
  border-width: 4px;
}
.border-width-5 {
  border-width: 5px;
}
.yuri-color {
  color: #db758e;
}
.nikaho-color {
  color: #d64835;
}
.yuza-color {
  color: #50ab6d;
}
.sakata-color {
  color: #e28831;
}
.tobishima-color {
  color: #3c8bd0;
}
div[data-toggle="buttons"] label {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 2em;
  text-align: left;
  white-space: nowrap;
  vertical-align: top;
  cursor: pointer;
  background-color: none;
  border: 0px solid #c8c8c8;
  border-radius: 3px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

div[data-toggle="buttons"] label:hover {
  color: #7aa3cc;
}

.area-list li {
  list-style-type: disc;
  margin-left: 14px;
  letter-spacing: -0.05rem;
}
