@charset "utf-8";

/*!   2階層目以降 自治体の記述
=====================================================================*/

/*__サイドバー__*/


.side-fix-nav{}
.side-fix-nav a{
  text-decoration: none !important;
}
.side-fix-nav a:hover{
  text-decoration: underline !important;
}
.side-fix-nav h2{
  margin-bottom: 10px;
}
.side-fix-nav ul{
  margin: 0 0 0 1em;
  list-style: none;
}
.side-fix-nav li{
  margin-bottom: 10px;
  padding-left: 20px;
  position: relative;
}
.side-fix-nav li::before{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  background: #00a53b;
  border-radius: 100%;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  z-index: 1;
}
.side-fix-nav li::after{
  border-color: #fff;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  left: 4px;
  top: 50%;
  margin-top: -3px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 2;
}
.side-fix-nav li.last-child{}
.side-fix-nav li.last-child::before,
.side-fix-nav li.last-child::after{
  background-color: inherit;
  border: none;
}
.side-fix-nav li.last-child::before{
  background: url(../img/icon-fix-nav-2top.png) no-repeat 0 0;
}

/*!
=====================================================================*/
/*__トップページ__*/
.article-list_block::after{
  display: block;
  content: "";
  float: none;
  clear: both;
  height: 0;
}
#editor_list .article-list_block .col,
#popular_list .article-list_block .col
{
  width: 49.8%;
  float: left;
}
.adsbygoogle-wrapper,
.adsbygoogle-wrapper .col{
  width: 100%;
  display: block;
  margin-bottom: 10px;
  padding:5px;
}


@media only screen and (min-width: 769px) {
#editor_list .article-list_block .col,
#popular_list .article-list_block .col{
    width: 33.33%;
  }
}

@media only screen and (min-width: 769px) {
  .article-list_block{
    margin-left: -40px;
	margin-bottom: 3em;
  }
  .article-list_block .col{
    margin:0 0 30px;
    padding-left:40px;
  }
}
.article-list_block{
	margin-bottom: 3em;
  }
@media only screen and (min-width: 769px) {
  .adsbygoogle-wrapper{
    display: table;
    width: 100%;
    /*margin-bottom: 30px;*/
    margin-right:-15px;
  }
  .adsbygoogle-wrapper .col{
    display: table-cell;
    padding: 0 15px 0 0;
    width: 50%;
    text-align: left;
  }
}

.postList__meta__term--theme{margin-top:6px}

/*__エリアのitot一覧へのリンク__*/
.arealist-itot-link {
  display: block;
  float: none;
  clear: both;
  margin: 10px 0 30px;
}
.arealist-itot-link a {
  display: block;
  padding: 8px 20px;
  position: relative;
  background: #efefe0;
  border-radius: 5px;

}

/*!
=====================================================================*/
/*__カテゴリーページ__*/
.category .iframe_warpper{
  margin-bottom: 20px;
  float: none;
  clear: both;
}

.category .article-list_block .col{
  margin-bottom: 5px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  border-bottom: solid 1px #e3ded0;
  font-size: 1.2rem;
}

@media only screen and (min-width: 769px) {
  .category .article-list_block{
    margin-left: -20px;
  }
  .category .article-list_block .col{
   width: 33.33%;
    margin-bottom: 20px;
    padding-left:20px;
    padding-top:0;
    padding-bottom: 30px;
    border: none;

  }
}
.category .article-list_block .col .text_box{
  /*font-size: 1.2rem;*/
}
.category .article-list_block .col h3{
  font-size: 1.4rem;
  font-weight: 700;
  margin: 5px 0;
}

/*__続きを読む__*/
.content-area .relayLink {
  display: block;
  /*text-align: right;*/
  padding-top: 8px;
}

.content-area .relayLink a {
  font-weight: normal;
  display: inline-block;
  color: blue;
}

.content-area .relayLink a:hover {
  text-decoration: none;
  color: red;
}

.category .article-list_block .col .relayLink {
  display: block;
  padding-top: 8px;
}

.content-area .relayLink a {
  padding: 2px 16px 2px 0;
}

.content-area .has-relayLink .relayLink a,
.content-area .relayLink a.blank-link {
  background: url(../img/blank-link.gif) no-repeat 100% 50%;
}

.content-area .relayLink a.self-link {
  background: url(../img/self-link.gif) no-repeat 100% 50%;
  color: #91AF00;
}

.content-area .relayLink a.self-link:hover {
  color: #e85403;
}


@media only screen and (min-width: 769px) {
  .category .article-list_block .col .relayLink {
    display: block;
    margin:5px 0;
    padding: 5px 0 0;
    /*font-size: 1.4rem;*/
    border-top: solid 1px #e3ded0;
    text-align: left;
  }
}

/*__カテゴリページ・ページング__*/
.pages {
  text-align: center;
}
.page-current{display: inline-block;
	width: 30px;
	height: 30px;
	margin: 8px;
	border: 1px solid #3b3b30;
	border-radius: 50%;
	background: #3b3b30;
	color: #fff;
	font-size: 1.4rem;
	line-height: 30px;}
.pages .page-num a {
 display: inline-block;
	width: 30px;
	height: 30px;
	margin: 8px;
	border: 1px solid #555;
	border-radius: 50%;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 30px;
}
.pages .page-num a:hover {
  background: #555;
	color: #fff;
	transition: all .3s;
}

.pages .page-prev a,
.pages .page-next a{
    display: inline-block;
    height: 30px;
    margin: 8px;
    font-size: 1.4rem;
    text-decoration: none;
    line-height: 30px;
  width: auto;
	padding-right: 6px;
	padding-left: 6px;
	border: 0;
	border-bottom: 1px solid #555;
	border-radius: 0;
	background: transparent;
	    transition: all .3s;
}

