@charset "utf-8";


/* =Reset default browser CSS.
Based on work by Eric Meyer: http://meyerweb.com/eric/tools/css/reset/index.html
-------------------------------------------------------------- */
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, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table.table, caption, tbody, tfoot, thead, tr, th, td {border: 0;font-family: inherit;font-size: 100%;font-style: inherit;font-weight: inherit;margin: 0;outline: 0;padding: 0;vertical-align: baseline;}
:focus {outline: 0;}

ol, ul {list-style: none;}
table.table {border-collapse: separate;border-spacing: 0;}
caption, th, td {font-weight: normal;text-align: left;}
blockquote:before, blockquote:after,q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}
a img{
	border: 0;
    vertical-align: middle;}
figure{margin:0}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}
/* -------------------------------------------------------------- */


/* all
------------------------------------------------------------*/

@font-face {
  font-family: 'anzu';
  src: url('./anzufont_sub.woff') format('woff');
}


/* body */

body {
	color:#111;
	font-family:verdana,"ヒラギノ丸ゴ ProN W4","Hiragino Maru Gothic ProN","メイリオ","Meiryo","ＭＳ Ｐゴシック","MS PGothic",Sans-Serif;
	/*font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;*/
	line-height:150%;
	-webkit-text-size-adjust: none;
	background:url(../images/bg_body.jpg);
	font-size:14px;
	}


/* link */


a{
	text-decoration:none;
}

a:hover{
	}


/* layout */


#wrapper{
	margin:0 auto;
	width:100%;
	}


.inner{
	margin:0 auto;
	width:100%;
}

#btm_wrap{
	padding:30px 0 0 0;
	width:100%;
	background-repeat:repeat-x;
}

.sp {
	display: none;
}
@media only screen and (max-width:767px){
	.pc {
		display: none;
	}
	.sp {
		display: block;
	}
	img.sp {
		display: inline;
	}
}

.m20{
	margin:0 0 20px 0;
	}

.bold{
	font-weight:bold;
	}

.s75{
	font-size:75%;
	}
	
.pt-1 {
    padding: 1rem;
}

.flex {
    display: flex;
    justify-content: center;
    gap: 1rem;
    flex-wrap: wrap;
}


/* header */

#header{
	position:relative;
}

#header{
	height:142px;
}

.index #header{
	height: 60px;
}

#header h1.logo{
	text-align:center;
	text-indent:-9999px;
}

#header h1.logo{
	text-align:center;
	text-indent:-9999px;
}
#header #social{
	position:absolute;
	top:31px;
	right:43px;
	text-align:right;
	width:12vw;
	z-index: 20;
}
@media only screen and (max-width:767px){
	#header #social{
		display: none;
	}
}
#header #social a{
	display:inline-block;
	margin:0 8%;
	width:21.774193548%;
}
#header #social a img {
	width:100%;
}
#header #social a:first-child {
	width:13px;
	margin:0 13% 0 0;
}
#header #social a:last-child {
	width:27px;
	margin:0 0 0 7%;
}

#contents{
	position:relative;
}



p#eyecatch{
	margin:25px 0 0 0;
	width: 100%;
	text-align:center;
	position:absolute;
	z-index:4;
}
p#menuBtn{
	display:none;
	position:fixed;
	right:2%;
	z-index:12;
	width: 12%;
    padding-top: 3%;
}
p#menuBtn img{
    width: 100%;
}

p#eyecatch img{
	height: auto;
	max-width: 250px;
}

p#eyecatch img{
	/*max-width: 150px;*/
}

.index p#eyecatch img{
	max-width: 250px;
}

nav#mainnavi{
    z-index: 5;
    width:100%;
    position: fixed;
	top: 0;
    left: 0;
    right: 0;
    padding-top: 15px;
}
nav.index{
}

nav#mainnavi >div {
	/* background: #eee; */
	z-index: 9999;
	position:relative;
}
nav#mainnavi >div .eyebox {
	position: relative;
	margin: 0 auto;
	max-width: 1000px;
}
nav#mainnavi >div .eyebox .frm {
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	justify-content: space-between;
	position:absolute;
	top:0px;
	left:0;
	right: 0;
	width:26.6%;
	margin:0 auto;
	padding: 0px 0px 0px 0px !important;
	text-align:center;
}
nav#mainnavi >div .eyebox .logo { flex-basis: 47.7443609%; }
nav#mainnavi >div .eyebox .logo { flex-basis: 46.2406015%; }

