@charset "utf-8";


/*?S?????
---------------------------------------------------------------------------*/
body {
	color: #666;	/*?S???????F*/
	margin: 0px;
	padding: 0px;
	font: 14px/2 "???C???I", Meiryo, "?l?r ?o?S?V?b?N", Osaka, "?q???M?m?p?S Pro W3", "Hiragino Kaku Gothic Pro";
	background-image : url(bg1.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: center top;
	background-color: #FFF;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure{
	margin: 0px;
	padding: 0px;
}
ul{
	list-style-type: none;
}
img {
	border: none;
	vertical-align: bottom;
}
input,textarea,select {
	font-size: 1em;
}
form {
	margin: 0px;
}
table {
	border-collapse:collapse;
	font-size: 100%;
	border-spacing: 0;
}

/*?????N?i?S??j???
---------------------------------------------------------------------------*/
a {
	color: #666;	/*?????N?e?L?X?g??F*/
}
a:hover {
	color: #f57499;			/*?}?E?X?I??????????F?i?S??j*/
	text-decoration: none;	/*?}?E?X?I?????????????????B?c???????????P?s???B*/
}

/*?R???e?i?[?iHP????u???b?N?j
---------------------------------------------------------------------------*/
#container {
	width: 980px;	/*?R???e?i?[??*/
	margin-right: auto;
	margin-left: auto;
}

/*?w?b?_?[?i?T?C?g?????S?????????u???b?N?j
---------------------------------------------------------------------------*/
/*?w?b?_?[?u???b?N*/
header {
	width: 100%;	/*?u???b?N???*/
	height: 120px;	/*?u???b?N?????*/
	position: relative;
}
/*h1???S????*/
header h1 {
	position: absolute;
	left: 28px;	/*?w?b?_?[?u???b?N???????????28px???u??z?u*/
	top: 28px;	/*?w?b?_?[?u???b?N??????ƒH??28px???u??z?u*/
}
/*?d?b????{?b?N?X????*/
header address {
	position: absolute;
	top: 24px;		/*?w?b?_?[?u???b?N??????ƒH??24px???u??z?u*/
	right: 40px;	/*?w?b?_?[?u???b?N??????E????40px???u??z?u*/
	font-size: 11px;	/*?????T?C?Y*/
	text-align: center;	/*??????Z???^?????O*/
	line-height: 1.6;	/*?s??*/
	border: 5px solid #fec3d7;	/*?g??????A????A?F*/
	background-color: #fddfea;	/*?w?i?F?i?A??u???E?U?????????F?????o????j*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#fddfea));	/*?O???f?[?V????*/
	background-image: -webkit-linear-gradient(#FFF, #fddfea);	/*????*/
	background-image: linear-gradient(#FFF, #fddfea);			/*????*/
	padding: 10px;		/*?{?b?N?X???]??*/
	border-radius: 10px;	/*?p???T?C?Y*/
	letter-spacing: 0.2em;	/*??????u??????L???????B*/
}
/*?d?b???????????*/
header address .tel {
	font-size: 18px;	/*?????T?C?Y*/
	color: #f57499;		/*?????F*/
	display: block;
}


/*??????C?????j???[
---------------------------------------------------------------------------*/
/*???j???[?u???b?N?S?????*/
nav#menu ul {
/* SVG as background image (IE9/Chrome/Safari/Opera) */ 
background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIHZpZXdCb3g9IjAgMCAxIDEiIHByZXNlcnZlQXNwZWN0UmF0aW89Im5vbmUiPgo8bGluZWFyR3JhZGllbnQgaWQ9Imc4MzYiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiB4MT0iMCUiIHkxPSIwJSIgeDI9IjAlIiB5Mj0iMTAwJSI+CjxzdG9wIHN0b3AtY29sb3I9IiNGOTk0QjgiIG9mZnNldD0iMCIvPjxzdG9wIHN0b3AtY29sb3I9IiNGNTc0OTkiIG9mZnNldD0iMSIvPgo8L2xpbmVhckdyYWRpZW50Pgo8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2c4MzYpIiAvPgo8L3N2Zz4=);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247,103,154,0.7)), to(rgba(241,57,109,0.7)));	/*?O???f?[?V?????BRGBA???B0.7???????x???????????F??RGB?l?B*/
	background-image: -webkit-linear-gradient(rgba(247,103,154,0.7), rgba(241,57,109,0.7));	/*????*/
	background-image: linear-gradient(rgba(247,103,154,0.7), rgba(241,57,109,0.7));			/*????*/
	border-radius: 10px;		/*?p???T?C?Y*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*?e????B??????E??A????A????????A?F????B*/
	box-shadow: 1px 2px 7px #ccc;			/*????*/
	padding-left: 36px;
	margin-bottom: 25px;
	height: 56px;
}
/*???j???[?P????????*/
nav#menu ul li {
	float: left;
	width: 150px;	/*???j???[??*/
	border-right: 1px solid #e16b8d;	/*???j???[??E?????????A????A?F*/
	text-align: center;
}
nav#menu ul li a {
	color: #FFF;		/*?????F*/
	text-decoration: none;
	display: block;
	-webkit-transition: 0.5s;	/*?}?E?X?I???????????????????B0.5?b?B*/
	transition: 0.5s;			/*????*/
	line-height: 20px;
	padding-top: 10px;
}
/*???????j???[????*/
nav#menu ul li:first-child {
	border-left: 1px solid #e16b8d;	/*?????????????*/
}
/*?}?E?X?I????????*/
nav#menu ul li a:hover {
	background-color: #e16b8d;		/*?w?i?F*/
}
/*?p??\?L????*/
nav#menu ul li a span {
	font-size: 9px;	/*?????T?C?Y*/
	color: #eeeab3;	/*?????F*/
	display: block;
	letter-spacing: 0.2em;	/*??????u?????????????*/
	line-height: 15px;
	padding-bottom: 11px;
}

