@charset "utf-8";
/*!
@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 769px) {}
@media only screen and (min-width: 1280px) {}

=====================================================================*/

/*!   ローディング画面
=====================================================================*/
#loader-bg {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
}
#loader {
  display: none;
  position: fixed;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  margin-top: -50px;
  margin-left: -50px;
  text-align: center;
  z-index: 200;
}
#loader-bg::after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -64px;
  margin-left: -64px;
  background: #666;
  /*-webkit-animation: load8 3.8s infinite linear;
  animation: load8 3.8s infinite linear;*/
  width:128px;
  height:128px;
  background: url(../img/loading.gif) no-repeat 0 0;
  background-size: cover;
  z-index: 300;
}

@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*!  共通の指定
=====================================================================*/
html {
  font-size: 62.5%;
}
body {
  font-size: 1.4rem;
  line-height: 1.55;
  font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
  font-weight: 500;
  color: #454545;

  word-wrap: break-word;
  overflow-wrap: break-word;
}
h1 { font-size: 1.6rem;}
h2 { font-size: 1.4rem;}
h3 { font-size: 1.3rem;}

h1,h2,h3,h4{
  font-feature-settings : "palt" 1;
}

iframe{
  border: none;
  width: 100%;
  max-width: 100%;
}
hr{
  border: none;
  height: 1px;
  background: #fff;
  background: rgba(255,255,255,0);
  float: none;
  clear: both;
}

img{
  vertical-align: baseline;
  line-height: 1;
  width: 100%;
  max-width: 100%;
  height: auto;
  opacity: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

a:hover img{ opacity: 0.7;}

/*____*/
a{
  color: #000;
  text-decoration: underline;
}
a:visited[]
a:hover{ color: #00A53B;}
a:active{}

/*
a[href^="http"]:empty::before {
  content: attr(href);
}*/

input[type="text"],
input[type="number"],
select,
textarea {
  font-size: 16px;
}

/*!
=====================================================================*/
[class^="section"]{}
[class^="article"]{}
[class^="tag"]{
  display:inline-block;
  padding: 6px 12px;
  background: #00A53B;
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  position: absolute;
  border-radius: 0 0 0 4px;
  z-index: 2;
  top: 0;
}
.tag-icon_right{
  right: 0;
}
a[class^="icon"]{
  position: relative;
  display: inline-block;
  padding-left: 20px;
}
a[class*="icon-arw"]::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;
}
a[class*="icon-arw"]::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;
  transform: rotate(45deg);
  z-index: 2;
}

[class*="_container"]{
  display: block;
  padding-right: 2vw;
  padding-left: 2vw;
  text-align: center;
  width: 100%;
  float: none;
  clear: both;
}

[class*="_inner"]{
  display: block;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  text-align: left;
  padding:20px 0;
  position: relative;
}


/*__～を含む__*/
.post_block,
[class*="post"] .photo_box{
  position: relative;
  z-index: 2;

}
/*____*/
.bg-gray{background-color: #E8E7E3;}
.bg-worm{ background-color: #e3ded0;}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}

/*!
=====================================================================*/
@media only screen and (min-width:1180px) {
	#global-header{
   /* display: flex; */
   /* justify-content: space-between; */
}
}
.header_container{
  background: rgba(255,255,255,1);
  padding-top: 36px;
  padding-bottom: 10px;
  font-feature-settings : "palt" 1;
}

.header_inner{
  display: table;
  padding:0;
  position: relative;
}
.header_inner::after{
  display: block;
  content: "";
  position: absolute;
  width:100%;
  height: 2px;
  background-color: #e3ded0;
  left: 0;
  bottom: -20px;
}

.sticky .header_inner::after,
#itot.home .header_inner::after{
  display: none;
}
#h1-logo a{
  display: flex;
  width: 250px;
  text-decoration: none;
}
#sns-btn{
  display: table-cell;
  text-align: left;
}

#h1-logo img{
  display: inline-block;
  float: left;
  width: 80%;
  max-width: 155px;
  min-width:72px;
}



#h1-logo span{
  display: inline-block;
  font-size: 1.1rem;
  line-height: 1.3;
  color: #00a53a;
  text-align: left;
  padding-left: 4px;
  padding-top: 16px;
  padding-left: 10px;
}



@media only screen and (max-width: 480px) {
  .header_container{
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #h1-logo{
    padding-right: 0;
    width: 80px;
  }
  #h1-logo img{
    max-width: 72px;
  }
  #h1-logo span{
    display: none;
  }
}

.header_left{display:flex;align-items: center;float: left;}
.header_right{
    text-align: right;
    float: right;
    position: absolute;
	right:10px;
}
.nav-wrapper{display:none}
@media only screen and (max-width:900px) {
.header_right{display:none}
.nav-wrapper{display:block}
}

