@charset "utf-8";

/*
* Header
*/
header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 77;
	display: inline-block;
	margin: 0;
	height: 100px;
	width: 100%;
	background: #FDF7F1;
}

header h1 {
	display: inline;
	position: absolute;
	margin: 0;
	top: 40px;
	left: 140px;
	font-size: 1.5em;
	color: #F2893E;
	font-family: "M PLUS Rounded 1c";
}

header .header-logo {
	position: absolute;
	top: 5px;
	left: 50px;
}

header nav {
}

header nav ul {
	margin-top: 30px;
	padding-left: 40%;
	text-align: center;
	overflow: hidden;
}

header nav li:first-child {
	border-left: 0;
}

header nav li {
	float: left;
	width: 20%;
	position: relative;
	box-sizing: border-box;
	font-size: 1em;
	border-left: dashed 1px #CCC;
}

header nav li span {
	padding: 15px 10% 15px 10%;
	display: inline-block;
	position: relative;
	top: 0;
	transition: top .1s;
}

header nav li div {
	position: absolute;
	bottom: -20px;
	left: 0;
	height: 4px;
	width: 100%;
	background: #F2893E;
}

/*
* ContentsBody
*/
#ContentsBody {
	margin-top: 100px;
}

/*
* Main
*/
#main {
	width: 100%;
}

#main .main-image {
	position: relative;
	margin: 0 auto;
	max-width: 1280px;
}

#main .main-image img {
	width: 100%;
}

#main .main-image img.over {
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
}

#main .main-image .over_1 {
	z-index: 11;
}

#main .main-image .over_2 {
	z-index: 12;
}

/*
* News
*/
#news {
	padding-bottom: 50px;
	width: 100%;
}

#news ul {
	margin: 20px;
	overflow: hidden;
}

#news li {
	margin-bottom: 15px;
	padding: 10px 30px;
	border-bottom: dotted 2px #BBB;
	overflow: hidden;
}

#news li .title {
	float: left;
	width: 80%;
}

#news li .title p {
	margin: 0 15px;
	font-weight: 100;
}

#news li .date {
	float: left;
	width: 20%;
	text-align: center;
}

#news li .date span {
	padding: 3px 15px;
	border-radius: 10px;
	color: #FFF;
	background: #F2A94E;
}

#news li .date span.important {
	background: #FF594E;
}

/*
* Childcare
*/
#childcare {
	padding: 35px 0;
	width: 100%;
}

#childcare .childcare-target {
	position: relative;
	padding: 5px 0 100px 0;
	text-align: center;
}

#childcare .childcare-target h4 {
	text-align: center;
}

#childcare .childcare-target h4 span {
	position: relative;
	top: 0;
	margin: 0 15px;
	color: #22BD8D;
}

#childcare .childcare-target p {
	font-size: 1.1em;
}

#childcare .childcare-policy {
	position: relative;
	margin-bottom: 100px;
	padding: 15px 0;
}

#childcare .childcare-policy p {
	text-align: center;
	font-size: 1.2em;
}

#childcare .childcare-policy p span {
	margin: 0 5px;
	font-size: 1.4em;
	color: #F2A94E;
}

#childcare .obj01 {
	position: absolute;
	top: 50px;
	right: 120px;
}

#childcare .obj02 {
	position: absolute;
	top: 370px;
	left: 50px;
}

#childcare .obj03 {
	position: absolute;
	bottom: 40px;
	right: 20px;
	width: 160px;
}

/*
* About
*/
#about {
	padding: 35px 0;
	width: 100%;
	text-align: center;
}

#about table {
	margin: 0 auto;
	margin-bottom: 60px;
	width: 90%;
	background: #FFF;
}

#about table tr {
}

#about table th {
	padding: 15px 0;
	width: 35%;
	text-align: center;
	font-size: 1.1em;
	color: #22BD8D;
	border-bottom: dashed 1px #AAA;
}

#about table td {
	padding: 15px 0;
	width: 65%;
	text-align: left;
	color: #555;
	border-bottom: dashed 1px #AAA;
}

/*
* Institution
*/
#institution {
	padding: 35px 0;
	width: 100%;
}

#institution .institution-rooms {
	margin-bottom: 70px;
	padding-top: 30px;
	width: 100%;
}

