@charset 'UTF-8';

/* ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■

	各固定ページ

■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */



/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	body直下にid名「wrapper」のdivがあります。
	こちらには、固定ページごとに異なるclass名(post-〇)が付与されますので、
	ご活用ください。
	
	【例】
	<body>
	<div id="wrapper" class="post-2 page type-page status-publish has-post-thumbnail hentry">

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */



/* ================================================================================

	レイアウト

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	#wrapper{
	}

	main.outer_wrap {
		position: relative;
		max-width: none;
		/* max-width: 1920px; 固定幅レイアウト時 */
		width: 100%;
		min-height: 50vh;
		display: block;
		padding: 80px 0;
		margin: 0 auto;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	#wrapper {
	}

	main.outer_wrap {
		position: relative;
		width: 100%;
		min-height: 50vh;
		padding: 6vw 0 12vw;
	}

	.inner_wrap {
		position: relative;
		width: 100%;
		padding: 0 4vw;
	}
}





/* ================================================================================

	メイン画像

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	.main_cate {
		position: relative;
		height: 47.916vw;
	}
	.main_cate_in {
		text-align: right;
		color: #fff;
		font-weight: 900;
		font-size: 3vw;
		position: absolute;
		z-index: 3;
		right: 5vw;
		bottom: 6vw;
	}
	
	.concept_main {
		background: url(../img/main_top_concept.jpg) center top / contain no-repeat;
	}
	.limited_main {
		background: url(../img/main_top_limited.jpg) center top / contain no-repeat;
	}
	.grill_main {
		background: url(../img/main_top_grill.jpg) center top / contain no-repeat;
	}
	.soba_main {
		background: url(../img/main_top_soba.jpg) center top / contain no-repeat;
	}
	.drink_main {
		background: url(../img/main_top_drink.jpg) center top / contain no-repeat;
	}
	.lunch_main {
		background: url(../img/main_top_lunch.jpg) center top / contain no-repeat;
	}
	.course_main {
		background: url(../img/main_top_course.jpg) center top / contain no-repeat;
	}
	.other_main {
		background: url(../img/main_top_other.jpg) center top / contain no-repeat;
	}
	.shop_main {
		background: url(../img/main_top_shop2.jpg) center top / contain no-repeat;
	}
	.blog_main {
		background: url(../img/main_top_blog.jpg) center top / contain no-repeat;
	}
	.all_main {
		background: url(../img/main_top_all.jpg) center top / contain no-repeat;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		background-color: #900000;
		padding: 0.3vw 1.5vw 0.5vw;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	.main_cate {
		position: relative;
		height: 105vw;
	}
	.main_cate_in {
		text-align: right;
		color: #fff;
		font-weight: 900;
		font-size: 6vw;
		position: absolute;
		z-index: 3;
		right: 9vw;
		bottom: 9vw;
	}
	
	.concept_main {
		background: url(../img/main_top_concept_sp.jpg) center top / cover no-repeat;
	}
	.limited_main {
		background: url(../img/main_top_limited_sp.jpg) center top / cover no-repeat;
	}
	.grill_main {
		background: url(../img/main_top_grill_sp.jpg) center top / cover no-repeat;
	}
	.soba_main {
		background: url(../img/main_top_soba_sp.jpg) center top / cover no-repeat;
	}
	.drink_main {
		background: url(../img/main_top_drink_sp.jpg) center top / cover no-repeat;
	}
	.lunch_main {
		background: url(../img/main_top_lunch_sp.jpg) center top / cover no-repeat;
	}
	.course_main {
		background: url(../img/main_top_course_sp.jpg) center top / cover no-repeat;
	}
	.other_main {
		background: url(../img/main_top_other_sp.jpg) center top / cover no-repeat;
	}
	.shop_main {
		background: url(../img/main_top_shop_sp2.jpg) center top / cover no-repeat;
	}
	.blog_main {
		background: url(../img/main_top_blog_sp.jpg) center top / cover no-repeat;
	}
	.all_main {
		background: url(../img/main_top_all_sp.jpg) center top / cover no-repeat;
	}

	/* メイン画像のタイトル */
	.main_cate_in p {
		background-color: #900000;
		padding: 0.3vw 3vw 0.5vw;
	}
}











