@charset "UTF-8";

.wf-notosansjapanese { font-family: "Noto Sans Japanese", 'Dosis', sans-serif; }
.wf-sawarabimincho { font-family: "Sawarabi Mincho"; }

.noto100 {font-weight:100;}
.noto200 {font-weight:200;}
.noto300 {font-weight:300;}
.noto400 {font-weight:400;}
.noto500 {font-weight:500;}
.noto600 {font-weight:600;}
.noto700 {font-weight:700;}
.noto800 {font-weight:800;}
.noto900 {font-weight:900;}

body {
font-family:'Noto Sans Japanese', 'Dosis', sans-serif, Gadget;
font-weight:200;
}



ul {
	list-style:none;
}

h2 h3 h4 {
	font-weight:400;
}

.indent {
	text-indent:1em;
}


.bt-space{
    padding-top: 20px;
	margin-bottom:20px;
}

.container-fluid .wrapper{
	 padding:0;
}

.wrapper {
	width:100%;
	height:auto;
	background:url(../images/background.png);
	overflow:hidden;
    -webkit-box-shadow: 2px 5px 0 #ccc;
    -moz-box-shadow: 0 2px 5px #ccc;
	 box-shadow: 0 2px 5px #ccc;
	}
	
/*res*/
.main-image {
		width:100%;
		height:870px;
		background:url(../images/background.png);
		background-repeat:repeat;
		background-position:center,left;
		background-size:1110px;
	}


/*GLOBAL NAVI-wrap*/
	
.head-nav {
	width:100%;
	height:auto;
	clear:both;
}

.main-navi {
	width:100%;
	height:auto;
	margin:0 auto;
}




/*SITE-TITLE */

.site-title {
	font-size:120%;
	font-weight:bold;
	color:#fff;
	vertical-align:top;
	width:450px;
	height:auto;
	margin:0;
	padding:30px;
	text-align:left;
	position:absolute;
	top:100px;
	left:50px;
}



/*site-title-xs */

.site-title-small {
	font-size:90%;
	color:#FFFFFF;
	margin:0;
	padding:6px;
	text-align:center;
}



/*contents-TEXT and IMAGE */

.list-article {
	width:100%;
	height:auto;
	padding:20px;
	margin:0;
	border-bottom: 1px #ccc solid; 
	float:left;
	clear:both;
}


.list-article-img {
	width:30%;
	height:auto;
	padding:0;
	margin:0;
	float:left;
	transition-property:background-img;
  transition-duration:0.3s;
	}
	
.list-article-img:hover {
	opacity:0.7;
}


.content-list-header{
	width:70%;
	height:auto;
	margin:0 0 0 -40px;
	padding:0;
	float:left;
}

.content-list-text {
	width:70%;
	height:auto;
	float:left;
	line-height:1.3em;
}


.list-topics {
	width:100%;
	height:auto;
	border-bottom: 1px #ccc solid; 
	float:left;
	clear:both;
	margin:0 0 10px 0;
}


.list-event_a {
	width:100%;
	height:auto;
	background-color: rgba(192,160,124,0.3);
	padding:20px;
	float:left;
	clear:both;
	border-bottom:2px dashed rgba(192,160,124,0.3);
}

.list-event_b {
	width:100%;
	height:auto;
	background-color:rgba(192,160,124,0.3) ;
	padding:20px;
	float:left;
	clear:both;
}

.content-header{
	width:100%;
	height:auto;
	margin:0 0 0 -40px;
	padding:0;
	float:left;
}

.content-text {
	width:100%;
	height:auto;
	float:left;
	clear:both;
}

.list-categorys-title {
	width:100%;
	height:auto;
	margin:0;
	float:left;
}



.list-categorys-archive {
	width:100%;
	height:auto;
	padding:10px 0;
	margin:0;
	border-bottom: 1px #ccc solid; 
	float:left;
	clear:both;
}


.list-categorys-img {
	width:20%;
	height:auto;
	padding:0;
	margin:0 10px;
	float:left;
	}
.list-categorys-img_medium {
	width:30%;
	}
	
	
.list-categorys-header{
	width:80%;
	height:auto;
	margin:0 0 0 -40px;
	padding:0;
	float:left;
}

