@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;}



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

	ヘッダー

*****************************************/
header {}

#header {
	width: 100%;
	background: #FFFDE8;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 100;
	padding: 0 0 7px 0;
	background: #FFFDE8 url("../border01-sp.png") repeat-x bottom left;
}
#header-inner {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: center; /* 子要素を中央揃え */
	position: relative;
}

.header-recruit-box {
	display: none;
}


#header-logo {
	padding: 15px 0 15px 0;
	z-index: 5;
}
#header-logo h1 {}
#header-logo h1 img {
	height: 55px;
}

#header-btn {
	display: none;
}

#header-navi {
	display: none;
}


/*ヘッダー(SP)メニュー部分*/
#sp_gnavi{
	display: none;
	position: absolute;
	top: 62px;
	background: #99CC00;
	left: 0;
	right: 0;
	z-index: 200;
	width: calc(100% - 30px);
	margin: 15px auto 0 auto;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-ms-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #fff;
}
#sp_gnavi ul{
	display: block;
	margin: 0 15px;
}
#sp_gnavi ul li{
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: 700;
	position: relative;
	width: 100%;
}
#sp_gnavi ul li:last-of-type{
	border-bottom: none;
}
#sp_gnavi ul li a{
	display: block;
	color: #fff;
	text-decoration: none;
	padding: 10px 0;
	background-image: url("../arrow01.png");
	background-repeat: no-repeat;
	background-position: right 10px top 50%;
}

/*ヘッダー(SP)開閉ボタン*/
#nav_toggle{
	display: block;
	width: 45px;
	height: 45px;
	position: absolute;
	top: 22px;
	right: 10px;
	z-index: 100;
	float: right;
	cursor: pointer;
}
#nav_toggle p {}



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

	フッター

*****************************************/
#pagetop{
	position: fixed;
	bottom: 30px;
	right: 20px;
	font-size: 77%;
	z-index: 9999;
}
#pagetop a{
	background-image: url("../pagetop.png");
	background-repeat: no-repeat;
	background-position: left top;
	display: block;
	width: 50px;
	height: 92px;
	background-size: 100%;
	animation: img_move 3s linear infinite;
	transform-origin: 50% 50%;
}

@keyframes img_move {
  0% {
    transform: translateY(0);
  }
  33.33333% {
    transform: translateY(-10px);
  }
  66.66667% {
    transform: translateY(0);
  }
  100% {
    transform: translateY(0);
  }
}


footer{}

#footer {
	padding: 7px 0 0 0;
	background: url("../border01-sp.png") repeat-x top left,
	url("../footer-bg01.gif") repeat-x top center;
	background-size: auto, cover;
}
#footer-inner {
	margin: 0 10px;
	padding: 60px 0 200px 0;
}

#footer-box {
	background: #fff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	padding: 30px 20px 20px 20px;
	margin: 0 0 40px 0;
	position: relative;
}
#footer-box::before {
	content:url("../footer-prt01-sp.png");
	position: absolute;
	top: -50px;
	left: -15px;
	line-height: 1;
	display: inline-block;
	transform: scale(0.7);
}
#footer-box::after {
	content:url("../footer-prt02-sp.png");
	position: absolute;
	bottom: -30px;
	right: 5px;
	line-height: 1;
	display: inline-block;
	transform: scale(0.8);
}

#footer-box h2 {
	text-align: center;
	padding: 0 0 15px 0;
}
#footer-box h2 img {
	height: 56px;
}
#footer-box p.address {
	text-align: center;
	color: #73461F;
	font-size: 14px;
	line-height: 1.2;
	padding: 0 0 15px 0;
}

#footer-box-inner {
	border: 3px solid #8ABC3F;
	padding: 20px;
	background: #fff;
	width: 100%;
	margin: 0 auto;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	text-align: center;
}
#footer-box-inner p.txt {
	color: #666;
	font-size: 16px;
	line-height: 1.2;
	padding: 0 0 10px 0;
}
#footer-box-inner p.tel a {
	color: #8ABA3F;
	font-size: 25px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 10px 26px;
	background-image: url("../footer-tel.png");
	background-repeat: no-repeat;
	background-position: top 5px left;
	display: inline-block;
	text-decoration: none;
	background-size: 15px;
}
#footer-box-inner p.time {
	color: #333;
	font-size: 13px;
	line-height: 1.2;
}

#footer-snappark {
	text-align: center;
	padding: 0 0 30px 0;
}
#footer-policy p {
	text-align: center;
	color: #666;
	font-size: 14px;
	line-height: 1.8;
}
#footer-policy p span {
	font-weight: 700;
}

#footer-copyright {
	margin: -150px 0 0 0;
	background: url("../footer-copyright-bg01.png") repeat-x bottom left;
}
#footer-copyright p.image {
	text-align: center;
	line-height: 1.0;
	padding: 0 0 10px 0;
}
#footer-copyright p.image img {
	width: 200px;
}
#footer-copyright p.txt {
	text-align: center;
	color: #fff;
	font-size: 11px;
	line-height: 1.2;
	padding: 0 0 15px 0;
}



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

	home

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


