@charset "utf-8";
/*----------------------------------------------

	Common Layout

----------------------------------------------*/
html {
}
body {
	font-size: 100%;
	width: 100%;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	line-height: 1.3;
	-webkit-text-size-adjust: 100%;
}
#header {
	position: relative;
	width: 100%;
	background: url("../images/top/wall_pink.jpg") repeat top left;
	z-index: 5;
}
#header-y {
	position: relative;
	width: 100%;
	background: url("../images/top/wall_black.jpg") repeat top left;
	z-index: 5;
}
.fixedheader {
	position: fixed !important;
}
#dummyheader {
	display: none;
	height: 100px;
}
#wrapper {
	margin: 0 auto;
}
#footer {
	text-align: center;
	background: url("../images/top/wall_pink.jpg") repeat top left;
	color: #333;
	font-size: 87.5%;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	font-family: Rockwell, 'Courier Bold', Courier, Georgia, Times, 'Times New Roman', serif", ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
#footer-y {
	text-align: center;
	background: url("../images/top/wall_black.jpg") repeat top left;
	color: #333;
	font-size: 87.5%;
	padding-top: 30px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	font-family: Rockwell, 'Courier Bold', Courier, Georgia, Times, 'Times New Roman', serif", ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
/*----------------------------------------------

	SmartPhone Menu

----------------------------------------------*/
#headerSp {
	position: absolute;
	display: none;
	width: 100%;
	height: 50px;
}
#navSp {
	position: absolute;
	top: 50px;
	display: none;
	width: 100%;
	padding: 0;
	text-align: left;
	z-index: 100;
}
#navSp li {
	font-size: 125%;
	border-bottom: 1px solid #FFC5D8;
}
#navSp a {
	display: block;
	padding: 25px 20px;
	color: #505050;
}
#header-y #navSp a {
	color: #505050;
}
#closeOverlay {
	position: absolute;
	top: 50px;
	display: none;
	width: 100%;
	background-color: #f7ebd8;
	z-index: 4;
}
/* btnMenu */
#btnMenu {
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	height: 30px;
	color: #000;
	font-size: 1.5em;
	padding-top: 0px;
	padding-right: 0px;
	padding-left: 0px;
	cursor: pointer;
	-moz-transition: all 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-o-transition: all 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-webkit-transition: all 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	transition: all 0.4s cubic-bezier(0.230, 1.000, 0.320, 1.000);
	-moz-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-webkit-transform: translate(0, 0);
	transform: translate(0, 0);
	z-index: 100;
}
.bars.active {
	margin-top: 3px;
	background: transparent;
}
.bars.active:before,
.bars.active:after {
	background: #aa0000;
	top: 10px;
	left: 15px
	width: 50%;
	user-select: none;
}
.bars.active:before {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.bars.active:after {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.bars {
	position: relative;
	display: block;
	width: 80%;
	height: 4px;
	margin-top: 13px;
	background-color: #aa0000;
	-moz-transition: all 0.2s ease 0s;
	-o-transition: all 0.2s ease 0s;
	-webkit-transition: all 0.2s ease 0s;
	transition: all 0.2s ease 0s;
	-ms-transition: all 0.2s ease 0s;
}
.bars:before {
	top: -8px;
}
.bars:after {
	top: 8px;
}
.bars:before,
.bars:after {
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #aa0000;
	content: '';
	-moz-transform: rotate(0);
	-ms-transform: rotate(0);
	-webkit-transform: rotate(0);
	transform: rotate(0);
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
#header-y .bars {
	background-color: #fff;
}
#header-y .bars:before,
#header-y .bars:after {
	background-color: #fff;
}
#header-y .bars.active {
	background: transparent;
}
#header-y .bars.active:before,
#header-y .bars.active:after {
	background: #fff;
}
/*----------------------------------------------

	Header

----------------------------------------------*/
#h_filter {
	position: relative;
}
.sub-navi {
/*	background-color: #f7ebd8; */
	height: 40px;
}
.sub-navi .sub-navi-in {
	position: relative;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 40px;
}
.sub-navi-in .logo {
	position: absolute;
	left: 0;
	top: 0;
	width: 80px;
	height: 80px;
	z-index: 5;
}
.sub-navi-in .logo img {
	width: 100%;
	height: auto;
}
.sub-navi .sub-navi-in .sns {
	float: right;
	width: 130px;
	z-index: 5;
}
.sub-navi .sub-navi-in .sns li {
	float: right;
	margin: 10px 10px 0 0;
	z-index: 5;
}
.sub-navi .sub-navi-in .sns li img {
	width: 30px;
	height: 30px;
}
.sub-navi .sub-navi-in .lang {
	float: right;
	width: 400px;
	z-index: 5;
}
.sub-navi .sub-navi-in .lang li {
	float: right;
	margin: 14px 5px 0 0;
	z-index: 5;
}
.sub-navi .sub-navi-in .lang li.last {
	margin: 14px 10px 0 0;
}
.header-in {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	height: 40px;
}
#gnav li {
	color: #333;
}
#header-y #gnav li {
	color: #fff;
}
#gnav li a {
	margin-right: 10px;
	color: #333;
}
#header-y #gnav li a {
	margin-right: 10px;
	color: #fff;
}
#gnav li a:hover {
	background: #fff;
	color: #ef8d66;
}
#header-y #gnav li a:hover {
	color: #ef8d66;
}
#gnav {
	float: right;
	font-family: Rockwell, 'Courier Bold', Courier, Georgia, Times, 'Times New Roman', serif",ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, Osaka, "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	z-index: 5;
}
#gnav ul {
	width: 100%;
}
#gnav li {
	float: left;
	padding-top: 15px;
	margin-left: 10px;
	z-index: 5;
}
/*----------------------------------------------

	Wrapper

----------------------------------------------*/
/****************  EyeCatch *******************/
#eyecatch {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: url("../images/top/background_cafe_color.jpg") top left / contain no-repeat;
}
#slideshow {
	width: 100%;
	height: auto;
}
#eyecatch_sp {
	display: none;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
	background: url("../images/top/background_cafe_sp_color.jpg") top left / contain no-repeat;
}
#slideshow_sp {
	width: 100%;
	height: auto;
}
/*****************  Common ********************/
.contents {
	position: relative;
	overflow: hidden;
	max-width: 1000px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.contents h2 {
	margin: 25px 0;
	padding-bottom: 2px;
/*	border-left: 10px solid #ef8d66; */
/*	border-bottom: 1px solid #ef8d66; */
	font-size: 125%;
	background: url("../images/top/menubar.png") top left / auto 100% repeat-x;
}
.contents h3 {
	margin: 25px 0;
	padding-bottom: 2px;
	border-left: 10px solid #ef8d66;
	border-bottom: 1px solid #ef8d66;
	font-size: 125%;
}
.solid_frame {
	border: 1px solid #d4d4d4;
}
/******************  Shop *********************/
#shop-box {
	width: 100%;
	margin-bottom: 20px;
	display: -webkit-box;
	display: -ms-flex;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: nowrap; /* Safari */
	flex-wrap: nowrap;
	-webkit-justify-content: space-between; /* Safari */
	justify-content: space-between;
	-webkit-align-items: stretch; /* Safari */
	align-items: stretch;
}
.shop-item {
	width: 24%;
	background: url("../images/top/wall_pink.jpg") repeat top left;
	-webkit-flex-grow: 1; /* Safari */
	flex-grow: 1;
	border: thin solid #ef8d66;
}
.shop-item.fukuoka {
/*	background: url("../images/top/wall_pink.jpg") repeat top left; */
	background: url("../images/top/fukuoka_bar.png") top left / 100% 100%;
}
.shop-item.focus {
	background: url("../images/top/wall_focus.jpg") repeat top left;
}
.shop-item img {
	width: 100%;
	height: auto;
}
.shop-item:hover {
/*	opacity: 0.8; */
}
.noshop {
	display: none;
}
/******************  News *********************/
#news-box {
	float: left;
	width: 60%;
	max-height: 440px;
	z-index: 2;
}
#news-box h2 {
	margin-top: 20px !important;
	margin-bottom: 20px !important;
	border: none !important;
}
#iframe-content {
    width:100%;
	max-height: 380px;
    overflow-x: hidden; overflow-y: auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
}
#iframe-content iframe {
	display:block;
	width: 100%;
    height: 360px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.news-list {
	width: 90%;
	margin: 0 auto;
}
.news-list li {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0px;
	word-wrap: break-word;
}
.news-list dl dt {
	float: none;
	padding-bottom: 10px;
	font-size: 93.75%;
	font-weight: bold;
	color: #a3a3a3;
}
.news-list dl dd {
	float: none;
}
/*******************  SNS *********************/
#sns-box {
	float: right;
	width: 39.6%;
	overflow: hidden;
	z-index: 2;
}
#youtube-box {
	position: relative;
	float: none;
	width: 100%;
	max-height: 180px;
	text-align: center;
}
#youtube-box #img_comment {
	margin-top: 0;
	opacity: 0.5;
}
#youtube-box #img_comment img {
	width: 65%;
}
#youtube-box #img_comment:hover {
	opacity: 1;
}
#facebook-box {
	display: none;
	float: none;
	margin: 0;
	width: 100%;
	max-height: 200px;
	text-align: center;
	overflow: hidden;
	z-index: 2;
}
#twitter-box {
	float: none;
	margin: 0;
	width: 100%;
	max-height: 300px;
	overflow: hidden;
	z-index: 2;
}
/**********Menu, Goods, Location *************/
#menu, #goods, #location {
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
.inner {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.item-box {
	position: relative;
	overflow: hidden;
}
.item-text {
	margin: 10px 0;
	padding: 0 2%;
}
.item-img {
	overflow: hidden;
}
.item-img img {
	width: 100%;
	height: auto;
}
.width-val {
	width: 50%;
}
.ps-abs {
	position: absolute;
	z-index: 2;
}
#menu-img1 {
	display: inline-block;
	float: right;
	width: 46%;
	max-width: 460px;
}
#menu-img2 {
	display: inline-block;
	width: 50%;
	max-width: 450px;
	float: left;
}
.item-text2 {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari */
	transform: translateY(-50%);
	right: 0;
	width: 55%;
}
.category {
	width: 100%;
	margin: 0 auto;
	background-color: #f8dcd6;
	color: #ef8d66;
	line-height: 2.5;
	text-align: center;
	font-size: 125%;
	letter-spacing: 5px;
	font-weight: bold;
} 
.subtitle {
	display: block;
	margin: 30px 0 10px;
	padding-bottom: 5px;
	border-left: 10px solid #ef8d66;
	border-bottom: 1px solid #ef8d66;
}
.subtitle img {
	height: 27px;
	width: auto;
}
.food-box {
/*	height: 250px; */
	overflow: hidden;
	margin-bottom: 20px;
}
.goods-box {
	position: relative;
/*	height: 250px; */
	overflow: hidden;
	margin-bottom: 5px;
}
.loc-box {
	position: relative;
/*	height: 350px; */
	overflow: hidden;
	margin-bottom: 20px;
}
.note {
	font-size: 77%;
	margin-bottom: 20px;
}
.food-item {
	position: relative;
	display: inline-block;
	width: 48%;
	margin: 0;
}
.leftside {
	float: left;
}
.rightside {
	float: right;
}
.food-img {
	width: 100%;
	max-width: 550px;
	height: auto;
}
.food-text {
	background-color: #fbdce2;
	min-height: 60px;
	padding: 10px;
}
.fix {
	min-height: 200px !important;
}
.goods-box img {
	float: left;
	width: 52%;
	max-width: 550px;
	height: auto;
	vertical-align: top;
	z-index: 2;
}
.goods-text {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari */
	transform: translateY(-50%);
	display: inline-block;
	margin-top: 10px;
	margin-left: 2%;
	width: 44%;
	background-color: #fbdce2;
	padding: 10px 5px;
}
.insale {
	display: inline-block;
	margin: 15px 0;
	padding: 10px;
	background-color: #fff;
}
.loc-text {
	display: block;
	margin: 0 auto;
	width: 98%;
	font-size: 93%;
}
.goods-text .caption {
	margin: 15px 0;
	font-size: 125%;
	font-weight: bold;
}
.goods-box.right img {
	float: right;
	z-index: 2;
}
.goods-box.right .goods-text {
	float: right;
/*	text-align: right; */
	margin-left: 0;
	margin-right: 2%;
	z-index: 2;
}
.goods-box.other .goods-text {
	width: 30%;
}
.goods-other,
.loc-other {
	background-color: #eeeeee;
	font-size: 87.5%;
	font-weight: bold;
	line-height: 2;
	width: 35%;
	padding: 1%;
}
.loc-text ul li{
	margin-bottom: 0.4em;
}
.add {
	font-size: 93.75%;
	font-weight: bold;
	color: #a3a3a3;
}
#map1,
#map2 {
	position: relative;
	width: 40%;
	max-width: 300px;
	vertical-align: top;
	overflow: hidden;
}
#map1 iframe,
#map2 iframe {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}
#map1 img,
#map2 img {
	width: 100%;
	height: auto;
}
.odd {
	float: right;
	margin-right: 15px;
	z-index: 2;
}
.even {
	float: left;
	margin-right:15px;
	z-index: 2;
}
.new {
	position: absolute;
	top: 0;
	left: 0;
	width: 90px;
	height: 90px;
}
.new img {
	width: 100%;
	height: auto;
}
.emb {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
}
.emb img {
	width: 100%;
	height: auto;
}
/*----------------------------------------------

	Footer

----------------------------------------------*/


