@charset "utf-8";

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

/* layout */
.wb {
	width: 1040px;
	margin-right: auto;
	margin-left: auto;
}

.pdHeight {
	padding:25px 0px;
}

/* bg-color */
.bgc-Grey {
	background-color: #EFEFEF;
}
.bgc-Blue {
	background-color: #2594B8;
}
.bgc-pink {
	background-color: #FBD2D5;
}
.bgc-white {
	background-color: #fff;
}
.bgc-beige {
	background-color: #FBF7EC;
}



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

@media (max-width: 500px) { /* forSMP */
.spNone {
	display: none;
	}
}
@media (min-width: 501px) {
.pcNone {
	display: none;
	}
}



/* contents */
#contents {
	padding-top:20px;
}


/* contents 3c */
#c3 {
	float: right;
	width: 820px;
}

@media (max-width: 500px) { /* forSMP */
	#c3 {
	float: none;
	width: 100%;
	}
}

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

.rslides li {
  -webkit-backface-visibility: hidden;
  position: absolute;
  display: none;
  width: 100%;
  left: 0;
  top: 0;
  }

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

.rslides img {
  display: block;
  height: auto;
  float: left;
  width: 100%;
  border: 0;
  }



/********* header *********/
header {
	height: 110px;
}


header #logo {
	width: 50%;
	float: left;
}

header #logo img {
	margin:10px 0 0 0; /*T,R,B,L*/
}

header #tel {
	width: 50%;
	float: right;
	text-align: right;
}

header h1 {
	font-weight: normal;
	font-size: 10px;
	color: #333;
	margin: 0px;
	padding: 0px;
	height: 20px;
}


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

	header #logo {
	width: 45%;
	padding: 5px;
	margin-top: 10px;
	}
	header #logo img,
	header #tel img {
		width: 100%;
		height: auto;
	}
	
	header #tel {
	}
	
	header h1 {
	font-weight: normal;
	font-size: 10px;
	color: #fff;
	margin: 0px;
	padding: 2px;
	height: auto;
	background-color: #ff9393;
	}
}



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

}

@media (min-width: 501px) { /* forPC */
	#navi {
	height: 50px;
	clear: both;
	}
	
	#navi ul {
	}
	
	#navi ul li {
		float: left;
	}
	
	#navi ul li a {
		display: block;
		text-indent: -9999px;
		overflow:hidden;
		background-image: url(/_share/navi.png);
		background-repeat: no-repeat;
		height: 50px;
	}
	
a.navi01		{ background-position:0px 0px; width: 149px; }
a.navi01:hover	{ background-position:0px -50px; }

a.navi02		{ background-position:-149px 0px; width: 149px; }
a.navi02:hover	{ background-position:-149px -50px; }

a.navi03		{ background-position:-298px 0px; width: 149px; }
a.navi03:hover	{ background-position:-298px -50px; }

a.navi04		{ background-position:-447px 0px; width: 148px; }
a.navi04:hover	{ background-position:-447px -50px; }

a.navi05		{ background-position:-595px 0px; width: 148px; }
a.navi05:hover	{ background-position:-595px -50px; }

a.navi06		{ background-position:-743px 0px; width: 148px; }
a.navi06:hover	{ background-position:-743px -50px; }

a.navi07		{ background-position:-891px 0px; width: 149px; }
a.navi07:hover	{ background-position:-891px -50px; }

}


@media (max-width: 500px) { /* forSMP */
	#navi {
		width: 100%;
	}

	#navi ul {
		width: 100%;
	}
	
	#navi ul li {
	float: left;
	width: 50%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	font-size: 120%;
	}
	
	#navi ul li:nth-child(odd) {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #fff;		
	}
	
	
	#navi ul li a {
	display: block;
	color: #FFF;
	text-decoration: none;
	background-color: #ff9393;
	background-image: url(/_share/smp/arrow.png);
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 12px ;
	padding: 10px 10px 10px 18px; /*T,R,B,L*/
	}
	
	#navi ul li a:hover {
		color: #FFF;
		background-color: #f5b2ac;
	}
	
	#navi ul .line {
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #fff;
	}

/* 
	スマホサブページのnavを消す設定
	.bgBodySub #navi {
			display: none;
	}
 */
}



/* footer */
footer {
	clear: both;
	padding: 20px;
	color: #fff;
	background-color: #ff9393;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #E95388;
}

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

footer a:hover {
	color: #ffffe0;
	text-decoration: underline;
}

footer a:visited {
	color: #ffffe0;
}

footer #info {

}

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

footer #info .h3name {
	font-size:140%;
	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;
}


/* footer-bnr */

.footer-bnr {
	margin: 0px;
	padding: 0px;
	border-collapse:collapse;
	border:0px;
	margin-bottom:20px;
}

.footer-bnr td img {
	padding: 1px;
	border: 1px solid #E95388;
}



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


/* linklist */
.linklist {
	margin-bottom:20px;
}

.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;
}

#footer.linklist ul li ul li {
	float: none;
	width:100%;
}


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










/* main */
section {
	float: left;
	width: 600px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

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

.sectionPD {
	padding: 0px;
}

section b {
	color: #a52a2a;
}


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


section .pNor {
	line-height: 150%;
	margin-bottom: 15px;
	margin-left: 0px;
}

section .h2 {
	font-size: 20px;
	margin-bottom: 15px;
	color: #452600;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 5px;
	border-bottom-width: 5px;
	border-bottom-style: solid;
	border-bottom-color: #E95388;
}


/* h3 */
section .h3,
#sitemap.linklist ul li h3 {
	border-radius: 5px;/* CSS3草案 */
	-webkit-border-radius: 5px;/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	color: #fff;
	margin-bottom: 15px;
	background: linear-gradient(#FFC1C1, #ff9393);
	font-size: 120%;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 12px;
	text-shadow: 1px 1px 1px #555;
}

section .h3 a {
	color: #FFF;
}

section .h3mt a {
	color: #FFF;
}

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

section .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;
}

section .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;
}

section .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%;
}

section .h4 {
	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: #E95388;
	margin-bottom: 15px;
	color: #452600;
}

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

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

/* side */

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

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

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


aside {
	font-size: 12px;
}


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

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



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

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

aside .title a:hover {
	background-color: #f5b2ac;
}

aside .titleNL {
	display: block;
	padding: 5px;
	color: #FFF;
	text-decoration: none;
	background-color: #ff9393;
	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: 500px) { /* 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: 500px) { /* 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  {
		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: 40px;
}

/* pagetop */
#pagetop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 20px;
	opacity:0.5;
}

#pagetop a {
	text-decoration: none;
	color: #FFF;
	width: 80px;
	text-align: center;
	display: block;
	border-radius: 5px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
	background-color: #F66;
}

#pagetop a:hover {

}


@media (min-width: 501px) {
	#page-top {
		position: fixed;
		bottom: 3px;
		right: 3px;
		font-size: 10px;
		opacity:1.0;
	}
	
	#page-top a {
		width: 40px;
	}
}


/* 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;
}