.pages .page-prev a:hover,
.pages .page-next a:hover{
 background: #555;
	color: #fff !important;
}




/*!
=====================================================================*/
/*__シングルページ__*/
#map_size,
img#map_size_icon{
  width:15px;
}

.post-header h1.storytitle{
  font-size: 2.4rem;
  font-weight: 700;
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ccc;
}
.post-header h1.storytitle span{
  font-size: 2rem;
  display: inline-block;
  padding-right: .2em;
  padding-left: .2em;
}

.meta .meta_category{
  margin-bottom: 5px;
}
.meta .meta_category a{
  display: inline-block;
  padding: 6px 12px;
  margin-right: 6px;
  background: #00A53B;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1;
  border-radius: 4px;
  text-decoration: none !important;

  opacity: 1;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}
.meta .meta_category a:hover{
  background: #a5a5a5;
}

.post-header .meta{
  width: 100%;
  margin-bottom: 30px
}
.post-header .meta::after{
  display: block;
  content: "";
  clear: both;
  height: 0;
}




/*news*/

.wp-block-image figcaption{
	font-size:0.8em;
	color:#666666;
	}
	
.single-post h4{
	font-size:1.8rem;
	margin-bottom:1.2em;
	padding: 1rem 2rem;
  border-left: 4px solid #000;
  }	
	
.single-post .content-area p{margin-bottom:1.5em}	

@media only screen and (min-width: 680px) {
  .post-header .meta .meta_category{
    float:left;
    margin-bottom: 0;
  }
  .post-header .meta .sns{
    float:right;
  }
}

.storycontent {
  float: none;
  clear: both;
}

.storycontent h2{font-size:16px;margin-bottom:1em}
.storycontent p{
  font-size: 1.4rem;
  line-height: 1.8;
}
.storycontent p:not(:last-child) {
  margin-bottom: 2.25em;
}
.storycontent p.photo{
  margin-bottom: 1.5em;
}
.storycontent figcaption{
  font-size: 1.2rem;
}

.storycontent img{
  /*width: auto;*/
  max-width: 100%;
}

.storycontent h3{
	font-size:18px;
	line-height: 1.5;
	margin-bottom:10px;
	}
@media only screen and (max-width: 768px) {
  .storycontent h3{
    font-size:16px;
  }
}
.storycontent ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em 0.5em 2em;
}
.storycontent ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

.storycontent ol li:before {
    position: absolute;
    counter-increment: number;
    content: counter(number);
    display: inline-block;
    background: #5e5e5e;
    color: white;
    font-weight: bold;
    font-size: 11px;
    border-radius: 50%;
    left: 0;
    width: 22px;
    height: 22px;
    line-height: 22px;
    text-align: center;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.storycontent .shopData {
  margin:0 0 30px;
  padding:20px;
  background: #efefef;
  line-height: 1.55;
}
.storycontent .shopData strong{
  font-size: 1.6rem;
}

.storycontent .shopData a[target="_blank"]{
  position: relative;
}
.storycontent .shopData a[target="_blank"]::after{
  display: block;
  content: "";
  position: absolute;
  background: url(../img/blank-link.gif) no-repeat #ccc 0 0;
  height: 14px;
  width: 14px;
  top: 50%;
  right: -20px;
  margin-top: -7px;
}

/*__外部リンクの場合__*/
.has-relayLink{
  margin-bottom: 80px;
}

/*__地図部分__*/
#map_data{
  margin: 0 0 30px;
}
#map_data div iframe{
  width: 100% !important;
}
#map_data div[id*="wf"]{
  width: 100% !important;
}
.relaylink-block{
  margin: 30px 0 30px;
  padding: 20px;
}
.relaylink-block h2 {
  font-size: 1.4rem;
  margin-bottom: 5px;
  padding-bottom: 5px;
}
.relaylink-block ul {
  margin: 0;
  list-style: none;
}
.relaylink-block li {
  margin:0 0 5px;
  padding-left: 24px;
  position: relative;
}
.relaylink-block li::after{
  display: block;
  content:"";
  position: absolute;
  top:50%;
  left:0;
  height: 12px;
  width: 12px;
  margin-top:-6px;
  background: #00a53b;
}
.relaylink-block a {
  display: inline-block;
  padding: 0 18px 0 0;
  background: url(../img/blank-link.gif) no-repeat 100% 50%;
}


/*!
=====================================================================*/
/*__ エリア一覧 __*/
.areaList_dl {
  display: block;
}
.areaList_dl dt {
  display: block;
  font-size: 16px;
  font-weight: bold;
  line-height: 18px;
  margin: 0 0 10px;
  padding: 10px 12px;
}

.areaother .areaList_dl dt{
  margin-top : -60px;
    /*padding-top : 60px;*/
    padding: 60px 0 0;
}
.areaother .areaList_dl dt span{
  display: none;
}
.areaother .areaList_dl dt strong{
  display: block;
    padding: 10px 12px;
}

.areaother .areaList_dl dt.odd strong,
.areaList_dl dt.odd {
  background: #f8f8eb;
}
.areaother .areaList_dl dt.even strong,
.areaList_dl dt.even {
  background: #f5f5f1;
}

.areaother .areaList_dl dt.odd,
.areaother .areaList_dl dt.even{
  background: none !important;
}

.areaList_dl dt a {
  display: block;
  padding: 0;
  text-decoration: none !important;
}

.areaList_dl dt a span {
  background: url(../img/self-link.gif) no-repeat scroll 2px 50% #fff;
  color: #91af00;
  display: inline-block;
  float: right;
  font-size: 12px;
  font-weight: normal;
  line-height: 18px;
  padding:1px 4px 1px 18px;
  border-radius: 3px;
  margin-top: -2px;
}