nav#mainnavi >div .eyebox .logo img {
	max-width: 100%;
}

nav#mainnavi ul{
	text-align:
	center;
	padding-top:10px;
	/* padding-bottom:15px; */
	overflow: hidden;
	width:1000px;
	margin-left: auto;
	margin-right: auto;
}
nav#mainnavi ul li.center{
	margin-left: 31%;
}


nav#mainnavi ul li a{
	font-family: "Noto Sans Japanese";
	font-weight: 300;
	color:#583c32;
	font-size:0.8rem;
    letter-spacing: 2px;
}
nav#mainnavi ul li a span{
	font-family: "Noto Sans Japanese";
    font-weight: 500;
	display: block;
	font-size:120%;
    letter-spacing: 0px;
}




@media screen and (max-width:999px){
	nav#mainnavi ul{
		width:100%;
	}
}

@media screen and (max-width:767px){
	nav#mainnavi ul {
		display:none;
		padding: 0;
	}
}

nav#mainnavi ul li{
	padding: 60px 10px 15px 10px;
	display: inline-block;
	float: left;
	vertical-align: middle;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 11.5%;
}

nav#mainnavi {
	background:url(../images/bg_body.jpg)  0 -60px ;
}
nav#mainnavi p img.float{
	display:none;
}

nav#mainnavi .float ul li{
	padding:45px 24px 0px 24px;
}
nav#mainnavi .float ul li{
	padding:60px 10px 15px 10px;
}



nav#mainnavi a dt img{
    transition: all 1s ease;
    -webkit-transition: all 0.5s ease;
}
nav#mainnavi a:hover dt img{
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
}


nav#menubox{
	padding-top:155px;
	position:fixed;
	display:none;
    z-index:10;
    height:100%;
    width: 100%;
}
nav#menubox div{
    width:100%;
    height:110%;
    background: rgba(256,256,256,0.9);
    overflow: auto;
}
nav#menubox div ul{
	padding:0;
	text-align:center;
}

nav#menubox div li{
	display:block;
}

nav#menubox div ul.mb_local_links li {
}

nav#menubox div ul.mb_local_links li a {
	display: block;
	border-bottom: 1px solid #303030;
	padding: 10px;
}

nav#menubox div ul.mb_local_links li:first-child a {
	padding: 15px 10px 10px;
}

nav#menubox div ul.mb_local_links li a img {
	/*height:5vh;*/
	height:7vw;
}

nav#menubox div > div {
	background: #303030;
	text-align: center;
	height:55%;
}

nav#menubox div ul.mb_sns_links li {
	display: inline-block;
	padding: 20px 10px;
	padding-bottom: 90px;
}

nav#menubox div ul.mb_sns_links li img {
	width:10vw;
}


nav#menubox p{
	text-align:center;
}
nav#menubox p img{
	cursor:pointer;
}
nav#menubox div > div p img{
	max-width: 67px;
	width: 10%;
}

div#menubar{
	position:fixed;
	top:0px;
	text-align:center;
	width:100%;
	display:none;
	z-index:11;
    background: url(../images/bg_body.jpg);
}

/* スマートフォン 横(ランドスケープ) */
@media screen and (min-width:760px){
	div#menubar,
	p#menuBtn {
		display: none !important;
	}

	p#eyecatch {
		display: block !important;
	}

}

/**************************
/* スライダー
**************************/

#slider{
	background-color:#fff;
	position: relative;
	margin-bottom:50px;
}

@media only screen and (max-width:767px){
	#slider.laced:before {
		display: none;
	}
}

#slider .slider_inner ul{
	position:relative;
}
#slider .slider_inner ul li{
	position:absolute;
	top:0px;
	left:0px;
	z-index:2;
	width:100%;
}
#slider .slider_inner ul li.active{
	position:relative;
}

#slider .slider_inner ul li a {
	display: block;
	position: relative;
}

#slider .slider_inner ul li img{
	width:100%;
	height:auto;
	vertical-align:bottom;
    max-height: 650px;
}

#slider .thumb{
	overflow:
	hidden;
	padding:50px 0;
	width: 1400px;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
