@charset "UTF-8";
/*--------------------------------------------------
    HEADER NAV
--------------------------------------------------*/
#header-nav {
	display: none;
	width: 100%;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	clear: both;
}
#header-nav li {
	display: block;
	text-align: center;
	
	
}
#header-nav li a {
font-size: 0.8rem;

  display: block;
  color: #006837; 
  text-decoration: none;
  tap-highlight-color: rgba(186, 151, 123, 0.3) !important;
  -webkit-tap-highlight-color: rgba(186, 151, 123, 0.3) !important;
}

#fontSize {
  display: none;
}



  
@media screen and (min-width: 320px) {
}


@media only screen and (min-width: 768px) {
}

@media only screen and (min-width: 960px) {
  .menu_btn {
    display: none;
  }
#header-nav {
	display: block;
}

  .header-nav {
    clear: both;
  }


#header-nav .header-nav li {
	display: block;
	float: right;
	text-align: center;
	vertical-align: bottom;
	border-bottom: none;
	margin-left: 3px;
	padding: 0;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
  }
#header-nav .header-nav li a {
	display: block;
	font-size: 0.9rem;
	color: #FFF;
	background-color: #00aa52;
	/* border-radius */
	border-radius:0px 0px 3px 3px;
	-webkit-border-radius: 0px 0px 3px 3px;
	-moz-border-radius: 0px 0px 3px 3px;
	padding-top: 15px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
  }
#header-nav .header-nav li a:hover {
    text-decoration: underline;
	background-color: #006600;

  }

  
  #fontSize {
    display: block;
    clear: both;
  }
  #fontSize li {
	float: left;
	text-align: center;
	vertical-align: bottom;
	border-bottom: none;
	margin-left: 3px;
	padding-top: 0;
	padding-right: 6px;
	padding-bottom: 0;
	padding-left: 6px;
  }
  #fontSize li h3 {
	padding-top: 3px;
	padding-right: 4px;
	font-size: 0.9em;
  }
  #fontSize li:not(:first-child) {
    cursor: pointer;
  }
  #fontSize li:nth-child(2) {
	font-size: 13px;
	padding-top: 6px;
	background-color: #333;
	color: #FFF;
	display: block;
	/* border-radius */
	border-radius:3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;
  }
  #fontSize li:nth-child(3) {
    font-size: 16px;
    padding-top: 3px;
	background-color: #333;
	color: #FFF;
	display: block;
	/* border-radius */
	border-radius:3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;

  }
  #fontSize li:nth-child(4) {
    font-size: 18px;
    padding-top: 0px;
	background-color: #333;
	color: #FFF;
	display: block;
	/* border-radius */
	border-radius:3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px 3px 3px 3px;

  }
}
/*--------------------------------------------------
    MAIN-NAV
--------------------------------------------------*/
.nav-btn {
	width: 100%;
	color: #ffffff;
	font-size: 1.2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	padding-left: 1rem;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	text-align: center;
	font-weight: bold;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 40px;
	margin-left: 0;
	padding-right: 1rem;
	background-color: #666;
}
.nav-btn {
  margin-bottom: 0px;
}
#main-nav {
	display: none;
	width: 100%;
	margin: 0 0 40px;
	box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-shadow: 0 0 3px 0 #666;
	background-color: #f0efe8;
}
#main-nav li {
	padding: 0px 0;
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#main-nav li a {
	font-size: 1rem;
  display: block;
	padding: 15px 0 15px 40%;
  /*height: 20px;*/
  text-shadow: 0 1px 1px #ccc;
  text-decoration: none;
  tap-highlight-color: rgba(186, 151, 123, 0.3) !important;
  -webkit-tap-highlight-color: rgba(186, 151, 123, 0.3) !important;
}
#main-nav li a:hover {
  text-decoration: underline;
}
#main-nav li:nth-child(1) a {/*暮らし*/
	color: #333;
	background-image: url(../../images/common/gnavi_01.png);
	background-repeat: no-repeat;
	background-position: 30% center;
}
#main-nav li:nth-child(2) a {/*行事イベント*/
	color: #333;
	background-image: url(../../images/common/gnavi_02.png);
	background-repeat: no-repeat;
	background-position: 30% center;

}
#main-nav li:nth-child(3) a {/*交流・移住・定住*/
	color: #333;
	background-image: url(../../images/common/gnavi_03.png);
	background-repeat: no-repeat;
	background-position: 30% center;
}
#main-nav li:nth-child(4) a {/*観光*/
	color: #333;
	background-image: url(../../images/common/gnavi_04.png);
	background-repeat: no-repeat;
	background-position: 30% center;
}
#main-nav li:nth-child(5) a {/*仕事・産業*/
	color: #333;
	background-image: url(../../images/common/gnavi_05.png);
	background-repeat: no-repeat;
	background-position: 30% center;
}
#main-nav li:nth-child(6) a {/*施政情報*/
	color: #333;
	background-image: url(../../images/common/gnavi_06.png);
	background-repeat: no-repeat;
	background-position: 30% center;
}
#main-nav li:last-child {
	display: block;
	color: #FFF;
	font-weight: normal;
	font-size: 1.2rem;
	cursor: pointer;
	border-bottom: none;
	padding: 10px;
	text-align: center;
	background-color: #999;
}
@media only screen and (min-width: 960px) {
  .nav-btn {
    display: none;
  }
  #main-nav {
	display: block;
	width: 100%;
	margin: 0;
	padding-top: 0px;
	box-shadow: none;
	clear: both;
	background-color: #f0efe8;
	background-image: none;
	height: 85px;
  }
  #main-nav li {
    float: left;
    width: 159px;
    text-align: center;
    padding: 0;
    border-right: solid 1px #ccc;
    border-bottom: none;
  }



  #main-nav li a {
	display: block;
	padding-top: 50px;
	padding-bottom: 10px;
	padding-right: 0px;
	padding-left: 0px;
  }

