@charset "shift-jis";
/* CSS Document */


/*
 body
----------------------------------------------------------------------------------------------------*/

body, select {
	background-color: #ffffff;
	/*	font-family: "CI", Meiryo, "qMmpS Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "lr oSVbN", "MS P Gothic", sans-serif;
*/
	font-family: Avenir, 'Helvetica neue', Helvetica, Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
	color: #333333;/*
	margin: 4px 0px 0px 0px;*/
	line-height: 1.6;
	font-size: 13px;
	margin: 0;
}

@media print {
body {
	-webkit-print-color-adjust: exact;
}
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #c62c34;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
#wrapper {
	width: 100%;
	margin: auto;
	padding: 0 0 0 0;
}
#container {
	width: 100%;
	margin: auto;
}
#inner {
	/*width: 100%;*/
    margin: 0 14px;
}
/*imgwrap*/
.imgwrap {
	width: 100%;
	height: 246px;
	margin: 0 auto 20px auto;
}
.imgwrap {
	background: url(/restaurant/img_mq/rest_mainimg.jpg) no-repeat center;
}
.imgwrap h1 {
    width: 100%;
    /* height: 108px; */
    position: relative;
    top: 103px;
    left: 0;
    margin: 0 auto;
    z-index: 9999;
    text-align: center;
}
.imgwrap h1 img {
    width: auto;
    height: 85px;
}
.imgwrap h2 {
    width: 100%;
    /* height: 108px; */
    position: relative;
    top: 103px;
    left: 0;
    margin: 0 auto;
    z-index: 9999;
    text-align: center;
}
.imgwrap h2 img {
    width: auto;
    height: 85px;
}
/*-------------------------header-------------------------*/
#header {
	width:100%;
	height:48px;
	z-index:99999;
	background:url('/share/img/smp_header_bg.gif') left top repeat-x;
	background-color:#e5e5e5;
	border-bottom:solid 1px #b9b9b9;
	text-align:center;
	position:absolute;
	top:50px;
}
#header_inner a {
	width:100%;
	height:48px;
}
#header_inner h1 {
	display:block;
	width:197px;
	height:100%;
	position: relative;
	text-indent:-9999px;
}
#header_inner .header_logo {
	background:url('/share/img/smp_h1logo.png') no-repeat ;
	background-size:197px 28px;
	width:197px;
	height:28px;
	position:absolute;
	top:11px;
	left:10px;
	display:block;
	}
#header_inner ul {
	display:none;}

.nav_btn {
	width:29px;
	height:29px;
	position: absolute;
  	right: 10px;
  	bottom: 7px;
}
.nav_btn a {
	width:29px;
	height:29px;
	position:relative;
	bottom:8px;
}
.nav_btn img {
	width:29px;
	height:29px;
	position:relative;
	top:8px;
}
#nav_inner {
	margin:48px 0 0 0;
	text-align:center;
}
#navi01 a {
	border:none;
}
.sub_nav {
	background-color:#eee;
}
.sub_nav a {
	font-size:.7em;
	text-align:left;
	display:block;
	height:40px;
	position:relative;
}
.sub_nav a i {
	display:none;
}
.sub_nav a:before {
	width:0;
	height:0;
	content:'';
	display:inline-block;
	border:8px solid transparent;
	border-left:8px solid #ccc;
	position:absolute;
	right:5px;
	top:11px;
}
.sub_nav a:after {
	width:0;
	height:0;
	content:'';
	display:inline-block;
	border:4px solid transparent;
	border-left:4px solid #eee;
	position:absolute;
	top:14.5px;
	right:13px;
	z-index:9999;
}
#navi01 .sub_nav li {
	border:none;
}
#navi01 .sub_nav a span {
	display:none;
}
#nav_inner img {
	display:none;
}
#breadcrumb {
    position: relative;
    z-index: 1;
    padding: 12px 15px 12px;
    /* background: #E6E6E6; */
}
/*language menu*/
#lang_nav {
	position:absolute;
	top:49px;
	left:0;
	width:100%;
	z-index:9999;
}
#lang_nav ul {
	width:100%;
	height:28px;
}
#lang_nav ul li {
	display:block;
	width:20%;
	height:28px;
	line-height:29px;
	font-size:12px;
	text-align:center;
	text-indent:0;
	z-index:9999;
	float:left;
	opacity:1;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#lang_nav ul li a {
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	color:#fff !important;
	background:#333333;
}
#lang_nav ul li:last-child a {
	background:url('/share/img/hangle_sp.gif') no-repeat;
	background-position:center;
	background-color:#333333;
	background-size:33px 11px;
}
#lang_header {
	width:29px;
	height:29px;
	line-height:29px;
	border:none;
	text-indent:14px;
	position:absolute;
	display;block;
	background-color:#fff;
	top:-37px;
	right:50px;
	z-index:9999;
}
#lang_header span {
	display:none;
}
#lang_header:hover {
	background-color:#fff;
}
#lang_header:after {
	display:block;
	content:'';
	color:red;
	width:29px;
	height:29px;
	border:none;
	position:absolute;
	top:0;
	right:0;
	background:url('/share/img/globe.gif') no-repeat 50% 50%;
	background-size:20px 20px;
	-webkit-transition: all .5s;
    -moz-transition: all .5s;
    -ms-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
}
#lang_header.sankaku:after {
	transform: rotate(0deg);
	top:0;
}
#lang_nav ul li.la_open {
	height:0;
	opacity:0;
}