@media screen and (max-width: 1000px) {
.inner {
	width: 99%;
}
#news-box {
	width: 55%;
}
#sns-box {
	width: 44.46%;
}
}

/************************************************
				タブット
************************************************/
@media screen and (max-width: 768px) {
body {
	font-size: 87.5%;
}
/*----------------------------------------------

	Header

----------------------------------------------*/
.sub-navi {
	height: 30px;
}
.sub-navi .sub-navi-in {
	height: 30px;
}
.sub-navi-in .logo {
	width: 60px;
	height: 60px;
}
.sub-navi .sub-navi-in .sns li {
	margin: 2px 10px 0 0;
}
.sub-navi .sub-navi-in .sns li img {
	width: 26px;
	height: 26px;
}
.sub-navi .sub-navi-in .lang {
	width: 200px;
}
.sub-navi .sub-navi-in .lang li {
	margin: 5px 5px 0 0;
}
.sub-navi .sub-navi-in .lang li.last {
	margin: 5px 10px 0 0;
}
.header-in {
	height: 30px;
}
#gnav li a {
	margin-right: 10px;
	color: #505050;
}
#gnav {
}
#gnav li {
	padding-top: 6px;
}
/*----------------------------------------------

	Wrapper

----------------------------------------------*/
/*****************  Common ********************/
.contents h2 {
	margin: 15px 0;
}
.contents h3 {
	margin: 15px 0;
}
.contents h2 img {
	height: 20px;
	width: auto;
}
.contents h3 img {
	height: 20px;
	width: auto;
}
/******************  News *********************/
#news-box {
	float: none;
	width: 100%;
	max-height: 300px;
	border: 1px solid #d4d4d4;
	overflow: hidden;
}
#news-box h2 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	border: none !important;
}
#iframe-content {
	max-height: 260px;
}
#iframe-content iframe {
    height: 260px;
}
/*******************  SNS *********************/
#sns-box {
	float: none;
	width: 100%;
	border: 1px solid #d4d4d4;
	overflow: hidden;
}
#youtube-box {
	float: left;
	width: 49%;
	max-height: 250px;
	z-index: 2;
}
#youtube-box #img_comment {
	margin-top: 15%;
}
#facebook-box {
	float: left;
	margin: 0;
	width: 30%;
	max-height: 250px;
	z-index: 2;
}
#twitter-box {
	float: left;
	margin: 0;
	width: 49%;
	max-height: 250px;
	z-index: 2;
}
/**********Menu, Goods, Location *************/
.item-box {
/*	height: 330px; */
}
.item-img {
}
.item-img img {
	width: 100%;
	height: auto;
}
.width-val {
	width: 95%;
}
#menu-img1 {
	display: block;
	float: none;
	width: 50%;
	max-width: 500px;
	margin: 0 auto;
}
#menu-img2 {
	display: block;
	width: 50%;
	max-width: 450px;
	float: left;
}
.item-text2 {
	position: absolute;
	width: 50%;
	top: 50%;
	-webkit-transform: translateY(-50%); /* Safari */
	transform: translateY(-50%);
	right: 0;
}
.subtitle {
	padding-bottom: 3px;
}
.subtitle img {
	height: 18px;
	width: auto;
}
.food-text {
	font-size: 86%;
}
.fix {
	min-height: 160px !important;
}
.goods-box img {
	width: 53%;
	height: auto;
	vertical-align: top;
}
.goods-text {
	margin-left: 1%;
	width: 44%;
	padding: 5px;
	font-size: 86%;
}
.loc-text {
	font-size: 86%;
}
.goods-text .caption {
	margin: 10px 0;
}
.goods-box.right .goods-text {
	margin-right: 1%;
}
.goods-box.other .goods-text {
	width: 40%;
}
.goods-other,
.loc-other {
	background-color: #eeeeee;
	font-weight: bold;
	line-height: 1.2;
	width: 35%;
	padding: 1%;
}
#map1,
#map2 {
	width: 40%;
}
.new {
	width: 50px;
	height: 50px;
}
.emb {
	width: 40px;
	height: 40px;
}
}
/************************************************
					スマホ
************************************************/
@media screen and (max-width: 480px) {
/*----------------------------------------------

	Common Layout

----------------------------------------------*/
html {
}
body {
	font-size: 75%;
}
#header {
	position: relative;
	width: 100%;
	background: url("../images/top/wall_pink.jpg") top left repeat;
	z-index: 5;
}
#header-y {
	position: relative;
	width: 100%;
	background: url("../images/top/wall_black.jpg") top left repeat;
	z-index: 5;
}
.fixedheader {
	position: fixed !important;
}
#dummyheader {
	display: none;
	height: 100px;
}
#wrapper {
	margin: 0 auto;
}
#footer {
	text-align: center;
	background: url("../images/top/wall_pink.jpg") repeat top left;
	color: #333;
	font-size: 87.5%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
