@charset "UTF-8";

/****************************************

	セッティング

*****************************************/
html, body, div, span, applet, object, iframe, strong,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, legend, caption,
tbody, tfoot, thead, table, label, tr, th, td,
figure{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	list-style:none;
}

img{
	vertical-align: bottom;
}

body{
	font-family:"Yu Gothic", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	background: #F8F3D3;
	-webkit-text-size-adjust: 100%;
}

a{color:#0000D0; text-decoration:underline;}
a:hover{color:#0000D0; text-decoration:none;}

a:link {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	transition: opacity 0.5s ease-out;
}

a:hover {
	opacity: 0.7;
	-webkit-opacity: 0.7;
	-moz-opacity: 0.7;
	filter: alpha(opacity=70);	/* IE lt 8 */
	-ms-filter: "alpha(opacity=70)"; /* IE 8 */
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

/* For modern browsers */
.clearfix:before,
.clearfix:after{
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after{
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.clearfix{
	zoom:1;
}



/****************************************

	サイズ調整

*****************************************/
.taL {text-align:left !important;}
.taC {text-align:center !important;}
.taR {text-align:right !important;}
.uLine {text-decoration: underline !important;}
.vaTop {vertical-align: top !important;}
.vaMid {vertical-align: middle !important;}
.vaBot {vertical-align: bottom !important;}

.mt05{margin-top:5px !important;}			.mt10{margin-top:10px !important;}
.mt15{margin-top:15px !important;}		.mt20{margin-top:20px !important;}
.mt25{margin-top:25px !important;}		.mt30{margin-top:30px !important;}
.mt35{margin-top:35px !important;}		.mt40{margin-top:40px !important;}
.mt45{margin-top:45px !important;}		.mt50{margin-top:50px !important;}

.mb05{margin-bottom:5px !important;}	.mb10{margin-bottom:10px !important;}
.mb15{margin-bottom:15px !important;}	.mb20{margin-bottom:20px !important;}
.mb25{margin-bottom:25px !important;}	.mb30{margin-bottom:30px !important;}
.mb35{margin-bottom:35px !important;}	.mb40{margin-bottom:40px !important;}
.mb45{margin-bottom:45px !important;}	.mb50{margin-bottom:50px !important;}
.mb55{margin-bottom:55px !important;}	.mb60{margin-bottom:60px !important;}
.mb65{margin-bottom:65px !important;}	.mb70{margin-bottom:70px !important;}
.mb75{margin-bottom:75px !important;}	.mb80{margin-bottom:80px !important;}
.mb85{margin-bottom:85px !important;}	.mb90{margin-bottom:90px !important;}
.mb95{margin-bottom:95px !important;}	.mb100{margin-bottom:100px !important;}

.ml05{margin-left:5px !important;}		.ml10{margin-left:10px !important;}
.ml15{margin-left:15px !important;}		.ml20{margin-left:20px !important;}
.ml25{margin-left:25px !important;}		.ml30{margin-left:30px !important;}
.ml35{margin-left:35px !important;}		.ml40{margin-left:40px !important;}
.ml45{margin-left:45px !important;}		.ml50{margin-left:50px !important;}

.mr05{margin-right:5px !important;}		.mr10{margin-right:10px !important;}
.mr15{margin-right:15px !important;}	.mr20{margin-right:20px !important;}
.mr25{margin-right:25px !important;}	.mr30{margin-right:30px !important;}
.mr35{margin-right:35px !important;}	.mr40{margin-right:40px !important;}
.mr45{margin-right:45px !important;}	.mr50{margin-right:50px !important;}

.pt05{padding-top:5px !important;}		.pt10{padding-top:10px !important;}
.pt15{padding-top:15px !important;}		.pt20{padding-top:20px !important;}
.pt25{padding-top:25px !important;}		.pt30{padding-top:30px !important;}
.pt35{padding-top:35px !important;}		.pt40{padding-top:40px !important;}
.pt45{padding-top:45px !important;}		.pt50{padding-top:50px !important;}
.pt65{padding-top:65px !important;}

.pb05{padding-bottom:5px !important;}		.pb10{padding-bottom:10px !important;}
.pb15{padding-bottom:15px !important;}	.pb20{padding-bottom:20px !important;}
.pb25{padding-bottom:25px !important;}	.pb30{padding-bottom:30px !important;}
.pb35{padding-bottom:35px !important;}	.pb40{padding-bottom:40px !important;}
.pb45{padding-bottom:45px !important;}	.pb50{padding-bottom:50px !important;}

.pl05{padding-left:5px !important;}		.pl10{padding-left:10px !important;}
.pl15{padding-left:15px !important;}	.pl20{padding-left:20px !important;}
.pl25{padding-left:25px !important;}	.pl30{padding-left:30px !important;}
.pl35{padding-left:35px !important;}	.pl40{padding-left:40px !important;}
.pl45{padding-left:45px !important;}	.pl50{padding-left:50px !important;}

.pr05{padding-right:5px !important;}	.pr10{padding-right:10px !important;}
.pr15{padding-right:15px !important;}	.pr20{padding-right:20px !important;}
.pr25{padding-right:25px !important;}	.pr30{padding-right:30px !important;}
.pr35{padding-right:35px !important;}	.pr40{padding-right:40px !important;}
.pr45{padding-right:45px !important;}	.pr50{padding-right:50px !important;}

.fs10{font-size:10px !important;}		.fs11{font-size:11px !important;}
.fs12{font-size:12px !important;}		.fs13{font-size:13px !important;}
.fs14{font-size:14px !important;}		.fs15{font-size:15px !important;}
.fs16{font-size:16px !important;}		.fs17{font-size:17px !important;}
.fs18{font-size:18px !important;}		.fs19{font-size:19px !important;}
.fs20{font-size:20px !important;}
.fs30{font-size:30px !important;}

.fB{font-weight:bold !important;}
.fwN{font-weight:normal !important;}

.lh12{line-height:1.2 !important;}		.lh13{line-height:1.3 !important;}
.lh14{line-height:1.4 !important;}		.lh15{line-height:1.5 !important;}
.lh16{line-height:1.6 !important;}		.lh17{line-height:1.7 !important;}
.lh18{line-height:1.8 !important;}		.lh19{line-height:1.9 !important;}
.lh20{line-height:2.0 !important;}

.fL{float:left;}
.fR{float:right;}
.clear{clear:both;}

@media screen and (min-width: 1000px){

.pc{display:block !important;}
.sp{display:none !important;}



/****************************************

	ヘッダー

*****************************************/
header{}
#header{
	position: relative;
}


.sliderArea {
  overflow: hidden;
}
.sliderWide {
  max-width: 100%;
  margin: 0 auto;
	overflow: hidden;
	position: relative;
}
.slider {
  width: 1080px;
  margin: 0 auto;
}
.slider .slick-list {
  overflow: visible;
}
.slider .slick-track {}
.slider .slick-slide {
  transition-duration: 0.3s;
}
.slider .slick-slide.slick-current {
  opacity: 1;
}
.slider .slick-slide a {
  display: block;
}
.slider .slick-slide a:hover {
  display: block;
  opacity: .7;
}
.slider img {
  height: auto;
  width: 100%;
}
#encil_btn{
	position: absolute;
	top: 2%;
	right: 14%;
	z-index: 1;
}


#header-logo{
	position: absolute;
	width: 100%;
	top: 0;
	background-image: url("../header-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 580px;
}
#header-logo h1{
	text-align: center;
}


#header-navi{
	width: 1000px;
	margin: 0 auto;
}
#header-navi ul{
	margin: 17px 0 40px 0;
}
#header-navi ul li{
	margin: 0 28px 0 0;
	float: left;
	transition: .3s;
	transform: rotate(0deg);
}
#header-navi ul li:last-child{
	margin: 0;
}
#header-navi ul li:hover {
  transform: rotate(10deg);
}
#header-navi p:first-child{
	margin-top: 8px;
	font-size: 0.9em;
	color: #cc9966;
	text-align: center;
}


