@charset "utf-8";
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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-style: normal;
	font-weight: normal;
	font-size: 100%;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}
html {
	overflow-y: scroll;
	height: 100%;
}
body {
	font-family: "a-otf-ryumin-pr6n", serif;
	font-size: 14px;
	height: 100%;
	-webkit-text-size-adjust: 100%;
	color: #2a2a2a;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
ol, ul {
	list-style: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
a:focus {
	outline: none;
}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {
	min-height: 1px;
}
* html .clearfix {
	height: 1px;/*\*//*/
	height: auto;
	overflow: hidden;
	/**/
}
.both {
	clear: both;
}
.inline_block {
	display: inline-block;
 *display: inline;
 *zoom: 1;
}
a {
	text-decoration: none;
	color: #000000;
}
a:hover {
	color: #673d1b;
}
a:visted {
 color:#673d1b;
}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity: 0.75;
	opacity: 0.75;
}
img {
	margin: 0;
	padding: 0;
}
/* よく使うCSS start

img {
	max-width:100%;
}

table {
	width:100%;
}

a,a:hover {
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}

a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
}

よく使うCSS end -----
時々使うCSS3 start ---

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

テキストシャドウ {
	text-shadow: 1px 1px 3px #000;
}

ボックスシャドウ {
	-moz-box-shadow: 1px 1px 3px #000;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

ボックスシャドウ内側 {
	-moz-box-shadow: inset 1px 1px 3px #000;
	-webkit-box-shadow: inset 1px 1px 3px #000;
	box-shadow: inset 1px 1px 3px #000;
}

角丸 {
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

トランジション {
	-webkit-transition: 1.5s;
	-moz-transition: 1.5s;
	-o-transition: 1.5s;
	transition: 1.5s;
}

透明 {
	filter: alpha(opacity=25);
	-moz-opacity:0.25;
	opacity:0.25;
}

背景のみ透明 {
	background-color:rgba(255,255,255,0.2);
}

グラデーション {
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000');
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#000000')";
	background-image: -moz-linear-gradient(top, #ffffff, #000000);
	background-image: -ms-linear-gradient(top, #ffffff, #000000);
	background-image: -o-linear-gradient(top, #ffffff, #000000);
	background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#000000));
	background-image: -webkit-linear-gradient(top, #ffffff, #000000);
	background-image: linear-gradient(top, #ffffff, #000000);
}

スマホ対応
@media screen and (max-width: 480px){

}
@media screen and (max-width: 320px){

}

時々使うCSS3 end */

/*全体レイアウト*/

.alignR {
	text-align: right !important;
}
.alignC {
	text-align: center !important;
}
.red {
	color: #c31d31;
}
.pink {
	color: #eb6b6b;
}
.gr {
	color: #37858a;
}
.f12 {
	font-size: 12px;
}
.f20 {
	font-size: 20px;
}
.bold {
	font-weight: bold;
}
.mb0 {
	margin-bottom: 0 !important;
}
.mb10 {
	margin-bottom: 10px !important;
}
.mb20 {
	margin-bottom: 20px !important;
}
.mb30 {
	margin-bottom: 30px !important;
}
.mb40 {
	margin-bottom: 40px !important;
}
.mb50 {
	margin-bottom: 50px !important;
}
.mt0 {
	margin-top: 0 !important;
}
.mt10 {
	margin-top: 10px !important;
}
.mt20 {
	margin-top: 20px !important;
}
.mt30 {
	margin-top: 30px !important;
}
.clear {
	clear: both;
}
.bo0 {
	border: 0 !important;
}
.f24 {
	font-size: 24px;
}
.f26 {
	font-size: 26px;
	font-weight: bold !important;
}
#container {
	width: 100%;
	position: relative;
	height: auto !important; /*IE6対策*/
	height: 100%; /*IE6対策*/
	min-height: 100%;
}
#container p{
	line-height: 1.7;
}
#container section {
	width: 100%;
	overflow: hidden;
	clear: both;
}
#container #content .inner {
	width: 1000px;
	margin: 0 auto;
}
#container #content .wrap{
	overflow: hidden;
}

.gmap {
position: relative;
padding-bottom: 40%;  /*これが縦横比*/
height: 0;
overflow: hidden;
}
.gmap iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}


@media screen and (max-width: 760px) {
	#container{
		width: 100%;
		overflow: hidden;
	}
	#container #content .inner {
		width: 95%;
	}
	#local #container #content .inner {
		width: 95%;
	}



/*-----------スマホのトグルボタンのCSS-------------*/

#container header{
	height: auto;
}
header .logo{
	width: 14%;
	margin: 0 auto;
	text-align: center;

}

#nav-toggle {
	display: none;
	position: absolute;
	right: 12px;
	top: 20px;
	width: 34px;
	height: 36px;
	cursor: pointer;
	z-index: 9999;
}
#nav-toggle div {
	position: relative;
}
#nav-toggle span {
	display: block;
	position: absolute;
	height: 4px;
	width: 100%;
	background: #080404;
	left: 0;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out;
}
#nav-toggle span:nth-child(1) {
	top: 0;
}
#nav-toggle span:nth-child(2) {
	top: 11px;
}
#nav-toggle span:nth-child(3) {
	top: 22px;
}

