@charset "utf-8";
/* CSS Document */

html {
	overflow-y:scroll;
	font-size: 62.5%; 
}

body {
	background-color:#000;
	line-height:1;
	font-family:Helvetica, Arial, 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'モリサワ 新ゴ R', 'Droid Sans', メイリオ, 'sans-serif';
	font-size:1.0rem; /*10px*/
	color:#fff;
	-webkit-text-size-adjust:100%;
}
a {
	margin:0;
	padding:0;
	font-size:100%;
	text-decoration:none;
	vertical-align:baseline;
	color:#fff;
	-webkit-tap-highlight-color:/* tap_highlight_color */;
	display:block;
}
a:hover {
	text-decoration: underline;
	color:#fff;
	display: block;
  opacity:0.8;
}

a:active {
	text-decoration: underline;
	color:#fff;
	display: block;
}
a:visit {
  color:#fff;
}
  


/*---------------clearfix---------------*/
.cf:after {
	content: '.';
	height: 0;
	line-height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
.cf {
	display: block;
}
img {
	-ms-interpolation-mode: bicubic;
}

.dn {
	display:none;
}
/*---------------レイアウト---------------*/
.bgp01 {
  background:#250902;
}
.boxLayout_01 {
	width:1000px;
	margin:0 auto;
	padding:80px 0;
}
.contentBox {
  background:#250902;
}
.title {
	margin-bottom:40px;
}
.title img {
	margin:0 auto;
}
.m0 {
	margin:0 !important;
}
.p0 {
  padding:0 !important;
}
.brb {
  border-bottom:1px solid #fff;
}
.fl {
  float:left;
}
.fr {
   float:right;
}
.fs10 {
  font-size:1.0rem !important;
}
.w350 {
  width:350px !important;
}
.op10 a:hover {
  opacity:1.0 !important;
}

/*---------------ページトップリンク---------------*/
.pagetop {
	position:fixed;
	bottom:-50px;
	right:55px;
}
.pagetop a {
	display:block;
	width: 50px;
	height: 50px;
}

/*---------------予約ボタン---------------*/
.btnReserv01 {
  position: fixed;
  bottom: 120px;
  right: 20px;
}
.btnReserv02 {
  margin: 20px 0 0;
}