@charset "UTF-8";
/*スライダー*/
.btn-slide-left {
	position:absolute;
	left:13%;
	top:45%;
	z-index: 15;
}
.btn-slide-right {
	position:absolute;
	right:13%;
	top:45%;
	z-index: 15;
}
.slide-wrapper {
	width:100%;
	height:600px;
	position:relative;
}
.nav-btn-wrapper {
	width:100%;
	position: absolute;
	z-index: 10;
	text-align: center;
}
#top-slider {
  width: 100%;
  overflow: hidden;
  height:600px;
  position: relative; }
  
  
  #top-slider:before {
    content: "";
    display: block;
    padding-top: 34.11724%; }
  #top-slider ul.top-ul {
    margin: 0; }
    #top-slider ul.top-ul > li {
      list-style: none;
      display: block;
      width: 61.93%;
      height:auto;
      position: absolute;
      top: 0;
      -webkit-transition: margin 0.3s;
      -o-transition: margin 0.3s;
      transition: margin 0.3s;
      z-index: 2; }
      
      #top-slider ul.top-ul > li a {
        display: block; }
      #top-slider ul.top-ul > li.slide5 {
        left:-43.1263%; }
      #top-slider ul.top-ul > li.slide1 {
        left:18.8037%; }
      #top-slider ul.top-ul > li.slide2 {
        left:80.7337%; }
      #top-slider ul.top-ul > li.slide3 {
        left:142.6637%; }
      #top-slider ul.top-ul > li.slide4 {
        left:204.5937%; }
      #top-slider ul.top-ul > li.on {
        z-index: 1; }
/*
      #top-slider ul li:first-child:hover {
        margin-left: 28px; }
        @media screen and (max-width: 768px) {
          #top-slider ul li:first-child:hover {
            margin-left: auto; } }
      #top-slider ul li:last-child:hover {
        margin-left: -28px; }
        @media screen and (max-width: 768px) {
          #top-slider ul li:last-child:hover {
            margin-left: auto; } }

*/      #top-slider ul li img {
        width: 100%; }


