@charset "utf-8";
/* CSS Document */


body{
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	margin: 0px;
	padding: 0px;	
}



img{
	vertical-align:bottom;
	border:none;
	max-width: 100%;
	overflow:hidden;
}
a:hover img{
opacity:0.9;
filter:alpha(opacity=90);
}
dfn {
	font-weight:bold;
}
#main blockquote{
	background-color:rgba(204,204,204,0.3);
	padding:16px;
	border-radius:20px;
}
#main blockquote footer{
	text-align:right;
}

#header {
	border-top:3px solid rgba(204,153,0,1);	
	border-bottom: 5px solid #BCAE85;
	padding-bottom:1px;
}
#header header {
	overflow:hidden;
	border-bottom: 2px solid #D8CFB6;
}
#header-contents {
	overflow:hidden;
}

#wrap-contents {
	overflow:hidden;
}

/*-- メイン --------------------------------*/
#main {
	padding-bottom:20px;
	overflow:hidden;
}
#main a:hover {
	text-decoration:none;	
	color:#669900;
	background-color:#faf9f5;
}

#main #h1-wrap {
	background:url(../images/bg-h1-wrap.png) no-repeat;
	background-position:-25px -25px;
	padding:30px 0 20px 0;
}
#main h1 {
	font-size:20px;
	color:#666633;
	margin: 0 20px 0 10px;
	padding:20px 10px 20px 40px;
	text-shadow:1px 1px 1px #ccc;
	border: solid 1px;
	border-color:rgba(0,153,0,0.1);
	border-radius:10px 10px;
	box-shadow: inset 0px 0px 5px 3px #fff;	/*左　上　ぼかし　影の拡張幅　色　インセット*/
	background-color:rgba(0,153,51,0.05);
}
#main #h1-wrap + h2 {
	margin-top :10px;
}
#main #h1-wrap + p {
	margin-top :1em;
}
#main h2 {
	clear:both;
	font-size:18px;
	color:#663300;
	margin:50px 20px 20px 0;
	padding:15px 10px 7px;
	border-bottom:2px dotted #999900;
	background:url(../images/bg-h2.png) no-repeat right top;
}

#main p {
	font-size:16px;
	line-height: 1.6em;
	margin: 32px 20px;
}
#main h2+p {
	margin-top:16px;
}
#main dl {
	margin:0 20px;
}
#main dl dt {
	font-size:16px;
	line-height:1.6em;
	margin-bottom:16px;
	border-left:6px #009900 solid;
	padding-left:10px;
	color:#009900;
}
#main dl dd {
	font-size:16px;
	line-height:1.6em;
	margin-bottom:24px;
}

#main ul {
	overflow:hidden;
	margin-right:20px;
	margin-top:16px;
}

#main li {	
	font-size:16px;
	margin-bottom:16px;
	line-height: 1.6em;　/*追加*/
}
#main li:last-child{
	margin-bottom:0;
}

#main article aside div#kannrenn{
	clear:both;
	border:solid 1px #ccc;
	margin:16px;
}
#main article aside p{
	margin:16px;
}

#main article section{
	overflow:hidden;
	clear:both;
}

#main aside address{
	text-align:left;
	margin-left:16px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#main aside #toiawase {
	background-color:#ECEAE7;	
	margin:20px;
	padding:14px;
}
/*#main aside #toiawase img {
	float:left;
	margin:0 20px 20px;
}*/
#main aside #toiawase #mazuha{
	font-size:22px;
	font-weight:bold;
	color:#006600;
	background-color:#fff;
	padding:14px;
	background-image:url(../images/bg-h1-wrap.png);
	background-size:70px;
	background-repeat:no-repeat;
	background-position:right 5% bottom 110%;
}
#main aside #toiawase a{
	clear:left;
	display:block;
	background-color:#FF6282;
	color:#fff;
	text-align:center;
	padding:10px;
	border-radius:10px;
	width:70%;
	margin:0 auto 20px;
	font-size:20px;
	text-decoration:none;
}
#main aside #toiawase a:hover{
	background-color:#FF97AC;
}
/*-- サブ --------------------------------*/

