@charset "utf-8";


/*全体の設定
---------------------------------------------------------------------------*/
body{
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
	color: #756754;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 2;
	background: #f7f6ea;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form,select,input,textarea{margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul,ol{padding-left: 40px;padding-bottom: 15px;}
img{border: none;max-width: 100%;height: auto;vertical-align: middle;}
table{border-collapse:collapse;font-size: 100%;border-spacing: 0;}
iframe{width: 100%;}


/*リンク設定
---------------------------------------------------------------------------*/
a{
	color: #756754;
	transition: 0.3s;
}
a:hover{
	color: #799a3a;
}

a img{
	margin: 5px auto;
}
a img:hover{
	opacity: 0.8;
	transition: 0.3s;
}


/*コンテナー
---------------------------------------------------------------------------*/
#container{
	max-width: 1280px;
	margin: 0 auto;
	padding: 0 3%;
}


/*ヘッダー
---------------------------------------------------------------------------*/
header{
	text-align: center;
}
#logo img{
	width: 400px;
	margin: 40px auto 40px;
}


/*トップページメイン画像
---------------------------------------------------------------------------*/
#mainimg img{
	border-radius: 10px;
	margin-bottom: 40px;
}


/*メニュー
---------------------------------------------------------------------------*/
#menubar{
	text-align: center;
	font-size: 18px;
	margin-bottom: 40px;
}
#menubar ul{
	padding: 0;
}
#menubar li{
	display: inline;
}
#menubar li a{
	text-decoration: none;
	padding: 15px 30px;
}
#menubar li a:hover{
	color: #799a3a;
	border-bottom: 4px solid #799a3a;
}

@media screen and (max-width:580px){
	#menubar li{
		display: block;
		margin-bottom: 10px;
	}
	#menubar li a{
		text-decoration: none;
		padding: 8px 30px;
	}
}


/*コンテンツ
---------------------------------------------------------------------------*/
#contents h2{
	clear: both;
	margin-bottom: 20px;
	color: #6c6050;
	padding: 10px 20px;
	background: #ffe500;
	border-radius: 10px;
}
#contents h3{
	clear: both;
	margin-bottom: 20px;
	padding: 8px 20px;
	background: #fff;
	border: 1px solid #ccc;
	border-radius: 10px;
}
#contents p{
	padding: 0px 20px 20px;
}
#contents p + p{
	margin-top: -5px;
}
#contents h2 + p,
#contents h3 + p{
	margin-top: -10px;
}
#contents section + section{
	margin-top: 30px;
}


/*list
---------------------------------------------------------------------------*/
.list{
	overflow: hidden;
	padding: 20px;
	display: flex;
	flex-wrap: wrap;
	border-bottom: 1px solid #ccc;
}
/*
.list + .list{
	border-top: 1px solid #ccc;
}*/
.list figure{
	width: 20%;
}
.list figure img{
	width: 90%;
}
.list .text{
	width: 80%;
}
.list .text h4{
	color: #799a3a;
	font-weight: 600;
}
.list .text p{
	padding: 0;
}
.list .text p img{
	margin: 0 auto 15px;
}
.list:last-of-type{
	margin-bottom: 30px;
}

@media screen and (max-width:580px){
	.list figure{
		width: 100%;
		text-align: center;
		margin-bottom: 15px;
	}
	.list .text{
		width: 100%;
	}
}


/*フッター設定
---------------------------------------------------------------------------*/
footer{
	clear: both;
	text-align: center;
	padding: 30px 0px 10px;
}
footer a{
	text-decoration: none;
	border: none;
}
footer .pr{
	display: block;
}


/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
#new dl{
	padding: 0px 20px;
	margin-bottom: 20px;
}
#new dt{
	font-weight: bold;
	float: left;
	width: 8em;
}
#new dd{
	padding-left: 8em;
}


/*テーブル
---------------------------------------------------------------------------*/
.ta1 caption{
	border: 1px solid #999;
	border-bottom: none;
	text-align: left;
	background: #eee;	
	font-weight: bold;
	padding: 10px;
}
.ta1 th.tamidashi{
	width: auto;
	/*text-align: left;*/
	background: #eee;
}
.ta1{
	table-layout: fixed;
	width: 100%;
	margin: 0 auto 20px;
	background: #fff;
}
.ta1,.ta1 td,
.ta1 th{
	word-break: break-all;
	border: 1px solid #999;
	padding: 10px;
}
.ta1 th{
	text-align: center;
	width: 30%;
}

@media screen and (max-width:580px){
	.ta1{
		font-size: 0.75em;
	}
}


/*トップページのNEWアイコン
---------------------------------------------------------------------------*/
.newicon{
	background: #F00;
	color: #FFF;
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*その他
---------------------------------------------------------------------------*/
.look{
	background: #e5e5e5;
	padding: 30px 10px;
	border-radius: 4px;
}
.mb15,.mb1em{margin-bottom: 15px;}
.mb30{
	margin-bottom: 30px;
}
.color1{color: #799a3a;}
.pr{font-size: 12px;}
.wl{width: 96%;}
.ws{width: 50%;}
.c{text-align: center!important;}
.r{text-align: right!important;}
.l{text-align: left!important;}
.red{
	color: #dd1818;
}

@media screen and (max-width:580px){
	.look{
		padding: 15px 10px;
	}
	.ws,.wl{
		width: 94%;
	}
}


/*追加
---------------------------------------------------------------------------*/
/*画像リスト*/
.list2{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	width: 100%;
	margin-bottom: 30px;
}
.list2 .item{
	width: 29.33333%;
	margin: 1%;
	padding: 1%;
	text-align: center;
	background: #fff;
	border-radius: 15px;
}
.list2 .item figure,
.list2 .item figure img{
	width: 100%;
}
.list2 h4{
	font-weight: bold;
	color: #799a3a;
}

/*ボタン*/
a.btn1{
	display: inline-block;
	text-decoration: none;
	background: #799a3a;
	color: #fff;
	text-align: center;
	border-radius: 10px;
	padding: 10px 20px;
	margin: 10px auto;
}

/*ページ内リンク*/
ul.link{
	width: 100%;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	list-style-type: none;
}
ul.link li{
	display: flex;
	width: 20%;
	justify-content: center;
	align-items: center;
	margin: 5px 2.5%;
	border: solid 1px #ccc;
	box-sizing: border-box;
	padding: 15px;
	text-align: center;
	background: #fff;
}
ul.link li a{
	color: #799a3a;
}

/*フォント装飾*/
.big1{
	font-size: 1.25em;
}

@media screen and (max-width:580px){
	.list2 .item{
		width: 46%;
	}
	ul.link{
		font-size: 0.75em;
	}
	ul.link li{
		width: 31.33333%;
		margin: 1%;
		padding: 5px;
	}
}