.areaname-logo{display: flex;align-items: center;font-size:26px;line-height: 1;}
.areaname-logo img{width:36px;margin-right: 10px;/* height: 36px; */}
  
/*__sns-btn__*/
#sns-btn{
  min-width: 80px;
}
#sns-btn li{
  display: inline-block;
  /*margin: 0 5px 0 0;*/
  margin: 0;
}
#sns-btn i{
  font-size: 25px;
}
#sns-btn .btn-twitter i{
  color: #1b95e0;
}
#sns-btn .btn-facebook i{
  color: #425dab;
}

@media only screen and (max-width: 769px) {
	 #h1-logo img {
    width: 72px;
    max-height: 34px;
}
#h1-logo span{display:none}

#h1-logo a{width:auto;margin-right:10px}
#sns-btn {
    min-width:60px;
}
}

.areaname-logo{font-size:20px}
.areaname-logo img {
	width:auto;
	height:30px
}


/*__検索ボックス__*/
#header-search_box{
  /* display: table-cell; */
  /* vertical-align: top; */
  /* text-align: right; */
  /* position: relative; */
  display: flex;
  justify-content: end;
}

/**/
.description-text_box{
  display: none
}
@media only screen and (min-width: 680px) {
  .description-text_box{
    display: block;
    font-size: 1.1rem;
    margin-bottom: 10px;
  }
}

/*__stickyヘッダ指定__*/
#global-header.sticky{
  z-index: 5;
  position: fixed;
  background: rgba(255,255,255,0.95);
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
  margin:0;
  padding-top: 20px;
  padding-bottom: 5px;
  height: 80px;
}
#global-header.sticky{
  animation: fadeIn 0.9s ease 0s 1 normal;
  -webkit-animation: fadeIn 0.9s ease 0s 1 normal;
}

.sticky #h1-logo {
  width: 80px;
  vertical-align: middle;
}
.sticky #h1-logo img{
  width: 72px;
  max-height: 34px;
}
.sticky #h1-logo span{
  display: none;
}

.sticky #sns-btn {
  padding:0 /*10px*/;
  vertical-align: middle;
}
.sticky #header-search_box{
  vertical-align: bottom;
}

@keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
  0% {opacity: 0}
  100% {opacity: 1}
}

/*.sticky #header-search_box h2,*/
.sticky .description-text_box{
  display: none;
}

/*__検索モジュール__*/
.search_box h2{}
.search_box h2 img{
  display: block;
}

.search_box .search-module{
  display: inline-block;
  text-align: left;
  position:relative;
  background-color:#F9F9F2;
  border:2px solid #00A53B;
  border-radius: 20px;
  height: 40px;
  width:60%;
  max-width: 440px;
  min-width: 300px;
  padding:8px 16px 8px 48px;
}
.search-module i{
  font-size: 16px;
  color: #00a53a;
  position:absolute;

}
.search-module i.fa-search{
  left:16px;
}
.search-module i.fa-times{
  right:10px;
  top: 10px;
  color: #87b497;
}


.search-module input{
  width:100%;
  line-height:22px;
  background:none;
  border:none;
}
.search-module input:focus {
  border: none;
  outline: none;
}
.search-module input::-webkit-input-placeholder {
  color: #a9d2b7;
  opacity: 1;

}
.search-module input::-moz-placeholder {
  color: #a9d2b7;
  opacity: 1;
}
.search-module input:-ms-input-placeholder {
  color: #a9d2b7;
}

.search-module button{
  display:inline-block;
  padding:0;
  background:#eee;
  height: 16px;
  width: 16px;
  border:none;
  position: absolute;
  top:50%;
  margin-top:-9px;
  left: 16px;
  display: none;
}

/*__カスタム検索　ロゴ__*/
.cse-logo{
  margin-top: 5px;
}
.cse-logo img{
  width: auto;
  max-width: 100%;
}

/*__header itotをご検討の方__*/
#header-for-biz {
  position: absolute;
  display: inline-block;
  right: 170px;
  transition: 1.0s
}

#header-for-biz:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}

#header-for-biz a {
  text-decoration: none;
}
#header-for-biz p {
  font-size: 90%;
  color: #FFF;
  width: 100%;
  background: #2da640;
  text-align: center;
  padding: 8px 15px;
  border-radius: 5px;
}

@media only screen and (max-width: 768px) {
  #header-for-biz {
    display: none;
  }
}

/*__header 検索モジュール__*/
.search_box h2{
  display:
  inline-block;
  font-size: 1.1rem;
  font-weight: 500;
  text-align: center;
  position: relative;
  margin-top: 4px;
  /* left:-40px; */
  width:115px;
}

.search-module-header {
  position: absolute;
  height: 40px;
  margin: 0 auto;
  width: 40px;
  right: 40px;
  top: -2px;
}