#header-lower-logo{}
#header-lower-logo h1{
	text-align: center;
}


/*ヘッダー(SP)メニュー部分*/
#sp_gnavi{
	display: none;
}
/*ヘッダー(SP)開閉ボタン*/
#nav_toggle{
	display: none;
}



/****************************************

	共通

*****************************************/
.lower{
	background-image: url("../header-bg.png");
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 580px;
}



/****************************************

	フッター

*****************************************/
#contents-pagetop {
	background-image: url("../footer-bg01.png");
	background-repeat: repeat-x;
	background-position: left top;
	min-height: 260px;
}
#contents-pagetop-inner {
	width: 1000px;
	margin: 0 auto;
}
#contents-pagetop-inner-img {
	background-image: url("../footer-prt01.png");
	background-repeat: no-repeat;
	background-position: right top;
	width: 287px;
	height: 214px;
	margin: -175px -52px 0 auto;
}
#pagetop{
	float: right;
	padding: 216px 52px 0 0;
}



footer{}
#footer{
	background-image: url("../footer-bg02.png");
	background-position: left top;
	padding: 0 0 50px 0;
}

#footer-box{
	width: 1000px;
	margin: 0 auto 0 auto;
	background: #FFFFFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 40px;
}

#footer-contents{
	width: 370px;
	float: left;
	border-right: 2px dotted #ccc;
}
#footer-map{
	width: 500px;
	float: right;
}

