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

@media only screen and (max-width: 640px) {
#common_section_wrapper_1{
	background-color: #FEE8E7;
}
#index_flower {
	padding:0px 5%;
	background-image:url(ext_25PrSmTopBg02.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_25PrMdTopBg02.png);
	background-size:contain;
	background-position:bottom;
	background-repeat:no-repeat;
}
}
