@media screen and (min-width: 769px){
@charset "utf-8";
/* CSS Document */

/*------------ 初期設定 ------------*/
p {
	color: #000000;
	line-height: 1.7;	
}

/*------------ 全体 ------------*/
html {
}

body {
	width:100%;
}

img {
	-ms-interpolation-mode: bicubic;
}

/*------------ WRAPPER ------------*/
#wrapper {
	width:950px;
	margin:0 auto;
}

/*------------ HEADER ------------*/


/*------------ NAVI ------------*/


.navbar {
	background: url(/images/bg_side.png) repeat;
	/*border-right: 1px solid #D2D3D3;*/
	height: 100%;
	left: 0;
	min-height:700px;
	position: fixed;
	top: 0;
	width: 250px;
	z-index: 5000;
}

.navbar img{
	width:100%;
	-ms-interpolation-mode: bicubic;
}

.navbar .navbar-inner {
	padding:10% 10% 0 10%;
	border-top:solid 10px #990000;
	 -webkit-box-shadow: none;
	 -moz-box-shadow: none;
	 box-shadow: none;
}




.small_nav{
	font-size:0.1em;
	color:#999;
	font-weight:bold;
}



.side_ttl{
	border-bottom:dotted 1px #333;
	padding:0 0 3px 0;
	text-align:left;
	margin-bottom:15px;
}

.side_ttl p{
	font-size:1.4em;
	font-weight:bold;
	color:#333;
}

.ttl_red{
	font-size:1.2em;
	font-weight:bold;
	color:#850000;
}





/*----------------------------------------------------------
    ナビゲーション
-------------------------------------------------------------*/

.mod_nav{
 height:45px;
	background:transparent url('../img/bg_nav.jpg') repeat-x left top;
}
	@media screen and (max-width:600px){
  .mod_nav{height:auto;}
  }
.mod_nav p.navtitle{
 display:none;
}
	@media screen and (max-width:600px){
  .mod_nav p.navtitle{
 cursor:pointer;
/*display:block;*/
 line-height:45px;
 color:#FFF;
 padding:0 0 0 50px;
 font-size:110%;
 font-weight:bold;
  background:transparent url('../img/bg_menu.jpg') no-repeat 9px 9px;
}
  }
.mod_nav ul{
 margin:0 auto;
 width:960px;
}
	@media screen and (max-width:600px){
  .mod_nav ul{width:100%; display:none;}
  }
