@charset "utf-8";
/* CSS Document */


/* -------------------------------------------------------------------------------------------------

共通style

--------------------------------------------------------------------------------------------------*/

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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	width: auto;
}

img {
	vertical-align: middle;
}

p,
table {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
}

/* -----------------------------------------------------------------------------------------------------

pc表示

-------------------------------------------------------------------------------------------------------*/

body {
	width: 100%;
	background-color: #0C0000;
}

.b-tel_box {
	width: 100%;
	background: linear-gradient(90deg, #2A0000 0%, #2A0000 50%, #4E0000 50%, #4E0000 100%);
	box-shadow:0px 10px 15px -8px #250700;
	-moz-box-shadow:0px 10px 15px -8px #250700;
	-webkit-box-shadow:0px 10px 15px -8px #250700;
	z-index: 30;
	position: relative;
}
.tel_box {
	width: 1000px;
	margin: 0 auto;
	padding: 13px 0;
	background: linear-gradient(55deg, #2A0000 0%, #2A0000 55%, #4E0000 55%, #4E0000 100%)
}
.tel_box:after {
	display: block;
	content: "";
	clear: both;
}
.tel_box img {
	display: block;
	float: right;
}

.logo {
	float: left;
	z-index: 40;
	position: absolute;
	top: 0;
	width: 213px;
	height: auto;
}
.logo img {
	width: 100%;
	height: auto;
}
.logo a img:hover {
	-webkit-transition: all 1s;
	transition: all 1s;
	opacity: 0.8;
}

.b-back,
.b-back_in {
	width: 1400px;
	min-width: 1000px;
	margin: 0 auto;
	padding: 0 0 55px 0;
	background: linear-gradient(to right, #050200 0%, #190d00 20%, #2c1700 50%, #190d00 80%, #050200 100%), url(../img/common/back_.jpg) repeat-y;
	background-blend-mode: multiply;
	z-index: 10;
	position: relative;
}
.b-back_in {
	padding-bottom: 100px;
}

.g_nav_b-box {
	background: url(../img/common/nav_back1.png) repeat-x;
	box-shadow:0px 8px 15px -8px #250700;
	-moz-box-shadow:0px 8px 15px -8px #250700;
	-webkit-box-shadow:0px 8px 15px -8px #250700;
	z-index: 20;
    position: relative;
}
.nav_box {
	width: 1000px;
	margin: 0 auto;
}
.nav_box:after {
	display: block;
	content: "";
	clear: both;
}
.nav_box ul {
	float: right;
	clear: both;
}
.nav_box ul li {
	list-style-type: none;
	float: left;
}

.nav_box ul li a {
	display: block;
	padding: 16px 23px; 
	-webkit-padding: 20px 23px;
}
.nav_box ul li a:hover {
	background: url(../img/common/nav_back2.png) no-repeat center;
}
.nav_box ul li a.active {
	background: url(../img/common/nav_back2.png) no-repeat center;
}
.nav_box ul li a.last{
	padding-right: 0;
}
.nav_box ul li a.last:hover {
	background: url(../img/common/nav_back2.png) no-repeat;
	background-position: 80% center;
}
.nav_box ul li a.last.active {
	background: url(../img/common/nav_back2.png) no-repeat;
	background-position: 80% center;
}

.top_eye {
	display: block;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	margin-bottom: 15px;
}




/*-----------------------------------------------------------------------------------------

facebook こだわりのメニュー

----------------------------------------------------------------------------------------*/

.top_content {
	width: 1000px;
	margin: 0 auto;
}
.top_content:after {
	content: "";
	display: block;
	clear: both;
}

.fb_box {
	width: 330px;
	float: left;
	padding-top: 35px;
	margin-right: 40px;
}
.fb_box h2 {
	margin-bottom: 10px;
}
.fb_box div {
	height: 291px;
	border: 3px solid #804F2F;
	overflow: hidden;
}
.fb_box div iframe {
	height: 100%;
	width: 100%;
}

.menu_b-box {
	width: 630px;
	float: right;
	background: url(../img/top/food_title_back.png) no-repeat center top;
}
.menu_b-box h2 {
	margin-top: 40px;
    text-align: center;
	margin-bottom: 6px;
}
.menu_b-box h3 {
	float: left;
    margin-right: 10px;
}
.menu_b-box h3:last-child {
	margin-right: 0;
}
.menu_b-box h3 a:hover {
	-webkit-transition: all .8s;
	transition: all .8s;
	opacity: 0.7;
}






/*-----------------------------------------------------------------------------------------------

店舗情報

-------------------------------------------------------------------------------------------------*/

.shop_info_b-box {
	width: 100%;
	min-width: 1000px;
	background: url(../img/common/info_back.jpg) repeat-x;
	padding: 54px 0;
}
.shop_info_box {
	width: 1000px;
	margin: 0 auto;
}
.shop_info_box:after {
	display: block;
	content: "";
	clear: both;
}
.shop_info_box img {
	display: block;
	float: left;
	margin: 0 40px 0 0;
}
.shop_info_box div {
	float: right;
    width: 629px;
    height: 318px;
	box-shadow:0px 10px 15px -8px #231815;
	-moz-box-shadow:0px 10px 15px -8px #231815;
	-webkit-box-shadow:0px 10px 15px -8px #231815;
}
.shop_info_box div iframe {
	width: 100%;
    height: 100%;
}

/*------------------------------------------------------------------------------------

footer

-----------------------------------------------------------------------------------*/



.f_nav_b-box {
	width: 100%;
	background: url(../img/common/nav_back1.png) repeat-x;
}
.f_nav_box {
	width: 1000px;
	margin: 0 auto;
	text-align: center;
	height: 50px;
}
.f_nav_box:after {
	display: block;
	content: "";
	clear: both;
}
.f_nav_box ul {
	display: inline-block;
}
.f_nav_box ul li {
	list-style-type: none;
	float: left;
}
.f_nav_box ul li a {
	display: block;
	padding: 12px 18px; 
}
.f_nav_box ul li a:hover {
	-webkit-transition: all .2s;
	transition: all .2s;
	opacity: 0.8;
}
.f_nav_box ul li a img {
	width: 92%;
}

.copylight_b-box {
	width: 100%;
	background: #2F0000;
}
.copylight_box {
	width: 1000px;
	margin: 0 auto;
	padding: 12px 0;
}
.copylight_box p {
	text-align: center;
	color: #fff;
	font-family: Arial, Helvetica, "sans-serif";
	font-size: 12px;
}







/*--------------------------------------------------------------------------------------------------

お品書き・お飲み物

-------------------------------------------------------------------------------------------------*/

.in_content {
	width: 1000px;
	margin: 0 auto;
}
.in_content h1 {
	text-align: center;
	margin: 50px 0 35px 0;
}
/*.in_content img.f_menu1 {
	 margin-bottom: 40px; 
}*/
.in_content img {
	margin: 0;
}

.in_content .attent {
	text-align: right;
	color: #ffffff;
	font-size: 15px;
	margin-bottom:35px;
	margin-top:8px;
}
.in_content .attent:last-of-type {
	margin-bottom: 0;
}




/*--------------------------------------------------------------------------------------------------

ご宴会

-------------------------------------------------------------------------------------------------*/

.course_b_box,
.course_b_box2,
.course_b_box_s {
	background: url(../img/banquet/course_back.jpg) repeat-x;
	padding: 8px;
	margin-bottom: 35px;
}
.course_b_box2 {
	margin-bottom: 0;
}
.course_b_box_s {
	background: url(../img/banquet/course_back2.jpg) no-repeat;
}
.course_box {
	border: 1px solid #B28247;
	padding: 20px;
}
.course_box:after {
	content: "";
	display: block;
	clear: both;
}
.course_box img.course_img1 {
	display: block;
	float: left;
}
.course_info1 {
	width: 438px;
	float: right;
}
.course_title1:after {
	display: block;
	content: "";
	clear: both;
}
.course_info1 h2 {
	float: left;
}
img.course_special {
	display: block;
	float: right;
	margin-top: 20px;
}

.price_info {
	margin-top: 12px;
}
.price_info2 {
	margin-top: 23px;
}
.price_info ul,
.price_info2 ul {
	margin: 12px 0 25px 0;
	padding-left: 13px;
}
.price_info2 ul {
	margin-top: 0;
}
.price_info ul:after,
.price_info2 ul:after,
.course_info2:after,
ul.s_course_ul:after {
	display: block;
	clear: both;
	content: "";
}
.price_info ul li,
.price_info2 ul li,
ul.s_course_ul li {
	list-style-type: none;
	float: left;
	border-bottom: dotted 1px #7D7D7D;
	width: 95px;
	margin: 10px 15px 0 0;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho","ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "serif";
	font-size: 14px;
	padding-bottom: 0.4em;
	letter-spacing: 0.1em;
	line-height: 1em;
	white-space:nowrap;
}
.price_info2 ul li {
	width: 131px;
}
.price_info ul li:nth-child(1),
.price_info ul li:nth-child(2),
.price_info ul li:nth-child(3),
.price_info ul li:nth-child(4),
.price_info2 ul li:nth-child(1),
.price_info2 ul li:nth-child(2),
.price_info2 ul li:nth-child(3) {
	margin-top: 0;
}
.price_info ul li:nth-child(4n),
.price_info2 ul li:nth-child(3n) {
	margin-right: 0;
}

.course_info1 p {
	font-size: 11px;
}

.course_s_title_box {
	width: 470px;
	float: left;
}
.course_s_title_box h2 {
	float: left;
}
img.course_special_s {
	display: block;
	float: right;
	margin-top: 28px;
}

ul.s_course_ul {                         /*afterは395行目*/
	display: block;
	float: right;
	width: 423px;
	margin-top: 15px;
}
ul.s_course_ul li {
	width: 130px;
}
ul.s_course_ul li.long_li {
	width: 277px;
}
ul.s_course_ul li:nth-child(2),
ul.s_course_ul li:nth-child(5) {
	margin-right: 0;
}

.s_course_p {
	font-size: 11px;
	margin-top: 7px;
}

img.course_special2 {
	/* margin-top: 28px; */
	margin-top: 0;
	float: right;
}

/* 20190930　消費税率変更による金額変更時に追加 */
ul.attent_wht {
	border:solid 1px #ffffff;
	padding:25px;
	margin:35px 0 0 0;
	color:#ffffff;
	font-size: 15px;
}
ul.attent_wht li {
	margin:15px 0;
	text-indent: -1em;
	padding-left:1em;
	list-style: none;
}
ul.attent_wht li:before {
	content:"●";
	color: #ffffff;
}

ul.attent_wht li:first-child {
	margin: 7px 0 7px 0;
}

/* ul.attent_wht li:last-child {
	margin: 15px 0 0 0;
} */


/*------------------------------------------------------------------------------------------

壱歩ギャラリー

------------------------------------------------------------------------------------------*/

p.in_p {
	text-align: center;
	font-size: 14px;
	color: #fff;
	margin-bottom: 25px;
}
.gallery_ul:after {
	display: block;
	content: "";
	clear: both;
}
.gallery_ul li {
	float: left;
	list-style-type: none;
	width: 323px;
	height: auto;
	margin: 0 14px 14px 0;
	overflow: hidden;
}
.gallery_ul li:nth-child(3n) {
	margin-right: 0;
}
.gallery_ul li:last-child,
.gallery_ul li:nth-last-child(2),
.gallery_ul li:nth-last-child(3) {
	margin-bottom: 0;
}
.gallery_ul li img {
	transition: 0.3s;
}
.gallery_ul li img:hover {
	-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
		-o-transform: scale(1.1);
		transform: scale(1.1);
}
.gallery_ul li img {
	width: 100%;
	height: auto;
}

/*------------------------------------------------------------------------------------------

採用情報

------------------------------------------------------------------------------------------*/
	
.recruit_img {
	margin-bottom: 60px;
}
.recruit_img:after {
	display: block;
	content: "";
	clear: both;
}
.recruit_img img {
	float: left;
}

.in_content table {
	margin-top: 15px;
	border: 1px solid #AAABAB;
	font-size: 14px;
	width: 100%;
	border-collapse: collapse;
	text-align: left;
}

.in_content table th {
	background-color: #FDE8D0;
	width: 20%;
	border: 1px solid #AAABAB;
	font-weight: normal;
	padding: 20px 0 20px 18px;
}
.in_content table td {
	background-color: #fff;
	width: 80%;
	border: 1px solid #AAABAB;
	vertical-align: middle;
	padding: 20px 0 20px 18px;
}

.recruit h2 {
	color:#fff;
	font-size: 25px;
	font-weight: bold;
	font-family: "游明朝体", "YuMincho","游明朝", "Yu Mincho","ヒラギノ明朝 ProN W3", Georgia,"Hiragino Mincho ProN W3", HiraMinProN-W3, "ヒラギノ明朝 ProN", "Hiragino Mincho ProN","ヒラギノ明朝 Pro", "Hiragino Mincho Pro","HGS明朝E","ＭＳ Ｐ明朝", "MS PMincho",serif !important
}

.recruit h3 {
	color:#fff;
	font-size: 20px;
	font-weight: bold;
	padding-top:1.2em;
}
	 
	 


@media (min-width: 1401px) {	
	
.b-back,
.b-back_in {
	width: 1400px;
}	
	
}


@media (max-width: 1400px) {	
	
.b-back,
.b-back_in {
	width: 1200px;
}
}

	

@media (max-width: 1200px) {	
	
.b-back,
.b-back_in,
.tel_box {
	width: 1000px;
}
	
img.top_eye {
	width: 1000px;
	height: auto;
}
	
.logo {
	margin-left: 1.5%;
}
.tel_box img {
	margin-right: 3%;
}

.nav_box {
	width: 94%;
}
	
.top_content,
.shop_info_box,
.in_content {
	width: 1000px;
}
	
.fb_box,
.shop_info_box img {
	width: 30%;
	margin-right: 20px
}
	
	
.menu_b-box {
	width: 64.2%;
}
.shop_info_box div {
	height: 287px;
}
	
}



@media (max-width: 1000px) {	
	
body {
	width: 1000px;
}
	
.b-back,
.b-back_in,
.tel_box,
.f_nav_b-box,
.copylight_b-box {
	width: 100%;
}
	
img.top_eye {
	width: 100%;
	height: auto;
}
.logo {
	margin-left: 1.5%;
}
.tel_box img {
	margin-right: 3%;
}

.nav_box {
	width: 94%;
}
	
.top_content,
.shop_info_box,
.in_content {
	width: 98%;
}
.fb_box,
.shop_info_box img {
	width: 30%;
	margin-right: 20px
}
	
.shop_info_b-box {
	background-repeat: repeat;
	width: 100%;
	margin-top: -1px;
}	
	
.menu_b-box {
	width: 65.5%;
}
.shop_info_box div {
	height: 275px;
}
	
.f_nav_box,
.copylight_box {
	width: 98%;
}
	
	
.in_content img.f_menu1,
.in_content img.f_menu2 {
	width: 100%;
	height: auto;
}
	
.course_b_box, .course_b_box2 {
	background-repeat: repeat;
}
	
.course_b_box_s .course_box {
	border: none;
}
	
.course_info1 p,
.s_course_p {
	font-size: 40%;
	margin-top: 0;
	display: inline-block;
}

.gallery_ul li {
	width: 32%;
	margin: 0 2% 14px 0;
}
	
.recruit_img img {
	width: 33.3%;
}
	
.course_box img.course_img1,
.course_s_title_box {
	width: 49%;	
}

	
}








 