
* {
	margin: 0;
	padding: 0;
}
*::after,
* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

img { max-width : 100%;
height: auto;}

ul, ol { list-style : none}

body {
	font-family: 'Lato', sans-serif;
	background: #fff;
}

/*h1 {
	
display:none;}*/






.bg-slider {
	width: 100%;
	height: 450px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}


.bg-slider__title{
	color: #fff;
	font-size: 52px;
	line-height: 1.5;
	text-align:center;
	text-shadow: 5px 5px 5px #000;
	font-style:italic;
	font-family:  'ＭＳ ゴシック',sans-serif;
}

.top{
  z-index:0;
  overflow: hidden;

  filter: blur(1px);/*ぼかし度*/
  background-color: #999;/*半透明カラーの色*/
}
.top::before{
  content: '';
  background: url('../../assets/img/hogehoge.jpg');/*背景画像のURL*/
  opacity: 0.5;/*半透明カラーの透明度*/
  filter: blur(8px);/*ぼかし度*/
  position: absolute;
  /* 参考: http://designcolor-web.com/2016/09/14/css-blur-effects-background/*/
  top: -8px;
  left: -8px;
  right: -8px;
  bottom: -8px;
  z-index: -1;
}




article {
	height: 100%;
	margin: 100px auto;
	text-align: center;
	line-height: 1.9;
}
article p {
	margin-bottom: 1em;
}
a {
	color: #0b8793;
}
#main-visual {
	width:100%;
	height:450px;
	background-size:cover;
}

#main-visual02 {
	background: url(../images/2_01.jpg)   center ;
	height:700px;
	background-size:cover;
  
}

#main-visual03 {
	background: url(../images/3.jpg)   center;
	height:700px;
	background-size:cover;
  
}

#main-visual04 {
	background: url(../images/4.jpg)   center top;
	height:700px;
	background-size:cover;
  
}


#main-about {
	background: url(../images/about.jpg)   center;
	height:400px;
	background-size:cover;
  
}


#main-life {
	background: url(../images/life.jpg)   center top;
	height:400px;
	background-size:cover;
  
}


#main-event {
	background: url(../images/event.jpg)   center;
	height:400px;
	background-size:cover;
  
}


#main-info {
	background: url(../images/info.jpg)   center;
	height:400px;
	background-size:cover;
  
}


#main-recruit {
	background: url(../images/recruit.jpg)   center;
	height:400px;
	background-size:cover;
  
}


#main-contact {
	background: url(../images/contact.jpg)   center;
	height:400px;
	background-size:cover;
  
}


h1.title{ font-size:2.0em;
color:#fff;
font-weight:bold;
/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
margin: 0 auto;
/*width:800px;
height:83px;
text-align:center;
border:#FFF 5px solid;
background: url(../images/moji_l.png) ;*/
 position: absolute;  
    top: 545px;  
    left: 20px;
	/*display:inherit;
text-indent: -9999px;
	font-size: 0; */
}


div.top_title{
	font-size:2.0em;
font-weight:bold;
margin: 0 auto;
border:#FFF 0px solid;
position: absolute;  
 top: 530px;  

   color: #fff;
   padding: 35px 0px 35px 0px;
   background: #A1C365;
   filter: Alpha(opacity=70);
   opacity:0.8;
   width: 100%;
}

/*h1.title02{ font-size:2.4em;
color:#E7550B;
font-weight:bold;
margin: 0 auto;
border:#FFF 5px solid;
position: absolute;  
 top: 200px;  
    left: 100px;

}*/

h1.title02{ 
font-size:2.0em;
/*font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;*/
color:#fff;
font-weight:bold;
margin: 0 auto;
border:#FFF 0px solid;
position: absolute;  
 top: 345px;  
    left: 180px;
}




div.mein_title{
	font-size:2.0em;
font-weight:bold;
margin: 0 auto;
border:#FFF 0px solid;
position: absolute;  
 top: 330px;  

   color: #fff;
   padding: 35px 0px 35px 0px;
   background: #828282;
   filter: Alpha(opacity=70);
   opacity:0.8;
   width: 100%;
}




h1.title03{ font-size:2em;
color:#E7550B;
font-weight:bold;
margin: 0 auto;
width:800px;
height:83px;
text-align:center;
/*border:#FFF 5px solid;*/
background: url(../images/moji_l.png) ;
 position: absolute;  
    top: 400px;  
    right: 30px;
}


h1.title04{ font-size:2em;
color:#E7550B;
font-weight:bold;
margin: 0 auto;
width:800px;
height:83px;
text-align:center;
/*border:#FFF 5px solid;*/
background: url(../images/moji_l.png) ;
 position: absolute;  
    top: 320px;  
    right: 30px;
}


footer {
	margin-top:50px;
	padding: 20px 0px;
	text-align: center;
	border-top: solid 1px #000;
background: #ECE7CA url(../images/logo01_m.png) no-repeat 0px 15px;
	/*background:url(../images/about.jpg) center ;*/
	position: relative;
}


footer a {
	color: #666;
	text-decoration: none;
}


footer ul {
    padding: 70px 0 20px 0px;/*上　右　下　左 */
}

footer li {
	display:inline; /*リストを横並びにする*/
	margin-right: 5px;
	padding-left: 5px;
	border: none;
	font-size:1.0em;
}

footer ul a {
	color: #000;
	display:inline; /*リストを横並びにする PC用*/
	
}



footer ul a:hover {
	color: #fff;
	background: none;
	text-decoration: none;
}


.inner {
	width: 100%;
	margin: 0 auto;
	
}
.inner:after {
	content: "";
	clear: both;
	display: block;
}

/* header */
#top-head {
	font-size: 14px;
	top: -140px;
	position: absolute;
	width: 100%;
	margin: 90px auto 0;
	padding: 20px 0;
	line-height: 1;
	z-index: 999;
	
	background:#ECE7CA;
	
}
#top-head a,
#top-head {
	color: #000;
	text-decoration: none;
	font-weight:bold;
}
#top-head .inner {
	position: relative;
	
}

/*--- ロゴ　-------------------*/
#top-head .logo {
	float: left;
	padding-left:0px;
	width:400px;
	padding:6px 0;
	background:url(../images/logo01.png) no-repeat 10px 35px;
}


header a.a_home {
    width : 400px;
	height:85px;
	margin : 20px 0px 0px 0px;/*上　右　下　左 */
    display: block;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	}


#global-nav ul {
	list-style: none;
	position: absolute;
	right: 0;
	bottom: 0;
	top: 65px;
	font-size: 14px;
	
	
}
#global-nav ul li {
	float: left;
	position: relative;
	
	
}
#global-nav ul li a {
	padding: 30px 20px;
	
}

/* Btn Hover */
#global-nav ul li:after {
	position: absolute;
	content: "";
	display: block;
	width: 100%;
	height: 3px;
	bottom: -30px;
	
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
#global-nav ul li:hover:after {
	background: #000;
	bottom: -20px;
	
}


/* Fixed  スクロール時に表示メニュー*/
#top-head.fixed {
	margin-top: -20px;
	top: 0;
	position: fixed;
	padding-top: 0px;
	/*background:url(../images/bg.jpg)  ;背景色・画像設定　/**/

	background: #ECE7CA;
	transition: top 0.65s ease-in;
	-webkit-transition: top 0.65s ease-in;
	-moz-transition: top 0.65s ease-in;
	
}
#top-head.fixed .logo {
	font-size: 24px;
	
	color: #333;
}
#top-head.fixed #global-nav ul li a {
	color: #000;
	padding: 30px 20px;
	font-weight:bold;
}

/* Fixed Btn Hover */
#top-head.fixed #global-nav ul li:after {
	bottom: -30px;
}
#top-head.fixed #global-nav ul li:hover:after {
	background: #000;
	bottom: -20px;
}


/* Transition */
/*
#top-head,
#top-head .logo,
#global-nav ul li,
#global-nav ul li a {
	transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
}
*/



/* Toggle Button */
#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 14px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 101;
}

#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #666;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}


/*-------------------------------------------- @group Contents ----------------------------------------------------*/




#contents_top {

background: #F9F7EA;
/*background: url(../images/top_back.jpg) top no-repeat #B5D884  ; */
width:100%;
margin: 0 auto;
margin-top: 0px; }


#contents_top_t {
	max-width:1200px;
/*background: #FAFAFA;*/
margin: 0 auto;
margin-top: 0px;
padding:30px 0px; }



#contents_top02 {
max-width:1200px;
/*background: #FAFAFA;*/
background: #fff; 
width:100%;
margin: 0 auto;
margin-top: 0px; }


#contents_top_b {