.search-btn {
  background: #00A53B;
  border-radius: 50%;
  display: inline-block;
  height: 40px;
  line-height: 40px;
  margin: 0 auto;
  position: absolute;
  top: 0;
  right:-40px;
  text-align: center;
  width: 40px;
}

.search-module-header .search-btn i {
  color: #fff;
  margin: 0;
}

.header-searchform {
  /* height: 40px; */
  /* margin: 0 auto; */
  /* position: absolute; */
  /* top: 0; */
  /* width: 40px; */
}

.search-module-header input[type="text"] {
  background: #ccc;
  border: none;

  background-color:#F9F9F2;
  border:2px solid #00A53B;

  border-radius: 21px;
  color: #333;
  cursor: pointer;
  height: 40px;
  opacity: 0;
  outline: none;
  padding: 5px 20px;
  position: absolute;
  top: 0;
  right: -40px;
  transition: all 0.7s;
  width: 40px;
  z-index: 5;

  background: #fff url(//www.google.com/cse/static/ja/google_custom_search_watermark.gif) no-repeat 200% 100%  !important;
}

.search-module-header input[type="submit"] {
  display: none;
}

.search-module-header input[type="text"]:focus {
  border:2px solid #00A53B;
  cursor: text;
  opacity: 1;
  width: 260px;
  padding-left: 1em !important;
  background: #fff url(//www.google.com/cse/static/ja/google_custom_search_watermark.gif) no-repeat 200% 100%  !important;

  text-shadow: 1px 1px 0 rgba(0,0,0,0.2);
}



/*!
=====================================================================*/
table.gsc-search-box td {}
.gsib_a {
  vertical-align: top !important;
  padding: 0 !important;
}
.gsst_b{}
.gsc-search-box {}

.gsc-search-button{
  display: none !important;
}

.gsc-input-box{
  border: none !important;
  height: 40px !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
}
.gsc-search-box input.gsc-input {

  background-image: none !important;

  box-shadow: none !important;
  display: inline-block;
  text-align: left;
  position:relative;
  background-color:#F9F9F2!important;
  border:2px solid #00A53B!important;
  border-radius: 20px!important;
  height: 40px!important;

  padding:8px 16px 8px 16px !important;
}
.gsc-search-box input.gsc-input::before {
  font-family: 'FontAwesome';
  display: block;
  content: "\f002;";
  font-size: 16px;
  color: #00a53a;
  position:absolute;
  left:16px;

}

input.gsc-input,
input.gsc-input-box,
input.gsc-input-box-hover,
input.gsc-input-box-focus,
.gsc-search-box input.gsc-input:focus{
  box-shadow: none !important;
  background-color:#F9F9F2!important;
  border:2px solid #00A53B!important;
}
.gsc-input-box-hover,
.gsc-input-box-focus{
  border: none !important;
  box-shadow: none !important;
}

.gsc-search-box #gs_cb50.gsc-search-box #bgresponse {
}

.input.gsc-search-button-v2,
.gsc-search-box input.gsc-search-button {
  border: none !important;
  background: #00A53B;
  display: inline-block;
  position: relative;
  color: #fff;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  padding: 0 !important;
}
.input.gsc-search-button-v2,
.gsc-search-box input.gsc-search-button{}

.gsc-search-box div.gsc-clear-button {}


.gsc-webResult.gsc-result,
.gsc-results .gsc-imageResult {}

.gsc-webResult .gsc-result,
.gsc-webResult.gsc-result,
.gsc-webResult .gsc-result{
  padding: 5px 0 10px !important;
  margin-bottom: 5px !important;
  border-bottom: solid 1px #e3ded0 !important;
}

.gsc-result .gs-title{
  text-align: left;
  height: auto !important;
  padding: 0 !important;
}

/*__ウェブ・イメージ検索切り替えタブ__*/
.gsc-tabsArea{
  height: 29px !important;
}
.gsc-tabsArea > .gsc-tabHeader{
  height: 29px !important;
  overflow: hidden;
  min-width: 80px;
}

/*__ページネーション__*/
.gsc-results .gsc-cursor-box{
  margin-top: 20px !important;
  padding-bottom: 20px !important;
  border-bottom: solid 1px #e3ded0;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page{
  display: inline-block !important;
  font-size: 1.4rem;
  line-height: 30px;
  text-align: center;
  width: 30px !important;
  height: 30px !important;
  background-color: #a5a5a5 !important;
  color: #fff !important;
  margin:0 8px 4px 0 !important;

}
.gsc-results .gsc-cursor-box .gsc-cursor-current-page{
  background-color: #00a53b !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page:hover{
  opacity: .75;
}

.cse-footer{
  text-align: center;
  padding: 10px 1em 0;
}

