@charset "UTF-8";

@media screen and (max-width: 999px){
img{
max-width: 100%;
height: auto;
width /***/:auto;
}

.pc{display:none !important;}
.sp{display:block !important;}

body{
	overflow-x: visible;
}



/****************************************

	ヘッダー

*****************************************/
header {}
#header {
	position: relative;
}

#header::before {
	content: '';
	display: block;
	width: 140px;
	height: 74px;
	background-image: url("../header-bg01.png");
	background-repeat: no-repeat;
	background-position: left -15px;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 0;
}
#header::after {
	content: '';
	display: block;
	width: 140px;
	height: 74px;
	background-image: url("../header-bg02.png");
	background-repeat: no-repeat;
	background-position: left -15px;
	background-size: contain;
	position: absolute;
	top: 0;
	right: 0;
}


#header-contents {
	margin: 0 10px 35px 10px;
	position: relative;
}
#header-logo {
	text-align: center;
	padding: 30px 0 20px 0;
	position: relative;
	z-index: 5;
}
#header-logo img {
	height: 45px;
}

#header-btn {
	width: 251px;
	margin: 0 auto;
}
#header-btn ul {}
#header-btn ul li {
	float: left;
	margin: 0 10px 0 0;
}
#header-btn ul li:last-child {
	margin: 0;
}


#header-navi {
	margin: 0 10px;
}
#header-navi ul {
	margin: 0 0 20px 0;
}
#header-navi ul li {
	width: 25%;
	float: left;
}
#header-navi ul li:first-of-type {
	display: none;
}

#header-navi ul li a {
	text-decoration: none;
}

#header-navi ul li a p.navi-image {
	text-align: center;
}
#header-navi ul li a:hover p.navi-image {
	animation: bound01 3s ease infinite;
}
@keyframes bound01 {
	0% { transform:translateY(0) }
	5% { transform:translateY(0) }
	10% { transform:translateY(0) }
	20% { transform:translateY(-15px) }
	25% { transform:translateY(0) }
	30% { transform:translateY(-15px) }
	50% { transform:translateY(0) }
	100% { transform:translateY(0) }
}


#header-navi ul li p.navi-txt {
	text-align: center;
	color: #75461F;
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	padding: 15px 0 0 0;
}

#header-navi ul li:nth-child(2) {
	border-left: 2px dashed #75461F;
	border-right: 2px dashed #75461F;
}
#header-navi ul li:nth-child(3) {
	border-right: 2px dashed #75461F;
}
#header-navi ul li:nth-child(4) {
	border-right: 2px dashed #75461F;
}
#header-navi ul li:nth-child(5) {
	border-right: 2px dashed #75461F;
}



/****************************************

	フッター

*****************************************/
#pagetop{
	position: fixed;
	bottom: 15px;
	right: 20px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a{
	background-image: url("../pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	display: block;
	width: 45px;
	height: 67px;
}


footer{}
#footer{
	background-image: url("../footer-bg01.jpg");
	background-position: left top;
}

#footer-tel {
	text-align: center;
	padding: 35px 30px;
}

#footer-copyright{
	background: #FFBDB6;
}
#footer-copyright p{
	text-align: center;
	padding: 8px 0;
	color: #666;
	font-size: 10px;
	line-height: 1.2;
}



/****************************************

	共通

*****************************************/



/****************************************

	home

*****************************************/
#top{}


#top-visual {
	background-image: url("../../common/visual-bg01.png");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: contain;
	padding: 6% 0 0 0;
}
#top-visual-bg {
	background-image: url("../../common/visual-bg02.jpg");
	background-position: left top;
}

#sub-visual {}
#sub-visual-bg {
	background-image: url("../../common/subvisual-bg01.png");
	background-repeat: repeat-x;
	background-position: center top;
	height: 150px;
	background-size: cover;
}
#sub-visual-bg h2 {
	text-align: center;
	padding: 60px 0 0 0;
	color: #2B833F;
	font-size: 24px;
	font-weight: 700;
	line-height: 1.0;
}