#mainvisual {
	display: none;
}


#mainvisual-sp {
	margin-top: 92px;
	position: relative;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	text-align: center;
}
#mainvisual-sp .slideframe {
	position: relative;
	/* (画像の高さ / 画像の横幅) × 100 */
	padding-bottom: 65.20833333333333%;
	overflow: hidden;
}
#mainvisual-sp .slideframe li {
	display: none;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#mainvisual-sp .slideframe li img {
	width: 100%;
	height: auto;
}


#top-news {
	padding: 7px 0 0 0;
	background: url("../border01-sp.png") repeat-x top left,
	url("../../img/news-bg01.gif") repeat-x top center;
	background-size: auto, cover;
}
#top-news-inner {
	background: url("../../img/news-bg-prt05-sp.png") no-repeat bottom center,
	url("../../img/news-bg-prt04-sp.png") no-repeat bottom 18px right,
	url("../../img/news-bg-prt03-sp.png") no-repeat top 18px right,
	url("../../img/news-bg-prt02-sp.png") no-repeat bottom left,
	url("../../img/news-bg-prt01-sp.png") no-repeat top left -20px;
	background-size: 150px, 80px, 140px, 100px, 120px;
}
#top-news-box {
	margin: 0 10px;
	padding: 120px 0 125px 0;
}

#top-news-box-bg {
	background: url("../../img/news-bg02.jpg") repeat top left;
	box-shadow: 0px 0px 5px 0px rgba(10,10,10,0.2);
	padding: 20px;
	position: relative;
}
#top-news-box-bg::before {
	content: url("../../img/news-bg-prt14.png");
	position: absolute;
	top: -125px;
	left: -20px;
	right: 0;
	margin: 0 auto;
	line-height: 1;
	display: inline-block;
	transform: scale(0.75);
	text-align: center;
}
#top-news-box-bg02 {
	background: #fff;
	min-height: 390px;
	box-shadow: 0px 0px 5px 0px rgba(10,10,10,0.2);
	padding: 20px;
}
#top-news-box-bg02 h2 {
	text-align: center;
	margin: 10px 0 5px 0;
}
#top-news-box-bg02 h2 img {
	height: 45px;
}
#top-news-contents ul {
	height: 280px;
	overflow: auto;
}
#top-news-contents ul li {
	color: #333;
	font-size: 16px;
	line-height: 1.2;
	padding: 24px 0 24px 0;
	border-bottom: 2px dashed #FFB819;
}
#top-news-contents iframe {
	width: 100%;
	height: 280px;
}


#top-bnrarea {
	padding: 7px 0 0 0;
	background: url("../border01-sp.png") repeat-x top left,
	url("../../img/bnrarea-bg01.jpg") repeat top left;
	background-size: auto, auto;
}
#top-bnrarea-inner {
	margin: 0 10px;
	padding: 60px 0 60px 0;
}
#top-bnrarea-inner ul {}
#top-bnrarea-inner ul li {
	width: 100%;
	margin: 0 0 40px 0;
}
#top-bnrarea-inner ul li:last-of-type {
	margin: 0;
}

#top-bnrarea-inner ul li h2 {
	text-align: center;
	margin: 0 0 10px 0;
}
#top-bnrarea-inner ul li p {
	text-align: center;
	color: #333;
	font-size: 16px;
	line-height: 1.2;
}


#top-fun {
	padding: 7px 0 0 0;
	background: url("../../img/fu-bg-prt02-sp.png") no-repeat top 7px right,
	url("../../img/fu-bg-prt01-sp.png") no-repeat top 7px left,
	url("../border01-sp.png") repeat-x top left;
	background-size: 120px, 120px, auto;
}
#top-fun-inner {
	margin: 0 10px;
}
#top-fun-inner h2 {
	text-align: center;
	color: #FB8275;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 15px 0;
	margin: 60px 0 50px 0;
	background-image: url("../ttl-bg01.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}

#top-fun-box01 {
	margin: 0 0 60px 0;
}
#top-fun-box01-image {
	margin: 0 0 15px 0;
	text-align: center;
}
#top-fun-box01-contents {}

#top-fun-box02 {
	margin: 0 0 60px 0;
}
#top-fun-box02-image {
	margin: 0 0 15px 0;
	text-align: center;
}
#top-fun-box02-contents {}

#top-fun-box01-contents h3,
#top-fun-box02-contents h3 {
	color: #A5714C;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 12px 0;
	margin: 0 0 15px 0;
	border-bottom: 7px dotted #FF9900;
}
#top-fun-box01-contents p.txt,
#top-fun-box02-contents p.txt {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 20px 0;
}
#top-fun-box01-contents p.btn,
#top-fun-box02-contents p.btn {
	text-align: center;
}
#top-fun-box01-contents p.btn a,
#top-fun-box02-contents p.btn a {
	background-image: url("../../img/fun-bg01.png");
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	display: inline-block;
	width: 240px;
	margin: 0 auto;
	min-height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 18px 0 0 0;
	text-decoration: none;
	box-shadow: 0px 0px 5px 0px rgba(10,10,10,0.2);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}


