@charset "UTF-8";


html, body {
	width: 100%;
	height: 100%;
	margin:0;
	padding:0;
	overflow:hidden;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	
}

.royalSlider {
	position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    height: auto;
    width: auto;
	}
#logo{
	position:absolute;
	left:0px;
	//bottom:20px;
	top:7px;
	z-index:2147483648;
}

#logo img{
	width: 50%;
}

#nav{
	background-color: rgba(255,255,255,0.95);
	position:absolute;
	//left:150px;
	bottom:52px;
	//top:0px;
	z-index:2147483649;
	//border-top: 1px solid #f6f1e4;
	border-bottom: 1px solid #f6f1e4;
}

#nav ul{
	display: table;
	table-layout: fixed;
	width: 100%;
}

#nav li{
	padding: 5px 0;
	border-right: 1px solid #f6f1e4;
	font-weight: bold;
	text-align: center;
	font-size:14px;
	display: table-cell;
}

#nav li.in{
	color: #765718;
	//background:#765718;
	border-top: 3px solid #765718;
}
.rsABlock{
	//background-color:rgba(0,0,0,0.7);
	background-color:rgba(255,255,255,1);
	width:30%;
	/*top:5px;
	left:5px;*/
	right:0px;
	bottom:39px;
}
.rsABlock.r30{
	right:30px !important;
	left:auto !important;
}

.rsABlock h1{
	margin:5px 0 0;
	padding:0;
	font-size:28px;
	//color:#ffffff;
}
.rsABlock p{
	font-size:13px;
	//color:#ffffff;
	line-height:1.5;
	margin:8px 0 0 0;
	color: #555;
}
.logo{
	text-align: center;
}
.logo img{
	width: 100px;
}

.rsABlock a{
	font-size:9px;
}

.general{
	border: none;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	padding:34px 34px 40px ;
	background-image:url(img/photo_b.png);
	
	background-repeat:no-repeat;
	background-position:top center;
	margin-bottom: 0px;
}


@media screen and (max-width: 767px) {

.rsABlock{
	width:100%;
	bottom:31px;
}

.rsABlock p{
	display: none;
}

.rsABlock h1{
	font-size: 13px;
	color: #333 !important;
	font-weight: normal;
	padding: 5px 0;
	background-color:rgba(255,255,255,0.9);
}

.general{
	padding: 0 0;
	background: none;
}
#nav {
	bottom:50px;
}
#nav li{
	padding: 5px 0;
	font-weight: normal;
	vertical-align: middle;
	font-size:10px;
	letter-spacing:-0.1em;
}

.rsFullscreenBtn{
	display: none !important;
}
.rsDefault .rsThumbsHor{
	padding:3px 0;
}
}

