@charset "utf-8";
@import 'fontello.css';
@import 'base.css';
/*=================================================
 * サイト全体の基本スタイル
 * ================================================= */
html {
	height: 100%;
}
body {
	text-align: left;
	color: #000;
	cursor: auto;
	font-family: Meiryo, "ヒラギノ明朝体 Pro", "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	letter-spacing: 1px;
	word-spacing: normal;
	-webkit-text-size-adjust: 100%;
	background: url(../img/bg.jpg) 0 0 repeat;
	background-size: contain;
	font-size: 14px;
	line-height: 28px;
}
a:link {
	color: #000;
	text-decoration: none;
}
a:visited, a:active, a:hover {
	color: #000;
	text-decoration: none;
}
/* global-header */

.global-header {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	background: url(../img/bg-head.png) repeat-x 0 0;
	padding: 0px 0 2px;
	background-size: cover;
	color: #fff;
}
.line:after {
	content: "";
	position: absolute;
	bottom: -5px;
	left: 0;
	width: 100%;
	height: 8px;
	background: url(../img/line.png) 0 0 repeat-x;
	background-size: contain;
}
.global-header p {
	margin-bottom: 0;
}
/* ロゴ */

h1 {
	color: #d9ae8f;
	font-size: 11px;
	letter-spacing: 1px;
	line-height: 18px;
	left: 0;
	text-align: center;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	font-weight: normal;
}
.logo {
	position: absolute;
	top: 17px;
	left: 5px;
	z-index: 99992;
	width: 185px;
}
/* 繧ｪ繝ｼ繝舌�繝ｬ繧､ */


.topnavi {
	text-align: right;
	height: 100%;
	margin: 4px 0 1px;
}
.topnavi > li {
	display: inline-block;
	position: relative;
	margin-left: -4px;
	vertical-align: top;
}
.topnavi > li a, #menu_btn {
	font-size: 10px;
	text-align: center;
	display: block;
	line-height: 12px;
	height: 100%;
	padding: 7px 0;
	width: 50px;
	letter-spacing: 1px;
	font-weight: bold;
	color: #fff;
}
.topnavi > li a{
	border-left: solid 1px rgba(255,255,255,0.3);
}
.topnavi > li:nth-of-type(2) a{
	border-right: solid 1px rgba(255,255,255,0.3);
}
.topnavi > li a:before {
	width: 100%;
	padding-bottom: 5px;
	font-size: 14px !important;
	margin: 0;
	color: #fff;
}



#menu_btn {
	position: relative;
	overflow: hidden;
	text-align: center;
	width: 62px;
	float: left;
	top: -3px;
	line-height: 11px;
	padding: 14px 0 10px;
	margin-left: -8px;
	    right: -4px;
}
#menu_btn:before, #menu_btn:after, #menu_btn span:before {
	content: '';
}
#menu_btn span:before, #menu_btn:before, #menu_btn:after {
	height: 3px;
	display: block;
	background: #fff;
	width: 32px;
	margin: 0 auto;
	border-radius: 10px;
	position: absolute;
	margin-left: 15px;
}
#menu_btn:before {
	top: 11px;
}
#menu_btn span:before {
	top: 17px;
}
#menu_btn:after {
	bottom: 24px;
}
#menu_btn span {
	display: block;
	padding-top: 15px;
	color: #fff;
}

* {
	box-sizing: border-box;
}
/*=============================================*/
/*           header_img                        */
/*=============================================*/

.decor {
	margin: 0 18%;
	position: absolute;
	top: 69px;
	z-index: 10;
}
.decor li {
	display: table-cell;
	padding: 0 12px;
}
.mainimage {
	background: url(../img/kv.png) bottom center no-repeat;
	background-size: cover;
	width: 100%;
	height: 60vh;
	position: relative;
}
.mainimage .main_txt {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	display: table;
}
.mainimage .main_txt span {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	padding-top: 60px;
	width: 85%;
}
/*=============================================*/
/*           　フッター箇所　　　　　          */
/*=============================================*/

