@charset "utf-8";

html {
	overflow:auto;
	overflow-x:hidden;
}


body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}ol,ul{list-style:none}caption,th {text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym {border:0;}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	background: transparent;
	border: 0;
	margin: 0;
	padding: 0;
	vertical-align: middle;
}
table{border-collapse:collapse; border-spacing:0;}
/* --- /reset --- */



.clearfix:after {content:".";display:block;height:0;clear:both;visibility:hidden;}
.clearfix {display:inline-table;min-height:1%;}
* html .clearfix {height:1%;}
*{zoom:1;}
.clearfix {display:block;}
/* --- /clearfix ---*/


article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section,
summary {
	display: block;
}

img {
	vertical-align	: bottom;
}

a,
a:link,
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #901807;
	text-decoration: none;
	opacity:0.80;
	filter:alpha(opacity=80);
	cursor:pointer;
}
a:active {
	text-decoration: none;
}

li {
	list-style:none;
}

.asterisk {
	color:#D2256C;
}

.p_indent {
	padding-left:1em;
	text-indent: -0.8em;
	line-height:1.5;
}

.horizon {
	width:100%;
	height:1px;
	background-color:#ccc;
}

body{
	font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', sans-serif;
	font-size:14px;
	line-height:2.0;
	background-image:url("images/bg.jpg");
}

/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

body{
	font-size:12px;
}

}
/* -------------------------------------- */


p {
	margin:35px 0;
}





/* ----------------------------------------------------------------------
 - レイアウト
---------------------------------------------------------------------- */
.site_width {
	max-width:960px;
	margin:0 auto;
	overflow:hidden;
	padding:0 10px;
}


.sec_margin {
	height:70px;
}

/* 796px未満 ---------------------------- */
@media screen and (max-width: 795px) {

.sec_margin {
	height:42px;
}

}
/* -------------------------------------- */


#contents {
}




/* ----------------------------------------------------------------------
 - ヘッダー
---------------------------------------------------------------------- */


#site_head {
	width:100%;
	height:124px;
	background-color:#10110f;
}

#site_head .site_width {
	position:relative;
}

#site_head a {
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-repeat:no-repeat;
}

#site_head h1 {
	float:left;
	padding-top:33px;
}

#site_head h1 a {
	width:126px;
	height:69px;
	background-image:url("images/h_bb9_logo.gif");
}

#site_head nav {
	float:right;
	overflow:hidden;
	position:relative;
	height:124px;
}

#site_head ul {
	padding-top:78px;
	overflow:hidden;
}

#site_head li {
	float:left;
	padding:0 6px;
	border-right:1px solid #b5b4ac;
	margin:5px 0;
}
#site_head li.menu1 {
	border-left:1px solid #b5b4ac;
}

/* 980px以上 ---------------------------- */
@media screen and (min-width: 980px) {
	#site_head li { padding:0 33px; }
}
/* 980px未満 ---------------------------- */
@media screen and (max-width: 979px) {
	#site_head li { padding:0 25px; }
}
/* 860px未満 ---------------------------- */
@media screen and (max-width: 860px) {
	#site_head li { padding:0 15px; }
}
/* 740px未満 ---------------------------- */
@media screen and (max-width: 740px) {
	#site_head li { padding:0 6px; }
}
/* -------------------------------------- */



#site_head li a {
	height:14px;
	margin:2px 0;
}

#site_head .menu1 a {
	width:83px;
	background-image:url("images/h_menu1.gif");
}
#site_head .menu2 a {
	width:52px;
	background-image:url("images/h_menu2.gif");
}
#site_head .menu3 a {
	width:34px;
	background-image:url("images/h_menu3.gif");
}
#site_head .menu4 a {
	width:82px;
	background-image:url("images/h_menu4.gif");
}
#site_head .menu5 a {
	width:83px;
	background-image:url("images/h_menu5.gif");
}
#site_head .menu6 a {
	width:50px;
	background-image:url("images/h_menu6.gif");
}


#site_head .fb_like,
#site_head .mailto {
	position:absolute;
	top:24px;
	height:12px;
}
#site_head .fb_like {
	width:7px;
	background-image:url("images/h_icon_f.gif");
	right:0;
}
#site_head .mailto {
	width:15px;
	background-image:url("images/h_icon_m.gif");
	right:29px;
}

#site_head .menu_open,
#site_head .menu_close,
#site_head .down_scroll {
	display:none;
}



/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

#site_head {
	height:60px;
	position:relative;
	z-index:2147483647;
}

#site_head a {
	background-size:contain;
}

#site_head h1 {
	padding-top:17px;
}

#site_head h1 a {
	width:57px;
	height:31px;
	background-image:url("images/sp/h_bb9_logo.gif");
}


#site_head .menu_open {
	float:right;
	margin-top:13px;
	display:block;
	width:36px;
	height:36px;
	background-image:url("images/sp/h_menu_open.gif");
}