#global-nav {
	position: absolute;
	/* 開いてないときは画面外に配置 */
	top: -680px;
	background-color: rgba(0,0,0,0.8);
	width: 100%;
	text-align: center;
	padding: 10px 0;
	-webkit-transition: .5s ease-in-out;
	-moz-transition: .5s ease-in-out;
	transition: .5s ease-in-out;
	z-index: 9999;
}
#global-nav ul {
	list-style: none;
	position: static;
	right: 0;
	bottom: 0;
	font-size: 14px;
	color:#FFFFFF;
}
#global-nav ul li {
	float: none;
	position: static;
	padding: 5px 0;
	color: #fff;
}
	header nav ul li{
		width: 100% !important;
	}
.head_inner #global-nav ul li a, #top-head.fixed #global-nav ul li a {
	width: 100%;
	display: block;
	color: #fff ;
	padding: 5px 0;
}
#nav-toggle {
	display: block;
}
/* #nav-toggle 切り替えアニメーション */
.open #nav-toggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(315deg);
	-moz-transform: rotate(315deg);
	transform: rotate(315deg);
}
.open #nav-toggle span:nth-child(2) {
	width: 0;
	left: 50%;
}
.open #nav-toggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(-315deg);
	-moz-transform: rotate(-315deg);
	transform: rotate(-315deg);
}
/* #global-nav スライドアニメーション */
.open #global-nav {
	/* #global-nav top + #mobile-head height */
	-moz-transform: translateY(825px);
	-webkit-transform: translateY(825px);
	transform: translateY(825px);
}

}

/*フッター*/
.bnr_list {
	overflow: hidden;
	clear: both;
	margin: 100px 0;
	;
}
.bnr_list ul {
	display: flex;
	justify-content: center;
}
.bnr_list ul li {
	float: left;
	margin-right: 30px;
}
.bnr_list ul li:last-child {
	margin-right: 0;
}
footer {
	width: 100%;
	background: #000000;
}
footer .foot_inner {
	background: #4e4e4e;
	padding: 40px 0;
}
footer .foot_inner ul {
	display: flex;
	justify-content: center;
}
footer .foot_inner ul li {
	float: left;
	margin-right: 20px;
}
footer .foot_inner ul li a {
	color: #FFFFFF;
}
footer .foot_inner ul li:before {
	content: "|";
	margin-right: 20px;
	color: #FFFFFF;
}
footer .copy {
	text-align: center;
	padding: 30px 0;
	color: #FFFFFF;
}

@media screen and (max-width: 760px) {
	.bnr_list{
		margin: 20px 0;
	}
	.bnr_list ul {
		display: block;
		justify-content: center;
	}
	.bnr_list ul li {
		float: none;
		margin: 0 auto 10px;
		width: 80%;
	}
	.bnr_list ul li:last-child {
		margin: 0 auto;
	}
	footer .foot_inner{
		padding: 0;
	}
	footer .foot_inner ul{
		display: block;
	}
	footer .foot_inner ul li{
		padding:10px 0;
		float:none;
		border-bottom:1px solid #FFFFFF;
		margin-right: 0;
	}
	footer .foot_inner ul li a{
		display: block;
	}
	footer .foot_inner ul li:last-child{
		border-bottom: 0;
	}
	footer .foot_inner ul li a{
		padding:0 10px;
	}
	footer .foot_inner ul li:after{
		content:"";
		margin-left:0;
	}
	footer .foot_inner ul li:before{
		content:"";
		display: none;
	}
	footer .foot_inner ul li a:before{
		content:"\0025b6";
		margin-right:5px;
	}
}

/*ヘッダー（トップ）*/
#top .flex-control-paging li a{
	background:#fff;
	opacity:.5;
}

#top .flex-control-paging li a.flex-active{
	background:#000;
}

#top .metaslider{
	max-width:100% !important;
}

#top .metaslider .flexslider{
	margin:0px;
}

#top .metaslider .flex-control-nav{
	bottom:13px;
}

#top header {
	margin-bottom: 20px;
}
#top header .visual {
	text-align: center;
	background: #000000;
}
#top header .visual{
	position: relative;
	max-width: 100%;
/*	background: url(../img/top/mainVisual.jpg);*/
	background-size: cover;
/*	min-height: 610px;*/
}
#top header .visual .catch{
	position: absolute;
	left: 0;
	top: 0;
	padding: 60px;
	background: rgba(0,0,0,0.7);
	min-height: 490px;
}
#top header .visual p {
	margin-bottom: -6px;
}
#top header .scroll {
	text-align: center;
	height: 68px;
	background: url(../img/common/bg_scroll.png) repeat-x;
	margin-bottom: 20px;
}
#top header .is-fixed {
	padding: 20px 0;
	position: fixed !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 109px;
    background-color:#FFFFFF;
	z-index: 100;
}



