@charset "utf-8";
/*------------------------------------------------------------
	リセット
------------------------------------------------------------*/
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, figure { margin: 0; padding: 0; background: transparent; border: 0; outline: 0; font-size: 1em; }
body, table, input, textarea, select, option { font-family:NewCezannePro-M; font-size: 1em; } article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary { display: block; } ol, ul { list-style: none; } blockquote, q { quotes: none; } :focus { outline: 0; } ins { text-decoration: none; } del { text-decoration: line-through; }

/*------------------------------------------------------------
	リンク
------------------------------------------------------------*/
a {
	color: #333;
	/*text-decoration: none;*/
	text-decoration:underline;
}
a:link { }
a:visited { }
a:hover { }
a:active { }

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	line-height: 1.5;
	-webkit-text-size-adjust: none;
	color: #333;
}
.sprite {
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	background-image: url(../images/css_sprite.png);
	background-size: 138px 544px;
}
.fluid_img {
	width: 100%;
	height: auto;
}
@media (max-width:800px) {
    #content {
        width: auto;
    }
    img {
        max-width: 100%;
        height: auto;
    }
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#header {
	border-bottom: 3px solid #374c00;
	width: 100%;
	height: 44px;
	display: table;
	line-height: 0;
}
.logo {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	height: 46px;
	/*padding-right: 32px;*/
}
.logo .sprite {
	width: 138px;
	height: 30px;
	background-position: 0 -371px;
	display: inline-block;
}
.menu_btn {
	display: table-cell;
	vertical-align: middle;
	width: 42px;
	padding-left: 10px;
}
.menu_btn .sprite {
	width: 37px;
	height: 28px;
	background-position: 0 -338px;
}
#tweet{
	margin:5px auto;
}
/*------------------------------------------------------------
	コンテナー
------------------------------------------------------------*/
#container {
	-webkit-box-shadow: 0 5px 5px rgba(0,0,0,0.3);
	box-shadow: 0 5px 5px rgba(0,0,0,.3);
	padding-bottom: 16px;
	position: relative;
	z-index: 1;
}
.main_visual_box {
	margin-bottom: 1px;
	height: 200px;
	width: 100%;
	overflow: hidden;
	position: relative;

}
.item .vis {
	line-height: 0;
	position: absolute;
	center: 0;
	/*top: 0;*/
	middle: 0;
	width: 100%;
	z-index: 0;
}
.item .catch_area {
	position: absolute;
	left: 0;
	top: 0;
	width: 192px;
	height: 200px;
	background: url(../images/main_visual_catcharea.png) no-repeat left top;
	-webkit-background-size: 192px 200px;
	z-index: 2;
}
.item .main_catch {
	position: absolute;
	left: 16px;
	top: 30px;
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	line-height: 1.3
}
.item .text {
	position: absolute;
	left: 18px;
	top: 96px;
	font-size: 12px;
	color: #374c00;
	width: 150px;
}
.main_visual_box .container {
	-webkit-transform: translate3d(0,0,0);
	-webkit-backface-visibility: hidden;
	transform: translate3d(0,0,0);
	backface-visibility: hidden;
}
.main_visual_box .item {
	height: 200px;
	position: relative;
}
.main_visual_box .moving {
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
}
.main_visual_box .nav {
	position: absolute;
	left: 0;
	bottom: 6px;
	width: 100%;
	text-align: center;
}
.main_visual_box .nav li {
	display: inline-block;	
	background-color: rgba(0,0,0,.5);
	width: 12px;
	height: 12px;
	margin: 0 3px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	line-height: 0;
}
.main_visual_box .nav li.selected {
	background-color: rgba(255,255,255,.8);
}
.heading_style01 {
	background: -webkit-gradient(linear, left top, left bottom, from(#ABD406), to(#ABD406));
	background: -webkit-linear-gradient(top, #ABD406 0%, #ABD406 100%);
	background: linear-gradient(top, #ABD406 0%, #ABD406 100%);	
	height: 40px;
	line-height: 42px;
	padding: 0 10px;
	text-shadow: 0 1px 1px rgba(0,0,0,.6);
	color: #FFF;
	text-align:center;
}
.heading_style01 span {
	color: #8fc700;
	font-size: 10px;
	vertical-align: middle;
	margin-left: 10px;
}

/* 期間限定メニュー */
#limited_menu {
	position: relative;
	z-index: 0;
}
#limited_menu .inner {
	background: url(../images/limited_menu_bg.jpg) repeat left top;
	-webkit-background-size: 150px 150px;
	background-size: 150px 150px;
	padding: 10px 10px 0;
	position: relative;
	z-index: 1;
}
#limited_menu ul {
	margin: 1px 0 0;
	padding: 0;
}
#limited_menu li {
	float: left;
	width: 50%;
	height: 118px;
	overflow: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	padding-bottom: 10px;
	margin-bottom: 1px;
	position: relative;
}
#limited_menu li:nth-child(odd) { border-right: 1px solid #fff; }
#limited_menu .name {
	position: absolute;
	left: 0;
	bottom: 0;
	background-color: rgba(0,0,0,.8);
	width: 100%;
	font-size: 11px;
	color: #fff;
	padding: 6px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