.sliderArea {
  display: none;
}

.sliderArea-sp {
  max-width: 100%;
  margin: 0 auto;
  padding: 0;
}
.sliderArea-sp.w300 {
  max-width: 100;
}

.slick-slide {
	margin: 0;
	line-height: 0;
}
.slick-slide img {
  width: 100%;
  height: auto;
}
.slick-prev, .slick-next {
  z-index: 1;
}
.slick-prev:before, .slick-next:before {
  color: #000;
}

.slick-active {
  opacity: 1;
}
.slick-current {
  opacity: 1;
}
.thumb {
  margin: 20px 0 0;
}
.thumb .slick-slide {
  cursor: pointer;
}
.thumb .slick-slide:hover {
  opacity: .7;
}



#top-news {
	background: #FFFEF2;
}

#top-news-title {
	background-image: url("../../img/news-bg01.png");
	background-repeat: repeat-x;
	background-position: center top;
	background-size: cover;
}
#top-news-title h2 {
	width: 100%;
	margin: 0 auto;
	color: #E9613D;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding: 23px 0 25px 85px;
	position: relative;
}
#top-news-title h2::before {
	position: absolute;
	top: 0;
	left: 10px;
	content: '';
	display: block;
	width: 67px;
	height: 52px;
	background-image: url("../../img/news-prt01.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}

#top-news-box {
	margin: 0 10px;
}
#top-news-contents {
	width: 100%;
	padding: 10px 0 30px 0;
}
#top-news-contents ul {
	height: 215px;
	overflow: auto;
}
#top-news-contents ul li {
	color: #333;
	font-size: 16px;
	line-height: 1.4;
	padding: 15px 10px 15px 10px;
	border-bottom: 1px solid #E9613D;
}
#top-news-image {
	text-align: center;
}
#top-news-image p {
	text-align: center;
}
#top-news-image p img{
	height: 200px;
	margin: 0 0 -50px 0;
}




#top-childcare {
	background-image: url("../../img/childcare-bg01.png"),url("../../img/childcare-bg03.png");
	background-repeat: repeat-x,repeat-x;
	background-position: center top,center bottom;
	padding: 60px 0;
}
#top-childcare-bg {
	background-image: url("../../img/childcare-bg02.png");
	background-position: left top;
	position: relative;
}
#top-childcare-bg::after {
	display: none;
}
#top-childcare-inner {
	margin: 0 auto;
	position: relative;
}


#top-childcare-inner-bg01 {
	display: none;
}
#top-childcare-inner-bg02 {
	display: none;
}
#top-childcare-inner-bg03 {
	display: none;
}
#top-childcare-inner-bg05 {
	position: absolute;
	bottom: -20px;
	right: 0;
}
#top-childcare-inner-bg05 img {
	width: 46vw;
}
#top-childcare-inner-bg06 {
	display: none;
}


#top-childcare h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #75461F;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	margin: 25px 0 25px 0;
}
#top-childcare h2::before,
#top-childcare h2::after {
	content: '';
	width: 2px;
	height: 20px;
	background-color: #75461F;
	margin: 5px 0 0 0;
}
#top-childcare h2::before {
	margin-right: 25px;
	transform: rotate(-25deg)
}
#top-childcare h2::after {
	margin-left: 25px;
	transform: rotate(25deg)
}


.top-childcare-txt {
	color: #000;
	font-size: 16px;
	line-height: 2.0;
	margin: 0 10px;
	padding: 0 0 25px 0;
}

.top-childcare-image {
	text-align: center;
	margin: 0 10px;
	padding: 0 0 25px 0;
}