/*.mod_nav ul li{
 float:none;
 width:100px;
 line-height:45px;
 text-align:center;
}*/
	@media screen and (max-width:600px){
  .mod_nav ul li{float:none; background-color:#48BD48; width:98%; padding:0 1% 0 1%; text-align:left;}
  }
.mod_nav ul li a{
 display:block;
 color:#FFF;
}
	@media screen and (max-width:600px){
  .mod_nav ul li a{border-bottom:solid 1px #34A934;}
  }
.mod_nav ul li.current a{
 font-weight:bold;
}
.mod_nav ul li a:link    {color:#333; text-decoration:none;}
.mod_nav ul li a:visited {color:#333; text-decoration:none;}
.mod_nav ul li a:hover   {color:#333; text-decoration:none; background-color:#67CB67;}
.mod_nav ul li a:active  {color:#333; text-decoration:none; background-color:#67CB67;}


/*----------------------------------------------------------
    メインビジュアル
-------------------------------------------------------------*/
.main_v{
	display:none;
}


/*----------------------------------------------------------
    予約
-------------------------------------------------------------*/

.navbar .reservation{
	margin-bottom:20px;
	text-align:center;
}

.navbar .reservation dt{
	margin-bottom:3px;
}

.navbar .reservation img{
	width:100%;
}

/*----------------------------------------------------------
    ニュース
-------------------------------------------------------------*/

.navbar .navbar-inner .news dt{
	color:#990000;
	font-weight:bold;
	font-size:12px;
}

.navbar .navbar-inner .news dd{
	font-size:12px;
}


/*----------------------------------------------------------
    SNS コピーライト
-------------------------------------------------------------*/


.nav_bottom{
	bottom: 0;
	height: 60px;
	margin-left: 10px;
	position: absolute;
}

.nav_bottom ul{
	overflow:hidden;
}

.nav_bottom li{
	float:left;
	margin-right:3px;
	width:21px;
}


.navbar .navbar-inner .nav_bottom .copyright p{
	color:#000;
	font-size:1.0em;
}



/*----------------------------------------------------------
-------------------------------------------------------------*/


/*------------ contents ------------*/

.contents {
	min-height:	100%;
	overflow-x:	hidden;
	-webkit-overflow-scrolling:touch;
	margin-left:150px;
}

#bg {
        position:fixed;
        top:-50%;
        left:-50%;
        width:200%;
        height:200%;
}







#bg img {
        position:absolute;
        top:0;
        left:250px;
        right:0;
        bottom:0;
        margin:auto;
        min-width:50%;
        min-height:50%;
}


/*----------------------------------------------------------
　　下層
-------------------------------------------------------------*/


/*------------下層共通-------------*/

.under_area{
	text-align: left;
	max-width: 680px;
	width: 80%;
	margin: 50px auto 0 auto;
	overflow-x:	hidden;
	-webkit-overflow-scrolling:touch;
}

.under_area_inner{
	max-width: 680px;
}

.normal{
	font-size:14px;
}

.red_one{
	font-size:20px;
	color:#850000;
	font-weight:bold;
}

.red_two{
	font-size:16px;
	color:#850000;
	font-weight:bold;
}	





.small_font{
	font-size:9px;
	color:#999;
}


.cr{
	display:none;
}

.t_center{
	text-align:center;
}

.t_right{
	text-align:right;
}
/*----------コンセプト----------*/
#bg_concept {
	background:url(/images/concept/img_concept_header.jpg) no-repeat;
	background-size:100% 100%;
	/*background-position:top center;*/
	height:374px;
	width:100%;
	display:table;
	/*margin-left:-150px;*/
}

#bg_concept .tittle{
	display: table-cell;
	vertical-align:middle;
	text-align:center;	
	/*margin: 0 auto;  
    padding: 15px;  
    width: 474px; 
    height: 294px;*/
}



/*----------メニュー----------*/




/*--メニュー共通--*/

.menu_price{
	font-size:16px;
	font-weight:bold;
}

/*アコーディオン*/
dl.accordion {
	padding:10px;
}
dl.accordion dt {
    background:url(/images/open.png) 97% center no-repeat;
    background:url(/images/open.png) 97% center no-repeat;
    border-bottom:1px solid #EEE;
	height:60px;
	text-indent:10px;
	line-height:60px;
	color:#850000;
	font-weight:bold;
	cursor:pointer;
	font-size:20px;
}

dl.accordion dt.open {
    background:url(/images/close.png) 97% center no-repeat;
    background:url(/images/close.png) 97% center no-repeat;
}

dl.accordion dd {
	background:#fff;
	padding:10px;
	line-height:18px;
	display:none;
}

dl.accordion dd p{
	line-height:30px;
}


/*---グランドメニュー--*/
#bg_grandmenu {
	background:url(/images/grandmenu/img_grandmenu_header.jpg) no-repeat;
	background-size:100% 100%;
	/*background-position:top center;*/
	height:374px;
	width:100%;
	display:table;
	/*margin-left:-150px;*/
}

#bg_grandmenu .tittle{
	display: table-cell;
	vertical-align:middle;
	text-align:center;	
	/*margin: 0 auto;  
    padding: 15px;  
    width: 474px; 
    height: 294px;*/
}


/*----------ギャラリー----------*/
#bg_gallery {
	background:url(/images/gallery/bg_gallery_header.jpg) no-repeat;
	background-size:100% 100%;
	/*background-position:top center;*/
	height:374px;
	width:100%;
	display:table;
	/*margin-left:-150px;*/
}

#bg_gallery .tittle{
	display: table-cell;
	vertical-align:middle;
	text-align:center;	
	/*margin: 0 auto;  
    padding: 15px;  
    width: 474px; 
    height: 294px;*/
}

.gallery_1line{
	overflow:hidden;
	margin:0 0 40px 0;
}

.gallery_1line li{
	float:left;
	margin:0 40px 0 0;
}

.gallery_1line .li_last{
	margin:0 0 0 0;
}



/*----------アクセス----------*/
#bg_access {
	background:url(/images/access/img_access_header.jpg) no-repeat;
	background-size:100% 100%;
	/*background-position:top center;*/
	height:374px;
	width:100%;
	display:table;
	/*margin-left:-150px;*/
}