#limited_menu .name:after {
	content: "";
	position: absolute;
	right: 0;
	top: 37%;
	display: block;
	width: 18px;
	height: 15px;
	background-image: url(../images/css_sprite.png);
	background-size: 138px 544px;
	background-position: 0 -507px;
}
.btn_type01 div {
	height: 44px;
	line-height: 46px;
	vertical-align: middle;
	margin-bottom: 1px;
	font-size: 14px;
	padding: 0 10px;
	color: #fff;
	font-weight: bold;
	background-color: #8fc700;
	position: relative;
}
.btn_type01 div:after {
	content: "";
	width: 27px;
	height: 21px;
	position: absolute;
	right: 0;
	top: 12px;
	background-image: url(../images/css_sprite.png);
	background-size: 138px 544px;
	background-position: 0 -481px;
}
/* お知らせ */
.heading_style02 {
	border-top: 3px solid #374c00;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
	background: linear-gradient(top, #fff 0%, #efefef 100%);
	height: 40px;
	line-height: 42px;
	padding: 0 10px;
	text-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	margin: 0;
	color: #374c00;
}
.heading_style02 span {
	color: #8fc700;
	font-size: 10px;
	vertical-align: middle;
	margin-left: 10px;
}
#news {
	-webkit-box-shadow: 0 -3px 5px rgba(0,0,0,.2);
	box-shadow: 0 -3px 5px rgba(0,0,0,.2);
}
#news li:nth-child(n+4) {
	display: none;
}
.box_list article {
	display: -webkit-box;
	display: box;
	display: -webkit-flex;
	display: flex;
	padding: 10px 25px 10px 10px;
	border-bottom: 1px solid #dfdfdf;
	position: relative;
}
.box_list article:after {
	content: "";
	position: absolute;
	right: 0;
	top: 43%;
	display: block;
	width: 18px;
	height: 15px;
	background-image: url(../images/css_sprite.png);
	background-size: 138px 544px;
	background-position: 0 -507px;
}
.box_list article > div {
	padding-left: 10px;
	-webkit-box-flex: 1;
}
.box_list h2 {
	font-size: 87.5%;
	color: #374c00;
	margin: 0;
	padding: 0;
}
.box_list time {
	font-size: 62.5%;
	color: #656565;
	margin-bottom: 6px;
}
.box_list .text {
	font-size: 75%;
}
.btn_type02 div {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#8fc700), to(#7cad00));
	background: -webkit-linear-gradient(top, #8fc700 0%, #7cad00 100%);
	background: linear-gradient(top, #8fc700 0%, #7cad00 100%);
	margin: 10px;
	text-align: center;
	height: 44px;
	line-height: 46px;
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
	-webkit-border-radius: 6px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.3);
}
.btn_type02_li{
	text-decoration:none;
}
#main_navigation {
	border-top: 3px solid #FFD412;
	border-bottom: 3px solid #FFD412;
	width: 100%;
}
#main_navigation ul {
	-webkit-column-count: 4;
	column-count: 4;
	-webkit-column-gap: auto;
	column-gap: auto;
	padding: 20px 0 0;
	text-align: center;
	min-width: 320px;
}
#main_navigation li {
	padding-bottom: 20px;
}
#main_navigation a > div {
	font-size: 67.5%;
	font-weight: bold;
}
#main_navigation .title {
	display: block;
} 
#main_navigation .icon {
	display: inline-block;
	width: 64px;
	height: 64px;
	line-height: 62px;
	background-color:#ABD406;
	/*background: url(../images/bottom_navigation_bg.jpg) repeat left top;*/
	background-size: 40px 40px;
	border-radius: 32px;
	text-align: center;
	margin-bottom: 5px;
}
#main_navigation .sprite {
	display: inline-block;
	vertical-align: middle;	
}
#main_navigation li:nth-child(1) .sprite {
	width: 33px;
	height: 39px;
	background-position: 0 0;
}
#main_navigation li:nth-child(3) .sprite {
	width: 42px;
	height: 39px;
	background-position: 0 -44px;
}
#main_navigation li:nth-child(5) .sprite {
	width: 42px;
	height: 37px;
	background-position: 0 -90px;
}
#main_navigation li:nth-child(7) .sprite {
	width: 37px;
	height: 40px;
	background-position: 0 -131px;
}
#main_navigation li:nth-child(2) .sprite {
	width: 41px;
	height: 36px;
	background-position: 0 -175px;
}
#main_navigation li:nth-child(4) .sprite {
	width: 40px;
	height: 37px;
	background-position: 0 -216px;
}
#main_navigation li:nth-child(6) .sprite {
	width: 41px;
	height: 40px;
	background-position: 0 -259px;
}
#main_navigation li:nth-child(8) .sprite {
	width: 45px;
	height: 32px;
	background-position: 0 -301px;
}
.heading_style03 {
	padding: 0 10px;
	height: 40px;
	line-height: 42px;
	vertical-align: middle;
	color: #374c00;
}