#top-childcare-bg ul {
	margin: 0 10px;
	position: relative;
	z-index: 5;
}
#top-childcare-bg ul li {
	float: left;
	width: 48%;
}
#top-childcare-bg ul li img {
	width: 100%;
}
#top-childcare-bg ul li:nth-of-type(1) {
	margin: 0 4% 30px 0;
}
#top-childcare-bg ul li:nth-of-type(2) {
	margin: 0 0 30px 0;
}
#top-childcare-bg ul li:nth-of-type(3) {
	margin: 0 4% 30px 0;
}
#top-childcare-bg ul li:nth-of-type(4) {
	width: 56%;
	margin: 0 0 30px -8%;
}
#top-childcare-bg ul li:nth-of-type(5) {
	margin: -58px 4% 0 0;
	clear: both;
}



#top-support {
	position: relative;
}
#top-support::before {
	position: absolute;
	bottom: -240px;
	left: -30px;
	content: '';
	display: block;
	width: 110px;
	height: 137px;
	background-image: url("../../img/support-prt02.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}

#top-support-inner {
	margin: 0 10px;
	position: relative;
}
#top-support-inner::before {
	position: absolute;
	top: -130px;
	left: -58px;
	content: '';
	display: block;
	width: 130px;
	height: 140px;
	background-image: url("../../img/support-prt01.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}
#top-support-inner::after {
	display: none;
}


#top-support h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #75461F;
	font-size: 24px;
	line-height: 1.2;
	text-align: center;
	margin: 50px 0 25px 0;
	position: relative;
	z-index: 5;
}
#top-support h2::before,
#top-support h2::after {
	content: '';
	width: 2px;
	height: 20px;
	background-color: #75461F;
	margin: 5px 0 0 0;
}
#top-support h2::before {
	margin-right: 25px;
	transform: rotate(-25deg)
}
#top-support h2::after {
	margin-left: 25px;
	transform: rotate(25deg)
}


.top-support-txt {
	color: #000;
	font-size: 16px;
	line-height: 2.0;
	padding: 0 0 20px 0;
}
.top-support-image {
	text-align: center;
	padding: 0 0 60px 0;
	position: relative;
	z-index: 5;
}



#top-access {
	position: relative;
	padding: 50px 0 0 0;
}
#top-access::before {
	display: none;
}

#top-access-bg {
	background: #D8EBF4;
  position: relative;
  margin: 150px 0 30px;
}
#top-access-bg:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 50vw 50px 50vw;
  border-color: transparent transparent #D8EBF4 transparent;
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
}

#top-access-inner {
	margin: 0 10px;
	position: relative;
	padding: 1px 0 0 0;
}
#top-access-inner::after {
	position: absolute;
	top: -8%;
	right: 0%;
	content: '';
	display: block;
	width: 50px;
	height: 65px;
	background-image: url("../../img/access-prt02.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}
#top-access-inner h2 {
	text-align: center;
	margin: -215px 0 0 0;
}
#top-access-inner h2 img {
	height: 145px;
}

#top-access-box {
	padding: 0 0 120px 0;
}
#top-access-map {
	text-align: center;
	margin: 0 20px 0 20px;
}
#top-access-contents {}

#top-access-map p {
	margin: 25% 0 0 0;
}
#top-access-contents h3 {
	color: #612E20;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 45px 0 10px 0;
}
#top-access-contents p.top-access-info {
	color: #5F2C1F;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding: 0 0 15px 0;
	border-bottom: 2px dashed #612E20;
}
#top-access-contents p.top-access-info a {
	color: #DC462B;
	text-decoration: none;
}

#top-access-contents p.top-access-guide {
	color: #5F2C1F;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	padding: 15px 0 15px 0;
	border-bottom: 2px dashed #612E20;
	position: relative;
}
#top-access-contents p.top-access-guide::after {
	position: absolute;
	bottom: -80px;
	left: 15px;
	content: '';
	display: block;
	width: 100px;
	height: 45px;
	background-image: url("../../img/access-prt03.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}




#top-photo {
	margin: 0 10px;
}
#top-photo h2 {
	display: flex;
	justify-content: center;
	align-items: center;
	color: #F35202;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
	margin: 50px 0 25px 0;
	position: relative;
	z-index: 5;
}
#top-photo h2::before,
#top-photo h2::after {
	content: '';
	width: 1px;
	height: 20px;
	background-color: #EA4D00;
}
#top-photo h2::before {
	margin-right: 20px;
	transform: rotate(-25deg)
}
#top-photo h2::after {
	margin-left: 20px;
	transform: rotate(25deg)
}