.areaList_dl dt a:hover span,
.areaList_dl dt a:hover{
  color: red;
}

.areaList_dl dd {
  display: block;
  margin: 0;
  padding: 0;
}
.areaList_dl dd ul {
  font-size: 0.95em;
  line-height: 1.1;
  margin: 0;
}

.areaList_dl dd ul{
  display: none;
}
.areaList_dl dd ul.has-link{
  display: block;
  margin: 5px 10px 30px;
}
.areaList_dl dd ul li {
  display: block;
  margin: 0 0 4px;
  padding: 0 0 4px 18px;
  position: relative;
}
.areaList_dl dd ul li a:link{
  text-decoration: none !important;
}
.areaList_dl dd ul li a::before {
  background: #00a53b;
  content: "";
  display: block;
  height: 10px;
  left: 0;
  top: 50%;
  margin: -5px 0 0;
  position: absolute;
  width: 10px;
}

/*!
=====================================================================*/
/*__404ページ__*/
.error-404 .page-header{
  margin-bottom: 80px;
}
.error-404 .search_box .search-module{
  width: 100%;
    max-width: 100%;
}
.error-404 .cse-logo{
  text-align: right;
    margin: 5px 0 0;
}

.error-404 .page-header h2{
  font-size: 20px;
}

.error-404 .search-header{
  font-size: 14px;
    margin: 0 0 10px;
    padding: 0 0 0 20px;
    position: relative;
}
.error-404 .search-header::before{
  display: block;
  content: "";
  position: absolute;
  height: 16px;
  width: 16px;
  left: 0;
  top: 50%;
  margin-top: -8px;
  background: #00a53b;
  border-radius: 8px;
}

.error-404 .side-fix-nav ul{
  margin-left: 0 !important;
}


/*!  記事型広告向け指定
=====================================================================*/
.sp-icon{
   display: inline-block;
   position: absolute;
   font-style: normal;
   font-weight: bold;
   font-size: 1.1rem;
   line-height: 1;
   z-index: 2;
   background: #666;
   color: #fff;
   padding: 2px 10px;
}

.sp-icon-new{
  background: #DB2C0D;
}

.sp-icon-up{
  background: #F29704;
}

/*__トップページ__*/
.top-banner-box{
  padding: 20px;
  /* margin-bottom: 30px; */
  position: relative;
}
.top-banner-box a{
  text-decoration: none !important;
}
.top-banner-box .row{
  display: table;
}
.top-banner-box .photo_box{
  width: 50%;
    display: table-cell;
    vertical-align: top;
}

.top-banner-box .text_box{
  display: table-cell;
    vertical-align: top;
    padding-left: 20px;
}

.top-banner-box .text_box .pr-title-text{}

.top-banner-box .text_box h1{
  text-decoration: underline;
    padding: 10px 0;
    margin: 0 0 10px;
    font-size: 1.6rem;
}

@media only screen and (max-width: 680px) {
  .top-banner-box .row{
      display: block;
    }
    .top-banner-box .photo_box,
    .top-banner-box .text_box{
      display: block;
        padding: 0;
        width: 100%;
    }
}

hr + .freespace_top_block{margin-top:20px}

/*___サイドバー__*/
#aside-sp-content_box{}
#aside-sp-content_box .photo_box{
  padding: 0;
}
#aside-sp-content_box .text_box{
   padding: 0 0 0 10px;
}


/*__下層ページ__*/
.sp-header{
  float: none;
    clear: both;
    display: table;
    width: 100%;
}
.sp-header::after{
  display: block;
    content: "";
    height: 0;
    clear: both;
}
.sp-header .h2-title-2nd{
  font-size: 1.4rem;
  text-align: left;
    display: table-cell;
}
.sp-header .h2-title-2nd strong{
  padding: 0 10px 0 0;
}
.sp-header .meta{
  display: table-cell;
    text-align: right;
    vertical-align: middle;
}
.sp-header .meta .sns{
  float: right;
}

@media only screen and (max-width: 680px) {
  .sp-header{
        display: block;
      }
    .sp-header .h2-title-2nd,
    .sp-header .meta{
        display: block;
          text-align:left;
      }
  .sp-header .meta .sns{
    float: none;
  }
}

/*-----SPドロワーメニュー--------*/

#nav-content a {
              display: block;
              max-width: 300px;
              padding: 0.5rem 0;
              color: #fff;
        }
        #nav-drawer {
              position: fixed;
    right: 0;
    top: 0;
    padding: 10px;
    z-index: 9999;
    width: 45px;
        }

        /*チェックボックス等は非表示に*/
        .nav-unshown {
              display:none;
        }

        /*アイコンのスペース*/
        #nav-open {
              display: inline-block;
              width: 30px;
              height: 22px;
              vertical-align: middle;
        }

        /*ハンバーガーアイコンをCSSだけで表現*/
        #nav-open span, #nav-open span:before, #nav-open span:after {
              position: absolute;
              height: 3px;/*線の太さ*/
              width: 25px;/*長さ*/
              border-radius: 3px;
              background: #555;
              display: block;
              content: '';
              cursor: pointer;
        }
        #nav-open span:before {
              bottom: -8px;
        }
        #nav-open span:after {
              bottom: -16px;
        }

        /*閉じる用の薄黒カバー*/
        #nav-close {
          display: none;/*はじめは隠しておく*/
          position: fixed;
          z-index: 9998;
          top: 0;/*全体に広がるように*/
          left: 0;
          width: 100%;
          height: 100%;
          background: black;
          opacity: 0;
          transition: .3s ease-in-out;
        }    

        /*中身*/
        #nav-content {
              overflow: auto;
          position: fixed;
          top: 0;
          right: 0;
          z-index: 9999;/*最前面に*/
         width: 90%;/*右側に隙間を作る（閉じるカバーを表示）*/
          max-width: 330px;/*最大幅（調整してください）*/
          height: 100%;
          background: #00A53B;/*背景色*/
          transition: .3s ease-in-out;/*滑らかに表示*/
          -webkit-transform: translateX(100%);
          transform: translateX(100%);/*左に隠しておく*/
        }

        /*チェックが入ったらもろもろ表示*/
        #nav-input:checked ~ #nav-close {
              display: block;/*カバーを表示*/
              opacity: .5;
        }

        #nav-input:checked ~ #nav-content {
              -webkit-transform: translateX(0%);
              transform: translateX(0%);/*中身を表示（右へスライド）*/
              box-shadow: 6px 0 25px rgba(0,0,0,.15);
        }
		
		/*------------------------------------------------------------------------------------*/
		
		#nav-content {padding:20px}
		#nav-content h2{font-size:24px;color:#fff}
		#nav-content .hm-header-searchform{display:flex; justify-content:space-between}
		#nav-content input[type="text"],#nav-content [type=submit] {
			
    font-size: 24px;
	background:#FFF;
}

