@charset "utf-8";
@import url(https://fonts.googleapis.com/css?family=Josefin+Sans:400,400italic,600,600italic,700,700italic);

html {overflow-y:scroll;
	
}

body {
	font-size: 12px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height:1.0;
	color:#666;
	
}

a, a:link,
a:active,
a:visited {
	-webkit-transition: color 0.25s ease-out;
	-moz-transition: color 0.25s ease-out;
	-o-transition: color 0.25s ease-out;
	transition: color 0.25s ease-out;
	outline: none;
	text-decoration:none;
	}


#container {
	width:100%;
	height:100%;
	position:relative;
	background:url(../images/bg_navi02.png) repeat-x;
}


#left{
	width:200px;
	position: absolute;
	top: 0px;
	left: 5%;
}


#logo{
	width:100%;
	height:auto;
}

#logo img{
	width:100%;
	height:auto;
}



#detail{
	
	height:350px;
	margin-top:15px;
	background:url(../images/bg_detalhe.png) no-repeat left top/ 100% 100%;
	padding:5px 0 20px 7%;
	text-align:center;
	box-sizing: border-box;
}


#detail dt{
	color:#1a1212;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	margin-top:15px;
	text-align:left;
	width:180px;
}

#detail dt span{
	color:#a32b22;

}

#detail dt span.kanji{
	color:#959595;
	font-size:11px;
	line-height:20px;
	text-align:right;
}

#detail dd{
	font-size:10px;
	line-height:17px;
	color:#1a1212;
}

#detail dd.tel{
	font-size:12px;
	line-height:16px;
}

#tel_smapho{
	display:none;
}




/*----------------------------------------------------
	navi
----------------------------------------------------*/
#wra{
	height:100%;
}
.container {
	width: 70%;
	max-width:700px;
	position:absolute;
	background-color: rgba( 255, 255, 255, 0.00 );
	top:80px;
	left:28%;
}

.corona{
	color: red;
	position: absolute;
	top: -70px;
	left: 20px;
	border: 2px solid red;
	padding: 10px 20px;
	background: rgba(255,255,255,.8);
	line-height: 1.3;
}
ul.tabs {
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 48px;
	font-size:14px;
	font-weight:bold;
	width:auto;
	width:100%;
}
ul.tabs li a{
	font-family: 'Josefin Sans', sans-serif;
	font-weight: 400;
	width:16%;
	text-align:center;
	float: left;
	
	position: relative;
	color: #241d1d;
	display: block;
}


ul.tabs li a:hover {
	color:#a32b22;
}
ul.tabs li a:active {
	color:#a32b22;
}	


.tab_container {
	max-width:900px;
	position:absolute;
	background-color: rgba( 255, 255, 255, 0.80 );	
	width: 100%;
	top:100px;
	left:5%;
	padding: 50px 30px;
	box-sizing: border-box;
	
}



.head01{
	font-family: 'Josefin Sans', sans-serif;
	font-size: 35px;
	color: #000;
	letter-spacing: 1px;

}


#tab1 tabnone{
	padding:0;
	margin:0;
	display:none;
	scroll:none;
	height:0px;
	
}

.tab_content h2 {
	font-weight: normal;
	padding-bottom: 10px;
	text-align:center;
	
}


@media screen and ( max-width:920px )
{
	.corona{
	top: 110px;
	left: 0;
		width: 90%;
	max-width: 100%;
}
	.container {
	width: 90%;
	max-width: 100%;
	background-color: rgba( 255, 255, 255, 0.0 );
	top:0;
	left:5%;
	
	}
	
	ul.tabs {
	width:calc(100% - 96px);
	position:fixed;
	display:block;
	left:96px;
	z-index: 1;
	margin: 0;
	padding: 0;
	float: left;
	list-style: none;
	height: 96px;
	font-size:14px;
	font-weight:bold;
	background-color: rgba( 255, 255, 255, 0.9 );
}
ul.tabs li a {
	width:30%;
	line-height:48px;

}
	
	.tab_container {
	top:200px;
	left:0;
		
	
	
}

#left{
	width:25%;
}

#detail{
	background-image:none;
	padding:5px 0 0 5%;
	text-align:center;
	background-color: rgba( 255, 255, 255, 0.7 );
}


#detail dt{
	color:#1a1212;
	font-size:11px;
	font-weight:bold;
	line-height:20px;
	margin-top:15px;
	text-align:left;
	width:180px;
}


#detail dt span.kanji{
	display:none;
}
	