.global-footer {
	font-size: 13px;
	padding: 15px 0 10px;
	background: url(../img/footer_bg.jpg) 0 0 repeat;
	color: #fff;
}
.global-footer dl {
	margin: 5px 20px;
	text-align: left;
}
.global-footer dl dt, .dl01 dt {
	float: left;
	width: 30%;
}
.global-footer dl dd, .dl01 dd {
	float: left;
	width: 70%;
}
address {
	color: #fff;
	font-style: normal;
	font-size: 10px;
	text-align: center;
	line-height: 20px;
}
#btn_pc a {
	padding: 2px;
	border: 1px solid #fbbe6f;
	margin: 10px auto 0px;
	text-decoration: none;
	display: block;
	border-radius: 5px;
	width: 200px;
	color: #fbbe6f;
	text-align: center;
}
#btn_pc a:before {
	padding-right: 5px;
}
#socialbuttons {
	text-align: center;
	margin: 0 auto 5px;
	padding-left: 10px;
}
#socialbuttons > div {
	display: inline-block;
	margin-left: 5px;
	line-height: 0;
	vertical-align: middle;
}
.rel {
	position: relative;
	z-index: 5;
}
/*////////////////////// Index /////////////////////*/

.bg01 {
	background: url(../img/index/bg01.jpg) no-repeat 0 0;
	background-size:cover;
	color: #fff;
}
.bg02 {
	background: url(../img/index/bg02.jpg) repeat 0 0;
	position: relative;
}
#index .bg02:after {
	content: "";
	background: url(../img/index/bg2_btm.png) repeat-x left bottom;
	position: absolute;
	bottom: -40px;
	left: 0;
	height: 50px;
	width: 100%;
}
dl dt, dl dd {
	margin-bottom: 10px;
}
#index #sec3 dl dd {
	padding: 0 25px;
}
#index #sec4 {
	padding-bottom: 35px;
	margin-bottom: 25px;
}
#rss #feed{
	margin:15px 0 0 10px;
}
#rss .date--report {
    float: left;
    margin-right: 10px;
    color: #8d1400;
}
#rss .txt--report{
    margin-left: 10px;
}

#rss .txt--report a{
    margin-left: 10px;
	text-decoration: underline;
	
}

/*////////////////////// Kushiyaki /////////////////////*/

#kushiyaki .mainimage {
	background: url(../img/kushiyaki/mainimg.png) bottom center no-repeat;
	background-size: cover;
}
.bor_line {
	border-bottom: 1px solid rgba(0,0,0,0.4);
	padding-bottom: 10px;
	margin-bottom: 15px;
}
.price {
	color: #990000;
	font-size: 22px;
	font-weight: bold;
}
.box {
	background: url(../img/kushiyaki/box_bg.png) center 0 no-repeat;
	background-size: 120% auto;
	padding: 40px 10px 10px;
	margin-bottom: -15px;
}
.dl02 dt {
	width: 75%;
	padding: 0 15px 0 0;
}
.dl02 dt, .dl02 dd {
	display: table-cell;
	vertical-align: bottom;
}
.txt1 {
	width: 50%;
	margin-top: -35%;
	font-size: 13px;
	line-height: 26px;
}
.menulist dt {
	float: left;
	padding-left: 5px;
	width: 75%;
}
.menulist dd {
	float: right;
	text-align: right;
	padding-right: 10px;
	color: #990000;
	width: 25%;
}
#kushiyaki #sec3 {
	padding-top: 40px;
	padding-bottom: 20px;
	margin-top: 60px;
}
.accordion .title {
	margin-bottom: 25px;
}
.accordion .title:after {
	top: 90%;
	left: 48%;
}
#kushiyaki #sec3:after {
	content: "";
	background: url(../img/index/bg2_btm.png) repeat-x left bottom;
	transform: rotate(180deg);
	position: absolute;
	top: -40px;
	left: 0;
	height: 50px;
	width: 100%;
}
/*////////////////////// Scene /////////////////////*/

#scene .mainimage {
	background: url(../img/scene/mainimg.png) bottom center no-repeat;
	background-size: cover;
}
#scene #sec1 {
	background: url(../img/scene/sec1_bg.jpg) no-repeat top center;
	color: #fff;
}
#scene #sec3 {
	background: url(../img/scene/sec3_bg.jpg) no-repeat top center;
	color: #fff;
}
#scene #sec4 .box {
	background: url(../img/kushiyaki/box_bg.png) center -100px no-repeat;
	padding: 40px 10px 10px;
	margin-bottom: -15px;
}
.box01 {
	background: url(../img/scene/box01.jpg) repeat top center;
}
ul.box01 {
	font-weight: bold;
	padding: 20px;
	margin: 10px 10px 20px;
}
/*////////////////////// Menu /////////////////////*/
#menu #lead_txt{
	padding-top: 10%;
    width: 90%;
    margin: 0 auto;
}
#menu #lead_txt p{
	text-align: left;
}
#menu .mainimage {
	background: url(../img/menu/mainimg.png) bottom center no-repeat;
	background-size: cover;
}
#menu .dl02 {
	margin-bottom: 10px;
}
#menu .bor_line > p {
	margin-bottom: 5px;
}
#menu .bor_line {
	padding-bottom: 25px;
}
#menu #sec2 {
	background: url(../img/menu/sec2_bg.jpg) no-repeat top center;
	color: #fff;
	padding: 30px 12px;
}
#menu #sec2 .price {
	color: #fcac2e;
}
#menu #sec3 {
	padding: 25px 10px;
}
/*////////////////////// Drink /////////////////////*/
#drink .lead_txt{
   
}
#drink .lead_txt p{
	width: 90%;
    margin: 0 auto;
	padding: 15px 0;
}