#nav-content input[type="text"]{width:85%}
#nav-content [type=submit] {width:13%}

#nav-content .hm-search-module-header{
	padding-bottom:2em}

#nav-content .areaother .areaList_dl dt.even strong, #nav-content .areaList_dl dt.even {
    background: transparent;
	font-size:18px;color:#fff;padding:0em 0 1em;
	
}



#nav-content .areaList_dl dt{padding:0;}

#nav-content .arealist-itot-link{    margin: 0px;}
#nav-content .arealist-itot-link a{ background: transparent; border:1px solid #fff;padding:10px}
#nav-content .areaList_dl dd ul li a:link {
    text-decoration:underline;
}

#nav-content .areaList_dl dd ul li a::before {
    background: #FFF;
}

#nav-content .areaList_dl dd ul.has-link {
    display: block;
    margin: 0px;
}


#nav-content h3{font-size:18px;color:#fff;margin: 2em 0 1em;}

#nav-content .side-fix-nav li::before,#nav-content .side-fix-nav li.last-child::before{    background: #FFF;}
#nav-content .side-fix-nav li::after {
    border-color: #00a53b;
}

#nav-content .side-fix-nav li.last-child::after{
border:hidden}


#nav-content .side-fix-nav ul {
    margin: 0 0 0 0;
}
#nav-content .side-fix-nav li {
    margin-bottom: 0px;
}



#nav-content img {width:auto; height:auto}

#nav-content .hm-sns,
#nav-content .hm-logo{margin:1.5em 0 1.5em;
display: flex;
    justify-content: center;
}
#nav-content .hm-sns img{margin:0 0.5em}

/*-----SPドロワーメニューここまで--------*/


/*人気記事*/

#aside-wpp_box .aside_inner {
    padding: 0;
    border: solid 1px #E1E1E1;
}

#aside-wpp_box h3 {
    margin-bottom: 0;
    background: #E3DED0;
    padding: 15px;
}

#aside-wpp_box .text_box h1{
	font-size: 1.3rem;
    line-height: 1.2;
	}

#aside-wpp_box .wpp-excerpt{
	font-size: 1.1rem;
    line-height: 1.3;
	}	
	
#aside-wpp_box li:nth-child(1) .text_box h1::before {
    content: "1位：";
}
#aside-wpp_box li:nth-child(2) .text_box h1::before {
    content: "2位：";
}
#aside-wpp_box li:nth-child(3) .text_box h1::before {
    content: "3位：";
}
#aside-wpp_box li:nth-child(4) .text_box h1::before {
    content: "4位：";
}
#aside-wpp_box li:nth-child(5) .text_box h1::before {
    content: "5位：";
}
#aside-wpp_box li:nth-child(6) .text_box h1::before {
    content: "6位：";
}
#aside-wpp_box li:nth-child(7) .text_box h1::before {
    content: "7位：";
}
#aside-wpp_box li:nth-child(8) .text_box h1::before {
    content: "8位：";
}
#aside-wpp_box li:nth-child(9) .text_box h1::before {
    content: "9位：";
}
#aside-wpp_box li:nth-child(10) .text_box h1::before {
    content: "10位：";
}

	
/*人気記事ここまで*/

/*2022追加*/


/*ドロワーメニュー*/
/* 
hamburger(ハンバーガーアイコン)
=================================== */
.hamburger {
  position: absolute;
  right: 20px;
  top: 20px;
  width: 50px;
  height: 40px;
  cursor: pointer;
  z-index: 300;
}

.hamburger__line {
  position: absolute;
  width: 50px;
  height: 3px;
  right: 0;
  background-color: #000;
  transition: all 0.5s;
}

.hamburger__line--1 {
  top: 1px;
}

.hamburger__line--2 {
  top: 18px;
}

.hamburger__line--3 {
  top: 36px;
}

/*ハンバーガーがクリックされたら*/
.open .hamburger__line--1 {
  transform: rotate(-45deg);
  top: 11px;
}

.open .hamburger__line--2 {
  opacity: 0;
}

.open .hamburger__line--3 {
  transform: rotate(45deg);
  top: 11px;
}

/* 
sp-nav(ナビ)
=================================== */
.sp-nav {
  position: fixed;
  right: -100%; /*ハンバーガーがクリックされる前はWindow右側に隠す*/
  top: 0;
  width: 90%; /* 出てくるスライドメニューの幅 */
  padding: 10px;
  height: 100vh;
  background-color: #fff;
  transition: all 0.5s;
  z-index: 200;
  overflow-y: auto; /* メニューが多くなったらスクロールできるように */
  text-align: left;
}

