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




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

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

.content-bg {
	padding-bottom: 100px;
}
/*********** ↑common変更 *************/



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

.childcare_title {
	font-size: 1.7rem;
	padding-top: 40px;
	padding-bottom: 2px;
}

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

.childcare_title.second {
	padding-top: 80px;
}
	
	
	
.cont dt {
	padding-top: 5px;
}
	
.cont dd {
	font-size: 1.2rem;
	padding-top: 5px;
}

.cont dd.cap {
	font-size: 1.0rem;
}
	
	
	
/*********** ↑共通 *************/
	
	
	
	
	
	

.childcare_copy01-wrap {
	padding: 30px 20px;
}

	
.childcare_copy02-wrap dl {
	width: 100%;
	padding-top: 20px;
}

.childcare_copy02-wrap dd {
	font-size: 1.3rem;
	padding-top: 5px;
}
	
	
	
	
	
	
	
/*********** equipment *************/

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

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

.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: 1 / 2;
	grid-row: 3 / 4;
}

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



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

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

.room_01-wrap {
	padding-top: 20px;
}

.room_01-wrap li {
	width:  47%;
	padding-bottom: 30px;
}
	


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

.room_01-wrap li:nth-child(11) {
	order: 10;
}

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


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

.bath_01-wrap {
	padding-top: 20px;
}

.bath_01-wrap li {
	width:  47%;
	padding-bottom: 30px;
}

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



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

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

.rest_01-wrap {
	padding-top: 20px;
}

.rest_01-wrap li {
	width:  47%;
	padding-bottom: 30px;
}

.rest_01-wrap li:nth-child(3) {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width:  100%;
}

.rest_01-wrap li:nth-child(3) dl {
	width:  47%;
	padding-bottom: 0;
}


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


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

.kitchen_01-wrap {
	padding-top: 20px;
}

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

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

.kitchen_02-wrap li {
	width:  47%;
	padding-bottom: 30px;
}

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



	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
	
/********** scroll-box ***********/	

.scroll-box {
  overflow-x: auto;
  padding-bottom: 10px;
  -webkit-overflow-scrolling: touch;
}
	
.scroll-box div img {
  max-width: 100%;
	
  vertical-align: top;
}

.design_07-wrap .scroll-box div img {
  min-width: 600px;
}

	

	
.scroll-box::-webkit-scrollbar {
  height: 4px;
}
.scroll-box::-webkit-scrollbar-track {
  background: #fff;
}
.scroll-box::-webkit-scrollbar-thumb {
  background: #aaa;
  border: none;
}
.scroll-box::-webkit-scrollbar-thumb:hover {
  background: #999;
}
	
/********** ↑scroll-box ***********/
	
	
	
	
	

	

	
	
	
}








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