#footer-logo p{
	padding: 0 0 15px 12px;
}
#footer-tel p{}
#footer-map p.map{
	text-align: center;
	padding: 0 0 15px 0;
}
#footer-map p.txt{
	color: #333;
	font-size: 15px;
	line-height: 1.2;
}

#footer-box02{
	width: 1000px;
	margin: 30px auto 0 auto;
}
#footer-policy{
	width: 620px;
	float: left;
}
#footer-link{
	width: 280px;
	float: right;
}

#footer-policy dl{
	border-top: 1px solid #006633;
	border-bottom: 1px solid #006633;
	padding: 10px 0;
}
#footer-policy dl dt{
	width: 155px;
	float: left;
	color: #006633;
	font-size: 14px;
	line-height: 1.2;
	margin: 0 10px 0 5px;
	border-right: 1px solid #006633;
}
#footer-policy dl dd{
	width: 440px;
	float: left;
	color: #006633;
	font-size: 14px;
	line-height: 1.2;
}


#footer-copyright{
	background: #18E1BB;
}
#footer-copyright p{
	text-align: center;
	padding: 8px 0 8px 0;
	color: #FFF;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.2;
	letter-spacing: 1px;
}



/****************************************

	home

*****************************************/
#top{}


#top-border {
	background-image: url("../../img/top-2box-bg01.png");
	background-repeat: repeat-x;
	background-position: left top;
	padding: 15px 0 0 0;
	position: relative;
}


.top-2box {
	display: flex;
	width: 100%;
	margin: -15px auto 0 auto;
}
.castory {
	flex-direction: row-reverse;
}
.top-introduction {
	width: 100%;
	background-image: url("../../img/introduction-img01.jpg");
	background-size: cover;
}
.castory .top-introduction {
	background-image: url("../../img/introduction-img02.jpg");
}
.top-support {
	width: 100%;
	background: #42C487;
}
.castory .top-support {
	background: #FF6699;
}
.top-support-inner {
	padding: 65px 50px 50px 50px;
	width: 500px;
}
.castory .top-support-inner {
	padding: 65px 50px 50px 50px;
	width: 500px;
	margin-left: auto;
}
.top-support-inner h2 {
	padding: 0 0 25px 0;
	text-align: center;
}
.top-support-inner-box {
	padding: 20px 0 20px 40px;
	border-top: 5px dotted #FFFFFF;
	border-bottom: 5px dotted #FFFFFF;
}
.top-support-inner-box p {
	color: #333;
	font-size: 16px;
	font-weight: bold;
	line-height: 1.7;
}
.top-support-inner-box p span {
	color: #fff;
}
.top-support-inner p.btn {
	padding: 25px 0 0 0;
	text-align: center;
}


#top-news {
	background: #fff;
	padding: 0 0 175px 0;
}
#top-news h2 {
	text-align: center;
	padding: 45px 0 10px 0;
}
#top-news > p:last-child{
	margin: 50px auto 0;
	text-align: center;
}
#top-news-box {
	width: 940px;
	margin: 0 auto;
}
#top-news-box-inner {
	height: 240px;
}



/****************************************

	kokoro

*****************************************/
#kokoro{}


#kokoro-greeting {
	width: 1000px;
	margin: 0 auto 70px auto;
	background: #FFFFFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 46px;
	border: 4px solid #B8D945;
}
#kokoro-greeting h2 {
	text-align: center;
	margin: 0 0 55px 0;
}
#kokoro-greeting h3 {
	border-top: 3px solid #B8D945;
	border-bottom: 3px solid #B8D945;
	margin: 0 0 25px 0;
	padding: 20px 20px 20px 65px;
	color: #008B58;
	font-size: 20px;
	line-height: 1.2;
	background-image: url("../../kokoro/img/ttl-bg01.jpg");
	background-repeat: no-repeat;
	background-position: left 10px top 10px;
}
#kokoro-greeting > p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 30px 25px 30px;
}

#kokoro-greeting-box01 {
	width: 900px;
	margin: 0 auto;
}
#kokoro-greeting-box01-contents {
	width: 450px;
	float: left;
}
#kokoro-greeting-box01-contents > p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 0 30px;
}
#kokoro-greeting-box01-image {
	width: 340px;
	float: right;
}


#kokoro-philosophy {
	width: 1000px;
	margin: 0 auto 70px auto;
	background: #FFFFFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 46px;
	border: 4px solid #B8D945;
}
#kokoro-philosophy h3 {
	border-top: 3px solid #B8D945;
	border-bottom: 3px solid #B8D945;
	margin: 0 0 25px 0;
	padding: 20px 20px 20px 65px;
	color: #008B58;
	font-size: 20px;
	line-height: 1.2;
	background-image: url("../../kokoro/img/ttl-bg01.jpg");
	background-repeat: no-repeat;
	background-position: left 10px top 10px;
}