/*breadcrumb*/
#breadcrumb{
	display: none;
}


/*-------------------------footer-------------------------*/

#footer_inner {
	background: #FFFFFF;
	overflow:hidden;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
}
#footer_inner ul li {
	width:100%;
	position: relative;
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	float: left;
	box-sizing: border-box;
}
#footer_inner ul.footer_nav1 {
	width:100%;
	float:left;
	background-color:#FFF;
	padding:0;
	position: relative;
	color: #c4181f;
	font-size: 0.95rem;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	border-top: solid 10px #c4181f;
	z-index: 10;
}
#footer_inner ul.footer_nav1 i {
	display:none;
}
#footer_inner ul.footer_nav2 {
	width:100%;
	float:left;
	background-color:#e8e8e8;
	padding:0;
	position: relative;
	color: #c4181f;
	font-size: 0.75rem;
	border-top: solid 2px #c4181f;
	z-index: 10;
}
#footer_inner ul li a {
  display: block;
  line-height: 43px;
  height: 43px;
  text-align: left;
  padding: 0 0 0 8px;
  text-decoration: none;
  color: #c62c34;
  background: url('/share/img/ico_arrow_22x34.png') 95% center no-repeat;
  background-size: 4%;
}
#footer ul.footer_nav2 li {
	width:50%;
	position: relative;
	border-bottom: 1px solid #D2D2D2;
	border-left: 1px solid #D2D2D2;
	float: left;
	box-sizing: border-box;
}
#footer ul.footer_nav2 li:last-child{
	width:50%;
	position: relative;
	left:1px;
	border-bottom: 1px solid #D2D2D2;
	border-right: 1px solid #D2D2D2;
}	float: left;
	box-sizing: border-box;

ul.footer_nav2 {
	width:100%;
	float:left;
	background-color:#e8e8e8;
	padding:0;
	position: relative;
	color: #c4181f;
	font-size: 0.75rem;
	-webkit-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	-moz-box-shadow: 0 5px 10px rgba(0,0,0,.5);
	border-top: solid 2px #c62c34;
	z-index: 10;
}
#footer ul.footer_nav2 li a {
  display: block;
  line-height: 43px;
  height: 43px;
  text-align: left;
  padding: 0 0 0 8px;
  text-decoration: none;
  color: #707070;
  background:none;
}
#footer nav ul.footer_nav2 .footnav_corp a {
  display: block;
  line-height: 43px;
  height: 43px;
  text-align: left;
  padding: 0 0 0 8px;
  text-decoration: none;
  color: #333333;
  /*background: url('/share/img/ico_arrow_22x34.png') 91% center no-repeat;
  background-size: 6%;*/
}
#footer ul.footer_nav2 li:last-child img {
	display:none;
}
#footer ul li a.two {
	line-height: 29px;
}
#footer ul li a span {
	display:block;
	line-height: 0.1em;
}
#footer ul.footer_nav2 li:last-child span {
	position:static;
	display:inline;}