/*2022*フォームボタン改造*/
.inputbox{background:#F9F9F2;border-radius:10px;border:2px solid #00A53B;padding: 2px 5px;margin-left:5px}
.submitbox{background:#00A53B;border-radius:10px;border:2px solid #00A53B;padding: 2px 5px;color:#FFFFFF;margin-left:5px}
/*!
=====================================================================*/
.topich-path_container{
  font-feature-settings : "palt" 1;
}
.topich-path_inner{}
.topich-path_inner li{
  display: inline-block;
  position: relative;
  margin-right: 24px;
  font-size: 1.2rem;
  line-height: 1;
}
.topich-path_inner li a{}
.topich-path_inner li a::after{
  display: block;
  content: "";
  position: absolute;
  border-color: #454545;
  border-style: solid;
  border-width: 1px 1px 0 0;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  right: -15px;
  top: 50%;
  margin-top: -3px;
  position: absolute;
  transform: rotate(45deg);
}
.topich-path_inner li strong{
  font-weight: 500;
  display: inline-block;
  /*max-width:60%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;*/
}

.btm .topich-path_inner{
  border-top: solid 1px #F0F0F0;
  border-bottom: solid 1px #F0F0F0;
}

.breadcrumbs {
	font-size: 1.2rem;
}

.breadcrumbs br {
	display: none
}


/*!
=====================================================================*/
.section_container{}
.section_inner{}

[class*="title"]{
  padding:20px 0;
  text-align: center;
  position: relative;
  line-height: 1.2;
  font-size: 1.1rem;
  margin-left: auto;
  margin-right: auto;

  font-feature-settings : "palt" 1;
}

[class*="title"] strong{
  display: inline-block;
  padding: 0 30px;
  font-weight: 500;
  background: #fff;
  z-index: 3;
}
[class*="title"] strong img{
  width: auto;
  display: block;
  line-height: 1;
  margin: 0 auto 5px;
  text-align: center;
}
[class*="title"]::after{
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  z-index: -1;
}

.h2-title::after{
  height:3px;
  width: 100%;
  background: #EFEFE0;
  margin-top: -1px;
}

#town-search_block .h2-title::after{
  display: none;
}

.h3-title{
  width: 60%;
  min-width: 320px;
  font-size: 1.2rem;
}
.h3-title::after{
  height: 1px;
  width: 100%;
  background-color: #333;
  background-image: -webkit-gradient(linear, 0 0, 100% 0, color-stop(.5, #ffffff), color-stop(.5, transparent), to(transparent));


    background: -moz-linear-gradient(left, #333, #333 50%, #FF9 50%, #fff);
    background: -webkit-linear-gradient(left, #333, #333 50%, #fff 50%, #fff);
    background: linear-gradient(left, #333, #333 50%, #fff 50%, #fff);
    -moz-background-size: 10px 10px;
    -webkit-background-size: 10px 10px;
    background-size: 10px 10px;

}
.h2-other-title strong{
  background: transparent;
}

.post_block {}
.photo_box{
    position: relative;
}
.text_box{}

.meta{
  display: block;
}
a .meta{
  font-size: 1rem;
  text-decoration: none !important;
  color: #666;
}
.meta-update{}
a .meta-areaname{
  font-size: 1.2rem;
  margin-top: 3px;
}

/*!
=====================================================================*/
#extra-contents.arealist-tab-nav{
  padding-right: 2vw;
  padding-left: 2vw;
}
.arealist-tab-nav .aside_inner{}

ul.tab{
  display: block;
  width: 100%;
}
ul.tab li{
  display: inline-block;
  vertical-align: middle;
  border: solid 1px #fff;
  width: 32%;
}

@media only screen and (min-width: 480px) {
  ul.tab{
    display: table;
    width: 100%;
  }
  ul.tab li{
    display: table-cell;
    vertical-align: middle;
  }
  ul.tab li:not(:last-child){
    border-right: solid 2px #fff;
    width: 11.2%;
  }
}

ul.tab a{
  display: block;
  text-decoration: none;
  padding: 10px 0 ;
  text-align: center;
  background-color: #A5A5A5;
  position: relative;
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;

  opacity: 1;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

ul.tab a.selected,
ul.tab a:hover{
  background-color: #00a53b;
}

@media only screen and (min-width: 769px) {
  ul.tab a{
    padding: 15px 0 15px 15px;
    text-align: left;
  }
  ul.tab a::after{
    border-color: #fff;
    border-style: solid;
    border-width: 0 1px 1px 0;
    content: "";
    display: block;
    height: 8px;
    width: 8px;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    position: absolute;
    transform: rotate(45deg);
  }
}

.pannel{
  background: #EFEFE0;
  padding: 2vw;
}
.pannel .relayLink{
  display: block;
  float: none;
  padding-top: 5px;
  text-align: right;
}
.pannel .relayLink a{
  display: inline-block;
  padding-left:16px;
  position: relative;
}
.pannel .relayLink a::before{
  border-color: #00a53a;
  border-style: solid;
  border-width: 2px 2px 0 0;
  content: "";
  display: block;
  height: 6px;
  width: 6px;
  left: 0;
  top: 50%;
  margin-top: -2px;
  position: absolute;
  transform: rotate(45deg);
  z-index: 2;
}

.mapbox{
  font-size: 1.3rem;
}
.mapbox ul{
  margin: 0;
  padding: 0;
}
.mapbox ul li{
  display: inline-block;
  width: 30%;
  margin: 0 2vw 5px 0;
}
.mapbox ul li a{
  display: inline-block;
  padding:3px 5px;
}
@media only screen and (min-width: 680px) {
  .mapbox ul li{
    display: inline-block;
    width: 22%;
  }
}
@media only screen and (min-width: 769px) {
  .pannel{
    padding: 20px;
  }
  .mapbox ul li{
    width: 10%;
    margin: 0 20px 5px 0;
  }
  .mapbox ul li a{
    padding: 0;
  }
}

/*!  地図から探す
=====================================================================*/
#search-map_box ul.tab{
  width: 100%;
}
#search-map_box ul.tab li{
  width: auto;
}
#search-map_box ul.tab a{
  background-color: #f9f9f9;
  border-bottom: solid 2px #fefefe;
  color:#000;
  padding: 4px 8px;
  text-align: center;
}
#search-map_box ul.tab a::after{
  display: none;
}
#search-map_box ul.tab a.selected,
#search-map_box ul.tab a:hover{
  background-color: #efefef;
  border-bottom: solid 2px #00a53b;
}
@media only screen and (min-width: 480px) {

  #search-map_box ul.tab li:not(:last-child){
    width: auto;
    min-width: 4em;
  }
}
/*!
=====================================================================*/
#pagetop{
  display: block;
  position: fixed;
  right: 2vw;
  bottom: 5vh;
  z-index: 8;
}
@media only screen and (min-width: 680px) {
  #pagetop{
    bottom: 120px;
  }

}
#pagetop p{
  margin: 0;
}
#pagetop p a{
  display: block;
  width: 60px;
  height: 60px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  border-radius: 50%;
  text-align: center;
  text-decoration: none;
  font-size: 1.0rem;
  line-height: 1.15;
  padding-top: 26px;
  position: relative;
  opacity: 1;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
}