#main-nav li:nth-child(1) a {/*暮らし*/
	color: #333;
	background-image: url(../../images/common/gnavi_01.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main-nav li:nth-child(2) a {/*行事イベント*/
	color: #333;
	background-image: url(../../images/common/gnavi_02.png);
	background-repeat: no-repeat;
	background-position: center top;

}
#main-nav li:nth-child(3) a {/*交流・移住・定住*/
	color: #333;
	background-image: url(../../images/common/gnavi_03.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main-nav li:nth-child(4) a {/*観光*/
	color: #333;
	background-image: url(../../images/common/gnavi_04.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main-nav li:nth-child(5) a {/*仕事・産業*/
	color: #333;
	background-image: url(../../images/common/gnavi_05.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#main-nav li:nth-child(6) a {/*施政情報*/
	color: #333;
	background-image: url(../../images/common/gnavi_06.png);
	background-repeat: no-repeat;
	background-position: center top;
}

  #main-nav li:first-child {
    width: 158px;
    border-left: solid 1px #ccc;
  }
  #main-nav li:last-child {
    display: none;
  }
}
/*--------------------------------------------------
    ページリンク
--------------------------------------------------*/
/* topicpath
----------------------------------------- */
.topicpath {
	text-align: left;
	margin: 0px;
	background-color: #FFF;
	padding: 20px;
}
.topicpath ol {
  color: #333333;
  font-weight: bold;
  font-size: 0.9rem;
  padding: 0;
  list-style: none;
}
.topicpath ol li {
  display: inline;
}
.topicpath ol li span {
  color: #333333;
  font-weight: normal;
  margin-right: 2px;
}
.topicpath ol li a {
  color: #333333;
  font-weight: normal;
  margin-right: 1rem;
}
/* page-top
----------------------------------------- */
#page-top {
  margin: 30px auto;
  height: 40px;
  padding: 0;
}
#page-top p.page-top {
  text-align: center;
}
#page-top p.page-top a:hover img {
  filter: alpha(opacity=60);
  opacity: 0.6;
  -moz-opacity: 0.6;
  -khtml-opacity: 0.6;
}
/*--------------------------------------------------
    FOOTER-NAV
--------------------------------------------------*/
/* ボックス３
----------------------------------------- */
#footer-nav {
  padding-bottom: 20px;
}
#footer-nav .box03_l dt {
  font-weight: bold;
}
#footer-nav .box03_l li {
	padding: 0.6rem 0.8rem;
}


#footer-nav .foot-address {
	background-image: url(../../images/common/pic_yakuba.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	color: #FFF;
	padding-bottom: 0.4em;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
}

#footer-nav .foot-address dl{
	float: left;
	margin-left: 130px;

}

#footer-nav .foot-address dt {
	font-size: 1.2rem;
	font-weight: bold;
	margin-bottom: 0.5em;
	display: block;
	line-height: 1.2;
}


#footer-nav .foot-address dt {
	font-size: 1.1rem;
	font-weight: bold;
	margin-bottom: 0.2em;
	padding: 0px;
}


#footer-nav .foot-address dd {
	font-size: 0.9rem;
	line-height: 1.5;
	}




#footer-nav .foot-address .contact_list{
	float: none;
	margin-left: 130px;
	margin-right: 1em;
	}

#footer-nav .foot-address .btn a {
	text-decoration: none;
	background-image: url(../../images/top/arrow_green.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 20px;
	display: block;
	background-color: #FFF;
	color: #333;
	/* border-radius */
	border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	padding: 0.4em;
	font-size: 0.9rem;
	margin-bottom: 0.5em;
	font-weight: bold;
}

	#footer-nav .foot-address a.btn {
	width:10em;
	display: inline-block;
	text-decoration: none;
	background-image: url(../../images/top/arrow_green.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	text-indent: 20px;
	background-color: #FFF;
	color: #333;
	/* border-radius */
	border-radius:3px 3px 3px 3px;
	-webkit-border-radius:3px 3px 3px 3px;
	-moz-border-radius:3px 3px 3px 3px;
	padding: 5px;
	font-size: 0.8rem;
	margin-bottom: 0;
	vertical-align: text-bottom;
	}

#footer-nav p.btn a:hover,
#footer-nav a.btn:hover {
	color: #000 !important;
	background-color: #DAE055;
}





@media only screen and (min-width: 768px) {
  #footer-nav:after {
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
    font-size: 0;
  }
  #footer-nav {
    font-size: 0.9rem;
  }
  #footer-nav .box03_l {
	color: #ffffff;
	padding-top: 1em;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	clear: both;
  }
  #footer-nav .box03_l dt {
    font-weight: bold;
  }
  #footer-nav .box03_l li {
	display: inline;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FFF;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
  }
  #footer-nav .box03_l a {
    color: #ffffff;
  }
  #footer-nav .box03_l ~ .box03_l {
    margin-left: 3.5%;
  }
  
#footer-nav .foot-address{
	clear: both;
	width: 98%;
	margin-right: auto;
	margin-left: auto;
}
#footer-nav .foot-address dl{
	float: none;
	width:100%;
	margin-bottom: 1em;
}

  
#footer-nav .foot-address .contact_list{
	float: none;
	width:50%;
	}

  
  
}


@media only screen and (min-width: 960px) {
  
#footer-nav .foot-address dl{
	float: left;
	width:60%;
}


  

#footer-nav .foot-address .contact_list{
	float: right;
	width:23%;
	margin-left: 0px;
	}

  



}
