@charset "UTF-8";

@media screen and (max-width: 999px){

body {
	font-family: "Noto Sans JP", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color: #373737;
	font-size: 16px;
	line-height: 1.6;
	background: #ffffff;
	background-image: url("../../common/bg_01_sp.png");
	background-repeat: repeat-x;
	background-position: center top;
	-webkit-text-size-adjust: 100%;
	overflow-x: hidden;
}

img{
max-width: 100%;
height: auto;
width /***/:auto;
}

.pc{display:none !important;}
.sp{display:block !important;}



/****************************************

	ヘッダー

*****************************************/
header {}
#header {
	width: 100%;
	margin: 0 auto;
	padding: 0 0 15px 0;
}

.header__inner {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: flex-start;
	align-items: flex-start;
}
.header__logo {
	padding: 20px 0 30px 15px;
}
.header__logo img {
	width: 200px;
}


.header__menu {
	display: none;
}
.header__menu02 {
	display: none;
}



.header__menu_sp {
	width: 120px;
}
.header__menu_sp p {
	padding: 41px 15px 0 0;
}



/****************************************

	フッター

*****************************************/
#pagetop {
	position: fixed;
	bottom: 20px;
	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: 40px;
	height: 40px;
}



footer{}
#footer {
	background: #6a3d1b;
}

.footer__inner {
	margin: 0 15px;
	padding: 60px 0 60px 0;
}

