@charset "utf-8";
@import url("page.css");

/* CSS Document */
#title {
	background-color: #E3AE9A;
	text-align: center;
	display: table;
	margin: 0 0 40px;
	height: 200px;
	width: 100%;
}

#title h1 {
	font-family: "Hannari", "Sawarabi Mincho";
	font-size: 36px;
	color: #FFF;
	vertical-align: middle;
	display: table-cell;
	width: 100%;
}

.subtit {
	padding-bottom: 20px;
	border-bottom: solid 1px #DFDFD0;
}

.subtit02 {
	font-size: 22px;
	font-weight: 600;
	color: #6C99B2;
	text-align: center;
	padding-bottom: 20px;
	border-bottom: solid 1px #DFDFD0;
}

.subtit02:before {
	content: '';
	display: inline-block;
	width: 40px;
	height: 35px;
	background-image: url(../images/outline/subtit02.png);
	background-size: contain;
	vertical-align: bottom;
	margin-right: 0.5em;
}

.subtit02:after {
	content: '';
	display: inline-block;
	width: 40px;
	height: 35px;
	background-image: url(../images/outline/subtit02.png);
	background-size: contain;
	vertical-align: bottom;
	margin-left: 0.5em;
}

#outline {
	font-size: 16px;
	font-weight: 600;
	display: table;
	margin: 20px auto 50px;
	width: 96%;
}

.ot-item {
	text-align: left;
	display: block;
	padding: 0;
	width: 100%;
}
.ot-item:before {
	color: #36cfd6;
	content: "●";
	padding-right: 0.5em;
}

.ot-data {
	display: block;
	padding: 0.2em 0 1em 1.5em;
	width: 100%;
}

#outline table {
	display: block;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
#outline table th {
	text-align: left;
	display: block;
	padding-bottom: 0.2em;
	width: 100%;
}
#outline table td {
	display: block;
	padding-bottom: 1em;
}

#location {
	font-size: 16px;
	font-weight: 600;
	line-height: 1.8em;
	display: block;
	margin: 20px auto;
	width: 96%;
}

#bn-hainuzuka {
	display: block;
	margin: 0 auto 50px;
	width: 100%;
}


#goal {
	display: block;
	margin: 30px auto 40px;
	width: 96%;
}

#goal p {
	font-size: 18px;
	font-weight: 600;
	color: #6C99B3;
	line-height: 1.8em;
	text-align: center;
	width: 96%;
}

#goal img {
	display: block;
	margin: 20px auto;
	height: auto;
	width: auto;
	max-width: 100%;
}

#goal ul {
	font-size: 16px;
	font-weight: 600;
	margin: 0 auto;
	padding-left: 1em;
	width: 96%;
}

#goal li {
	position: relative;
}

#goal li::before {
	content: "・";
	position: absolute;
	left: -1em;
}

#childcare {
	display: block;
	margin: 30px auto 40px;
	width: 96%;
}

#childcare p {
	font-size: 26px;
	font-weight: 600;
	color: #FF925A;
	line-height: 1.8em;
	text-align: center;
	width: 96%;
}

.childcare li {
	font-size: 20px;
	font-weight: 600;
	color: #FF925A;
	line-height: 1.8em;
	text-align: center;
}

#childcare img {
	display: block;
	margin: 20px auto;
	height: auto;
	width: auto;
	max-width: 100%;
}

#childcare02 {
	margin: 0 auto;
	padding-left: 1em;
	width: 96%;
}

li.childcare02 {
	font-size: 17px;
	font-weight: 600;
	color: #B28500;
	margin-bottom: 1em;
	position: relative;
}

li.childcare02::before {
	content: "★";
	position: absolute;
	left: -1em;
}

li.childcare03 {
	font-size: 16px;
	font-weight: 600;
	color: #545454;
	margin: 0.5em 1em;
	position: relative;
}

li.childcare03::before {
	content: "・";
	position: absolute;
	left: -1em;
}

#life {
	display: block;
	margin: 30px auto 40px;
	width: 96%;
}