#top-photo p.btn {
	text-align: center;
	padding: 0 0 30px 0;
}
#top-photo p.policy {
	color: #663300;
	font-size: 14px;
	line-height: 1.4;
	padding: 0 0 30px 0;
}
#top-photo p.policy span {
	display: block;
	margin: 0 0 5px 0;
}



/****************************************

	life

*****************************************/
#life{}

#life-year {
	padding: 0 0 50px 0;
}


#life-year-bg01 {
	display: none;
}
#life-year-bg02 {
	display: none;
}
#life-year-bg03 {
	display: none;
}


#life-year-inner {
	margin: 0 10px;
}

#life-year-title {
	background-image: url("../../common/pagettl-bg01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	margin: 0 0 45px 0;
}
#life-year-title:before {
	position: absolute;
	bottom: 7px;
	left: 12px;
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	background-image: url("../../common/pagettl-bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#life-year-title h2 {
	text-align: center;
	color: #74461F;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	padding: 30px 0 25px 0;
}


#life-year-one {
	padding: 0 0 50px 0;
}
#life-year-one h3 {
	text-align: center;
	padding: 0 0 20px 0;
}
#life-year-one ul {}
#life-year-one ul li {
	margin: 0 0 20px 0;
}
#life-year-one ul li:nth-of-type(2n) {}
#life-year-one ul li p.image {
	text-align: center;
	line-height: 1.0;
	padding: 0 0 10px 0;
}
#life-year-one ul li h4 {
	color: #58B230;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 10px 5px 10px;
}
#life-year-one ul li p.txt {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
	padding: 0 10px 0 10px;
}


#life-year-two {
	padding: 0 0 50px 0;
}
#life-year-two h3 {
	text-align: center;
	padding: 0 0 20px 0;
}
#life-year-two ul {}
#life-year-two ul li {
	margin: 0 0 20px 0;
}
#life-year-two ul li:nth-of-type(3n) {}
#life-year-two ul li p.image {
	text-align: center;
	line-height: 1.0;
	padding: 0 0 10px 0;
}
#life-year-two ul li h4 {
	color: #58B230;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 10px 5px 10px;
}
#life-year-two ul li p.txt {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
	padding: 0 10px 0 10px;
}


#life-year-three {
	padding: 0;
}
#life-year-three h3 {
	text-align: center;
	padding: 0 0 20px 0;
}
#life-year-three ul {}
#life-year-three ul li {
	margin: 0 0 20px 0;
}
#life-year-three ul li:nth-of-type(3n) {}
#life-year-three ul li p.image {
	text-align: center;
	line-height: 1.0;
	padding: 0 0 10px 0;
}
#life-year-three ul li h4 {
	color: #58B230;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 10px 5px 10px;
}
#life-year-three ul li p.txt {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
	padding: 0 10px 0 10px;
}


#life-day {
	background-image: url("../../common/subpage-box-bg01.png"),url("../../common/subpage-box-bg03.png");
	background-repeat: repeat-x,repeat-x;
	background-position: center top,center bottom;
	padding: 60px 0;
}
#life-day-bg {
	background-image: url("../../common/subpage-box-bg02.png");
	background-position: left top;
	position: relative;
}


#life-day-bg01 {
	position: absolute;
	top: -100px;
	right: 0;
}
#life-day-bg01 img {
	width: 22vw;
}
#life-day-bg02 {
	position: absolute;
	bottom: -90px;
	left: 0px;
}
#life-day-bg02 img {
	width: 20vw;
}

#life-day-inner {
	margin: 0 10px;
}


