/* 山梨県居住支援協議会css */


/* ----------基本部分---------- */
html{
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	overflow-x: hidden;
	font-size: 62.5%;
}
body{
 	position: relative;
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	background-color: #fff;
	color: #333;
	font-weight: 400;
	font-size: 1.4rem;
	font-family:"游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
	line-height: 1.5;
}

img{
	border: none; 
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}
a {
	outline: none;
 	transition: 0.35s ease-in-out;
}
a:link,
a:visited{
	color: #715B2C;
	text-decoration: none;
}
a:hover,
a:active{
	color: #AB9972;
	text-decoration: none;
}
.clear{
	clear: both;
}


/* ----------pagescroll---------- */
.pagescroll {
	position: fixed;
	bottom: 20%;
	right: 0;
	z-index: 20;
}
.pagescroll a:link,
.pagescroll a:visited{
	display: block;
	font-size: 11px;
	text-align: center;
	text-decoration: none;
	line-height: 42px;
	width: 42px;
	height: 42px;
	color: #fff;
	background-color: #AB9972;
}
.pagescroll a:hover,
.pagescroll a:active{
	color: #fff;
	background-color: #715B2C;
}

/* ----------fade---------- */
.fade {
 	transition: 0.35s ease-in-out;
}
.fade:hover {
    opacity: 0.65;
    filter: alpha(opacity=65);
} 



/* ----------inner---------- */
.inner{
	margin: 0 auto;
	width: 980px;
	position: relative;
}


/* ----------header---------- */
#header{
	clear: both;
	width: 100%;
	height: 105px;
	margin: 0px auto;
	padding: 0;
	background-image: url(../img/bg_header.jpg);
	background-repeat: repeat-x;
	background-position: center top; 
	border-bottom: 1px solid #ddd;
	position: relative;
}
#header h2{
	font-size: 12px;
	line-height: 25px;
	color: #fff;
	font-size: normal;
	margin: 0 0 0 10px;
	padding: 0;
	width: 100%;
}


/* -----fontsize----- */
#header #fontsize{
	position: absolute;
	background-color: #EFE4D8;
	right: 0;
	top: 0;
	width: 230px;
	height: 40px;
	display: flex;
	justify-content: space-between;
	padding: 12px 15px;
	box-sizing: border-box;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
#header #fontsize .ttl{
	font-weight: 600;
	color: #715B2C;
	font-size: 1.4rem;
	line-height: 1;
}
#header #fontsize .cntl ul{
	display: flex;
	justify-content: space-around;
	align-items: center;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 120px;
	font-size: 1.4rem;
	font-weight: 600;
}
#header #fontsize .cntl ul li a{
	display: block;
	text-align: center;
	width: 30px;
	height: 22px;
	border-radius: 3px;
	color: #fff;
	background: rgb(175,146,114);
	background: linear-gradient(0deg, rgba(175,146,114,1) 0%, rgba(198,173,145,1) 100%);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 3px;
	margin: -6px 0 0;
	box-shadow: 0 0 3px rgba(0,0,0,0.1);
 	transition: 0.35s ease;
}
#header #fontsize .cntl ul li .textresizer-active{
	background: rgb(175,146,114);
	background: linear-gradient(0deg, rgba(175,146,114,1) 0%, rgba(108,81,50,1) 100%);
}
#header #fontsize .cntl ul li a:hover{
	background: rgb(175,146,114);
	background: linear-gradient(0deg, rgba(175,146,114,1) 0%, rgba(108,81,50,1) 100%);
}
#header #fontsize .cntl ul li:first-child a{
	font-size: 1.2rem;
}
#header #fontsize .cntl ul li:nth-child(2) a{
	font-size: 1.4rem;
}
#header #fontsize .cntl ul li:last-child a{
	font-size: 1.6rem;
}