ul.nav-btn {
list-style: none;
	margin:auto;
	width:125px;
	
}
ul.nav-btn li {
color: #dddddd;
float: left;
	display: inline-block;/*ブロックレベル要素に横並びにする*/
	width:25px; 
	height:15px;
	text-align: center;
}
ul.nav-btn li.on {
color: #61D626;
}
/*project thumbnail*/
.top-pj-thumb {
/*	max-width:880px;*/
  border-radius: 5px;
  background: #fff;
  position:relative;
  border: 1px solid #dddddd; }
  .top-pj-thumb a {
    display: block;
    text-decoration: none;
    color: #262626; }
  .top-pj-thumb .top-pj-thumb-img {
    background: no-repeat center;
    background-size: cover;
    position: relative;
    border-radius: 4px 4px 0 0; }
    .top-pj-thumb .top-pj-thumb-img:after {
      content: "";
      display: block;
      padding-top: 61.804697157%;
      padding-top: 66.6666666667%; }
    .top-pj-thumb .top-pj-thumb-img .top-pj-thumb-img-cover {
      width: 100%;
      height: 100%;
      background: rgba(255, 255, 255, 0.6);
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      filter: alpha(opacity=0);
      -ms-filter: "alpha(opacity=0)";
      -webkit-transition: opacity 0.6s;
      -o-transition: opacity 0.6s;
      transition: opacity 0.6s; }
  .top-pj-thumb .pj-label {
    position: absolute;
    top: 0;
    right: 0;
    width: 20%; }
    .top-pj-thumb .pj-label img {
      width: 68px;
      height: auto; }
  .top-pj-thumb .top-pj-thumb-content {
    border-top: none;
    border-radius: 0 0 5px 5px;
    position: absolute;
	top: 400px;
	/*height:200px;*/
	z-index: 10;
    width: 90%;
    left: 5%;
    }
  .top-pj-thumb .top-pj-thumb-visible-area-wrapper {
    position: relative; }
    .top-pj-thumb .top-pj-thumb-place {
      font-size: 15px;
      padding: 11px 25px;
      background-color:#eaeaea;
      color:#ffffff;
      position: absolute;
      left: 0px;
      top: 0px;
      letter-spacing: 0.1em;
      display: -moz-inline-box;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      border-radius: 0px 0px 0 0; 
      z-index:10;
      }
     .top-pj-thumb .img_wrapper:after {
       content: "";
       width: 99.5%;
       height: 120%;/*ここ固定したほうが良いかな*/
       z-index: 10;
       position: absolute;
       top: 0px;
       left: 0px;
         background: linear-gradient(to bottom, rgba(255,255,255,0) 50%,  #000000 100%);
     
     }
     .top-pj-thumb .img_wrapper img {
     z-index: 11;
     }
      .top-pj-thumb .top-pj-thumb-detail {
      width:100%;
      z-index: 10;
/*      position: absolute;
      bottom: 20px;*/
      }
      .top-pj-thumb .top-pj-thumb-detail ul {
      list-style: none;
      }
      .top-pj-thumb .top-pj-thumb-detail ul li  {
      float: left;
      }
      .top-pj-thumb .top-pj-thumb-detail ul li.label  {
       width:80px;
       text-align:center;
       font-size:20px;
/*       text-shadow: 3px 2px 5px #000; */
       text-shadow:0px 0px 4px #000000;
       color: #ffffff;
       margin-left: 5px;
       font-weight: normal;
      }
      .top-pj-thumb .top-pj-thumb-detail ul li.value  {
       width:140px;
       text-align:center;
       font-size:25px;
/*       text-shadow: 3px 2px 5px #000;*/
       text-shadow:0px 0px 4px #000000;
       color: #ffffff;
       font-weight: normal;
      }
      .top-pj-thumb .top-pj-thumb-detail ul li.value2  {
       width:70px;
       text-align:center;
       font-size:25px;
/*       text-shadow: 3px 2px 5px #000; */
       text-shadow:0px 0px 4px #000000;
       color: #ffffff;
       font-weight: normal;
      }
      
  .top-pj-thumb .top-pj-thumb-content-inner {
    padding: 1px 10px 0;
    margin-bottom: 10px; }
  .top-pj-thumb .top-pj-thumb-title, .top-pj-thumb .top-pj-thumb-desc {
    line-height: 17px;
    text-align: justify; }
  .top-pj-thumb .top-pj-thumb-title {
    color:#ffffff;
    font-size: 34px;
    line-height:50px;
    /*height: 100px;*/
    position:relative;
    /*text-shadow: 3px 2px 5px #000;*/
    text-shadow:0px 0px 4px #000000;
    margin: 10px 0 7px;
    -webkit-transition: color 0.6s;
    -o-transition: color 0.6s;
    transition: color 0.6s; 
    font-weight: normal;
    
    }
  .top-pj-thumb .top-pj-thumb-desc {
    font-size: 12px;
    color: #999;
    margin: 0; }
  .top-pj-thumb .top-pj-thumb-cover {
    width: 100%;
    height: 30px;
    position: absolute;
    left: 0;
    bottom: 0;
    background: url(../img/top-pj-thumb-cover.png) repeat-x; }
  .top-pj-thumb .pj-bar-wrapper {
    margin: 0 10px;
    background: #e5e5e5;
    height: 6px;
    border-radius: 3px;
    margin-bottom: 10px;
    position: relative;
     }
    .top-pj-thumb .pj-bar-wrapper .pj-bar {
      height: 6px;
      border-radius: 3px;
      width: 0; }
  .top-pj-thumb .pj-data {
    margin: 0 10px 7px; }
    .top-pj-thumb .pj-data .pj-data-block {
      float: left;
      margin-right: 26px; }
      .top-pj-thumb .pj-data .pj-data-block.remaining {
        margin-right: 0; }
    .top-pj-thumb .pj-data .pj-data-label {
      color: #999;
      display: block;
      font-size: 10px; }
    .top-pj-thumb .pj-data .pj-data-content {
      /*font-weight:$fw_bold;*/
      font-weight: bold;
      font-size: 12px; }
      .top-pj-thumb .pj-data .pj-data-content strong {
        font-size: 16px;
        /*font-family:"Avenir-Heavy", "AvenirNext-DemiBold", "Helvetica-Bold", Helvetica, Arial, sans-serif;*/
        font-family: "Helvetica Neue" , Helvetica, Arial, sans-serif;
        letter-spacing: 0.06em; }
  .top-pj-thumb .top-pj-thumb-organizer {
    margin: 0 10px 10px;
    font-size: 11px;
    /*font-weight:$fw_medium;*/
    color: #999; }
    .top-pj-thumb .top-pj-thumb-organizer img {
      width: 24px;
      height: auto;
      border-radius: 50%;
      margin-right: 5px; }
  .top-pj-thumb .pj-badge {
    position: absolute;
    left: 14px;
    top: 14px;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s; }
    .top-pj-thumb .pj-badge.funded {
      left: -14px;
      top: -14px; }
      
/*
@media screen and (max-width: 1540px) {
#top-slider {
  height:500px;
}
.slide-wrapper {
	height:500px;
}
	.top-pj-thumb .top-pj-thumb-content {
top: 290px;
     }
	
}
@media screen and (max-width: 1290px) {
#top-slider {
  height:400px;
}
.slide-wrapper {
	height:400px;
}

	.top-pj-thumb .top-pj-thumb-content {
top: 190px;
     }
  .top-pj-thumb .top-pj-thumb-title {
    font-size: 25px;
    line-height:36px;
}
}
@media screen and (max-width: 1024px) {
#top-slider {
  height:350px;
}
.slide-wrapper {
	height:350px;
}
	.top-pj-thumb .top-pj-thumb-content {
top: 160px;
     }
  .top-pj-thumb .top-pj-thumb-title {
    font-size: 20px;
    line-height:32px;
}
.top-pj-thumb .top-pj-thumb-detail {
	bottom: 40px;
}
}
@media screen and (max-width: 896px) {
#top-slider {
  height:300px;
}
.slide-wrapper {
	height:300px;
}

	.top-pj-thumb .top-pj-thumb-content {
top: 148px;
     }
  .top-pj-thumb .top-pj-thumb-title {
    font-size: 15px;
    line-height:28px;
}
.top-pj-thumb .top-pj-thumb-detail {
	bottom: 60px;
}
.top-pj-thumb .top-pj-thumb-detail ul li.label {
	width: 80px;
	font-size: 18px;
}
.top-pj-thumb .top-pj-thumb-detail ul li.value {
	width: 120px;
	font-size: 20px;
	
}
.top-pj-thumb .top-pj-thumb-detail ul li.value2 {
	width: 60px;
	font-size: 20px;
	
}
}

*/


	
      @media screen and (max-width: 768px) {
        .top-pj-thumb .pj-badge.funded {
          left: 14px;
          top: 14px; } }
    @media screen and (max-width: 768px) {
      .top-pj-thumb .pj-badge img {
        width: 50px;
        height: auto; } }
  .top-pj-thumb a:hover .top-pj-thumb-title {
    color: #84bc25; }
  .top-pj-thumb a:hover .top-pj-thumb-img .top-pj-thumb-img-cover {
    opacity: 1;
    filter: alpha(opacity=100);
    -ms-filter: "alpha(opacity=100)"; }
  .top-pj-thumb a:hover .pj-badge {
    opacity: 0.5;
    filter: alpha(opacity=50);
    -ms-filter: "alpha(opacity=50)"; }
  @media screen and (min-width: 768px) {
    .top-pj-thumb.featured {
      background: none;
      border: none;
      border-radius: 0;
      position: relative; }
      .top-pj-thumb.featured .top-pj-thumb-img {
        border-radius: 8px; }
      .top-pj-thumb.featured .top-pj-thumb-content {
        border-radius: 0; }
      .top-pj-thumb.featured .top-pj-thumb-visible-area-wrapper {
        position: static; }
      .top-pj-thumb.featured .top-pj-thumb-visible-area {
        height: auto;
        /*5行 + margin*/
        background: none;
        margin: 0 0 14px;
        padding-left: 28px; }
        .top-pj-thumb.featured .top-pj-thumb-visible-area .top-pj-thumb-title, .top-pj-thumb.featured .top-pj-thumb-visible-area .top-pj-thumb-desc {
          line-height: 20px; }
        .top-pj-thumb.featured .top-pj-thumb-visible-area .top-pj-thumb-title {
          font-size: 20px;
          line-height: 1.4;
          margin: 0 0 14px; }
          
        .top-pj-thumb.featured .top-pj-thumb-visible-area .top-pj-thumb-desc {
          font-size: 14px;
          line-height: 1.5; }
        .top-pj-thumb.featured .top-pj-thumb-visible-area .top-pj-thumb-cover {
          display: none; }
      .top-pj-thumb.featured .pj-bar-wrapper {
        margin-left: 28px; }
      .top-pj-thumb.featured .pj-data {
        margin-left: 28px; }
        .top-pj-thumb.featured .pj-data .pj-data-label {
          font-size: 14px;
          line-height: 1.5; }
        .top-pj-thumb.featured .pj-data .pj-data-content strong {
          font-size: 20px;
          line-height: 1.4; }
      .top-pj-thumb.featured .top-pj-thumb-organizer {
        margin-left: 28px;
        font-size: 12px; }
        .top-pj-thumb.featured .top-pj-thumb-organizer img {
          width: 36px; } }
      .total-info  {
      height:28px;
      width:100%;
      text-align: center;
      background-color: #ffffff;
      }
      .total-info ul {
      width:895px;
      margin-left:auto;
      margin-right:auto;
      list-style: none;
      position: relative;
      top: -13px;
      }
      .total-info ul li {
      float: left;
      }
      .total-info ul li.label  {
       text-align:center;
       font-size:15px;
       margin-left: 5px;
       font-weight: bold;
      }
      .total-info ul li.unit  {
       text-align:center;
       font-size:15px;
       margin-right: 15px;
      }
      .total-info ul li.value  {
       width:65px;
       text-align:right;
       font-size:23px;
       color: #79B62D;
       font-weight: 600;
       line-height: 20px;
      }
      .total-info ul li.value2  {
       width:160px;
       text-align:right;
       font-size:23px;
       color: #79B62D;
       font-weight: 600;
       line-height: 20px;
      }
      .region-selection {
      width:100%;
       background-color: #F0FAE4;
       height:191px;
      }
      .region-selection .furusato-text {
		font-size:26px;
		width: 405px;
		margin: auto;
		padding-top:25px;
		font-weight: 800;

      }
      .regions-top {
      width:760px;
      margin-left:auto;
      margin-right:auto;
      margin-top:16px;
      }
      .regions-top ul {
      list-style: none;
      float: left;
      }
      .regions-top ul li {
      float: left;
      width:190px;
      height:36px;
      }
      .regions-bottom {
      width:570px;
      margin-left:auto;
      margin-right:auto;
      position: relative;
      top: -12px;
      }
      .regions-bottom ul {
      list-style: none;
      float: left;
      }
      .regions-bottom ul li {
      float: left;
      width:190px;
      height:36px;
      }
      a.region-nav {
      padding:12px 41px;
      font-weight:700;
      border: solid 2px #EDEDED;
      border-radius: 35px;
      background-color: #ffffff;
      color:#000000;
      text-decoration: none;
      width:91px;
      text-align:center;
      display: block;
      line-height: 12px;
      transition: all 0.2s ease-in-out;
      }
      a.region-nav2 {
      padding:12px 41px;
      font-weight:700;
      border: solid 2px #EDEDED;
      border-radius: 35px;
      background-color: #ffffff;
      color:#000000;
      text-decoration: none;
      width:88px;
      text-align:center;
      display: block;
      line-height: 12px;
      transition: all 0.2s ease-in-out;
      }
      a.region-nav:hover {
      border: solid 2px #61D626;
      color:#61D626;
      }
      a.region-nav2:hover {
      border: solid 2px #61D626;
      color:#61D626;
      }

      .last-region-block {
        margin-bottom: 84px;
      }

      
.link-counsels {

    display: block;
    color: #333;
    background-color: #ffffff;
    border-top: 2px double #ffffff;
    border-left: 2px double #ffffff;
    border-bottom: 2px double #ffffff;
    line-height: 120%;
    font-weight: bold;
    font-size: 18px;
    border-bottom-left-radius: 5px;
    border-top-left-radius: 5px;
    width: 46px;
    text-align: center;    
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 999980;
    margin-top: -250px;
    padding-left: 5px;
    padding-top: 20px;
    padding-bottom: 20px;
    border-right:none;
    transition: all 0.2s ease-in-out;
}
a.link-counsels-parent div.btn-arrow {
	background-image: 
	url('/img/top/btn_link_councel.png') ,
	url('/img/top/btn_link_councel_hover.png');
	width:26px;
	height:26px;
	position: relative;
	left: 11px;
	top: 5px;
	transition: all 0.2s ease-in-out;
}
a.link-counsels-parent :hover {
    background-color: #61D626;
    border-top: 2px double #61D626;
    border-left: 2px double #61D626;
    border-bottom: 2px double #61D626;
    color: #ffffff;
    transition: all 0.2s ease-in-out;
	
}
a.link-counsels-parent :hover div.btn-arrow {
	background-image: 
	url('/img/top/btn_link_councel_hover.png');
	width:26px;
	height:26px;
	position: relative;
	left: 11px;
	top: 5px;
	transition: all 0.2s ease-in-out;
}
a.link-counsels-parent :hover:after {

  content: "";
  border: solid 3px #ffffff;
  border-right:none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 12px);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}

.link-counsels:after {

  content: "";
  border: solid 3px #61D626;
  border-right:none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
  position: absolute;
  top: 3px;
  left: 3px;
  width: calc(100% - 6px);
  height: calc(100% - 12px);
  text-decoration: none;
  transition: all 0.2s ease-in-out;
}
.region-section {
	border-top: none;
}
      .link-regions {
      width:100%;
      position: fixed;
      top:0px;
      background-color: #101010;
      
      z-index: 999980;
      display: none;
      }
      .regions-wrapper {
      width:840px;
      padding-top: 10px;
      padding-bottom: 10px;
      margin-left:auto;
      margin-right:auto;
      height:25px;
      }
      
      .regions-wrapper ul {
      list-style: none;
      float: left;
      margin-bottom: 0px;/*main.cssからの汚染を除去*/
      }
      .regions-wrapper ul li {
      float: left;
      width:120px;
      
      
      font-weight: 600;
      }
      .regions-wrapper ul li a {
      text-decoration: none;
      font-size:16px;
      color: #FFFFFF;
      }
      .regions-wrapper ul li a:hover {
      color: #67D505;
      }
      .link-scroll-top {
      width:48px;
      height:48px;
      position: absolute;
      bottom:50px;
      right:50px;
      
      z-index: 999980;
      }
      .content-inner .region-label-wrapper {
      width:100%;
      height:50px;
      }
      .content-inner ul.region-label {
      list-style: none;
      float: left;
      clear: both;
      margin-bottom: 0px;/*main.cssからの汚染を除去*/
      }
      .content-inner ul.region-label li {
      float: left;
      height:30px;
      }
      .content-inner ul.region-label li.icon-faavo {
      width:38px;
      height:38px;
      text-align: center;
	}
      .content-inner ul.region-label li.icon-faavo img {
      margin:21%;
	}
      .content-inner ul.region-label li.region-text {
font-size: 24px;
line-height: 1.4583333333;
      }

      .link-area-icons {
      width:100%;
      background-color: #ffffff;
      border-top: 1px solid #dddddd;
      border-bottom: 1px solid #dddddd;
      
      }
      .areas-wrapper {
      padding-top: 10px;
      padding-bottom: 10px;
      overflow: auto;
      }
      .areas-wrapper ul {
      list-style: none;
      float: left;
      margin-bottom: 0px;/*main.cssからの汚染を除去*/
      }
      .areas-wrapper ul li {
      float: left;
      font-weight: 600;
      margin: 4px;
      }
      .areas-wrapper ul li a {
	    padding: 4px 25px;
	    font-weight: 700;
	    border: solid 2px #EDEDED;
	    border-radius: 35px;
	    background-color: #ffffff;
	    color: #000000;
	    text-decoration: none;
	    transition: all 0.2s ease-in-out;
      }
      .areas-wrapper ul li a:hover {
	      border: solid 2px #84E04E;
	      background-color: #84E04E;
	      color: #ffffff;
      }
@media screen and (max-width: 1023px) {
	
     .top-pj-thumb .img_wrapper:after {
       height: 110%;
     }
	#top-slider ul.top-ul > li {
      height:240px;
    }
	.btn-slide-left {
	position:absolute;
	left:5%;
	top:40%;
	z-index: 15;
}
	.btn-slide-left img {
	width:32px;
}
.btn-slide-right {
	position:absolute;
	right:5%;
	top:40%;
	z-index: 15;
}
	.btn-slide-right img {
	width:32px;
}

	#top-slider {
  height:240px;
}
.slide-wrapper {
    height: 240px;
}

	#top-slider ul.top-ul > li {
      width: 100%;
 }
	#top-slider ul.top-ul > li.slide5 {
        left:-100%; }
      #top-slider ul.top-ul > li.slide1 {
        left:0%; }
      #top-slider ul.top-ul > li.slide2 {
        left:100%; }
      #top-slider ul.top-ul > li.slide3 {
        left:200%; }
      #top-slider ul.top-ul > li.slide4 {
        left:300%; }
	.top-pj-thumb .top-pj-thumb-content {
top: 130px;
     }
  .top-pj-thumb .top-pj-thumb-title {
    font-size: 13px;
    line-height:22px;
    height: initial;
    font-weight: 600;
    /*    padding: 0 30px;
    */
}
        .top-pj-thumb .pj-bar-wrapper {
          margin: 0 2px;
        }
