
@media only screen and (min-width: 991px)  and (max-width: 1199px) {


/*==========================================
 header
===========================================*/

header {
	width: 100%;
	height: 58px;
	margin-top: 30px;
	background-image: url(images/bg_menu.png);
	position: fixed;
	z-index: 500;
}

ul#headnavi {
    width: 991px;
	margin: 0 auto;
    overflow: hidden;
	clear: both;
}

ul#headnavi li {
    float: left;
    height: 58px;
    display: block;
	text-indent:-9999px;
}

ul#headnavi li a {
    display: block;
    overflow: hidden;
    height: 0px;
	background-image: url(images/head_nav.png);
	background-repeat: no-repeat;
    padding-top: 58px;
}

/* headnavi normal
---------------------*/
    #navi1 a { width: 315px; background-position:0 0;}
    #navi2 a { width: 185px; background-position: -315px 0;}
    #navi3 a { width: 145px; background-position: -500px 0;}
    #navi4 a { width: 160px; background-position: -645px 0;}
	#navi5 a { width: 145px; background-position: -805px 0;}
	#navi6 a { width: 150px; background-position: -950px 0;}

/* headnavi rollover
----------------------*/
    #navi1 a:hover { width: 315px; background-position: 0 -58px;}
    #navi2 a:hover { width: 185px; background-position: -315px -58px;}
    #navi3 a:hover { width: 145px; background-position: -500px -58px;}
    #navi4 a:hover { width: 160px; background-position: -645px -58px;}
	#navi5 a:hover { width: 145px; background-position: -805px -58px;}
	#navi6 a:hover { width: 150px; background-position: -950px -58px;}


/*	meanmenu
----------------------------------------------------*/
#meanmenu {
	display: none;
}


/*==========================================
 main
===========================================*/
#wrapall, wrapall2 {
	width: 920px;
	height: auto;
	margin: 0 auto 0;
	padding: 125px 0 0 0;
}

#leftside {
	width: 165px;
	float: left;
}

#mainarea {
	width: 550px;
	margin: 0 10px;
	float: left;
}

#rightside {
	width: 185px;
	float: left;
}



 /* 左メニュー
-------------------------------------*/
#lsbox01 {
	padding: 10px;
	margin-bottom: 20px;
	background-color: #170400;
	color: #fefefe;
}

.leshead {
	color: #999;
}
.leshline {
	margin: 5px 0 0 0;
	border-bottom: 1px solid #363;
}

ul.mnlist01 {
	padding: 5px 0 0;
}
ul.mnlist01 li {
	list-style-type: none;
	margin: 12px 0;
	font-size: 93%;
	line-height: 15px;
	color: #999;
}
ul.mnlist01 li a {
	color: #999;
}
ul.mnlist01 li a:hover {
	color: #fefefe;
}

.cheffpic {
	width: 145px;
	height: 145px;
	margin: 10px 0 0 0;
	background-color: #666;
}

.cheffname {
	margin: 10px 0 0 0;
	color: #fefefe;
	line-height: 21px;
}

.cheffprof {
	margin: 10px 0 0 0;
	color: #999;
	font-size: 85%;
}

.cheffprof p {
	line-height: 17px;
	margin-bottom: 10px;
}


 /* メインエリア
-------------------------------------*/


#mainbox01 {
	padding: 10px;
	margin-bottom: 20px;
	background-color: rgba( 23, 4, 0, 0.59 );
}

.info {
	margin: 15px 0 0 0;
}
.info p {
	font-size: 85%;
	line-height: 20px;
}

.maindate {
	margin: 10px 0 0 0;
	font-size: 85%;
}

.dateline {
	margin: 15px 0 0 0;
	border-bottom: 1px solid #363;
}

.maintitle {
	margin: 15px 0 0 0;
	font-size: 138.5%;
	line-height: 26px;
}
.maintitle a {
	color: #fefefe;
}
.maintitle a:hover {
	color: #ccc;
}

#topmain {
	width: 530px;
	height: 170px;
	margin: 25px 0 0 0;
}

.topdishpic {
	position: relative;
	margin: 0 10px 0 0;
	width: 170px;
	height: 170px;
	float: left;
	overflow: hidden;
}
.topdishpic img {
	position: absolute;
	width: auto;
	height: 170px;
	top:-10px;
	left:-20px;
}

.tptxt {
	width: 340px;
	height: 170px;
	line-height: 20px;
	float: left;
	font-size: 85% !important;
}

.tptxt p {
	font-size: 95%;
	line-height: 22px;
	float: left;
}

#tagarea {
	margin: 30px 0 0 0;
	font-size: 90%;
	line-height: 20px;
}


 /* 右メニュー
-------------------------------------*/
.tagind {
	margin: 10px 0 0 0;
	font-size: 90%;
	line-height: 20px;
}

.seasonpic {
	position: relative;
	margin: 10px 0 0 0;
	width: 165px;
	height: 165px;
	overflow: hidden;
}
.seasonpic img {
	position: absolute;
	width: auto;
	height: 165px;
	top:-10px;
	left:-20px;
}