/*ハンバーガーがクリックされたら右からスライド*/
.open .sp-nav {
  right: 0;
}


/* 
black-bg(ハンバーガーメニュー解除用bg)
=================================== */
.black-bg {
  position: fixed;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: 5;
  background-color: #000;
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  cursor: pointer;
  z-index: 100;
}

/*ハンバーガーメニューが開いたら表示*/
.open .black-bg {
  opacity: 0.3;
  visibility: visible;
}

.sp-nav .hm-header-searchform{
	display:flex; justify-content:space-between;
	}
.sp-nav input[type="text"],.sp-nav [type=submit] {			
    font-size: 24px;
	background:#FFF;
	border: 1px solid #000;
    color: #000;
}

.sp-nav input[type="text"]{width:85%}
.sp-nav [type=submit] {width:13%}

.sp-nav .hm-search-module-header{
	padding-bottom:2em}
	
.sp-nav img {width:auto; height:auto}	
.sp-nav .hm-sns,
.sp-nav .hm-logo{margin:1.5em 0 1.5em;
display: flex;
    justify-content: center;
}
.sp-nav .hm-sns img{margin:0 0.5em}	
	

.area_lead{font-size:18px;margin: 0 0 0px 0px;line-height:1.6;}
@media (max-width: 500px) {.area_lead{font-size:13px;margin: 0 0 0px 0px;}}


/*エリア名*/
.areaname-wrap{display:block;position:relative}
.areaname {z-index:2;position: absolute;top: 50%;left: 50%;transform: translateY(-50%) translateX(-50%);-webkit- transform: translateY(-50%) translateX(-50%);max-width: 400px;width: 70%;display: inline-block;align-items: center;padding: 20px;margin: 0px auto;border: 1px solid #ffffff;background-color: rgba(255,255,255,0.2);justify-content: center;font-size: 40px;color: #ffffff;background: rgb(0 0 0 / 52%);font-weight: 600;line-height: 1.2;text-align:center;}
.areaname:before,
.areaname:after {border-top: 1px solid #FFFFFF;content: "";width: 50px;position: absolute;top: 50%;}
.areaname:before {left: -25px;}
.areaname:after {right: -25px;}

@media (max-width: 500px) {
   .areaname{
	   font-size: 23px;
   }
	.areaname:before,
.areaname:after {width: 30px;}
	.areaname:before {left: -15px;}
.areaname:after {right: -15px;}
	 }

.page-areaname{text-align:center;}
.page-areaname a{font-size:21px;color:#333333; letter-spacing:3px;font-weight:bold; text-decoration:none}


@media (max-width: 500px) {
   .page-areaname a{
	   font-size:18px;
   }
	 }

/*スライダー*/
#slider-block{
  width: 100%;
  height: 300px;
  padding:0;
  background: -moz-linear-gradient(bottom, #34b6c6, #3576a1);
  background: -webkit-linear-gradient(bottom, #34b6c6, #3576a1);
  background: linear-gradient(to top, #34b6c6, #3576a1);
}
.slider-inbox,.slider-inbox img{
  height: 300px;
}

.slick-prev {
    left: 25px;
    z-index: 2;
}

.slick-next {
     right: 25px;
	z-index: 2;
}


h1.taxonomy + p:empty{display:none}
h1.taxonomy + p{margin-bottom:25px}


/*編集部おすすめ*/
#editor_list h2{
	font-size:24px;
	position: relative;
	padding: 0px 65px;
	text-align: center;
	margin: 30px 0;
}

@media (max-width: 500px) {
	#editor_list h2{font-size:18px;}
	}

#editor_list h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

#editor_list h2 span {
  position: relative;
  padding: 0px 1em;
  background: #FFF;
  display: inline-block;
  }

#editor_list .post_block .text_box h3{
	font-size:1.6rem;
}
#editor_list a .meta-areaname {font-size:1.5rem}

#editor_list .text_box{margin-top:10px}
@media (max-width: 500px) {
#editor_list .article-list_block .col{width:100%;float:none}

#editor_list a .meta-areaname {
    font-size: 1.1rem;
}
#editor_list .post_block .text_box h3 {
    font-size: 1.3rem;
}
}

.tokushu_link a{
max-width: 100%;
    width: 400px;
    margin: 0 auto 4em;
	border-radius:10px;
	background:#00A53B;
	display:block;
	padding:10px 10px;
	font-size:18px;
	color:#FFF;
	text-align:center;
}

.tokushu_list{
	font-size:18px !important;
	margin-bottom:1em;
}

/*住みたい街*/
#column_list h2{
	font-size:24px;
	position: relative;
	padding: 0px 65px;
	text-align: center;
	margin: 20px 0;
}

@media (max-width: 500px) {
	#column_list h2{font-size:18px;}
	}

#column_list h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #000;
}

#column_list h2 span {
  position: relative;
  padding: 0em 1em;
  background: #E8E7E3;
  display: inline-block;
  white-space: nowrap;
  }

#column_list{ background:#E8E7E3;padding:20px}

.card_img{width: 30%;float:left;position: relative;}
.card_img span{
    display: inline-block;
    padding: 6px 12px;
    background:#3B3B3A;
    color: #fff;
    line-height: 1;
    position: absolute;
    border-radius: 0 0 0 4px;
    z-index: 2;
    top: 0;
    right: 0;
    }