#pagetop p a::after {
  border-color: #fff;
  border-style: solid;
  border-width: 2px 0 0 2px;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  left: 50%;
  margin-left: -4px;
  position: absolute;
  top: 12px;
  transform: rotate(45deg);
}

#pagetop p a:hover{
  opacity: 0.8;
}

/*!
=====================================================================*/
#global-footer{}
.footer_container{}
.footer_inner{
  /* text-align: center; */
  padding-bottom: 2vw;
}
#global-footer .online{
  height: 70px;
  width: 350px;
  transition: 1.0s
}
#global-footer .online:hover{
    opacity: 0.7;
    filter: alpha(opacity=70);
    -ms-filter: "alpha(opacity=70)";
}
#global-footer .online p{
    font-size: 1.2em;
    color: #FFF;
    width: 100%;
    background: #2da640;
    text-align: center;
    padding: 15px 15px;
    border-radius: 5px;
}
#global-footer .online a{
  text-decoration: none;
}

.facebook-likbox_box{
  display: block;
  text-align: center;
  margin: 0 auto;
}
.facebook-likbox_box iframe{
  width: 100%;
}

/*
.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget span iframe[style] {
  width: 100% !important;
}*/

.footer-global-cocolomachi{
  display: inline-block;
  margin: 2vw auto;
}

@media only screen and (min-width: 680px) {
  .footer_inner{
    display: table;
    /*width: auto;*/
    text-align: left;
  }
  .facebook-likbox_box{
    display: table-cell;
    vertical-align: top;
    width: 40%;
  }
  .facebook-likbox_box iframe{
    width: 100%;
  }
  .footer-global-cocolomachi{
    display: table-cell;
    vertical-align: top;
    /* padding-left: 30px; */
    /* width: 60%; */
    position:
    relative;
  }
}


.footer-global-cocolomachi h3{
  display: block;
  margin-bottom:10px;
}
.footer-global-cocolomachi h3 img{
  width: auto;
}
.footer-global-nav{
  display: inline-block;
  text-align: left;
}
.footer-global-nav ul{
  margin: 0 0 20px;
  padding: 0;
}
.footer-global-nav ul li{
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}
.footer-global-nav li a{
  font-size: 1.3rem;
  font-weight: 700;
  text-decoration: none;
  color: #000;
}
.footer_inner p{
  font-size: 1.1rem;
  padding: 5px 0;
}

