@import url(http://fonts.googleapis.com/earlyaccess/notosansjp.css);
@import url(https://fonts.googleapis.com/css?family=Pacifico);

/* reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;}
ul{list-style:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
q:before,q:after{content:'';}
object,embed{vertical-align:top;}
legend{display:none;}
h1,h2,h3,h4,h5,h6{font-size:100%;}
img,abbr,acronym,fieldset{border:0;}

body{
	font: 16px/1.9 'Noto Sans JP', Arial, Verdana, 游ゴシック, YuGothic,'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', メイリオ, Meiryo,sans-serif;
	font-weight: 300;
	-webkit-text-size-adjust:100%;
	overflow-x: hidden;
	color: #000;
	background: #CCECCC;
}

a{
	color: #3cb371;
	text-decoration: none;
}

a:hover, .active{
	text-decoration: underline;
}

a:active, a:focus,input:active, input:focus{
	outline: 0;
	text-decoration: none;
}


/* ヘッダー
------------------------------------------------------------*/
#header{
	text-align: center;
}

#header h1{
	padding-top: 60px;
	font-weight: normal;
	font-size: 1em;
}

#mainnav a{
	color: #000;
}


/*追加*/
#headerWrap{
	background: #fff;/*背景色なくす*/
}


/* フッター
------------------------------------------------------------*/
#footer{
	clear: both;
	padding: 50px 10px 50px 0;
	text-align: center;
	font-size: 12px;
}


/* 共通
------------------------------------------------------------*/

img{
	max-width: 100%;
	height: auto;
}

section{
	clear:both;
	padding-top: 20px;
}

section h2{
	font-size: 1.5em;
	font-weight: normal;
	text-align: center;
	background-size: 1px 1px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 1em;
	color: #FFFFFF;
	line-height: 1.5em;
	background-color: #3cb371;
	padding-top: 0.5em;
	padding-bottom: 0.5em;
}
.box_point.p_col {
	color: #3cb371;
}

section h2 span {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #000;
	border-bottom-color: #000;
	padding-top: 5px;
	padding-bottom: 10px;
	width: 100%;
}

.inner{
	width: 94%;
	margin: 0 auto;
	padding-bottom: 20px;
}

.innerS{
	width: 60%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom: 1em;
}
p {
	margin-bottom: 20px;
}

/*追加*/
section h3{
	font-size: 1.2em;
	font-weight: 500;
	margin-bottom: 0.5em;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #3cb371;
	color: #3cb371;
	padding-bottom: 0.25em;
	line-height: 1.5em;
}

section h3 span {
	font-weight: 300;
}

section h4 {
	font-size: 1.3em;
	text-align: center;
	color: #fff;/*文字色*/
	background: #3cb371;
	padding: 0.5em;/*文字周りの余白*/
	border-radius: 0.5em;/*角丸*/
	font-weight: 500;
	margin-bottom: 1em;
}


section h5 {
  position: relative;
  padding: 0.3em;
  background: #3cb371;
  color:#FFF;
  font-size:1.2em;
  text-align:center;
  font-weight:300;
  margin-bottom:1em;
}

h5:after {
	position: absolute;
	content: '';
	top: 100%;
	left: 50%;
	border: 10px solid transparent;
	border-top: 15px solid #3cb371;;
	width: 0;
	height: 0;
}


/* SEC02 
------------------------------------------------------------*/
/*#sec02{
	padding: 0 !important;
}*/


#gallery li{
	float: left;
	width: calc(100%/3);
	line-height: 0;
}

#gallery img{
	width: 100%;
	height: auto;
}


/* SEC03
------------------------------------------------------------*/
#sec03 img{
	width: 100%;
	margin-bottom: 30px;
}


/* SEC04
------------------------------------------------------------*/
.col3 img{
	display: block;
	margin: 0 auto 5px;
}



/* SEC05
------------------------------------------------------------*/
#sec05 p{
	margin-bottom: 5px;
}

.col2 li{
	display: inline-block;
	width: 100%;
	margin: 10px 0;
}




/* RESPONSIVE 設定
------------------------------------------------------------*/

@media only screen and (min-width: 1200px){
	.inner{
		width: 1024px;
	}
}

