@charset "utf-8";


body #wrapper {
	-webkit-text-size-adjust: 100%;
	padding: 0;
}
body {
	width:100%;
	background-color: #000;
}




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

.header {
	background-color: rgba(0,0,0,.7);
}
.header_inner {
	width:auto;
	height:50px;
	padding: 0;
}
.header .logo {
	width:50px;
	margin:0 0 0 10px;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.header .logo img {
	width:100%;
	height:auto;
}

.header_navi {
	margin-right: 60px;
}



/*
* sp
*/
.is-sp {
	display:block;
}
.is-pc {
	display:none;
}
@media screen and (max-width: 400px) {
}




/*=============================== hero ================================*/

.hero {
	min-height:0;
}
.is-subpage .hero {
	margin:0;
}
.l-wrap .hero_body {
	padding:40px 0 60px;
	min-height:600px;
}
.is-home .hero_body {
	padding:0;
}
.hero_contents {
	padding:0;
}
.hero_contents_inner {
	width:auto;
	margin-left:10px;
	margin-right:10px;
}
.hero_catch {
	width:80%;
	max-width:170px;
	top: 100px;
	left:50%;
	transform:translateX(-50%);
	margin: 0;
}
.hero_news {
width: auto;
top: auto;
bottom: 10px;
left: 10px;
right: 10px;
height: 200px;
padding: 15px;
margin: 0;
}
.hero_news_ttl {
font-size: 2.2rem;
}
.hero_news_body {
padding: 0;
max-height: 130px;
}
.hero_news_body dt {
margin-bottom: 0;
}
.hero_news_body dd {
padding-bottom: 15px;
margin-bottom: 15px;
border-bottom:dashed 1px #ccc;
}
.hero .btn_scroll {
	display:none;
}


.bx-controls {
	display: none;
}



/* 下層ページ */

.is-common .l-wrap {
	padding-top: 50px;
}
.is-common .hero_common {
	height: auto;
	padding-top: 60%;
}
.is-common .hero_img {
	min-height: 0;
	width: auto;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}




/*================================ メインナビゲーション ===============================*/
.main_navi {
	display:none;
	right: 0;
	transform: none;
}
#menuList {
	display: none;
}
#rwdMenuWrap {
	/*width: 100%;*/
	position: absolute;
	z-index:100;
}
#rwdMenuWrap #switchBtnArea {
	width: 100%;
	height: 50px;
}
#rwdMenuWrap #switchBtnArea #switchBtn {
	top: 5px;
	right: 10px;
	width: 40px;
	height: 40px;
	display: block;
	background: #fff;
	position: fixed;
	border-radius: 5px;
}
#rwdMenuWrap #switchBtnArea #switchBtn span {
	left: 20%;
	width: 60%;
	height: 4px;
	display: block;
	position: absolute;
	background-color: #000;
	border-radius: 5px;
	transition: all 0.2s linear;
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(1) {
	top: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(2) {
	top: 18px;
	-webkit-transform: scale(1);
	transform: scale(1);
}
#rwdMenuWrap #switchBtnArea #switchBtn span:nth-of-type(3) {
	bottom: 10px;
	-webkit-transform: rotate(0);
	transform: rotate(0);
}

#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(1) {
	top: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(2) {
	-webkit-transform: scale(0);
	transform: scale(0);
}
#rwdMenuWrap #switchBtnArea #switchBtn.btnClose span:nth-of-type(3) {
	bottom: 18px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
#rwdMenuWrap .main_navi {
	width:100%;
	padding:0;
	margin:0 auto;
	float:none;
	height:auto;
	overflow:visible;
	border: none;
	position:fixed;
	top:50px;
	border-bottom: #aaa 1px solid;
}
#rwdMenuWrap .main_navi_inner {
	/*box-shadow: 0px 0px 10px #aaa;*/
}
#rwdMenuWrap .main_navi ul {
	padding:0;
	width: 100%;
	display:block;
	height:auto;
	background:#fff;	
}
#rwdMenuWrap .main_navi ul li {
	text-indent:0;
	width: 100%;
	border-top: #aaa 1px solid;
	float:none;
	margin:0;
	background:none;
}

#rwdMenuWrap .main_navi ul li a {
	font-size: 100%;
	width:auto;
	height: auto;
	line-height: 60px;
	color: #333;
	margin: 0;
	padding: 0 15px 0;
	text-align: left;
	background: url(../images/sp/sp_arrow01.png) no-repeat 95% center;
	position: relative;
}
#rwdMenuWrap .main_navi ul li a::before {
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 15px;
    margin-top: -4px;
}
#rwdMenuWrap .main_navi ul li a > span {
	display:inline-block;
	letter-spacing:0.1em;
}
#rwdMenuWrap .main_navi ul li a > .navi_en {
	margin-right:10px;
}

#rwdMenuWrap .main_navi ul li.act a {
	background-color:#333;
	color: #fff;
}




/*================================ HOME／コンテンツ ===============================*/

.l-section .inner {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}
.section_txt {
	font-size:1.6rem;
	text-align:left;
	margin-left:15px;
	margin-right:15px;
}
.section_txt br {
	display:none;
}