.top-pj-thumb .top-pj-thumb-content {
	height: initial;
}
.top-pj-thumb .top-pj-thumb-detail {
	bottom: initial;
}
    .top-pj-thumb .top-pj-thumb-place {
    font-size:11px;
    padding: 0px 5px;
      }

.top-pj-thumb .top-pj-thumb-detail ul li.label {
	width: 40px;
	font-size: 10px;
}
.top-pj-thumb .top-pj-thumb-detail ul li.value {
	width: 63px;
	font-size: 11px;
	
}
.top-pj-thumb .top-pj-thumb-detail ul li.value2 {
	width: 30px;
	font-size: 11px;
}

  .region-selection {
   height:133px;
  }
      .region-selection .furusato-text {
		font-size:13.5px;
		width: 212px;
		margin: auto;
		padding-top:12px;
		font-weight: 800;

      }

.regions-top {
	width:340px;
}
.regions-bottom {
	width:263px;
}
.regions-top ul {
	margin-bottom: 16px;
}
.regions-top ul li {
    float: left;
    width: 102px;
    height: 36px;
}
.regions-top ul li:last-child {
    width: 78px;
}
.regions-bottom ul li {
    float: left;
    width: 102px;
    height: 36px;
}
.regions-bottom ul li:last-child {
    width: 78px;
}
.region-selection ul li.region2 {
    float: left;
    width: 68px;
    height: 36px;
}
a.region-nav {
	font-size: 11px;
    padding: 6px 10px;
    font-weight:700;
    border-radius: 3px;
    width:68px;
}
a.region-nav2 {
	font-size: 11px;
    padding: 6px 10px;
    font-weight:700;
    border-radius: 3px;
    width:34px;
}
	
      .areas-wrapper {
      display:none;
      }
      .pj-thumb .pj-data .pj-data-block  {
          margin-right: 5px;
      }
      .regions-wrapper {
      display:none;
      }
      .link-regions {
      display:none;
      }
      .link-counsels {
      display:none;
      }
      .link-scroll-top {
      display:none;
      }
      .total-info {
      display:none;
      }
      
      }
      @media screen and (max-width :1200px) {
      .top-pj-thumb .top-pj-thumb-detail ul li.flexible_sp  {
       width:auto;
       text-align:left;
      }
      
      }
      .top-pj-thumb .top-pj-thumb-detail ul li.flexible  {
       width:auto;
       text-align:left;
      }

          