@media only screen and (min-width: 800px){
	body{
		font-size:16px;
	}
	
  a#menu{
		display:none;
	}	

	.panel{
		display:block !important;
	}

	#mainnav li{
		display: inline-block;
		padding: 20px 25px;
		font-size: 15px;
	}
	
	
	/* SEC03
	-----------------*/
	.col3{
		text-align: center;
	}

	.col3 li{
		display: inline-block;
		width: 28%;
		padding: 0 2.5% 0;/*初期値　0 2.5% 50px*/
		margin-bottom: 0;
		vertical-align: top;
		text-align: left;
	}
	
  #footer{
		padding: 30px 10px 70px 0;
	}
/*追加*/
#mainnav {
	background:#CCECCC;/*PCの時だけ背景色つける*/
}

	
}


@media only screen and (min-width: 641px){
	.col2 li{
		width: 55%;
		vertical-align: top;
	}
	.col2 li:first-child{
		width: 40%;
		padding-right: 4%;
	}
	
}

@media only screen and (max-width: 640px){
	.innerS{
		width: 94%;
		padding-bottom: 20px;
	}
	.col3 li{
		line-height: 1.7;
	}
	.col3 img{
		margin: 0 auto;
	}
	.col3 .img{
		/*padding: 30px;*/
		/*margin-bottom: 20px;*/
	}
	/*追加*/
	.col3 li p {
		margin-bottom:2em;
		}
	.col3 li .p-last {
		margin-bottom:0;
		}

		/**/


	#gallery li{
		float: none;
		width: 100%;
	}
	#map iframe{
		width: 96% !important;
		left: 2%;
	}
	#sec04_02{
		padding: 50px 20px;
	}
}

@media only screen and (max-width: 799px){
	#header{
		position: fixed;
		width: 100%;
		z-index: 500;
	}
	
	#headerWrap{
		position: relative;
		width: 100%;
		height: 70px;
		background: #fff;
		border-bottom: 1px solid #ccc;
	}
	
	#header h1{
		padding-top: 10px;
	}
	
	#header h1 img{
		margin-top: 3px;
		max-height: 45px;
		width: auto !important;
	}

  a#menu{
  	display: inline-block;
  	position: relative;
  	width: 40px;
  	height: 40px;
  	margin: 10px;
	}

	#menuBtn{
  	display: block;
  	position: absolute;
  	top: 60%;
  	left: 50%;
  	width: 18px;
  	height: 2px;
  	margin: -1px 0 0 -7px;
  	background: #000;
  	transition: .2s;
	}

	#menuBtn:before, #menuBtn:after{
  	display: block;
  	content: "";
  	position: absolute;
  	top: 50%;
  	left: 0;
  	width: 18px;
  	height: 2px;
  	background: #000;
  	transition: .3s;
	}

	#menuBtn:before{
  	margin-top: -7px;
	}

	#menuBtn:after{
  	margin-top: 5px;
	}

	a#menu .close{
  	background: transparent;
	}

	a#menu .close:before, a#menu .close:after{
  	margin-top: 0;
	}

	a#menu .close:before{
  	transform: rotate(-45deg);
  	-webkit-transform: rotate(-45deg);
	}

	a#menu .close:after{
  	transform: rotate(-135deg);
  	-webkit-transform: rotate(-135deg);
	}

	.panel{
		width: 100%;
		display: none;
		overflow: hidden;
		position: relative;
		left: 0;
		top: -17px;
		z-index: 100;
	}

	#mainnav{
		position: absolute;
		top: 0;
		width: 100%;
		text-align: right;
		z-index:500;
	}

	#mainnav ul{
		border-bottom: 1px solid #ccc;
		background: #fff;
		text-align: left;
	}

	#mainnav li a{
		position: relative;
		display:block;
		padding:15px 25px;
		border-bottom: 1px solid #ccc;
		color: #000;
		font-weight: 400;
	}

	#mainnav li a:before{
		display: block;
		content: "";
		position: absolute;
		top: 50%;
		left: 5px;
		width: 6px;
		height: 6px;
		margin: -4px 0 0 0;
		border-top: solid 2px #000;
		border-right: solid 2px #000;
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	#mainImg{
		padding-top: 60px;
		z-index: -100;
	}
	.col3 li{
		margin: 20px 0 0;
		display: block;
	}
	section{
		padding-top: 20px;
	}
	section h2{
	margin-bottom: 20px;
	padding-right: 0.25em;
	padding-left: 0.25em;
	}
	/*section h2 span {
		padding: 0 30px;
	}*/
	