/*background: #FAFAFA;*/
margin: 0 auto;
margin-top: 20px;
margin-bottom: 20px; }



#contents_top02 #main,
#contents_top02 #main_top,
#contents_top02 #sub,
#contents_top02 #sub_top { 
float : left;
margin : 0 1.0416667%;
padding-top:0.5em;
} 

#contents_top02 #main { width : 66.6833333%}
#contents_top02 #sub { width : 29.15%;
border:#000 1px solid;}




#contents {
/*background: #FAFAFA;*/
background: #FFF; 
width:1080px;
margin: 0 auto;
margin-top: 20px;
margin-bottom:50px;}

#contents #main,
#contents #main_top,
#contents #sub,
#contents #sub_top { 
float : left;
margin : 0 1.0416667%;
padding-top:0.5em;
} 

#contents #main { width : 66.6833333%}
#contents #sub { width : 29.15%}

#contents #main_top { width : 100%}
/*#contents #sub_top { width : 29.15%}*/

#contents #main_con { width : 90%;
margin: 0 auto;
margin-top: 0px;}



#contents_con {
/*background: #FAFAFA;*/
background: #FFF; 
width:1000px;
margin: 0 auto;
margin-top: 50px; }



#contents_con p {
	padding:10px 2px; /*上　右　下　左 */
	text-align: left;
	line-height:1.8em;
	margin-left:0px;
	margin-top:20px;
	margin-bottom:20px;
}



#contents_con p.p_c{
	margin: 10px 0 30px 0px; /*上　右　下　左 */
	padding: 0px; /*上　右　下　左 */
	text-align: center;
	width:100%;
}

#contents_con p.p_bg_w{
	margin: 0px 0 20px 10px; /*上　右　下　左 */
	padding: 10px; /*上　右　下　左 */
	text-align: left;
	width:94%;
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
   border-radius: 20px;         /* CSS3 */

   border: 1px #FFAB2F solid;     /* 枠線の装飾 */
}


#contents_con p.p_bg_wc{
	margin: 30px 0 30px 0px; /*上　右　下　左 */
	padding: 10px; /*上　右　下　左 */
	text-align: center;
	background:#FFF7DB;
	width:100%;
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
   border-radius: 20px;         /* CSS3 */

   border: 1px #FFAB2F solid;     /* 枠線の装飾 */
}


#contents_con p.p_sub{
	margin: 0px 0 10px 0px; /*上　右　下　左 */
	padding: 0px; /*上　右　下　左 */
	text-align: left;
	border-bottom: #CCC 1px solid;
	border-left: #CCC 1px solid;
	border-right: #CCC 1px solid;
	width:95.4%;
	padding:5px;
}


#contents_about {
/*background: #FAFAFA;*/
background: url(../images/top_back.jpg) top no-repeat #B5D884; 
width:100%;
margin: 0 auto;
text-align:center;
margin-top: 0px;
padding:50px 0px 30px 0px; }



div.bg_w02{
	height:220px;
	margin: 0px 0 20px 0px; /*上　右　下　左 */
	padding: 20px ; /*上　右　下　左 */
	text-align: left;
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
   border-radius: 20px;         /* CSS3 */
   border: 1px #FFAB2F solid;     /* 枠線の装飾 */
}






/*----------------------------------------------- newsエリア -------------------------------------------------*/ 
#whatnew{
	margin: 0px 0px 0px 0px;
	background:#FFF;
	/*border-bottom: 1px solid #CCCCCC;*/
}

#whatnew h3{
	margin: 0 0px 30px 0px; /*上　右　下　左 */
	padding: 5px 0px 5px 20px;/*上　右　下　左 */
    background: #000;
	font-size: 1.4em;
	color: #fff;
 /*   background: #E7550B;
	clear:both; /*カラム下に使用する場合につける*/
}

#whatnew dl {

 /*  height:200px;
   overflow:scroll;
   overflow-x:hidden;*/
   margin: 10px 0 0px 0px; /*上　右　下　左 */

}


#whatnew dt {
 	padding: 0px 0px 0px 5px;/*上　右　下　左 */
	font-weight: normal;
	margin-left:10px;
	/*background: url(../images/yaji03.png) no-repeat 0px 7px;*/
    text-align:left;
	color: #000;
}

#whatnew dd {
    margin: 0 0 30px 10px; /*上　右　下　左 */
 	padding: 5px 5px 5px 0px;/*上　右　下　左 */
	border-bottom: 1px solid #CCCCCC;
	text-align:left;
	line-height:2.0em;
}

#whatnew dl a {
	color: #0066CC;
}

#whatnew dl a:hover {
	color: #0066CC;
	background: none;
	text-decoration: underline;
}

#whatnew dl a.a_red {
	color: #CC0000;
	font-weight:bold;
}

#whatnew dl a.a_red:hover {
	color: #CC0000;
	font-weight:bold;
	background: none;
	text-decoration: underline;
}


/*----------------------------------------------- トップPRエリア -------------------------------------------------*/
div.topcon_01 {
	width:33.3%;
	text-align: center;
	float : left;
	margin: 0px 0px 0px 0; /*上　右　下　左 */
}


div.topcon_02 {
	width:33.3%;
	text-align: center;
	float : left;
	margin: 0px 0px 0px 0; /*上　右　下　左 */
}

div.topcon_03 {
	width:33%;
	text-align: center;
	float : left;
	margin: 0px 0px 0px 0; /*上　右　下　左 */
}


/*----------------------------------------------- H2 -------------------------------------------------*/

/*------------フラットタイプ----------*/

h2.h2_01{
  position: relative;
  color: #000;
 /* background: #ff9900;*/
  line-height: 1.4;
  padding: 0.5em 0.5em 0.5em 1.8em;
  font-size:1.2em;
  margin-top:30px;
  margin-bottom:-30px;
  border-bottom: 1px #000000 solid;
}

h2.h2_01:before {/*疑似要素*/
  font-family: FontAwesome;
  content: "\f14a";
  position: absolute;
  left : 0.5em; /*左端からのアイコンまでの距離*/
}



/*------------タブ付きポイントタイプ----------*/
h2.h2_02{
position: relative;
border-top: solid 2px #80c8d1;
border-bottom: solid 2px #80c8d1;
background: #f4f4f4;
line-height: 1.4;
padding: 0.4em 0.5em;
margin: 2em 0 0.5em;
}

h2.h2_02:after {/*タブ*/
position: absolute;
font-family: FontAwesome,'Quicksand','Avenir','Arial',sans-serif;
content: '\f0a7\ POINT';
background: #80c8d1;
color: #fff;
left: 0px;
bottom: 100%;
border-radius: 5px 5px 0 0;
padding: 5px 7px 3px;
font-size: 0.7em;
line-height: 1;
letter-spacing: 0.05em;
  }


/*------------吹き出しタイプ----------*/
h2.h2_03 {
  position: relative;
  padding: 0.6em;
  background: #e0edff;
}

h2.h2_03:after {
position: absolute;
content: '';
top: 100%;
left: 30px;
border: 15px solid transparent;
border-top: 15px solid #e0edff;
width: 0;
height: 0;
}



/*------------先頭音符アイコンタイプ----------*/
h2.h2_04 {
position: relative;
background: #000;
padding: 0.25em 0.5em;
border-left: solid 2em #000;
color: white;
margin-bottom:-30px;
}

h2.h2_04:before {
font-family: FontAwesome;
content: "\f001";
position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left: -1.35em;
top: 45%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}


/*------------先頭音符アイコンタイプ----------*/
h2.h2_04_2 {
position: relative;
background: #000;
padding: 0.25em 0.5em;
border-left: solid 2em #000;
color: white;
}

h2.h2_04_2:before {
font-family: FontAwesome;
content: "\f001";
position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left: -1.35em;
top: 45%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}



/*------------アクセスアイコンタイプ----------*/
h2.h2_05 {
position: relative;
background: #ff9900;
padding: 0.25em 0.5em;
border-left: solid 2em #ff9900;
color: white;
}

h2.h2_05:before {
font-family: FontAwesome;
content: "\f041"; 
position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}


/*------------吹き出しタイプ----------*/

h2.h2_06 {
position: relative;
background: #ff9900;
padding: 0.25em 0.5em;
border-left: solid 2em #ff9900;
color: white;
}

h2.h2_06:before {
font-family: FontAwesome;
content: "\f075"; 
position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left: -1.50em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}


/*------------タグ●タイプ----------*/

h2.h2_07{
position: relative;
background: #dfefff;
box-shadow: 0px 0px 0px 5px #dfefff;
border: dashed 2px white;
padding: 0.2em 0.5em;
color: #454545;
margin-bottom:50px;
}