#life-day-title {
	background-image: url("../../common/pagettl-bg01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	margin: 0 0 45px 0;
}
#life-day-title:before {
	position: absolute;
	bottom: 7px;
	left: 12px;
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	background-image: url("../../common/pagettl-bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#life-day-title h2 {
	text-align: center;
	color: #74461F;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	padding: 20px 0 25px 0;
}


#life-day-box {}
#life-day-box ul {}
#life-day-box ul li{}
#life-day-box ul li:nth-of-type(1){
	text-align: center;
	padding: 0 0 20px 0;
}
#life-day-box ul li:nth-of-type(1) img{
	height: 174px;
}
#life-day-box ul li:nth-of-type(2){
	text-align: center;
	padding: 0 0 20px 0;
}
#life-day-box ul li:nth-of-type(2) img{
	height: 174px;
}
#life-day-box ul li:nth-of-type(3){
	text-align: center;
	padding: 0 0 20px 0;
}
#life-day-box ul li:nth-of-type(3) img{
	height: 237px;
}
#life-day-box ul li:nth-of-type(4){
	text-align: center;
	padding: 0 0 20px 0;
}
#life-day-box ul li:nth-of-type(4) img{
	height: 174px;
}
#life-day-box ul li:nth-of-type(5){
	text-align: center;
	padding: 0 0 20px 0;
}
#life-day-box ul li:nth-of-type(5) img{
	height: 174px;
}
#life-day-box ul li:nth-of-type(6){
	text-align: center;
	padding: 0 0 20px 0;
}
#life-day-box ul li:nth-of-type(6) img{
	height: 174px;
}
#life-day-box ul li:nth-of-type(7){
	text-align: center;
	padding: 0 0 20px 0;
}
#life-day-box ul li:nth-of-type(7) img{
	height: 174px;
}



#life-features {
	padding: 0 0 60px 0;
	position: relative;
}
#life-features-inner {
	margin: 0 10px;
	position: relative;
	z-index: 5;
}

#life-features-title {
	background-image: url("../../common/pagettl-bg01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	margin: 0 0 25px 0;
}
#life-features-title:before {
	position: absolute;
	bottom: 7px;
	left: 12px;
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	background-image: url("../../common/pagettl-bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#life-features-title h2 {
	text-align: center;
	color: #74461F;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	padding: 50px 0 25px 0;
}

#life-features-inner ul {}
#life-features-inner ul li:nth-of-type(1) {
	margin: 0 0 20px 0;
}
#life-features-inner ul li:nth-of-type(2) {
	margin: 0 0 20px 0;
}
#life-features-inner ul li:nth-of-type(3) {
	margin: 0 0 20px 0;
}

#life-features-inner ul li p.image {
	text-align: center;
	line-height: 1.0;
	padding: 0 0 10px 0;
}
#life-features-inner ul li h4 {
	color: #58B230;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 10px 5px 10px;
}
#life-features-inner ul li p.txt {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
	padding: 0 10px 0 10px;
}



/****************************************

	enter

*****************************************/
#enter{}

#enter-recruitment {
	padding: 0 0 60px 0;
	position: relative;
}
#enter-recruitment-bg01 {
	display: none;
}
#enter-recruitment-inner {
	margin: 0 10px;
}


#enter-recruitment-title {
	background-image: url("../../common/pagettl-bg01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	margin: 0 0 25px 0;
}
#enter-recruitment-title:before {
	position: absolute;
	bottom: 7px;
	left: 12px;
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	background-image: url("../../common/pagettl-bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#enter-recruitment-title h2 {
	text-align: center;
	color: #74461F;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	padding: 30px 0 25px 0;
}


#enter-recruitment-inner02 {}
#enter-recruitment-inner02 h3 {
	color: #73461F;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 0 20px 50px;
	position: relative;
}
#enter-recruitment-inner02 h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 40px;
	height: 37px;
	background-image: url("../../common/subttl-bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}

#enter-recruitment-inner02 table{
	width: 100%;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
}
#enter-recruitment-inner02 table th{
	background: #DCF09F;
	padding: 5px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#enter-recruitment-inner02 table td{
	background: #FFF;
	padding: 5px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}