#life p {
	font-size: 17px;
	font-weight: 600;
	color: #545454;
	line-height: 1.8em;
	text-align: center;
	width: 96%;
}

#life img {
	display: block;
	margin: 20px auto;
	height: auto;
	width: auto;
	max-width: 100%;
}

#life dl {
	margin-left: 1em;
}

#life dt {
	font-size: 17px;
	font-weight: 600;
	color: #B28500;
	margin-bottom: 0.5em;
	position: relative;
}

#life dt::before {
	content: "★";
	position: absolute;
	left: -1em;
}

#life dd {
	margin-bottom: 2em;
}
#life li {
	font-size: 16px;
	font-weight: 600;
	color: #545454;
	margin: 0.5em 1em;
	position: relative;
}

#life li::before {
	content: "・";
	position: absolute;
	left: -1em;
}
#life dd img {
	text-align: left;
	margin: 0.5em 0 1em 1em;
	height: auto;
	width: auto;
	max-width: 100%;
}

@media only screen and (max-width: 330px) {

.subtit02 {
	font-size: 18px;
	font-weight: 600;
}

.subtit02:before {
	margin-right: 0.5em;
	width: 34px;
	height: 30px;
}

.subtit02:after {
	margin-left: 0.5em;
	width: 34px;
	height: 30px;
}
}

@media only screen and (min-width: 769px) {
#title {
	margin: 0 auto;
	height: 400px;
	width: 1250px;
}
#title h1 {
	font-size: 48px;
}

.subtit {
	padding-bottom: 42px;
	border-bottom: solid 1px #DFDFD0;
}

.subtit02 {
	font-size: 31px;
	font-weight: 600;
	padding-bottom: 42px;
	border-bottom: solid 1px #DFDFD0;
}

.subtit02:before {
	vertical-align: text-bottom;
	width: 51px;
	height: 45px;
	margin-right: 1em;
}
.subtit02:after {
	vertical-align: text-bottom;
	width: 51px;
	height: 45px;
	margin-left: 1em;
}

#outline {
	font-size: 16px;
	font-weight: 600;
	display: table;
	margin: 60px auto 190px;
	width: 620px;
}

.ot-item {
	moz-text-align-last: justify;
	text-align-last: justify;
	text-justify:inter-ideograph;
	vertical-align: top;
	white-space: nowrap;
	display: table-cell;
	padding: 0.5em 3em 0.5em 0.5em;
	width: auto;
}
.ot-item:before {
	content: "";
	padding-right: 0;
}
.ot-data {
	display: table-cell;
	padding: 0.5em;
}

#outline table {
	display: table;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 0;
	padding: 0;
	width: 100%;
}
#outline table th {
	text-align: left;
	vertical-align: top;
	display: table-cell;
	padding-bottom: 1em;
	width: auto;
	white-space: nowrap;
}
#outline table td {
	vertical-align: top;
	display: table-cell;
	padding-bottom: 1em;
}

#location {
	display: block;
	margin: 40px auto 50px;
	width: 680px;
}

#bn-hainuzuka {
	display: block;
	margin: 0 auto 60px;
	width: 1250px;
}

#bn-hainuzuka a {
	background-image: url(../images/outline/bn_hainuzuka.jpg);
	background-repeat: no-repeat;
	text-indent: -9999px;
	display: block;
	margin: 0px;
	height: 241px;
	width: 1250px;
}

#goal {
	display: block;
	margin: 40px auto 60px;
	width: 570px;
}

#goal p {
	font-size: 26px;
}

#childcare {
	display: block;
	margin: 40px auto 60px;
	width: 760px;
}

#childcare p {
	font-size: 35px;
}

.childcare li {
	font-size: 29px;
}

#childcare02 {
	font-size: 16px;
	font-weight: 600;
	margin: 0 auto;
	padding-left: 1em;
	width: 760px;
}

#life {
	display: block;
	margin: 40px auto 60px;
	width: 820px;
}

}