@media only screen and (min-width: 769px) {
  .footer-global-cocolomachi h3{
    display: block;
    /* float: left; */
    padding-right: 10px;
  }
}

#cocolomachi-logo{
  text-align: center;
  margin: 3vw auto;
}
#cocolomachi-logo img{
  max-width:115px;
}

.footer_inner .copyright{
  font-size: 1rem;
  line-height: 1;
  margin-top: 5vw;
  padding: 5vw 0 5px;
  border-top: #eee solid 1px;
  white-space: nowrap;
}

@media only screen and (min-width: 680px) {
  .footer_inner p{
    padding: 5px 0 0;
  }
  .footer_inner .copyright{
    padding: 0;
    margin: 0;
    border: none;
  }
}
@media only screen and (min-width: 769px) {

  #cocolomachi-logo{
    margin: 70px 0 0;
    float: right;
  }
}

/*!
//////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////
*/
#recent-post_block .section_inner{
  padding-top: 0;
}
[id*="post_block"] a{
  text-decoration: none;
}

#new-itot-box a,
[id*="post_block"] a.icon-arw,
[id*="post_block"] a strong,
[id*="post_block"] a h3{
  text-decoration: underline;
}

/*__最新記事、その他の記事__*/
.article-list_block{
  margin-left: -2vw;
}
.article-list_block .col{
  margin:0 0 6vw;
  padding-left:2vw;
}
.article-list_block .col a:link,
.article-list_block .col a{
  text-decoration: none !important;
}
.article-list_block .col a:link h3,
.article-list_block .col a h3{
  text-decoration: underline;
}

@media only screen and (min-width: 769px) {
  .article-list_block{
    margin-left: -40px;
  }
  .article-list_block .col{
    margin:0 0 30px;
    padding-left:40px;
  }
}
.post_block .photo_box{
  width: 100%;
  overflow: hidden;
}
.post_block .text_box h3{
  font-size: 1.3rem;
  font-weight: 500;
}

/*__最新記事、特集記事__*/
@media only screen and (min-width: 480px) {
  .first-item .photo_box{
    position: relative;
    z-index: 4;
  }
  .first-item .text_box{
    display: block;
    position: absolute;
    z-index: 6;
    bottom: 0;
    margin: 20px;
    padding: 15px 20px;
    background: rgba(255,255,255,0.8);
  }
  .article-list_block .first-item a .text_box h3{
    text-decoration: none !important;
  }
  .first-item .text_box .meta-update{
    display: inline-block;
    height: 22px;
    padding: 8px 24px 0 15px;
    overflow: hidden;
    background: rgba(255,255,255,0.8);
    position: absolute;
    top: -22px;
    left: 0;
  }
}

@media only screen and (max-width: 480px) {
  a .text_box h3{
    text-decoration: none;
  }
}

#pickup-post_box .photo_box img,
.first-item .photo_box img {
  max-width: 100%;
  vertical-align: top;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#pickup-post_box .photo_box:hover img,
.first-item .photo_box:hover img {
  opacity: 1;
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

/*__最新記事__*/
#other-post_block .col,
#new-post_box .col:not(:first-child){
  width: 50%;
  float: left;
}
#new-post_box .first-item .text_box h3{
  font-size: 1.8rem;
  font-weight: bold;
}

/*__特集記事__*/
@media only screen and (max-width: 768px) {
  #special-post_box:before{
    display: block;
    content: "";
    height: 0;
    clear: both;
  }
}
#special-post_box .first-item .text_box h3{
  font-size: 1.6rem;
  font-weight: bold;
}
#special-post_box .relaylink_box{
 margin-top: 10px;
  text-align: right;
}

/*__注目の街__*/
#pickup-post_box .post_block{
  background:#E3DED0;
  padding: 3vw;
    margin-bottom: 20px;
}

.post_block .row{
  display: table;
  width: 100%;
}
.post_block .row .photo_box,
.post_block .row .text_box{
  display: table-cell;
  vertical-align: top;
}
#pickup-post_box .photo_box{
  width:48%;
}
#pickup-post_box .text_box{
  padding-left:3vw;
}
#pickup-post_box .text_box h3{
  font-size: 1.6rem;
}
@media only screen and (min-width: 768px) {
  #pickup-post_box .post_block{
    padding: 20px;
  }
  #pickup-post_box .photo_box{
    width:60%;
  }
  #pickup-post_box .text_box{
    padding-left:20px;
  }
}