#site_head .menu_close {
	display:block;
	width:36px;
	height:36px;
	background-image:url("images/sp/h_menu_close.gif");
	margin-left:auto;
}

#site_head .fb_like,
#site_head .mailto {
	width:40px;
	height:40px;
	top:410px;
}
#site_head .fb_like {
	background-image:url("images/sp/h_icon_f.gif");
	right:20px;
}
#site_head .mailto {
	background-image:url("images/sp/h_icon_m.gif");
	right:75px;
}


#site_head ul {
	padding-top:12px;
}

#site_head li {
	border-bottom:1px solid #000;
	padding:0;
	margin:0;
}
#site_head li.menu1 {
	border-top:1px solid #000;
	border-left:none;
}

#site_head li a {
	height:50px;
}

#site_head .menu1 a {
	width:180px;
	background-image:url("images/sp/h_menu1.gif");
}
#site_head .menu2 a {
	width:180px;
	background-image:url("images/sp/h_menu2.gif");
}
#site_head .menu3 a {
	width:180px;
	background-image:url("images/sp/h_menu3.gif");
}
#site_head .menu4 a {
	width:180px;
	background-image:url("images/sp/h_menu4.gif");
}
#site_head .menu5 a {
	width:180px;
	background-image:url("images/sp/h_menu5.gif");
}
#site_head .menu6 a {
	width:180px;
	background-image:url("images/sp/h_menu6.gif");
}


#site_head nav,
#site_head nav * {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-ms-box-sizing:border-box;
	-o-box-sizing:border-box;
	}

#site_head nav {
	position:absolute;
	top:0;
	right:0;
	height:100%;
	min-height:100%;
	z-index:2147483647;
	width:200px;
	padding:12px 10px;
	background:#A84723;
	margin:0;
	overflow:hidden;
}

#site_head nav {
	
	display:none;
	opacity:0;
	
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition-property: opacity;
	-webkit-transition-duration:0.25s;
	-webkit-transition-timing-function:ease-in-out;
	
	-moz-transition-property: opacity;
	-moz-transition-duration:0.25s;
	-moz-transition-timing-function:ease-in-out;
	
	-ms-transition-property: opacity;
	-ms-transition-duration:0.25s;
	-ms-transition-timing-function:ease-in-out;
	
	-o-transition-property: opacity;
	-o-transition-duration:0.25s;
	-o-transition-timing-function:ease-in-out;
	
	transition-property: opacity;
	transition-duration:0.25s;
	transition-timing-function:ease-in-out;
}

#site_head nav.active {
	display:block;
	opacity:1.0;
	
	
	}

#site_head .site_width{
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition-property: all;
	-webkit-transition-duration:0.25s;
	-webkit-transition-timing-function:ease-in-out;
	
	-moz-transition-property: all;
	-moz-transition-duration:0.25s;
	-moz-transition-timing-function:ease-in-out;
	
	-ms-transition-property: all;
	-ms-transition-duration:0.25s;
	-ms-transition-timing-function:ease-in-out;
	
	-o-transition-property: all;
	-o-transition-duration:0.25s;
	-o-transition-timing-function:ease-in-out;}

#site_head .site_width {
	overflow:visible;
}


}
/* -------------------------------------- */






/* ----------------------------------------------------------------------
 - フッター
---------------------------------------------------------------------- */
footer {
	width:100%;
	background-color:#10110f;
	color:#E9E6DD;
	padding:50px 0;
}


footer .site_width {
	position:relative;
}

footer .f_left {
	float:left;
	width:35%;
}

footer .f_right {
	float:right;
	width:65%;
}

footer p {
	position:absolute;
	right:10px;
	bottom:0;
	margin:0;
}

footer nav {
	overflow:hidden;
}

footer li,
footer .fb_like,
footer .mailto {
	float:right;
}


footer ul {
	overflow:hidden;
	margin-bottom:5px;
}
footer li {
	padding:0 17px;
	border-right:1px solid #b5b4ac;
	margin-bottom:14px;
}

footer li.menu0 {
	padding-left:0;
}
footer li.menu6 {
	border:none;
	padding-right:0;
}


footer a,
footer .fb_like,
footer .mailto {
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	height:13px;
	background-repeat:no-repeat;
}

footer .menu0 a {
	width:33px;
	background-image:url("images/f_menu0.gif");
}
footer .menu1 a {
	width:61px;
	background-image:url("images/f_menu1.gif");
}
footer .menu2 a {
	width:43px;
	background-image:url("images/f_menu2.gif");
}
footer .menu3 a {
	width:33px;
	background-image:url("images/f_menu3.gif");
}
footer .menu4 a {
	width:74px;
	background-image:url("images/f_menu4.gif");
}
footer .menu5 a {
	width:69px;
	background-image:url("images/f_menu5.gif");
}
footer .menu6 a {
	width:37px;
	background-image:url("images/f_menu6.gif");
}
footer .fb_like {
	width:7px;
	background-image:url("images/f_icon_f.gif");
	margin-left:20px;
}
footer .mailto {
	width:15px;
	background-image:url("images/f_icon_m.gif");
}