/*ヘッダー*/
header nav {
	width: 1000px;
	margin: 0 auto;
	overflow: hidden;
}
header nav .logo {
	float: left;
	margin-right: 10px;
}
header nav ul {
	padding: 20px 0;
	overflow: hidden;
}
header nav ul li {
	width: 130px;
	font-size: 13px;
	float: left;
	text-align: center;
}
header nav ul li .sub {
	font-size: 10px;
	padding-top: 10px;
	border-top: 1px solid #a4a4a4;
}
header nav ul li:hover .sub {
	border-top: 1px solid #dd0000;
}
/*コンテンツ（トップ）*/
#top #content section {
/*margin-bottom: 80px;*/
}
#top #content h2 {
	text-align: center;
	margin-bottom: 80px;
	margin-right: 60px;
}
#top #content .sec001 {
	background: url(../img/top/bg_map.jpg);
	background-size: cover;
}
#top #content .sec001 ul {
	padding: 80px 70px;
	overflow: hidden;
}
#top #content .sec001 ul li {
	float: left;
}
#top #content .sec002 {
	background: url(../img/top/bg_shop.jpg);
	background-size: cover;
	overflow: hidden;
	padding: 80px 0;
}
#top #content .sec002 ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 20px 0;
	width: 327px;
}
#top #content .sec002 ul li:nth-child(4n) {
	margin: 0 0 20px 0;
}
#top #content .sec002 ul li h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
#top #content .sec002 ul li h3 a{
	font-weight: bold;
}
#top #content .sec002 ul li h3 a:hover{
	color: #949494;
}
#top #content .sec002 ul li .add{
	min-height: 48px;
}
#top #content .sec002 ul li figure{
		height: 217px;
		overflow: hidden;
	}
#top #content .sec003 {
	padding: 80px 0;
	/*margin-bottom: 80px;*/
	overflow: hidden;
}

	.sec003 .inner{
		display:flex;
		align-items:center;
		justify-content:center;
	}
	ul.right_box{
		display:flex;
		align-items:center;
		justify-content:center;
		flex-wrap:wrap;
		margin-left:100px;
		padding-left:100px;
		border-left:solid 1px #000;
	}
	ul.right_box li{
		width:100%;
		margin-bottom:10px;
	}
	.link_box{
		border:solid 1px #000;
		width:80%;
		margin:0 auto;
	}
	.link_box a{
		width:100%;
		height:30px;
		display:flex;
		align-items:center;
		justify-content:center;
	}

	#top #content h2 {
		text-align: center;
		margin-bottom: 20px;
		margin-right:inherit;
	}

#top #content .sec003 ul li:last-child {
	margin-right: 0;
}
#top #content .sec004 {
	margin-bottom: 0;
}
#top #content .sec004 div {
	width: 50%;
}
#top #content .sec004 .left {
	width: 50%;
	float: left;
	height:651px;
	overflow: hidden;
	background: url(../img/top/pho_concept.jpg);
	background-size: cover;
}
#top #content .sec004 .left img {
	width: 100%;
}
#top #content .sec004 .right {
	background: url(../img/top/bg_concept.jpg);
	background-size: cover;
	text-align: center;
	padding: 100px 0;
	float: right;
	max-height: 500px;
}

@media screen and (max-width: 760px) {
	#top header{
		padding: 0;
		min-height: 109px;
	}
	#top header .is-fixed {
		background:inherit;
		padding: 0;
	}
	#top header .head_inner article{
		background: #FFFFFF;
		padding: 20px 0;
		z-index: 9999;
	}
	#top .visual .scroll {
		display: none;
	}
	#top #content .sec001 ul {
		padding: 20px;
	}
	#top #content h2 {
		text-align: center;
		margin-bottom: 30px;
		margin-right: 0;
	}
	#top #content h2 img{
		width: 35%;
	}
	#top #content .sec002 {
		padding: 40px 0;
		background: none;
	}
	#top #content .sec002 ul li {
		display: inline-block;
		vertical-align: top;
		margin: 0 0 20px 0;
		width: 100%;
	}
	#top #content .sec002 ul li figure{
		height: 200px;
		overflow: hidden;
	}
	#top #content .sec002 ul li figure img{
		position: relative;
		top: 50%;
		left: 50%;
		width: 100%;
		height: auto;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	#top #content .sec002 ul li .add{
	min-height: inherit;
}
	#top #content .sec003 {
		padding: 40px 0;
		margin-bottom: 30px;
		overflow: hidden;
	}
	#top #content .sec003 ul li {
		float: none;
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	#top #content .sec003 ul li figure{
		height: 200px;
		overflow: hidden;
	}
	#top #content .sec003 ul li figure img{
		position: relative;
		top: 50%;
		left: 50%;
		width: 100%;
		height: auto;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	#top #content .sec004 .left {
		width: 100%;
		float: none;
		height: 200px;
		overflow: hidden;
		background: url(../img/top/pho_concept.jpg);
		background-size: cover;
	}
	#top #content .sec004 .left img {
		width: 100%;
	}
	#top #content .sec004 div {
	width: 95%;
}
	#top #content .sec004 .right {
		background: url(../img/top/bg_concept.jpg);
		background-size: cover;
		text-align: center;
		padding: 50px 15px;
		float: none;
		max-height: 500px;
	}

		.sec003 .inner{
		flex-wrap:wrap;
	}

	.left_box{
		width:100%;
	}

	ul.right_box{
		padding-left:0px;
		margin-left:0px;
		border:none;
		margin-bottom:20px;
	}

	.link_box{
		width:50%;
	}


}