/*追加
--------------------------------*/
	.headername {
	display: none !important;/*sp時非表示*/
}

section h3{
	text-align: center;
}

.col2 li{
	margin: 0;
}

.img_topmg {
	margin-top: 30px;
}
.img_bottommg {
	margin-bottom: 10px;
}
.img_topbottommg {
	margin-top: 25px;
	margin-bottom: 10px;
}
.img_bottompd {
	padding-bottom: 10px;
}

}






/*------------------------------------------------------------

　　　　　　　　　　　　　 追加設定

------------------------------------------------------------*/


/*全サイト共通ベース設定
------------------------------------------------------------*/

/*マウスオーバー　リンク透過*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}

/* パソコンで見たときは"pc"のclassがついた画像が表示される */
.pc { display: block !important; }
.sp { display: none !important; }
 
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 640px) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}

/*改行指定 */
.br-sp {
  display: none;
}
@media screen and (max-width: 1080px) {
  .br-pc {
    display: none;
  }
  .br-sp {
    display: inline-block;
  }
}

/*クリック発信*/
a#tel {
position: fixed;
width: 250px;
height: 44px;
text-align: center;
line-height: 44px;
left:50%;
bottom: 10px;
margin-left:-125px;
display: block;
background: rgba(118,118,118,.7);/*背景色変更*/
color: #fff;
text-align: center;
text-decoration: none;
border-radius: 10px;
z-index: 99;
margin-bottom: 10px;
}
a#tel:hover{
  background: rgba(118,118,118,.9);/*背景色変更*/
}
/*スマホのみ表示*/
@media screen and (min-width: 768px) {
a#tel {
display: none;
}
}
@media screen and (min-width:960px) {
a#tel {
display: none;
}
}

/*追従するトップへボタン　*/
#page_top{
	width: 50px;
	height: 50px;
	position: fixed;
	right: 0;
	bottom: 0;
	/*opacity: 0.6;*/
	background-color: #3cb371;/*リンクカラーに変更*/
	z-index: 500;
}
#page_top a{
  position: relative;
  display: block;
  width: 50px;
  height: 50px;
  text-decoration: none;
}
#page_top a::before{
	font-family: FontAwesome;
	content: '\f106';
	font-size: 30px;/*初期値25*/
	color: #fff;
	position: absolute;
	width: 25px;
	height: 50px;
	top: 0;
	bottom: 12px;/*アイコンセンター調整　初期値0*/
	right: 0;
	left: 0;
	margin: auto;
	text-align: center;
}
/*追加設定*/
#page_top a:hover {
background-color: #3cb371;/*サイトカラーに変更*/
}


/*リンクボタン　角丸*/
/*リンクボタン　角丸*/
.btn-radius {
  display: inline-block;
  padding: 7px 20px;
  border-radius: 25px;
  text-decoration: none;
  color: #FFF;
  background-color:#3cb371;
	border: 1px solid #3cb371;

}
.btn-radius:hover {
  color: #3cb371;
	border: 1px solid #3cb371;
	background-color: #FFFFFF;
}

/*リンクボタン　角あり*/
.btn-flat {
	position: relative;
	text-decoration: none;
	color: #FFFFFF;
	transition: .4s;
	background-color: #3cb371;/*サイトカラーに変更*/
	margin-top: 3em;
	margin-bottom: 3em;
	padding-top: 0.5em;
	padding-right: 2em;
	padding-bottom: 0.5em;
	padding-left: 2em;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #3cb371;
	display: inline-block;
}
.btn-flat:hover {
	background: #CCECCC;/*サイトカラーをベースに薄く*/
	color: #3cb371;
	border: 1px solid #3cb371;
}



/*このサイトのみ
------------------------------------------------------------*/

.headername {
	line-height: 1.5em;
	font-weight: 500;
}

.box_kakomi {
	padding: 0.5em 1em;
	margin: 1em 0 0;
	border: 2px solid #3cb371;/*線*/
	border-radius: 10px;
	background-color: #FFFFFF;
}
.box_kakomi p {
    margin: 0; 
    padding: 0;
}