.card_img span:empty {
  display: none;
}	
.card_img span a{color:#fff;}
.card_text{width: 65%;float:right;/* margin-left:20px; */}
.card_text h3{font-size:18px;line-height:1.5;margin-bottom:0.7em}
.card_text p{font-size:16px;;line-height:1.5; text-decoration:none;}
.card_text span{display: inline-block;background:#3B3B3A;float: right;padding: 2px 5px;border-radius: 5px;}

@media (max-width: 500px) {
.card_img{width:100%;float:none}
.card_text{max-width:100%;width: 100%;float:none;/* margin-left:20px; */}
.card_text h3{font-size:15px;}
.card_text p{font-size:13px;}
.card_text span a{font-size:11px;}
	}

/*よく見られている記事*/

#popular_list .wpp-list li {
    margin-bottom: 1rem;
	border-bottom:1px solid #CCCCCC;
	padding-bottom:1rem;
}



#popular_list h2{
	font-size:24px;
	position: relative;
	padding: 0px 65px;
	text-align: center;
	margin: 30px 0;
}



#popular_list h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #EFEFE0;
}

#popular_list h2 span {
  position: relative;
  padding: 0 1em;
  background: #FFF;
  display: inline-block;
  white-space: nowrap;
  }
  
#popular_list .pp_img{width: 30%;float:left}
#popular_list .pp_text{max-width: 65%;float:right;/* margin-left:20px; */}
#popular_list h3 a{font-size: 1.6rem;
text-decoration: underline !important;
    margin-top: 0.7em;
    display: block;}
#popular_list p{font-size:16px;line-height:1.8}

@media (max-width: 500px) {
	
#popular_list h2{font-size:18px;}	
#popular_list h3 a{font-size:15px;}
#popular_list p{font-size:13px;}
	}

/*SNS*/

#sns_list h2{
	font-size:24px;
	position: relative;
	padding: 0px 65px;
	text-align: center;
	margin: 30px 0 20px;
}

#sns_list h2:before {
  position: absolute;
  top: calc(50% - 1px);
  left: 0;
  width: 100%;
  height: 2px;
  content: '';
  background: #EFEFE0;
}

@media (max-width: 500px) {#sns_list h2{font-size:18px;}}

#sns_list h2 span {
  position: relative;
  padding: 0 1em;
  background: #FFF;
  display: inline-block;
  }
  
.fb_tw {display:flex;justify-content:space-between;} 

@media (max-width: 500px) {
  .fb_tw {flex-wrap: wrap;justify-content:center;} 
	 }

/*サイドバー2022*/

.area_tag_btn{display:inline-block;border:1px solid #3B3B3A;margin:3px;padding: 4px 6px;border-radius:5px;}

h2.leftline {
  position: relative;
  display: inline-block;
  padding: 0 45px;
  text-align: center;
  font-size:18px;
  margin: 20px 0;
}

h2.leftline:before
{
  position: absolute;
  top: calc(50% - 2px);
  width: 30px;
  height: 4px;
  content: '';
  border-top: solid 4px #000;
}

h2.leftline:before {
  left: 0;
}


.category_list,.category_list2{list-style-type:none}
.category_list2{display:flex;justify-content:space-between;}

.category_list{display:flex;justify-content:space-between;flex-wrap:wrap;}
.category_list li{width: 48%;margin-bottom:10px;height: 48px;display: flex;align-items: center;}
.category_list li a{
  padding: 0px 0px 0 55px;
  position: relative;
  /* display: inline-block; */
  }
.gourmet:before,
.sports:before,
.public:before,
.park:before,
.culture:before,
.medical:before,
.education:before,
.amusement:before,
.shop:before,
.access:before,
.pref:before
{

  content: "";
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
 }
 
  .gourmet:before { 
  background-image: url(../img/i_gourmet.png); /* 画像URLを指定 */
  }
  .sports:before { 
  background-image: url(../img/i_sports.png); /* 画像URLを指定 */
  }
  .public:before { 
  background-image: url(../img/i_public.png); /* 画像URLを指定 */
  } 
  .park:before { 
  background-image: url(../img/i_park.png); /* 画像URLを指定 */
  }
  .culture:before { 
  background-image: url(../img/i_culture.png); /* 画像URLを指定 */
  }
  .medical:before { 
  background-image: url(../img/i_medical.png); /* 画像URLを指定 */
  }
  .education:before { 
  background-image: url(../img/i_childcare.png); /* 画像URLを指定 */
  } 
  .amusement:before { 
  background-image: url(../img/i_leisure.png); /* 画像URLを指定 */
  }
  .shop:before { 
  background-image: url(../img/i_shopping.png); /* 画像URLを指定 */
  }
  .access:before { 
  background-image: url(../img/i_access.png); /* 画像URLを指定 */
  } 
  .pref:before { 
  background-image: url(../img/i_pref.png); /* 画像URLを指定 */
  }            
 
.side_area_index,
.side_category_index,
.side_special_index,
.side_news_index,
.side_archives_index,
.side_newitot_index,
.side_otherarea_index,
.side_cocolomachisite_index{
	margin-bottom:40px;}


.side_special_index ul li{margin:0px 5px 0 0;max-width:95px;}
.side_special_index ul li:last-child{margin:0}


.side_newitot_index .i_pref{
	background:#E3DED0;
	padding:4px 6px;
	margin-right:5px;
	border-radius:5px;
	
}

.side_newitot_index p{
	margin-bottom:1rem}
 
 .side_news_wrap{display:flex;justify-content:space-between;flex-wrap:wrap;padding-bottom:5px;margin-bottom:10px;border-bottom:1px solid #CCCCCC;}
 .side_news_pic{width: 30%;}
 .side_news_text{width: 65%;}
 
.side_cocolomachisite_index p {
    margin-bottom: 24px;
max-width:430px}
 .side_newitot_index:after{content: "";display:block;clear:both}
 .side_newitot_index dt{float: left;
    background: #E3DED0;
    padding: 2px 3px;
    clear: left;
    margin-right: 1em;
    border-radius: 3px;
    margin-bottom: 3px;
    width: 5em;
    text-align: center;}
 .side_newitot_index dd{float:left;padding:2px 3px;margin-bottom:3px;margin-right:1em;}
 
 .side_otherarea_index{clear:both}
 .side_otherarea_index strong{margin-top: 10px;display: inline-block;font-size: 15px;}
 
 /*不動産広告*/
#realestate_list{background-color:#00A53B;padding:20px 20px 0;color:#FFF;border-radius:5px}
#realestate_list h2{font-size:24px;margin-bottom:20px; letter-spacing:2px;position:relative;}
#realestate_list h2:before{content: '';/*何も入れない*/
  display: inline-block;
  width: 26px;/*画像の幅*/
  height: 26px;/*画像の高さ*/
  background-image: url(../img/realestate-icon.png);
  background-size: contain;
  vertical-align: middle;
  margin:0 5px 2px 0}
#realestate_list .photo_box{border:1px solid #ffffff;margin-bottom:10px}
#realestate_list .catch{/* font-size:16px; */line-height:1.3;margin-bottom:5px;display:inline-block;color:#FFF;letter-spacing:1px;}
#realestate_list h3{font-size: 1.25em;line-height:1.3;letter-spacing:1px;color:#FFF;font-weight: bold;}

 @media screen and (min-width: 501px) {
#realestate_list .article-list_block{
	display:flex;
	justify-content:space-around;
}

#realestate_list .col{
	width:32%;
	}
 }
 
  @media screen and (max-width: 500px) {
#realestate_list .article-list_block{
	display:block;
}