#kokoro-philosophy ul {
	width: 515px;
	border-top: 1px dotted #663300;
	margin: 0 0 0 20px;
}
#kokoro-philosophy ul li {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	border-bottom: 1px dotted #663300;
	padding: 15px 15px 15px 28px;
	background-image: url("../../kokoro/img/philosophy-prt01.jpg");
	background-repeat: no-repeat;
	background-position: left top 17px;
}
#kokoro-philosophy p.image {
	margin: -159px 0 0 0;
	text-align: center;
}


#kokoro-policy {
	width: 1000px;
	margin: 0 auto 70px auto;
	background: #FFFFFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 46px;
	border: 4px solid #B8D945;
}
#kokoro-policy h3 {
	border-top: 3px solid #B8D945;
	border-bottom: 3px solid #B8D945;
	margin: 0 0 25px 0;
	padding: 20px 20px 20px 65px;
	color: #008B58;
	font-size: 20px;
	line-height: 1.2;
	background-image: url("../../kokoro/img/ttl-bg01.jpg");
	background-repeat: no-repeat;
	background-position: left 10px top 10px;
}
#kokoro-policy ul {
	width: 860px;
	margin: 0 auto;
}
#kokoro-policy ul li:nth-of-type(1) {
	width: 375px;
	float: left;
}
#kokoro-policy ul li:nth-of-type(2) {
	width: 463px;
	float: right;
	padding: 35px 0 0 0;
}
#kokoro-policy p.image {
	padding: 10px 0 0 0;
	text-align: center;
}


#kokoro-history {
	width: 1000px;
	margin: 0 auto 230px auto;
	background: #FFFFFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 46px;
	border: 4px solid #B8D945;
}
#kokoro-history h3 {
	border-top: 3px solid #B8D945;
	border-bottom: 3px solid #B8D945;
	margin: 0 0 25px 0;
	padding: 20px 20px 20px 65px;
	color: #008B58;
	font-size: 20px;
	line-height: 1.2;
	background-image: url("../../kokoro/img/ttl-bg01.jpg");
	background-repeat: no-repeat;
	background-position: left 10px top 10px;
}
#kokoro-history > p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 30px 25px 30px;
}
#kokoro-history > p:last-child {
	margin: 0;
}
#kokoro-history p.image {
	text-align: center;
}



/****************************************

	day_year

*****************************************/
#day_year{}


#day_year-day {
	width: 1000px;
	margin: 0 auto 70px auto;
	background: #FFFFFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 46px;
	border: 4px solid #B8D945;
}
#day_year-day h2 {
	text-align: center;
	margin: 0 0 55px 0;
}
#day_year-day h3 {
	border-top: 3px solid #B8D945;
	border-bottom: 3px solid #B8D945;
	margin: 0 0 25px 0;
	padding: 20px 20px 20px 65px;
	color: #008B58;
	font-size: 20px;
	line-height: 1.2;
	background-image: url("../../day_year/img/ttl-bg01.jpg");
	background-repeat: no-repeat;
	background-position: left 10px top 7px;
}
#day_year-day > p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 30px 25px 30px;
}

.day_year-day-box {
	width: 900px;
	margin: 0 auto 20px auto;
}
.day_year-day-box-contnets {
	width: 450px;
	float: left;
}

.day_year-day-box02 {
	width: 900px;
	margin: 0 auto 50px auto;
}
.day_year-day-box02-contnets02 {
	width: 705px;
	float: left;
}
.day_year-day-box02-contnets03 {
	width: 195px;
	float: left;
}


.day_year-day-box-contnets h4.title01 {
	line-height: 1;
	margin: 0 0 10px 65px;
}
.day_year-day-box-contnets p.txt01 {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 20px 65px;
}
.day_year-day-box-contnets p.image01 {
	margin: 0 0 0 30px;
}

.day_year-day-box-contnets h4.title02 {
	line-height: 1;
	margin: 0 0 10px 0;
}
.day_year-day-box-contnets p.txt02 {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 10px 0;
}
.day_year-day-box-contnets p.image02 {
	margin: -55px 0 0 80px;
}

.day_year-day-box-contnets h4.title03 {
	line-height: 1;
	margin: 0 0 10px 0;
}
.day_year-day-box-contnets p.txt03 {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 20px 0;
}
.day_year-day-box-contnets p.image03 {}

.day_year-day-box-contnets h4.title04 {
	line-height: 1;
	margin: 0 0 10px 115px;
}
.day_year-day-box-contnets p.txt04 {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 10px 115px;
}
.day_year-day-box-contnets p.image04 {
	margin: 0 0 0 60px;
}

.day_year-day-box-contnets h4.title05 {
	line-height: 1;
	margin: -90px 0 10px 155px;
}
.day_year-day-box-contnets p.txt05 {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 10px 155px;
}
.day_year-day-box-contnets p.image05 {}