#footer-y {
	text-align: center;
	background: url("../images/top/wall_black.jpg") repeat top left;
	color: #333;
	font-size: 87.5%;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 0;
}
/*----------------------------------------------

	SmartPhone Menu

----------------------------------------------*/
#headerSp {
	display: block;
}
/*----------------------------------------------

	Header

----------------------------------------------*/
.sub-navi {
	height: 50px;
}
.sub-navi .sub-navi-in {
	height: 50px;
}
.sub-navi-in .logo {
	width: 50px;
	height: 50px;
}
.sub-navi .sub-navi-in .sns {
	float: right;
	width: 110px;
	padding-right: 40px;
	z-index: 5;
}
.sub-navi .sub-navi-in .sns li {
	margin: 14px 10px 0 0;
}
.sub-navi .sub-navi-in .sns li img {
	width: 25px !important;
	height: 25px !important;
}
.sub-navi .sub-navi-in .lang {
	float: right;
	width: 100px;
}
.sub-navi .sub-navi-in .lang li {
	margin: 18px 10px 0 0;
}
.sub-navi .sub-navi-in .lang li.last {
	margin: 18px 5px 0 0;
}
.sub-navi .sub-navi-in .lang li img {
	width: 50px;
	height: auto;
}
.header-in {
	display: none;
}
/*----------------------------------------------

	Wrapper

----------------------------------------------*/
/****************  EyeCatch *******************/
#eyecatch {
	display: none;
}
#eyecatch_sp {
	display: block;
	width: 100%;
	max-width: 1000px;
	margin: 0 auto;
}
/*****************  Common ********************/
.contents h2 {
	margin: 5px 0;
}
.contents h3 {
	margin: 5px 0;
}
.contents h2 img {
	height: 16px;
	width: auto;
}
.contents h3 img {
	height: 16px;
	width: auto;
}
/******************  Shop *********************/
#shop-box {
	-webkit-flex-wrap: wrap; /* Safari */
	flex-wrap: wrap;
	-webkit-justify-content: flex-start; /* Safari */
	justify-content: flex-start;
}
.shop-item {
	width: 30%;
}
.noshop {
	display: none;
}
.shop-item.noshop: hover {
	background: transparent;
}
/******************  News *********************/
#news-box {
	width: 99%;
	max-height: 250px;
}
#news-box h2 {
	margin-top: 5px !important;
	margin-bottom: 5px !important;
	border: none !important;
}
#iframe-content {
    width:100%;
	max-height: 250px;
    overflow-x: auto; overflow-y: auto;
    -webkit-overflow-scrolling:touch;
    display: inline-block;
}
#iframe-content iframe {
	display:block;
	width: 100%;
    height: 200px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}