#top-thinking {
	padding: 7px 0 0 0;
	background: url("../../img/thinking-bg-prt04.png") repeat-x bottom left,
	url("../../img/thinking-bg-prt01-sp.png") no-repeat bottom center,
	url("../../img/fu-bg-prt02-sp.png") no-repeat top 7px right,
	url("../../img/fu-bg-prt01-sp.png") no-repeat top 7px left,
	url("../border01-sp.png") repeat-x top left;
	background-size: auto, 300px, 120px, 120px, auto;
}
#top-thinking-inner {
	margin: 0 10px;
}
#top-thinking-inner h2 {
	text-align: center;
	color: #FB8275;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	padding: 0 0 15px 0;
	margin: 60px 0 50px 0;
	background-image: url("../ttl-bg01.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}

#top-thinking-box01 {}
#top-thinking-box01-enter {
	padding: 0 0 40px 0;
}
#top-thinking-box01-hutaba {
	padding: 0 0 250px 0;
}

#top-thinking-box01-hutaba p.image,
#top-thinking-box01-enter p.image {
	text-align: center;
}
#top-thinking-box01-hutaba p.image img,
#top-thinking-box01-enter p.image img {
	width: 100%;
}
#top-thinking-box01-enter p.link a {
	background: #71BB90;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	padding: 15px;
	display: block;
	text-decoration: none;
	background-image: url("../../img/thinkin-prt01.png");
	background-repeat: no-repeat;
	background-position: right 20px center;
}
#top-thinking-box01-hutaba p.txt,
#top-thinking-box01-enter p.txt {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	padding: 15px 0 0 0;
}

#top-thinking-box01-hutaba p.link a {
	background: #FA8174;
	text-align: center;
	color: #fff;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	padding: 15px;
	display: block;
	text-decoration: none;
	background-image: url("../../img/thinkin-prt01.png");
	background-repeat: no-repeat;
	background-position: right 20px center;
}


#top-access-link {
	margin: -85px 0 0 0;
	padding: 85px 0 0 0;
}
#top-access {
	padding: 7px 0 0 0;
	background: url("../../img/access-bg-prt01.png") no-repeat bottom 60px center,
	#fff url("../border01-sp.png") repeat-x top left;
}
#top-access-inner {
	margin: 0 10px;
	padding: 50px 0 80px 0;
}
#top-access-inner h2 {
	text-align: center;
	padding: 0 0 30px 0;
}
#top-access-inner h2 img {
	height: 90px;
}

#top-access-box01 {
	margin: 0 auto;
}
#top-access-map {
	margin: 0 0 30px 0;
	text-align: center;
}
#top-access-contents {}
.top-access-contents-box {
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
	padding: 15px 0;
}
.top-access-contents-box h3 {
	color: #333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8;
}
.top-access-contents-box p {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}
.top-access-contents-box p a {
	color: #333;
	text-decoration: none;
}
.top-access-contents-comment {
	text-align: center;
}

.top-access-contents-train {
	border-bottom: 1px solid #333333;
	padding: 15px 0;
	margin: 0 0 50px 0;
}
.top-access-contents-train p {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}



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

	about

*****************************************/
#about{}


#about-visual {
	margin-top: 92px;
	background: url("../subvisual-bg01.jpg") repeat-x top center;
	background-size: cover;
}
#about-visual h2 {
	text-align: center;
	padding: 35px 0 45px 0;
	line-height: 1;
}


#about-goal {}
#about-goal-inner {
	margin: 0 10px;
	padding: 50px 0 60px 0;
}
#about-goal-inner h2 {
	color: #72461F;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 25px 0;
	margin: 0 0 40px 0;
	background-image: url("../ttl-bg01.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}
#about-goal-inner h3 {
	text-align: center;
	color: #F98073;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 30px 0;
}

#about-goal-box {}
#about-goal-box ul {}
#about-goal-box ul li {
	width: 292px;
	margin: 0 auto 30px auto;
	background-image: url("../../about/img/goal-bg01.png");
	background-repeat: repeat-x;
	background-position: bottom left;
	min-height: 323px;
	text-align: center;
}
#about-goal-box ul li:last-of-type {
	margin: 0 auto;
}

#about-goal-box ul li p.goal-number {
	color: #FA8174;
	font-size: 40px;
	font-weight: 700;
	text-align: center;
	width: 63px;
	height: 63px;
	line-height: 63px;
	border-radius: 50%;
	background-color: #fff;
	margin: 60px auto 20px auto;
	display: inline-block;
}
#about-goal-box ul li p.goal-txt {
	text-align: center;
	color: #333;
	font-size: 18px;
	line-height: 1.8;
}