#institution .institution-rooms ul {
	width: 100%;
	overflow: hidden;
}

#institution .institution-rooms li {
	float: left;
	padding: 0 10px;
	padding-bottom: 15px;
	width: 33%;
	box-sizing: border-box;
}

#institution .institution-rooms li h5 {
	position: relative;
	margin: 10px 0;
	padding-left: 70px;
	text-align: left;
	font-size: 0.9em;
}

#institution .institution-rooms li h5:before {
	content: "";
	position: absolute;
	z-index: 10;
	top: -50% !important;
	left: 5px;
	width: 54px;
	height: 74px;
	background-image: url(/theme/aine_theme/img/mark_01.png);
}

#institution .institution-rooms li div {
	position: relative;
	width: 100%;
	/* height: 120px; */
	/* height: 300px; */
	border-radius: 10px;
	overflow: hidden;
}
#institution .institution-rooms li div:before {
	content:"";
	display: block;
	padding-top: 100%;
}

#institution .institution-rooms li div img {
	width: 100%;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

#institution h4 {
	margin: 10px;
	padding: 10px 15px;
	text-align: left;
	font-size: 1.3em;
	border-left: solid 7px #22BD8D;
}

#institution h4 span {
	margin-left: 10px;
	font-size: 0.7em;
}

#institution .institution-class {
	margin-bottom: 70px;
	/* padding-top: 20px; */
	width: 100%;
}

#institution .institution-class ul {
	width: 100%;
	overflow: hidden;
}

#institution .institution-class li {
	position: relative;
	float: left;
	padding: 0 20px;
	padding-top: 20px;
	width: 33%;
	box-sizing: border-box;
}

#institution .institution-class li h5 {
	margin: 20px 0;
	padding: 20px 0;
	text-align: left;
	font-size: 1.2em;
	color: #F2A94E;
	border-bottom: solid 2px #F2A94E;
}

#institution .institution-class li img {
	position: absolute;
	top: 0;
	right: 15px;
	width: 100px;
}

#institution .institution-staff {
	margin-bottom: 70px;
	padding-top: 20px;
	width: 100%;
}

#institution .institution-staff ul {
	width: 100%;
	overflow: hidden;
}

#institution .institution-staff li {
	float: left;
	width: 33%;
}

#institution .institution-staff li p {
	margin: 20px;
	padding: 20px 0;
	text-align: center;
	box-sizing: border-box;
	border-radius: 10px;
	background: #FDF7F1;
}

/*
* Event
*/
#event {
	padding: 35px 0;
	padding-bottom: 80px;
	width: 100%;
}

#event ul {
	position: relative;
	margin-right: 400px;
}

#event ul.event-right {
	margin-left: 400px;
	margin-right: 0;
}

#event li {
	position: relative;
	margin-bottom: 10px;
	border-bottom: dashed 1px #BBB;
}

#event li span {
	position: absolute;
	left: 0;
	padding: 25px 17px;
	padding-top: 17px;
	width: 38px;
	height: 40px;
	text-align: center;
	color: #22BD8D;
	font-family: "M PLUS Rounded 1c";
	font-size: 1.5em;
	text-align: center;
	background-image: url(/theme/aine_theme/img/bowl_01.png);
	background-size: contain;
	background-repeat: no-repeat;
}

#event li h5 {
	margin: 0;
	padding: 6px 0;
	padding-left: 90px;
	color: #555;
	font-size: 0.7em;
}

#event li p {
	margin: 0 0 20px 90px;
	min-height: 35px;
	min-width: 250px;
}

#event .event-info {
	padding: 10px 0;
	text-align: center;
}

#event .event-image {
	position: absolute;
	top: 60px;
	right: -380px;
	width: 340px;
	height: 340px;
	text-align: center;
	background: #FFF;
	border-radius: 170px;
	overflow: hidden;
}

#event ul.event-right .event-image {
	right: 0;
	left: -380px;
}

#event .event-image img {
	width: 100%;
	vertical-align: middle;
}

/*
* Contact
*/
#contact {
	padding: 35px 0;
	width: 100%;
}

#contact table {
	margin: 0 auto;
	margin-bottom: 60px;
	width: 80%;
}