.day_year-day-box-contnets h4.title06 {
	line-height: 1;
	margin: 0 0 10px 155px;
}
.day_year-day-box-contnets p.txt06 {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 10px 155px;
}
.day_year-day-box-contnets p.image06 {
	margin: 0 0 10px 100px;
}


.day_year-day-box02-contnets02 h4.title07 {
	line-height: 1;
	margin: 20px 0 10px 0;
}
.day_year-day-box02-contnets02 p.txt07 {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 10px 0;
}
.day_year-day-box02-contnets02 p.image07 {
	margin: -150px 0 10px 288px;
}

.day_year-day-box02-contnets03 h4.title08 {
	line-height: 1;
	margin: 105px 0 10px 0;
}
.day_year-day-box02-contnets03 p.txt08 {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 10px 0;
}


.day_year-day-box03 {
	width: 900px;
	margin: 0 auto;
	padding: 40px 0;
	background: #F7F2E2;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}
.day_year-day-box03 h4 {
	width: 200px;
	background: #CC6699;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 10px 30px;
	margin: 0 auto 25px auto;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
.day_year-day-box03-contnets {
	width: 450px;
	float: left;
}

.day_year-day-box03-contnets h5.title09 {
	line-height: 1;
	margin: 0 0 10px 60px;
}
.day_year-day-box03-contnets p.txt09 {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 50px 20px 60px;
}
.day_year-day-box03-contnets p.image09 {
	line-height: 1;
	margin: 0 0 0 35px;
}

.day_year-day-box03-contnets h5.title10 {
	line-height: 1;
	margin: 0 0 10px 95px;
}
.day_year-day-box03-contnets p.txt10 {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 0 20px 95px;
}
.day_year-day-box03-contnets p.image10 {
	line-height: 1;
	margin: 0 0 0 40px;
}


#day_year-year {
	width: 1000px;
	margin: 0 auto 230px auto;
	background: #FFFFFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 46px;
	border: 4px solid #B8D945;
}
#day_year-year h3 {
	border-top: 3px solid #B8D945;
	border-bottom: 3px solid #B8D945;
	margin: 0 0 25px 0;
	padding: 20px 20px 20px 65px;
	color: #008B58;
	font-size: 20px;
	line-height: 1.2;
	background-image: url("../../day_year/img/ttl-bg01.jpg");
	background-repeat: no-repeat;
	background-position: left 10px top 7px;
}


#day_year-year h4.type01{
	text-align: center;
	margin: 50px 0 30px 0;
}
#day_year-year h4.type02{
	text-align: center;
	margin: 0 0 30px 0;
}
#day_year-year h4.type03{
	text-align: center;
	margin: 0 0 30px 0;
}


#day_year-year-box01 {
	width: 800px;
	margin: 0 auto 30px auto;
	padding: 20px 0;
	background: #FFF0F0;
	border: 3px solid #FF6666;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	position: relative;
}
#day_year-year-box01 p.pic01 {
	position: absolute;
	top: -53px;
	left: 30px;
}
#day_year-year-box01 p.pic02 {
	position: absolute;
	bottom: 0;
	right: -24px;
}
#day_year-year-box01 h5 {
	width: 220px;
	float: left;
	border-right: 4px dotted #FF6666;
	min-height: 160px;
	text-align: center;
	padding: 70px 0 0 0;
	color: #FF6666;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
#day_year-year-box01 ul.type01 {
	width: 275px;
	float: left;
	padding: 10px 0 10px 50px;
}
#day_year-year-box01 ul.type01 li {
	color: #FF6666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	padding: 0 0 0 16px;
	position: relative;
	display: block;
}
#day_year-year-box01 ul.type01 li:before{
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #FFCCCC;
}
#day_year-year-box01 ul.type02 {
	width: 299px;
	float: left;
	padding: 10px 0 10px 50px;
}
#day_year-year-box01 ul.type02 li {
	color: #FF6666;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	padding: 0 0 0 16px;
	position: relative;
	display: block;
}
#day_year-year-box01 ul.type02 li:before{
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #FFCCCC;
}


#day_year-year-box01-image {
	width: 840px;
	margin: 0 auto 60px auto;
}
#day_year-year-box01-image ul {}
#day_year-year-box01-image ul li {
	width: 257px;
	float: left;
	margin: 0 34px 0 0;
}
#day_year-year-box01-image ul li:last-child {
	margin: 0;
}

#day_year-year-box01-image-sp {
	display: none;
}


