@charset "utf-8";


/*	top message
------------------------------------------*/

#tm_image{
	position:relative;
	width:100%;
	height:513px;
	height:60vh;
	max-height:513px;
	background:url(../images/top-message/bg_pattern.gif) repeat;
}
	#tm_image figure{
		position:absolute;
		left:55%;
		left:calc(50% + 50px);
		bottom:0;
		width:auto;
		min-width:350px;
		height:93.2%;
	}
	#tm_image figure img{
		width:auto;
		height:100%;
		max-height:478px;
	}
	#tm_image p.misumi_name{
		position:absolute;
		right:10px;
		bottom:10px;
		padding:3px 5px;
		font-size:12px;
		line-height:1.3;
		background:#fff;
	}
	#tm_image p.m_kyukyokuno{
		position:absolute;
		left:5%;
		top:40%;
		width:60%;
		min-width:290px;
		max-width:473px;
	}
	#tm_image p.m_kyukyokuno img{
		width:100%;
		height:auto;
	}
@media(max-width: 400px) {
	#tm_image figure{
		left:inherit;
		width:100%;
		text-align:center;
	}
	#tm_image p.m_kyukyokuno{
		left:50%;
		top:40%;
		width:80%;
		transform:translateX(-50%);
	}
}


#img_misumi-2{
	width:50%;
	float:right;
	margin:0 0 0 30px;
}