@media screen and (max-width: 2046px) {
	#top .visual img{
		max-width: 100%;
	}
}

/*下階層テンプレート*/

#local header {
	padding: 20px 0;
	position: fixed !important;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 109px;
    background-color:#FFFFFF;
	z-index: 100;
}
#local h2 {
	background-size: cover;
	width: 100%;
	height: 316px;
	position: relative;
	margin-bottom: 20px;
}
#local h2 .tit {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
#local .bread {
	margin-bottom: 30px;
}
#local .wrapper h3, #local .shop_info h3 {
	text-align: center;
	font-size: 22px;
	font-weight: bold;
	padding-top: 10px;
	margin-bottom: 40px;
	background: url(../img/common/border_h3.png) no-repeat center top;
	letter-spacing: 3px;
}
#local .wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
	margin-bottom: 20px;
}
#local #content {
	padding-bottom: 20px;
	margin-top: 149px;
}

@media screen and (max-width: 760px) {
	#local .wrapper {
		width: 95%;
		padding: 20px 10px;
	}
	#local #container figure {
	width: 70%;
	margin: 0 auto 10px;
}
	#local h2 {
		background-size: cover;
		width: 100%;
		height: 200px;
		position: relative;
		margin-bottom: 20px;
	}
}

/*こだわり*/
.concept h2 {
	background: url(../img/common/bg_h2_concept.jpg)
}
.concept .sec001 figure, .concept .sec003 figure, .concept .sec005 figure, .concept .sec007 figure {
	float: left;
}
.concept .sec001 .cont, .concept .sec003 .cont, .concept .sec005 .cont, .concept .sec007 .cont {
	float: right;
	width: 594px;
}
.concept .sec002 figure, .concept .sec004 figure, .concept .sec006 figure {
	float: right;
}
.concept .sec002 .cont, .concept .sec004 .cont, .concept .sec006 .cont {
	float: left;
	width: 594px;
}
.concept section {
	padding: 30px 0;
}
.concept section .cont {
	font-size: 16px;
}
#local .concept section .cont h3 {
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	margin-bottom: 30px;
}
.concept .sec002 {
	background: url(../img/concept/bg_sec002.png);
	background-size: cover;
}
.concept .sec004 {
	background: url(../img/concept/bg_sec004.png);
	background-size: cover;
}
.concept .sec006 {
	background: url(../img/concept/bg_sec006.png);
	background-size: cover;
}

@media screen and (max-width: 760px) {
	.concept .sec001 figure, .concept .sec003 figure, .concept .sec005 figure, .concept .sec007 figure {
	float: none;
}
.concept .sec001 .cont, .concept .sec003 .cont, .concept .sec005 .cont, .concept .sec007 .cont {
	float: none;
	width: 100%;
}
.concept .sec002 figure, .concept .sec004 figure, .concept .sec006 figure {
	float: none;
}
.concept .sec002 .cont, .concept .sec004 .cont, .concept .sec006 .cont {
	float: none;
	width: 100%;
}
}

/*会社概要*/
.company {
	background: url(../img/company/bg_company.jpg);
	background-size: cover;
}
.company h2 {
	background: url(../img/common/bg_h2_company.jpg)
}
.company .sec001 figure {
	float: left;
}
.company .sec001 .cont {
	float: right;
	width: 514px;
}
.company section table {
	width: 100%;
}
.company section table tr th {
	padding: 10px;
	border-bottom: 1px dotted #464646;
	font-weight: bold;
}
.company section table tr td {
	padding: 10px;
	border-bottom: 1px dotted #464646;
}

@media screen and (max-width: 760px) {
	.company .sec001 figure {
		float: none;
		margin-bottom: 10px;
	}
	.company .sec001 .cont {
		float: none;
		width: 100%;
	}
	.company section table {
		width: 100%;
	}
	.company section table tr th {
		display: block;
	}
	.company section table tr td {
		display: block;
	}
}

/*店舗情報*/
.shop {
	background: url(../img/company/bg_company.jpg);
	background-size: cover;
}
.shop h2 {
	background: url(../img/common/bg_h2_shop.jpg)
}
.shop .sec002 ul li {
	display: inline-block;
	vertical-align: top;
	margin: 0 2px 20px 0;
	width: 327px;
}
.shop .sec002 ul li:nth-child(4n) {
	margin: 0 0 20px 0;
}
.shop .sec002 ul li h3 {
	font-size: 16px;
	margin-bottom: 10px;
}
.shop .sec002 ul li h3 a:hover{
	color: #949494;
}
.shop .sec002 ul li .add{
	min-height: 73px;
}
.shop .sec002 ul li figure{
		height: 217px;
		overflow: hidden;
	}
.shop .shopname {
	font-size: 28px;
	text-align: center;
	margin-bottom: 40px;
}
.shop .shopname:before {
	content: url(../img/shop/ico_shopname.png);
	margin-right: 20px;
	position: relative;
	top: 10px;
}


/*===ここから===*/

