<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";




/*********** common変更 *************/

.content-bg {
	background-image: url("../images/common/bg01.jpg");
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	padding-bottom: 460px;
}

/*********** ↑common変更 *************/



/*********** 共通 *************/

.childcare_title {
	font-size: 2.0rem;
	text-align: center;
	border-bottom: 1px solid #666;
	padding-top: 180px;
	padding-bottom: 5px;
}

.childcare_title.first {
	padding-top: 100px;
}


.cont dt {
	color: #429e66;
	line-height: 1.4;
	padding-top: 10px;
}


.cont dd {
	font-size: 1.3rem;
	line-height: 1.6;
	text-align: justify;
	padding-top: 10px;
}

.cont dd.cap {
	font-size: 1.1rem;
	line-height: 1.4;
}



/*********** ↑共通 *************/







.childcare_copy01-wrap {
    background: linear-gradient(to right, #ecf5f0, #d9ece0);
	padding: 70px;
}

@media only screen and (max-width: 1260px){
.childcare_copy01-wrap .txt-headcopy-l_lead {    text-align: justify;}
.childcare_copy01-wrap .txt-headcopy-l_lead br {    display: none;}
}




.childcare_copy02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.childcare_copy02-wrap dl {
	width: 30%;
	padding-top: 40px;
}

.childcare_copy02-wrap dt {
	line-height: 1.5;
	padding-left:1em;
	text-indent:-1em;
}

.childcare_copy02-wrap dd {
	font-size: 1.4rem;
	line-height: 1.5;
	text-align: justify;
	padding-top: 5px;
}






/*********** equipment *************/

.equipment_01-wrap {
	display: grid;
	grid-template-columns: 21.85% 21.85% 21.85% 21.85%;
	grid-template-rows: auto auto;
	justify-content: space-between;
	padding-top: 60px;
}

.equipment_01-wrap li {
	padding-bottom: 40px;
}

.equipment_01-wrap li:nth-child(1) {
	grid-column: 1 / 3;
	grid-row: 1 / 2;
}

.equipment_01-wrap li:nth-child(2) {
	grid-column: 1 / 3;
	grid-row: 2 / 3;
}

.equipment_01-wrap li:nth-child(3) {
	grid-column: 3 / 4;
	grid-row: 1 / 3;
}

.equipment_01-wrap li:nth-child(4) {
	grid-column: 4 / 5;
	grid-row: 1 / 2;
}




/*********** /equipment *************/









/*********** room *************/

.room_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 60px;
}

.room_01-wrap li {
	width:  21.85%;
	padding-bottom: 40px;
}

.room_01-wrap li:nth-child(10) {
	width:  47.9%;
}


/*********** /room *************/







/*********** bath *************/

.bath_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 60px;
}

.bath_01-wrap li {
	width:  21.85%;
	padding-bottom: 40px;
}

.bath_01-wrap li:nth-child(4) dl {
	padding-bottom: 20px;
}

.bath_01-wrap li:nth-child(4) dt {
	padding-top: 0;
}


/*********** /bath *************/







/*********** rest *************/

.rest_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 60px;
}

.rest_01-wrap li {
	width:  21.85%;
	padding-bottom: 40px;
}

.rest_01-wrap li:nth-child(3) dl {
	padding-bottom: 20px;
}

.rest_01-wrap li:nth-child(3) dt {
	padding-top: 0;
}


/*********** /rest *************/







/*********** kitchen *************/

.kitchen_01-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding-top: 60px;
}

.kitchen_01-wrap &gt; li {
	width:  47.9%;
}

.kitchen_02-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.kitchen_02-wrap li {
	width:  45.62%;
	padding-bottom: 40px;
}

/*********** /kitchen *************/












</pre></body></html>