@charset "utf-8";

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

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

.bgBodyTop		{
	background-image: url(/_share/bg-body-top.png);
}
.bgBodySub		{
	background-image: url(/_share/bg-body-top.png);
}

@media (max-width: 640px) { /* forSMP */
	.bgBodyTop ,.bgBodySub		{
		background-image: none;
	}
}

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

.pdHeight {
	padding:25px 0px;
}

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


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

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



/* contents */
#contents {
	padding-top:20px;
	background-color: #f7f7f7;
	/*background-image: url(/_share/bg-contents.png);
	background-repeat: repeat-x;*/
}


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

@media (max-width: 640px) { /* 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: 120px;
	background-image: url(/_share/bg-header.png);
	background-position: left bottom;
}

header ul {
	width:100%;
}

header ul li {
	float:left;
}

header ul li.logo {
	width: 46%;
	margin-top: 20px;
}

header ul li.c01 {
	width:0%;
}

header ul li.c02 {
	width: 19%;
	margin: 35px 0 0 0;
}

header ul li.c03 {
	width: 35%;
}

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


@media (max-width: 640px) { /* forSMP */
	header {
		height: auto;
		border-bottom:1px solid #28883A;
	}

	header ul li.logo {
	width: 50%;
	padding: 5px;
	margin: 10px 0 0 0;
	}


	header ul li.c02 {
		display:none;
	}

	header ul li.c03 {
	width: 50%;
	}
	
	header ul li.logo img,
	header ul li.c03 img {
		width: 100%;
		height: auto;
	}
	
	header h1 {
	font-weight: normal;
	font-size: 10px;
	color: #333;
	margin: 0px;
	padding: 5px;
	height: 35px;
	background-color: #A3D6CC;
	text-align:center;
	}
}



/********* 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: 160px; }
	a.navi01:hover	{ background-position:0px -50px; }
	
	a.navi02		{ background-position:-160px 0px; width: 160px; }
	a.navi02:hover	{ background-position:-160px -50px; }
	
	a.navi03		{ background-position:-320px 0px; width: 160px; }
	a.navi03:hover	{ background-position:-320px -50px; }
	
	a.navi04		{ background-position:-480px 0px; width: 160px; }
	a.navi04:hover	{ background-position:-480px -50px; }
	
	a.navi05		{ background-position:-640px 0px; width: 160px; }
	a.navi05:hover	{ background-position:-640px -50px; }
	
	a.navi06		{ background-position:-800px 0px; width: 160px; }
	a.navi06:hover	{ background-position:-800px -50px; }

}



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

	#navi ul {
		width: 100%;
	}

	#navi ul li {
	float: none;
	width: 100%;
	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: #CCCCCC;
	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: #E3AB00;
	}

	#navi ul .line {
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #fff;
	}

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


@media screen and (max-width: 640px) {
	header ul li.c02 {
		display: none;
	}
	#navi {
		position: absolute;
	    width: 100%;
	    top: 0;
	    left: 640px;
	    background: #FFF;
	    transition: 0.5s ease;
	    z-index: 5;
    }
    #navi.open {
	    left: 0px;
    }
}
/*PCの表示*/
@media screen and (min-width: 639px) {
	header ul li.icon_menu {
		display: none;
	}
}



/* smpbtn */
.smpbtn {
	display: block;
	width: 35px;
	height: 35px;
	position: absolute;
	top: 0px;
	right: 0px;
	cursor: pointer;
	z-index: 200;
	background-color: #3BB1BB;
	background-image: url(/_share/header/smpbtn.png);
	background-repeat: no-repeat;
	background-position: 0 0;
}
.peke {
    background-position: -35px 0;
}
.drawr {
	display: none;
	background-color: rgba(51,51,51,0.8);
	position: absolute;
	top: 0px;
	right: 0;
	width: 100%;
	padding: 10px;
	z-index: 100;
}
.drawr #menu li {
    width:100%;
}
.drawr #menu li a {
	color: #fff;
	display: block;
	font-size:120%;
	padding: 6px;
	text-decoration: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFF;
}


/* footer */
footer {
	clear: both;
	padding: 20px;
	color: #6E4A00;
	background-color: #D1EBE5;
	/*border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #A3D6CC;*/
}

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

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

footer a:visited {
	color: #0085B2;
	text-decoration: none;
}

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: 500px) {
	footer #info .left {
		float: none;
	}
	footer #info .right {
		float: none;
	}
	footer #info .right iflame {
		width: 100%;
	}
}