.box_kakomi-year {
	border: 2px solid #3cb371;/*線*/
	border-radius: 10px;
	background-color: #FFFFFF;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-bottom: 0.5em;
}
.box_kakomi-year_right {
	border: 2px solid #3cb371;/*線*/
	border-radius: 10px;
	background-color: #FFFFFF;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
	margin-bottom: 0.5em;
	margin-right: 0.5em;
}
.box_kakomi-year p {
	margin: 0;
	padding: 0;
	text-align: left;
}

.box_kakomi-year .hr {
	border-left: solid 5px #3cb371;
	padding-top: 0.25em;
	padding-right: 0em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
}
.box_kakomi-year_right .hr {
	border-left: solid 5px #3cb371;
	padding-top: 0.25em;
	padding-right: 0em;
	padding-bottom: 0.25em;
	padding-left: 0.5em;
}
.box_kakomi-year .year {
	padding-right: 0.5em;
}
.box_kakomi-year_right .year {
	padding-right: 0.5em;
}


.p_bold {
	font-weight: 500;
}


.box_point {
	position: relative;
	border: solid 2px #3cb371;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 0em;
	margin-left: 0;
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 7px;
	padding-left: 10px;
	background-color: #FFF;
}

.box_point .box-title {
	position: absolute;
	display: inline-block;
	top: -2px;
	left: -2px;
	padding: 0 9px;
	height: 25px;
	line-height: 25px;
	font-size: 1em;
	background: #3cb371;
	color: #ffffff;
	font-weight: bold;
}
.box_point p {
    margin: 0; 
    padding: 0;
}

.txt_green {
	color: #3cb371;
	font-weight: 500;
	font-size: 1.7em;
	margin-top: 1em;
}
.point-txt {
	color: #3cb371;
	font-weight: 500;
	font-size: 1.2em;
	margin-top: 1em;
}
.coments {
	font-size: 0.7em;
}

#tokuchou {
}

#service {
}

/*spでは非表示*/
@media only screen and (max-width: 480px) {
   #page_top{
      display:none;
    }
}


/*ヘッダー画像にフィルターかける(不透明度)*/
.imgfilter {
    filter: opacity(80%);
}

/*園テーブル*/
/* table01 */
#table01 tr {
  border-bottom: 1px solid #3cb371;
}

#table01 th,
#table01 td {
  padding: 3% 5%;
  border: none;
}

#table01 th {
	width: 30%;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table01 th,
  #table01 td {
    width: 100%;
    display: block;
	padding: 2%;
  }

  #table01 th {
    width: 100%;
  }

  #table01 td {
    padding-top: 0;
  }
}

/* 点滅 */
.blinking{
	-webkit-animation:blink 1.5s ease-in-out infinite alternate;
    -moz-animation:blink 1.5s ease-in-out infinite alternate;
    animation:blink 1.5s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes blink{
    0% {opacity:0;}
    100% {opacity:1;}
}


/*メニューをページ下部に固定*/
#sp-fixed-menu{
   position: fixed;
   width: 100%;
   bottom: 0px;
   font-size: 0;
   opacity: 0.9;
   z-index: 99;
}

/*メニューを横並びにする*/
#sp-fixed-menu ul{
   display: flex;
   list-style: none;
   padding:0;
   margin:0;
   width:100%;
}

#sp-fixed-menu li{
justify-content: center;
align-items: center;
width: 50%;
margin: 0;
font-size: 16px;
font-weight: 500;
border-right: 1px solid #fff;
background: #ffa500;
line-height: 1.5;
}

/*右メニューのみ　区切り線なし*/
#sp-fixed-menu li:last-child{
   border-right: none;
}

/*ボタンを調整*/
#sp-fixed-menu li a{
   color: #fff;
   text-align: center;
   display:block;
   width: 100%;
   padding:10px 0;
}

/*一日の流れ
.table-day {
	margin-bottom: 0.5em;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.table-day .td-left {
	width: 30%;
	background-color: #3cb371;
	color: #FFF;
	text-align: center;
}
.table-day .td-right {
	width: 70%;
	background-color: #FFFFCC;
}
.table-day tr td {
	padding-top: 0.1em;
	padding-right: 0.5em;
	padding-bottom: 0.1em;
	padding-left: 0.5em;
}
*/
/*年間スケジュール
.table-year {
	margin-bottom: 0.5em;
	width: 100%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
*/



/*採用情報
----------------------*/