#realestate_list .col{
	width:100%;
	}
 }
 
 /*カテゴリページ2022*/
 
 .taxonomy{font-size:24px;margin-bottom: 1em;}
 .refinement{font-size:18px;margin-bottom:1em}
 
 ul.cat_tax_tag {
  margin: 0;
  padding: 0;
  list-style: none;
}
ul.cat_tax_tag li {
  display: inline-block;
    border: 1px solid #3B3B3A;
    margin: 3px;
    padding: 4px 6px;
    border-radius: 5px;
}


.tag-icon_right{background-color:#3b3b3a;}
.tag-icon_right:empty {
  display: none;
}	
 .filtering{display:inline-block;font-size:18px;padding-right: 10px;font-weight: normal;}
 .filtering-block{margin-bottom:1em;border: 1px solid #999;padding: 20px;border-radius: 5px;}
 .selectform{display:inline-block;border-radius:3px;background: #DEDEDE;padding: 3px 5px;}
 
 .wrap-listbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style:none;
}

 .wrap-listbox:after{
	 content: "";
    display: block;
    width: 32%;  /* .boxに指定したwidthと同じ幅を指定する */
    height: 0;
 }

.listbox {
  width: 32%;
  box-sizing: border-box;
  padding: 8px;
  background: #E8E7E3;
  /* border: 1px solid #f0f0f0; */
  position: relative;
  -moz-box-shadow: 3px 3px 0px 0px rgb(204, 204, 204);
  /* -webkit-box-shadow: 3px 3px 0px 0px rgb(204, 204, 204); */
  /* box-shadow: 3px 3px 0px 0px rgb(204, 204, 204); */
  -ms-filter: "progid:DXImageTransform.Microsoft.dropshadow(OffX = 3, OffY = 3, Color = #ffcccccc, Positive = true)";
  filter: progid:DXImageTransform.Microsoft.dropshadow(OffX=3, OffY=3, Color=#ffcccccc, Positive=true);
  margin-bottom: 25px;
  }
  
@media (max-width: 500px) {
  .listbox{
    width: 100%;
  }
}

.entry-text-cont{padding-top:10px}
.catch{line-height: 1.5;
	margin-bottom: 5px;
    display: inline-block;
	}
.catch:empty{display:none}		
.tit-libox {
    line-height: 1.5;
    margin: 0px 0 8px;
    font-size: 1.25em;
}

.exist_excerpt {
  font-size: 14px;
  color: #696969;
  line-height: 1.6;
}

/*ページャー*/
.pagination .nav-links {
	text-align: center;
}
.pagination .nav-links .current {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 8px;
	border: 1px solid #3b3b30;
	border-radius: 50%;
	background: #3b3b30;
	color: #fff;
	font-size: 1.4rem;
	line-height: 30px;
}
.pagination .nav-links .dots {
	display: inline-block;
	margin: 8px;
	font-size: 1.4rem;
	font-weight: bold;
	line-height: 30px;
}
.pagination .nav-links a.page-numbers {
	display: inline-block;
	width: 30px;
	height: 30px;
	margin: 8px;
	border: 1px solid #555;
	border-radius: 50%;
	font-size: 1.4rem;
	text-decoration: none;
	line-height: 30px;
}
.pagination .nav-links a.page-numbers:hover {
	background: #555;
	color: #fff;
	transition: all .3s;
}
.pagination .nav-links a.prev.page-numbers,
.pagination .nav-links a.next.page-numbers {
	width: auto;
	padding-right: 6px;
	padding-left: 6px;
	border: 0;
	border-bottom: 1px solid #555;
	border-radius: 0;
	background: transparent;
}
.pagination .nav-links a.prev.page-numbers:hover,
.pagination .nav-links a.next.page-numbers:hover {
	background: #555;
	color: #fff;
}

/*サムネサイズ*/

.view figure {
   overflow: hidden;
   padding-top: 56.25%; /* 画像の高さを幅の56.25%に固定する */
}
.view figure img {
   width: 100%;
}

.view figure {
   position: relative;
   overflow: hidden;
   padding-top: 60%;
}
.view figure img {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
}

.view figure img {
   position: absolute;
   top: 50%;
   left: 50%;
   transform: translate(-50%,-50%);
   width: 100%;
   height: 100%;
   object-fit: cover;
}

/*レポート*/

figcaption {
    display: block;
    margin-top: 7px;
    font-size: 0.75em;
    text-align: center;
}


.fuki3 {
	background: #ffffff;
	border: 2px solid #54483E;
	display: block;
	padding: 10px;
	width: auto;
	max-width: 100%;
	min-width: 4em;
	border-radius: 4px;
	font-size: 0.875em;
	-webkit-filter: drop-shadow(2px 2px 2px rgba(0,0,0,0.3));
	font-weight: bold;
}
.fuki3:after, .fuki3:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.fuki3.tl:after, .fuki3.tc:after, .fuki3.tr:after, .fuki3.mc:after,.fuki3.bl:after, .fuki3.bc:after, .fuki3.br:after {
	border-color: rgba(255, 255, 255, 0);
	border-top-color: #ffffff;
	border-width: 15px;
	margin-left: -15px;
}
.fuki3.tl:before, .fuki3.tc:before, .fuki3.tr:before, .fuki3.mc:before,.fuki3.bl:before, .fuki3.bc:before, .fuki3.br:before {
	border-color: rgba(181, 181, 181, 0);
	border-top-color: #54483E;
	border-width: 18px;
	margin-left: -18px;
}

/*吹き出しの△の設定ここまで*/

.cat-report .storycontent h3,.cat-column .storycontent h3{font-size:1.8rem}
.cat-report .storycontent ul, .cat-column .storycontent ul{
	list-style:none;
	margin-bottom:2em;
}

/*ライフスタイル*/
.cat-lifestyle .b_lead{padding-left:0 !important}
.cat-lifestyle .storycontent h3 em:before{content: url(../img/i_clock.png);
  vertical-align: middle;
  padding-right: 5px;}
.cat-lifestyle .storycontent .cd-timeline-img{content: url(../img/i_clock.png);
  vertical-align: middle;
  padding-right: 5px;
  margin-bottom:5px;} 
.cat-lifestyle .storycontent h2,   
.cat-lifestyle .storycontent h3 {font-size:1.8rem;margin-top:2em}
.cat-lifestyle .storycontent em{font-style:normal;padding-right: 5px;}

#topicPass br,.topich-path_inner br{display:none}

.cd-timeline-img{display:inline-block}
.cd-timeline-img+p,.cd-timeline-img+p+h2{display:inline;font-size: 1.8rem;font-weight:bold;}


/*インタビュー*/
.cat-interview .storycontent h3{font-size:1.8rem; line-height:1.8}


	
/*不動産広告*/
@media (max-width: 500px) {
	#realestate_list {
    padding: 20px ;}
  #realestate_list .article-list_block .col {
    width: 100%;
    float: none;
    /* display: flex; */
    clear: both;
}
#realestate_list .article-list_block .col a {
    /* display: flex; */
    justify-content:sppace-between;
    justify-content: space-between;
}

#realestate_list .photo_box{width:48%;float: left;}
#realestate_list .text_box{width:48%;float: right;}
}

