@charset "utf-8";

#suntory_contents #contentsWrapper #search .md-formButton--search:not(.md-formButton--disabled),
.md-txtError,
.md-linkBeginner__anchor
{
	display: none;
}

.search__flower-elm{
	overflow: hidden;
	opacity: 0;
	max-height: 0;
	-webkit-transition: max-height 0s ease-out;
	   -moz-transition: max-height 0s ease-out;
	    -ms-transition: max-height 0s ease-out;
	     -o-transition: max-height 0s ease-out;
	        transition: max-height 0s ease-out;
	-webkit-transition: opacity .6s ease-out 0s;
	   -moz-transition: opacity .6s ease-out 0s;
	    -ms-transition: opacity .6s ease-out 0s;
	     -o-transition: opacity .6s ease-out 0s;
	        transition: opacity .6s ease-out 0s;
}
.search__flower-elm.show{
	opacity: 1;
	max-height: 500px;
}