.tableview_list {
	border-bottom: 1px solid #dfdfdf;	
}
.tableview_list a {
	-webkit-background-size: 15px 15px;
	background-size: 15px 15px;
	display: block;
	color: #333;
}
.tableview_list div {
	padding: 0 10px 0 45px;
	min-height: 42px;
	line-height: 44px;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-top: 1px solid #dfdfdf;
	width: 100%;
	font-size: 82.5%;
	position: relative;
}
.tableview_list div:after {
	content: "";
	position: absolute;
	right: 0;
	top: 37%;
	display: block;
	width: 18px;
	height: 15px;
	background-image: url(../images/css_sprite.png);
	background-size: 138px 544px;
	background-position: 0 -507px;
}
.tableview_list div:before {
	content: "";
	position: absolute;
	left: 10px;
	display: block;
	background-image: url(../images/css_sprite.png);
	background-size: 138px 544px;
}
.tableview_list .twitter div:before {
	top: 10px;
	width: 27px;
	height: 23px;
	background-position: 0 -453px;
}
.tableview_list .facebook div:before {
	top: 10px;
	width: 24px;
	height: 25px;
	background-position: 0 -391px;
}
.tableview_list .mixi div:before {
	top: 8px;
	width: 29px;
	height: 29px;
	background-position: 0 -420px;
}
.btn_type03 div {
	border: 3px solid #FF821C;
	margin: 10px 10px 0;
	text-align: center;
	height: 42px;
	line-height: 44px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	font-size: 87.5%;
}
.btn_type03 span {
	display: inline-block;
	position: relative;
	padding-left: 20px;
}
.btn_type03 span:after {
	content: "";
	position: absolute;
	left: 0;
	top: 12px;
	display: inline-block;
	width: 11px;
	height: 17px;
	background-image: url(../images/css_sprite.png);
	background-size: 138px 544px;
	background-position: 0 -527px;	
}

