@charset "UTF-8";


/* ========================================================
  
  common

======================================================== */
.com_box__s {
	background-color: #fff;
}
.com_box__s .com_flt {
	max-width: 1070px;
	margin-inline: auto;
}

/* PC,Tablet (Portrait)
------------------------------------------*/
@media only screen and (min-width: 768px) {

.com_flt .img_l,
.com_flt .img_r {
	width: 47%;
}
}
/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

.com_flt .img_l,
.com_flt .img_r {
	width: 90%;
}
}


/* ========================================================
  
  Layout

======================================================== */

/*---------------------------------------------------------
 wave
---------------------------------------------------------*/
.com_bg__wave.pos__c {
	top: 0;
}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

#family-room .com_bg__wave {
	top: 90%;
}
}

/*---------------------------------------------------------
 clean
---------------------------------------------------------*/
#cycle {
	max-width: 1100px;
	margin-inline: auto
}


/*---------------------------------------------------------
 
---------------------------------------------------------*/

/* PC,Tablet
------------------------------------------*/
@media only screen and (min-width: 768px) {

}

/* Mobile (Portrait)
------------------------------------------*/
@media only screen and (max-width: 767px) {

}