h2.h2_07:after{
position: absolute;
content: '';
left: -7px;
top: -7px;
border-width: 0 0 15px 15px;
border-style: solid;
border-color: #fff #fff #a8d4ff;
box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

/*------------シェブロンマークタイプ----------*/

h2.h2_08 {
position: relative;/*相対位置*/
padding: 0.5em 0.5em 0.5em 1.5em;/*アイコン分のスペース*/
line-height: 1.4;/*行高*/
color: #ff6a6a;/*文字色*/
border-top: dotted 1px gray;
border-bottom: dotted 1px gray;
background: #fffff4;
}

h2.h2_08:before{ font-family: FontAwesome;/*忘れずに*/
content: "\f138";/*アイコンのユニコード*/
position: absolute;/*絶対位置*/
font-size: 1em;/*サイズ*/
left: 0.25em;/*アイコンの位置*/
top: 0.5em;/*アイコンの位置*/
color: #ff6a6a; /*アイコン色*/
}


/*------------メールアイコンタイプ----------*/
h2.h2_09 {
position: relative;
background: #000;
padding: 0.25em 0.5em;
border-left: solid 2em #000;
color: white;
}

h2.h2_09:before {
font-family: FontAwesome;
content: "\f0e0";
position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

/*------------TELアイコンタイプ----------*/
h2.h2_10 {
position: relative;
background: #000;
padding: 0.25em 0.5em;
border-left: solid 2em #000;
color: white;
}

h2.h2_10:before {
font-family: FontAwesome;
content: "\f095";
position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left: -1.35em;
top: 50%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}

















/*------------お知らせタイトル----------*/

h2.h2_info {
padding: 0.5em;/*文字周りの余白*/
color: #494949;/*文字色*/
background: #fffaf4;/*背景色*/
border-left: solid 5px #ffaf58;/*左線（実線 太さ 色）*/
}


#heading2{
	border-bottom:solid 1px #e88317;
	color: #e88317;
	clear:both;
    padding: 5px;
  /*  border-radius: 5px;*/
    background: #fff;
   /* -moz-border-radius: 5px; /* FF */
  /*  background: -moz-linear-gradient(top,  #fff,  #FBD491);  FF */
  /*  -webkit-border-radius: 5px;/* Webkit */
   /* background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FBD491));/* Webkit */
  /*  -pie-background:linear-gradient(top,  #fff,  #FBD491); /* ie */
  /*  behavior: url(images/PIE.htc);  /* ie */
	
    }
#heading2 span{border-left:5px #E88317 solid;padding-left:10px;}

/* clearfix */
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}



h3 {
font-size : 1.2em; /* 24px */
/*background: url(../images/listmark.png) no-repeat 0px 5px;
padding-left:20px;*/
text-align:left;
margin-bottom:0.5em;
clear:both;} 

/*--------------------------------------- テーブル ----------------------------------------------*/


table {
  width: 100%;
    *border-collapse: collapse;
    border-spacing: 0;
	margin:30px 0 40px 0px;
	padding-bottom:0px;

   border: 0px green solid;     /* 枠線の装飾 */
   background-color: #fff;   /* 背景色 */
	
}

table.table_waku {
  width: 100%;
    *border-collapse: collapse;
    border-spacing: 0;
	margin:30px 0 40px 0px;
	padding-bottom:0px;

   border: #CCC 10px solid;     /* 枠線の装飾 */
   background-color: #fff;   /* 背景色 */
	
}


th.t_top {
    border-bottom: #CCC 1px  dashed;
	border-top: #CCC 0px  solid;
	background:#FFF;
}

th.t_top_e {
    border-bottom: #fff 1px  dashed;
	border-top: #CCC 0px  solid;
	background: #A6A6A6;
	color:#FFF;
}

th.t_top_r {
    border-bottom: #CCC 0px dashed;
	border-right: #CCC 1px solid;
	border-top: #CCC 0px  solid;
	background:#FFF;
	color:#000;
	padding-left:5px;
	text-align:center;
}

th {
	border-bottom: #CCC 1px dashed;
	border-left: #CCC 0px solid;
	text-align: left;
	background: #fff;
	padding: 20px;
	color:#000;
	font-weight:normal;
	/*color:#e88317;*/
}


th.th_e {
	/*border-bottom: #fff 1px dashed;*/
	border-bottom: #fff 1px dashed;
	border-left: #CCC 0px solid;
	text-align: left;
	background: #A6A6A6;
	padding: 20px;
	color:#fff;
	font-weight:normal;
	/*color:#e88317;*/
}

th.th_e_2 {
	/*border-bottom: #fff 1px dashed;*/
	border-bottom: #ccc 1px solid;
	border-left: #CCC 0px solid;
	text-align: left;
	background: #A6A6A6;
	padding: 20px;
	color:#fff;
	font-weight:normal;
	/*color:#e88317;*/
}

td.t_top {
	border-bottom: #CCC 1px  dashed;
	border-top: #CCC 1px  solid;
	border-right: #CCC 1px  solid;
}

td {
	border-bottom: #CCC 1px dashed;
border-right: #CCC 1px solid;
	text-align: left;
	padding: 20px;
}

td.t_top_r {
    border-bottom: #CCC 1px solid;
	border-top: #CCC 0px  dashed;
	text-align:center;
}

td.t_top_rb {
    border-bottom: #CCC 0px dashed;
	border-top: #CCC 0px  dashed;
	text-align:center;
}

td.tb_e {
    border-bottom: #CCC 1px solid;
	border-top: #CCC 0px  dashed;
	text-align:left;
}



/*------------------------------------- フォーム　--------------------------------------------*/
form p
{font-size:100%;
}
input,select,text
{width:98%; font-size:100%; padding:5px 5px; margin-bottom:0px;}

textarea
{width:98%; font-size:120%; padding:10px 5px; height:200px; margin-bottom:0px;}