#sub #menu_2 div#title {
	margin: 10px 0 0 0;
	padding:10px 0;
	text-align:center;
	border-top:#AB9763 3px solid;
	border-bottom:#ccc 1px solid;
	color:#663300;
	background:url(../images/bg-sub-title.png) no-repeat left,url(../images/bg-sub-title.png) no-repeat right;
}
#sub #menu_2 div#title a {
	color:#663300;
	text-decoration:none;
}

#sub #menu_2 ul {
	margin: 0 0 20px 0;	
	padding:0;
}
#sub #menu_2 li {
	list-style-type:none;
}
#sub #menu_2 li a {
	display:block;
	text-decoration:none;
	color:#666633;
	padding:8px 10px;
	border-bottom:dotted 1px #CCC;
}

#sub #menu_2 li a span {
	display:block;
	 font-size:12px;
	 padding-left:14px;
}

#sub #menu_2 li a:hover,
#sub #menu_2 li a.act {
	color:#669900;
	background-color:#faf9f5;
}


#sub #menu_1 div#title {
	margin: 20px 0 0 0;
	padding:10px 0;
	text-align:center;
	border-top:#D8CFB6 3px solid;
	border-bottom:#ccc 1px solid;
	color:#663300;
	background:url(../images/bg-sub-title_2.png) no-repeat right,url(../images/bg-sub-title_2.png) no-repeat left;
}

#sub #menu_1 ul {
	margin: 0 0 20px 0;	
	padding:0;
}
#sub #menu_1 li {
	list-style-type:none;
}
#sub #menu_1 li a {
	display:block;
	text-decoration:none;
	color:#666633;
	padding:8px 10px;
	border-bottom:dotted 1px #CCC;
}
#sub #menu_1 li a span {
	display:block;
	 font-size:12px;
	 padding-left:14px;
}




#sub .banner {
	padding:10px 0;
	text-align:center;
}

#sub .waku {
	border:solid 1px #ccc;
	margin:10px 10px;
	padding-top:10px;
}
@media only screen and (min-width:769px){
#sub .waku {
	margin:10px 0;
}
}

#sub p {
	font-size:14px;
	margin:10px;
}

#sub table{
	margin:10px auto;
	width:98%;
	border:3px solid #C8C8C2;
	border-collapse:collapse;
}
#sub table td,#sub table th{
	border:solid 1px #c8c8c2;
	text-align:center;
}
#sub table td{
	background:#fff;
}
#sub table th{
	background:#F7F3ED;
}

/*-- フッター --------------------------------*/
#footer {
	background-color:#A28F59;
	height:200px;
	overflow:hidden;
	clear:both;
}
#footer p {
	font-size:12px;
	text-align:right;
	margin-top:30px;
	margin-right:40px;
	color:#fff;
}
#footer p a {
	color:#fff;
	text-decoration: none;
}
#footer small {
	color:#FFFFFF;
	text-align:center;
	display:block;
	margin: 10px 0;
}

/*-- バルーン --------------------------------*/
.balloon {
 	position: relative;
	display: inline-block;
 	margin: 20px;
	padding: 7px 10px;
	min-width: 120px;
 	max-width: 100%;
 	color: #555;
	font-size: 16px;
	background:rgba(211,254,203,0.7);
	border-radius: 20px;
}

.balloon:before{
	content: "";
	position: absolute;
	top: 100%;
	left: 50%;
 	margin-left: -15px;
	border: 15px solid transparent;
	border-top: 15px solid rgba(211,254,203,0.7);
}

.balloon p {
	margin: 0;
	padding: 0;
}
.baloon-wrap{
	width:100%;
}
.baloon-wrap #gazou {
	text-align:center;
}