/* -----search----- */
 #search-wrap {
     position: absolute;/*絶対配置にして*/
	 z-index: 10;/*最前面に設定。数字は変更可*/
	 top: 0;
	 right: 240px;
}
 #search-text{
	-webkit-appearance:none;/*SafariやChromeのデフォルトの設定を無効*/
	width: 45px;/*テキスト入力エリアが伸びる前の横幅*/
	height: 40px;
	border-radius: 0 0 6px 6px;
	box-shadow: 0 0 5px rgba(0,0,0,0.1);
	border: none;
	background-color: #EFE4D8;
	background-image: url("../img/icon_search.png");
	background-repeat: no-repeat;
	background-position: 12px center;
	background-size: 24px;
	transition: all 0.5s;/*transitionを使ってスムースに伸ばす*/
	outline: none;
	cursor: pointer;/*カーソルを指マークに*/
	color: #715B2C;
	font-size: 1.6rem;
	text-indent: 100px;
}
 #search-text:focus {
	width: 300px;/*テキスト入力エリアが伸びる後の横幅*/
	padding: 6px 0 6px 55px;
	box-shadow: 0 0 8px rgba(0,0,0,0.1);
	text-indent: 0;
}






/*  .box */
#header .box{
	width: 100%;
	display: flex;
	height: 80px;
}
#header .title{
	width: 490px;
	position: relative;
}
#header .title img{
	position: absolute;
	top: 25px;
	left: 5px;
 	transition: 0.35s ease-in-out;
}
#header .title img:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
}

#header .subnavi{
	text-align: right;
	width: 490px;
	padding: 36px 0 0;
	font-size: 13px;
}
#header .subnavi a{
	display: inline-block;
	background-image: url(../img/icon_link.png);
	background-repeat: no-repeat;
	background-position: center left 5px; 	
	padding: 0 5px 0 15px;
	margin: 0 5px 0 0;
	box-sizing: border-box;
	border-radius: 0.6em;
}
#header .subnavi a:hover,
#header .subnavi a:active{
	color: #fff;
	background-color: #AB9972;
	background-image: url(../img/icon_linkon.png);
}





/* ----------navi---------- */
#navi{
	clear: both;
	font-size: 16px;
	width: 100%;
	margin: 0px auto;
	padding: 0;
	box-shadow: 0 2px 3px 0 rgba(0,0,0,0.15);
	position: relative;
	z-index: 10;
}
#navi ul{
	margin: 0 auto;
	padding: 0;
	width: 980px;
	height: 67px;
	border-left: 1px solid #ddd;
	list-style: none;
}
#navi ul li{
	float: left;
	text-align: center;
	line-height: 67px;
	border-right: 1px solid #ddd;
}
#navi ul li a{
	display: block;
	padding: 0 20px;
}
#navi ul li a:hover,
#navi ul li a:active{
	color: #fff;
	background-color: #AB9972;
}

	


/* ----------image---------- */
#image{
	clear: both;
	width: 100%;
	background-color: #eee;
	margin: 0px auto;
	padding: 0;
	text-align: center;
	position: relative;
	z-index: 0;
}
#image h2{
	padding: 180px 0;
}
.home #image{
	height: 480px;
	background-position: top center; 		
	background-image: url(../img/image.jpg);
	background-repeat: repeat-x;
}

.search #image,
.error404 #image,
.single #image,
.archive #image,
.category #image,
.page #image{
	height: 150px;
	background-position: top center; 		
	background-image: url(../img/image4.jpg);
	background-repeat: repeat-x;
}


/* ----------main_area---------- */
#main_area{
	clear: both;
	width: 1000px;
	margin: -30px auto 0;
	position: relative;
	z-index: 100;
	background-image: url(../img/shadow.png);
	background-repeat: no-repeat;
	background-position: top center; 		
	padding: 35px;
	box-sizing: border-box;
	overflow-wrap: anywhere;
}
#main_area .flex{
	display: flex;
	margin: 0 0 30px;
}

/* top_left */
#main_area .top_left{
	width: 50%;
}
#main_area .top_left h2{
	margin: 0 0 15px;
	width: 100%;
	height: 43px;
	font-size: 26px;
	line-height: 43px;
	color: #fff;
	text-align: center;
	background-image: url(../img/bg_green.jpg);
	background-repeat: repeat-x;
	background-position: left bottom; 		
	border-bottom: 1px solid #7C6434;
}

/* top_right */
#main_area .top_right{
	width: 50%;
}
#main_area .top_right h2{
	margin: 0 0 15px;
	width: 100%;
	height: 43px;
	font-size: 26px;
	line-height: 43px;
	color: #fff;
	text-align: center;
	background-image: url(../img/bg_bluegreen.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	border-bottom: 1px solid #40A940; 		
}