.news-list {
	width: 80%;
	margin: 0 auto;
}
.news-list dl dt {
}
.news-list dl dd {
}
#iframe-content {
	max-height: 200px;
}
#iframe-content iframe {
    height: 200px;
}
/*******************  SNS *********************/
#youtube-box {
	float: none;
	width: 100%;
	z-index: 2;
}
#youtube-box #img_comment {
	margin-top: 0;
}
#youtube-box #img_comment img {
	width: 50%;
}
#facebook-box {
	float: none;
	margin: 5px auto;
	width: 100%;
	max-height: 200px;
	z-index: 2;
}
#twitter-box {
	float: none;
	margin: 5px auto;
	width: 100%;
	max-height: 200px;
	z-index: 2;
}
/**********Menu, Goods, Location *************/
.item-box {
/*	height: 280px; */
}
.item-text {
}
.item-img {
	width: 70%;
	max-width: 250px;
}
#menu-img1 {
	width: 80%;
}
#menu-img2 {
	display: block;
	width: 80%;
	max-width: 450px;
	float: none;
}
.item-text2 {
	position: relative;
	display: block;
	width: 100%;
	top: 0;
	-webkit-transform: translateY(0); /* Safari */
	transform: translateY(0);
}
.subtitle {
	padding-bottom: 2px;
}
.subtitle img {
	height: 14px;
	width: auto;
}
.food-box {
	margin-bottom: 0;
}
.food-item {
	display: block;
	width: 90%;
	margin: 10px auto;
}
.leftside {
	float: none;
}
.rightside {
	float: none;
}
.food-text {
	padding: 5px;
	text-align: center;
}
.fix {
	min-height: 60px !important;
}
.goods-box {
/*	height: 180px; */
}
.loc-box {
/*	height: 270px; */
}
.goods-box img {
	display: block;
	float: none;
	width: 90%;
	height: auto;
	margin: 0 auto;
	vertical-align: top;
	z-index: 2;
}
.goods-text {
	position: relative;
	top: 0;
	-webkit-transform: translateY(0); /* Safari */
	transform: translateY(0);
	display: block;
	margin: 0 auto;
	width: 90%;
	text-align: center;
}
.goods-text .caption {
	margin: 5px 0;
	font-size: 87.5%;
	font-weight: bold;
}
.goods-box.right img {
	float: none;
	z-index: 2;
}
.goods-box.right .goods-text {
	float: none;
	margin: 5px auto;
	text-align: center;
}
.goods-other,
.loc-other {
	display: none;
}
.loc-box {
	margin-bottom: 10px;
}
.loc-text {
	margin: 1% auto;
	font-size: 86%;
}
.loc-text ul li{
	margin-bottom: 0.2em;
}
#map1,
#map2 {
	width: 40%;
}
.new {
	width: 60px;
	height: 60px;
}
.emb {
	width: 50px;
	height: 50px;
}
}