#map_canvas {
	width:100%;
	height:356px;
}



/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

footer {
	padding:30px 0;
}


footer .f_left,
footer .f_right {
	width:100%;
}

footer .f_left {
	margin-bottom:30px;
	font-size:10px;
}

footer nav {
	margin-bottom:5px;
}

footer ul {
	display:none;
}

footer p {
	position:static;
	text-align:right;
	margin:0;
	font-size:10px;
}

footer .fb_like {
	width:7px;
	background-image:url("images/sp/f_icon_f.gif");
	background-size:contain;
}
footer .mailto {
	width:15px;
	background-image:url("images/sp/f_icon_m.gif");
	background-size:contain;
}

#map_canvas {
	width:100%;
	height:222px;
}

}
/* -------------------------------------- */







/* ----------------------------------------------------------------------
 - コンテンツ
---------------------------------------------------------------------- */
article {
	padding:17px 0 85px;
}
#home article {
	padding-bottom:0px;
}


/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

article {
	padding-bottom:50px;
}

}
/* -------------------------------------- */



/* ----------------------------------------------------------------------
 - ページヘッド
---------------------------------------------------------------------- */
.page_head {
	max-width:980px;
	margin:0 auto 45px auto;
	border-bottom:1px solid #000;
	padding-bottom:48px;
}

/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

.page_head {
	margin-bottom:35px;
}

}
/* -------------------------------------- */


.page_head h1 {
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-repeat:no-repeat;
	margin:0 auto;
}


/* --------------------------------------------------
 - パンくず
-------------------------------------------------- */
#bread_cramb {
	width:100%;
	overflow:hidden;
	margin-bottom:30px;
}

#bread_cramb li {
	float:left;
	margin-right:8px;
}

.bc_home a {
	background-image:url("images/bc_icon_home.png");
	background-repeat:no-repeat;
	padding:2px 0 0 21px;
}

.bc_arrow,
.bc_pname {
	padding-top:2px;
}


/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

#bread_cramb {
	margin-bottom:20px;
}

.bc_home a {
	background-image:url("images/sp/bc_icon_home.png");
	background-size:16px 15px;
	padding:5px 0 0 21px;
}

.bc_arrow,
.bc_pname {
	padding-top:2px;
}

}
/* -------------------------------------- */






/* ----------------------------------------------------------------------
 - about bb9 ～ bb9について
---------------------------------------------------------------------- */
#about .page_head h1 {
	background-image:url("about/images/h1_title.png");
	width:193px;
	height:62px;
}

/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

#about .page_head h1 {
	background-image:url("about/images/sp/h1_title.png");
	background-size:contain;
	width:150px;
	height:48px;
}

}
/* -------------------------------------- */


#about article section {
	max-width:621px;
	margin:0 auto;
}

#about article section img {
	width:100%;
	height:auto;
}

.signature {
	text-align:right;
	margin-bottom:0;
}







/* ----------------------------------------------------------------------
 - Information ～ ご案内
---------------------------------------------------------------------- */
#information .page_head h1 {
	background-image:url("information/images/h1_title.png");
	width:245px;
	height:63px;
}

/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

#information .page_head h1 {
	background-image:url("information/images/sp/h1_title.png");
	background-size:contain;
	width:192px;
	height:49px;
}

}
/* -------------------------------------- */

#information .page_head {
	margin-bottom:0;
}

#information article section {
	max-width:698px;
	margin:0 auto;
}

#information article section p {
	margin:0;
}

#information article section li {
	border-bottom:1px solid #000;
	padding:48px 12px;
}

#information article section li span {
	font-size:90%;
}

#information article section li a {
	/*font-weight:bold;*/
}





/* ----------------------------------------------------------------------
 - Reservation ～ ご予約
---------------------------------------------------------------------- */
#reservation .page_head h1 {
	background-image:url("reservation/images/h1_title.png");
	width:234px;
	height:64px;
}

/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

#reservation .page_head h1 {
	background-image:url("reservation/images/sp/h1_title.png");
	background-size:contain;
	width:183px;
	height:50px;
}

}
/* -------------------------------------- */


#reservation article section {
	max-width:540px;
	margin:0 auto;
}

.resv_black {
	display:block;
	float:left;
	background-color:#262223;
	color:#E9E6DD;
	padding:2px 10px;
	margin-top:10px;
}

.resv2 {
	overflow:hidden;
}

.resv2 li {
	padding:26px 10px;
	border-bottom:1px solid #000;
	overflow:hidden;
}

.resv2 li.resc_li1 {
	padding-top:0;
}

.resv2 li.resc_li1 span {
	color:#E9E7DD;
}

.resv2 li p {
	margin:0;
}

.resv2 .p_indent {
	font-size:90%;
}

.resv2 li p.p_indent {
	margin:3px 0;
}


.resv2 span {
	color:#901806;
}