/*
* HOME／グランドメニュー
*/

.bg_menu_contents {
	background-position: center 95%;
	background-size: 1200px auto;
}
/*
section:not(.active) .bg_menu_contents {
    background-position: center 80%;
}*/
.menu_contents .inner {
	height: auto;
	padding-bottom: 50px;
}
.menu_ttl {
	font-size: 4rem;
	line-height: 1.2em;
}
.menu_txt {
	width: auto;
	text-align: justify;
}



/*
* HOME／こだわり
*/

.feature_contents {
	min-width: 0;
}
.feature_contents .inner {
	margin: 0;
	min-width: 0;
}
.feature_intro_wrap {
	background-image:none;
	min-height: 200px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.feature_intro {
	width: auto;
	height: auto;
	float: none;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 30px;
	padding: 20px;
}
.feature_intro_body {
	display: block;
}
.feature_intro_ttl {
	width: auto;
	margin-right: 0;
	padding-top: 0;
	line-height: 1.3em;
}
.feature_intro_txt {
	width: auto;
	line-height: 1.8em;
	margin-bottom: 20px;
	padding-top: 23px;
}
.feature_contents .btn_more {
	position: relative;
	width: auto;
	left: auto;
	bottom: auto;
}

.feature_item_wrap {
	height: auto;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 20px;
}
.feature_item_group {
	width: auto;
	position: static;
}
.feature_item_body {
	display: block;
}
.feature_item {
	width: auto;
	height: auto;
	margin-bottom: 15px;
	padding: 40px 20px;
}
.feature_item_ttl {
	font-size: 2rem;
	min-height: 0;
	width: auto;
	text-align: center;
	margin-bottom: 10px;
}
.feature_item_ttl a {
	outline-style: none;
}
.feature_item_txt {
	width: auto;
	line-height: 1.5em;
	margin-bottom: 15px;
}
.feature_item_more a {
	display: block;
	color: #fff;
	background-color:rgba(31,49,52,.8);
}


/* feature copy */

.feature_copy {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	padding-bottom: 100px;
}
.feature_copy_ttl {
	font-size: 3rem;
	line-height: 1.5em;
}





/*
* HOME／メッセージ
*/

.message_figure {
	min-width: auto;
	display: block;
}
.message_figcaption {
	width: auto;
	padding: 40px 20px;
}
.message_figcaption_inner {
	width: auto;
}
.message_figcaption_ttl {
	font-size: 3rem;
	margin-bottom: 20px;
}
.message_figcaption_txt {
	line-height: 1.8em;
}










/*================================ 下層／コンテンツ ===============================*/


.inner_contents {
	width: auto;
}


/*
* 共通
*/
.note {
	margin-left: 10px;
	margin-right: 10px;
}


/*
* 共通／table
*/

.l-wrap .contents table,
.l-wrap .contents tbody,
.l-wrap .contents th,
.l-wrap .contents td,
.l-wrap .contents tr {
	display:block;
	width:auto;
}
.l-wrap .contents table {
	margin-left:10px;
	margin-right:10px;
}
.l-wrap .contents tr {
	margin-bottom:10px;
}
.l-wrap .contents th {
	font-weight:bold;
}
.l-wrap .contents th,
.l-wrap .contents td {
	padding:3px 0;
}






/*
* 下層／hero
*/
.hero_ttl {
	font-size: 2.8rem;
	line-height: 1.2em;
	letter-spacing: .1em;
	text-align: center;
}

/* 調整 */
.hero_ttl br {
display: inline;
}
.dinner #contents03 .btn_scroll {
	bottom: 135px;
}




/*
* 下層／common_contents
*/
.common_contents {
	padding-top: 80px;
	padding-bottom: 80px;
}
.common_contents_inner{
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}
.std .common_contents_menu,
.full .common_contents_menu {
	width: auto;
}
.menu_item {
	line-height: 1.3;
	letter-spacing: .02em;
}
.menu_item > span {
	display: block;
}
.menu_item .price {
	position: static;
}
.common_contents_ttl {
	margin-bottom: 25px;
	line-height: 1.5em;
}
.common_contents_menu {
	padding-left: 23px;	
}


/* 2列 */
.type_2column .item_group {
	width:auto;
}
.type_2column .common_contents_inner {
	display: block;
}


/* 3列 */
.type_3column .common_contents_inner {
	display: block;
}
.type_3column .item_group {
	width: auto;
	margin-bottom: 60px;
}
.type_3column .common_contents_menu {
	height: auto;
	padding-left: 23px;
}
.type_3column .menu_item {
	white-space: normal;
}
.common_contents.type_3column > .note {
	margin-left: 10px;
	margin-right: 10px;
	transform: none;
	position: static;
}




/*
* 下層／dinner
*/






/*
* 下層／drink
*/
.drink .adjust_w01,
.drink .adjust_w02,
.drink .adjust_w03 {
	width: auto;
}
.common_contents_inner > .note {
	width: auto;
}
.menu_item .txt_en {
	display: block;
}
.drink #contents05.common_contents .common_contents_ttl {
	margin-bottom: 25px;
}