/*?g?b?v?y?[?W??X???C?h?V???[
---------------------------------------------------------------------------*/
#mainimg {
	clear: left;
	width: 980px;
	height: 300px;
	position: relative;
	border-radius: 10px;		/*?p???T?C?Y*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*?e????B??????E??A????A????????A?F????B*/
	box-shadow: 1px 2px 7px #ccc;			/*????*/
	margin-bottom: 25px;
}
#mainimg img {
	border-radius: 10px;	/*?p???T?C?Y*/
	vertical-align: bottom;
}
#mainimg .slide_file {
	display: none;
}
#slide_image {
	z-Index:2;
	position: absolute;
	left:0px;
	top:0px;
}
#slide_image2 {
	z-Index:1;
	position: absolute;
	left:0px;
	top:0px;
}

/*?R???e???c?imain,sub????u???b?N?j
---------------------------------------------------------------------------*/
#contents {
	clear: left;
	width: 100%;
}

/*???C???R???e???c
---------------------------------------------------------------------------*/
#main {
	float: right;	/*?E????????*/
	width: 700px;	/*???C???R???e???c??*/
	padding-bottom: 30px;
}
/*main?R???e???c??h2?^?O????*/
#main h2 {
	border-radius: 10px 10px 0 0;	/*?p???T?C?Y?B????????A?E??A?E???A?????????*/
	background-color: #666;	/*?w?i?F?i?A??u???E?U?????????F?????o????j*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#666), to(#333));	/*?O???f?[?V????*/
	background-image: -webkit-linear-gradient(#666, #333);	/*????*/
	background-image: linear-gradient(#666, #333);			/*????*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*?e????B??????E??A????A????????A?F????B*/
	box-shadow: 1px 2px 7px #ccc;			/*????*/
	font-size: 100%;
	color: #FFF;			/*?????F*/
	padding: 8px 15px;	/*???A???E???]??*/
	clear: both;
	border-bottom: 4px solid #f1396d;	/*????????A????A?F*/
	opacity: 0.7;	/*?????x70??????*/
}
/*main?R???e???c??h3?^?O????*/
#main h3 {
	border-radius: 10px;	/*?p???T?C?Y*/
	background-color: #fddfea;	/*?w?i?F?i?A??u???E?U?????????F?????o????j*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#fddfea));	/*?O???f?[?V????*/
	background-image: -webkit-linear-gradient(#FFF, #fddfea);	/*????*/
	background-image: linear-gradient(#FFF, #fddfea);			/*????*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*?e????B??????E??A????A????????A?F????B*/
	box-shadow: 1px 2px 7px #ccc;			/*????*/
	font-size: 100%;
	padding: 4px 15px;	/*???A???E???]??*/
	clear: both;
	border: 1px solid #fec3d7;	/*?g??????A????A?F*/
	color: #f57499;	/*?????F*/
}
/*main?R???e???c??i???^?O???*/
#main p {
	padding: 0.5em 15px 1em;	/*??????A??A???E?A?????]??*/
}

/*?T?u?R???e???c
---------------------------------------------------------------------------*/
#sub {
	float: left;	/*??????????*/
	width: 230px;	/*?T?u?R???e???c??*/
	padding-bottom: 30px;
}
/*sub?R???e???c???h2?^?O???*/
#sub h2 {
	border: 1px solid #CCC;	/*?g??????A????A?F*/
	border-radius: 10px 10px 0 0;	/*?p???T?C?Y?B????????A?E??A?E???A?????????*/
	font-size: 100%;
	text-align: center;	/*??????Z???^?????O*/
	padding: 5px 0px;	/*??????A???A???E???]??*/
	background-color: #e0e1e2;	/*?w?i?F?i?A??u???E?U?????????F?????o????j*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f5), to(#e0e1e2));	/*?O???f?[?V????*/
	background-image: -webkit-linear-gradient(#f3f3f5, #e0e1e2);	/*????*/
	background-image: linear-gradient(#f3f3f5, #e0e1e2);			/*????*/
}

/*?T?u?R???e???c?????j???[
---------------------------------------------------------------------------*/
/*???j???[?u???b?N?S?????*/
#sub ul.submenu {
	margin-bottom: 15px;
	border-top: 1px solid #CCC;	/*???????????A????A?F*/
	border-right: 1px solid #CCC;	/*?E?????????A????A?F*/
	border-left: 1px solid #CCC;	/*???????????A????A?F*/
}
/*???j???[?P????????*/
#sub ul.submenu li a {
	text-decoration: none;
	display: block;
	border-bottom: 1px solid #CCC;	/*???????????A????A?F*/
	padding-left: 10px;
	-webkit-transition: 0.5s;	/*?}?E?X?I???????????????????B0.5?b?B*/
	transition: 0.5s;			/*????*/
}
/*?}?E?X?I????????*/
#sub ul.submenu li a:hover {
	background-color: #fddfea;	/*?w?i?F*/
}
/*???o??????j???[???q??????????g?????d????????????*/
#sub h2 + ul.submenu {
	border-top: none;
}