#container{
		background:none;
}
#left{
	z-index:1;
}
#logo{
	width:96px;
	height:96px;
	position: fixed;
	top: 0;
	left: 0;
}
#logo img{
	width:100%;
	height:auto;
}


	#detail{
		display:none;
}
	

	


}



/*----------------------------------------------------
	about
----------------------------------------------------*/

#about{
	width:100%;
	margin:0 auto;
	color:#000;
}

#about h3{
	color:#a32b22;
	font-weight:bold;
	font-size:15px;
	text-align:center;
	margin:20px 0 20px 0;
	
}

#about p{
	line-height:40px;
	font-size:13px;
	text-align:center;
}

#about p span{
	font-weight:bold;
}
@media screen and ( max-width:479px )
{
	#about{
	width:90%;
	padding:20px;
	color:#1a1212;
}

	#about h3{
	color:#a32b22;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	margin:20px 0 20px 0;
	
}

	#about p{
	line-height:20px;
	font-size:12px;
	text-align:center;
}

	#about p span{
	font-weight:bold;
}




}


/*----------------------------------------------------
	menu
----------------------------------------------------*/

#menu{
	color:#1a1212;
	font-size:12px;
	font-weight:normal;
	margin:0 auto;
	line-height:18px;
}

#menu h3 {
	color:#a32b22;
	font-weight:bold;
	font-size:13px;
	text-align:center;
	margin:20px 0 0 0;
}

#menu h3 span.jap{
	color:#1a1212;
	text-align:right;
	margin-left:5px;
	font-weight:normal;
}

#menu h4 {
	color:#000;
	font-family: 'Josefin Sans', sans-serif;
	font-weight:bold;
	font-size:15px;
	margin:30px 0 10px 0;
	text-align: center;
}

#menu th{
	font-weight:normal;
	width:370px;
	text-align:left;
	height:40px;
	vertical-align:middle;
	border-bottom:dotted 1px #fff;
}

#menu td{
	vertical-align:middle;
}

#menu th span{
	margin-left:15px;
	color:#777;
}

#menu td.kind{
	font-size:12px;
	color:#777;
	border-bottom:dotted 1px #fff;
	vertical-align:middle;
}

#menu td.price{
	text-align:right;
	border-bottom:dotted 1px #fff;
	padding-right:30px;
	font-size:11px;
}

#menu td.price02{
	text-align:right;
	border-bottom:dotted 1px #fff;
	padding-right:30px;
	font-size:11px;
	height:40px;
}

#menu td.menu_info{
	text-align:right;
	padding-right:30px;
	font-size:10px;
	height:40px;
}

#menu td.menu_info02{
	text-align:right;
	padding-right:30px;
	font-size:10px;
}

#menu td.menu_info03{
	text-align:center;
	font-size:10px;
	height:30px;
}
.mg_f{
	margin-right:70px;
}

.course{
	font-size:10px;
	height:18px;
	text-align:center;
}

.mgt20{
	margin-top:20px;
}

@media screen and ( max-width:479px )
{
	
	#menu th{
	font-weight:normal;
	width:auto;
	text-align:left;
	height:40px;
	vertical-align:middle;
	border-bottom:dotted 1px #fff;
	padding-left:10px;
	}
	#menu img{
		width:100%;
		height:auto;
	}
	#menu td.kind{
		width:25%;
	font-size:12px;
	color:#777;
	border-bottom:dotted 1px #fff;
	vertical-align:middle;
}

	


}

/*----------------------------------------------------
	lunch
----------------------------------------------------*/

.lunch_photo01{
	text-align:center;
	padding:20px 0;
}

/*----------------------------------------------------
	contact
----------------------------------------------------*/

input[type="text"],
input[type="email"],
input[type="date"],
textarea,
select{
	display: block;
    margin: 5px 0 0;
    padding: 12px 20px;
    width: 100%;
    box-sizing: border-box;
    background: #fff;
    border: 1px solid #ddd;
    border-radius: 0;
    outline: none;
    font-size: 14px;
    line-height: 1;
    -moz-appearance: none;
    -webkit-appearance: none;
    -o-appearance: none;
    -ms-appearance: none;
    transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
	font-family: 'Josefin Sans', sans-serif;
}
select {
    padding-right: 46px;
    background-image: url(images/ico_arrow.png);
    background-position: right center;
    background-repeat: no-repeat;
    -webkit-background-size: 46px auto;
    background-size: 46px auto;
	position: relative;
}