.resv2 dt {
	color:#901806;
	float:left;
	clear:left;
}

.resv2 dd {
	margin-left:1.5em;
}



.resv2 .dot_line {
	background-image:url("reservation/images/dot_line.png");
	background-repeat:repeat-x;
	background-position:0 12px;
	overflow:hidden;
}

/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

.resv2 .dot_line {
	background-position:0 10px;
	background-image:url("reservation/images/sp/dot_line.png");
	background-size:242px 2px;
}

}
/* -------------------------------------- */



.resv2 .dot_line span {
	color:#000;
	background-image:url("images/bg.jpg");
}

.resv2 .dot_line span.left {
	float:left;
	padding-right:10px;
}
.resv2 .dot_line span.right {
	float:right;
	padding-left:10px;
}

.resv2 span.bold {
	font-size:110%;
	font-weight:bold;
	color:#000;
}

.resv2 div {
	height:30px;
}

.resv2 table {
	margin:24px 0 30px;
}

.resv2 td {
	padding-right:2em;
	padding-bottom:5px;
	line-height:1.5;
}








/* ----------------------------------------------------------------------
 - Menu ～ メニュー
---------------------------------------------------------------------- */
#menu .page_head h1 {
	background-image:url("menu/images/h1_title.png");
	width:112px;
	height:61px;
}

/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

#menu .page_head h1 {
	background-image:url("menu/images/sp/h1_title.png");
	background-size:contain;
	width:86px;
	height:48px;
}

}
/* -------------------------------------- */


#menu article section {
	max-width:790px;
	margin:0 auto;
}

#menu article h2 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-repeat:no-repeat;
	margin-left:auto;
}

#menu article .menu_1 h2 {
	background-image:url("menu/images/h2_1.png");
	width:196px;
	height:50px;
}
#menu article .menu_2 h2 {
	background-image:url("menu/images/h2_2.png");
	width:78px;
	height:48px;
}

.resv2 dd p {
	margin:0;
}

#menu article dt {
	width:196px;
	overflow:hidden;
}

#menu article dd {
	margin-left:240px;
}

#menu article .menu_1 {
	margin:40px 0 80px;
}

#menu .resv2 table {
	margin:12px 0 30px;
}

#menu .resv2 div.horizon {
	height:1px;
	background-color:#000;
	margin-bottom:30px;
}




/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

#menu article h2 {
	margin-left:0;
	background-size:contain;
}

#menu article .menu_1 h2 {
	background-image:url("menu/images/sp/h2_1.png");
	width:153px;
	height:38px;
}
#menu article .menu_2 h2 {
	background-image:url("menu/images/sp/h2_2.png");
	width:61px;
	height:37px;
}

#menu article dt {
	margin-bottom:20px;
}

#menu article dd {
	clear:left;
	margin-left:0;
}

#menu article .menu_1 {
	margin:20px 0 60px;
}

}
/* -------------------------------------- */






/* ----------------------------------------------------------------------
 - Gallery ～ ギャラリー
---------------------------------------------------------------------- */
#gallery .page_head h1 {
	background-image:url("gallery/images/h1_title.png");
	width:142px;
	height:62px;
}

#gallery .site_width.gallery {
	max-width:980px;
	}

/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

#gallery .page_head h1 {
	background-image:url("gallery/images/sp/h1_title.png");
	background-size:contain;
	width:111px;
	height:49px;
}

}
/* -------------------------------------- */


#gallery .sec1 {
	vertical-align:text-bottom;
	line-height:0;
	padding-left:7px;
}

/* 1012px未満 ---------------------------- */
@media screen and (max-width: 1012px) {


#gallery .sec1 {
	vertical-align:text-bottom;
	line-height:0;
	padding-left:0px;
}

#gallery .sec1 a {
	width:50%;
	}
	
#gallery .sec1 a img{
	width:100%;
	}	

}

#gallery .sec1 img {
	margin:2px;
	max-width:48%;
	width:316px;
	height:auto;
}






/* ----------------------------------------------------------------------
 - ホーム (ヘッダー)
---------------------------------------------------------------------- */
#home #site_head {
	background-color:transparent;
	position:relative;
}

#home #site_head .site_width {
	box-sizing:border-box;
	max-width:100%;
}


#home .mc-cycle {
	top:0;
	left:0;
	overflow:hidden;
	position:absolute;
}

.mc-cycle,
.mc-image {
	height:100% !important;
}
	
.mc-old-browser .mc-image{
	overflow:hidden;
	}



#home #site_head h1 {
	padding-top:0;
	margin-top:45px;
	margin-left:45px;
}

#home #site_head nav {
	position:static;
	margin-top:45px;
	margin-right:45px;
}

#home #site_head h1 a {
	width:146px;
	height:85px;
	background-image:url("images/h_bb9_logo_full.png");
}



#home #site_head ul {
	padding-top:34px;
}

#home #site_head li {
	border:none;
	padding:0 0 0 1px;
}