/*?t?b?^?[???
---------------------------------------------------------------------------*/
footer {
	clear: both;
	text-align: center;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #FFF;	/*?????F*/
	background: #f57499;	/*?w?i?F*/
}
footer .pr {
	display: block;
	font-size: 80%;
}
footer a {
	text-decoration: none;
	color: #FFF;
}
footer a:hover {
	color: #FFF;
}

/*?g?b?v?y?[?W??u?X?V???E???m?“_?v?u???b?N
---------------------------------------------------------------------------*/
/*?u???b?N?S?????*/
#new{
	margin-bottom: 15px;
}
#new dl{
	overflow: auto;	/*?????w????????iframe????X?N???[?????o????B?S???\???????????????s?????height??s????B*/
	height: 150px;
	padding-left: 15px;
}
/*???t???*/
#new dt {
	font-weight: bold;	/*???????????B?W?????????????s???B*/
	float: left;
	width: 8em;
}
/*?L?????*/
#new dd {
	border-bottom: 1px solid #d2d2d2;	/*????????A????A?F*/
	padding-left: 8em;
}
#new dd img {
	vertical-align: middle;
}

/*?X?^?b?t?T???l?C???{?b?N?X
---------------------------------------------------------------------------*/
/*?{?b?N?X?P??????????*/
#main .list section {
	float: left;
	border: 1px solid #CCC;	/*?g??????A????A?F*/
	margin-bottom: 15px;
	margin-left: 10px;
	background-color: #FFF;	/*?w?i?F?i?A??u???E?U?????????F?????o????j*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#e3e3e3));	/*?O???f?[?V????*/
	background-image: -webkit-linear-gradient(#FFF, #e3e3e3);	/*?O???f?[?V????*/
	background-image: linear-gradient(#FFF, #e3e3e3);			/*?O???f?[?V????*/
	-webkit-box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;	/*?e????B?E?E???E????????E?F????, ?{??????e??E?E???E????????E?F????*/
	box-shadow: 0px 2px 5px #CCC, 0px 0px 2px #FFF inset;			/*????*/
	font-size: 11px;	/*?????T?C?Y*/
	text-align: center;	/*???g??Z???^?????O*/
	line-height: 1.5;
	overflow: hidden;
	position: relative;
}
#main .list section a {
	text-decoration: none;
	-webkit-transition: 0.5s;	/*?}?E?X?I???????????????????B0.5?b?B*/
	transition: 0.5s;			/*????*/
	padding: 10px;	/*?{?b?N?X???]??*/
	display: block;
	width: 140px;	/*??*/
	height: 210px;	/*????*/
}
/*?X?^?b?t??*/
#main .list section h4 {
	color: #f57499;	/*?????F*/
	font-size: 100%;
}
/*?T???l?C?????A?C?R????u*/
#main .list section .icon {
	position: absolute;
	right: 2px;		/*?{?b?N?X??????A?E??????2px???u??z?u*/
	bottom: 2px;	/*?{?b?N?X??????A????????2px???u??z?u*/
}
/*?}?E?X?I??????{?b?N?X*/
#main .list section a:hover {
	background: #fddfea;	/*?w?i?F*/
}