#about-greetings {}
#about-greetings-inner {
	margin: 0 10px;
	padding: 0 0 60px 0;
}
#about-greetings-inner h2 {
	color: #72461F;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 25px 0;
	margin: 0 0 30px 0;
	background-image: url("../ttl-bg01.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}

#about-greetings-box {}
#about-greetings-box-contents {}
#about-greetings-box-contents p {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 25px 0;
}
#about-greetings-box-image {
	text-align: center;
}


#about-history {}
#about-history-inner {
	margin: 0 10px;
	padding: 0 0 60px 0;
}
#about-history-inner h2 {
	color: #72461F;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 25px 0;
	margin: 0 0 30px 0;
	background-image: url("../ttl-bg01.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}

#about-history-box {}
#about-history-box-contents {}
#about-history-box-contents p {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 25px 0;
}
#about-history-box-image {
	text-align: center;
}



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

	feature

*****************************************/
#feature{}


#feature-visual {
	margin-top: 92px;
	background: url("../subvisual-bg01.jpg") repeat-x top center;
	background-size: cover;
}
#feature-visual h2 {
	text-align: center;
	padding: 35px 0 45px 0;
	line-height: 1;
}


#feature-charm {
	background: #DAF4FF;
}
#feature-charm-inner {
	margin: 0 10px;
	padding: 25px 0 100px 0;
}
#feature-charm-inner h2 {
	text-align: center;
	margin: 0 10px 30px 10px;
}


#feature-charm-box01 {
	margin: 0 0 50px 0;
}
#feature-charm-box01-contents {}
#feature-charm-box01-contents p.txt {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 25px 0;
}
#feature-charm-box01-contents h3 {
	background-image: url("../../feature/img/charm-prt01.png");
	background-repeat: no-repeat;
	background-position: top left;
	color: #339933;
	font-size: 18px;
	line-height: 1.5;
	padding: 20px 0 0 100px;
	margin: 0 0 15px 0;
	min-height: 121px;
}
#feature-charm-box01-image {
	text-align: center;
}

#feature-charm-box02 {
	margin: 0 0 50px 0;
}
#feature-charm-box02-contents {}
#feature-charm-box02-contents p.txt {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 25px 0;
}
#feature-charm-box02-contents h3 {
	background-image: url("../../feature/img/charm-prt02.png");
	background-repeat: no-repeat;
	background-position: top left;
	color: #0095E5;
	font-size: 18px;
	line-height: 1.5;
	padding: 20px 0 0 100px;
	margin: 0 0 15px 0;
	min-height: 121px;
}
#feature-charm-box02-image {
	text-align: center;
}

#feature-charm-box03 {
	margin: 0 0 50px 0;
}
#feature-charm-box03-contents {}
#feature-charm-box03-contents p.txt {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 25px 0;
}
#feature-charm-box03-contents h3 {
	background-image: url("../../feature/img/charm-prt03.png");
	background-repeat: no-repeat;
	background-position: top left;
	color: #FF6699;
	font-size: 18px;
	line-height: 1.5;
	padding: 20px 0 0 100px;
	margin: 0 0 15px 0;
	min-height: 121px;
}
#feature-charm-box03-contents h4 {
	color: #FF6699;
	font-size: 18px;
	line-height: 1.5;
	margin: 0 0 15px 0;
}
#feature-charm-box03-image {
	text-align: center;
}

#feature-charm-box04 {
	margin: 0 0 50px 0;
}
#feature-charm-box04-contents {}
#feature-charm-box04-contents p.txt {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 25px 0;
}
#feature-charm-box04-contents h3 {
	background-image: url("../../feature/img/charm-prt04.png");
	background-repeat: no-repeat;
	background-position: top left;
	color: #CC66CC;
	font-size: 18px;
	line-height: 1.5;
	padding: 20px 0 0 100px;
	margin: 0 0 15px 0;
	min-height: 121px;
}
#feature-charm-box04-image {
	text-align: center;
}

#feature-charm-box05 {
	margin: 0 0 50px 0;
}
#feature-charm-box05-contents {}
#feature-charm-box05-contents p.txt {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 25px 0;
}
#feature-charm-box05-contents h3 {
	background-image: url("../../feature/img/charm-prt05.png");
	background-repeat: no-repeat;
	background-position: top left;
	color: #FF9900;
	font-size: 18px;
	line-height: 1.5;
	padding: 20px 0 0 100px;
	margin: 0 0 15px 0;
	min-height: 121px;
}
#feature-charm-box05-image {
	text-align: center;
}