.shop .tab {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
	display:flex;
	justify-content:space-between;
}
.shop .tab li {
	background: #e8e8e8;
	/*padding: 30px 0;*/
	float: left;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	width: 49%;
	background: rgb(69,72,77);
	background: -moz-linear-gradient(top, rgba(238,238,238,1) 0%, rgba(223,223,223,1) 100%);
	background: -webkit-linear-gradient(top, rgba(238,238,238,1) 0%,rgba(223,223,223,1) 100%);
	background: linear-gradient(to bottom, rgb(238, 238, 238) 0%,rgb(223, 223, 223) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeeee', endColorstr='#dfdfdf',GradientType=0 );
}

.shop .tab li.select {
	/*background: #0e0f10;*/
	color: #FFFFFF;
	background: rgb(69,72,77);
	background: -moz-linear-gradient(top, rgba(50,52,55,1) 0%, rgba(0,0,0,1) 100%);
	background: -webkit-linear-gradient(top, rgba(50,52,55,1) 0%,rgba(0,0,0,1) 100%);
	background: linear-gradient(to bottom, rgb(50, 52, 55) 0%,rgba(0,0,0,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#323437', endColorstr='#000000',GradientType=0 );
}

	.shop .tab{
		/*border:solid 1px #fff;*/
		margin-bottom:10px;
		justify-content:space-between;
		display:flex;
/*		box-shadow: 0px 3px 2px #0000002e;*/
	}
	.name_box{
		padding:10px;
		margin:5px;
		border:solid 1px #fff;
	}

	.name_box a{
    color: #fff;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
	}

	.shop .tab span.name:before{
		content: "\0025b6";
		color: #fd3925;
		margin-right: 10px;
	}

/*	.shop .tab li.select span.name:before {
		content: "\0025bc";
		color: #fd3925;
		margin-right: 10px;
	}*/

	.shop .tab li.select span.watch{
		display:none;
	}

	ul.tab li:hover{
		opacity:.8;
	}

/*.shop .tab {
	overflow: hidden;
	width: 1000px;
	margin: 0 auto;
}
.shop .tab li {
	background: #e8e8e8;
	padding: 30px 0;
	float: left;
	cursor: pointer;
	text-align: center;
	font-size: 18px;
	width: 50%;
}
.shop .tab li:before{
	content: "\0025b6";
	color: #fd3925;
	margin-right: 10px;
}
.shop .tab li.select {
	background: #0e0f10;
	color: #FFFFFF;
}
.shop .tab li.select:before{
	content: "\0025bc";
	color: #fd3925;
	margin-right: 10px;
}
.shop .hide {
	display: none;
}*/
#container .shop .shop_info {
	width: 960px;
	padding:  20px;
	margin: 0 auto;
	background: url(../img/shop/bg_cont.png);
	background-size: cover;
}
.shop .shop_info .wrap {
	overflow: hidden;
}
.shop .shop_info .wrap figure {
	float: left;
}
.shop .shop_info .wrap .photo{
	display: flex;
	justify-content: center;
}
.shop .shop_info .wrap .photo li{
	float: left;
	margin-right: 20px;
}
.shop .shop_info .wrap .photo li:last-child{
	margin-right: 0;

}
.shop .shop_info .wrap .info_inner {
	float: right;
	width: 480px;
}
.shop section table {
	width: 100%;
}
.shop section table tr th {
	padding: 10px;
	border-bottom: 1px dotted #464646;
	font-weight: bold;
}
.shop section table tr td {
	padding: 10px;
	border-bottom: 1px dotted #464646;
}
.shop .shop_info ul{
	overflow: hidden;
	clear: both;
}
.shop .shop_info .item01 li{
	float: left;
	width: 470px;
	text-align: center;
	font-size: 16px;
	margin: 0 20px 20px 0;
}
.shop .shop_info .item01 li:nth-child(2n){
	margin-right: 0;
}
.shop .shop_info .item01 li figure{
	margin-bottom: 10px;
}
.shop .shop_info .item02 li{
	float: left;
	width: 306px;
	text-align: center;
	margin: 0 20px 20px 0;
}
.shop .shop_info .item02 li:nth-child(3n){
	margin-right: 0;
}
.shop .shop_info .item02 li figure{
	margin-bottom: 10px;
}
.shop .shop_info .item_wrap{
	overflow: hidden;
	margin-bottom: 30px;
}
.shop .shop_info .item_wrap table{
	margin-bottom: 20px;
}
.shop .shop_info .item_wrap .menu_midasi{
	font-size: 18px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	margin: 20px 0;
}
.shop .shop_info .item_wrap .caption{
	font-size: 12px;
}
.shop .shop_info .item_wrap .midasi_red{
	color: #fd3925;
	margin: 20px 0;
}
.shop .shop_info .item_wrap .menublock{
	width: 470px;
	float: left;
}
.shop .shop_info .item_wrap .menublock02{
	width: 470px;
	float: right;
}

@media screen and (max-width: 760px) {
	.shop .sec002 ul li {
		display: block;
		margin: 0 0 20px 0;
		width: 100%;
	}
	#local #container .shop .sec002 ul li figure{
	 width: 100%;
		height: 200px;
		overflow: hidden;
	}
	.shop .sec002 ul li figure img{
		position: relative;
		top: 50%;
		left: 50%;
		width: 100%;
		height: auto;
		-webkit-transform: translate(-50%,-50%);
		-ms-transform: translate(-50%,-50%);
		transform: translate(-50%,-50%);
	}
	.shop .sec002 ul li .add{
		min-height:inherit;
	}
	.shop .tab {
		overflow: hidden;
		width: 100%;
		margin: 0 auto;
		margin-bottom:10px;
	}
	.shop .tab li {
/*		padding: 30px 0;*/
		float: none;
	/*	width: 100%;*/
	}
	#container .shop .shop_info {
		width: 95%;
		padding: 0 10px;
	}
	.shop .shop_info .wrap figure {
		float: none;
		margin-bottom: 20px;
	}
	.shop .shop_info .wrap .photo li{
		float: none;
		margin-right: 0;
	}
	.shop section table tr th {
		display: block;
	}
	.shop section table tr td {
		display: block;
	}
	.shop .shop_info .wrap .info_inner {
		float: none;
		width: 100%;
	}
	.shop .shop_info .item01 li{
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.shop .shop_info .item02 li{
		float: none;
		width: 100%;
		margin: 0 0 20px 0;
	}
	.shop .shop_info .item_wrap .menublock{
		width: 100%;
		float: none;
	}
	.shop .shop_info .item_wrap .menublock02{
		width: 100%;
		float: none;
	}
}




/*アクセス*/
.access h2 {
	background: url(../img/common/bg_h2_access.jpg)
}

/*採用情報*/
.recruit {
	background: url(../img/recruit/bg_content.jpg);
	background-size: cover;
}
.recruit h2 {
	background: url(../img/common/bg_h2_recruit.jpg)
}
.recruit .sec001 ul li{
	width: 240px;
	background: url(../img/recruit/bg_interview.png);
	background-size: cover;
	padding: 15px 30px;
	float: left;
	margin-right: 20px;
}
.recruit .sec001 ul li:last-child{
	margin-right: 0;
}
.recruit .sec001 ul li figure{
	text-align: center;
	margin-bottom: 20px;
}
.recruit .sec001 ul li .name:before{
	content: "\0025b6";
	color: #fd3925;
	margin-right: 10px;
}
.recruit .sec002 ul{
	display: flex;
	justify-content: center;
}
.recruit .sec002 ul li{
	width: 300px;
	background: url(../img/recruit/bg_interview.png);
	background-size: cover;
	float: left;
	margin-right: 20px;
	background: #fff8f4;
}
.recruit .sec002 ul li:last-child{
	margin-right: 0;
}
.recruit .sec002 ul li .name{
	padding: 15px;
}
.recruit .sec002 ul li .btn{
	padding-bottom: 15px;
}

/*管理職*/
.recruit_info01 {
	background: url(../img/recruit/bg_content.jpg);
	background-size: cover;
}
.recruit_info01 h2 {
	background: url(../img/common/bg_h2_recruit.jpg)
}
.recruit_info01 table {
	width: 100%;
	margin: 30px 0;
}
.recruit_info01 table tr th {
	padding: 10px;
	border-bottom: 1px dotted #464646;
	font-weight: bold;
	vertical-align: middle;
}
.recruit_info01 table tr td {
	padding: 10px;
	border-bottom: 1px dotted #464646;
}
.recruit_info01 .sec001 figure {
	float: left;
}
.recruit_info01 .sec001 .cont {
	float: right;
	width: 514px;
}

/*キッチン*/
.recruit_info02 {
	background: url(../img/recruit/bg_content.jpg);
	background-size: cover;
}
.recruit_info02 h2 {
	background: url(../img/common/bg_h2_recruit.jpg)
}
.recruit_info02 table {
	width: 100%;
	margin: 30px 0;
}
.recruit_info02 table tr th {
	padding: 10px;
	border-bottom: 1px dotted #464646;
	font-weight: bold;
	vertical-align: middle;
}
.recruit_info02 table tr td {
	padding: 10px;
	border-bottom: 1px dotted #464646;
}
.recruit_info02 .sec001 figure {
	float: left;
}
.recruit_info02 .sec001 .cont {
	float: right;
	width: 514px;
}

@media screen and (max-width: 760px) {
	.recruit .sec001 ul li{
		width: 95%;
		padding: 10px;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.recruit .sec002 ul{
		display:block;
		justify-content: center;
	}
	.recruit .sec002 ul li{
		width: 100%;
		float: none;
		margin-right: 0;
		margin-bottom: 10px;
	}
	.recruit .btn{
		width: 70%;
		margin: 0 auto;
	}

	/*管理職*/
	.recruit_info01 table {
		margin: 20px 0;
	}
	.recruit_info01 table tr th {
		display: block;
	}
	.recruit_info01 table tr td {
		display: block;
	}
	.recruit_info01 .sec001 figure {
		float: none;
		margin-bottom: 20px;
	}
	.recruit_info01 .sec001 .cont {
		float: none;
		width: 100%;
	}

	/*キッチン*/
	.recruit_info02 table {
		margin: 20px 0;
	}
	.recruit_info02 table tr th {
		display: block;
	}
	.recruit_info02 table tr td {
		display: block;
	}
	.recruit_info02 .sec001 figure {
		float: none;
		margin-bottom: 20px;
	}
	.recruit_info02 .sec001 .cont {
		float: none;
		width: 100%;
	}
}


/*スタッフインタビュー*/
.staff .sec001 figure{
	float: left;
}
.staff .sec001 .cont{
	float: right;
	width: 496px;
}
.staff .sec001 dl dt{
	font-size: 22px;
	background: url(../img/recruit/ico_circle.png) no-repeat 0 2px;
	padding:0 0 10px 40px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #555555;
}
.staff .sec002 .schedule{
	padding: 20px;
}
.staff .sec002 .schedule .sche_inner{
	background: rgba(255,255,255,0.9);
	padding: 15px;
	width: 62%;
}
.staff .sec002 .schedule .sche_inner table tr th{
	padding: 10px;
	font-size: 15px;
}
.staff .sec002 .schedule .sche_inner table tr td{
	padding: 10px;
	font-size: 15px;
}
.staff .btn{
		width: 70%;
		margin: 0 auto;
	}
.staff h4{
	font-size: 22px;
	background: url(../img/recruit/ico_circle.png) no-repeat 0 2px;
	padding:0 0 10px 40px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #555555;
}
.staff .sec003 table{
	width: 100%;
}
.staff .sec003 table tr:first-child{
	/*background: url(../img/recruit/bg_bar2.png) 17px top repeat-y;*/
}
.staff .sec003 table tr{
	/*background: url(../img/recruit/bg_bar.png) 17px top repeat-y;*/
}
.staff .sec003 table tr th{
	padding: 10px 10px 10px 0;
	font-size: 15px;
	/*background: url(../img/recruit/ico_stepup.png) 6px 3px no-repeat;*/
	width: 18%;
}
.staff .sec003 table tr th:before{
	content: "・";
	margin-right: 3px;
}
.staff .sec003 table tr:last-child{
	/*background:url(../img/recruit/fig_arrow.png) left bottom repeat-y;*/
}
.staff .sec003 table tr:last-child th{
	/*padding: 10px 10px 40px 80px;*/
}
.staff .sec003 table tr td{
	padding: 10px;
	font-size: 15px;
}
.staff .sec004 figure{
	float: right;
}
.staff .sec004 .cont{
	float: left;
	width: 515px;
}


/*staff01*/
.staff01 {
	background: url(../img/recruit/bg_content.jpg);
	background-size: cover;
}
.staff01 h2 {
	background: url(../img/common/bg_h2_recruit.jpg)
}
.staff01 .staff .sec002 .schedule{
	background: url(../img/recruit/staff01/pho_002.jpg);
	background-size: cover;
}

/*staff02*/
.staff02 {
	background: url(../img/recruit/bg_content.jpg);
	background-size: cover;
}
.staff02 h2 {
	background: url(../img/common/bg_h2_recruit.jpg)
}
.staff02 .staff .sec002 .schedule{
	background: url(../img/recruit/staff02/pho_002.jpg);
	background-size: cover;
}

/*staff03*/
.staff03 {
	background: url(../img/recruit/bg_content.jpg);
	background-size: cover;
}
.staff03 h2 {
	background: url(../img/common/bg_h2_recruit.jpg)
}
.staff03 .staff .sec002 .schedule{
	background: url(../img/recruit/staff03/pho_002.jpg);
	background-size: cover;
}

/*staff04*/

.staff04,
.staff05{
	background: url(../img/recruit/bg_content.jpg);
	background-size: cover;
}

@media screen and (max-width: 760px) {
	/*スタッフインタビュー*/
	.staff .sec001 figure{
		float: none;
		margin-bottom: 20px;
	}
	.staff .sec001 .cont{
		float: none;
		width: 100%;
	}
	.staff .sec002 .schedule .sche_inner{
		background: rgba(255,255,255,0.9);
		padding: 10px;
		width: 95%;
	}
	.staff .sec002 .schedule .sche_inner table th{
		display: block;
	}
	.staff .sec002 .schedule .sche_inner table td{
		display: block;
	}
	.staff .sec003 table{
		width: 100%;
	}
	.staff .sec003 table tr th{
		padding: 10px 10px 10px 0;
		width: 100%;
		display: block;
	}
	.staff .sec003 table tr td{
		padding: 10px;
		font-size: 15px;
		display: block;
	}
	.staff .sec004 figure{
		float: none;
	}
	.staff .sec004 .cont{
		float: none;
		width: 100%;
		margin-bottom: 20px;
	}
}


/*応募フォーム*/
.entry {
	background: url(../img/entry/bg_entry.jpg);
	background-size: cover;
}
.entry h2 {
	background: url(../img/common/bg_h2_entry.jpg)
}
.entry .form table {
	width: 100%;
	margin: 30px 0;
}
.entry .form table tr th {
	padding: 10px;
	border-bottom: 1px dotted #464646;
	font-weight: bold;
	vertical-align: middle;
}
.entry .form table tr td {
	padding: 10px;
	border-bottom: 1px dotted #464646;
}
.entry .form .submit{
	text-align: center;
}
.entry .form .submit input{
	padding: 5px 50px;
	background: url(../img/entry/bg_btn.png);
	background-size: cover;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border: 0;
	text-align: center;
	color: #FFFFFF;
	font-size: 16px;
	font-family: "a-otf-ryumin-pr6n", serif;
	cursor: pointer;
}

@media screen and (max-width: 760px) {
	.mb30.alignC img{
		width:50%;
	}

	.entry .form table {
		width: 100%;
		margin: 30px 0;
	}
	.entry .form table tr th {
		display: block;
	}
	.entry .form table tr td {
		display: block;
	}
	.entry .form .submit input{
		width: 46%;
		text-align: center;
		padding: 5px 0;
	}
}

/*新着情報*/
.news h2 {
	background: url(../img/common/bg_h2_news.jpg)
}
.news .news_list {

	overflow: hidden;
}

.news .news_list ul{
	display:flex;
	flex-wrap:wrap;
}

.news .news_list ul li {
	/*float: left;*/
	width: 100%;
	/*margin-right: 30px;*/
	font-size:15px;
	border-bottom:solid 1px #a3a3a3;
	margin-bottom:20px;
	width:100%;
}
.news .news_list ul li:nth-child(4n) {
	margin-right: 0;
}
.news .news_cont h3{
	font-size: 22px;
	background: url(../img/recruit/ico_circle.png) no-repeat 0 2px;
	padding:0 0 10px 40px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #555555;
}
.news .news_cont h3 .date{
	font-size: 14px;
	margin-right: 20px;
}

/*アクセス*/
.access .sec001 .map p{
	margin-top: -150px;
	padding-top: 150px;
}
#local .access .wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
	margin-bottom: 0;
}

@media screen and (max-width: 760px) {
	/*アクセス*/
#local .access .wrapper {
	width: 90%;
}
	.access .sec001 .map p img{
		width: 100%;
		height: auto;
	}
	/*マップ処理*/
.gmap2{
	max-width: 640px;
	min-width: 280px;
	margin: 20px auto;
	padding: 4px;
	border: 1px solid #CCC;
}
	.gmap2 iframe{
		width: 100%;
	}
}