#home #site_head li a {
	width:120px;
	height:25px;
	margin:0;
}

#home #site_head .menu1 a {
	background-image:url("images/h_menu1_f.gif");
}
#home #site_head .menu2 a {
	background-image:url("images/h_menu2_f.gif");
}
#home #site_head .menu3 a {
	background-image:url("images/h_menu3_f.gif");
}
#home #site_head .menu4 a {
	background-image:url("images/h_menu4_f.gif");
}
#home #site_head .menu5 a {
	background-image:url("images/h_menu5_f.gif");
}
#home #site_head .menu6 a {
	background-image:url("images/h_menu6_f.gif");
}

#home #site_head .fb_like,
#home #site_head .mailto {
	top:45px;
	height:12px;
}
#home #site_head .fb_like {
	background-image:url("images/h_icon_f_f.png");
	right:45px;
}
#home #site_head .mailto {
	background-image:url("images/h_icon_m_f.png");
	right:74px;
}


#home #site_head .down_scroll {
	display:block;
	width:93px;
	height:38px;
	background-image:url("images/h_down.gif");
	position:absolute;
	bottom:0;
	right:45px;
}

.mc-hide-scrolls{overflow:hidden}

body .mc-cycle{
	height:100%;
	left:0;
	overflow:hidden;
	position:fixed;
	top:0;
	width:100%;
	z-index:-1
	}

div.mc-image{
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	
	-webkit-transition-property: opacity;
	-webkit-transition-duration:3s;
	-webkit-transition-timing-function:ease-in-out;
	
	-moz-transition-property: opacity;
	-moz-transition-duration:3s;
	-moz-transition-timing-function:ease-in-out;
	
	-ms-transition-property: opacity;
	-ms-transition-duration:3s;
	-ms-transition-timing-function:ease-in-out;
	
	-o-transition-property: opacity;
	-o-transition-duration:3s;
	-o-transition-timing-function:ease-in-out;
	
	transition-property: opacity;
	transition-duration:3s;
	transition-timing-function:ease-in-out;
	
	-webkit-background-size:cover;
	-moz-background-size:cover;
	-o-background-size:cover;
	background-size:cover;
	background-position:center center;
	background-repeat:no-repeat;
	height:100%;
	overflow:hidden;
	width:100%
	}
	
.mc-old-browser .mc-image{
	overflow:hidden;
	}


/* 981px未満 ---------------------------- */
@media screen and (max-width: 980px) {

#home #site_head {
	height:500px;
}

/*.mc-cycle,
.mc-image {
	height:500px !important;
}*/

#home #site_head .site_width {
	padding:0;
}

#home #site_head h1 {
	margin-top:22px;
	margin-left:22px;
}

#home #site_head nav {
	margin-top:22px;
	margin-right:22px;
}


#home #site_head .fb_like,
#home #site_head .mailto {
	top:22px;
}
#home #site_head .fb_like {
	background-image:url("images/h_icon_f_f.png");
	right:22px;
}
#home #site_head .mailto {
	background-image:url("images/h_icon_m_f.png");
	right:51px;
}

#home #site_head .down_scroll {
	display:none;
}

}
/* -------------------------------------- */


/* 941px未満 ---------------------------- */
@media screen and (max-width: 940px) {

#home #site_head ul {
	width:605px;
}

}
/* -------------------------------------- */

/* 821px未満 ---------------------------- */
@media screen and (max-width: 820px) {

#home #site_head ul {
	width:484px;
}

}
/* -------------------------------------- */

/* 701px未満 ---------------------------- */
@media screen and (max-width: 701px) {

#home #site_head ul {
	width:363px;
}

}
/* -------------------------------------- */



/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

#home #site_head {
	background-color:#10110f;
	height:60px;
}

.mc-cycle,
.mc-image {
	height:286px !important;
}

.mc-cycle {
	top:60px !important;
}


#home #site_head .site_width {
	max-width:960px;
	padding:0 10px;
}


#home #site_head h1 {
	padding-top:17px;
}

#home #site_head h1 {
	margin-top:0px;
	margin-left:0px;
}

#home #site_head nav {
	margin-top:0px;
	margin-right:0px;
}

#home #site_head h1 a {
	width:57px;
	height:31px;
	background-image:url("images/sp/h_bb9_logo.gif");
}


#home #site_head .fb_like,
#home #site_head .mailto {
	width:40px;
	height:40px;
	top:410px;
}
#home #site_head .fb_like {
	background-image:url("images/sp/h_icon_f.gif");
	right:20px;
}
#home #site_head .mailto {
	background-image:url("images/sp/h_icon_m.gif");
	right:75px;
}


#home #site_head ul {
	padding-top:12px;
	width:180px;
}

#home #site_head li {
	border-bottom:1px solid #000;
	padding:0;
	margin:0;
}
#home #site_head li.menu1 {
	border-top:1px solid #000;
	border-left:none;
}

#home #site_head li a {
	height:50px;
	margin: 2px 0;
}