#sns_btn_list {
	/*border-top: 3px solid #FFD412;*/
	padding-top: 10px;
	text-align: center;
}
#sns_btn_list div {
	margin-right: 5px;
	display: inline-block;
}
#sns_btn_list div:last-child {
	margin-right: 0;
}
#top_of_page {
	height: 42px;
	line-height: 44px;
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#footer {
	background-color: #FFD412;
	position: relative;
	z-index: 0;
	padding: 15px 0;
	text-align: center;
}
.device_toggle_link li {
	display: inline-block;
	font-size: 87.5%;
	line-height: 30px;
}
.device_toggle_link li:first-child {
	border-right: 1px solid rgba(255,255,255,.3);
	padding-right: 10px;
	margin-right: 5px;
}
.device_toggle_link li a {
	vertical-align: middle;
	color: #fff;
	font-weight: bold;
}
.device_toggle_link li:last-child a {
	background-color: #fff;
	color: #8fc700;
	display: block;
	padding: 0 10px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.copyright {
	font-size: 62.5%;
	color: #111;
	margin-top: 10px;
}


/*------------------------------------------------------------
	表示・非表示メニュー
------------------------------------------------------------*/
html {
	background-color: #333;
	font-family:NewCezannePro-M;
}
body {
	position: relative;
	background-color: #fff;

	-webkit-transition: -webkit-transform .3s ease-in-out;
	transition: transform .3s ease-in-out;
}
#wrapper {
	overflow: hidden;
	z-index: 0;
}
#navigation {
	position: absolute;
	left: -260px;
	top: 0;
	width: 260px;
	z-index: 100;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
#navigation a {
	display: block;
	color: #fff;
	height: 44px;
	line-height: 44px;
	vertical-align: middle;
	padding: 0 10px;
	border-bottom: 1px solid rgba(255,255,255,.1);
	text-decoration:none;
}
#navigation a:hover {
	opacity: 0.6;
	text-decoration:none;
}
/*------------------------------------------------------------
	クリアフィクス
------------------------------------------------------------*/
.cf:after{
	content: "";
	display: block;
	clear: both;
}
.cf {
	zoom:1;
}
.clearfix {display:block;}
.clear { clear:both; }
.clear hr { display:none; }



/*------------------------------------------------------------
コンテンツ
------------------------------------------------------------*/
.heading_style{
	border-top: 3px solid #374c00;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#efefef));
	background: -webkit-linear-gradient(top, #fff 0%, #efefef 100%);
	background: linear-gradient(top, #fff 0%, #efefef 100%);
	height: 40px;
	line-height: 42px;
	padding: 0 10px;
	text-shadow: 0 1px 1px #fff;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,.2);
	box-shadow: 0 2px 5px rgba(0,0,0,.2);
	margin: 0;
	color: #374c00;
	text-align:center;
}
#news {
	-webkit-box-shadow: 0 -3px 5px rgba(0,0,0,.2);
	box-shadow: 0 -3px 5px rgba(0,0,0,.2);
}
#news p{
	font-size:0.9em;
	line-height:140%;
	margin:15px 5px;
	text-align:justify;
}
ul.index_list li{
	width:70%;
	height:70%;
	margin:10px auto 30px;
	text-align:center;
	font-size:1.1em;
}
.meal_image{
	text-align:center;
	margin:15px auto 10px;
}
.p_frame p{
	font-size:0.9em;
	line-height:140%;
	margin:15px 5px;
	text-align:justify;
}
.p_frame h5{
	font-size:1.1em;
	margin:10px 5px;
	text-align:left;
}
.p_frame ol li{
	font-size:0.9em;
	line-height:140%;
	margin:15px 5px;
	text-align:justify;
}