input[type="button"]
{width: 30%; font-size:120%; margin: 0; padding: 5px;  background: #666; border: 1px #999 solid; color: #FFF; -webkit-appearance: none; -webkit-border-radius: 10px; -webkit-box-shadow: 0 2px 2px #CCC; margin-top:20px;}

input[type="radio"]
{width: 5%; margin: 0; padding: 0px;}

input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 12px;
    height: 12px;
    background: #000000;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}




input.text02
{width:15%; font-size:100%; padding:5px 5px;
margin-bottom:10px;}

input.text03
{width:5%; font-size:100%; padding:5px 5px;
margin-bottom:10px;}

input.text04
{width:10%; font-size:100%; padding:5px 5px;
margin-bottom:10px;}

input.text_tel
{width:20%; font-size:100%; padding:5px 5px;
margin-bottom:0px;}

input.text_fax
{width:20%; font-size:100%; padding:5px 5px;
margin-bottom:10px;}


input[type="submit"]
{width: 55%; font-size:120%; margin: 0; padding: 10px; background: #FFAA33; border: 1px #F27300 solid; color: #FFF; -webkit-appearance: none; -webkit-border-radius: 10px; -webkit-box-shadow: 0 2px 2px #CCC; font-weight:bold; }

input[type="checkbox"] {
    -webkit-transform: scale(2);
    transform: scale(2);
	width: 5%; margin:  0 0px 10px 20px; padding: 0px;
}






/* -------------------------------------------------   img 回り込み  ------------------------------------------------------- */

.img_right{
     float:right;
	 margin: 0px 0px 10px 20px;/*上　右　下　左 */
}

.img_toi{
	display:none;
}

.img_right02{
     float:right;
	 margin: 10px 0px 0px 0px;/*上　右　下　左 */
}

.img_right03{
     float:right;
	 margin: 0px 0px 0px 0px;/*上　右　下　左 */
}

.img_right04{
     float:right;
	 margin: 0px 0px 20px 0px;/*上　右　下　左 */
}

.img_left{
float:left;
margin: 0px 10px 0px 0px;/*上　右　下　左 */
}

.img_left_con{
float:left;
margin: 0px 20px 0px 0px;/*上　右　下　左 */
}

.img_merit{
float:left;
margin: 0px 10px 30px 0px;/*上　右　下　左 */
}

.img_l10{
margin: 0px 0px 0px 10px;/*上　右　下　左 */

}

.img_m30{
margin: 0px 0px 0px 30px;/*上　右　下　左 */

}

.img_left30{
margin: 0px 0px 0px 30px;/*上　右　下　左 */

}

.img_right_l10{
     float:right;
	 margin: 0px 0px 10px 10px;/*上　右　下　左 */
}

.img_top10{
margin: 10px;/*上　右　下　左 */

}

.img_bot20{
	margin-bottom: 15px;/*上　右　下　左 */

}

.img_bot{
	margin:10px 20px;

}

.img_c{
	margin-left: auto;
	margin-right: auto;
}


/* -----------------------------------------------------   __font colore  ------------------------------------------------ */
.blue{	color: #008FCC;}

.blue_bo{	color: #008FCC;
            font-weight:bold;}

.blue_b{	color: #008FCC;
            font-size:1.2em;
			font-weight:bold;
			}

.blue_bb{	color: #008FCC;
            font-size:1.4em;
			font-weight:bold;
			}

.blue_kakaku{ color: #008FCC;
             font-size:1.6em;
			 font-weight:bold;
			 }

.red{	color: #CC0000;}

.red_b{	color: #CC0000;
            font-size:1.2em;
			font-weight:bold;
			}

.red_bb{	color: #CC0000;
            font-size:2.2em;
			font-weight:bold;
			}
.s_text{	font-size:0.8em;
			}
.red_kakaku02{ color: #CC0000;
             font-size:1.2em;
			 font-weight:bold;
			 }

.green{	color: #4b9d4a;}

.green_b{	color: #4b9d4a;
        font-size:1.2em;
		}

.green_bb{	color: #4b9d4a;
        font-size:1.4em;
		font-weight:bold;
		}

.orange{ color: #FF3A00;}

.orange_b{ color: #FF3A00;
             font-size:1.2em;
			 }

.orange_bb{ color: #FF3A00;
             font-size:1.4em;
			 font-weight:bold;
			 }

.bb{  font-size:1.2em;
	  font-weight:bold;
			 }

.bb02{  font-size:1.2em;
	  font-weight:bold;
	  line-height:2em;
			 }

.big02{ font-size:1.6em;
font-weight:bold;
}

.small03{font-size:0.7em;}


/*------------------------------------------------------ リスト ----------------------------------------------------------------*/
div.list_mark {
	margin: 20px 0 30px 0px;
	padding:0px;
	width:100%;

   border: 0px green solid;     /* 枠線の装飾 */
   background-color: #fff;   /* 背景色 */
}

div.list_mark ul li {
	padding: 20px 10px 20px 40px;/*上　右　下　左 */
	margin: 5 0 0px 2px; /*上　右　下　左 */
	background: url(../images/lisit01.png) no-repeat 0px 15px;
	border-bottom:#CCCCCC 1px dashed;
	text-align:left;
}

/*------------------------------------------------------ リスト ----------------------------------------------------------------*/
div.list_mark_t {
	margin: 50px 0 30px 0px;
	padding:0px;
	width:100%;

   border: 0px green solid;     /* 枠線の装飾 */
   background-color: #fff;   /* 背景色 */
}

div.list_mark_t ul li {
	padding: 20px 10px 20px 40px;/*上　右　下　左 */
	margin: 5 0 0px 2px; /*上　右　下　左 */
	background: url(../images/lisit01.png) no-repeat 0px 15px;
	border-bottom:#CCCCCC 1px dashed;
	text-align:left;
}


/*--------------------------- リストマーク横 ------------------------------------------*/
div.list_mark_y {

	margin: 30px 0 30px 0px; /*上　右　下　左 */
}

div.list_mark_y ul li {
    display:inline;
	 padding: 10px 20px 10px 40px;/*上　右　下　左 */
	background: url(../images/lisit02.png) no-repeat 0px 10px;
	text-align:left;
}


/*--------------------------- リストマーク横 ------------------------------------------*/
div.list_mark_yno {

	margin: 30px 0 30px 0px; /*上　右　下　左 */
}

div.list_mark_yno ul li {
    display:inline;
	 padding: 10px 20px 30px 0px;/*上　右　下　左 */
	text-align:left;
	margin-bottom:30px;
}




div.list_mark_info {
	margin: 0px 0 20px 0px;
	padding:10px;
	width:96%;
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
   border-radius: 20px;         /* CSS3 */

   border: 0px green solid;     /* 枠線の装飾 */
   background-color: #fff;   /* 背景色 */
   height:300px;
overflow:scroll;
overflow-x:hidden;
}

div.list_mark_info ul li {
	padding: 10px 10px 10px 5px;/*上　右　下　左 */
	margin: 5 0 0px 2px; /*上　右　下　左 */
/*	background: url(../images/yaji03.png) no-repeat 0px 5px;*/
	border-bottom:#CCCCCC 1px dashed;
	text-align:left;
}


/*-- リスト（保育の特色用） --*/
div.list_mark02 {
	margin: 0px 0 20px 10px;
	padding:10px;
	width:96%;
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
   border-radius: 20px;         /* CSS3 */

   border: 0px green solid;     /* 枠線の装飾 */
   background-color: #fff;   /* 背景色 */
}

div.list_mark02 ul li {
	padding: 10px 10px 10px 20px;/*上　右　下　左 */
	margin: 5 0 0px 2px; /*上　右　下　左 */
	text-indent:15px;
	background: url(../images/yaji04.png) no-repeat 0px 10px;
	border-bottom:#CCCCCC 1px dashed;
	text-align:left;
}


/*-- リスト（info） --*/
div.list_mark03 {
	margin: 0px 0 20px 10px;
	padding:10px;
	width:96%;
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
   border-radius: 20px;         /* CSS3 */

   border: 0px green solid;     /* 枠線の装飾 */
   background-color: #fff;   /* 背景色 */
}

div.list_mark03 ul li {
	padding: 10px 10px 10px 20px;/*上　右　下　左 */
	margin: 5 0 0px 2px; /*上　右　下　左 */
	text-indent:15px;
	background: url(../images/yaji06.png) no-repeat 0px 10px;
	border-bottom:#CCCCCC 1px dashed;
	text-align:left;
}


div.list_mark_e {
	margin: 0px 0 20px 0px;
	padding:0px;
	width:100%;

   border: 0px green solid;     /* 枠線の装飾 */
   background-color: #fff;   /* 背景色 */
}

div.list_mark_e ul li {
	margin: 0 0 0px 0px; /*上　右　下　左 */
	border-bottom:#CCCCCC 1px dashed;
	text-align:left;
}


li.li_e01 {
	padding: 40px 0px 20px 130px;/*上　右　下　左 */
	margin: 0 0 0px 0px; /*上　右　下　左 */
	background: url(../event/images/icon01.png) no-repeat 0px 0px;
	
}

li.li_e02 {
	padding: 40px 0px 20px 130px;/*上　右　下　左 */
	margin: 0 0 0px 0px; /*上　右　下　左 */
	background: url(../event/images/icon02.png) no-repeat 0px 0px;
	
}

li.li_e03 {
	padding: 40px 0px 20px 130px;/*上　右　下　左 */
	margin: 0 0 0px 0px; /*上　右　下　左 */
	background: url(../event/images/icon03.png) no-repeat 0px 0px;
	
}


li.li_e04 {
	padding: 40px 0px 20px 130px;/*上　右　下　左 */
	margin: 0 0 0px 0px; /*上　右　下　左 */
	background: url(../event/images/icon04.png) no-repeat 0px 0px;
	
}

li.li_e05 {
	padding: 40px 0px 20px 130px;/*上　右　下　左 */
	margin: 0 0 0px 0px; /*上　右　下　左 */
	background: url(../event/images/icon05.png) no-repeat 0px 0px;
	
}

li.li_e06 {
	padding: 40px 0px 20px 130px;/*上　右　下　左 */
	margin: 0 0 0px 0px; /*上　右　下　左 */
	background: url(../event/images/icon06.png) no-repeat 0px 0px;
	
}

li.li_e07 {
	padding: 40px 0px 20px 130px;/*上　右　下　左 */
	margin: 0 0 0px 0px; /*上　右　下　左 */
	background: url(../event/images/icon07.png) no-repeat 0px 0px;
	
}

li.li_e08 {
	padding: 40px 0px 20px 130px;/*上　右　下　左 */
	margin: 0 0 0px 0px; /*上　右　下　左 */
	background: url(../event/images/icon08.png) no-repeat 0px 0px;
	
}

li.li_e09 {
	padding: 40px 0px 20px 130px;/*上　右　下　左 */
	margin: 0 0 0px 0px; /*上　右　下　左 */
	background: url(../event/images/icon09.png) no-repeat 0px 0px;
	
}

li.li_e10 {
	padding: 40px 0px 20px 130px;/*上　右　下　左 */
	margin: 0 0 0px 0px; /*上　右　下　左 */
	background: url(../event/images/icon10.png) no-repeat 0px 0px;
	
}

li.li_e11 {
	padding: 40px 0px 20px 130px;/*上　右　下　左 */
	margin: 0 0 0px 0px; /*上　右　下　左 */
	background: url(../event/images/icon11.png) no-repeat 0px 0px;
	
}

li.li_e12 {
	padding: 40px 0px 20px 130px;/*上　右　下　左 */
	margin: 0 0 0px 0px; /*上　右　下　左 */
	background: url(../event/images/icon12.png) no-repeat 0px 0px;
	
}





/*------------------------------------------------ 施設紹介 カラム2段 ----------------------------------------------------*/
div.column3-about{
clear:both;
width:100%;
margin:auto 0;
text-align:center;

margin: 50px 0px 80px 15px; /*上　右　下　左 */
}

div.column3-about_01 {
  float: left;
  width: 30%;
  margin-right: 3.33%;
  border-bottom: #F60 1px dashed;
  /* 32 + 1.33 = 33.33% = 3分の1 */
	 
}

div.column3-about h3 {
	background: #d0e7b1;
	padding:10px 5px;
	text-align:left;
	font-size:1.2em;
	margin-top:20px;
	margin-bottom:0px;
	font-weight:normal;
}



/*------------------------------------------------ 年間行事エリア ----------------------------------------------------*/
div.column2_nen{
clear:both;
width:100%;
text-align:center;
margin: 50px 0px 80px 0px; /*上　右　下　左 */
}

div.column2_nen_01 {
     margin: 0px 0px 0px 0px;/*上　右　下　左 */
	 float:left;
	 width:50%;
	 text-align:left;
	 
}


div.column2_nen_02 {
     margin: 0px 0px 0px 0px;/*上　右　下　左 */
	 float: right;
	 width:45%;

}

div.column2_nen_03 {
     margin: 0px 0px 0px 0px;/*上　右　下　左 */
	 float: right;
	 width:50%;
	 text-align: right;

}


div.column2_nen_04 {
     margin: 0px 0px 0px 0px;/*上　右　下　左 */
	 float:left;
	 width:45%;
	 
}





table.table_waku {
  width: 100%;
    *border-collapse: collapse;
    border-spacing: 0;
	margin:30px 0 40px 0px;
	padding-bottom:0px;

   border: #CCC 1px solid;     /* 枠線の装飾 */
   background-color: #fff;   /* 背景色 */
	
}



th.t_top_r {
    border-bottom: #CCC 0px dashed;
	border-right: #CCC 0px solid;
	border-top: #CCC 0px  solid;
	background:#FFF;
	color:#000;
	padding-left:0px;
	text-align:center;
	width:50%;
}

td.t_top_r {
    border-bottom: #CCC 1px solid;
	border-top: #CCC 0px  dashed;
	text-align:center;
}

td.t_top_rb {
    border-bottom: #CCC 0px dashed;
	border-top: #CCC 0px  dashed;
	text-align:center;
}

.img_ev{
  padding: 0px;
}



/*------------------------------------------------ 園の概要 カラム2段 ----------------------------------------------------*/
div.column2{
clear:both;
width:100%;
text-align: left;
margin: 20px 0px 50px 0px; /*上　右　下　左 */
}

div.column2_01 {
     margin: 0px 0px 0px 0px;/*上　右　下　左 */
	 float:left;
	 width:47%;
	 
}

div.column2_02 {
     margin: 0px 0px 0px 0px;/*上　右　下　左 */
	 float: right;
	 width:47%;

}








/*------------------------------------------------ お知らせ カラム2段 ----------------------------------------------------*/
div.column2-info{
clear:both;
width:100%;
text-align:center;
margin: 50px 0px; /*上　右　下　左 */
}

div.column2-info_01 {
     margin: 0px 0px 20px 0px;/*上　右　下　左 */
	 float:left;
	 width:47%;
	 
}

div.column2-info_02 {
     margin: 0px 0px 20px 0px;/*上　右　下　左 */
	 float: right;
	 width:47%;

}

/*------------------------------------------------------------- ページＵＰ --------------------------------------------*/

div.pageup {
	display: inline-block;
	float:right;
	clear:both;
	margin: 10px 0px 20px 0px;/*上　右　下　左 */
		
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 0px;
    right: 0px;
}
.pagetop a {
    display: block;
    width: 100px;
	height:100px;
    background:url(../images/page_up.png) no-repeat left top;
    font-size: 0;
    line-height: 0;
    text-align: center;
    color: #222;
    text-decoration: none;
    padding: 0px 0px;
	z-index: 9999;
	
}
 
.pagetop a:hover {
    display: block;
    width: 100px;
	height:100px;
    background:url(../images/page_up.png) no-repeat left top;
    text-align: center;
    color: #fff;
    text-decoration: none;
    padding:0px 0px;
	z-index: 9999;
	 font-size: 0;
    line-height: 0;
	
}




/*----------------------------------------------------------------- ページBACK --------------------------------------------*/

div.pageback {
	display: inline-block;
	float:right;
	clear:both;
	margin: 0px 0px 0px 0px;/*上　右　下　左 */
		
}

div.pageback a{ 
    float:right;
	display: block;
	text-indent: -9999px;
	font-size: 0px;
	line-height: 100%;
	width: 150px;
	height:113px;
	background-image: url(../images/page_back.png);
	margin: 10px 0px 0px 0px; /*上　右　下　左 */ }



/*-------------------------------------------------- Googel map　---------------------------------------------------------*/
.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;

height: 0;
overflow: hidden;
margin-bottom:30px;
margin-top:30px;
}
 
.ggmap iframe,
.ggmapr object,
.ggmap embed {
position: absolute;
top: 0;
width: 100%;
height: 100%;
}




.clearfix { display: inline-block; }
/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
/*}*/


/******------------------------------------------------------- Print ------------------------------------------------------******/

@media print{


#top-head {
	display:none;
}

footer {
	display:none;
}

div.pageup{
	display:none;}

.pageup02{display:none;}

}

/****** Print ******/
















/*---------------------------------------------   980px    ---------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 980px) {

#main-visual {
	width:100%;
	height:400px;
	background-size:cover;
}

h1.title{ font-size:2em;
color:#FFF;
font-weight:bold;
margin: 0 auto;
text-align:center;
/*border:#FFF 5px solid;*/
 position: absolute;  
    top: 442px;  
    left: 10px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


div.top_title{
	
font-weight:bold;
margin: 0 auto;
border:#FFF 0px solid;
position: absolute;  
 top: 430px;  
   color: #fff;
   padding: 35px 0px 35px 0px;
   background: #A1C365;
   filter: Alpha(opacity=70);
   opacity:0.8;
   width: 100%;
}

h1.title02{ 
font-size:2.0em;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
color:#fff;
font-weight:bold;
margin: 0 auto;
border:#FFF 0px solid;
position: absolute;  
 top: 345px;  
    left: 20px;
}


	
#main-visual02 {
	background: url(../images/2.jpg)   center top;
	height:500px;
	background-size:cover;
  
}



#main-visual03 {
	background: url(../images/3.jpg)   center top;
	height:500px;
	background-size:cover;
  
}


h1.title03{ font-size:2em;
color:#FFF;
font-weight:bold;
margin: 0 auto;
width:600px;
height:63px;
text-align:center;
/*border:#FFF 5px solid;*/
background: url(../images/moji.png) ;
 position: absolute;  
    top: 260px;  
    right: 0px;
}


#main-visual04 {
	background: url(../images/4.jpg)   center top;
	height:500px;
	background-size:cover;
  
}

h1.title04{ font-size:2em;
color:#FFF;
font-weight:bold;
margin: 0 auto;
width:600px;
height:63px;
text-align:center;
/*border:#FFF 5px solid;*/
background: url(../images/moji.png) ;
 position: absolute;  
    top: 270px;  
    right: 30px;
}



#contents_top {

background: #F9F7EA;
/*background: url(../images/top_back.jpg) top no-repeat #B5D884 ; */
width:100%;
margin: 0 auto;
margin-top: 0px; }