.footer__logo {
	width: 260px;
	margin: 0 auto;
	padding: 0 0 130px 40px;
	position: relative;
}
.footer__logo::after {
	content: '';
	display: inline-block;
	width: 209px;
	height: 80px;
	background-image: url("../../common/footer_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: 40px;
	left: 50%;
	transform: translateX(-50%);
}

.footer__link01 {
	width: 200px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}
.footer__link02 {
	width: 200px;
	margin: 0 auto;
	padding: 0 0 60px 0;
}
.footer__link03 {
	width: 200px;
	margin: 0 auto;
}

.footer__name {
	text-align: center;
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.5;
	padding: 0 0 10px 0;
	border-bottom: 1px solid #ffffff;
}
.footer__name span {
	display: block;
	font-size: 22px;
	font-weight: 500;
	letter-spacing: 0.2em;
}
.footer__address {
	color: #ffffff;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.714;
	padding: 10px 0 10px 0;
}
.footer__tel {}



.footer__copyright {
	text-align: center;
}
.footer__copyright p {
	color: #FFFFFF;
	font-size: 13px;
	font-weight: 300;
    letter-spacing: 0.14em;
	line-height: 1.2;
	padding: 0 0 20px 0;
}




/****************************************

	スクロールをしたら要素を動かす系

*****************************************/
/* fadeUp */
.fadeUp{
	animation-name:fadeUpAnime;
	animation-duration:2s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeUpAnime{
	from {
		opacity: 0;
		transform: translateY(100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}

/* ふわっ（上から）*/
.fadeDown{
	animation-name: fadeDownAnime;
	animation-duration:1s;
	animation-fill-mode:forwards;
	opacity:0;
}
@keyframes fadeDownAnime{
	from {
		opacity: 0;
		transform: translateY(-100px);
	}

	to {
		opacity: 1;
		transform: translateY(0);
	}
}


/* スクロールをしたら出現する要素にはじめに透過0を指定　*/
.fadeUpTrigger,
.fadeDownAnime{
	opacity: 0;
}



/****************************************

	home

*****************************************/
#top {}


.top-visual {
	position: relative;
}
.top-visual::before {
	content: '';
	display: inline-block;
	width: 150px;
	height: 79px;
	background-image: url("../../img/slider_bg01_sp.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -32px;
	left: 0;
}
.top-visual::after {
	content: '';
	display: inline-block;
	width: 300px;
	height: 72px;
	background-image: url("../../img/slider_bg02_sp.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: -50px;
	left: 50%;
	transform: translateX(-50%);
}
.slider {
	margin: 0 auto;
	width: 100%;
}
.slick-img img {
	height: auto;
	width: 100%;
}



.top-menu-sp {
	margin: 0 15px;
	padding: 80px 0 60px 0;
}
.top-menu-sp ul {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
}
.top-menu-sp ul li {
	margin: 0 10px 0 0;
}
.top-menu-sp ul li:last-of-type {
	margin: 0;
}
.top-menu-sp ul li img {
	height: 25px;
}



.top-garden {
	position: relative;
}
.top-garden::after {
	content: '';
	display: inline-block;
	width: 130px;
	height: 130px;
	background-image: url("../../img/bg02.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: -60px;
	left: 0px;
	z-index: 10;
}

.top-garden__inner {
	margin: 0 15px;
	padding: 0 0 70px 0;
}

.top-garden__title {
	background: #6a3d1b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 17px 20px;
	margin: 0 0 20px 0;
	position: relative;
}
.top-garden__title::before {
	content: '';
	display: inline-block;
	width: 70px;
	height: 70px;
	background-image: url("../../img/title_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -30px;
	right: 10px;
	z-index: -1;
}

.top-garden__subtitle {
	border-bottom: 2px dotted #6a3d1b;
	color: #6a3d1b;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.2em;
	padding: 17px 20px;
	margin: 0 0 30px 0;
}


.top-garden__list {
	padding: 0 0 70px 0;
}
.top-garden__list--image {
	margin: 0 0 15px 0;
}
.top-garden__list--image img {
	width: 100%;
}
.top-garden__list--contents {}

.top-garden__list--name {
	color: #6a3d1b;
	font-size: 18px;
	font-weight: 500;
	line-height: 2;
	padding: 0 0 20px 0;
}
.top-garden__list--info {
	color: #373737;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	padding: 0 0 15px 0;
}
.top-garden__list--btn {
	text-align: center;
}



.top-childcare {
	background: #f8eee7;
	padding: 50px 0 50px 0;
	position: relative;
}
.top-childcare::before {
	content: '';
	display: inline-block;
	width: 130px;
	height: 130px;
	background-image: url("../../img/bg03.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: -63px;
	right: 0px;
}

.top-childcare__philosophy {
	margin: 0 15px;
	padding: 0 0 60px 0;
}
.top-childcare__philosophy--title {
	border-bottom: 2px dotted #6a3d1b;
	color: #6a3d1b;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.2em;
	padding: 17px 0;
	margin: 0 0 40px 0;
	position: relative;
}
.top-childcare__philosophy--title::before {
	content: '';
	display: inline-block;
	width: 55px;
	height: 56px;
	background-image: url("../../img/philosophy_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 0px;
	left: 100px;
}

.top-childcare__philosophy--subtitle {
	color: #c53e4e;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 30px 0;
}

.top-childcare__philosophy--inner {}
.top-childcare__philosophy--contents {
	margin: 0 0 30px 0;
}
.top-childcare__philosophy--contents p {
	color: #6a3d1b;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
}
.top-childcare__philosophy--image {}
.top-childcare__philosophy--image img {
	width: 100%;
}


.top-childcare__goal {
	margin: 0 15px;
	padding: 0 0 60px 0;
}
.top-childcare__goal--title {
	border-bottom: 2px dotted #6a3d1b;
	color: #6a3d1b;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.2em;
	padding: 17px 0;
	margin: 0 0 40px 0;
	position: relative;
}
.top-childcare__goal--title::before {
	content: '';
	display: inline-block;
	width: 41px;
	height: 35px;
	background-image: url("../../img/goal_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: 5px;
	left: 120px;
}

.top-childcare__goal--subtitle {
	color: #c53e4e;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	padding: 0;
	margin: 0 0 30px 0;
}

.top-childcare__goal--inner {}
.top-childcare__goal--contents {}
.top-childcare__goal--contents ul {
	color: #6a3d1b;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
}
.top-childcare__goal--contents ul li:nth-of-type(1) {
	background-image: url("../../img/goal_prt01.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px 30px;
	padding: 4px 0 4px 45px;
	margin: 0 0 30px 0;
}
.top-childcare__goal--contents ul li:nth-of-type(2) {
	background-image: url("../../img/goal_prt02.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px 30px;
	padding: 4px 0 4px 45px;
	margin: 0 0 30px 0;
}
.top-childcare__goal--contents ul li:nth-of-type(3) {
	background-image: url("../../img/goal_prt03.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px 30px;
	padding: 4px 0 4px 45px;
	margin: 0 0 30px 0;
}
.top-childcare__goal--contents ul li:nth-of-type(4) {
	background-image: url("../../img/goal_prt04.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px 30px;
	padding: 4px 0 4px 45px;
	margin: 0 0 30px 0;
}
.top-childcare__goal--contents ul li:nth-of-type(5) {
	background-image: url("../../img/goal_prt05.png");
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 30px 30px;
	padding: 4px 0 4px 45px;
	margin: 0 0 30px 0;
}

.top-childcare__goal--image {}
.top-childcare__goal--image img {
	width: 100%;
}



.top-corporation {}
.top-corporation__inner {
	margin: 0 15px;
	padding: 100px 0 150px 0;
	position: relative;
}
.top-corporation__inner::after {
	content: '';
	display: inline-block;
	width: 200px;
	height: 110px;
	background-image: url("../../img/bg05.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	bottom: -54px;
	right: 0;
	z-index: -10;
}

.top-corporation__title {
	background: #6a3d1b;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-ms-border-radius: 10px;
	border-radius: 10px;
	color: #FFFFFF;
	font-size: 24px;
	font-weight: 500;
	line-height: 1.1;
	letter-spacing: 0.1em;
	padding: 17px 20px;
	margin: 0 0 20px 0;
	position: relative;
}
.top-corporation__title::before {
	content: '';
	display: inline-block;
	width: 70px;
	height: 70px;
	background-image: url("../../img/title_bg01.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -30px;
	right: 10px;
	z-index: -1;
}


.top-corporation__overview {}
.top-corporation__overview--subtitle {
	border-bottom: 2px dotted #6a3d1b;
	color: #6a3d1b;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.2em;
	padding: 17px 20px;
	margin: 0 0 30px 0;
}

.top-corporation__overview table {
	width: 100%;
	border-spacing: 0;
	border-collapse: separate;
	border-radius: 10px;
	margin: 0 auto 50px auto;
	border: 2px solid #c53e4e;
}
.top-corporation__overview table th {
	background: #f8eee7;
	text-align: left;
	padding: 8px;
	vertical-align: middle;
	color: #373737;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	border-right: 1px solid #c53e4e;
	border-bottom: 1px solid #c53e4e;
}
.top-corporation__overview table td {
	background: #ffffff;
	padding: 8px;
	vertical-align: middle;
	color: #373737;
	font-size: 16px;
	font-weight: 400;
	line-height: 2;
	border-bottom: 1px solid #c53e4e;
}
.top-corporation__overview table tr:first-child th {
	border-radius: 10px 0 0 0;
}
.top-corporation__overview table tr:first-child td {
	border-radius: 0 10px 0 0;
}
.top-corporation__overview table tr:last-child th {
	border-radius: 0 0 0 10px;
	border-bottom: none;
}
.top-corporation__overview table tr:last-child td {
	border-radius: 0 0 10px 0;
	border-bottom: none;
}


.top-corporation__history {
	position: relative;
}
.top-corporation__history::before {
	content: '';
	display: inline-block;
	width: 55px;
	height: 50px;
	background-image: url("../../img/bg04.png");
	background-size: 100%;
	vertical-align: middle;
	position: absolute;
	top: -20px;
	right: 0;
}
.top-corporation__history--subtitle {
	border-bottom: 2px dotted #6a3d1b;
	color: #6a3d1b;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.1;
	letter-spacing: 0.2em;
	padding: 17px 20px;
	margin: 0 0 10px 0;
}

.top-corporation__history dl {
	border-bottom: 2px dotted #6a3d1b;
}
.top-corporation__history dl dt {
	width: 140px;
	color: #c53e4e;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.6;
	padding: 20px 0 0 0;
}
.top-corporation__history dl dd {
	color: #373737;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.6;
	padding: 10px 0 20px 0;
}



.top-link {
	background: #fff7cf;
	padding: 70px 0 65px 0;
    position: relative;
}
.top-link__inner {
	margin: 0 15px;
}
.top-link__inner ul {}
.top-link__inner ul li {
	width: 300px;
	margin: 0 auto;
	padding: 0 0 30px 0;
}
.top-link__inner ul li img {
	width: 100%;
}

.top-link__policy {}
.top-link__policy dl {
	background-image: repeating-linear-gradient(-45deg, #fee69f, #fee69f 3px, transparent 3px, transparent 6px);
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	-ms-border-radius: 15px;
	border-radius: 15px;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-align-items: stretch;
	align-items: stretch;
	padding: 15px;

}
.top-link__policy dl dt {
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}
.top-link__policy dl dd {
	text-align: center;
	color: #6a3d1b;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.8;
}



/****************************************

	以下レスポンシブ　記述終了用　削除禁止

*****************************************/
}