/* ================================================================================

	セクション

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 2カラム
	----------------------------------------------- */
	.col2_1,
	.col2_1_long,
	.col2_1_middle,
	.col2_1_short,
	.col2_1_vshort,
	.col2_1_mshort {
		margin-right: 20px;
	}
	.col2_2,
	.col2_2_long,
	.col2_2_middle,
	.col2_2_short,
	.col2_2_vshort,
	.col2_2_mshort {
		margin-left: 20px;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-right: 20px;
	}
	.col3_2 {
		margin-left: 10px;
		margin-right: 10px;
	}
	.col3_3 {
		margin-left: 20px;
	}

	/* 3カラム画像トリミング */
	.col3_1 img,
	.col3_2 img,
	.col3_3 img {
		width: 100%;
		height: 209px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}

}




/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 2カラム
	----------------------------------------------- */
	.col2_1 {
	}
	.col2_1_long {
		margin-top: 16vw;
	}
	.col2_1_middle {
		margin-top: 12vw;
	}
	.col2_1_short {
		margin-top: 8vw;
	}
	.col2_1_vshort {
		margin-top: 4vw;
	}
	.col2_1_mshort {
		margin-top: 3vw;
	}

	.col2_2 {
	}
	.col2_2_long {
		margin-top: 16vw;
	}
	.col2_2_middle {
		margin-top: 12vw;
	}
	.col2_2_short {
		margin-top: 8vw;
	}
	.col2_2_vshort {
		margin-top: 4vw;
	}
	.col2_2_mshort {
		margin-top: 3vw;
	}

	/* 3カラム
	----------------------------------------------- */
	.col3_1 {
		margin-top: 0;
	}
	.col3_2,
	.col3_3 {
		margin-top: 4vw;
	}

	/* 3カラム画像トリミング */
	.col3_1 img,
	.col3_2 img,
	.col3_3 img {
		width: 100%;
		height: 61vw;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}

}





/* ================================================================================

	マージンボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 120px;
	}
	.top_middle {
		margin-top: 80px;
	}
	.top_short {
		margin-top: 40px;
	}
	.top_vshort {
		margin-top: 20px;
	}
	.top_mshort {
		margin-top: 10px;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 120px;
	}
	.bottom_middle {
		margin-bottom: 80px;
	}
	.bottom_short {
		margin-bottom: 40px;
	}
	.bottom_vshort {
		margin-bottom: 20px;
	}
	.bottom_mshort {
		margin-bottom: 10px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にマージンを空ける
	----------------------------------------------- */
	.top_long {
		margin-top: 16vw;
	}
	.top_middle {
		margin-top: 12vw;
	}
	.top_short {
		margin-top: 6vw;
	}
	.top_vshort {
		margin-top: 4vw;
	}
	.top_mshort {
		margin-top: 3vw;
	}

	/* 下にマージンを空ける
	----------------------------------------------- */
	.bottom_long {
		margin-bottom: 16vw;
	}
	.bottom_middle {
		margin-bottom: 12vw;
	}
	.bottom_short {
		margin-bottom: 8vw;
	}
	.bottom_vshort {
		margin-bottom: 4vw;
	}
	.bottom_mshort {
		margin-bottom: 3vw;
	}

}




/* ================================================================================

	パディングボックス

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 120px;
	}
	.p_top_middle {
		padding-top: 80px;
	}
	.p_top_short {
		padding-top: 40px;
	}
	.p_top_vshort {
		padding-top: 20px;
	}
	.p_top_mshort {
		padding-top: 10px;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 120px;
	}
	.p_bottom_middle {
		padding-bottom: 80px;
	}
	.p_bottom_short {
		padding-bottom: 40px;
	}
	.p_bottom_vshort {
		padding-bottom: 20px;
	}
	.p_bottom_mshort {
		padding-bottom: 10px;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 120px;
		padding-bottom: 120px;
	}
	.row_middle {
		padding-top: 80px;
		padding-bottom: 80px;
	}
	.row_short {
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.row_vshort {
		padding-top: 20px;
		padding-bottom: 20px;
	}
	.row_mshort {
		padding-top: 10px;
		padding-bottom: 10px;
	}
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* 上にパディングを空ける
	----------------------------------------------- */
	.p_top_long {
		padding-top: 16vw;
	}
	.p_top_middle {
		padding-top: 12vw;
	}
	.p_top_short {
		padding-top: 8vw;
	}
	.p_top_vshort {
		padding-top: 4vw;
	}
	.p_top_mshort {
		padding-top: 3vw;
	}

	/* 下にパディングを空ける
	----------------------------------------------- */
	.p_bottom_long {
		padding-bottom: 16vw;
	}
	.p_bottom_middle {
		padding-bottom: 12vw;
	}
	.p_bottom_short {
		padding-bottom: 8vw;
	}
	.p_bottom_vshort {
		padding-bottom: 4vw;
	}
	.p_bottom_mshort {
		padding-bottom: 3vw;
	}

	/* 両方にパディングを空ける
	----------------------------------------------- */
	.row_long {
		padding-top: 16vw;
		padding-bottom: 16vw;
	}
	.row_middle {
		padding-top: 12vw;
		padding-bottom: 12vw;
	}
	.row_short {
		padding-top: 8vw;
		padding-bottom: 8vw;
	}
	.row_vshort {
		padding-top: 4vw;
		padding-bottom: 4vw;
	}
	.row_mshort {
		padding-top: 3vw;
		padding-bottom: 3vw;
	}


	/* 背景色を伸ばす
	----------------------------------------------- */
	.row_sp {
		padding-left: 4vw !important;
		padding-right: 4vw !important;
	}
}