#contents_top_t {

/*background: #FAFAFA;*/
width:98%;
margin: 0 auto;
text-align:center; }



#contents_top02 {

/*background: #FAFAFA;*/
background: #fff; 
width:100%;
margin: 0 auto;
margin-top: 0px; }


#contents_top_b {

/*background: #FAFAFA;*/
width:98%;
margin: 0 auto;
margin-top: 10px;
margin-bottom: 20px; }


	
#contents {
/*background: #FAFAFA;*/
background: #FFF; 
width:100%;
margin: 0 auto;
margin-top: 20px; }


#contents_con {
/*background: #FAFAFA;*/
background: #FFF; 
width:94%;
margin: 0 auto;
margin-top: 50px; }
	
	
	
#contents_top02 #main { width : 98%}
#contents_top02 #sub { width : 98%}
	
div.sub_01_s{
	width:100%;
		background: #fff;
	text-align: center;
	padding:0px;
	margin: 0px 0 0px 0px; /*上　右　下　左 */
}

div.sub_02_s{
	width:96%;
		background: #fff;
	/*	border: #666 1px solid;*/
	text-align: center;
	padding:0px;
	font-size:0.8em;
	margin: 20px 0 20px 0px; /*上　右　下　左 */
}
	

	
	#top-head .logo {
	float: left;
	font-size: 36px;
	padding-left:0px;
	background:url(../images/logo01_m.png) no-repeat 0px 35px;
}