#slider .thumb p{
	height: 90px;
	line-height: 90px;
	width:40px;
}
#slider .thumb p img{
	vertical-align:middle;
}
#slider .thumb p.left{
	float:
	left;
	text-align:
	right;
	cursor:
	pointer;
	margin-top: -3rem;
}
#slider .thumb p.right{
	float:
	right;
	text-align:
	left;
	cursor:
	pointer;
	order: 3;
	margin-top: -3rem;
}
#slider .thumb div{
	position:
	relative;
	text-align:
	center;
    height:150px;
	overflow:
	hidden;
	align-items: center;
	align-content: center;
}
#slider .thumb ul{
	/* position:absolute; */
	width:9999px;
	display: flex;
}
#slider .thumb ul li{
	/* float:
	left; */
	display:
	inline-block;
	width: 224px;
}
#slider .thumb ul li img{
	width: 90%;
	height: auto;
}
#slider .thumb a {
	transition: all 0.2s ease-in-out 0s;
}
#slider .thumb a:hover {
	opacity: 0.7;
	transition: all 0.2s ease-in-out 0s;
}


/* タブ 横(ランドスケープ) */
@media screen and (max-width:1024px){
	#slider .thumb {
		width: 714px;
		bottom: 0%;
	}
}

/* 1020以下 */
@media only screen and (max-width:1019px){
	#slider .thumb {

	}
}

/*****************************************************************************************************************************************************************************************************************************
メイン コンテンツ
*****************************************************************************************************************************************************************************************************************************/


/*************
メイン コンテンツ
*************/

div#container{
}

body#post section#news,
body#post section#newgoods,
body#post section.newgoods,
body#post section#pickup,
body#post section#takeout{
	position:relative;
}

section#news,
section#newgoods,
section.newgoods,
section#pickup,
section#takeout{
	max-width:1040px;
    margin: 0 auto;
	padding:40px 50px 60px;
	background-repeat: no-repeat;
    background-position: top right;
    background-size:27%;
	position:relative;
}

section#sec_0 {
	background: none;
}

section#pickup,
section#takeout{
	background:url(../images/bdr_01.png) 50% 0% repeat-x;
}

section#newgoods,
section.newgoods{
	background:url(../images/bdr_01.png) 50% 0% repeat-x;
}

section#shoplist{
	background:url(../images/bdr_01.png) 50% 0% repeat-x;
}

section h2{
	text-align:center;
	padding:0 0 30px;
	z-index: 3;
	position: relative;
	color: #7d5143;
	font-size: 0.8rem;
	line-height: 1em;
	font-family: "Noto Sans Japanese";
	letter-spacing: 2px;
	width: 345px;
	margin: 0 auto;
}
section h2 img{
	margin: 0 0 10px 0;
	width:100%;
}

/* タブ 横(ランドスケープ) */
section p.more{
	position:absolute;
	top:50px;
	right:10%;
	z-index: 3;
}


section ul{
	text-align:center;
}
section ul li .flag{
	position:absolute;
	top: 200px;
    left: 0px;
}
section.news ul li,
section#news ul li{
	position:relative;
	margin: 30px 20px;
	padding: 0 0 20px 0;
	display:inline-block;
	width: 300px;
	cursor:pointer;
	transition: all 0.2s ease-in-out 0s;
    background-color: #fff;
	background-position:0 100%;
	background-repeat:repeat-x;
    border: 1px solid #beaa9b;
	vertical-align: top;
	min-height:343px;
}
section#news ul li a{
	color:#000;
}
section#newgoods ul li,
section.newgoods ul li,
section#pickup ul li,
section#takeout ul li{
	position:relative;
	margin: 30px 20px;
	display:inline-block;
	min-height:326px;
	width: 300px;
	cursor: pointer;
	transition: all 0.2s ease-in-out 0s;
	background-position:0 100%;
	background-repeat:repeat-x;
    background-color: #fff;
    border: 1px solid #d0c6bc;
	vertical-align: top;
}
section#newgoods ul li:hover,
section.newgoods ul li:hover,
section#pickup ul li:hover ,
section#takeout ul li:hover {
    background-color: #fff;
	transition: all 0.2s ease-in-out 0s;
}