#footer ul li.last {
	border-bottom: none;
}
#footer_inner ul#sns_nav {
	width:100%;
	height:74px;
	background:#cccccc;
	margin:auto;
	display:table;
	table-layout:fixed;
}
#footer_inner ul#sns_nav li {
	width:50%;
	display:table-cell;
	margin:16px 0 0 0;
	border:none;
}
#footer_inner ul#sns_nav li .fa {
	line-height:40px;
}

#footer_inner ul#sns_nav li a {
	display:block;
	width:40px;
	height:40px;
	border-radius:50%;
	color:#FFF;
	background:#707070;
	text-align:center;
	font-size:24px;
	text-shadow:none;
	padding:0;
	float:right;
	margin:0 9px 0 0;
}
#footer_inner ul#sns_nav li:last-child a {
	float:left;
	margin:0 0 0 8px;
}
.copyright {
	clear: left;
	font-size: .9em;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: bor
positonder-box;
	margin: 0 auto;
	padding: 25px 0 55px 0;
	background-image: -webkit-linear-gradient(bottom, rgba(98,12,16,1), rgba(182,22,29,1));
	background-image: -moz-linear-gradient(bottom, rgba(98,12,16,1), rgba(182,22,29,1));
	background-image: -o-linear-gradient(bottom, rgba(98,12,16,1), rgba(182,22,29,1));
	background-image: linear-gradient(to top, rgba(98,12,16,1), rgba(182,22,29,1));
	text-align: center;
	color: #ffffff;
}
.copyright a {
	color:#FFF;
	text-decoration:none;
}

span.nav_hide {
	position:relative;
	top:21px;
}
#footer span {
	z-index:99999;
	position:absolute;
	bottom:300px;

}
#footer span a {
	display:none;
}



/*.blank_icon {
	background: url('/share/img/ico_arrow_22x34.png') 91% center no-repeat;
  background-size: 6%;
}*/




/** totop */
.totop {
	display: none;
}
/** totop */


/** gotop */
p.gotop {
	position: fixed;
	right: 6%;
	bottom: -300px;
	padding-bottom: 30px;
    z-index: 9999;
    transition: .5s;
}
p.gotop.ison {
    bottom: 0;
}
p.gotop a {
	display: block;
	width: 50px;
	height: 50px;
}
/** gotop */




/** h3 */
#inner h3 {
	background-color: #eee;
	padding: 12px 0 12px 3%;
	margin: 0px 0px 30px;
	font-size: 18px;
	position: relative;
	border-bottom: solid 4px #CCCCCC;
}
#inner h3:after {
	content: "";
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: -4px;
	left: 0;
	background-color: #C82527;
	z-index: 2;
}
#inner h3 + p {
	margin: 10px 0 20px;
	line-height: 1.8;
}







/*outlink*/
#wrap_out_link {
	padding-top:80px;
}

#out_link {
	width:85%;
	padding:5%;
	margin:30px auto 30px auto;
	background:#f5f5f5;
	box-shadow:1px 1px 3px #ccc;
	text-align:center;
}
#out_link h3 {
	margin:0 auto 20px auto;
}
.url_out_link {
	display:block;
	margin:15px 0;
}
.url_out_link a {
	display:inline;
	word-break:break-all;
}
#btn_out_link {
	width:220px;
	height:32px;
	display:block;
	margin:30px auto;
	background:#c82527;
	color:#fff;
	text-align:center;
	line-height:32px;
	transition:.3s;
}
#btn_out_link:hover,
#btn_out_link:active {
	line-height:30px;
	background:#f5f5f5;
	color:#c82527;
	border:solid 1px #c82527;
	box-sizing: border-box;

}




/* clearfix */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */


.mt00 {
	margin-top: 0 !important;
}
.pt00 {
	padding-top: 0 !important;
}