.box_saiyou {
	border-radius: 10px;/*角の丸み*/
	text-align: center;
	background-color: #3cb371;
	margin-top: 2em;
	margin-right: 0;
	margin-bottom: 2em;
	margin-left: 0;
	padding: 1em;
}
.box_saiyou p {
	margin: 0;
	padding: 0;
	color: #FF0;
	font-size: 1.5em;
}

.img-saiyou {
	width: 70%;
	margin-top: 1em;
	margin-bottom: 2em;
}

/* table02 */
#table02 tr {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}
#table02 {
	margin-top: 2em;
	margin-bottom: 2em;
}

#table02 th,
#table02 td {
  padding: 3% 5%;
  border-right:solid 1px #000;
}

#table02 th {
	width: 30%;
}

#table02 tr:last-child{
   border-bottom: none
}

#table02 th:last-child,
#table02 td:last-child{
  border: none;
}

/* sp */
@media only screen and (max-width: 480px) {
  #table02 th,
  #table02 td {
    width: 100%;
    display: block;
	padding: 2%;
  }

  #table02 th {
    width: 100%;
  }

  #table02 td {
    padding-top: 0;
  }
}


.ul01  {
	list-style-type: disc;
	margin-left: 20px;
	padding-left: 20px;
}
.li01  {
}
.tel {
	font-size: 2.5em;
	font-weight: 500;
	color: #3cb371;
	text-align: center;
	margin: 0px;
}
.saiyou-txt {
	text-align: center;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2em;
	margin-left: 0px;
}
.subimg {
	margin-bottom: 20px;
}


#line {
	margin-top: 2em;
}

#table-line {
	margin-right: auto;
	margin-left: auto;
	/*width: 100%;*/
}

@media only screen and (max-width: 800px){
  #table-line th,
  #table-line td {
    width: 100%;
    display: block;
	/*padding: 2%;*/
  }

  /*#table-line th {
    width: 100%;
  }*/

  #table-line td {
    padding-top: 0;
  }
}


.line-ttl {
	font-size: 1.5em;
	text-align: center;
	color: #3cb371;
	font-weight: 500;
}
.line-txt {
	text-align: center;
	font-weight: 500;
	margin-bottom: 1em;
}

/*アンダーライン*/
 .underline {
            background: linear-gradient(transparent 60%, yellow 30%);
            width: 350px;
          }
		  
/*お知らせ*/

.box-info {
	border: 2px solid #3CB371;
	border-radius: 8px;
	background-color: #FFF;
	margin-top: 2em;
}
.box-info .box-title {
	font-size: 1.2em;
	color: #FFF;
	letter-spacing: 0.05em;
	background-color: #3CB371;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
	text-align: center;
}
.box-info p {
    padding: 15px 20px;
    margin: 0;
}
#information {
}
dt {
	    /*左に寄せる*/
	    float: left ;
	    /*後続の左寄せを解除*/
	    clear: left ;
	margin-right: 0.5em;
}

dd {
	    float: left ;
	    margin-left: 1em ;
}


*, *:before, *:after {-moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box;}
.info {
	text-align: left;
	/*font-size: 1em;*/
	overflow: auto;
	width: 90%;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0.5em;
	margin-left: auto;
}
.info dl {
	padding-top: 0.5em;
	padding-right: 0;
	padding-bottom: 0.5em;
	padding-left: 0;
}
.info dt {padding-bottom: 0;width: 6em;}
@media screen and (min-width: 480px) {
.info dt {clear: left;float: left;}
.info dd {margin-left: 0.5em;}
}

/*協力施設テーブル*/
table{
  border-collapse: collapse;
  width: 100%;
}
.tb01 th,
.tb01 td{
  padding: 5px;
  border: solid 1px #ccc;
  text-align:center;
  box-sizing:border-box;
}
.tb01 th {
  background: #3CB371;
  color: #fff;
  
}
.tb01 td:first-child{
	width: 25%;
}
.tb01 td{
	width: 55%;
}
.tb01 td:last-child{
	width: 20%;
}

/*@media screen and (max-width: 640px) {
  .tb01 .head{
    display:none;
  }
  .tb01 {
    width: 100%;
  }
  table.tb01 td {
    display: block;
    width: 100%;
    border-bottom:none;
  }
  table.tb01 td:first-child{
    background: #3CB371;
    color:#fff;
    font-weight:bold;
  }
  .tb01 tr:last-child{
    border-bottom: solid 1px #ccc;
  }
}*/