#day_year-year-box02 {
	width: 800px;
	margin: 0 auto 30px auto;
	padding: 20px 0;
	background: #FFF0D1;
	border: 3px solid #FFCC66;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	position: relative;
}
#day_year-year-box02 p.pic01 {
	position: absolute;
	top: -90px;
	left: -10px;
}
#day_year-year-box02 p.pic02 {
	position: absolute;
	top: -19px;
	right: -6px;
}
#day_year-year-box02 p.pic03 {
	position: absolute;
	bottom: -9px;
	right: -3px;
}
#day_year-year-box02 h5 {
	width: 220px;
	float: left;
	border-right: 4px dotted #FF6633;
	min-height: 160px;
	text-align: center;
	padding: 70px 0 0 0;
	color: #FF6633;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
#day_year-year-box02 ul.type01 {
	width: 275px;
	float: left;
	padding: 10px 0 10px 50px;
}
#day_year-year-box02 ul.type01 li {
	color: #FF6633;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	padding: 0 0 0 16px;
	position: relative;
	display: block;
}
#day_year-year-box02 ul.type01 li:before{
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #FFCC66;
}
#day_year-year-box02 ul.type02 {
	width: 299px;
	float: left;
	padding: 10px 0 10px 50px;
}
#day_year-year-box02 ul.type02 li {
	color: #FF6633;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	padding: 0 0 0 16px;
	position: relative;
	display: block;
}
#day_year-year-box02 ul.type02 li:before{
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #FFCC66;
}


#day_year-year-box02-image {
	width: 840px;
	margin: 0 auto 60px auto;
}
#day_year-year-box02-image ul {}
#day_year-year-box02-image ul li {
	width: 257px;
	float: left;
	margin: 0 34px 0 0;
}
#day_year-year-box02-image ul li:last-child {
	margin: 0;
}

#day_year-year-box02-image-sp {
	display: none;
}


#day_year-year-box03 {
	width: 800px;
	margin: 0 auto 30px auto;
	padding: 20px 0;
	background: #E0F0FF;
	border: 3px solid #99CCFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	position: relative;
}
#day_year-year-box03 p.pic01 {
	position: absolute;
	top: -89px;
	left: -18px;
}
#day_year-year-box03 p.pic02 {
	position: absolute;
	bottom: -15px;
	right: -22px;
}
#day_year-year-box03 h5 {
	width: 220px;
	float: left;
	border-right: 4px dotted #6666CC;
	min-height: 160px;
	text-align: center;
	padding: 70px 0 0 0;
	color: #6666CC;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
}
#day_year-year-box03 ul.type01 {
	width: 275px;
	float: left;
	padding: 10px 0 10px 50px;
}
#day_year-year-box03 ul.type01 li {
	color: #6666CC;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	padding: 0 0 0 16px;
	position: relative;
	display: block;
}
#day_year-year-box03 ul.type01 li:before{
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #99CCFF;
}
#day_year-year-box03 ul.type02 {
	width: 299px;
	float: left;
	padding: 10px 0 10px 50px;
}
#day_year-year-box03 ul.type02 li {
	color: #6666CC;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
	padding: 0 0 0 16px;
	position: relative;
	display: block;
}
#day_year-year-box03 ul.type02 li:before{
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 11px;
	height: 11px;
	border-radius: 50%;
	background: #99CCFF;
}


#day_year-year-box03-image {
	width: 840px;
	margin: 0 auto;
}
#day_year-year-box03-image ul {
	margin: 0 0 30px 0;
}
#day_year-year-box03-image ul li {
	width: 257px;
	float: left;
	margin: 0 34px 0 0;
}
#day_year-year-box03-image ul li:last-child {
	margin: 0;
}

#day_year-year-box03-image-sp {
	display: none;
}


#day_year-year-box03-image p {
	color: #333;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.7;
}



/****************************************

	enter

*****************************************/
#enter{}


#enter-guide {
	width: 1000px;
	margin: 0 auto 70px auto;
	background: #FFFFFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 46px;
	border: 4px solid #B8D945;
}
#enter-guide h2 {
	text-align: center;
	margin: 0 0 25px 0;
}


#enter-guide-navi {
	position: relative;
	overflow: hidden;
	margin: 0 0 45px 0;
}
#enter-guide-navi ul {
	position: relative;
	left: 50%;
	float: left;
}
#enter-guide-navi ul li {
	position: relative;
	left: -50%;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 20px 0 0;
	border-right: 1px solid #66C782;
	line-height: 1;
}
#enter-guide-navi ul li:last-child {
	margin: 0;
	padding: 0;
	border-right: none;
}


#enter-guide h3 {
	border-top: 3px solid #B8D945;
	border-bottom: 3px solid #B8D945;
	margin: 0 0 25px 0;
	padding: 10px 20px 10px 75px;
	color: #008B58;
	font-size: 20px;
	line-height: 1.2;
	background-image: url("../../enter/img/ttl-bg01.jpg");
	background-repeat: no-repeat;
	background-position: left 10px top 0;
}
#enter-guide h3 span{
	font-size: 16px;
	display: block;
	line-height: 1.2;
}