/*?X?^?b?t???y?[?W?@staff.html
---------------------------------------------------------------------------*/
/*??^??e?[?u??????{?b?N?X*/
#main .staff {
	margin-right: 10px;
	margin-left: 10px;
}
/*?????{?b?N?X*/
#main .staff .left {
	float: left;	/*????????*/
	width: 250px;	/*??*/
	padding-bottom: 15px;
}
#main .staff .left p {
	padding: 0px;
}
/*?E???{?b?N?X*/
#main .staff .right {
	width: 400px;	/*??*/
	float: right;	/*?E??????*/
	padding-bottom: 15px;
}
/*?e?[?u????????*/
#main .staff .right .ta1 th {
	width: 100px;	/*??*/
}

/*?e?[?u???P
---------------------------------------------------------------------------*/
.ta1 {
	width: 100%;
}
.ta1, .ta1 td, .ta1 th{
	border: 1px solid #CCC;	/*?e?[?u????g??????A????A?F*/
	line-height: 2;
}
/*?e?[?u?????E??*/
.ta1 td{
	padding: 10px;
}
/*?e?[?u????????*/
.ta1 th{
	width: 180px;
	padding: 10px;
	text-align: center;
	background-color: #fddfea;	/*?w?i?F*/
}
/*?e?[?u???P?s???????????o??????*/
.ta1 th.tamidashi{
	width: auto;
	text-align: left;
	background-color: #e2e2e2;	/*?w?i?F*/
}
/*?e?[?u????L???v?V???????*/
.ta1 caption{
	padding: 10px;
	border-top: 1px solid #CCC;		/*?????????A????A?F*/
	border-right: 1px solid #CCC;	/*?E?????????A????A?F*/
	border-left: 1px solid #CCC;	/*???????????A????A?F*/
	text-align: left;
	background-color: #e9ddae;	/*?w?i?F?i?A??u???E?U?????????F?????o????j*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#efe6c5), to(#e9ddae));	/*?O???f?[?V????*/
	background-image: -webkit-linear-gradient(#efe6c5, #e9ddae);	/*????*/
	background-image: linear-gradient(#efe6c5, #e9ddae);			/*????*/
	font-weight: bold;	/*???????????????*/
}
/*schedule-table*/
.ta1.schedule-table th{
	width: auto;
}
.ta1.schedule-table td{
	width: 12%;
	text-align: center;
}
/*submit?{?^??????*/
input[type="submit"],
input[type="button"] {
	width: 250px;	/*?{?^????*/
	padding: 10px;	/*?{?^?????]??*/
	margin-bottom: 20px;
	border: none;
	border-radius: 30px;	/*?p???T?C?Y*/
	background-color: #f57499;	/*?w?i?F?i?A??u???E?U?????????F?????o????j*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f994b8), to(#f57499));	/*?O???f?[?V????*/
	background-image: -webkit-linear-gradient(#f994b8, #f57499);	/*????*/
	background-image: linear-gradient(#f994b8, #f57499);			/*????*/
	-webkit-box-shadow: 1px 2px 7px #ccc;	/*?e????B??????E??A????A????????A?F????B*/
	box-shadow: 1px 2px 7px #ccc;			/*????*/
	color: #FFF;		/*?????F*/
}
/*submit?{?^????}?E?X?I????????*/
input[type="submit"]:hover,
input[type="button"]:hover {
	background-color: #f994b8;	/*?w?i?F?i?A??u???E?U?????????F?????o????j*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#f57499), to(#f994b8));	/*?O???f?[?V????*/
	background-image: -webkit-linear-gradient(#f57499, #f994b8);	/*????*/
	background-image: linear-gradient(#f57499, #f994b8);			/*????*/
}

/*PAGE TOP???
---------------------------------------------------------------------------*/
#pagetop {
	clear: both;
}
#pagetop a {
	color: #FFF;		/*?????F*/
	font-size: 10px;	/*?????T?C?Y*/
	background-color: #f57499;	/*?w?i?F*/
	text-decoration: none;
	text-align: center;
	width: 12em;	/*?{?b?N?X??*/
	display: block;
	float: right;
	letter-spacing: 0.1em;
}
/*?}?E?X?I????*/
#pagetop a:hover {
	background-color: #333;	/*?w?i?F*/
	color: #FFF;			/*?????F*/
}

/*?????
---------------------------------------------------------------------------*/
.look {
	background: #dcdcdc;
}
.mb15 {
	margin-bottom: 15px;
}
.clear {
	clear: both;
}
ul.disc {
	padding: 0em 25px 1em;
	list-style: disc;
}
.color1 {
	color: #f61468;
}
.pr {
	font-size: 10px;
}
.btn {
	font-size: 13px;
}
.wl {
	width: 96%;
}
.ws {
	width: 50%;
}
.c {
	text-align: center;
}
figcaption {
	font-size: 11px;
}
#menubar_hdr {
	display: none;
}