#home #site_head .menu1 a {
	width:180px;
	background-image:url("images/sp/h_menu1.gif");
}
#home #site_head .menu2 a {
	width:180px;
	background-image:url("images/sp/h_menu2.gif");
}
#home #site_head .menu3 a {
	width:180px;
	background-image:url("images/sp/h_menu3.gif");
}
#home #site_head .menu4 a {
	width:180px;
	background-image:url("images/sp/h_menu4.gif");
}
#home #site_head .menu5 a {
	width:180px;
	background-image:url("images/sp/h_menu5.gif");
}
#home #site_head .menu6 a {
	width:180px;
	background-image:url("images/sp/h_menu6.gif");
}


#home #site_head nav {
	position:absolute;
}



}
/* -------------------------------------- */


/* ----------------------------------------------------------------------
 - ニュースティッカー
---------------------------------------------------------------------- */
/*#home #news_ticker {
	position:absolute;
	bottom:45px;
	left:45px;
	overflow:hidden;
	line-height:1.4;
}

#home #news_ticker th {
	width:64px;
	background-color:#10110f;
	border-right:1px solid #b3b2a9;
}

#home #news_ticker h2 {
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-repeat:no-repeat;
	width:64px;
	height:9px;
	background-image:url("images/news_h2.gif");
}

#home #news_ticker ul,
#home #news_ticker li {
	overflow:hidden;
	padding:0;
	margin:0;
	float:left;
}

#home #news_ticker td.news_body {
	background-color:#e9e8dd;
}

#home #news_ticker .caroufredsel_wrapper {
}


#home #news_ticker li {
	background-color:#e9e8dd;
	padding:2px 5px;
	float:left;
	width:500px !important;
}

#home #news_ticker td.news_button {
	width:21px;
	background-color:#e9e8dd;
	border-left:1px solid #d5d3c0;
}

#home #news_ticker a.news_next {
	width:21px;
	height:21px;
	background-image:url("images/news_button.gif");
}

#home #news_ticker li a {
	display:inline;
}*/

/* ---------------------------------------- 
 - ticker
---------------------------------------- */

/* liScroll styles */

#home #news_ticker {
	position:absolute;
	bottom:45px;
	left:45px;
	overflow:hidden;
	line-height:1.4;
	background-color:#e9e8dd;
	width:452px;
	height:21px;
	font-size:13px;
}

#home #news_ticker h2,
#home #news_ticker a.news_button,
#home #news_ticker .mask {
	position:absolute;
	}

#home #news_ticker h2 {
	width:64px;
	height:21px;
	top:0;
	left:0;
	background-color:#10110F;
	background-image:url(images/news_h2.gif);
	background-position:center center;
	background-repeat:no-repeat;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	}
	
#home #news_ticker a.news_button {
	width:21px;
	background-color:#e9e8dd;
	border-left:1px solid #d5d3c0;
	right:0;
	top:0;
	width:21px;
	height:21px;
	border-left:solid 1px #D5D3C0;
	display:block;
	background:url(images/news_button.gif) center center no-repeat;
}

#home #news_ticker .mask {
	width:365px;
	height:21px;
	top:0;
	left:65px;
	overflow:hidden;
	}

.tickercontainer { /* the outer div */
	width:366px;
	height:21px;
	margin: 0; 
	padding: 0;
	overflow: hidden;
	bottom:0;	
}


#news_ticker ul{ /* that's your list */
/*Transitions have been added in order set css3 transitions; and have linear easing. Changing these lines you might have unexpected results */
	-webkit-transform-style: preserve-3d;
	-moz-transform-style: preserve-3d;
	-ms-transform-style: preserve-3d;
	-o-transform-style: preserve-3d;
	transform-style: preserve-3d;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-webkit-transition: all 0s linear;
	-moz-transition: all 0s linear;
	-o-transition: all 0s linear;
	transition: all 0s linear;
	position: relative;
	margin-left: 20px;
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-top:2px !important;

}


#news_ticker ul li {
	float: left; /* important: display inline gives incorrect results when you check for elem's width */
	margin: 0;
	padding-right: 100px !important;
}


.quickNews {
	width:452px;
	height:36px;
	position:absolute;
	background:url(images/quick_news_bg.jpg) 0 0 repeat;
	color:#E9E7DD;
	bottom:80px;
	left:45px;
	display:table;
	vertical-align:middle;
	text-align:center;
	}
	
.quickNews span {
	display:table-cell;
	vertical-align:middle;
	font-size:13px;
	}


/* 981px未満 ---------------------------- */
@media screen and (max-width: 980px) {

#home #news_ticker {
	bottom:22px;
	left:22px;
}

.quickNews {
	bottom:57px;
	left:22px;
	}

}
/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

#home #news_ticker {
	display:none;
}

.quickNews {
	bottom:auto;
	left:0;
	top:310px;
	width:100%;
	font-size:10px;
	height:36px;
	}

.quickNews span {
	}

}
/* -------------------------------------- */