/*自治体情報*/

div.noframe {
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 10px;
}

div.noframe #contents_wrap h2 {
	background-color: #00A53B;
	padding: 5px 10px;
	font-size: 13px;
	color: #FFFFFF !important;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 15px;
}



div.noframe .data_table {
	width: 48%;
	float: left;
	margin: 0px 0px 20px;
	overflow: hidden;
}
div.noframe .data_table2 {
	width: 48%;
	float: right;
	margin: 0px 0px 20px;
	overflow: hidden;
}
 @media screen and (max-width: 768px) {
div.noframe .data_table {
	width: 100%;
	float: none;
}
div.noframe .data_table2 {
	width: 100%;
	float: none;
}
}

div.noframe .data_table td {
	padding: 9px 15px;
	color: #000000;
	font-size: 12px;
}
div.noframe .data_table2 td {
	padding: 9px 15px;
	color: #000000;
	font-size: 12px;
}
div.noframe tr:nth-child(even) {
	background: #ffffff;
}
div.noframe tr:nth-child(2n+1) {
	background: #f5f5f5;
}
div.noframe .data01 {
	text-align: left;
}
div.noframe .data02 {
	text-align: right;
}

div.noframe #contents_wrap table.data {
	width: 100%;
}

div.noframe #contents_wrap #data_note {
    clear: both;
    line-height: 1.5em;
    font-size: 10px;
    color: #555555;
    padding: 10px;
}
#wiki p:not(.official-site) a{
max-width: 100%;
    width: 400px;
    margin: 2em auto 2em;
	border-radius:10px;
	background:#00A53B;
	display:block;
	padding:10px 10px;
	font-size:18px;
	color:#FFF;
	text-align:center;
}

#wiki span{font-size:10px;margin-bottom:3em;display: block;}

.prefphoto {max-width:800px;max-height:533px}

/*figure調整*/
.single figure{margin-bottom:2em}


/*広告調整*/


.addflex{display: flex;
    justify-content: space-between;
    flex-wrap: wrap;}
	.addflex > div{
	margin-bottom:3em}
.adsbygoogle{margin-bottom:3em}	

#div-gpt-ad-1674014413576-0{margin-top:3em;margin-bottom:3em;max-width:100%}
#div-gpt-ad-1674185313762-0,#div-gpt-ad-1674185685565-0{margin-bottom:3em}



/*loading*/
#wikidiv .loader{width:48px;height:48px;margin:0 auto 3em;}


/*kashikaのz-index調整*/

#kashika--close{
	z-index:100;
}