.seasontit {
	margin: 10px 0 0 0;
	line-height: 20px;
}

.poppic {
	position: relative;
	width: 72px;
	height: 72px;
	margin: 10px 10px 0 0;
	float: left;
	overflow: hidden;
}
.poppic img {
	position: absolute;
	width: auto;
	height: 72px;
	top:-10px;
	left:-20px;
}

.poptit {
	line-height: 20px;
	float: left;
}

.popstx p {
	clear: both;
	margin: 10px 0 20px 0;
	font-size: 85%;
	line-height: 18px;
	color: #ccc;
}

/*==========================================
footer
===========================================*/
footer {
	width: 100%;
	height: 320px;
	padding: 50px 0;
	background-color: rgba( 23, 4, 0, 0.59 );
}

#ftbox {
	width: 800px;
	margin: 0 auto;
}

.gmap {
	width: 400px;
	height: 300px;
	float: left;
}

.ftshop {
	width: 300px;
	margin: 0 0 0 100px;
	float: left;
}

.ftlogo {
	width: 281px;
	height: 127px;
	margin: 0 auto;
}

.tempodata {
	margin: 30px auto 0;
	text-align: center;
	color: #ccc;
}

.tempodata p {
	margin: 15px 0;
}

.telres {
	margin-top: 30px !important;
	font-size: 77%;
}
.telnm {
	margin-top: -5px !important;
	font-size: 189%;
}


/*==========================================
 料理
===========================================*/

#mdpic01  {
	position: relative;
	width: 530px;
	height: 530px;
	margin: 25px 0 0 0;
	overflow: hidden;
}
#mdpic01 img {
	position:absolute;
	width: auto;
	height: 530px;
	top:-10px;
	left:-20px;
}

#mdmain {
	width: 530px;
	margin: 25px 0 0 0;
	line-height: 20px;
}
#mdmain p {
	line-height: 20px;
	margin-bottom: 25px;
}




/* scroll bt
----------------------------------------------------------- */
a.btscroll01 {
    display: block;
    height: 35px;
    width: 110px;
    background: url(images/bt_scroll01.png) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
	position: absolute;
	bottom: 1%;
	left: 0;
	right: 0;
	margin: auto;
}

a.btscroll01:hover {
	background-position:0 -35px;
}

a.btscroll02 {
    display: block;
    height: 35px;
    width: 110px;
    background: url(images/bt_scroll02.png) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
	position: absolute;
	bottom: 5%;
	left: 0;
	right: 0;
	margin: auto;
}

a.btscroll02:hover {
	background-position:0 -35px;
}

a.btscroll04 {
    display: block;
    height: 35px;
    width: 110px;
    background: url(images/bt_scroll04.png) no-repeat;
    text-indent:-9999px;
    overflow:hidden;
	position: absolute;
	bottom: 1%;
	left: 0;
	right: 0;
	margin: auto;
}

a.btscroll04:hover {
	background-position:0 -35px;
}


/*----------------------------------------------------
	TOP
----------------------------------------------------*/
#section0 {
	background-image: url(images/bg_top01.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding-top: 125px;
	position: relative;
}

#section0 {
	background-image: url(images/bg_top01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.mainlogo {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: 100px auto 0;
	width: 754px;
	height: 358px;
}

#infobar {
	width: 100%;
	height: 66px;
	padding: 20px 0;
	background-image: url(images/bg_info.png);
	position: absolute;
	bottom: 12%;
	left: 0;
	right: 0;
	margin: auto;
}

#infoarea {
	width: 100%;
	height: 66px;
	margin: 10px auto;
}

.infologo {
	width: 212px;
	height: 36px;
	margin: 5px 0 0 65px;
	float: left;
}

.infotxt {
	width: auto;
	height: 66px;
	margin: -5px 0 0 65px;
	float: left;
}
.infotxt p {
	font-size: 85%;
	line-height: 20px;
}



.iconbox01 {
	width: 140px;
	height: 50px;
	padding-top: 10px;
	margin: 0 auto;
}
.iconbox01 img {
	height: 50px;
	width: 50px;
	margin: 0 10px;
	float: left;
}

/* Section01 Gallery
----------------------------------------------------------- */
#section01 {
	background-color: #000;
	padding: 0 0 120px 0;
}

.gallogo {
	width: 163px;
	height: 36px;
	margin: -280px auto 0;
}

#sec01area {
	width: 570px;
	height: 200px;
	margin: 30px auto 0;
	background-color: #000;
}





/* Section02 Comcept
----------------------------------------------------------- */

#section02 {
	background-image: url(images/bg_comcept.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-bottom: 0;
}

#sec02area {
	position: absolute;
	width: 1100px;
	height: 630px;
	top: -21px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(images/bg_sec01.png);
}

.logosec02 img {
	width: 276px;
	height: 126px;
	position: absolute;
	top: 65px;
	left: 115px;
}

.comcarea {
	width: 475px;
	height: 600px;
	position: absolute;
	top: 70px;
	right: 70px;
}
.comcarea p {
	margin-bottom: 40px;
	line-height: 28px;
	letter-spacing: 0.1em;
}