section#news ul li p,
section#newgoods ul li p,
section.newgoods ul li p,
section#pickup ul li p,
section#takeout ul li p{
	position:relative;
	display:inline-block;
	width:280px;
	text-align:left !important;
	padding: 0px;
	font-size:90%;
	margin:0;
}
section#news .flipsnap li p{
	margin:0 0 0 0;
}
section#news .flipsnap li p.body{
    overflow: hidden;
	height:5.3rem;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
  section#news .flipsnap li p.body{
    height: 5.8rem;
    line-height: 1.5em;
  }
}

#container #contents #takeout .flipsnap li .image,
#container #contents #pickup .flipsnap li .image,
#container #contents #newgoods .flipsnap li .image,
#container #contents .newgoods .flipsnap li .image{
	margin:0;
    height: 180px;
    overflow: hidden;
}

section#newgoods ul li p.body,
section.newgoods ul li p.body,
section#pickup ul li p.body,
section#takeout ul li p.body{
	overflow: hidden;
	height: 5.3em;
}
section#news ul li p.image img{
	vertical-align: bottom;
}
section ul li p.image img.dogyear{
	position:absolute;
	bottom:0px;
	right:0px;
}
section#news ul li .date{
	margin: 10px 0 0 0px;
	color:#000000;
	font-size: 12px;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
section ul li .store{
	padding:5px 0;
    margin: 10px 0 5px !important;
}
section ul li .store span{
	margin: 10px 0 0 0px;
	color:#74584c;
	font-size: 18px;
	font-family: 'anzu', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
	padding: 3px 20px;
	border-radius: 7px;
	font-weight: bold;
}

section#news ul li .body{
	margin: 0px 0 0px 0px;
	line-height: 1.4;
}

section#news ul li p.title,
section#newgoods ul li p.title,
section.newgoods ul li p.title,
section#pickup ul li p.title,
section#takeout ul li p.title{
	padding: 25px;
	color:#583b33;
	font-size:14px !important;
	font-weight:bold;
}
section#newgoods ul li p.title,
section.newgoods ul li p.title,
section#pickup ul li p.title,
section#takeout ul li p.title{
	padding:0 0 0 0px !important;
	margin:10px 0 6px 0;
}

section#news ul li p.title{
	padding: 5px 0 8px 0px;
}

section ul li p.date{
	padding-top:10px;
	padding-bottom:5px;
	font-size:90%;
	font-weight:bold;
}
section ul li p.price{
	color:#c30e23;
	padding: 0 0 0px 0px !important;
	font-weight:bold;
	font-size: 12px !important;
	font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

section#news ul li p.image,
section#newgoods ul li p.image,
section.newgoods ul li p.image,
section#pickup ul li p.image,
section#takeout ul li p.image{
	padding:0px;
	width:auto;
	max-height:180px;
	overflow:hidden;
}
.center{
	text-align:center;
}
.tleft{
	text-align:left;
}

section#shoplist ul{
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    justify-content: space-around;
    margin: 0 auto;
    max-width: 1000px;
    text-align:
    center;
    padding: 0 20px 0;
    flex-wrap: wrap;
}
section#shoplist ul li{
	position:relative;
	display: flex;
	flex-direction: column;
	margin: 30px 1%;
	padding: 0 0 15px 0;
	background:#FFF;
	vertical-align: top;
}
section#shoplist ul li:nth-child(4n+1) {
	/* margin-left: 0; */
}
section#shoplist ul li:nth-child(4n) {
/* 	margin-right: 0; */
}
#post #shoplist li {
	max-width: 30%;
	background-color: transparent !important;
}
#post #shoplist li img {
	max-width: 100%;
}
section#shoplist ul li p{
	text-align:center;
	font-size:90%;
}
section#shoplist ul li p.title{
	padding: 0 0 25px 0;
	font-size:130%;
	font-weight:bold;
}
section#shoplist ul li p.title img{
	display:block;
    margin: 0 auto 10px;
	width: auto;
}
section#shoplist ul li p.index{
	padding: 20px 0 0 0;
	font-weight:bold;
	margin-top: auto;
}
section#shoplist ul li p.access{
	margin:20px 0 0 0;
	font-weight:bold;
	line-height:25px;
	/* align-self: end; */
	align-items: baseline;
}

