@charset "utf-8";
/* CSS Document */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background: url("../images/main-image_003.jpg") no-repeat;
	background-size:contain;
	background-position: top 60px center;
	background-repeat: no-repeat;
	background-attachment: fixed;
}
#main_image_kenshin {
	width: 100%;
	margin: 0 auto;
	height: 250px;
	background-image:url("../images/main-image_003.jpg");
	background-position: top -40px center;
	background-size:cover;
	position:relative;
}
.kamoku {
	width: 240px;
	position: absolute;
	left: 80%;
	transform: translate(-70%, 50%);
	bottom: 50%;
	z-index: 5;
	background: #fff;
	opacity: 0.95;
	border: none;
	border-radius: 10px;
	padding: 10px;
	font-size: 18px;
}