select.numero{
    width: 100px;
	display: inline;
	margin-right: 5px;
}

#contact,#m_f{
	color:#444;
	font-size:12px;
	font-weight:normal;
	line-height:18px;
}

#contact td.staff{
	text-align:center;
	line-height:25px;
	padding:10px 0;
}

#contact td.contact_photo{
	text-align:center;
	padding:20px 0;
}


#contact th{
	font-weight:bold;
	color:#1a1212;
	width:200px;
	text-align:right;
	height:40px;
	vertical-align:middle;
	border-bottom:dotted 1px #fff;
}

#contact td{
	vertical-align:middle;
	text-align:left;
	padding-left:20px;
	border-bottom:dotted 1px #fff;
}
#contact th.openh{
	height:70px;
}



.mtop_20{
	margin:20px 0 10px 0;
	text-align:center;
	color:#a32b22;
	line-height:28px;
}

.reserv_text{
	margin:20px 0 10px 0;
	text-align:center;
	color:#333;
	line-height:28px;
	font-size: 16px;
}
#m_f th{
	vertical-align:middle;
	border-bottom:#fff 1px dotted;
	line-height:1.0;
	text-align:right;
	padding:5px 0 0 5px;
	color:#1a1212;
	width:130px;
	font-size:11px;
}

#m_f td.req{
	border-bottom:#fff 1px dotted;
	width:70px;
	text-align:right;
}

#m_f td.req p{
	line-height:1;
	width:20px;
border:1px solid #811e16;
margin-left:30px;
-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:9px;font-family:arial, helvetica, sans-serif; padding: 2px 3px; text-decoration:none;font-weight:normal; color: #FFFFFF;
background-color:#a32b22;
 
}


#m_f td{
	vertical-align:middle;
	padding:5px 0 5px 5px;
	line-height: 2.0;
	border-bottom:#fff 1px dotted;
}

#m_f span{
	font-size:10px;
	color:#999;
}

#m_f span.red{
	color:#a32b22;
}

.f_b{
	text-align:center;
	margin-top:20px;
	margin-bottom:20px;
}

a.f_b02{
	text-align:center;
	margin: 50px auto 100px;
	font-size: 20px;
	background-color:#a32b22;
	color: #fff;
	padding: 30px;
	border-radius: 10px;
	display: block;
	max-width: 300px;
	font-weight: bold;
	
}

.FormButton{
	line-height:1;
border:1px solid #811e16;
margin-top:20px;-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:12px;font-family:arial, helvetica, sans-serif; padding: 5px 10px; text-decoration:none; display:inline-block;text-shadow: -1px -1px 0 rgba(0,0,0,0.3);font-weight:normal; color: #FFFFFF;
 background-color:#a32b22;
}

.FormButton:hover{
 border:1px solid #a32b22;
 background-color:#b7352b;
}
@media screen and ( max-width:700px )
{
	#contact img{
		width:100%;
	}
	#contact th{
	font-weight:bold;
	color:#1a1212;
	width:auto;
	text-align:right;
	height:40px;
	vertical-align:middle;
	border-bottom:dotted 1px #fff;
}

#m_f th{
	vertical-align:middle;
	border-bottom:#fff 1px dotted;
	line-height:1.0;
	text-align:right;
	padding:5px 0;
	color:#1a1212;
	font-size:11px;
	
}
	
	
	
#m_f td.req{
	border-bottom:#fff 1px dotted;
	width:auto;
	text-align:right;
}
#m_f td.req p{
	line-height:1;
	width:20px;
border:1px solid #811e16;
margin-left:5px;
-webkit-border-radius: 3px; -moz-border-radius: 3px;border-radius: 3px;font-size:9px;font-family:arial, helvetica, sans-serif; padding: 2px 3px; text-decoration:none;font-weight:normal; color: #FFFFFF;
background-color:#a32b22;
 
}




}



/*----------------------------------------------------
	footer
----------------------------------------------------*/



.copyright {
	font-size:10px;
	color:#fff;
	position:fixed;
	bottom:20px;
	right:0px;
}
.copyright a:link, .copyright a:visited {
	color:#fff;
	text-decoration:none;
}
.copyright a:hover{
	color:#dbc58b;
	text-decoration:none;
}

.ig{
	position:fixed;
	bottom:160px;
	right:0px;
	background-color:rgba(255,255,255,0.3);
	padding:2px 5px;
	-webkit-border-top-left-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;    
    -moz-border-radius-bottomleft: 5px;
	border-radius: 5px 0px 0px 5px;
	overflow: hidden;
	z-index: 2;
}