#bg_access .tittle{
	display: table-cell;
	vertical-align:middle;
	text-align:center;	
	/*margin: 0 auto;  
    padding: 15px;  
    width: 474px; 
    height: 294px;*/
}

.adress{
}

.adress td{
	padding:20px;
}

.adress dd{
	padding:20px;
}

.adress .access_tel{
	text-align:right;
}

.adress .access_adress{
	text-align:right;
}

.adress .access_time{
	text-align:right;
}

.adress .borderT{
	border-top:solid 1px #eee;
}

.adress .borderB{
	border-bottom:solid 1px #eee;
}





/*------------ FOOTER ------------*/

#footer{
	background:url(../images/common/bg_footer.jpg) repeat-x top center;
	height:70px;
}

/*-------- text_right --------*/
.t_right {
	text-align: right;
}

/*-------- text_left --------*/
.t_left {
	text-align: left;
}

/*-------- center --------*/
.t_center {
	text-align: center;
}

/*-------- left --------*/
.left {
	float: left;
}

/*-------- right --------*/
.right {
	float: right;
}

/*-------- ClearBoth --------*/
.cb {
	clear: both;
}

/*-------- COLOR --------*/

.red{
	color:#FF0000;
}

.orange{
	color:#FF6600;
}

.blue{
	color:#0097B2;
}

/*-------- FONT --------*/

.bold{
	font-weight:700;
}

.f10{
	font-size:10px;
}

.f14{
	font-size:14px;
}

/*-------- WIDTH --------*/

.w149{
	width:149px;	
}

.w180{
	width:180px;	
}

.w287{
	width:287px;
}

.w380{
	width:380px;
}

.w304{
	width:304px;
}

/*-------- HEIGHT --------*/

.h350{
	height:350px;	
}

.h375{
	height:375px;	
}

.h500{
	height:420px;	
}

.h600{
	height:470px;	
}

/*-------- MARGIN --------*/

.ml3{
	margin:0 0 0 3px;
}

.ml10{
	margin:0 0 0 10px;
}

.ml30{
	margin:0 0 0 30px;
}

.ml40{
	margin:0 0 0 40px;
}

.ml60{
	margin:0 0 0 60px;
}

.ml70{
	margin:0 0 0 70px;
}

.mb1{
	margin:0 0 1px 0;
}

.mb3{
	margin:0 0 3px 0;
}


.mb5{
	margin:0 0 5px 0;
}

.mb10{
	margin:0 0 10px 0;
}

.mb15{
	margin:0 0 15px 0;
}

.mb20{
	margin:0 0 20px 0;
}

.mb30{
	margin:0 0 30px 0;
}

.mb40{
	margin:0 0 40px 0;
}

.mb50{
	margin:0 0 50px 0;
}

.mt3{
	margin:3px 0 0 0;
}

.mt10{
	margin:10px 0 0 0;
}


.mt20{
	margin:20px 0 0 0;
}

.mt30{
	margin:30px 0 0 0;
}

/*-------- PADDING --------*/

.pt5{
	padding-top:5px;
}

.pt10{
	padding-top:10px;
}

.pt15{
	padding-top:15px;
}

.pt20{
	padding-top:20px;
}

.pt25{
	padding-top:25px;
}

.pt30{
	padding-top:30px;
}

.pt40{
	padding-top:40px;
}

.pt60{
	padding-top:60px;
}

.pl10{
	padding-left:10px;	
}

.pl12{
	padding-left:12px;	
}

.pl15{
	padding-left:15px;	
}

.pl20{
	padding-left:20px;	
}

.pl30{
	padding-left:30px;	
}

.pl40{
	padding-left:40px;	
}

.pl50{
	padding-left:50px;	
}

.pl60{
	padding-left:60px;	
}

.pl70{
	padding-left:70px;	
}

.pl80{
	padding-left:80px;	
}

.pl100{
	padding-left:100px;	
}

.pr100{
	padding-right:100px;	
}


.pb20{
	padding-bottom:20px;	
}

/*-------- COMMON --------*/

.pic{
	padding:2px;
	display:block;
	border:1px solid #CCCCCC;
}

.hidden{
	overflow:hidden;
}

.abs{
	position:absolute;
}

.ondes{
	color:#999999;
}

}