/*------------------------------------------------------------
TABLE
------------------------------------------------------------*/
section table   { width: 99%; margin:0;}
section th, section td  { padding: 10px; border: 1px solid #ddd; }
section th  { background: #f4f4f4; }
.outline th  { width: 30%; text-align: left; }
 
@media only screen and (max-width:480px){
 .outline {
	font-size:0.9em;
}
.outline th,
.outline td{
width: 100%;
display: block;
border-top: none;
padding:5px;
/*margin:5px;*/
}
.outline tr:first-child th   { border-top: 1px solid #ddd; }
}

/*------------------------------------------------------------
アクセス
------------------------------------------------------------*/
#access p{
	font-size:0.9em;
	line-height:140%;
	margin:15px 5px;
	text-align:justify;
}


/*------------------------------------------------------------
Google Maps
------------------------------------------------------------*/
.google-maps {
position: relative;
padding-bottom: 75%;
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}



/*------------------------------------------------------------
バイキング
------------------------------------------------------------*/
#dates{
	text-align:center;
	margin:0px auto 10px;
	font-size:1.1em;
	color:#20663F;
	margin-top:10px;
}
.day{
	font-size:1.5em;
	color:#FFD412;
	background-color:#FF821C;
	/*height:100px;
    width:100px;*/
    border-radius: 50%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
	margin-left:5px;
	margin-right:5px;
	/*text-shadow:
2px 2px 0px #939393,
4px 4px 0px #1c1c1c;*/
text-shadow:
2px 2px 0px #666,
3px 3px 0px #FFF;
}
#time{
	text-align:center;
	margin:0px auto 5px;
	font-size:0.9em;
	color:#444;
}
#finish p{
	font-size:0.75em;
}
#smorgasbord_image{
	margin:15px auto 20px;
	text-align:center;
}
#sell{
	text-align:center;
	margin:0px auto 15px;
	font-size:1.5em;
	color:#FFF;
	font-family:TsukuGoPro-H;
}
#sell_bg{
	background-color:#ABD406;
	padding:15px;
}
.staff{
	margin:50px auto 0px;
}
.message{
	background-color:#FFD412;
	border-radius:5px;
	position:relative;
	color:#000;
	padding:20px;
	font-size:0.9em;
	line-height:165%;
	text-align:justify;
}
.message:after {
	position: absolute;
 	content: " ";
 	height: 0;
 	width: 0;
	bottom: 100%;
 	left: 50%;
	 border:10px solid transparent;
 	border-bottom:10px solid #FFD412;
 	margin-left: -10px;
}
.staff_ph{
	text-align:center;
}
.information{
/*border:4px solid #999;*/
border:4px solid #FF821C;
position:relative;
margin-top:2em;
width:90%;
margin:0 auto;
}
.information h3{
font-size:18px;
font-family:TsukuGoPro-H;
letter-spacing:0.05em;
position:absolute;
right: 0;
left: 0;
top: -0.6em;
margin-left: 1em;
}
.information span{
padding: 0 .5em;
background: #FFF;
color: #FF821C;
/*color: #999;*/
}
.information .inner{
font-size:14px;
text-align:justify;
line-height:1.35em;
padding:1.5em 1em 1em;
}
.information02{
/*border:4px solid #999;*/
border:4px solid #FF821C;
position:relative;
width:94%;
margin:2em auto 0;
}
.information02 h3{
font-size:14px;
font-family:TsukuGoPro-H;
letter-spacing:0.05em;
position:absolute;
right: 0;
left: 0;
top: -0.6em;
margin-left: 1em;
}
.information02 span{
padding: 0 .5em;
background: #FFF;
color: #FF821C;
/*color: #999;*/
}
.information02 .inner{
font-size:13px;
text-align:justify;
line-height:1.35em;
padding:1.5em 1em 1em;
}



/*------------------------------------------------------------
イチオシメニュー＆予約注文
------------------------------------------------------------*/
.m_detail .price{
	font-size:0.9em;
	margin-bottom:10px;
	text-align:justify;
	font-family:TsukuGoPro-H;
	line-height:165%;
	padding-left:5px;
}
.m_detail .allergy{
	font-size:0.9em;
	margin-bottom:25px;
	text-align:justify;
	line-height:140%;
	padding-left:5px;
}
.m_detail .allergy h4{
color:#20663F;
}



/*------------------------------------------------------------
予約注文
------------------------------------------------------------*/
.c_contents{
	font-size:0.85em;
	background-color:#FAF3DB;
	color:#20663F;
	padding:5px;
	margin:15px 0px 20px;
	line-height:150%;
	text-align:justify;
}
.note{
	font-size:0.8em;
	color:#333;
	text-align:justify;
	margin-top:10px;
	text-decoration:underline;
}
.m_detail .size{
	text-align:justify;
	font-size:0.85em;
	margin-top:-15px;
	padding-left:5px;
}