@charset "utf-8";

@import url(./basic.css);
@import url(./custom.css);
@import url(./size.css);

@media (min-width: 737px) { /* forPC */
	.ztest {
	
	}
}

@media (max-width: 736px) { /* forSMP */
	.ztest {
	
	}
}

/* layout */
body {
	font-size: 92%;
	color: #333333;
	font-family: Arial, "メイリオ", Meiryo, "ＭＳ Ｐゴシック",  Verdana, sans-serif;
	line-height:1.4;
	margin: 0px;
	padding: 0px;
	background-repeat: repeat-x;
}

#top {
	
}
#sub {
	
}

#contents {
	padding:0;
	background-color: #fff;
}

#sub #contents {
	padding:40px 0 0 0;
}

#c3 {
	float: right;
	width: 820px;
}

@media (max-width: 736px) { /* forSMP */
	#top,#sub		{
		background-image: none;
	}

	#c3 {
	float: none;
	width: 100%;
	}
}



.wb {
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}

.pdHeight {
	padding:25px 0px;
}

/* bg-color */
.bgc-grey {
	background-color: #F9F9F9;
}
.bgc-blue {
	background-color: #2594B8;
}

@media (max-width: 736px) { /* forSMP */
.wb {
	width: 100%;
	}
}

@media (max-width: 736px) { /* forSMP */
.spNone {
	display: none !important;
	}
}
@media (min-width: 737px) { /* forPC */
.pcNone {
	display: none !important;
	}
}


/* slider */
.rslides {
  position: relative;
  list-style: none;
  overflow: hidden;
  width: 100%;
  padding: 0;
  margin: 0 auto ;
  }

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  width: 100%;
	display: block;
	top: 0;
	left: 0;
	margin: 0;
	height: 600px;
	z-index: 1;
	overflow: hidden;


  }

.rslides li:first-child {
  position: relative;
  display: block;
  float: left;
  }

.rslides img {
  display: block;
  height: auto;
  width: auto;
  border: 0;
  position: absolute;
top: -100%;
left: -100%;
right: -100%;
bottom: -100%;
margin: auto;


  }


@media (min-width: 1400px) { 
	.rslides img {
	  width: 100%;
	  }
}

@media (max-width: 736px) { 
	.rslides li {
  height: 300px;
  }
  
  	.rslides img {
	  height: 100%;
	  }
}




/********* header *********/
header {
	height: 100px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8FC058;
}

header h1 {
	float:left;
	width:236px;
	padding:10px 0 0 0;
}

.headh1 {
	  font-weight: normal;
    font-size: 10px;
    color: #333;
    padding-top: 5px;
    margin-bottom: 2px;
	  text-align: left;
}
	
	@media (max-width: 736px) { /* forSMP */
.headh1 {
	  font-weight: normal;
    font-size: 10px;
    color: #333;
    padding-top: 5px;
    margin-bottom: 2px;
	  text-align: center;
}
}

header ul {
	width:744px;
	float:right;
}

header ul p {
	height:20px;
	margin:0 0 10px 0;
	text-align:right;
}

header ul li {
	float:left;
}

header ul li a {
	width:124px;
	height:67px;
	display:block;
	text-align:center;
	color: #333;
	text-decoration: none;
	padding:24px 0 0 0;
	font-size:13px;
}

header ul li a:hover {
	background-color: #F1F7EC;
	color: #333;
}




@media (max-width: 736px) { /* forSMP */
	header {
		height: auto;
		background-image: url(/_share/bg-header.png);
		background-position: left bottom;
	}
}

/********* nav *********/
nav {}

@media (max-width: 736px) { /* forSMP */
	header ul {
	width: 100%;
	display:none;
	position: absolute;
	width: 100%;
	top: 0;
	z-index: 5;
	-moz-transition: 0.3s ease;
	-webkit-transition: 0.3s ease;
	-o-transition: 0.3s ease;
	-ms-transition: 0.3s ease;
	transition: 0.3s ease;
	}

	header ul.open {
	display:block;
    }


	header ul li {
	float: none;
	width: 100%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-size: 120%;
	}
	
	header ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	padding: 10px 10px 10px 18px; /*T,R,B,L*/
	}

	header ul li a:hover {
	color: #FFF;
	text-decoration: underline;
	}

	.smpbtn {
		display: block;
		width:35px;
		height: 35px;
		position: absolute;
		top:0px;
		right:0px;
		background-color: #666;
		background-image: url(/_share/header/smpbtn.png);
		background-repeat: no-repeat;
		background-position: 0 0;
		cursor: pointer;
		z-index: 200;
	}
	.peke {
		background-position: -35px 0;
	}
	.drawr {
		background-color:rgba(0,0,0,0.8);
		position: absolute;
		top: 0px;
		right:0px;
		left:100%;
		width: 100%;
	    padding: 0;
		z-index: 100;
	}
	
	.drawr.active {
		left:0;
		padding: 35px 10px 10px 10px;
	}
}