/* top inner */
#main_area .top_left .inner,
#main_area .top_right .inner{
	width: 100%;
	margin: 0 auto;
	padding: 0 1%;
	box-sizing: border-box;
}
#main_area p{
	margin: 5px 0 10px;
}
#main_area img{
	border: 1px solid #ddd;
 	transition: 0.35s ease-in-out;
	margin-bottom: 5px;
}
#main_area img:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
}
#main_area img.non{
	border: none;
}


/* top_news */
#main_area .top_news{
	width: 930px;
}
#main_area .top_news h2{
	margin: 0 0 15px;
	width: 100%;
	height: 43px;
	font-size: 26px;
	line-height: 43px;
	color: #fff;
	text-align: center;
	background-image: url(../img/bg_brown.jpg);
	background-repeat: repeat-x;
	background-position: left bottom; 		
	border-bottom: 1px solid #7C6434;
 	transition: 0.35s ease-in-out;
}
#main_area .top_news h2 a{
	color: #fff;
	display: block;
}
#main_area .top_news h2:hover{
    opacity: 0.65;
    filter: alpha(opacity=65);
}
#main_area .top_news .inner{
	width: 100%;
	border: 5px solid #eee;
	border-top: 0;
	box-sizing: border-box;
}
#main_area .top_news ul{
	margin: -15px 0 0;
	padding: 20px 20px 10px;
	list-style: none;
	display: flex;
	flex-wrap: wrap;
}
#main_area .top_news ul li{
	width: 23%;
	margin: 0 1% 10px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #ddd;
	cursor: pointer;
}
#main_area .top_news ul li .clip{
	width: 100%;
	height: 150px;
	overflow: hidden;
}
#main_area .top_news ul li .clip img{
	width: 100%;
	height: 150px;	
	object-fit: cover;
}
#main_area .top_news ul li .date{
	font-size: 13px;
	color: #685228;
	width: 100%;
	display: block;
}
#main_area .top_news ul li a{
	color: #333;
	display: block;
}
#main_area .top_news ul li a:hover,
#main_area .top_news ul li a:active{
	color: #AB9972;
	text-decoration: underline;
}
#main_area .top_news .btn{
	margin: 0 5px 10px;
	text-align: center;
}
#main_area .top_news .btn a{
	display: inline-block;
	width: 45%;
	background-color: #eee;
	margin: 5px;
	padding: 8px 15px;
	border-radius: 5px;
	overflow: auto;
	text-decoration: none !important;
}
#main_area .top_news .btn a:hover{
	color: #fff !important;
	background-color: #AB9972;
}





/* page main */
#main_area .main{
	display: table-cell;
	width: 700px;
	border-right: 20px solid #fff;
	vertical-align:top;
}
.single .main,
.archive .main,
.category .main,
.page .main{
	position: relative;
	height: 400px;
	overflow: none;
}
#main_area .main h2{
	clear: both;
	padding: 8px 8px 8px 15px;
	box-sizing: border-box;
	margin: 0 0 15px;
	width: 100%;
	font-size: 23px;
	line-height: 30px;
	color: #fff;
	background-image: url(../img/bg_brown.jpg);
	background-repeat: repeat-x;
	background-position: left bottom; 		
	border-bottom: 1px solid #7C6434;
}
#main_area .main h3{
	clear: both;
	padding: 8px;
	margin: 50px 0 20px;
	font-size: 20px;
	background-color: #fafafa;
	border-left: 5px solid #7C6434;
	border-bottom: 1px solid #ccc;
	color: #7C6434;
}
#main_area .main h3.top{
	margin: 20px 0;
}
#main_area .main h3 a{
	text-decoration: none !important;
}
#main_area .main h4{
	clear: both;
	padding: 5px;
	margin: 20px 0;
	font-size: 17px;
	border-bottom: 1px solid #ccc;
	color: #7C6434;
}
#main_area .main h5{
	clear: both;
	padding: 5px;
	margin: 20px 0;
	font-size: 15px;
	border-bottom: 1px dotted #ccc;
}






/* page side */
#main_area .side{
	display: table-cell;
	width: 210px;
	vertical-align:top;
}
#main_area .side ul.sidemenu{
	border: 1px solid #ddd;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
}
#main_area .side ul.sidemenu li{
	list-style: none;
	border-bottom: 1px solid #ddd;
}
#main_area .side ul.sidemenu li:last-Child{
	border: none;
}
#main_area .side ul.sidemenu li a{
	display: block;
	padding: 7px 15px;
}
#main_area .side ul.sidemenu li a:hover,
#main_area .side ul.sidemenu li a:active{
	color: #fff;
	background-color: #AB9972;
}


