@charset "UTF-8";

/* CSS Document */

/*******
  header
*******/
header{
	height: auto;
	background: url("main_bg.png");
}
@media screen and (max-width:786px){
	header{
		height: auto;
	}
}

header .inner{
	width: 1100px;
	margin: auto;
	background: url("main_img.jpg")no-repeat top right;
	background-size: 837px 500px;
	padding: 120px 0 120px 0;
	position: relative;
	max-width: 100%;
}
header .inner h1 img{
	background:rgba(0,0,0,0);
}
@media screen and (max-width:786px){
	header .inner{
		width: auto;
		padding: 0px 0 0px 0;
		background: url()no-repeat top right;
	}
	header .inner h1 img{
		width: 100%;
	}
	header .inner h1{

	}
}

.rnav{
	height: calc(100% - 110px);
}
.r_notice{
	display:none;
}
