@charset "UTF-8";

/* reset */
html{color:#000;background:#fff;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym{border:0;font-variant:normal;}
sup{vertical-align:text-top;}
sub{vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
input,textarea,select{*font-size:100%;}legend{color:#000;}

/* base */
body {
	font:12px/1.231 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	-webkit-text-size-adjust: none;
	color:#080808;
	background:url(../img/bg_body01.png) repeat-x center top;
}
a{ text-decoration:none;}
section{
	clear:both;
	margin:0px 0px 10px 0px;
}
section.nakacont01{
	margin:0px;
	padding:10px 10px;
	border-bottom:solid #cccccc 1px;
}

section.youtube{ margin:10px auto; width:290px;}

/*----------------------------------------------------
	ヘッダー
----------------------------------------------------*/
/* ヘッダー01 */
.header01{
	text-align:center;
	background:url(../img/bg_header01.png) no-repeat center top;
}
.header01 h1{
}
.header01 h1 a{
	display:block;
	padding:15px 0px 5px 0px;
}

a.a_telhead01{
	text-align: center;
	display: block;
	padding: 8px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	border-top:1px solid #e175a9;
	border-bottom:1px solid #e175a9;
	margin-bottom:1px;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#f8e2ec), 
		color-stop(0.48, #e175a9), 
		color-stop(0.5, #d85690), 
		to(#d1206f));
	background: linear-gradient(#f8e2ec, #e175a9 48% , #d85690 50%, #d1206f);
	}

h2.h201{
	font-weight:bold;
	font-size:14px;
	text-align: center;
	padding: 6px 0px;
	border-bottom: 1px solid #cccccc;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	color: #c50058;
}

/*----------------------------------------------------
	フッター
----------------------------------------------------*/

footer {
	margin-top: 10px;
	background:#f8e2ec;
}

footer .footcont{
	padding:15px 15px 0px 15px;
}

footer .company-name{
	font-weight:bold;
	font-size: 14px;
	line-height:1.3;
}
footer .company-name span{
	font-size:12px;
	font-weight: normal;
}

footer .company-name01{
	font-weight:bold;
	font-size: 14px;
	line-height:1.3;
	color:#322c24;
	margin-bottom: 5px;
}


footer .company-name02{
	font-weight:bold;
	font-size: 14px;
	line-height:1.3;
	color:#70981d;
}
footer .company-name02 span{
	font-size:12px;
	font-weight: normal;
		color:#593c30;
}

footer ul li{
	float:left;
	padding-right:10px;
	margin-bottom:5px;
}


footer .copyrigh{
	clear:both;
	font-size:10px;
	text-align:center;
	padding:10px 0px;
	line-height: 1.0;
	background-color: #c50058;
	color: #FFFFFF;
}

footer .li-r{
	padding-right:0px;
}

footer .address{
	margin-bottom:10px;
}

footer .timetable{
	margin-bottom:10px;
}


footer .ftnv{
	margin:0 auto;
	margin-top:10px;
	margin-bottom:5px;
	clear:both;
	}

footer .ftnv ul li{
	list-style:none;
	text-align:center;
	float:left;
	border-bottom: solid #cccccc 1px;
	border-top: solid #cccccc 1px;
	}
footer .ftnv ul li a{
	display:block;
	padding:5px;
	height:14px;
	text-decoration: none;
}

.pagetop01{
	margin: 0px;
	border:solid 1px #e892bb;
	background: -webkit-gradient(linear, left top, left bottom, from(#f7cce1),
		to(#d85690));
	background: linear-gradient(#f7cce1, #d85690);
}
a.a_pagetop01{
	text-align:center;
	display:block;
	padding: 7px 0px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	font-weight:bold;
	font-size: 14px;
}



/*----------------------------------------------------
	見出しなどなど
----------------------------------------------------*/

h3.h301{
	background: #f4e5ca -webkit-gradient(linear, 0% 0%, 0% 100%, from(#f4e5ca), to(#e8ca90));
	background: #f4e5ca linear-gradient(#f4e5ca, #e8ca90);
	text-align: left;
	text-shadow: 0px 1px 0px #ffffff;
	font-weight:bold;
	border-bottom:solid 1px #e0c48c;
	color: #c78400;
	margin-bottom: 0;
	padding: 8px;
}


/*----------------------------------------------------
	ナビゲーション
----------------------------------------------------*/
/* サムネイルつき矢印リスト２列 */
.tponavi01_titel{
	background: #b98724 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5cb98), to(#b98724));
	background: #b98724 linear-gradient(#e5cb98, #b98724);
	border-radius: 5px 5px 0px 0px;
	text-align: left;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	font-weight:bold;
	border-top: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	color: #ffffff;
	margin-bottom: 0;
	padding: 10px;
}
.topnavi01{
	margin: 10px 5px 10px 5px;
	}
	.topnavi01:after {
		content: "."; 
  	 	display: block;
		height: 0; 
 		clear: both; 
 		visibility: hidden;
	}
	.topnavi01 ul{
		border-top: 1px solid #ccc;
	}
	.topnavi01 ul li{
		background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#e4e4e4));
		background: linear-gradient(#fff, #e4e4e4);
		border-top: none;
		border-bottom: 1px solid #ccc;
		border-left: 1px solid #ccc;
		border-right: 1px solid #ccc;
		height: 45px;
		margin: 0px;
	}
	.topnavi01 ul li:nth-child(odd) {
		float: left;
		width: 50%;
	}
	.topnavi01 ul li a{
		color: #666;
		display: block;
		height: 45px;
		margin: 0px;
		padding: 0 20px 0 0;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		text-decoration: none;
		background:url(../img/list_mark4.png) no-repeat right;
	}
	.topnavi01 ul li a strong{
	padding-top: 15px;
	display: block;
	font-weight: bold;
	}
	.topnavi01 ul li img{
	float: left;
	height: 45px;
	width: 45px;
	margin-right: 10px;
	border-right: 1px solid #ccc;
	}
	
/* 矢印つきリスト２ */
.nakanavi01{ margin-bottom:20px;}
.nakanavi01 ul{
	margin:0px 10px;
	}
	.nakanavi01 ul li{
		overflow: hidden;
		margin: 0;
		width: 100%;
		text-align: left;
		padding: 0;
		border: 1px #ccc solid;
		border-bottom: 0;
		background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
		background: linear-gradient(#fff, #f0f0f0);
   		display:block;
		-webkit-box-shadow:0px 3px 3px rgba(000,000,000,0.1);
		box-shadow:0px 3px 3px rgba(000,000,000,0.1);
	}
	.nakanavi01 ul li:first-child{
		border-radius: 8px 8px 0 0;
	}
	.nakanavi01 ul li:last-child{
		border-radius: 0 0 8px 8px;
		border-bottom:1px #ccc solid;
	}
	.nakanavi01 ul li a{
	color: #b98724;
	display: block;
	height: 44px;
	margin: 0;
	padding: 0 0 0 15px;
	overflow: hidden;
	white-space: nowrap;
	line-height: 44px;
	text-overflow: ellipsis;
	text-decoration: none;
	font-weight:bold;
	text-shadow:1px 1px 0px #ffffff;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #ffffff;
 	-moz-box-shadow:inset 1px 1px 0px 0px #ffffff;
	}
	.nakanavi01 ul li a::after{
		content: url(../img/list_mark3.png);
		float: right;
	}

/*----------------------------------------------------
	アコーディオン
----------------------------------------------------*/
/* アコーディオン01 */
.ad_cont01 dl.acordion{
	margin: 0 5px 0 5px;
	}
	.ad_cont01 dt.trigger {
		background: #b98724 -webkit-gradient(linear, 0% 0%, 0% 100%, from(#e5cb98), to(#b98724)); 
		background: #b98724 linear-gradient(#e5cb98, #b98724);
		border-radius: 5px;
		text-align: left;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	font-weight:bold;
		border: 1px solid #ccc;
		color: #ffffff; 
		margin-bottom: 0;
		padding: 10px;
	}
	.ad_cont01 dt.active{
		border-radius: 5px 5px 0 0;
	}
	.ad_cont01 dt.trigger span.open-close {
		background: url(../img/point_plus.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;
		text-indent: -9999em;
	}
	.ad_cont01 dt.active span.open-close {
		background: url(../img/point_none.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;
	}	
	.ad_cont01 dd.acordion_tree{
	padding: 10px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: #ffffff linear-gradient(#fff, #f0f0f0);
	border: 1px solid #ccc;
	border-top: none;
	}




/* トップトピ */
.toptopi01 dl.acordion{
	margin: 0 0 10px 0;
	}
	.toptopi01 dt.trigger {
	background: #1979ff;
	border-radius: 10px;
	text-align: left;
	border: 1px solid #1979ff;
	color: #FFFFFF;
	margin-bottom: 0;
	padding: 10px;
	font-weight:bold;
	}
	.toptopi01 dt.active{
		border-radius: 10px 10px 0 0;
	}
	.toptopi01 dt.trigger span.open-close {
		background: url(../img/point_plus.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;
		text-indent: -9999em;
	}
	.toptopi01 dt.active span.open-close {
		background: url(../img/point_none.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;
	}	
	.toptopi01 dd.acordion_tree{
	padding: 10px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: #ffffff linear-gradient(#fff, #f0f0f0);
	border: 1px solid #1979ff;
	border-top: none;
	}

/* トップトピ02 */
.toptopi02 dl.acordion{
	margin: 0 0 10px 0;
	}
	.toptopi02 dt.trigger {
	background: #e2a605;
	border-radius: 10px;
	text-align: left;
	border: 1px solid #e2a605;
	color: #FFFFFF;
	font-weight:bold;
	margin-bottom: 0;
	padding: 10px;
	}
	.toptopi02 dt.active{
		border-radius: 10px 10px 0 0;
	}
	.toptopi02 dt.trigger span.open-close {
		background: url(../img/point_plus.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;
		text-indent: -9999em;
	}
	.toptopi02 dt.active span.open-close {
		background: url(../img/point_none.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;
	}	
	.toptopi02 dd.acordion_tree{
	padding: 10px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: #ffffff linear-gradient(#fff, #f0f0f0);
	border: 1px solid #e2a605;
	border-top: none;
	}

/* お知らせ */
.newscont01 dl.acordion{
	margin: 0 0 10px 0;
	}
	.newscont01 dt.trigger {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fa665a), color-stop(100%, #d34639) );
	background:-moz-linear-gradient( center top, #fa665a 5%, #d34639 100% );
	background:-ms-linear-gradient( top, #fa665a 5%, #d34639 100% );
	background-color:#fa665a;
	border-radius: 10px;
	text-align: left;
	border:1px solid #d83526;
	text-shadow:1px 1px 0px #98231a;
	-webkit-box-shadow:inset 1px 1px 0px 0px #fab3ad;
	-moz-box-shadow:inset 1px 1px 0px 0px #fab3ad;
	box-shadow:inset 1px 1px 0px 0px #fab3ad;
	color: #FFFFFF;
	font-weight:bold;
	margin-bottom: 0;
	padding: 12px 10px;
	}
	.newscont01 dt.active{
		border-radius: 10px 10px 0 0;
	}
	.newscont01 dt.trigger span.open-close {
		background: url(../img/point_plus.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;
		text-indent: -9999em;
	}
	.newscont01 dt.active span.open-close {
		background: url(../img/point_none.png) no-repeat right top;
		float: right;
		width: 20px;
		height: 20px;
	}	
	.newscont01 dd.acordion_tree{
	padding: 10px;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: #ffffff linear-gradient(#fff, #f0f0f0);
	border:1px solid #d83526;
	border-top: none;
	}

/*----------------------------------------------------
	ボタン
----------------------------------------------------*/
.css_btn_class {
	font-size:14px;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #e2a705;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #fffbad), color-stop(100%, #ffcc00) );
	background:-moz-linear-gradient( center top, #fffbad 5%, #ffcc00 100% );
	background:-ms-linear-gradient( top, #fffbad 5%, #ffcc00 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbad', endColorstr='#ffcc00');
	background-color:#fffbad;
	color:#a37500;
	display:inline-block;
	text-shadow:1px 1px 0px #fff399;
 	-webkit-box-shadow:inset 1px 1px 0px 0px #fffefa;
 	-moz-box-shadow:inset 1px 1px 0px 0px #fffefa:}

/* This css button was generated by css-button-generator.com */

.css_btn_link01 {
	font-size:14px;
	font-weight:normal;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	border-radius:8px;
	border:1px solid #74b807;
	padding:9px 18px;
	text-decoration:none;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(5%, #89c403), color-stop(100%, #77a809) );
	background:-moz-linear-gradient( center top, #89c403 5%, #77a809 100% );
	background:-ms-linear-gradient( top, #89c403 5%, #77a809 100% );



	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#89c403', endColorstr='#77a809');
	background-color:#89c403;
	color:#ffffff;
	display:block;
	text-shadow:1px 1px 0px #528009;
	-webkit-box-shadow:inset 1px 1px 0px 0px #a4e271;
	-moz-box-shadow:inset 1px 1px 0px 0px #a4e271;
	box-shadow:inset 1px 1px 0px 0px #a4e271;
}
/* This css button was generated by css-button-generator.com */

a.btn_tel{
	width: 120px;
	text-align: left;
	display: block;
	padding: 8px;
	margin: 5px 0px 0px 0px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	border-radius: 5px;
	border:1px solid #de4c6c;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#e993a5), 
		color-stop(0.48, #e993a5), 
		color-stop(0.5, #de4c6c), 
		to(#e993a5));
	background: linear-gradient(#e993a5, #de4c6c 48% , #de4c6c 50%, #e993a5);
	}

a.btn_tel02{
	width: 100%;
	text-align: center;
	display: block;
	padding: 8px;
	text-decoration: none;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 2px #e7e7e7;
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	color: #666666;
	}

a.btn_tel03{
	text-align: center;
	display: block;
	padding: 8px;
	margin: 0px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	border-top:1px solid #1e5cb98;
	border-bottom:1px solid #b98724;
	margin-bottom:1px;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#e5cb98), 
		color-stop(0.48, #d9a236), 
		color-stop(0.5, #c6932f), 
		to(#b98724));
	background: linear-gradient(#e5cb98, #d9a236 48% , #c6932f 50%, #b98724);
	}



a.btn_fb{
	text-align: left;
	display: block;
	padding: 8px;
	margin: 5px 0px 0px 0px;
	color: #fff;
	text-decoration: none;
	text-shadow: 1px -1px 1px rgba(0,0,0,0.25);
	border-radius: 5px;
	border:1px solid #000;
	font-weight: bold;
	background: -webkit-gradient(linear, left top, left bottom, from(#5877c5), 
		color-stop(0.48, #516fbb), 
		color-stop(0.5, #3b579d), 
		to(#4d6ab5));
	background: linear-gradient(#5877c5, #516fbb 48% , #3b579d 50%, #4d6ab5);
	width: 190px;
	}

a.btn3{
	width: 100px;
	text-align: center;
	display: block;
	padding: 8px;
	color: #666;
	text-decoration: none;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.25);
	border-radius: 3px;
	border-top: 1px solid #ccc;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	border-left: 1px solid #ccc;
	font-weight: bold;
	-webkit-box-shadow: 1px 1px 2px #e7e7e7;  
	box-shadow: 1px 1px 2px #e7e7e7;  
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), 		color-stop(0.01, #f1f1f1), 
		color-stop(0.5, #f1f1f1), 
		color-stop(0.99, #dfdfdf), 
		to(#ccc));
	background: linear-gradient(#fff, #f1f1f1 1% , #f1f1f1 50% , #dfdfdf 99%, #ccc);
	}

/*----------------------------------------------------
	レイアウト・文字色系
----------------------------------------------------*/
.f14{ font-size:14px;}
.f16{ font-size:16px;}
.fontb{ font-weight:bold;}
.c_red{ color:#FF0000; }
.c_red01b{ color:#cc3333; font-weight:bold;}
.c_red01{ color:#cc3333;}
.c_red02{ color:#cc3333;}

.c_blue01{ color:#0e5ab2;}
.c_blue02{ color:#008bcc;}
.c_blue03{
	color:#003399;
}

.c_green01{ color:#60b538;}

.c_pink00{ color:#ff4876;}
.c_pink01{
	color:#de4c6c;
}
.c_pik02{ color:#c50058;}
.c_pik02b{ color:#c50058; font-weight:bold;}

.c_gray01{ color:#CCCCCC;}

.c_r{ text-align:right;}
.c_cent{ text-align:center;}

.c_brown01{color:#996600;}
.c_yellow01{ color:#ffcc00;}

.c_gold01{ color:#cc9933;}
.c_gold01b{ color:#cc9933; font-weight:bold;}

.txtR{ text-align:right;   }
.txtL{ text-align:left;   }

.phL{ float:left;   }
.phL01{ float:left; margin:0px 8px 8px 0px;   }

.phR{ float:right;  }
.phR01{
	float:right;
	margin:0px 0px 8px 8px;
}

.btm00{ margin-bottom:0px;}
.btm05{ margin-bottom:5px;}
.btm10{ margin-bottom:10px;}
.btm15{ margin-bottom:15px;}

.c_both{ clear:both;}

.hadairo_box01{
	border:solid #cc9933 1px;
	padding:14px 10px;
	text-align: center;
	margin: 0px auto 10px auto;
	width: 250px;
}
.hadairo_txtbox02 {
	background:#f4e5ca;
	color:#cc9933;
	font-weight:bold;
	padding: 8px;
	border-radius: 5px;
}

.news_date01{
	padding-top:10px;
	text-align:right;
	color: #c78400;
}