#feature-charm-box06 {
	margin: 0;
}
#feature-charm-box06-contents {}
#feature-charm-box06-contents p.txt {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 25px 0;
}
#feature-charm-box06-contents h3 {
	background-image: url("../../feature/img/charm-prt06.png");
	background-repeat: no-repeat;
	background-position: top left;
	color: #999900;
	font-size: 18px;
	line-height: 1.5;
	padding: 20px 0 0 100px;
	margin: 0 0 15px 0;
	min-height: 121px;
}
#feature-charm-box06-image {
	text-align: center;
}



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

	life

*****************************************/
#life{}


#life-visual {
	margin-top: 92px;
	background: url("../subvisual-bg01.jpg") repeat-x top center;
	background-size: cover;
}
#life-visual h2 {
	text-align: center;
	padding: 35px 0 45px 0;
	line-height: 1;
}


#life-day {}
#life-day-inner {
	margin: 0 10px;
	padding: 50px 0 50px 0;
}
#life-day-inner h2 {
	color: #72461F;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 25px 0;
	margin: 0 0 40px 0;
	background-image: url("../ttl-bg01.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}


#life-day-box {
	display: none;
}


.life-day-spbox {
	background-image: url("../../life/img/day-bg01.gif");
	background-repeat: repeat-y;
	background-position: top left 35px;
}
.life-day-spbox-nobg{
	background-image: none;
	margin: 0 0 50px 0;
}
.life-day-sptime {
	width: 70px;
	float: left;
}
.life-day-spcontents {
	width: calc(100% - 85px);
	float: right;
}

.life-day-sptime p {
	color: #fff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	width: 70px;
	height: 70px;
	line-height: 60px;
	border-radius: 50%;
	background-color: #99CCFF;
	border: 5px solid #FFFDE8;
}
.life-day-spcontents h3 {
	color: #72461F;
	font-size: 18px;
	line-height: 1.2;
	padding: 20px 0 5px 0;
}
.life-day-spcontents p.txt {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 10px 0;
}
.life-day-spcontents p.image {
	text-align: center;
	line-height: 1;
	margin: 0 0 10px 0;
}
.life-day-spcontents p.image img {
	width: 100%;
}


#life-day-box02 {
	background-image: url("../../life/img/day-bg02.gif");
	background-repeat: repeat;
	background-position: top left;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	padding: 10px;
}
#life-day-box02-inner {
	background: #F5F8D6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	padding: 20px;
}
#life-day-box02-inner h3 {
	color: #72461F;
	font-size: 18px;
	line-height: 1.4;
	padding: 0 0 20px 0;
}
#life-day-box02-inner h3 span {
	background: linear-gradient(transparent 50%, #FFFE8F 0%);
}

#life-day-box02-list {}
#life-day-box02-list ul {}
#life-day-box02-list ul li {
	margin: 0 0 20px 0;
}
#life-day-box02-list ul li:last-of-type {
	margin: 0;
}

#life-day-box02-list ul li p.image {
	text-align: center;
	margin: 0 0 10px -15px;
}
#life-day-box02-list ul li p.txt {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
}


#life-schedule {}
#life-schedule-inner {
	margin: 0 10px;
	padding: 0 0 50px 0;
}
#life-schedule-inner h2 {
	color: #72461F;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 25px 0;
	margin: 0 0 40px 0;
	background-image: url("../ttl-bg01.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}


#life-schedule-1st {
	margin: 0 0 30px 0;
}
#life-schedule-1st-list {
	border: 5px solid #F6F8F9;
	background: #fff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	padding: 20px;
	margin: 55px 0 20px 0;
}
#life-schedule-1st-list h3 {
	margin: -85px 0 20px -10px;
}
.life-schedule-1st-listbox {
	margin: 0 0 20px 0;
}
.life-schedule-1st-listbox-month {
	width: 55px;
	float: left;
}
.life-schedule-1st-listbox-month p {
	color: #FF9999;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 3px 0 0 0;
}
.life-schedule-1st-listbox-item {
	width: calc(100% - 55px);
	float: left;
}
.life-schedule-1st-listbox-item ul li {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 0 20px;
	position: relative;
	display: block;
}
.life-schedule-1st-listbox-item ul li:before{
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #FF9999;
}


#life-schedule-1st-image {}
#life-schedule-1st-image ul {}
#life-schedule-1st-image ul li {
	width: 49%;
	float: left;
	margin: 0 2% 20px 0;
}
#life-schedule-1st-image ul li:nth-of-type(2n) {
	margin: 0 0 20px 0;
}

#life-schedule-1st-image ul li p.image {
	text-align: center;
	margin: 0 0 5px 0;
}
#life-schedule-1st-image ul li p.image img {
	width: 100%;
}
#life-schedule-1st-image ul li p.txt {
	color: #72461F;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}