/*
* 下層／course
*/
.special_contents .common_contents_ttl {
	line-height: 1.5em;
	letter-spacing: .1em;
}
.special_contents_txt {
	width: auto;
	margin-bottom: 25px;
}
.special_contents_txt p {
	line-height: 1.6em;
}
.special_contents_deco {
	width: 80px;
	height: auto;
	right: 20px;
}


/* option */

.option_contents .common_contents {
	padding-bottom: 160px;
}
.option_txt {
	width: auto;
	line-height: 1.5em;
	margin-bottom: 30px;
}
.option_body {
	width: auto;
	margin-left: 20px;
	margin-right: 20px;
}
.option_item {
	display: block;
	margin: 0;
}
.option_item:first-child {
	border-bottom: dashed 1px #eee;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.option_item p {
	line-height: 1.2;
	letter-spacing: .1em;
}
.option_item p:first-child {
	margin-bottom: 15px;
}
.option_item .symbol {
	margin-left: auto;
	margin-right: auto;
	width: 40px;
	height: 40px;
	margin-bottom: 15px;
}
.option_item p:last-child {
	width: auto;
	line-height: 1.5;
}
.option_item .detail {
	letter-spacing: .1em;
}




/*
* 下層／こだわり
*/

.preference_intro .intro_ttl {
	width: 25px;
	height: auto;
}
.preference_intro .intro_logo {
	width: 150px;
	height: auto;
	margin-bottom: 30px;
}
.preference_intro .intro_txt {
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.6em;
}
.preference_intro .intro_txt br {
	display: none;
}
.preference_txt {
	width: auto;
	line-height: 1.8em;
}




/*
* 下層／アクセス
*/

.access_logo {
	width: 150px;
	height: auto;
	margin-bottom: 20px;
}
.access_txt {
	width: auto;
	padding: 0;
	line-height: 1.8em;
	text-align: center;
}





/*
* 下層／肉の焼き方
*/


.howto_intro {
height: auto;
	padding-bottom: 40px;
}
.howto_intro .intro_ttl {
	font-size: 2.5rem;
	line-height: 1.5em;
}
.howto_intro .intro_txt {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
	line-height: 1.5em;
	margin-bottom: 20px;
}
.howto_list_navi {
	width: auto;
	position: static;
	transform: none;
	margin-left: 10px;
	margin-right: 10px;
}
.howto_list_navi_item a {
	font-size: 1.5rem;
	padding: 12px 20px;
}

/* howto_contents */

.howto_contents_inner {
	padding-top: 40px;
}
.howto_contents_ttl {
	font-size: 2.2rem;
	letter-spacing: .15em;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.howto_contents_txt {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}
.howto_guide {
	display: block;
}
.howto_guide_item {
	margin-bottom: 10px;
	justify-content: center;
}


/* flow */

.howto_flow {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}
.howto_flow_item figure {
	flex-direction: column;
}
.howto_flow_item .image_wrap {
	width: auto;
}
.howto_flow_item figcaption {
	width: auto;
	padding-top: 10px;
}
.howto_flow_item figcaption::after {
	display: none;
}
.howto_flow_item figcaption .num {
	font-size: 4rem;
	margin-bottom: 10px;
}
.howto_flow_item figcaption .txt {
	width: auto;
	line-height: 1.5em;
}


.howto_list_navi.type_row {
	width: auto;
	margin-left: 10px;
	margin-right: 10px;
}
.type_row .howto_list_navi_body {
	flex-direction: column;
}
.howto_list_navi.type_row .howto_list_navi_item {
	width: auto;
}




/*================================ フッター ===============================*/


.vcard {
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
	font-size: 1.4rem;
}
.footer {
	background-color: #000;
	padding-top:50px;
}
.footer_inner {
	height:auto;
	padding:0 0 40px;
	background-color: #fff;
}
.footer_logo,
.footer_adr,
.footer_navi,
.footer_copyright {
	position:static;
}
.footer_logo {
	width:50%;
	max-width: 160px;
	height: auto;
	margin:0 auto 25px;
}
.footer_logo img {
	width:100%;
	height:auto;
}
.footer_navi {
	text-align:left;
	margin-bottom:25px;
	border-top:solid 1px #fff;
}
.footer_navi_item {
	display:block;
	border-bottom:dashed 1px #ccc;
	margin:0;
}
.footer_navi_item a {
	display:block;
	padding:8px;
	position:relative;
}

.footer_navi_item a::before {
	content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 2px #333;
    border-right: solid 2px #333;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -4px;
}	
.footer_navi_item.act a {
	background-color:#fff;
}




/* footer サブナビ */

.footer_sub_navi {
	margin-bottom: 20px;
}


/* コピーライト */
.footer_copyright p {
	text-align:center;
	line-height:1.3em;
}
.footer_copyright small {
	font-size:1.2rem;
}











/*=============================== pagetop ===============================*/

.page_top {
	right:15px;
}



/*
* thanks
*/

.contents .thanks_txt p {
	text-align:left;
	line-height:1.5em;
	margin-bottom:15px;
}