/* ================================================================================

	カラーボックス

================================================================================ */

/* カラー01 */
.row_c01 {
	background: url(../img/bg02.jpg) center top / auto auto repeat;
	color: #ffffff;
}

/* カラー02 */
.row_c02 {
	background-color: #900000;
	color: #ffffff;
}

/* ボーダー囲い色 */
.box_border {
	border-color: #cccccc;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* カラー01 */
	.row_c01 {
	}

	/* カラー02 */
	.row_c02 {
	}
	
	.grass {
		background: url(../img/grass.png) center bottom / contain no-repeat;
		padding-bottom: 160px;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 40px;
		border-style: solid;
		border-width: 4px;
	}
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* カラー01 */
	.row_c01 {
		padding-left: 4vw;
		padding-right: 4vw;
	}

	/* カラー02 */
	.row_c02 {
		padding-left: 4vw;
		padding-right: 4vw;
	}
	
	.grass {
		padding-bottom: 24vw;
	}
	.grass:before {
		content: '';
		position: absolute;
		background: url(../img/grass.png) center bottom / contain no-repeat;
		width: 300vw;
		height: 11vw;
		bottom: 0;
		left: 50%;
		margin-left: -150vw;
	}

	/* ボーダー囲い */
	.box_border {
		padding: 4vw;
		border-style: solid;
		border-width: 4px;
	}
}




/* ================================================================================

	見出し

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
	}
	.h2_cate h2 {
		font-size: 40px;
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: 0.05em;
		text-align: center;
		color: #900000;
	}
	.h2_cate h2 span {
		color: #663c24;
	}
	.row_c01 .h2_cate h2 {
		color: #ffffff;
	}
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
	}
	.h3_cate h3 {
		font-size: 30px;
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: 0.05em;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h3_cate h3 {
		color: #ffffff;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 8px 0 !important;
	}
	.h3_col3 h3 {
		font-size: 20px;
		font-weight: 500;
		line-height: 1.4;
		color: inherit;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* h2見出し
	----------------------------------------------- */
	.h2_cate {
	}
	.h2_cate h2 {
		font-size: 5.7vw;
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: 0.05em;
		text-align: center;
		color: #900000;
	}
	.h2_cate h2 span {
		color: #663c24;
	}
	.row_c01 .h2_cate h2 {
		color: #ffffff;
	}
	.row_c02 .h2_cate h2 {
		color: #ffffff;
	}

	/* h3見出し
	----------------------------------------------- */
	.h3_cate {
	}
	.h3_cate h3 {
		font-size: 5vw;
		font-weight: 700;
		line-height: 1.4;
		letter-spacing: 0.05em;
		text-align: center;
		color: inherit;
	}
	.row_c01 .h3_cate h3 {
		color: inherit;
	}
	.row_c02 .h3_cate h3 {
		color: #ffffff;
	}

	/* 3カラムh3見出し
	----------------------------------------------- */
	.h3_col3 {
		border-bottom: 1px dotted;
		padding: 0 0 1vw 0 !important;
	}
	.h3_col3 h3 {
		font-size: 4vw;
		font-weight: 500;
		line-height: 1.4;
		color: inherit;
	}
	.row_c01 .h3_col3 h3 {
		color: inherit;
	}
	.row_c02 .h3_col3 h3 {
		color: #ffffff;
	}

}