.ig:hover{
	background: -webkit-linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%,  #427eff 80%) no-repeat;
  background: linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%,  #427eff 80%) no-repeat;/*グラデーション①*/
	
    }

.fb{
	position:fixed;
	bottom:120px;
	right:0px;
	background-color:rgba(255,255,255,0.3);
	padding:2px 5px;
	-webkit-border-top-left-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;    
    -moz-border-radius-bottomleft: 5px;
	border-radius: 5px 0px 0px 5px;
}


.fb:hover{
	background-color:rgba(59,89,152,0.8);
}

.tabe{
	position:fixed;
	bottom:80px;
	right:0px;
	background-color:rgba(255,255,255,0.3);
	padding:2px 5px;
	-webkit-border-top-left-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;    
    -moz-border-radius-bottomleft: 5px;
	border-radius: 5px 0px 0px 5px;
}


.tabe:hover{
	background-color:rgba(210,163,33,0.9);
}

.ikkyu{
	position:fixed;
	bottom:40px;
	right:0px;
	background-color:rgba(255,255,255,0.3);
	padding:2px 5px;
	-webkit-border-top-left-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;    
    -moz-border-radius-bottomleft: 5px;
	border-radius: 5px 0px 0px 5px;
}


.ikkyu:hover{
	background-color:rgba(191,147,33,0.9);
}

.tel_f{
	display:none;
}


@media screen and ( max-width:920px )
{
	.copyright {
	font-size:8px;
	color:#fff;
	position:fixed;
	bottom:5px;
	left:10px;
	display:none;
}
	
	.ig{
	position:fixed;
	bottom:125px;
	right:0px;
	background: -webkit-linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%,  #427eff 80%) no-repeat;
  background: linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%,  #427eff 80%) no-repeat;/*グラデーション①*/
	padding:2px 5px;
	-webkit-border-top-left-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;    
    -moz-border-radius-bottomleft: 5px;
	border-radius: 5px 0px 0px 5px;
	overflow: hidden;
	z-index: 2;
}


.ig:hover{
	background: -webkit-linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%,  #427eff 80%) no-repeat;
  background: linear-gradient(50deg, #ffdb2c 0%, #f13f79 30%,  #427eff 80%) no-repeat;/*グラデーション①*/
	
    }

.fb{
	position:fixed;
	bottom:85px;
	right:0px;
	background-color:rgba(59,89,152,0.9);
	padding:2px 5px;
	-webkit-border-top-left-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;    
    -moz-border-radius-bottomleft: 5px;
	border-radius: 5px 0px 0px 5px;
}


.fb:hover{
	background-color:rgba(59,89,152,0.9);
}

.tabe{
	position:fixed;
	bottom:45px;
	right:0px;
	background-color:rgba(210,163,33,0.9);
	padding:2px 5px;
	-webkit-border-top-left-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;    
    -moz-border-radius-bottomleft: 5px;
	border-radius: 5px 0px 0px 5px;
}


.tabe:hover{
	background-color:rgba(210,163,33,0.9);
}

.ikkyu{
	position:fixed;
	bottom:5px;
	right:0px;
	background-color:rgba(191,147,33,0.9);
	padding:2px 5px;
	-webkit-border-top-left-radius: 5px; 
    -webkit-border-bottom-left-radius: 5px;  
    -moz-border-radius-topleft: 5px;    
    -moz-border-radius-bottomleft: 5px;
	border-radius: 5px 0px 0px 5px;
}


.ikkyu:hover{
	background-color:rgba(191,147,33,0.9);
}

.tel_f{
	display:block;
	font-weight:bold;
	font-size:19px;
	
	color:#a32b22;
	position:fixed;
	bottom:5px;
	left:5px;
	text-align:center;
	line-height:36px;
	padding:4px 7px 0;
	background-color:rgba(255,255,255,0.7);
	border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;
	font-family: 'Josefin Sans', sans-serif;
}

.tel_f a{
	color:#a32b22;
}



.btn_rsv a{
	position:fixed;
	font-size:14px;
	font-weight:bold;
	display:block;
	color:#a32b22;
	bottom:5px;
	left:60px;
	height:40px;
	padding:0 10px;
	line-height:40px;
	background-color:rgba(255,255,255,0.7);
	border-radius: 2px;        /* CSS3草案 */  
    -webkit-border-radius: 2px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 2px;   
}


	
	
	
	
	}


	