/*__注目の記事__*/
#buzz-box ol{
  margin-left:-2vw;
}
#buzz-box ol li{
  margin: 0 0 2vw;
  padding: 24px 0 0 2vw;
  position: relative;
  vertical-align: top;
  width: 48%;
  display: inline-block;
}
@media only screen and (min-width: 680px) {
  #buzz-box ol{
    margin-left:-20px;
  }
  #buzz-box ol li{
    margin: 0 0 20px;
    padding: 26px 0 0 20px;
    width: 32.8%;
  }
}
#buzz-box ol li::before{
  display: block;
  content: "0";
  position: absolute;
  height:22px;
  width:28px;
  overflow: hidden;
  font-size: 1rem;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  background: url(../img/icon-buzz-ranking.png) no-repeat 0 0;
  color: #fff;
  top: 0;
  left: 50%;
  margin-left: -5px;
  padding-top: 5px;
}
#buzz-box ol li:nth-child(1)::before{
  content: "1";
  background-position:-30px 0;
}
#buzz-box ol li:nth-child(2)::before{
  content: "2";
  background-position:-60px 0;
}
#buzz-box ol li:nth-child(3)::before{
  content: "3";
  background-position:-90px 0;
}
#buzz-box ol li:nth-child(4)::before{
  content: "4";
}
#buzz-box ol li:nth-child(5)::before{
  content: "5";
}
#buzz-box ol li:nth-child(6)::before{
  content: "6";
}

#buzz-box ol li a strong{
  font-size: 1.2rem;
  text-decoration: underline;
}




/*__itotnews__20211203naruse*/
@media only screen and (max-width: 768px) {
  #itotnews-box:before{
    display: block;
    content: "";
    height: 0;
    clear: both;
  }
}
#itotnews-box .first-item .text_box h3{
  font-size: 1.6rem;
  font-weight: bold;
}
#itotnews-box .relaylink_box{
 margin-top: 10px;
  text-align: right;
}


#itotnews-box ol{
  margin-left:-2vw;
}
#itotnews-box ol li{
  margin: 0 0 2vw;
  padding: 24px 0 0 2vw;
  position: relative;
  vertical-align: top;
  width: 48%;
  display: inline-block;
}
@media only screen and (min-width: 680px) {
  #itotnews-box ol{
    margin-left:-20px;
  }
  #itotnews-box ol li{
    margin: 20px 0 0;
    padding: 26px 0 0 20px;
    width: 32%;
  }
}
#itotnews-box ol li::before{
  /* display: block; */
  /* content: "0"; */
  position: absolute;
  height:22px;
  width:28px;
  overflow: hidden;
  font-size: 1rem;
  line-height: 22px;
  font-weight: bold;
  text-align: center;
  background: url(../img/icon-itotnews-ranking.png) no-repeat 0 0;
  color: #fff;
  top: 0;
  left: 50%;
  margin-left: -5px;
  padding-top: 5px;
}

#itotnews-box ol li a strong{
  font-size: 1.2rem;
  text-decoration: underline;
}







/*__新たに加わったitot__*/
#new-itot-box{}
#new-itot-box .article_inner{
  padding: 2vw 20px;
}
#new-itot-box dl{
  position: relative;
  font-size: 1.2rem;
}
#new-itot-box dl dt{
  position: absolute;
  font-weight: 500;
  color: #000;
}
#new-itot-box dl dd{
  display: block;
  position: relative;
  padding:0 0 5px 6rem;
  margin-bottom: 5px;
  border-bottom: #ccc solid 1px;
}

/* +20170510
------------------------------*/
#new-itot-box .sns-link{
  margin-top: 20px;
		margin-bottom: 20px;
}
#new-itot-box .sns-link::after{
  display: table;
		content: "";
		clear: both;
}
#new-itot-box .sns-link li{}
#new-itot-box .sns-link li a{
  display: block;
		padding: 15px 0;
		background: #fff;
		border: solid 5px #EFEFE0;
		text-decoration: none !important;
		-webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}
#new-itot-box .sns-link li a strong{
  display: inline-block;
		padding: 0 0 0 24px;
		position: relative;
		font-size: 16px;
		line-height: 1;
		text-decoration: none !important;
}
#new-itot-box .sns-link li a strong::before{
  content: "";
		font-family: "FontAwesome";
		font-size: 20px;
		line-height: 20px;
		display: block;
		position: absolute;
		left: 0;
		top: 50%;
		margin-top: -10px;
}

/**/
#new-itot-box .sns-link li.facebook-link a{
	color: #4267b2;
}
#new-itot-box .sns-link li.facebook-link a strong::before{
  content: "\f09a";		
}
#new-itot-box .sns-link li.facebook-link a:hover{
  border-color: #4267b2;
		background: #4267b2;
		color: #fff;
}

/**/
#new-itot-box .sns-link li.twitter-link a{
	color: #1b95e0;
}
#new-itot-box .sns-link li.twitter-link a strong::before{
  content: "\f099";
}
#new-itot-box .sns-link li.twitter-link a:hover{
	 border-color: #1b95e0;
		background: #1b95e0;
		color: #fff;
}