#life-schedule-2nd {
	margin: 0 0 30px 0;
}
#life-schedule-2nd-list {
	border: 5px solid #F6F8F9;
	background: #fff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	padding: 20px;
	margin: 55px 0 20px 0;
}
#life-schedule-2nd-list h3 {
	margin: -85px 0 20px -10px;
}
.life-schedule-2nd-listbox {
	margin: 0 0 20px 0;
}
.life-schedule-2nd-listbox-month {
	width: 55px;
	float: left;
}
.life-schedule-2nd-listbox-month p {
	color: #F7AC07;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 3px 0 0 0;
}
.life-schedule-2nd-listbox-item {
	width: calc(100% - 55px);
	float: left;
}
.life-schedule-2nd-listbox-item ul li {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 0 20px;
	position: relative;
	display: block;
}
.life-schedule-2nd-listbox-item ul li:before{
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #F7AC07;
}

#life-schedule-2nd-image {}
#life-schedule-2nd-image ul {}
#life-schedule-2nd-image ul li {
	width: 49%;
	float: left;
	margin: 0 2% 20px 0;
}
#life-schedule-2nd-image ul li:nth-of-type(2n) {
	margin: 0 0 20px 0;
}

#life-schedule-2nd-image ul li p.image {
	text-align: center;
	margin: 0 0 5px 0;
}
#life-schedule-2nd-image ul li p.image img {
	width: 100%;
}
#life-schedule-2nd-image ul li p.txt {
	color: #72461F;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}


#life-schedule-3rd {}
#life-schedule-3rd-list {
	border: 5px solid #F6F8F9;
	background: #fff;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	-ms-border-radius: 25px;
	border-radius: 25px;
	padding: 20px;
	margin: 55px 0 20px 0;
}
#life-schedule-3rd-list h3 {
	margin: -85px 0 20px -10px;
}
.life-schedule-3rd-listbox {
	margin: 0 0 20px 0;
}
.life-schedule-3rd-listbox-month {
	width: 55px;
	float: left;
}
.life-schedule-3rd-listbox-month p {
	color: #6699CC;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 3px 0 0 0;
}
.life-schedule-3rd-listbox-item {
	width: calc(100% - 55px);
	float: left;
}
.life-schedule-3rd-listbox-item ul li {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 0 20px;
	position: relative;
	display: block;
}
.life-schedule-3rd-listbox-item ul li:before{
	position: absolute;
	content: '';
	top: 8px;
	left: 0;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: #6699CC;
}

#life-schedule-3rd-image {}
#life-schedule-3rd-image ul {}
#life-schedule-3rd-image ul li {
	width: 49%;
	float: left;
	margin: 0 2% 20px 0;
}
#life-schedule-3rd-image ul li:nth-of-type(2n) {
	margin: 0 0 20px 0;
}

#life-schedule-3rd-image ul li p.image {
	text-align: center;
	margin: 0 0 5px 0;
}
#life-schedule-3rd-image ul li p.image img {
	width: 100%;
}
#life-schedule-3rd-image ul li p.txt {
	color: #72461F;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.2;
}



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

	enter

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


#enter-visual {
	margin-top: 92px;
	background: url("../subvisual-bg01.jpg") repeat-x top center;
	background-size: cover;
}
#enter-visual h2 {
	text-align: center;
	padding: 35px 0 45px 0;
	line-height: 1;
}


#enter-navi {
	background: #fff;
}
#enter-navi-inner {
	margin: 0 10px;
}
#enter-navi-inner ul {
	padding: 15px 0 15px 0;
}
#enter-navi-inner ul li {}
#enter-navi-inner ul li a {
	background-image: url("../../enter/img/prt01.png");
	background-repeat: no-repeat;
	background-position: top 6px left;
	background-size: 12px;
	margin: 0 20px 0 0;
	padding: 5px 0 5px 20px;
	display: block;
	color: #73461F;
	font-size: 13px;
	line-height: 1.2;
	text-decoration: none;
	float: left;
}
#enter-navi-inner ul li a:hover {
	color: #3F64CF;
}
#enter-navi-inner ul li:last-of-type a {
	margin: 0;
}


#enter-essentials {
	margin: -72px 0 0 0;
	padding: 72px 0 0 0;
}
#enter-essentials-inner {
	margin: 0 10px;
	padding: 50px 0 50px 0;
}
#enter-essentials-inner h2 {
	color: #72461F;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 25px 0;
	margin: 0 0 30px 0;
	background-image: url("../ttl-bg01.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}

#enter-essentials-inner table {
	width: 100%;
	margin: 0 auto 50px auto;
	border-collapse: collapse;
}
#enter-essentials-inner table th {
	display: block;
	width: 100%;
	background: #C9F4CC;
	padding: 15px;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
}
#enter-essentials-inner table td {
	display: block;
	width: 100%;
	background: #FFF;
	padding: 15px;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
}
#enter-essentials-inner table td p {
	padding: 0 0 25px 0;
}
#enter-essentials-inner table td p:last-of-type {
	padding: 0;
}