/* ----------------------------------------------------------------------
 - ホーム
---------------------------------------------------------------------- */
#home article {
-    padding-top:100px;
}


#home article section {
	margin:0 auto;
	overflow:hidden;
}

#home article h2,
.home_more {
	display:block;
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background-repeat:no-repeat;
}


/* -------------------------------------- */
#home article .sec1 {
	max-width:803px;
	margin-bottom:90px;
}

#home article .sec1 h2 {
	height:55px;
	background-image:url("images/home_h2_1.png");
}

#home article .sec1 div {
	overflow:hidden;
}

#home article .sec1 p {
	float:left;
	width:55%;
	margin-top:20px;
	margin-bottom:30px;
}

#home article .sec1 img {
	max-width:280px;
	width:43%;
	height:auto;
	margin-top:20px;
	margin-bottom:30px;
	float:right;
}

.home_more {
	width:175px;
	height:26px;
	background-image:url("images/home_more.gif");
	float:right;
}


/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

#home article {
    padding-top:100px;
}


#home article .sec1 h2 {
	height:35px;
	background-image:url("images/sp/home_h2_1.png");
	background-size:603px 35px;
}

#home article .sec1 div {
	text-align:center;
}


#home article .sec1 p {
	width:100%;
	text-align:left;
}

#home article .sec1 img {
	float:none;
	max-width:292px;
	width:100%;
	margin:0 auto 30px;
}

.home_more {
	width:137px;
	height:21px;
	background-image:url("images/sp/home_more.gif");
	background-size:contain;
}

}
/* -------------------------------------- */

#home article.part2 {
-	margin-top:50px;
}

/* -------------------------------------- */
#home article .sec2 {
	max-width:100%;
	margin-bottom:60px;
}

#home article .sec2 h2 {
	width:146px;
	height:56px;
	background-image:url("images/home_h2_2.png");
	margin:0 auto 50px;
}

#home article #c_wrap {
	height:287px;
	padding:10px 0;
	background-color:#F6F5F0;
	margin-bottom:90px;
	margin-bottom:0px;
}

#home article .sec2 ul {
	overflow:hidden;
}

#home article .sec2 li {
	float:left;
	padding:0 5px 10px;
}

#home article .sec2 img {
	max-width:460px;
	height:auto;
}

/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

#home article .sec2 h2 {
	width:114px;
	height:49px;
	background-image:url("images/sp/home_h2_2.png");
	background-size:contain;
	margin-bottom:30px;
}

#home article #c_wrap {
	height:156px;
	padding:10px 0;
	background-color:#F6F5F0;
	margin-bottom:90px;
	margin-bottom:20px;
}

#home article .sec2 img {
	max-width:250px;
}

}
/* -------------------------------------- */


.yoyakubotan {
	padding:0 1em;
}

.yoyakubotan a {
	display:block;
	color:#E9E6DD;
	background:#10110F;
	max-width:960px;
	margin:4em auto 2em;
	text-align:center;
	padding:1em;
}


/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

.yoyakubotan a {
	margin:2em auto 0;
}

}
/* -------------------------------------- */










/* -------------------------------------- */
#home article .sec3 {
	max-width:954px;
	margin-bottom:90px;
	margin-top:40px;
}

#home article .sec3 h2 {
	width:124px;
	height:58px;
	background-image:url("images/home_h2_3.png");
	float:left;
}

#home article .sec3 ul {
	margin-left:170px;
}

#home article .sec3 li {
	overflow:hidden;
	margin-bottom:40px;
}

#home article .sec3 span {
	display:block;
	float:left;
}

#home article .sec3 p {
	margin:0 0 0 110px;
	padding:0 20px 40px;
	border-bottom:1px solid #000;
}


/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

#home article .sec3 {
	margin-bottom:40px;
	margin-top:40px;
}

#home article .sec3 h2 {
	width:102px;
	height:51px;
	background-image:url("images/sp/home_h2_3.png");
	background-size:contain;
	float:none;
	margin-bottom:30px;
}

#home article .sec3 ul {
	margin:0;
}

#home article .sec3 li {
	margin-bottom:30px;
}


#home article .sec3 span {
	float:none;
}

#home article .sec3 p {
	margin:0;
	padding:0 0 30px;
}

.sp_no_line span {
	float:none !important;
	background:none;
	display:block;
	padding:0 !important;
	}

}

/* --------------------------------------

	j-kit ライトボックスの設定

------------------------------------ */

div#jkit-lightbox-bg {
	display: none;
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 10000;
	width: 100%;
	height: 100%;
	background: #000;
}

div#jkit-lightbox-content {
	display: none;
    position: fixed;
    border: none;
    left: 10%;
    top: 100px;
    z-index: 10001;
    background: #fff;
    padding: 10px;
    overflow-y:hidden;
    -webkit-overflow-scrolling: touch;
}

div#jkit-lightbox-title {
	display: none;
	position: fixed;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	left: 0px;
	top: 0px;
	z-index: 10002;
	text-align: left;
}