#enter-recruitment-inner02 p {
	color: #000000;
	font-size: 14px;
	line-height: 1.7;
}



#enter-fee {
	background-image: url("../../common/subpage-box-bg01.png"),url("../../common/subpage-box-bg03.png");
	background-repeat: repeat-x,repeat-x;
	background-position: center top,center bottom;
	padding: 60px 0;
}
#enter-fee-bg {
	background-image: url("../../common/subpage-box-bg02.png");
	background-position: left top;
	position: relative;
}

#enter-fee-bg01 {
	display: none;
}
#enter-fee-bg02 {
	display: none;
}
#enter-fee-bg03 {
	display: none;
}

#enter-fee-inner {
	margin: 0 10px;
}

#enter-fee-inner h3 {
	color: #73461F;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 0 20px 50px;
	position: relative;
}
#enter-fee-inner h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 40px;
	height: 37px;
	background-image: url("../../common/subttl-bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}

#enter-fee-inner h4 {
	color: #73461F;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 10px 0;
}

#enter-fee-inner table{
	width: 100%;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
}
#enter-fee-inner table th{
	background: #DCF09F;
	padding: 5px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#enter-fee-inner table td{
	background: #FFF;
	padding: 5px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#enter-fee-inner table td.type01{
	background: #DCF09F;
	text-align: center;
}


#enter-fee-inner table.type01{
	width: 100%;
	margin: 0 0 15px 0;
	border-collapse: collapse;
}
#enter-fee-inner table.type01 th{
	background: #DCF09F;
	padding: 5px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#enter-fee-inner table.type01 td{
	background: #FFF;
	padding: 5px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#enter-fee-inner table.type01 td.type01{
	background: #DCF09F;
	text-align: center;
}

#enter-fee-inner p.type01 {
	color: #000000;
	font-size: 14px;
	line-height: 1.7;
}
#enter-fee-inner p.type02 {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
}
#enter-fee-inner p.image {
	text-align: center;
}



#enter-extracurricular {
	padding: 50px 0 60px 0;
	position: relative;
}
#enter-extracurricular-bg01 {
	display: none;
}
#enter-extracurricular-inner {
	margin: 0 10px;
}

#enter-extracurricular-title {
	background-image: url("../../common/pagettl-bg01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	margin: 0 0 25px 0;
}
#enter-extracurricular-title:before {
	position: absolute;
	bottom: 7px;
	left: 12px;
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	background-image: url("../../common/pagettl-bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#enter-extracurricular-title h2 {
	text-align: center;
	color: #74461F;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 25px 0;
}

.enter-extracurricular-inner02 {}
.enter-extracurricular-inner02 h3 {
	color: #73461F;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 0 20px 50px;
	position: relative;
}
.enter-extracurricular-inner02 h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 40px;
	height: 37px;
	background-image: url("../../common/subttl-bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}

.enter-extracurricular-inner02 p.type01 {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
}
.enter-extracurricular-inner02 p.btn a {
	width: 90%;
	margin: 0 auto 50px auto;
	display: block;
	text-align: center;
	padding: 10px;
	color: #fff;
	background: #FF9999;
	-moz-border-radius: 50px;
	-webkit-border-radius: 50px;
	-ms-border-radius: 50px;
	border-radius: 50px;
	text-decoration: none;
	position: relative;
}
.enter-extracurricular-inner02 p.btn a::after {
	position: absolute;
	z-index: 5;
	top: 22px;
	right: 20px;
	content: '';
	display: block;
	width: 8px;
	height: 13px;
	background-image: url("../../enter/img/extracurricular-prt01.png");
	background-repeat: no-repeat;
	background-position: left top;
}

.enter-extracurricular-inner02 table{
	width: 100%;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
}
.enter-extracurricular-inner02 table th{
	background: #DCF09F;
	padding: 5px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
.enter-extracurricular-inner02 table td{
	background: #FFF;
	padding: 5px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}

.enter-extracurricular-inner02 table.type01{
	width: 100%;
	margin: 0 0 15px 0;
	border-collapse: collapse;
}
.enter-extracurricular-inner02 table.type01 th{
	background: #DCF09F;
	padding: 5px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
.enter-extracurricular-inner02 table.type01 td{
	background: #FFF;
	padding: 5px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}



/****************************************

	support

*****************************************/
#support{}

#support-kids {
	padding: 0 0 60px 0;
	position: relative;
}
#support-kids-bg01 {
	display: none;
}
#support-kids-bg02 {
	display: none;
}
#support-kids-bg03 {
	display: none;
}