#enter-guide h4 {
	border-bottom: 4px dotted #008B58;
	color: #008B58;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 10px 0;
	margin: 0 30px 20px 30px;
}


#enter-guide > p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 30px 25px 30px;
}
#enter-guide > p.type02 {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 30px 25px 30px;
}


#enter-guide table{
	width: calc(100% - 60px);
	margin: 0 auto;
	border-collapse: collapse;
}
#enter-guide table th{
	background: #66C782;
	padding: 12px;
	border-top: 1px solid #66C782;
	border-bottom: 1px solid #FFF;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
#enter-guide table tr:last-child th{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #66C782;
}
#enter-guide table td{
	background: #FFF;
	padding: 12px;
	border: 1px solid #66C782;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}


#enter-3yearsold {
	width: 1000px;
	margin: 0 auto 70px auto;
	background: #FFFFFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 46px;
	border: 4px solid #B8D945;
}
#enter-3yearsold h3 {
	border-top: 3px solid #B8D945;
	border-bottom: 3px solid #B8D945;
	margin: 0 0 25px 0;
	padding: 10px 20px 10px 75px;
	color: #008B58;
	font-size: 20px;
	line-height: 1.2;
	background-image: url("../../enter/img/ttl-bg01.jpg");
	background-repeat: no-repeat;
	background-position: left 10px top 0;
}
#enter-3yearsold h3 span{
	font-size: 16px;
	display: block;
	line-height: 1.2;
}


#enter-3yearsold h4 {
	border-bottom: 4px dotted #008B58;
	color: #008B58;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 10px 0;
	margin: 0 30px 20px 30px;
}


#enter-3yearsold table{
	width: calc(100% - 60px);
	margin: 0 auto;
	border-collapse: collapse;
}
#enter-3yearsold table th{
	background: #B8D945;
	padding: 12px;
	border-top: 1px solid #B8D945;
	border-bottom: 1px solid #FFF;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
#enter-3yearsold table tr:last-child th{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #B8D945;
}
#enter-3yearsold table td{
	background: #FFF;
	padding: 12px;
	border: 1px solid #B8D945;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}


#enter-3yearsold > p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 30px 25px 30px;
}
#enter-3yearsold > p.type02 {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 30px 25px 30px;
}



#enter-bus {
	width: 1000px;
	margin: 0 auto 230px auto;
	background: #FFFFFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 46px;
	border: 4px solid #B8D945;
}
#enter-bus h3 {
	border-top: 3px solid #B8D945;
	border-bottom: 3px solid #B8D945;
	margin: 0 0 25px 0;
	padding: 20px 20px 20px 75px;
	color: #008B58;
	font-size: 20px;
	line-height: 1.2;
	background-image: url("../../enter/img/ttl-bg01.jpg");
	background-repeat: no-repeat;
	background-position: left 10px top 0;
}
#enter-bus h3 span{
	font-size: 16px;
	display: block;
	line-height: 1.2;
}

#enter-bus > p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 30px 25px 30px;
}

#enter-bus-map {
	width: 630px;
	margin: 0 auto;
}
#enter-bus-map p.image{
	text-align: center;
}
#enter-bus-map p.txt{
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: -80px 0 0 0;
}
#enter-bus-map p.txt a{
	color: #333;
	text-decoration: none;
}
#enter-bus-map p.txt a:hover{
	color: #333;
	text-decoration: underline;
}



/****************************************

	support

*****************************************/
#support{}


#support-preschoolers {
	width: 1000px;
	margin: 0 auto 70px auto;
	background: #FFFFFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 46px;
	border: 4px solid #B8D945;
}
#support-preschoolers h2 {
	text-align: center;
	margin: 0 0 55px 0;
}
#support-preschoolers h3 {
	border-top: 3px solid #B8D945;
	border-bottom: 3px solid #B8D945;
	margin: 0 0 25px 0;
	padding: 20px 20px 20px 65px;
	color: #008B58;
	font-size: 20px;
	line-height: 1.2;
	background-image: url("../../support/img/ttl-bg01.jpg");
	background-repeat: no-repeat;
	background-position: left 10px top 9px;
}
#support-preschoolers h4 {
	border-bottom: 4px dotted #008B58;
	color: #008B58;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 10px 0;
	margin: 0 30px 20px 30px;
}

#support-preschoolers > p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 30px 25px 30px;
}
#support-preschoolers > p.type02 {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 30px 40px 30px;
}