@media screen and (max-width: 760px) {
.pc {
	display: none;
}
.sp{
	display: block;
}
#container img {
	width: 100%;
	height: auto;
}
}

@media only screen and (min-width: 761px) {
.pc {
	display: block;
}
.sp {
	display: none;
}
}




/*テスト用*/
.concept_b  h2 {
	background: url(../img/common/bg_h2_concept.jpg)
}
.concept_b .sec001 figure, .concept_b .sec003 figure, .concept_b .sec005 figure, .concept_b .sec007 figure {
	float: left;
}
.concept_b .sec001 .cont, .concept_b .sec003 .cont, .concept_b .sec005 .cont, .concept_b .sec007 .cont {
	float: right;
	width: 594px;
}
.concept_b .sec002 figure, .concept_b .sec004 figure, .concept_b .sec006 figure {
	float: right;
}
.concept_b .sec002 .cont, .concept_b .sec004 .cont, .concept_b .sec006 .cont {
	float: left;
	width: 594px;
}
.concept_b section {
	padding: 30px 0;
}
.concept_b section .cont {
	font-size: 16px;
}
#local .concept_b section .cont h3 {
	font-size: 30px;
	padding-bottom: 10px;
	border-bottom: 1px solid #000000;
	margin-bottom: 30px;
}
.concept_b .sec002 .inner,
.concept_b .sec003 .inner{
	justify-content:space-around;
}
.concept_b .sec002 {
	background: url(../img/concept/bg_sec002.png);
	background-size: cover;
}
.concept_b .sec004 {
	background: url(../img/concept/bg_sec004.png);
	background-size: cover;
}
.concept_b .sec006 {
	background: url(../img/concept/bg_sec006.png);
	background-size: cover;
}


@media screen and (max-width: 760px) {
	.concept_b .sec001 figure, .concept_b .sec003 figure, .concept_b .sec005 figure, .concept_b .sec007 figure {
	float: none;
}
.concept_b .sec001 .cont, .concept_b .sec003 .cont, .concept_b .sec005 .cont, .concept_b .sec007 .cont {
	float: none;
	width: 100%;
}
.concept_b .sec002 figure, .concept_b .sec004 figure, .concept_b .sec006 figure {
	float: none;
}
.concept_b .sec002 .cont, .concept_b .sec004 .cont, .concept_b .sec006 .cont {
	float: none;
	width: 100%;
}
}


/*アクセス*/
.access_b h2 {
	background: url(../img/common/bg_h2_access.jpg);
}

.access_b .sec001 .map p{
	margin-top: -150px;
	padding-top: 150px;
}


#local .access_b .wrapper {
	width: 960px;
	margin: 0 auto;
	padding: 20px;
	background: #FFFFFF;
	margin-bottom: 0;
}

@media screen and (max-width: 760px) {
	/*アクセス*/
#local .access_b .wrapper {
	width: 90%;
}
	.access_b .sec001 .map p img{
		width: 100%;
		height: auto;
	}
}