#contact table th {
	font-size: 0.9em;
	background: #FDF7F1;
	border-left: solid 3px #F2A94E;
}

#contact table td {
	padding: 7px 20px;
	font-size: 0.9em;
	border-bottom: dashed 1px #F2A94E;
}

/*
* Recruit
*/
#recruit {
	padding: 35px 0;
	width: 100%;
}

#recruit h4 {
	position: relative;
	padding: 10px 0 10px 60px;
	text-align: left;
	font-size: 1.1em;
	background: #FFF;
	border-radius: 24px;
}

#recruit h4 .recruit-headimage {
	position: absolute;
	top: -10px;
	left: 0px;
	width: 52px;
	height: 60px;
	background-image: url(/theme/aine_theme/img/recruit_01.png);
	background-repeat: no-repeat;
}

#recruit table {
	margin: 0 auto;
	margin-bottom: 30px;
	width: 80%;
	background: #FFF;
}

#recruit table th {
	font-size: 0.9em;
	border-left: solid 3px #F2A94E;
}

#recruit table td {
	padding: 7px 20px;
	font-size: 0.9em;
	border-bottom: dashed 1px #F2A94E;
}

#recruit .recruit-info {
	margin-bottom: 40px;
	text-align: center;
}

#recruit .recruit-info p {
	margin: 0;
}

#recruit .recruit-info .recruit-info__tel {
	display: inline-block;
	margin: 15px 0;
	padding: 15px 40px;
	font-size: 1.1em;
	background: #FFF;
	border-radius: 40px;
}

#recruit .recruit-backimage {
	position: absolute;
	z-index: -1;
	bottom: -50px;
	right: -100px;
	width: 267px;
	height: 243px;
	background-image: url(/theme/aine_theme/img/recruit_00.png);
	background-repeat: no-repeat;
}

/*
* Access
*/
#access {
	padding: 35px 0 80px 0;
	width: 100%;
}

#access ul {
	display: table;
	width: 100%;
	border-collapse: separate;
	border-spacing: 15px 0;
}

#access li {
	display: table-cell;
}

#access li h5 {
	margin: 10px 0;
	font-size: 1.5em;
	color: #F2A94E;
}

#access #access-map {
	height: 500px;
	width: 670px;
	border-radius: 20px;
	overflow: hidden;
}

#access .access-info {
	margin-left: 15px;
	padding: 0 15px;
	width: 250px;
	vertical-align: top;
	font-size: 0.8em;
	text-align: left;
	border-left: solid 5px #DDD;
}

/*
* Footer
*/
footer {
	padding: 50px 0;
	width: 100%;
	background: #FAEFDD;
}

footer ul {
	margin: 0 auto;
	width: 1000px;
	background: #FAFAFA;
	border: solid 10px #EADFCD;
	overflow: hidden;
	box-sizing: border-box;
}

footer li {
	position: relative;
	float: left;
	padding: 20px 30px;
	width: 50%;
	height: 100%;
	box-sizing: border-box;
}

footer li:first-child {
	border-right: dashed 1px #CCC;
}

footer li h5 {
	margin: 20px 0;
	font-size: 1.2em;
	text-align: center;
}

footer li .footer-logo {
	position: absolute;
	top: 15px;
	left: 25%;
	width: 60px;
}

footer li p {
	font-size: 0.8em;
	text-align: center;
}

footer li .footer-tel {
	margin: 20px auto;
	padding: 10px 30px;
	text-align: center;
	border: dotted 2px #DDD;
}

footer li .footer-tel dt {
	font-size: 1.3em;
}

footer li .footer-tel dd {
	margin: 0;
	font-size: 0.8em;
	color: #777;
}

footer #copyright {
	margin: 30px 0;
	font-size: 0.8em;
	text-align: center;
}