header a.a_home {
    width : 350px;
	height:73px;
	margin : 40px 0px 0px 0px;/*上　右　下　左 */
    display: block;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	}


#whatnew h3{
	margin: 0 0px 30px 0px; /*上　右　下　左 */
	padding: 5px 0px 5px 10px;/*上　右　下　左 */
    background: #000;
	font-size: 1.2em;
	color: #fff;
 /*   background: #E7550B;
	clear:both; /*カラム下に使用する場合につける*/
}








div.bg_w02{
	display:inherit;
	margin: 0px 0 20px 0px; /*上　右　下　左 */
	padding: 10px ; /*上　右　下　左 */
	text-align: left;
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
   border-radius: 20px;         /* CSS3 */
   border: 1px #FFAB2F solid;     /* 枠線の装飾 */
}


#top-head {
	font-size: 14px;
	top: -140px;
	position: absolute;
	width: 100%;
	margin: 110px auto 0;
	padding: 0px 0;
	line-height: 1;
	z-index: 999;
	
	background: #ECE7CA;
	
}


#mobile-head {
		background: #ECE7CA;
		width: 100%;
		height: 120px; 
		
		z-index: 999;
		position: relative;
	}


#global-nav {
	display:inherit;
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -450px;
		background: #333;
		width: 100%;
		text-align: left;
		padding: 20px;
		
		
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		display:inherit;
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 18px;
		
	}
	#global-nav ul li {
		display:inherit;
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display:inherit;
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		display:inherit;
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
		
	}
	#nav-toggle {
		display:inherit;
		display: block;
		margin-top:50px;
		
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		display:inherit;
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		display:inherit;
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		display:inherit;
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		display:inherit;
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
		
		
	}


/*-------------------------------------  @group Footer ------------------------------------- */

footer {
padding : 1.0em 0em;
text-align:left;
font-size:1.0em;
height: auto 0;
}

footer ul {
	margin-top:100px;
text-align: center;
    padding: 0px 0 10px 0px;/*上　右　下　左 */
}



footer p {
	padding-top:0px;
	text-align: center;
	color:#000;
}










.bg-slider {
	width: 100%;
	height: 400px;
	background-position:center center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider__title{
	color: #fff;
	font-size: 36px;
	line-height: 1.5;
	text-align:center;
	text-shadow: 3px 3px 3px #000;
}




	
}








/*---------------------------------------------   640px    ---------------------------------------------------------------------------------------------------------*/

@media screen and (max-width: 640px) {
	#main-visual {
		height: 300px;
		background-size:cover;
	}
	
h1.title{ 
font-size:1.4em;
color:#FFF;
font-weight:bold;
margin: 0 auto;
/*border:#FFF 5px solid;*/
position: absolute;
width:360px;
 top: 210px;  
    left: 10px;
	text-align:left;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

div.top_title{
	
font-weight:bold;
margin: 0 auto;
border:#FFF 0px solid;
position: absolute;  
 top: 210px;  

   color: #fff;
   padding: 35px 0px 35px 0px;
   background: #A1C365;
   filter: Alpha(opacity=70);
   opacity:0.8;
   width: 100%;
}

div.mein_title{
	font-size:1.2em;
font-weight:bold;
margin: 0 auto;
border:#FFF 0px solid; 
 top: 220px;  

   color: #fff;
   padding: 30px 0px 30px 0px;
   background: #828282;
   filter: Alpha(opacity=70);
   opacity:0.8;
   width: 100%;
}



div.bg_w02{
	display:inherit;
	margin: 0px 0 20px 0px; /*上　右　下　左 */
	padding: 10px ; /*上　右　下　左 */
	text-align: left;
   -moz-border-radius: 20px;    /* Firefox */
   -webkit-border-radius: 20px; /* Safari,Chrome */
   border-radius: 20px;         /* CSS3 */
   border: 1px #FFAB2F solid;     /* 枠線の装飾 */
}
	
h1.title02{ font-size:1.6em;
font-weight:normal;
color:#FFF;
margin: 0 auto;
/*border:#FFF 5px solid;*/
position: absolute;  
 top: 232px;  
    left: 10px;
font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}


#main-visual02 {
		height: 280px;
		background: url(../images/2_s.jpg);
		background-size:cover;
	}

#main-visual03 {
		height: 280px;
		background: url(../images/3_s.jpg) ;
		background-size:cover;
	}
	
	h1.title03{ display:none;
	
}



#main-visual04 {
		height: 280px;
		background: url(../images/4_s.jpg) ;
		background-size:cover;
	}
	
	h1.title04{ display:none;
	
}
	
#main-about {
		height: 280px;
		background: url(../images/about.jpg)  center;
		background-size:cover;
	}
	

#main-life {
	background: url(../images/life_s.jpg)   center ;
	height:280px;
	background-size:cover;
  
}


#main-event {
	background: url(../images/event.jpg)   center;
	height:280px;
	background-size:cover;
  
}

#main-info {
	background: url(../images/info.jpg)   center;
	height:280px;
	background-size:cover;
  
}


#main-recruit {
	background: url(../images/recruit.jpg)   center;
	height:280px;
	background-size:cover;
  
}

#main-contact {
	background: url(../images/contact.jpg)   center;
	height:280px;
	background-size:cover;
  
}



#heading2{
	border-bottom:solid 1px #e88317;
	color: #e88317;
	clear:both;
    padding: 5px 0px;
	font-size:1.4em;
  /*  border-radius: 5px;*/
    background: #fff;
   /* -moz-border-radius: 5px; /* FF */
  /*  background: -moz-linear-gradient(top,  #fff,  #FBD491);  FF */
  /*  -webkit-border-radius: 5px;/* Webkit */
   /* background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#FBD491));/* Webkit */
  /*  -pie-background:linear-gradient(top,  #fff,  #FBD491); /* ie */
  /*  behavior: url(images/PIE.htc);  /* ie */
	
    }


#heading2 span{border-left:0px; padding-left:0px;}


	#top-head,
	.inner {
		width: 100%;
		padding: 0;
	}
	#top-head {
		top: 0;
		position: fixed;
		margin-top: 0;
	}
	/* Fixed reset */
	#top-head.fixed {
		padding-top: 20px;
		background: transparent;
	}


	#mobile-head {
		background: #ECE7CA;
		width: 100%;
		height: 80px; 
		
		z-index: 999;
		position: relative;
	}
	#top-head.fixed .logo,
	#top-head .logo {
		position: absolute;
		color: #333;
		font-size: px;
		background:url(../images/logo02_s.png) no-repeat 0px 0px;
	}
	
	

	#global-nav {
		position: absolute;
		/* 開いてないときは画面外に配置 */
		top: -500px;
		background: #333;
		width: 100%;
		text-align: left;
		padding: 20px;
		
		-webkit-transition: .5s ease-in-out;
		-moz-transition: .5s ease-in-out;
		transition: .5s ease-in-out;
	}
	#global-nav ul {
		list-style: none;
		position: static;
		right: 0;
		bottom: 0;
		font-size: 16px;
	}
	#global-nav ul li {
		float: none;
		position: static;
	}
	#global-nav ul li:after  {
		display: none;
	}
	#top-head #global-nav ul li a,
	#top-head.fixed #global-nav ul li a {
		width: 100%;
		display: block;
		color: #fff;
		padding: 18px 0;
		
	}
	#nav-toggle {
		display:inherit;
		display: block;
		margin-top:0px;
	}
	/* #nav-toggle 切り替えアニメーション */
	.open #nav-toggle span:nth-child(1) {
		top: 11px;
		-webkit-transform: rotate(315deg);
		-moz-transform: rotate(315deg);
		transform: rotate(315deg);
	}
	.open #nav-toggle span:nth-child(2) {
		width: 0;
		left: 50%;
	}
	.open #nav-toggle span:nth-child(3) {
		top: 11px;
		-webkit-transform: rotate(-315deg);
		-moz-transform: rotate(-315deg);
		transform: rotate(-315deg);
	}
	/* #global-nav スライドアニメーション */
	.open #global-nav {
		/* #global-nav top + #mobile-head height */
		-moz-transform: translateY(556px);
		-webkit-transform: translateY(556px);
		transform: translateY(556px);
	}