#drink .mainimage {
	background: url(../img/drink/mainimg.png) bottom center no-repeat;
	background-size: cover;
}
#drink .list_hoz li {
	width: 50%;
}
#drink section h3, #drink section p {
	margin-bottom: 10px;
}
#drink #sec2 .bg02 {
	padding-bottom: 20px;
}
.spec dt span {
	float: left;
	display: block;
	width: 45%;
}
#drink .accordion .title:after {
	top: 101%;
	font-size: 25px;
}
.spec dt span.icon {
	background: url(../img/drink/icon.png) no-repeat center right;
	margin-right: 15px;
	padding-right: 10px;
}
.ml {
	margin-left: 18px;
}
/*////////////////////// Access /////////////////////*/

#access .mainimage {
	background: url(../img/access/mainimg.png) bottom center no-repeat;
	background-size: cover;
}
#access h2 {
	margin-bottom: 15px;
}
#sec1 dl {
	line-height: 22px;
	padding-bottom: 5px;
	margin-left: 7px;
}
#access #sec1 dl dt {
	float: left;
	width: 35%;
	padding-left: 12px;
	background: url(../img/access/icon.png) no-repeat 0 6px;
	color: #4b1b01;
}
#access #sec1 dl dd {
	float: left;
	width: 65%;
}
#access #sec1 dl dd strong a {
	display: block;
	color: #9a0202;
	font-size: 20px;
	font-weight: bold;
	padding-bottom: 5px;
}
#access #sec2 {
	background: url(../img/access/sec02-bg.jpg) repeat 0 0;
	padding: 30px 10px;
	margin-bottom: 25px;
}
.box02 {
	background: url(../img/access/box02.png) no-repeat 0 0;
	background-size: cover;
	padding: 20px;
}

.lh16{
	line-height:16px !important;
}

.yoyaku_bnr{
	text-align:center;

}

/* media screen */

@media (max-width: 720px) {
}

@media (min-width: 640px) {
}

@media (min-width: 375px) {
}

@media (max-width: 320px) {
.on {
	display: none;
}
.off {
	display: block;
}
.logo {
	width: 156px;
	top: 21px;
}
.global-footer dl dt {
	width: 25%;
}
.global-footer dl dd {
	width: 75%;
}
.decor li {
	padding: 0 10px;
}
.spec dt span {
	width: 48%;
}
.spec dt span.icon {
	margin-right: 8px;
}
#access #sec1 dl dt {
	width: 38%;
}
#access #sec1 dl dd {
	width: 62%;
}
.fix {
	display: block;
}

}


.recruit a{
	width: 90%;
	margin: 20px auto;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 20px;
	background-color: #af2719;
	border-radius: 0px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 35px;
	letter-spacing: 2px;
    box-shadow: 0px 0px 0px 6px #af2719;
    border:solid 1px #FFF;
}

#news_box {
	background: url(../img/scene/box01.jpg) repeat top center;
    width: 98%;
    margin: 10px auto;
    line-height: 1.8;
    padding-bottom:39px;
}
#news_box .ttl {
	color: #000;
    padding: 39px 10px 10px;
    text-align: center;
    font-size: 20px;
    width: 70%;
    border-bottom: 1px solid #000;
    margin: 0 auto;
}
#news_box .txt {
	color: #000;
	padding: 20px 10px 0;
	text-align: center;
}

.instagram a{
	margin: 20px auto;
	width: 94%;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	font-size: 20px;
	background: linear-gradient(45deg, rgba(254,212,117,1) 0%,rgba(229,61,93,1) 50%,rgba(194,49,134,1) 70%,rgba(156,56,187,1) 100%);
	border-radius: 0px;
	padding: 15px;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 2px;
    border:solid 1px #FFF;
    font-weight: bold;
	font-family:'ヒラギノ明朝 Pro W3', 'Hiragino Mincho Pro', 'serif';
}
.instagram span{
	font-size: 14px;
}