.support-preschoolers-box {
	width: 840px;
	margin: 0 auto;
	position: relative;
}
.support-preschoolers-box-image {
	width: 260px;
	float: right;
	position: absolute;
	bottom: 0;
	right: 0;
}
.support-preschoolers-box-table {
	width: /*260*/300px;
	float: right;
	position: absolute;
	bottom: 46px;
	right: 0;
	font-size: 0.86em;
}
.support-preschoolers-box-table table{
	width: 100%;
	margin-top: 2px;
}
.support-preschoolers-box-table table th{
	padding: 3px 8px;
	background: #99CC00;
	color: #fff;
	border-radius: 30px;
}
.support-preschoolers-box-table table tr:first-child th{
	color: #666;
	background: none;
}
.support-preschoolers-box-table table td{
	padding: 3px 8px;
	border-bottom: 1px solid #DDD;
}

.support-preschoolers-box-contents {
	width: 520px;
	float: left;
}

.support-preschoolers-box-contents table{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
.support-preschoolers-box-contents table th{
	background: #66C782;
	padding: 12px;
	border-top: 1px solid #66C782;
	border-bottom: 1px solid #FFF;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
.support-preschoolers-box-contents table tr:last-child th{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #66C782;
}
.support-preschoolers-box-contents table td{
	background: #FFF;
	padding: 12px;
	border: 1px solid #66C782;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}


.support-preschoolers-box02 {
	width: 840px;
	margin: 0 auto 50px auto;
}
.support-preschoolers-box02 ul {}
.support-preschoolers-box02 ul li {
	width: 260px;
	float: left;
	margin: 0 30px 0 0;
}
.support-preschoolers-box02  ul li:last-child {
	margin: 0;
}


.support-preschoolers-box03 {
	width: 840px;
	margin: 0 auto;
}
.support-preschoolers-box03-tel {
	width: 400px;
	float: left;
}
.support-preschoolers-box03-tel p a {
	border: 1px solid #D52A31;
	padding: 30px 10px;
	text-align: center;
	display: block;
}
.support-preschoolers-box03-image {
	width: 362px;
	float: right;
}
.support-preschoolers-box03-image p {
	text-align: center;
}



#support-childcare {
	width: 1000px;
	margin: 0 auto 230px auto;
	background: #FFFFFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 46px;
	border: 4px solid #B8D945;
}
#support-childcare h3 {
	border-top: 3px solid #B8D945;
	border-bottom: 3px solid #B8D945;
	margin: 0 0 25px 0;
	padding: 10px 20px 10px 75px;
	color: #008B58;
	font-size: 20px;
	line-height: 1.2;
	background-image: url("../../support/img/ttl-bg01.jpg");
	background-repeat: no-repeat;
	background-position: left 10px top 9px;
}
#support-childcare h3 span{
	font-size: 16px;
	display: block;
	line-height: 1.2;
}

#support-childcare > p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 30px 25px 30px;
}
#support-childcare > p.type02 {
	color: #333;
	font-size: 14px;
	line-height: 1.5;
	margin: 0 30px 0 30px;
}


#support-childcare table{
	width: calc(100% - 60px);
	margin: 0 auto;
	border-collapse: collapse;
}
#support-childcare table th{
	background: #66C782;
	padding: 12px;
	border-top: 1px solid #66C782;
	border-bottom: 1px solid #FFF;
	text-align: left;
	vertical-align: middle;
	color: #fff;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.5;
}
#support-childcare table tr:last-child th{
	border-top: 1px solid #FFF;
	border-bottom: 1px solid #66C782;
}
#support-childcare table td{
	background: #FFF;
	padding: 12px;
	border: 1px solid #66C782;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
	line-height: 1.5;
}



/****************************************

	download

*****************************************/
#download{}


#download-file {
	width: 1000px;
	margin: 0 auto 230px auto;
	background: #FFFFFF;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
	padding: 46px;
	border: 4px solid #B8D945;
}
#download-file h2 {
	text-align: center;
	margin: 0 0 55px 0;
}
#download-file h3 {
	border-top: 3px solid #B8D945;
	border-bottom: 3px solid #B8D945;
	margin: 0 0 25px 0;
	padding: 20px 20px 20px 65px;
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	background-image: url("../../download/img/ttl-bg01.jpg");
	background-repeat: no-repeat;
	background-position: left 10px top 11px;
}


#download-file > p {
	color: #333;
	font-size: 16px;
	line-height: 1.5;
	margin: 0 30px 50px 30px;
}


#download-file ul {
	width: 380px;
	margin: 0 auto 20px auto;
}
#download-file ul li a {
	margin: 0 0 30px 0;
	border: 2px solid #33D0A9;
	background: #fff;
	color: #33D0A9;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	text-align: center;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	display: block;
	padding: 20px;
	text-decoration: none;
	background-image: url("../../download/img/file-prt01.gif");
	background-repeat: no-repeat;
	background-position: left 20px top 50%;
}
#download-file ul li a:hover {
	border: 2px solid #33D0A9;
	background: #33D0A9;
	color: #fff;
	background-image: url("../../download/img/file-prt02.gif");
	background-repeat: no-repeat;
	background-position: left 20px top 50%;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