header a.a_home {
    width : 280px;
	height:70px;
	margin : 0px 0px 0px 0px;/*上　右　下　左 */
    display: block;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	}


#contents_top {

background: #F9F7EA;
/*background: url(../images/top_back.jpg) top no-repeat #B5D884 ; */
width:100%;
margin: 0 auto;
margin-top: 0px; }


#contents_top_t {

/*background: #FAFAFA;*/
width:98%;
margin: 0 auto;
margin-top: 0px;
padding: 20px 0px; }



#contents_top02 {

/*background: #FAFAFA;*/
background: #fff; 
width:94%;
margin: 0 auto;
margin-top: 0px; }


#contents_top_b {

/*background: #FAFAFA;*/
width:98%;
margin: 0 auto;
margin-top: 0px;
margin-bottom: 0px; }



#contents_top02 #main,
#contents_top02 #main_top,
#contents_top02 #sub,
#contents_top02 #sub_top { 
float : left;
margin : 0 1.0416667%;
padding-top:0.5em;
} 

#contents_top02 #main { width : 98%}
#contents_top02 #sub { width : 98%;
margin:20px 0 30px 0;
}



#contents {
/*background: #FAFAFA;*/
background: #FFF; 
width:100%;
margin: 0 auto;
margin-top: 20px; }




#contents #main { width : 98%;}
#contents #sub { width : 98%;}


#contents_con {
/*background: #FAFAFA;*/
background: #FFF; 
width:94%;
margin: 0 auto;
margin-top: 50px; }



#whatnew h3{
	margin: 0 0px 30px 0px; /*上　右　下　左 */
	padding: 5px 0px 5px 10px;/*上　右　下　左 */
    background:#000;
	font-size: 1.2em;
	color: #fff;
 /*   background: #E7550B;
	clear:both; /*カラム下に使用する場合につける*/
}


/*------------- トップPRエリア ----------------*/
div.topcon_01 {
	width:33%;
	text-align: center;
	float : left;
	margin: 10px 0px; /*上　右　下　左 */
}


div.topcon_02 {
	width:33%;
	text-align: center;
	float : left;
	margin: 10px 0px; /*上　右　下　左 */
}

div.topcon_03 {
	width:33%;
	text-align: center;
	float : left;
	margin: 0px 0px; /*上　右　下　左 */
}


div.sub_01_s{
	width:100%;
		background: #fff;
	text-align: center;
	
}

div.sub_02_s{
	width:100%;
	text-align: center;
	padding:0px;
	margin: 50px 0 0px 0px; /*上　右　下　左 */
}




/*--------------------------------------- テーブル ----------------------------------------------*/

@media screen and (max-width: 768px) {
    .table-sp,
    .table-sp tbody,
    .table-sp thead,
    .table-sp tr,
    .table-sp td,
    .table-sp th {display:block;}
 
    .table-sp th {width:auto;}
}

table {
  width: 100%;
    *border-collapse: collapse;
    border-spacing: 0;
	margin:10px 0 20px 0px;
	padding-bottom:0px;

   border: 0px green solid;     /* 枠線の装飾 */
   background-color: #fff;   /* 背景色 */
	
}





th.t_top {
    border-bottom: #CCC 0px dashed;
	border-top: #CCC 0px  solid;
	background:#FFF;
	
}


th.t_top_e {
    border-bottom: #ff9900 0px  dashed;
	border-top: #CCC 0px  solid;
	background:#FFF;
	text-align: left;
	width:25%;
}

th.th_e {
	border-bottom: #ff9900  1px dashed;
	border-left: #CCC 0px solid;
	text-align: left;
	background: #fff;
	padding: 20px;
	background:#FFF;
	width:25%;
}

th.th_e_2 {
	/*border-bottom: #fff 1px dashed;*/
	border-bottom: #ccc 0px solid;
	border-left: #CCC 0px solid;
	text-align: left;
	background: #fff;
	padding: 10px 0px;
	color:#000;
	font-weight:normal;
	/*color:#e88317;*/
}

	

th.t_top02 {
    border-top: #FF1919 0px solid;
	background:#f7dee5;
	-webkit-border-bottom-left-radius: 20px;
}

th.t_top03 {
    border-top: #62BC75 0px solid;
	background:#bbe8bb;
-webkit-border-top-left-radius: 20px;
/*	border-right: #e3e3e3 1px solid;*/
}



th.t_top03_c {
    border-top: #62BC75 0px solid;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
	background:#bbe8bb;
}

th.t_top03_r {
    border-top: #62BC75 0px solid;
	border-right: #e3e3e3 0px solid;
	background:#bbe8bb;
	-webkit-border-top-right-radius: 20px;
}


th.t_top04 {
    border-top: #FF1919 0px solid;
	border-left: #e3e3e3 0px solid;
	
}


th {
	border-bottom: #CCC 0px dashed;
	border-left: #CCC 0px solid;
	text-align: left;
	padding: 0px;
	font-weight: bold;
	color:#e88317;
	background:#FFF;
	
}

td.t_top_e {
    border-bottom: #ff9900 0px  dashed;
	text-align: left;
	width:37.5%;
}


td.t_top {
    border-bottom: #CCC 1px dashed;
	border-top: #CCC 0px  dashed;
	border-right: #CCC 0px solid;
}

td.t_top02 {
	border-left: #e3e3e3 0px solid;
	border-right: #e3e3e3 0px solid;
}

td.td_02 {
	border-left: #e3e3e3 0px solid;
	border-right: none;
	border-bottom: #339933 1px dashed;
}


td {
	border-bottom: #CCC 1px dashed;
border-right: #CCC 0px solid;
	text-align: left;
	padding: 5px;
}

td.td02 {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}



td.tb_e {
    border-bottom: #CCC 0px solid;
	border-top: #CCC 0px  dashed;
	text-align:left;
}









/*------------------------------------- フォーム　--------------------------------------------*/
form p
{font-size:100%;
}
input,select,text
{width:96%; font-size:100%; padding:5px 5px; margin-bottom:0px;}

textarea
{width:96%; font-size:120%; padding:5px 5px; height:150px; margin-bottom:0px;}