section#shoplist ul li p.access a{
	position: relative;
	display: inline-block;
	padding: 20px 0;
	vertical-align: middle;
	text-decoration: none;
	font-size: 15px;
    max-width: 400px;
}

section#shoplist ul li p.access img{
    width:100%;
}

section#shoplist ul li p.line{
	margin-top:10px;
}

section#shoplist ul li p.line a{
	display:inline-block;
	width:147px;
	height:155px;
    line-height: 270px;
    color:#6cb34d;
	background:url(../images/ico_line.png) 50% 50% no-repeat;
}

/*section#shoplist ul li p.access a::before,
section#shoplist ul li p.access a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
}
section#shoplist ul li p.access a::before{
	box-sizing: border-box;
	width: 4px;
	height: 4px;
	border: 4px solid transparent;
	border-left: 4px solid;
}
section#shoplist ul li p.access a::after{
	right: 2px;
	width: 6px;
	height: 4px;
	border-left: 4px solid;
}*/

/*  */
@media only screen and (max-width:767px){

	section h2{
		padding:0 0 20px 0;
	}
	section h2 img{
		margin: 0 0 10px 0;
	    width: 80%;
	    height: auto;
	}

	section.news ul li, section#news ul li {
		margin:0 20px 30px;
	}

}


@media only screen and (max-width:749px){

	/*section#newgoods ul li,
	section.newgoods ul li,
	section.newgoods ul li,
	section#pickup ul li ,
	section#takeout ul li {
		margin: 30px 10px;
	}
	*/
		section#newgoods ul li,
	section.newgoods ul li,
	section.newgoods ul li,
	section#pickup ul li,
	section#takeout ul li,
	section.news ul li, section#news ul li {
		margin:0 10px 30px;
	}

}

/* 店舗詳細
------------------------------------------------------------*/
section#shop div{
	text-align:center;
}




/* footer_SOCIAL
------------------------------------------------------------*/
div#btm_social{
	padding:100px 0;
	background:url(../images/bdr_01.png) 50% 0 repeat-x;

}
div#btm_social p{
	text-align:center;
}
div#btm_social p a{
	display:inline-block;
	margin:0 15px;
}
div#btm_social p a img{
	width:100%;
}




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


#footer{
	position:relative;
	background:#ffffff;
	text-align: center;
}

#footer .inner p{
	padding: 20px 0 0;
	text-align:center;
}

#footer .inner table{
	margin:0 auto;
	max-width:90%;
}
#footer .inner table td{
	padding: 20px 2% 0;
	text-align:center;
}
#footer .inner table td img{
	max-width:100%;
}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:767px){

	#footer .inner > p > img {
		width: 46%;
	}
	#footer .inner table td{
		display:block;
	}

}

#footer .inner ul{
	padding:50px 0 0;
	text-align:center;
}
#footer .inner ul li{
    vertical-align: top;
	padding:10px 7px;
}

p.totop{
	position:fixed;
	bottom:100px;
	right:8%;
    z-index: 4;
}
p.totop a img{
	width:100%;
}

#footer .inner p.totop img{
    vertical-align: bottom;
}
ul.footnav{
	margin-bottom:20px;
	overflow:hidden;
	text-align:center;
}
ul.footnav li{
	display:inline-block;
	padding:2px 20px;
	border-left:2px solid #5f473b;
	font-family: "Noto Sans Japanese";
}
ul.footnav li:last-child{
	border-right:2px solid #5f473b;
}
ul.footnav li a{
	color:#5f473b;
}

address{
	clear:both;
	padding:20px;
	text-align:center;
	font-style:normal;
	font-size:12px;
	background:#ffffff;
}
/*フッターロゴスペース*/
footer .flex.pt-1 >img {
	max-width: 100%;
}
/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:736px){

	address{
		font-size:10px;
	}

	p.totop{
		width:70px;
		position:fixed;
		bottom:5%;
		right:5%;

	    z-index: 4;

	}
}

address img{
	width:200px;
}

.dl_table a{
	color: #6A9600;
	}

.form th td{
	padding:5px;
}

.form{
	margin:20px 0;
}

/* clear */

.clearfix:after {
	display:block;
	clear:both;
	height:0px;
	visibility:hidden;
	content:".";
	}

