@charset "UTF-8";
/*背景制御*/
@media only screen and (min-width: 1024px) {
#common_section_wrapper_1{
	background-color: #FEE8E7;
	background-image:url(ext_25PrLgTopBg01-extd.png);
	background-size:1920px;
	background-position:bottom center;
}
#index_flower {
	background-image:url(ext_25PrLgTopBg01.png);
	background-size:contain;
	background-position:bottom;
	background-repeat:no-repeat;
}
}

@media only screen and (max-width: 640px) {
#common_section_wrapper_1{
	background-color: #FEE8E7;
}
#index_flower {
	padding:0px 5%;
	background-image:url(ext_25PrSmTopBg01.png);
	background-size:cover;
	background-position:bottom;
	background-repeat:no-repeat;
}
}
@media only screen and (max-width: 1024px) and (min-width: 641px) {
#common_section_wrapper_1{
	background-color: #FEE8E7;
}
#index_flower {
	background-image:url(ext_25PrMdTopBg01.png);
	background-size:contain;
	background-position:bottom;
	background-repeat:no-repeat;
}
}