input[type="button"]
{width: 80%; font-size:120%; margin: 0; padding: 5px; background: #666; border: 1px #999 solid; color: #FFF; -webkit-appearance: none; -webkit-border-radius: 10px; -webkit-box-shadow: 0 2px 2px #CCC; margin-top:20px;}

input[type="radio"]
{width: 5%; margin: 0; padding: 0px;}

input[type="radio"] {
    position: relative;
    -webkit-appearance: button;
    appearance: button;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 24px;
    height: 24px;
    content: "";
    background-color: #FFFFFF;
    border: 1px solid #999999;
    -webkit-border-radius: 24px;
    border-radius: 24px;
    -webkit-box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    box-shadow: inset 4px 4px 10px rgba(0,0,0,0.2);
    vertical-align: middle;
    cursor: pointer;
}

input[type="radio"]:checked:after {
    display: block;
    position: absolute;
    top: 5px;
    left: 5px;
    content: "";
    width: 12px;
    height: 12px;
    background: #000000;
    -webkit-border-radius: 12px;
    border-radius: 12px;
}

input[type="checkbox"] {
    -webkit-transform: scale(2);
    transform: scale(2);
	width: 3%; margin: 0 10px 20px 5px; padding: 0px 0px;
}


input.text02
{width:30%; font-size:100%; padding:5px 0px;
margin-bottom:10px;}

input.text03
{width:15%; font-size:100%; padding:5px 0px;
margin-bottom:10px;}

input.text04
{width:20%; font-size:100%; padding:5px 0px;
margin-bottom:10px;}

input.text_tel
{width:96%; font-size:100%; padding:5px 5px;
margin-bottom:10px;}

input.text_fax
{width:96%; font-size:100%; padding:5px 5px;
margin-bottom:10px;}


input[type="submit"]
{width: 100%; font-size:100%; margin: 0; padding: 10px; background: #FFAA33; border: 1px #F27300 solid; color: #FFF; -webkit-appearance: none; -webkit-border-radius: 10px; -webkit-box-shadow: 0 2px 2px #CCC; }




/*------------------------------------------------ 施設紹介 カラム2段 ----------------------------------------------------*/
div.column3-about{
clear:both;
width:100%;
margin:auto 0;
text-align:center;
border-bottom: #F60 0px dashed;
margin: 0px 0px 0px 3px; /*上　右　下　左 */
}

div.column3-about_01 {
  width:98%;
  border-bottom: #F60 1px dashed;
  padding:40px 0px;
  margin: 0px 0px 30px 0px; /*上　右　下　左 */
  /* 32 + 1.33 = 33.33% = 3分の1 */
	 
}

/*------------------------------------------------ 年間行事エリア ----------------------------------------------------*/
div.column2_nen{
clear:both;
width:100%;
text-align:center;
margin: 50px 0px; /*上　右　下　左 */
}

div.column2_nen_01 {
     margin: 0px 0px 0px 0px;/*上　右　下　左 */
	 float:left;
	width:100%;
	text-align:center;
	 
}


div.column2_nen_02 {
     margin: 0px 0px 0px 0px;/*上　右　下　左 */
	 float: right;
	 width:100%;

}

div.column2_nen_03 {
     margin: 0px 0px 0px 0px;/*上　右　下　左 */
	 float: right;
	width:100%;
	text-align:center;

}


div.column2_nen_04 {
     margin: 0px 0px 0px 0px;/*上　右　下　左 */
	 float:left;
	 width:100%;
	 
}


/*--------------------------------------- テーブル ----------------------------------------------*/

@media screen and (max-width: 768px) {
    .table-sp,
    .table-sp tbody,
    .table-sp thead,
    .table-sp tr,
    .table-sp td,
    .table-sp th {display:block;}
 
    .table-sp th {width:auto;}
}

table {
  width: 100%;
    *border-collapse: collapse;
    border-spacing: 0;
	margin:30px 0 40px 0px;
	padding-bottom:0px;

   border: 0px green solid;     /* 枠線の装飾 */
   background-color: #fff;   /* 背景色 */
	
}





th.t_top {
    border-bottom: #CCC 0px dashed;
	border-top: #CCC 0px  solid;
	background:#FFF;
	
}

th.t_top_e {
    border-bottom: #CCC 0px dashed;
	border-top: #CCC 0px  solid;
	background:#FFF;
	color:#000;
	padding-left:5px;
	font-weight:normal;
}


th.t_top_r {
    border-bottom: #CCC 0px dashed;
	border-right: #CCC 1px solid;
	border-top: #CCC 0px  solid;
	background:#FFF;
	color:#000;
	padding-left:5px;
	
}
	

th.t_top02 {
    border-top: #FF1919 0px solid;
	background:#f7dee5;
	-webkit-border-bottom-left-radius: 20px;
}

th.t_top03 {
    border-top: #62BC75 0px solid;
	background:#bbe8bb;
-webkit-border-top-left-radius: 20px;
/*	border-right: #e3e3e3 1px solid;*/
}



th.t_top03_c {
    border-top: #62BC75 0px solid;
    border-left: #fff 1px solid;
    border-right: #fff 1px solid;
	background:#bbe8bb;
}

th.t_top03_r {
    border-top: #62BC75 0px solid;
	border-right: #e3e3e3 0px solid;
	background:#bbe8bb;
	-webkit-border-top-right-radius: 20px;
}


th.t_top04 {
    border-top: #FF1919 0px solid;
	border-left: #e3e3e3 0px solid;
	
}


th {
	border-bottom: #CCC 0px dashed;
	border-left: #CCC 0px solid;
	text-align: left;
	padding: 10px 5px;
	/*color:#e88317;*/
	color:#000;
	background:#FFF;
	
}

th.th_e {
	border-bottom: #CCC 0px dashed;
	border-left: #CCC 0px solid;
	text-align: left;
	padding: 10px 0px;
	/*color:#e88317;*/
	color:#000;
	background:#FFF;
	padding-left:5px;
	
}


td.t_top {
    border-bottom: #CCC 0px dashed;
	border-top: #CCC 0px  dashed;
}

td.t_top02 {
	border-left: #e3e3e3 0px solid;
	border-right: #e3e3e3 0px solid;
}

td.td_02 {
	border-left: #e3e3e3 0px solid;
	border-right: none;
	border-bottom: #339933 1px dashed;
}


td {
	border-bottom: #CCC 0px dashed;
border-right: #CCC 0px solid;
	text-align: left;
	padding: 5px;
}

td.td02 {
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
	border-left: #e3e3e3 1px solid;
	text-align: left;
	padding: 10px;
}


td.t_top_r {
    border-bottom: #CCC 1px solid;
	border-top: #CCC 0px  dashed;
	text-align:center;
}

td.t_top_rb {
    border-bottom: #CCC 0px dashed;
	border-top: #CCC 0px  dashed;
	text-align:center;
}


/*------------------------------------------------ 園の概要 カラム2段 ----------------------------------------------------*/
div.column2{
clear:both;
width:100%;
text-align:center;
margin: 20px 0px 50px 0px; /*上　右　下　左 */
}

div.column2_01 {
     margin: 0px 0px 20px 0px;/*上　右　下　左 */
	width:100%;
	 
}

div.column2_02 {
     margin: 0px 0px 0px 0px;/*上　右　下　左 */
	 width:100%;

}





/*---------------- お知らせ カラム2段 ----------------------------------------------------*/
div.column2-info{
clear:both;
text-align:center;
margin: 20px 0px; /*上　右　下　左 */
}

div.column2-info_01 {
	width:100%;
     margin: 0px 0px 20px 0px;/*上　右　下　左 */
	 
}

div.column2-info_02 {
	width:100%;
     margin: 0px 0px 0px 0px;/*上　右　下　左 */

}





/*------------------------------------- ページＵＰ --------------------------------------------*/

div.pageup {
	display:none;
	text-align:right;
		
}

/*------------------------------------- ページBack --------------------------------------------*/
div.pageback{
     clear:both;
	 height:32px;
     
     margin: 10px 0px 0px 0px;/*上　右　下　左 */
    /* border-top: 1px solid #d2f1f9; */

}

div.pageback a{
    width:61px;
    height:21px;
	float:right;
	background:url(../images/back.png) no-repeat;
    margin: 0px 0px 0px 0px;/*上　右　下　左 */
    letter-spacing: .1em;
	text-indent: -9999px;
	font-size: 0;
	color:#ffffff;
    display: block;
	}


/*-------------------------------------  @group Footer ------------------------------------- */

footer {
	display:inherit;
padding : 10px 0px 80px 0px;
color: #999 ;
text-align:left;
font-size:0.8em;
background: #ECE7CA url(../images/logo02_s.png) no-repeat 0px 15px;

}
footer ul {
	text-align:left;
	margin: 80px 0px 0px 0px;/*上　右　下　左 */
}

footer li {
	 font-size:1.2em;
	margin-right: 5px;
	padding: 0px;
	
}

footer ul a {
	color: #000;
	display: block;
    position: relative;
	padding: 0px 0px 5px 5px;
    width: 100%;
	border-bottom:#fff solid 1px;
}

footer ul a:hover {
	color: #FFF;
	background: none;
	text-decoration: none;
}


footer p {
	padding-top:0px;
	text-align: left;
	color:#000;
}



.bg-slider {
	width: 100%;
	height: 300px;
	background-position: right center;
	background-size: cover;
	display: flex;
	align-items: center;
	justify-content: center;
}
.bg-slider__title{
	color: #fff;
	font-size: 18px;
	line-height: 1.5;
	text-align:center;
	text-shadow: 3px 3px 3px #000;
}


/*------------先頭音符アイコンタイプ----------*/
h2.h2_04 {
position: relative;
background: #000;
padding: 0.25em 0.5em;
border-left: solid 2em #000;
color: white;
margin-bottom:-30px;
font-size:1.2em;
font-weight: normal;
}

h2.h2_04:before {
font-family: FontAwesome;
content: "\f001";
position: absolute;
padding: 0em;
color: white;
font-weight: normal;
left: -1.35em;
top: 25%;
-moz-transform: translateY(-50%);
-webkit-transform: translateY(-50%);
-ms-transform: translateY(-50%);
transform: translateY(-50%);
}


/*------------フラットタイプ----------*/

h2.h2_01{
 font-size:1.2em;
font-weight: normal;
}

/*------------先頭音符アイコンタイプ----------*/
h2.h2_04_2 {
font-size:1.2em;
font-weight: normal;
}

/*------------メールアイコンタイプ----------*/
h2.h2_09 {
font-size:1.2em;
font-weight: normal;

}

/*------------TELアイコンタイプ----------*/
h2.h2_10 {
font-size:1.2em;
font-weight: normal;
}


/*--------------------------- リストマーク横 ------------------------------------------*/
div.list_mark_yno {

	margin: 30px 0 30px 0px; /*上　右　下　左 */
}

div.list_mark_yno ul li {
    display:inline;
	 padding: 10px 40px 30px 0px;/*上　右　下　左 */
	text-align:left;
	margin-bottom:30px;
}


}