/* ================================================================================

	共通ボタン

================================================================================ */

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.link_common ul li {
		display: inline-block;
		font-size: 20px;
		font-weight: 700;
		letter-spacing: 0;
	}
	.link_common ul li:not(:first-child) {
		margin-left: 20px;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		background-color: #900000;
		color: #ffffff;
		letter-spacing: 0.05em;
		padding: 10px 60px 13px;
	}
	.row_c01 .link_common ul li a {
	}
	.row_c02 .link_common ul li a {
		background-color: #ffffff;
		color: #900000;
	}

	.link_common ul li a::after {
		content: '>';
		font-size: 22px;
		font-weight: 700;
		top: 7px;
		right: 20px;
		color: #ffffff;
		position: absolute;
	}
	.row_c01 .link_common ul li a::after,
	.row_c02 .link_common ul li a::after {
		color: #900000;
	}
	
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	/* リンク
	----------------------------------------------- */
	.link_common {
	}
	.link_common ul {
		text-align: center;
	}
	.link_common ul li {
		display: block;
		font-size: 4vw;
	}
	.link_common ul li:not(:first-child) {
		margin-top: 2vw;
	}
	.link_common ul li a {
		position: relative;
		display: block;
		width: 80vw;
		background-color: #900000;
		color: #ffffff;
		letter-spacing: 0.05em;
		text-indent: 0.05em;
		line-height: 1.3;
		padding: 3vw 0 3.5vw;
		margin-left: auto;
		margin-right: auto;
	}
	.row_c01 .link_common ul li a,
	.row_c02 .link_common ul li a {
		background-color: #ffffff;
		color: #900000;
	}

	.link_common ul li a::after {
		content: '>';
		font-size: 4.5vw;
		font-weight: 700;
		top: 2.4vw;
		right: 4vw;
		color: #ffffff;
		position: absolute;
	}
	.row_c01 .link_common ul li a::after,
	.row_c02 .link_common ul li a::after {
		color: #ffffff;
	}
	
	
}




/* ================================================================================

	その他共通

================================================================================ */

.red_color {
	color: #900000;
}

/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.c_text {
		text-align: center;
	}
	
	.menu_btn a {
		background-color: #900000;
		color: #ffffff;
		font-weight: 700;
		font-size: 22px;
		height: 150px;
		padding-left: 199px;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
		width: 530px;
	}
	
	.menu_btn a:before {
		content: '';
		position: absolute;
		width: 199px;
		height: 150px;
		left: 0;
		top: 50%;
		margin-top: -75px;
	}
	.button_lunch a:before {
		background: url(../img/button_img01.jpg) center top / contain no-repeat;
	}
	.button_grill a:before {
		background: url(../img/button_img02.jpg) center top / contain no-repeat;
	}
	.button_course a:before {
		background: url(../img/button_img03.jpg) center top / contain no-repeat;
	}
	.button_other a:before {
		background: url(../img/button_img04.jpg) center top / contain no-repeat;
	}
	.button_soba a:before {
		background: url(../img/button_img05.jpg) center top / cover no-repeat;
	}
	
	
}


/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	.c_text {
		text-align: center;
	}
	
	.menu_btn a {
		background-color: #900000;
		color: #ffffff;
		font-weight: 700;
		font-size: 4.5vw;
		height: 25vw;
		padding-left: 30vw;
		text-align: center;
		vertical-align: middle;
		display: table-cell;
		width: 92vw;
	}
	
	.menu_btn a:before {
		content: '';
		position: absolute;
		width: 30vw;
		height: 25vw;
		left: 0;
		top: 50%;
		margin-top: -12.5vw;
	}
	.button_lunch a:before {
		background: url(../img/button_img01.jpg) center top / cover no-repeat;
	}
	.button_grill a:before {
		background: url(../img/button_img02.jpg) center top / cover no-repeat;
	}
	.button_course a:before {
		background: url(../img/button_img03.jpg) center top / cover no-repeat;
	}
	.button_other a:before {
		background: url(../img/button_img04.jpg) center top / cover no-repeat;
	}
	.button_soba a:before {
		background: url(../img/button_img05.jpg) center top / cover no-repeat;
	}
	
	
}




/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★

	ここから各固定ページ

★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */


/* ================================================================================

	実績紹介部分

================================================================================ */