.clearfix {
	min-height: 1px; /*IE6、7対策*/
	}

* html .clearfix {
	height: 1px;
	/*\*//*/ /*MAC IE5.x対策*/
	height: auto;
	overflow: hidden;
	/**/
	}





.pointer {
  display:none;
  text-align: center;
}

.pointer span {
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 8px;
  margin:0 1%;
  background: #CCC;
/*  border: 1px solid #000;*/
}

.pointer span.current {
  background: #000000; }






/*  モーダルウィンドウ  */
div#mordal{
	display:none;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.8);
	position:fixed;
	top:0px;
	left:0px;
	z-index: 100000;
	overflow: auto;
}
div#mordal div.mordal_inner{
	position:relative;
	background:url(../images/bg_window.jpg) 0 0 repeat-x#FFF;
	width:80%;
	margin:100px auto 0 auto;
	padding:95px 50px 0 160px;
	margin-bottom: 15px;
	-webkit-box-sizing:  border-box;
	-moz-box-sizing:  border-box;
	box-sizing:  border-box;
}
div#mordal div.mordal_inner img.image{
	float:right;
	width:40%;
}
div#mordal div.mordal_inner p.flag{
	position:absolute;
    top: 20px;
    left:25px;
}

div#mordal div.mordal_inner p.bg{
    height: 15px;
    position: absolute;
    width: 100%;
    top: 0px;
    left: 0px;
}

div#mordal div.mordal_inner div{
	float:left;
	width:55%;
}
div#mordal div.mordal_inner p.close{
	padding:60px 0 20px 0;
	clear:both;
	text-align:center;
}
div#mordal div.mordal_inner p.close img{
	cursor: pointer;
	width: 10%;
	max-width: 45px;
}
div#mordal div.mordal_inner p.date{
    font-weight: bold;
    color: #000;
	margin-bottom:1em;
	font-size: 14px;
}
div#mordal div.mordal_inner p.title{
    color: #003255;
    font-size: 30px;
    padding: 0 0 20px;
    line-height: 1.2em;

}
div#mordal div.mordal_inner p.price{
    color: #003255;
    font-size: 21px;
    padding: 0 0 30px;
}
div#mordal div.mordal_inner p.modal_body{
    padding:20px  0 0 ;
	line-height:1.5;
	font-size: 14px;
}

div#stock_notice {
	max-width: 1040px;
	width: 100%;
	margin: 0 auto;
}

div#stock_notice p {
	margin: 30px 40px 20px 40px;
	color: #583d34;
	text-align: left;
	font-size: 0.7rem;
	float: right;

}
div#stock_notice p br {
	display:none;
}

@media only screen and (max-width:760px){
	#mainnavi{
		display:none;
	}
	section#news,
	section#newgoods,
	section.newgoods,
	section#pickup ,
	section#takeout {
		margin:0;
		padding: 0 0px 80px;
		background: url(../images/bdr_01.png) 50% 0 repeat-x;
	}

	p#menuBtn {
		display: block;
	}

	div#menubar{
		display: -webkit-box;
		display: -webkit-flex;
		display: flex;
		align-items: center;
		height: 15vw;
	    padding: 3vw 17% 3vw 3%;
		box-sizing: border-box;
	}
	div#menubar a{
		margin-right: 5%;
	}

}