/*PCの表示*/
@media screen and (min-width: 639px) { /* forPC */
	header ul li.icon_menu {
		display: none;
	}
}


/* footer */
footer {
	clear: both;
	color: #FFF;
	background-image: url(/_share/bg-footer.png);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #8FC058;
	padding:100px 0 50px 0;
	}

footer a {
	color: #FFC;
	text-decoration: none;
}

footer a:hover {
	text-decoration: underline;
}

footer #info {

}

footer #info .left {
	float: left;
}
footer #info .right {
	float: right;
}

footer #info .h3name {
	margin-bottom: 20px;
}

footer #info .tableFooter {
	font-size: 90%;
	width: 100%;
	margin-bottom: 30px;
}

footer #info .tableFooter td,
footer #info .tableFooter th {
padding: 5px 0px;
}

footer #info .tableFooter tr {

}

footer #info .tableFooter th {
	width:80px;
	vertical-align: top;
}



@media (max-width: 736px) {
	footer #info .left {
		float: none;
	}
	footer #info .right {
		float: none;
	}
	footer #info .right iflame {
		width: 100%;
	}
}


/* linklist */
.linklist {
}

.linklist ul {
}

#footer.linklist ul li {
	float: left;
	width:25%;
}

#sitemap.linklist ul li {
	float: none;
	width:100%;
	margin-bottom:30px;
}

.linklist ul li h3 {

}

.linklist ul li ul {

}

.linklist ul li ul li {
	float:none !important;
}


#sitemap.linklist ul li ul li {
	list-style-type: disc;
	margin-left:30px;
	margin-bottom:5px !important;
}

/* main */
article {
	width: 100%;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

@media (max-width: 736px) { /* forSMP */
	article {
	float: none;
	width: auto;
	padding: 10px;
	}
}


.submenu {
	text-align:center;
	padding:20px;
	font-size:120%;
	background-color: #F9F9F9;
	margin:0 0 30px 0;
}

.submenu a {
	padding:0 20px 0 30px;
	color:#333333;
	background-image: url(/_share/icon/link.png);
	background-position: left top;
	background-repeat: no-repeat;
	text-decoration: none;
}

.submenu a:hover {
	color:#000000;
	background-image: url(/_share/icon/link-on.png);
	text-decoration: underline;
}








.articlePD {
	padding: 0px;
}

article b {
	color: #FF9900;
	font-weight: normal;
	text-decoration: underline;
}

article strong {
	color: #036;
	text-decoration: underline;
}


article .pNor {
	line-height: 210%;
	margin-bottom: 30px;
	margin-left: 0px;
}

article h1 {
	font-size: 200%;
	text-align:center;
	margin:0 0 30px 0;
}

.h1{
	font-size: 200%;
	text-align:center;
	margin:0 0 30px 0;
}


article .h2 {
	
	font-size: 20px;
	margin-bottom: 15px;
	color: #333333;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 5px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #8CB85E;
}

article .h2r {
	position: relative;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #FFF;
	margin-bottom: 30px;
	background-color: #8CB85E;
	font-size: 140%;
	padding: 12px;
}

article .h2r a {
	color: #FFF;
	text-decoration: none;
}

article .h2r:after {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  height: 0;
  width: 0;
  border: 10px solid transparent;
  border-top: 10px solid #8CB85E;
}



/* h3 */
article .h3,
#sitemap.linklist ul li h3 {
	font-feature-settings: "palt";
	letter-spacing: 0.07em;
	color: #a88558;
	line-height: 140%;
	text-align: left;
	padding-bottom: 10px;
	margin-bottom: 25px;
	font-size:30px;
	border-bottom: solid 3px #999;
	position: relative;
	background-image: url(/_share/bg-h3.png);
	background-repeat: no-repeat;
	background-position: left top;
	background-size:40px auto;
	padding-left: 50px;

}





article .h3mt a {
	color: #FFF;
}

.MTdate {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #759B00;
	padding-right: 10px;
}

article .h3bg {
	font-size:16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	color: #333;
	margin-bottom: 15px;
	background: url(/_share/bg/h3.png) 0 0 no-repeat;
}

article .faqQ {
	margin-left: 0px;
	background-image: url(/_share/icon/iconQ.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 40px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF8B8B;
}

article .faqA {
	margin-bottom: 15px;
	margin-left: 0px;
	line-height: 140%;
	background-image: url(/_share/icon/iconA.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 4px;
	padding-right: 3px;
	padding-bottom: 7px;
	padding-left: 40px;
	font-size: 100%;
}

article .h4 {
	margin-bottom: 12px;
	text-align: left;
	color: #8CB85E;
	font-size: 140%;
	font-weight: bold;
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #8CB85E;
	padding-left: 10px;
}
article .h4icon {
	line-height: 140%;
	font-weight: bold;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	background-repeat: no-repeat;
	background-position: left center;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 24px;
	background-image: url(/_share/icon/cercle/pink.png);
	border-bottom-color: #940E0E;
	margin-bottom: 15px;
}

article .h5 {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	padding: 5px;
	margin-bottom: 10px;
	background-color: #F3F2F4;
	color: #666;
}

article .h6 {
	padding: 3px;
	margin-bottom: 10px;
}

/* side */

#right {
	float: right;
	width: 210px;
}

#left {
	float: left;
	width: 210px;
}