.enter-essentials-box {
	margin: 0 0 50px 0;
}
.enter-essentials-box:nth-of-type(2) {
	margin: 0;
}
.enter-essentials-box-content {
	margin: 0 0 30px 0;
}
.enter-essentials-box-content:nth-of-type(2) {
	margin: 0;
}
.enter-essentials-box-content h3 {
	background: #C9F4CC;
	padding: 15px;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 15px 0;
}
.enter-essentials-box-content p {
	color: #333333;
	font-size: 16px;
	line-height: 1.8;
}


#enter-cost {
	margin: -110px 0 0 0;
	padding: 110px 0 0 0;
}
#enter-cost-inner {
	margin: 0 10px;
	padding: 0 0 50px 0;
}
#enter-cost-inner h2 {
	color: #72461F;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 25px 0;
	margin: 0 0 30px 0;
	background-image: url("../ttl-bg01.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}

#enter-cost-inner table {
	width: 100%;
	margin: 0 auto 20px auto;
	border-collapse: collapse;
}
#enter-cost-inner table th {
	display: block;
	width: 100%;
	background: #C9F4CC;
	padding: 15px;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
}
#enter-cost-inner table td {
	display: block;
	width: 100%;
	background: #FFF;
	padding: 15px;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
}
#enter-cost-inner table td p {
	padding: 0 0 25px 0;
}
#enter-cost-inner table td p:last-of-type {
	padding: 0;
}

#enter-cost-inner p {
	color: #FF0000;
	font-size: 16px;
	line-height: 1.8;
}


#enter-homeclass {
	margin: -110px 0 0 0;
	padding: 110px 0 0 0;
}
#enter-homeclass-inner {
	margin: 0 10px;
	padding: 0 0 50px 0;
}
#enter-homeclass-inner h2 {
	color: #72461F;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 25px 0;
	margin: 0 0 30px 0;
	background-image: url("../ttl-bg01.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}

#enter-homeclass-inner p {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 20px 0;
}

#enter-homeclass-inner table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
#enter-homeclass-inner table th {
	display: block;
	width: 100%;
	background: #C9F4CC;
	padding: 15px;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
}
#enter-homeclass-inner table td {
	display: block;
	width: 100%;
	background: #FFF;
	padding: 15px;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
}
#enter-homeclass-inner table td p {
	padding: 0 0 25px 0;
}
#enter-homeclass-inner table td p:last-of-type {
	padding: 0;
}

#enter-homeclass-inner ul {}
#enter-homeclass-inner ul li {
	text-align: center;
	margin: 0 0 30px 0;
}
#enter-homeclass-inner ul li:last-child {
	margin: 0;
}


#enter-extracurricular {
	margin: -110px 0 0 0;
	padding: 110px 0 0 0;
}
#enter-extracurricular-inner {
	margin: 0 10px;
	padding: 0 0 50px 0;
}
#enter-extracurricular-inner h2 {
	color: #72461F;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 25px 0;
	margin: 0 0 30px 0;
	background-image: url("../ttl-bg01.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}

#enter-extracurricular-inner p {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 20px 0;
}

#enter-extracurricular-inner dl {
	padding: 0 0 5px 0;
}
#enter-extracurricular-inner dl dt {
	float: left;
	width: 50px;
	color: #333;
	font-size: 16px;
	line-height: 1.8;
}
#enter-extracurricular-inner dl dd {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	padding: 0 0 0 50px;
}

.enter-extracurricular-box {}
.enter-extracurricular-box-content {
	margin: 0 0 30px 0;
}
/*.enter-extracurricular-box-content:nth-of-type(2) {
	margin: 0;
}*/
.enter-extracurricular-box-content h3 {
	background: #C9F4CC;
	padding: 15px;
	color: #333333;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	margin: 0 0 15px 0;
}
.enter-extracurricular-box-content p {
	color: #333333;
	font-size: 16px;
	line-height: 1.8;
}
.enter-extracurricular-box-content p.noimage{
	width: 100%;
	height: 212px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: linear-gradient(-45deg, #fff 25%, #E9FAEA 25%, #E9FAEA 50%, #fff 50%, #fff 75%, #E9FAEA 75%, #E9FAEA);
	background-size: 4px 4px;
	border: solid 2px #CCC;
	border-radius: 12px;
}


#enter-download {
	margin: -110px 0 0 0;
	padding: 110px 0 0 0;
}
#enter-download-inner {
	margin: 0 10px;
	padding: 0 0 50px 0;
}
#enter-download-inner h2 {
	color: #72461F;
	font-size: 22px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 25px 0;
	margin: 0 0 30px 0;
	background-image: url("../ttl-bg01.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}

#enter-download-inner p.txt {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 40px 0;
}

#enter-download-box {
	width: 260px;
	margin: 0 auto 30px auto;
}
#enter-download-box p.btn a {
	background-image: url("../../enter/img/download-btn01.png");
	background-repeat: no-repeat;
	background-position: top left;
	text-align: center;
	display: inline-block;
	width: 260px;
	margin: 0 0 30px 0;
	min-height: 60px;
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	padding: 18px 0 0 0;
	text-decoration: none;
	box-shadow: 0px 0px 5px 0px rgba(10,10,10,0.2);
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-ms-border-radius: 30px;
	border-radius: 30px;
}
#enter-download-box p.btn a span {
	font-size: 16px;
}
#enter-download-box p.btn:nth-of-type(2) a {
	margin: 0;
}



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

	hutaba