/* blog side */
#main_area .side ul.blogmenu{
	border: 1px solid #ddd;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 16px;
}
#main_area .side ul.blogmenu li{
	list-style: none;
	border-bottom: 1px solid #ddd;
	padding: 7px 15px;
	width: 100%;
	box-sizing: border-box;
}
#main_area .side ul.blogmenu li:last-Child{
	border: none;
}
#main_area .side ul.blogmenu li a{
	display: inline-block;
}
#main_area .side ul.blogmenu li:hover,
#main_area .side ul.blogmenu li:active{
	color: #fff;
	background-color: #AB9972;
}
#main_area .side ul.blogmenu li a:hover,
#main_area .side ul.blogmenu li a:active{
	color: #fff;
}




/* ----------links---------- */
#links{
	clear: both;
	width: 100%;
	padding: 25px 0;
	background-color: #EFE4D8;
	overflow: hidden;
}
#links img{
	float: left;
	margin: 0 0 25px 25px;
 	transition: 0.35s ease-in-out;
}
#links img:hover{
    opacity: 0.6;
    filter: alpha(opacity=60);
}



/* ----------foooter---------- */
#footer{
	clear: both;
	width: 100%;
	margin: 0;
	padding: 25px 0 75px;
	background-color: #7C6434;
	overflow: hidden;
	color: #fff;
	font-size: 13px;
}

#footer a:link,
#footer a:visited{
	color: #fff;
}
#footer a:hover,
#footer a:active{
	color: #fff;
	text-decoration: underline;
	padding-left: 5px;
}


	
#footer .3box{
	width: 980px:
	display: table;
}
#footer .sitemap01{
	display: table-cell;
	width: 200px;
	border-right: 1px solid #fff;
	padding: 0 20px;
	box-sizing: border-box;
	vertical-align: top;
}
#footer .sitemap02{
	display: table-cell;
	width: 360px;
	border-right: 1px solid #fff;
	padding: 0 20px;
	box-sizing: border-box;
	vertical-align: top;
}
#footer .sitemap01 ul,
#footer .sitemap02 ul{
	list-style: none;
	margin: 0;
	padding: 0;
}
#footer .sitemap01 ul li,
#footer .sitemap02 ul li{
	margin: 5px 0;
	padding: 0;
}
#footer .sitemap01 ul li.child,
#footer .sitemap02 ul li.child{
	padding-left: 15px;
	font-size: 12px;
}
#footer .sitemap01 ul li a,
#footer .sitemap02 ul li a{
	display: block;
}

#footer .info{
	display: table-cell;
	width: 420px;
	padding: 5px 20px;
	box-sizing: border-box;
	vertical-align: top;
}
#footer .info h1{
	margin: 0 0 15px;
}
#footer .info .copyright{
	margin: 30px 0;
	font-family: ヒラギノ明朝 Pro,Hiragino Mincho Pro,ＭＳ Ｐ明朝,ＭＳ明朝,MS Mincho,MS PMincho,serif;	
}





/* ----------blog---------- */
.blog_date{
	border-bottom: 1px dotted #ddd;
	font-size: 12px;
	padding: 5px;
}
.blog_cate{
	border-bottom: 1px solid #ddd;
	font-size: 12px;
	padding: 5px;
}
.blog_txt{
	font-size: 16px;
	line-height: 26px;
	margin: 25px 5px;
	overflow: auto;
}
.social4i{
	margin: 30px 0 0;
}

.pager{
	border-top: 1px solid #ddd;
	padding: 10px 5px 0;
	margin: 20px 0 0;
	font-size: 13px;
}
.pager .prev a{
	float: left;
	background-color: #eee;
	padding: 5px 15px;
	border-radius: .6em;
	overflow: auto;
	text-decoration: none !important;
}
.pager .next a{
	float: right;
	background-color: #eee;
	padding: 5px 15px;
	border-radius: .6em;
	overflow: auto;
	text-decoration: none !important;
}