.list-categorys-header_medium{
	width:70%;
}





/*FOOTER*/

.fotter-wrap {
	width:100%;
	height:auto;
	margin:50px 0 0 0;
	background:url(../images/background.png) ;
	border-top: 1px solid #FFFFFF;
    -webkit-box-shadow: -2px 5px 0 #ccc;
    -moz-box-shadow: 0 -2px 5px #ccc;
 	box-shadow: 0 -2px 5px #ccc;

}


.fotter-border-bottom {
	border-bottom: 1px solid #eeeeee;
    -webkit-box-shadow: 0 2px 0 #FFFFFF;
    -moz-box-shadow: 0 2px 0 #FFFFFF;
 	box-shadow: 0 2px 0 #FFFFFF;
 	padding:30px 20px;
}

.fotter-border-left {
	border-left: 1px solid #eeeeee;
    -webkit-box-shadow: -2px 0 0 #FFFFFF;
    -moz-box-shadow: -2px 0 0 #FFFFFF;
 box-shadow: -2px 0 0 #FFFFFF;
 margin:20px 0 20px 0;

}

.fotter-border-left-end {
	border-left: 1px solid #eeeeee;
    -webkit-box-shadow: -2px 0 0 #FFFFFF;
    -moz-box-shadow: -2px 0 0 #FFFFFF;
 box-shadow: -2px 0 0 #FFFFFF;
 margin:20px 0 20px 0;

}

.fotter-wrap a{
	font-size:95%;
	color:#C0A080;
}

.fotter-wrap a:hover{
		color:#606050;
}


.contents {
	clear:both;
	position:relative;
	top:0;
	left:0;
}


.copyright-wrap {
	width:100%;
	margin:0 auto;
	padding:20px;
	background:#C0A080;
	text-align:center;
}

.copyright {
	color:#FFFFFF;
	opacity:0.8;
	font-family:'Dosis', sans-serif;
}



/*BREADcrumbs */

.breadcrumbs {
  width: 1000px;
	height:5px;
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
  padding: 0;
	margin-top: 15px;
  /*margin-bottom: 5px;*/
  *zoom: 1;
  color: #C7B8EA;
	}
  .breadcrumbs:before, .breadcrumbs:after {
    display: table;
    content: "";
    line-height: 0;
		}
  .breadcrumbs:after {
    clear: both;
		}
  .breadcrumbs:before, .breadcrumbs:after {
    display: table;
    content: "";
    line-height: 0;
		}
  .breadcrumbs:after {
    clear: both;
		}
  .breadcrumbs span {
    font-size: 12px;
		color: #C0A080;
    margin-right: 5px;
    margin-left: 5px;
    line-height: 1;
		}
    .breadcrumbs span:first-child {
      margin-left: 0;
			}
    .breadcrumbs span:last-child {
      background: none;
			}
    .breadcrumbs span a {
      color: #C0A080;
			}



/*CONTACT-FORM */

.contactBlock dl {
	color:#606050;
  *zoom: 1;
  padding: 15px 0;
	margin:0 20px;
  border-bottom: 1px solid #eee; 
	}
  .contactBlock dl:before, .contactBlock dl:after {
    display: table;
    content: "";
    line-height: 0;
		}
  .contactBlock dl:after {
    clear: both; }
  .contactBlock dl dt, .contactBlock dl dd {
    line-height: 1;
    margin-bottom: 0; 
		}
  .contactBlock dl dt {
    float: left;
    width: 25%;
    padding: 10px 0 20px 10px;
    line-height: 1;
    /*border-left: 2px solid #FFA030;*/ 
		}
  .contactBlock dl dd {
    float: right;
    width: 50%;
    padding:10px 0;
		}
    .contactBlock dl dd input,
    .contactBlock dl dd textarea {
      width: 100%; }
.contactBlock .btns {
  text-align: center;
  margin: 25px; 
	}
	
	


/*SITEMAP*/

.sitemap-wrap {
	width:100%;
	margin:10px 0 10px 0;
}

.sitemap-underline {
	width:100%;
	padding:5px;
	margin:0;
	border-bottom: 1px #ccc dotted; 
}


/*ボタン用*/

.btn{
white-space: normal;
}