/*__お知らせほか__*/
ul.etc-list{
  margin-left: -2vw;
}
.etc-list li{
  list-style: none;
  padding: 0 0 2vw 2vw;
  text-align: center;
  font-size: 1.1rem;
}

.etc-list li p{
  background: #EFEFE0;
  margin: 0;
  padding: 5px;
}
.etc-list li.etc-link_box{
  text-align: left;
  width: 100%;
}
.etc-list li.etc-link_box p{
  padding: 0;
}
.etc-list li.etc-link_box img{
  vertical-align: bottom;
}

@media only screen and (min-width: 680px) {
  ul.etc-list{
    margin-left: -40px;
  }
  .etc-list li{
    padding: 0 0 30px 40px;
    width: 50%;
    float: left;
  }
}

/*__ボックス内に比率を保って表示する。比率と違う場合は縮小して表示__*/
.photo_box figure{
  font-size: 0;
  text-align: center;
  background: #efefe0;
  width: 100%;
  height: 100%;
  padding: 66.66% 0 0;
  position: relative;
}

#buzz-box li figure{
  position: relative;
  overflow: hidden;
  font-size: 0;
  text-align: center;
  background: #efefe0;
  width: 100%;
  padding: 66.6666% 0 0;
}

#other-post_block .photo_box figure{
  /*padding-top: 66.9%;*/
  background-color: #a5a5a5;
}

#buzz-box li figure img,
.photo_box figure img{
  width:auto;
  height:auto;
  max-width:100%;
  max-height:100%;
  vertical-align: middle;

  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  text-align: center;
  top: 0;
}
.first-item figure img{
  width:100%;
}



/*
////////////////////////////////////////////////////////////////////////
*/
#other-post_block.section_container{
  padding-top: 2vw;
  padding-bottom: 2vw;
}

/**/
#search-keyword_box{
  text-align: center;
}

/**/
#other-post_block{}
.section-footer{
  text-align: center;
  margin: 20px 0 0;
}
.section-footer::before{
  display: block;
  content: "";
  height: 0;
  clear: both;
}
.section-footer p{
  padding-top: 40px;
}

.more-btn{
  width: 50%;
  max-width: 400px;
  display: inline-block;
  padding: 15px 0;
  text-decoration: none;
  color: #fff;
  background-color: #a5a5a5;
  position: relative;
  font-size: 1.3rem;
  line-height: 1;
  -webkit-transition: all .5s;
  transition: all .5s;
}
.more-btn::after{
  border-color: #fff;
  border-style: solid;
  border-width: 0 1px 1px 0;
  content: "";
  display: block;
  height: 8px;
  width: 8px;
  right: 15px;
  top: 50%;
  margin-top: -8px;
  position: absolute;
  transform: rotate(45deg);
}
.more-btn:hover{
  background-color:#00a53b;
}


#search-map_box .iframe-wrapper{
  position: relative;
  height: 0;
  overflow: hidden;
  padding-top: 34.48%;
}
.iframe-wrapper .iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#search-map_box .map-frame-wapper{}
.map-frame{
  width:100%;
  height:64vh;
}
@media only screen and (min-width: 769px) {
  .map-frame{
    height:400px;
  }
}


@media only screen and (min-width: 480px) {}
@media only screen and (min-width: 769px) {
  #etc_box,
  #pickup-post_box,
  #new-post_box
{
    width: 58%;
    max-width: 640px;
    min-width: 380px;
    float: left;
  }

  #itotnews-box,
  #new-itot-box,
  #buzz-box,
  #event_box,
  #special-post_box{
    width: 38%;
    max-width: 480px;
    min-width: 290px;
    float: right;
    clear: right;
  }

  #new-post_box .col:not(:first-child){
    width: 50%;
    float: left;
  }
  #buzz-box ol li{
    width: 32%;
  }

  #new-itot-box .article_inner{
    padding: 20px;
  }
  #new-itot-box .article_inner{
    padding: 20px;
  }
  #other-post_block .col{
    width: 25%;
    float: left;
  }
}
@media only screen and (min-width: 1280px) {
  #etc_box,
  #pickup-post_box,
  #new-post_box{
    width: 640px;
  }

  #itotnews-box,
  #new-itot-box,
  #buzz-box,
  #event_box,
  #special-post_box{
    width: 480px;
  }
}

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

/*__font-family 明朝体指定__*/
.mincho{
  font-family: "Adobe Garamond Pro", "Garamond", "Times New Roman", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}


/*自治体統一*/
.aside_inner {padding:20px !important}

/*kashika調整*/
.kashika--window__fix__inner .kashika-title{
	text-align:left !important;
}