.cclarge {
	font-size: 110% !important;
}

.comclogo {
	width: 172px;
	height: 36px;
}

.comctit {
	margin: 30px 0 50px 0;
	font-size: 189%;
}

.cheffarea {
	width: 374px;
	height: 350px;
	padding: 10px 40px 20px;
	position: absolute;
	top: 250px;
	left: 0;
	background-color: #170400;
}

.chefflogo {
	width: 199px;
	height: 36px;
}

.cheffpic0 {
	width: 143px;
	height: 156px;
	margin: 20px 24px 0 0;
	float: left;
}

.cheffname {
	width: 150px;
	height: 56px;
	margin: 120px 0 0 0;
	float: left;
	position: relative;
}

.cheffprof {
	margin: 20px 0 0 0;
	font-size: 85%;
	line-height: 20px;
	color: #fefefe;
}





/* Section03 Reserve
----------------------------------------------------------- */
#section03 {
	background-image: url(images/bg_reserve.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
}

#sec03area {
	position: absolute;
	width: 90%;
	height: 500px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(images/bg_sec02.png);
}

#sec021area {
	position: absolute;
	width: 100%;
	height: 780px;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(images/bg_sec02.png);
}

.reslogo {
	width: 164px;
	height: 36px;
	margin: 30px auto 0;
}

#resbox {
	width: 828px;
	margin: 80px auto 0;
}

.rescal {
	width: 228px;
	height: 244px;
	margin: 0 0 0 0;
	float: left;
}

.resright {
	width: 530px;
	height: 320px;
	margin: 0 0 0 70px;
	float: left;
}

.resri01 {
	width: 530px;
	height: 66px;
	background-color: #000;
	line-height: 66px;
	text-align: center;
	font-size: 93%;
	position: relative;
}
.resri01 img {
	position: absolute;
	width: 5px;
	height: 17px;
	top: 23px;
	left: 170px;
}
.resri01 a {
	color: #fefefe;
}
.resri01 a:hover {
	color: #999;
}

.resri02 {
	width: 530px;
	height: 200px;
	padding: 30px 0;
	margin: 24px 0 0 0;
	background-color: #000;
	color: #fefefe;
	text-align: center;
	font-size: 93%;
}

.resri02tx01 {
	margin: 0 auto;
}

.resri02tx02 {
	margin: 33px auto 0;
	font-size: 250% !important;
}

.resri02tx03 {
	margin: 20px auto 0;
	line-height: 23px;
}




/* Section04 Access
----------------------------------------------------------- */
#section04 {
	background-image: url(images/bg_access.jpg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	margin-top: 0px;
}
 
#sec04area {
	position: absolute;
	width: 100%;
	height: 530px;
	top: 30px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(images/bg_sec02.png);
}

.acclogo {
	width: 155px;
	height: 36px;
	margin: 20px auto 0;
}

#accbox {
	width: 895px;
	height: 450px;
	margin: 20px auto 0;
}

.accleft, .accleft3 {
	display: none;
}

.accleft2 {
	width: 366px;
	height: 350px;
	margin-top: 20px;
	float: left;
}

.accgmlink {
	width: 366px;
	height: 66px;
	margin: 18px 0 0 0;
	background-color: #000;
	line-height: 66px;
	text-align: center;
	font-size: 93%;
	position: relative;
}
.accgmlink img {
	position: absolute;
	width: 5px;
	height: 17px;
	top: 23px;
	left: 95px;
}
.accgmlink a {
	color: #fefefe;
}
.accgmlink a:hover {
	color: #999;
}

.accright {
	width: 386px;
	height: 390px;
	margin: 0 0 0 135px;
	padding-top: 20px;
	float: left;
}

.acrigtxt {
	margin-top: 75px;
	color: #fefefe;
	font-size: 93%;
	text-align: center;
	line-height: 33px;
}


/*----------------------------------------------------
	Reserve Form
----------------------------------------------------*/
#wrapall2 {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0;
}

.reseTable{
	width: 645px;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 20px 0 0 0px;
	font-size: 80%;
}

.reseTable td{
	vertical-align: middle;
	padding-bottom: 8px;
}

.tdc {
	text-align: center;
}

.formbd {
	background-image: url(images/bg_reserve.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	padding-bottom: 150px;
	background-attachment: fixed;
	position: relative;
}

#resbox01 {
	width: 828px;
	margin: 30px auto 0;
}

#sec022area {
	position: absolute;
	width: 90%;
	height: 700px;
	top: 145px;
	left: 0;
	right: 0;
	margin: auto;
	background-image: url(images/bg_sec02.png);
}

.resright01 {
	width: 530px;
	height: 350px;
	margin: 0 0 0 70px;
	float: left;
}

.reservtxt {
	font-size: 95%;
	line-height: 20px;
}


caption {
	background-color: #CCC;
}


.rescal2 {
	width: 228px;
	height: 244px;
	margin: 0 0 0 0;
	float: left;
}




}