/* カテゴリアイコン色 */
.works_icon span {
	background-color: #222222;
	color: #ffffff;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.works_wrap {
		position: relative;
		width: 1000px;
		margin:0 auto;
	}
	.works_wrap ul {
		font-size: 0;
		letter-spacing: -0.4em;
		text-align: center;
	}
	.works_wrap > ul > li {
		position: relative;
		display: inline-block;
		vertical-align: top;
		text-align: left;
		width: 320px;
		margin-left: 20px;
		font-size: 16px;
		letter-spacing: 0;
	}
	.works_wrap > ul > li:nth-of-type(3n+1) {
		margin-left: 0;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 16px;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		position: relative;
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		width: 100%;
		height: 213px;
		object-fit: cover;
		font-family: 'object-fit: cover;'; /* IE対策 */
		object-position: center top;
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 18px;
	}

}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {

	.works_wrap {
		position: relative;
		margin: 0 auto;
	}
	.works_wrap > ul {
	}
	.works_wrap > ul > li {
		position: relative;
		padding: 0;
	}
	.works_wrap > ul > li:not(:first-child) {
		margin-top: 6vw;
	}

	.works_wrap > ul > li > a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		
		border: 1px solid #cccccc;
	}


	/* カテゴリアイコン */
	.works_icon {
		position: absolute;
		top: 4vw;
		left: 0px;
		z-index: 1;
	}
	.works_icon span,
	.works_icon a {
		display: inline-block;
		padding: 0 0.5em 0.1em;
	}


	/* サムネイル画像 */
	.works_thumb img {
		max-width: 100%;
		width: 100%;
		height: 62vw;
		object-fit: cover;
		font-family: 'object-fit: cover;';
		object-position: center top;
	}


	/* 投稿記事見出し */
	.works_title a {
		display: block;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		-webkit-text-overflow: ellipsis;
		-o-text-overflow: ellipsis;
		padding: 0.3em 0.5em;
		font-size: 4vw;
	}

}