#support-kids-inner {
	margin: 0 10px;
}


#support-kids-title {
	background-image: url("../../common/pagettl-bg01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	margin: 0 0 25px 0;
}
#support-kids-title:before {
	position: absolute;
	bottom: 7px;
	left: 12px;
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	background-image: url("../../common/pagettl-bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#support-kids-title h2 {
	text-align: center;
	color: #74461F;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	padding: 30px 0 25px 0;
}


#support-kids-inner02 {}
#support-kids-inner02 p.type01 {
	color: #000000;
	font-size: 14px;
	line-height: 1.7;
}
#support-kids-inner02 p.type02 {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
}

#support-kids-inner02 h3 {
	color: #73461F;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 0 20px 50px;
	position: relative;
}
#support-kids-inner02 h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 40px;
	height: 37px;
	background-image: url("../../common/subttl-bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}


#support-kids-inner02 ul {
	margin: -10px 0 0 0;
}
#support-kids-inner02 ul li {
	margin: 0 0 30px 0;
	text-align: center;
}


#support-kids-inner02 table{
	width: 100%;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
}
#support-kids-inner02 table th{
	background: #DCF09F;
	padding: 5px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#support-kids-inner02 table td{
	background: #FFF;
	padding: 5px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}

#support-kids-inner02 table.type01{
	width: 100%;
	margin: 0 auto 15px auto;
	border-collapse: collapse;
}
#support-kids-inner02 table.type01 th{
	background: #DCF09F;
	padding: 5px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#support-kids-inner02 table.type01 td{
	background: #FFF;
	padding: 5px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#support-kids-inner02 table.type01 td.type01{
	background: #DCF09F;
	text-align: center;
}

#support-kids-inner02 p.tel a {
	display: block;
	width: 100%;
	margin: -20px auto 50px auto;
	border: 3px solid #FF3366;
	background: #fff;
	padding: 10px;
	text-align: center;
	color: #FF3366;
	font-size: 12px;
	line-height: 1.4;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
}
#support-kids-inner02 p.tel span {
	font-size: 24px;
	font-weight: 700;
}

#support-kids-inner02 p.illustration {
	text-align: center;
}



#support-playmate {
	background-image: url("../../common/subpage-box-bg01.png"),url("../../common/subpage-box-bg03.png");
	background-repeat: repeat-x,repeat-x;
	background-position: center top,center bottom;
	padding: 60px 0;
}
#support-playmate-bg {
	background-image: url("../../common/subpage-box-bg02.png");
	background-position: left top;
	position: relative;
}

#support-playmate-bg01 {
	display: none;
}

#support-playmate-inner {
	margin: 0 10px;
}
#support-playmate-inner02 {}


#support-playmate-title {
	background-image: url("../../common/pagettl-bg01.png");
	background-repeat: repeat-x;
	background-position: left bottom;
	position: relative;
	margin: 0 0 25px 0;
}
#support-playmate-title:before {
	position: absolute;
	bottom: 7px;
	left: 12px;
	content: '';
	display: block;
	width: 30px;
	height: 24px;
	background-image: url("../../common/pagettl-bg02.png");
	background-repeat: no-repeat;
	background-position: left top;
}
#support-playmate-title h2 {
	text-align: center;
	color: #74461F;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 25px 0;
}
#support-playmate-title h2 span {
	font-size: 14px;
}