div#jkit-lightbox-nav {
	display: none;
	position: fixed;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	height: 20px;
	left: 0px;
	top: 0px;
	z-index: 10003;
	text-align: right;
	width: 50px;
	cursor: pointer;
	cursor: hand;
}

span#jkit-lightbox-nav-next {
	margin-right: 20px;
}

span#jkit-lightbox-nav-prev {
	margin-right: 10px;
}










/* ----------------------------------------------------------------------
 - ムービー
---------------------------------------------------------------------- */

#opening {
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100%;
	background:#000;
	z-index:10000;

}


.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  position: absolute;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}



@media screen and (max-width: 645px) {

#opening {
	display:none;
}

.youtube {
	top:60px;
}

}




/* --------------------------------------

	WEBでのご予約はこちら

------------------------------------ */
a.web_reserve {
	display:block;
	max-width:200px;
	margin:2em 0 1em 0;
	padding:0.3em 1em;
	color:#E9E8DD;
	background-color:#000;
	position:relative;
}
a.web_reserve::after {
	content:">";
	position:absolute;
	right:1em;
}


footer a.web_reserve {
	text-indent:0;
	height:auto;
	margin:1em 0 0;
	padding:0.3em 1em;
	color:#E9E6DD;
	position:relative;
	border:1px solid #E9E6DD;
	font-weight:bold;
	max-width:12.5em;
}
footer a.web_reserve::after {
	font-weight:normal;
	content:">";
	position:absolute;
	right:1em;
}



#home article .sec1 a#reserve_button img,
a#reserve_button img {
	max-width:240px;
	width:auto;
	margin:1.5em 0;
	float:none;
}

footer a.reserve_button2 {
	max-width:210px;
	text-indent:0;
	height:auto;
}
footer a.reserve_button2 img {
	margin:1.5em 0;
	max-width:210px;
}


/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

footer a.reserve_button2 img {
	margin:1.5em 0;
	max-width:180px;
}

}
/* -------------------------------------- */




/* ----------------------------------------------------------------------
 - Reservation ～ ご予約 （ホームバージョン）
---------------------------------------------------------------------- */
#home #reservation article {
	padding-top:0;
	padding-bottom:0;
}

#home #reservation article section h2 {
	background-image:url("reservation/images/h1_title.png");
	width:234px;
	height:64px;
	margin:0 auto 50px;
}

/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

#home #reservation article section h2 {
	background-image:url("reservation/images/sp/h1_title.png");
	background-size:contain;
	width:183px;
	height:50px;
}

}
/* -------------------------------------- */


#home #reservation article section {
	max-width:540px;
	margin:0 auto;
}

#home #reservation article section .resv_black {
	display:block;
	float:left;
	background-color:#262223;
	color:#E9E6DD;
	padding:2px 10px;
	margin-top:10px;
}

#home #reservation article section .resv2 {
	overflow:hidden;
}

#home #reservation article section .resv2 li {
	padding:26px 10px;
	border-bottom:1px solid #000;
	overflow:hidden;
}

#home #reservation article section .resv2 li.resc_li1 {
	padding-top:0;
}

#home #reservation article section .resv2 li.resc_li1 span {
	color:#E9E7DD;
}

#home #reservation article section .resv2 li p {
	margin:0;
	width:auto;
	float:none;
}


#home #reservation article section .resv2 .p_indent {
	font-size:90%;
}

#home #reservation article section .resv2 li p.p_indent {
	margin:3px 0;
}


#home #reservation article section .resv2 span {
	color:#901806;
}

#home #reservation article section .resv2 dt {
	color:#901806;
	float:left;
	clear:left;
}

#home #reservation article section .resv2 dd {
	margin-left:1.5em;
}



#home #reservation article section .resv2 .dot_line {
	background-image:url("reservation/images/dot_line.png");
	background-repeat:repeat-x;
	background-position:0 12px;
	overflow:hidden;
}

/* 646px未満 ---------------------------- */
@media screen and (max-width: 645px) {

#home #reservation article section .resv2 .dot_line {
	background-position:0 10px;
	background-image:url("reservation/images/sp/dot_line.png");
	background-size:242px 2px;
}

}
/* -------------------------------------- */



#home #reservation article section .resv2 .dot_line span {
	color:#000;
	background-image:url("images/bg.jpg");
}

#home #reservation article section .resv2 .dot_line span.left {
	float:left;
	padding-right:10px;
}
#home #reservation article section .resv2 .dot_line span.right {
	float:right;
	padding-left:10px;
}

#home #reservation article section .resv2 span.bold {
	font-size:110%;
	font-weight:bold;
	color:#000;
}

#home #reservation article section .resv2 div {
	height:30px;
}

#home #reservation article section .resv2 table {
	margin:24px 0 30px;
}

#home #reservation article section .resv2 td {
	padding-right:2em;
	padding-bottom:5px;
	line-height:1.5;
}