/* ================================================================================

	こだわり

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.concept_row .h2_cate h2 {
		text-align: left;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}





/* ================================================================================

	期間限定メニュー

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.h3_limited h3 {
		font-size: 30px;
		font-weight: 700;
		color: #900000;
	}
	
	.limited_price {
		font-size: 20px;
		font-weight: 700;
		color: #900000;
		margin-top: 10px;
	}
	
	.h4_limited h4 {
		font-size: 25px;
		font-weight: 700;
		color: #900000;
		text-align: center;
	}
	
	.limited_menu {
		background-color: #900000;
		color: #ffffff;
		font-weight: 700;
		font-size: 20px;
		padding: 20px;
	}
	
	.reserve_dl ul {
		text-align: left;
	}
	
	.contact_row:before {
		content: '';
		position: absolute;
		background: url(../img/cow02.png) center top / contain no-repeat;
		width: 254px;
		height: 158px;
		left: 50%;
		bottom: 20px;
		margin-left: -500px;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	.h3_limited h3 {
		font-size: 5vw;
		font-weight: 700;
		color: #900000;
	}
	
	.limited_price {
		font-size: 4vw;
		font-weight: 700;
		color: #900000;
		margin-top: 2vw;
	}
	
	.h4_limited h4 {
		font-size: 4.5vw;
		font-weight: 700;
		color: #900000;
		text-align: center;
	}
	
	.limited_menu {
		background-color: #900000;
		color: #ffffff;
		font-weight: 700;
		font-size: 4vw;
		padding: 4vw;
	}
	
	.contact_row:after {
		content: '';
		position: absolute;
		background: url(../img/cow02.png) center top / contain no-repeat;
		width: 25vw;
		height: 16vw;
		left: -1vw;
		bottom: 2vw;
	}
	
	
}





/* ================================================================================

	和牛ステーキ＆鉄板焼

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {

	.grill_row02:after {
		content: '';
		position: absolute;
		background: url(../img/cow01.png) center top / contain no-repeat;
		width: 254px;
		height: 158px;
		left: 50%;
		bottom: -70px;
		margin-left: -500px;
	}
	
	.steak_title {
		text-align: center;
		font-size: 0;
	}
	.steak_title h2 {
		position: relative;
		display: inline-block;
		font-size: 50px;
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1.4;
		color: #ffffff;
	}
	.steak_title h2 span {
		display: block;
		font-size: 30px;
	}
	
	.grill_row02 .steak_title h2:before {
		content: '';
		position: absolute;
		background: url(../img/steak_img01.png) center top / contain no-repeat;
		width: 124px;
		height: 79px;
		left: -150px;
		bottom: -5px;
	}
	.grill_row02 .steak_title h2:after {
		content: '';
		position: absolute;
		background: url(../img/steak_img02.png) center top / contain no-repeat;
		width: 123px;
		height: 82px;
		right: -150px;
		bottom: -5px;
	}
	
	.grill_row02 .steak_img {
		background: url(../img/frame01.jpg) center top / contain no-repeat;
		margin: 40px auto 0;
		padding: 29px;
	}
	.grill_row02 .steak_img img {
		width: 686px;
		height: 500px;
		object-fit: contain;
	}
	
	.grill_row02 .steak_img:before {
		content: '';
		position: absolute;
		background: url(../img/fukidashi01.png) center top / contain no-repeat;
		width: 191px;
		height: 173px;
		left: 30px;
		top: 0;
	}
	.grill_row02 .steak_img:after {
		content: '';
		position: absolute;
		background: url(../img/fukidashi02.png) center top / contain no-repeat;
		width: 189px;
		height: 321px;
		right: 20px;
		top: 60px;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	.grill_row02:after {
		content: '';
		position: absolute;
		background: url(../img/cow01.png) center top / contain no-repeat;
		width: 25vw;
		height: 16vw;
		left: -1vw;
		bottom: -10vw;
	}
	
	.steak_title {
		text-align: center;
		font-size: 0;
	}
	.steak_title h2 {
		position: relative;
		display: inline-block;
		font-size: 6vw;
		font-weight: 700;
		letter-spacing: 0.05em;
		line-height: 1.4;
		color: #ffffff;
	}
	.steak_title h2 span {
		display: block;
		font-size: 4vw;
	}
	.steak_title h2:before {
		content: '';
		position: absolute;
		background: url(../img/steak_img01.png) center top / contain no-repeat;
		width: 15vw;
		height: 10vw;
		left: -17vw;
		bottom: 0;
	}
	.steak_title h2:after {
		content: '';
		position: absolute;
		background: url(../img/steak_img02.png) center top / contain no-repeat;
		width: 15vw;
		height: 10vw;
		right: -17vw;
		bottom: 0;
	}
	
	.steak_img {
		background: url(../img/frame01.jpg) center top / contain no-repeat;
		margin: 6vw auto 0;
		padding: 3.4vw;
	}
	.steak_img img {
		width: 100%;
		height: 62vw;
		object-fit: contain;
	}
	
	.steak_img:before {
		content: '';
		position: absolute;
		background: url(../img/fukidashi01.png) center top / contain no-repeat;
		width: 20vw;
		height: 18vw;
		left: -4vw;
		top: -3vw;
	}
	.steak_img:after {
		content: '';
		position: absolute;
		background: url(../img/fukidashi02.png) center top / contain no-repeat;
		width: 19vw;
		height: 33vw;
		right: -5vw;
		top: 5vw;
	}
	
	
}




/* ================================================================================

	十割そば＆サイドメニュー

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.soba_row01 .h2_cate h2 {
		text-align: left;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}





/* ================================================================================

	ドリンク

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
}





/* ================================================================================

	ランチ

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.lunch_row01 .h2_cate h2 {
		text-align: left;
	}
	
	.lunch_row01 .link_common ul {
		text-align: left;
	}
	
/* 	.no1:before {
		content: '';
		position: absolute;
		background: url(../img/ranking_img01.png) center top / contain no-repeat;
		width: 44px;
		height: 26px;
		left: -10px;
		top: -8px;
	}
	.no2:before {
		content: '';
		position: absolute;
		background: url(../img/ranking_img02.png) center top / contain no-repeat;
		width: 44px;
		height: 26px;
		left: -10px;
		top: -8px;
	}
	.no3:before {
		content: '';
		position: absolute;
		background: url(../img/ranking_img03.png) center top / contain no-repeat;
		width: 44px;
		height: 26px;
		left: -10px;
		top: -8px;
	} */
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
/* 	.no1:before {
		content: '';
		position: absolute;
		background: url(../img/ranking_img01.png) center top / contain no-repeat;
		width: 10vw;
		height: 6vw;
		left: -3vw;
		top: -2.5vw;
	}
	.no2:before {
		content: '';
		position: absolute;
		background: url(../img/ranking_img02.png) center top / contain no-repeat;
		width: 10vw;
		height: 6vw;
		left: -3vw;
		top: -2.5vw;
	}
	.no3:before {
		content: '';
		position: absolute;
		background: url(../img/ranking_img03.png) center top / contain no-repeat;
		width: 10vw;
		height: 6vw;
		left: -3vw;
		top: 30.5vw;
	} */
	
	.sp_lunch_img {
		width: 50%;
	}
	
	
}