#support-playmate-inner02 p.type01 {
	color: #000000;
	font-size: 14px;
	line-height: 1.7;
}
#support-playmate-inner02 p.type02 {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
}


#support-playmate-inner02 h3 {
	color: #73461F;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 0 20px 50px;
	position: relative;
}
#support-playmate-inner02 h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 40px;
	height: 37px;
	background-image: url("../../common/subttl-bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}

#support-playmate-inner02 table{
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
#support-playmate-inner02 table th{
	background: #DCF09F;
	padding: 5px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#support-playmate-inner02 table td{
	background: #FFF;
	padding: 5px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}



#support-daycare {
	padding: 40px 0 60px 0;
}
#support-daycare-inner {
	margin: 0 10px;
}

#support-daycare-inner h3 {
	color: #73461F;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.2;
	padding: 10px 0 20px 50px;
	position: relative;
}
#support-daycare-inner h3:before {
	position: absolute;
	top: 0;
	left: 0;
	content: '';
	display: block;
	width: 40px;
	height: 37px;
	background-image: url("../../common/subttl-bg01.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
}

#support-daycare-inner p.type01 {
	color: #000000;
	font-size: 14px;
	line-height: 1.7;
}
#support-daycare-inner p.type02 {
	color: #000000;
	font-size: 16px;
	line-height: 1.7;
}


#support-daycare-inner table{
	width: 100%;
	margin: 0 auto 30px auto;
	border-collapse: collapse;
}
#support-daycare-inner table th{
	background: #DCF09F;
	padding: 5px;
	border-top: 1px dotted #807C6D;
	border-bottom: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#support-daycare-inner table td{
	background: #FFF;
	padding: 5px;
	border: 1px dotted #807C6D;
	border-right: none;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
}


#support-daycare-inner table.type01{
	width: 100%;
	margin: 0 auto 20px auto;
	border-collapse: collapse;
}
#support-daycare-inner table.type01 th{
	background: #DCF09F;
	padding: 5px;
	border: 1px dotted #807C6D;
	border-left: none;
	border-right: 1px dotted #807C6D;
	font-weight: 400;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.4;
	text-align: center;
}
#support-daycare-inner table.type01 th span{
	font-size: 12px;
}
#support-daycare-inner table.type01 th:last-of-type{
	border-right: none;
}
#support-daycare-inner table.type01 td{
	background: #FFF;
	padding: 5px;
	border: 1px dotted #807C6D;
	border-left: none;
	border-right: 1px dotted #807C6D;
	vertical-align: middle;
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	text-align: center;
}
#support-daycare-inner table td:last-of-type{
	border-right: none;
}



/****************************************

	download

*****************************************/
#download{}

#download-info {
	padding: 35px 0 0 0;
}

#download-info-bg01 {
	display: none;
}
#download-info-bg02 {
	display: none;
}

#download-info-inner {
	margin: 0 10px;
}

#download-info-inner p.type01 {
	color: #000;
	font-size: 16px;
	line-height: 1.7;
	margin: 0 0 50px 0;
}

#download-info-inner h2 {
	color: #72461F;
	font-size: 18px;
	line-height: 1.2;
	border-bottom: 1px solid #72461F;
	padding: 0 0 10px 0;
	margin: 0 0 20px 0;
}

#download-info-inner ul {
	margin: 0 0 40px 0;
}
#download-info-inner ul li {}
#download-info-inner ul li a {
	display: block;
	margin: 0 10px 20px 10px;
	border: 3px solid #66CC99;
	background: #fff;
	padding: 20px 20px 20px 80px;
	color: #333333;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	text-decoration: none;
	position: relative;
}
#download-info-inner ul li:nth-of-type(2n) a {}
#download-info-inner ul li a::before {
	position: absolute;
	top: 15px;
	left: 30px;
	content: '';
	display: block;
	width: 29px;
	height: 36px;
	background-image: url("../../download/img/download-pdf.png");
	background-repeat: no-repeat;
	background-position: left top;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