/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:759px){

	html{
	}
	nav#mainnavi{
	}
	nav#menubox{
		padding-top:15vw;
	}


	p#eyecatch{
		display: none;
	}
	div#contents{
		overflow: hidden;
		margin-top: auto;
	}

	section#news, section#newgoods, section.newgoods, section#pickup ,
	section#news, section#newgoods, section.newgoods, section#takeout {
    	padding: 0px;
    }

	section.main{margin-top:0px;}
	#header{
		position: fixed;
		z-index: 10000;
		top: 0;
		left: 0;
		right: 0;
		height: 15vw;
		background: url(../images/bg_body.jpg);
	}
	.index #header {
		height:auto;
	}

	#header h1.logo{
		background:url(../images/logo_top3smp.png) 50% 25px no-repeat;
		-webkit-background-size: 80% auto;
		-moz-background-size: 80% auto;
		-o-background-size: 80% auto;
		background-size: 80% auto;
		height:110px;
		margin:0 auto;
	}
	#header h1.logo img{ width:100%;}
	div#menubar img{
		width:auto;
		height: 10vw;
		margin:1% 0;
	}

	.logo,.info{
	clear:both;
	width:100%;
	float:none;
	margin:0;
	}

	p#menuBtn{
		display:block;
	}
	p#eyecatch {
	    top: 80px;
	}
	p#eyecatch img{
	width: 30%;
	height: auto;
	}


	#slider .thumb{
		display: none;
	}
	#slider .thumb p{
		min-height:120px;
	    line-height: 100px;
	    width:5%;
	}
	#slider .thumb p img{
		vertical-align:middle;
	}
	#slider .thumb p.left{
		float:left;
		text-align:right;
	}
	#slider .thumb p.right{
		float:right;
		text-align:left;
	}
	#slider .thumb div{
		position:relative;
		text-align:center;
		min-height:240px;
	    overflow:hidden;
	}
	#slider .thumb ul{
		position:absolute;
		width:100%;
	}
	#slider .thumb ul li{
		display:table-cell;
		width: 50%;
		min-height:120px;
	}
	#slider .thumb ul li img{
		width: 90%;
		height: auto;
	}
	#slider .thumb ul li.active img{
	}



	.box h3{padding-top:0;}

  .alignleft,.alignright{
	float:none;
	display:block;
	margin:0 auto 10px;
	}

	#gallery .grid{float:left;}


	.viewport {
	    width: 100%;
	    overflow: hidden;
	    margin: 0 auto;
	    -webkit-transform: translateZ(0); /* Optional: When heavy at iOS6+ */
		transform: translateZ(0); /* Optional: When heavy at iOS6+ */
	}

	.flipsnap {
	    width:99999px;
	    padding-left:0;
	}

	.flipsnap:after {
	    content: '';
	    display: block;
	    clear: both;
	    height: 0;
	}

	.flipsnap li {
	    float: left;
	    text-align: center;
	    padding: 30px 0;
	}
	.pointer{
		display:block;
	}

	address{
		clear:both;
		padding:20px 2%;
		font-size:0.7rem;
	}

	address img{
		width:25%;
		margin:0 auto;
	}
	#shop section div#info div{
		width:auto;
	}
	#shop section div#info div.head {
		width: 50%;
	}
	div#btm_social p a{
		width:26%;
		 margin: 0 1.5%;
	}

	div#stock_notice p {
		width: 100%;
		display: inline-block;
		padding: 0px 0px;
		color: #583d34;
		text-align: center;
		float: left;
		font-size: 0.7em;
		margin: 0;
	}
	div#stock_notice p br {
		display:inline;
	}

}

/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:640px){
	.grid{width:100%;}
	.box img{max-width:100%;}
	.mainBanner h2,.mainBanner p{font-size:80%;}
	#sidebar p{text-align:center;}


	html{
	}
	div#menubar,
	p#menuBtn{
	}
	p#eyecatch{
	    top: 80px;
	}
	p#eyecatch img{
	width: 30%;
	height: auto;
	}

	#mainnavi{
		display:none;
	}

	#slider .thumb{
		display:none;
		overflow:hidden;
		padding:25px 0;
		width: 100%;
	}
	#slider .thumb p{
		height:100px;
		line-height: 100px;
		width:5%;
	}
	#slider .thumb p img{
		vertical-align:middle;
	}
	#slider .thumb p.left{
		float:left;
		text-align:right;
	}
	#slider .thumb p.right{
		float:right;
		text-align:left;
	}
	#slider .thumb div{
		position:relative;
		text-align:center;
		height: 240px;
		overflow:hidden;
	}
	#slider .thumb ul{
		position:absolute;
		width:100%;
		bottom: 0;
	}
	#slider .thumb ul li{
		display:inline-block;
		width: 50%;
	}
	#slider .thumb ul li img{
		width: 90%;
		height: auto;
	}
	
	section#shoplist ul {
		flex-direction: column;
	}
	section#shoplist ul li{
	    width: 100%;
		max-width: inherit !important;
	    margin:0;
	}

	section#shoplist ul li p.image img{
	    width: 100%;
	    height:auto;
	}

	#footer .inner ul{
	}

	.mt_10{margin-top:10px !important}

	/*taniguchi add 160808*/
	#contents #news h2{
	}
	section p.more{
		position:absolute;
		top: 4.75%;
		right: -4%;
	}
	section p.more img {
		width:60%;
	}
	section#shoplist ul li p.access{
		margin:20px 0 30px 0;
	}

	.pointer{
		padding-bottom:20px;
	}


	section#news,
	section#newgoods,
	section.newgoods,
	section#pickup,
	section#takeout{
		margin:0;
		padding:0 0px 80px;
		background: url(../images/bdr_01.png) 50% 0 repeat-x;
	}

	section#news ul li p,
	section#newgoods ul li p,
	section.newgoods ul li p,
	section#pickup ul li p,
	section#takeout ul li p {
		font-size: 70%;
	}
	section#news ul li p.title,
	section#newgoods ul li p.title,
	section.newgoods ul li p.title,
	section#pickup ul li p.title ,
	section#takeout ul li p.title {
		font-size: 85% !important;
		line-height: 1.3em;
		width: 90%;
	}
	section#news ul li p.body,
	section#newgoods ul li p.body,
	section.newgoods ul li p.body,
	section#pickup ul li p.body,
	section#takeout ul li p.body {
		height: 7.8em !important;
		line-height: 1.3em !important;
	}