/*
* TABLET
*/
@media screen and (max-width: 1100px)
{
	header {
		height: 70px;
	}

	header h1 {
		top: 25px;
		left: 80px;
		font-size: 1.2em;
	}

	header .header-logo {
		width: 60px;
		top: 0px;
		left: 15px;
	}

	header nav ul {
		margin-top: 15px;
		padding-left: 30%;
	}

	header nav li {
		font-size: 0.9em;
	}

	header nav li div {
		bottom: -30px;
	}

	#ContentsBody {
		margin-top: 80px;
	}

	#news li {
		padding: 10px 5px;
	}

	#news li .title p {
		font-size: 0.8em;
	}

	#news li .date {
		font-size: 0.8em;
	}

	#childcare .obj01 {
		top: 30px;
		right: 100px;
	}

	#childcare .obj03 {
		bottom: -50px;
		right: 20px;
		width: 130px;
	}

	#recruit .recruit-backimage {
		position: absolute;
		z-index: -1;
		bottom: -50px;
		right: 0px;
	}

	footer ul {
		width: 100%;
	}

	footer li {
	}

	footer li .footer-logo {
		left: 20%;
	}
}

/*
* SMART PHONE
*/
@media screen and (max-width: 600px)
{
	header {
		height: 60px;
	}

	header h1 {
		top: 15px;
		left: 70px;
		font-size: 1.3em;
	}

	header .header-logo {
		width: 50px;
		top: 0px;
		left: 15px;
	}

	header nav {
		display: none;
	}

	#ContentsBody {
		margin-top: 60px;
	}

	#news li {
		padding: 7px 0;
		margin-bottom: 8px;
	}

	#news li .title {
		float: none;
		width: auto;
		font-size: 1.1em;
	}

	#news li .title p {
		margin: 0;
	}

	#news li .date {
		float: none;
		padding: 7px 0;
		width: auto;
		text-align: left;
	}

	#childcare .childcare-target h4 span {
		margin: 0 5px;
	}

	#childcare .childcare-target p {
		padding: 0 50px;
		font-size: 1em;
	}

	#childcare .childcare-policy {
		padding: 5px 40px;
	}

	#childcare .childcare-policy p {
		font-size: 1em;
	}

	#childcare .childcare-policy p span {
		margin: 0 3px;
		font-size: 1.2em;
	}

	#childcare .obj01 {
		top: 35px;
		right: 0px;
		width: 100px;
	}

	#childcare .obj02 {
		top: 270px;
		left: 10px;
		width: 140px;
	}

	#childcare .obj03 {
		bottom: -110px;
		right: 10px;
		width: 110px;
	}

	#about table th {
		float: left;
		padding-bottom: 0;
		width: 100%;
		font-size: 1em;
		border-bottom: 0px;
	}

	#about table td {
		float: left;
		width: 100%;
		font-size: 1.1em;
		text-align: center;
	}

	#institution .institution-rooms li {
		padding: 0 10px;
		padding-bottom: 15px;
		width: 50%;
	}

	#institution .institution-rooms li h5 {
		padding-left: 40px;
		font-size: 0.9em;
	}

	#institution .institution-rooms li h5:before {
		top: -50% !important;
		left: 0;
		width: 34px;
		height: 54px;
		background-size: contain;
		background-repeat: no-repeat;
	}

	#institution .institution-rooms li div {
		/* height: 95px; */
	}

	#institution .institution-class li {
		padding: 0 20px;
		width: 100%;
		text-align: center;
	}

	#institution .institution-staff li {
		width: 100%;
	}

	#institution .institution-class li h5 {
		text-align: center;
	}

	#institution .institution-staff li p {
		margin: 15px 30px;
	}

	#event ul {
		margin: 0;
	}
	#event ul.event-right {
		margin: 0;
	}

	#event li p {
		margin: 0 0 20px 90px;
		min-height: 35px;
		min-width: 150px;
	}

	#event .event-image {
		display: none;
	}

	#contact table {
		width: 95%;
	}

	#contact table th {
		min-width: 110px;
	}

	#contact table td {
		padding: 10px 10px;
	}

	#recruit .recruit-backimage {
		display: none;
	}

	#access li {
		display: table-cell;
		float: left;
	}

	#access #access-map {
		height: 400px;
		width: 100%;
	}

	#access .access-info {
		margin: 0;
		margin-top: 20px;
		padding: 0 15px;
		width: 100%;
		border-left: 0px;
		box-sizing: border-box;
	}

	footer li {
		padding: 20px 0;
		width: 100%;
	}

	footer li:first-child {
		border: 0px;
	}

	footer li .footer-logo {
		left: 15%;
	}
}
