@charset "shift_jis";

/* スマホ用 */
@media screen and (max-width:767px){

#header_top{
	height:320px;	
}
#header_top img{
	border-bottom:solid 3px #543F20;
}

}



/* タブレット用 */
@media screen and (min-width:768px){
	
#header_top{
	height:360px;
}
#header_top img{
	border-bottom:solid 3px #543F20;

}

}


/* PC用 */
@media screen and (min-width:800px){
	
#header_top{
	height:250px;
}

}