ul.list{
	width; 100%;
	margin: 0 10px;
	padding: 0;
	list-style: none;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
}
.page-slug-action ul.list{
	margin: 0 10px 30px;
	overflow: auto;
	display: flex;
	flex-wrap: wrap;
}
ul.list li{
	width: 31%;
	margin: 0 1% 10px;
	padding: 0 0 5px;
	border-bottom: 1px dotted #ddd;
	cursor: pointer;
}
ul.list li .clip{
	display: block !important;
	width: 100% !important;
	height: 150px;
	overflow: hidden;
	margin: 0 0 10px;
}
ul.list li .clip img{
	width: 100% !important;
	height: 150px;
	display: block;
	object-fit: cover;
}
ul.list li.date{
	display: block;
	font-size: 13px;
	color: #685228;
	width: 100%;
	display: block;
}
ul.list li a{
	color: #333;
	display: block;
	text-decoration: none !important;
}
ul.list li a:hover,
ul.list li a:active{
	color: #AB9972;
	text-decoration: underline;
}



/* ----------sitemap---------- */
.sitemap{
	margin: 15px 0;
	padding: 0;
	font-size: 16px;
}
.sitemap ul{
	list-style: none;
	padding: 0;
}
.sitemap ul li{
}
.sitemap ul li.child{
	font-size: 14px;
	padding-left: 25px;
}
.sitemap ul li a{
	display: block;
	padding: 7px 3px;
	border-bottom: 1px dotted #ddd;
	text-decoration: none !important;
}
.sitemap ul li a:hover{
	background-color: #fafafa;
}







/* ----------page---------- */

#main_area .side .msg{
	border: 1px dotted #ccc;
	padding: 10px;
	font-size: 13px;
	background-color: #fafafa;
}


#main_area .main a{
	text-decoration: underline;
}

#main_area .main img{
	margin: 10px 0;
}
#main_area .main img.kadomaru{
	border-radius: 10px;
}

ul{
	list-style: disc;
	padding: 5px 5px 5px 25px;
}
ol{
	list-style: decimal;
	padding: 5px 5px 5px 25px;
}

table{
	width: 100%;
	border-top: 1px solid #ddd;
	border-left: 1px solid #ddd;
 	border-collapse: collapse;
}
table thead tr{
	text-align: center;
	background-color: #eee;
	padding: 15px 7px;
	color: #fff;
	font-size: 15px;
	background-color: #AB9972;
}
table td{
	font-size: 13px;
	padding: 7px;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
table tbody tr.even{
	background-color: #fafafa;	
}	

	
table.none{
	border: none;
}
table.none td{
	border: none;
}

.page p,
.single p{
	margin: 5px 0 20px;
}

.alignright{
	float: right;
	margin: 0 15px 0 0;
}
.alignleft{
	float: left;
	margin: 0 0 0 15px;
}
.aligncenter{
	display: block;
	margin: 0 auto;
}

a.linkbtn{
	color: #fff;
	border-radius: 0.2em;
	display: inline-block;
	padding: 8px 16px;
	background-color: #AB9972;
	margin: 0 15px 15px;
	text-decoration: none!important;
}
a.linkbtn:hover{
	background-color: #715B2C;
}

a.linkbtn:after{
	content: "»";
}





/* ----------search-results---------- */
.search-results{
}
.search-results ul.results{
}
.search-results ul.results li a{
	margin: 0;
	padding: 10px 0;
	border-bottom: 1px dotted #ddd;
	text-decoration: none!important;
	display: block;
}
.search-results ul.results li a:hover{
	text-decoration: underline;
}
.search-results .pager{
	text-align: center;
}
.search-results .pager a{
	margin: 2px;
	padding: 3px 6px;
	border-radius: .2em;
	background-color: #eee;
	overflow: auto;
	text-decoration: none !important;
}





/*-----------ruby-ct--------------l*/
.ruby-ctl{
	font-size: 14px;
	margin: 20px 0 0;
	padding: 3px 6px;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #ddd;
}

.ruby-ctl label{
	display: block;
	margin: 5px;
	cursor: pointer;
}
.ruby-ctl input[type="radio"] {
  position: relative;
  width: 16px;
  height: 16px;
  border: 1px solid #7C6434;
  border-radius: 50%;
  vertical-align: -6px;
  appearance: none;
}

.ruby-ctl input[type="radio"]:checked:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #7C6434;
  content: '';
}