/*
	#footer .inner ul{
		padding:10% 0 10%;
		text-align:center;
		margin:0 auto;
		width: 55%;
	}
	#footer .inner ul li{
		display:inline-block;
		vertical-align: top;
		padding: 0;
		width:14%;
	}
	#footer .inner ul li img{
		width:100%;
		height: auto;
	}
*/

	address{
		clear:both;
		padding:20px 2%;
		font-size:10px;
	}

	#footer .inner p.totop {
		position: absolute;
		bottom: 0px;
		right: unset;
		width: 100%;
	}

	/*  モーダルウィンドウ  */
	div#mordal{
		display:none;
		width:100%;
		height:100%;
		background:rgba(0,0,0,0.8);
		position:fixed;
		top:0px;
		left:0px;
		z-index: 20;
	}
	div#mordal div.mordal_inner{
		position:relative;
		width:75%;
		margin:100px auto 30px auto;
		padding:25px 5% 0;
	}
	div#mordal div.mordal_inner img.image{
		float:none;
		width:100%;
		height: auto;
		margin-bottom: 0.5em;
	}

	div#mordal div.mordal_inner p.bg {
	}

	div#mordal div.mordal_inner p.flag{
		left:15px;
	}
	div#mordal div.mordal_inner p.flag img{
		width:60px;
	}

	div#mordal div.mordal_inner div{
		float:none;
		width:100%;
	}
	div#mordal div.mordal_inner p.close{
		padding:1em 0 1em 0;
		clear:both;
		text-align:center;
	}
	div#mordal div.mordal_inner p.close img{
		cursor: pointer;
	}
	div#mordal div.mordal_inner p.date{
		font-weight: bold;
		font-size:10px;
		color: #000;
		margin-bottom:0.3em;
		padding: 0 0 15px 0px;
	}
	div#mordal div.mordal_inner p.title{
		font-size: 14px;
		font-weight: bold;
		padding: 0 0 10px 0px;
	}
	
	#menu div#mordal div.mordal_inner p.title{
		font-size: 14px;
		font-weight: bold;
		padding: 0 0 10px 65px;
	}

	div#mordal div.mordal_inner p.price{
		font-size: 12px;
		padding: 0 0 15px 70px;
	}

	div#mordal div.mordal_inner p.modal_body{
		line-height:1.4;
		font-size:11px;
	}

	address img {
		width: 33%;
	}
}
/*************
topバナースペース
*************/
section.banner-space {
    display: block;
    position: relative;
    width: 100%;
}

section.banner-space img {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -100px);
}
section.banner-space a {
    cursor: pointer;
    display:block;
    
}


@media only screen and (max-width: 767px) {
    section.banner-space {
        display: block;
        position: relative;
        width: 100%;
    }

    section.banner-space img {
        position: relative;
        left: auto;
        transform: inherit;
        width: 100%;
        margin-bottom: 1rem;
    }
}

/*メニューページ黒川店ナビ非表示*/
#menu .shop[style*="E3D9EB"]{display: none !important;}