/* ================================================================================

	コース

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.course_menu01 {
		background-color: #900000;
		color: #ffffff;
		font-weight: 700;
		font-size: 25px;
		padding: 40px;
	}
	
	.course_menu02 {
		color: #900000;
	}
	.course_menu02 table {
		width: 100%;
	}
	.course_menu02 tr {
		border-bottom: 1px solid #900000;
	}
	
	.course_menu02 tr:last-child{
		border-bottom: none;
	}
	
	.course_menu02 th {
		width: 65% !important;
		font-size: 20px;
		font-weight: 500;
		text-align: left;
		padding: 12px 8px;
	}
	.course_menu02 td {
		width: 35% !important;
		font-size: 20px;
		font-weight: 500;
		text-align: right;
		padding: 12px 8px;
	}
	
	.course_menu03 {
		background-color: #900000;
		font-size: 30px;
		font-weight: 700;
		text-align: center;
		color: #ffffff;
	}
	.course_menu03 p {
		height: 200px;
		display: table-cell;
		vertical-align: middle;
		width: 340px;
		line-height: 1.4;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	.course_menu01 {
		background-color: #900000;
		color: #ffffff;
		font-weight: 700;
		font-size: 4.5vw;
		padding: 6vw;
	}

	.course_menu02 {
		color: #900000;
	}
	.course_menu02 table {
		width: 100%;
	}
	.course_menu02 tr {
		border-bottom: 1px solid #900000;
	}
	.course_menu02 tr:last-child{
		border-bottom: none;
	}
	.course_menu02 th {
		width: 60% !important;
		font-size: 3.5vw;
		font-weight: normal;
		text-align: left;
		padding: 3vw 1vw;
	}
	.course_menu02 td {
		width: 40% !important;
		font-size: 3.5vw;
		font-weight: normal;
		text-align: right;
		padding: 3vw 1vw;
	}
	
	.course_menu03 {
		background-color: #900000;
		font-size: 5vw;
		font-weight: 700;
		text-align: center;
		color: #ffffff;
	}
	.course_menu03 p {
		height: 30vw;
		display: table-cell;
		vertical-align: middle;
		width: 92vw;
		line-height: 1.4;
	}
	
	
}





/* ================================================================================

	テイクアウト・オードブル

================================================================================ */


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	/* 電話番号
	------------------------------------------- */
	.contact_tel {
		text-align: center;
		margin-top: 5px;
	}
	.contact_tel a {
		position: relative;
		color: #900000;
		font-weight: 700;
		font-size: 60px;
		text-align: center;
		display: inline-block;
		letter-spacing: 0.05em;
		pointer-events: none;
		padding-left: 80px;
	}
	.contact_tel a:before {
		content: 'tel:';
		position: absolute;
		text-align: left;
		color: #900000;
		font-weight: 700;
		font-size: 40px;
		bottom: 9px;
		left: 0;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	/* 電話番号
	------------------------------------------- */
	.contact_tel {
		text-align: center;
		margin-top: 2vw;
	}
	.contact_tel a {
		position: relative;
		color: #900000;
		font-weight: 700;
		font-size: 7vw;
		text-align: center;
		display: inline-block;
		letter-spacing: 0.05em;
		padding-left: 9vw;
	}
	.contact_tel a:before {
		content: 'tel:';
		position: absolute;
		text-align: left;
		color: #900000;
		font-weight: 700;
		font-size: 4vw;
		bottom: 1.5vw;
		left: 0;
	}
	
	
}





/* ================================================================================

	空間・テラス

================================================================================ */

.map_box a {
	width: 100%;
	height: 450px;
	display: block;
	z-index: 1;
	position: absolute;
}


/* PC設定
----------------------------------------------- */
@media (min-width: 768px) {
	
	.shop_map iframe {
		border: 10px solid #663c24 !important;
	}
	
	
}



/* SP設定
----------------------------------------------- */
@media (max-width: 767px) {
	
	.shop_map iframe {
		border: 2vw solid #663c24 !important;
	}
	
	
}