*****************************************/
#hutaba{}


#hutaba-visual {
	margin-top: 92px;
	background: url("../subvisual-bg01.jpg") repeat-x top center;
	background-size: cover;
}
#hutaba-visual h2 {
	text-align: center;
	padding: 35px 0 45px 0;
	line-height: 1;
}


#hutaba-kids {
	background: url("../../hutaba/img/kids-bg-prt03-sp.png") no-repeat top 314px center,
	url("../../hutaba/img/kids-bg-prt02-sp.png") no-repeat top 8px center,
	url("../../hutaba/img/kids-bg-prt01-sp.png") no-repeat top center;
	background-size: 300px, 300px, contain;
}
#hutaba-kids-inner {
	margin: 0 10px;
}
#hutaba-kids-inner h2 {
	text-align: center;
	color: #FB8275;
	font-size: 28px;
	font-weight: 700;
	line-height: 1.4;
	padding: 70px 0 25px 0;
	margin: 0 0 25px 0;
	background-image: url("../ttl-bg01.png");
	background-repeat: no-repeat;
	background-position: bottom center;
}
#hutaba-kids-inner p.catch {
	text-align: center;
	color: #666;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.8;
	margin: 0 0 280px 0;
}

#hutaba-kids-box {
	margin: 0 auto 60px auto;
}
#hutaba-kids-hutabaclub {
	padding: 0 0 0 10px;
}
#hutaba-kids-hutabaclub-inner {
	background-image: url("../../hutaba/img/kids-bg01.gif");
	background-repeat: repeat;
	background-position: top 10px left 10px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
#hutaba-kids-hutabaclub-inner2 {
	background: #FFE98E;
	margin: -20px 0 0 -20px;
	padding: 10px 30px 20px 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #fff;
}
#hutaba-kids-hutabaclub-inner2 p.image {
	text-align: center;
	margin: -83px 0 30px 0;
}
#hutaba-kids-hutabaclub-inner2 h3 {
	text-align: center;
	color: #72461F;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#hutaba-kids-hutabaclub-inner2 p.time {
	background: #fff;
	padding: 5px;
	text-align: center;
	color: #5DB682;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#hutaba-kids-hutabaclub-inner2 p.txt {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
}

#hutaba-kids-hutabakidscircle {
	padding: 0 0 10px 10px;
}
#hutaba-kids-hutabakidscircle-inner {
	background-image: url("../../hutaba/img/kids-bg02.gif");
	background-repeat: repeat;
	background-position: top 10px left 10px;
	padding: 10px 10px 10px 10px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
}
#hutaba-kids-hutabakidscircle-inner2 {
	background: #FEE1E0;
	margin: -20px 0 0 -20px;
	padding: 10px 30px 20px 30px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-ms-border-radius: 20px;
	border-radius: 20px;
	border: 1px solid #fff;
}
#hutaba-kids-hutabakidscircle-inner2 p.image {
	text-align: center;
	margin: -83px 0 30px 0;
}
#hutaba-kids-hutabakidscircle-inner2 h3 {
	text-align: center;
	color: #72461F;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#hutaba-kids-hutabakidscircle-inner2 p.time {
	background: #fff;
	padding: 5px;
	text-align: center;
	color: #FF9999;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0 0 15px 0;
}
#hutaba-kids-hutabakidscircle-inner2 p.txt {
	color: #000;
	font-size: 16px;
	line-height: 1.8;
}


#hutaba-guide {}
#hutaba-guide-inner {
	margin: 0 10px;
	padding: 0 0 50px 0;
}
#hutaba-guide-inner h2 {
	color: #72461F;
	font-size: 20px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0 0 25px 0;
	margin: 0 0 30px 0;
	background-image: url("../ttl-bg01.png");
	background-repeat: repeat-x;
	background-position: bottom left;
}

#hutaba-guide-inner p.txt {
	color: #333;
	font-size: 16px;
	line-height: 1.8;
	margin: 0 0 20px 0;
}

#hutaba-guide-inner table {
	width: 100%;
	margin: 0 auto;
	border-collapse: collapse;
}
#hutaba-guide-inner table th {
	display: block;
	width: 100%;
	background: #C9F4CC;
	padding: 15px;
	font-weight: 400;
	text-align: left;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
}
#hutaba-guide-inner table td {
	display: block;
	width: 100%;
	background: #FFF;
	padding: 15px;
	vertical-align: middle;
	color: #333;
	font-size: 16px;
}
#hutaba-guide-inner table td span {
	color: #33CC99;
}

.top-recruit-banner-box  {
	text-align: center;
	margin: 3rem auto 0;
}

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

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

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