@media (max-width: 736px) { /* forSMP */
	#right,#left {
	float: none;
	width: 100%;
	padding:10px;
	}
}


aside {
	font-size: 12px;
}


/* aside box */
aside .box {
	padding: 8px;
	margin:0 0 8px 0;
	font-size: 12px;
	background-color: #F9F9F9;
	border-radius: 0px;/* CSS3草案 */
	-webkit-border-radius: 0px;/* Safari,Google Chrome用 */
	-moz-border-radius: 0px;
	border: 1px solid #DCDCDC;
}

@media (max-width: 736px) { /* forSMP */
	aside .box {
	padding: 10px;
	margin:0 0 5px 0;
	font-size: 160%;
	border-radius: 0px;/* CSS3草案 */
	-webkit-border-radius: 0px;/* Safari,Google Chrome用 */
	-moz-border-radius: 0px;
	}
}



/* aside title */
aside .title {
	background-color: #46BDC6;
	margin-bottom: 2px;
}

aside .title a {
	display: block;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
}

aside .title a:hover {
	background-color: #46BDC6;
	color: #FFC;
}

aside .titleNL {
	display: block;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	background-color: #46BDC6;
	margin-bottom: 2px;
}

aside .text {
	padding: 3px;
}


aside .btnSide {
}

aside .btnSide a {
	border-radius: 5px;/* CSS3草案 */
	-webkit-border-radius: 5px;/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	font-weight: bold;
	text-align: center;
	display: block;
	background-color: #E8D6BB;
	margin: 5px;
}

aside .btnSide a:hover {
	opacity:0.8;
	filter: alpha(opacity=80);
	ms-filter: "alpha( opacity=80 )";
}

@media (max-width: 736px) { /* forSMP */
	aside .asideImg {
			display: none;
	}
}

aside .asideImg {
	margin-bottom: 3px;
}	


/* timetable */
aside .timetable table {
	font-size: 10px;
	width: 100%;
	border-top-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
}

aside .timetable th {
	padding: 0px;
	text-align: center;
	font-weight: bold;
	background-color: #f0f6da;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

aside .timetable td {
	padding: 1px;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
}

aside .timetable h3 {
	padding: 5px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
}

aside .timetable h3.weekday {
	background-color: #FFEA95;
	border-bottom-color: #FC6;
}

aside .timetable h3.saturday {
	background-color: #CAE4FF;
	border-bottom-color: #93C9FF;
}

aside .timetable h3.holiday {
	background-color: #FFD2D2;
	border-bottom-color: #FF9D9D;
}

aside .timetable h3.weekday02 {
	background-color: #EAEAEA;
	border-bottom-color: #CCC;
}

aside .timetable p.time {
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-weight: bold;
	text-align: center;
	font-style: normal;
	font-size: 120%;
}

aside .timetable p.tel {
	padding: 3px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: center;
	font-size: 20px;
}


/* aside ul */
aside .ul {
	margin-bottom: 5px;
}

aside .ul li {
	font-size: 120%;
}

aside .ul li a,
aside .ul .listNoLink  {
	display: block;
	width: 196px;
	padding-top: 5px;
	padding-right: 4px;
	padding-bottom: 6px;
	padding-left: 4px;
	background-image: url(/_share/dotline.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	text-decoration: none;
}

aside .ul li a:visited {
 color: #0066CC;
}

aside .ul li a:hover {
	color: #F90;
}

@media (max-width: 736px) { /* forSMP */
	aside .ul li {
		float: left;
		width: 50%;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #FFF;
		font-size: 110%;
	}

	aside .ul li:nth-child(odd) {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;		
	}

	aside .ul li a  {
		font-size: 60%;
		padding: 10px;
		background-image: none;
	}
}



aside .subject li {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 1px;
	padding-bottom: 1px;	
	height: 60px;
}


/* zIndex */
.zIndex1 {
	z-index: 1;
	position: relative;
}

.zIndex2 {
	z-index: 2;
	position: absolute;
	width: 100%;
	background-image: url(/_share/bg-zindex1.png);
	background-repeat: repeat-x;
}

.zIndex3 {
	z-index: 3;
 	position: absolute;
}




/* crear */
.clearfix {
	overflow:hidden;
	zoom: 1;
}

.clearfix:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
}