#underBtn {
	position: fixed !important;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 5px;
	width: 100%;
	height: auto;
	background-color: #81C201;
	color: #fff;
	text-align: center;
}  


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

.linklist ul {
}

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

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

#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 */
section {
	float: right;
	width: 720px;
	min-height: 400px;
	height: auto !important;
	height: 400px;
}

.sectionBox{
    background-color: #fff;
	border-radius: 10px;/* CSS3草案 */
	-webkit-border-radius: 10px;/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	border: 1px solid #ddd;
	padding:15px;
	margin-bottom: 15px;

}

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

.sectionPD {
	padding: 0px;
}

section b {
	color: #28883A;
}


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


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

section .h2 {
	font-size: 24px;
	margin-bottom: 15px;
	color: #704A00;
	padding-top: 20px;
	padding-right: 10px;
	padding-bottom: 20px;
	padding-left: 10px;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #0C9B7B;
}

section .h2r {
	border-radius: 5px;/* CSS3草案 */
	-webkit-border-radius: 5px;/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;
	color: #FFF;
	margin-bottom: 15px;
	background-color: #3DB5BF;
	font-size: 140%;
	padding: 12px;
}



/* 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-color: #A3D6CC;
	font-size: 120%;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 12px;
}

section .h3top {
	font-size:20px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 0px;
	color: #2CB200;
	margin-bottom: 10px;
}

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/green.png);
	border-bottom-color: #0C9B7B;
	margin-bottom: 15px;
}

section .h4top {
	font-size:16px;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left:0px;
	color: #111;
	font-weight:bold;
	border-bottom:1px solid #111;
	margin-bottom: 15px;
}

section .h5 {
	padding: 6px 5px 5px 10px;
	margin-bottom: 10px;
	background-color: #f6e5cc;
	color: #6E4A00;
	border-radius: 5px;/* CSS3草案 */
	-webkit-border-radius: 5px;/* Safari,Google Chrome用 */
	-moz-border-radius: 5px;	
}

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

/* side */

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

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

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


aside {
	font-size: 14px;
	background-color: #fff;
	border-radius: 10px;/* CSS3草案 */
	-webkit-border-radius: 10px;/* Safari,Google Chrome用 */
	-moz-border-radius: 10px;
	border: 1px solid #ddd;
    padding:1px;
	margin:0 0 20px 0;
}


/* aside box */
aside .box {
	margin:0 0 20px 0;
	border-bottom-width: 3px;
	border-bottom-style: dotted;
	border-bottom-color: #0C9B7B;	
}

@media (max-width: 640px) { /* 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 {
	text-align:center;
	margin-bottom: 2px;
}

aside .title a {
	display: block;
	padding: 5px;
	color: #704A00;	
	text-align:center;
	font-size:18px;
	text-decoration: none;	
}

aside .title a:hover {
	text-decoration: underline;
}

aside .titleNL {
	display: block;
	padding: 5px;
	color: #704A00;
	text-align:center;
	font-size:18px;
	text-decoration: none;
	margin-bottom: 2px;
}

aside .text {
	padding: 5px;
}


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: 640px) { /* forSMP */
	aside .asideImg {
			display: none;
	}
}

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





/* timetable */
aside .timetable table {
	font-size: 10px;
	width: 100%;
}

aside .timetable th {
	padding: 5px;
	text-align: center;
	background-color: #D1EBE5;
}

aside .timetable td {
	padding: 1px;
	text-align: center;
}

aside .timetable h3 {
	font-size: 12px;
	font-weighTt:bold;
	padding: 4px;
	text-align: center;	
	background-color: #D1EBE5;	
}

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.t_text {
	padding: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	text-align: center;
	font-style: normal;
	color:#B22D00;	
}

aside p.tel {
	padding: 3px;
	font-family: "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
	font-weight: bold;
	text-align: center;
	font-size: 28px;
	color:#6D4A00;
}

aside p.tel a {
	color:#6D4A00;	
	text-decoration: none;
}	

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

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

aside .ul li a,
aside .ul .listNoLink  {
	display: block;
	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 {
}

aside .ul li a:hover {
	text-decoration: underline;
}

@media (max-width: 640px) { /* 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: 60px;
}

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

#pagetop a {
	text-decoration: none;
	color: #FFF;
	width: 60px;
	text-align: center;
	display: block;
	border-radius: 30px;
	padding: 15px;
	background-color: #999;
}

#pagetop a:hover {
opacity:0.8;
}

@media (max-width: 640px) { /* forSMP */
	#pagetop {
		bottom: 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;
}
