@import url("common.css");
/* ****************************************************************************
 *
 * 1. Common
 *
 * ***************************************************************************/
/* ======================================================
 * 1-2. Style
 * =================================================== */
html,body {
	width: 100%;
	min-width: 100%;
	height: 100%;
}
img {
	max-width: 100%;
	height: auto;
}

/* ======================================================
 * 1-4. Header
 * =================================================== */
div#header {
	width: 100%;
	height: 70px;
	background: #fff url(../../../../images/common/bg.jpg) repeat-x;
	background-size: 44px 70px;
	z-index: 10;
}
div#header h1 {
	width: 113px;
	height: 50px;
	padding-top: 5px;
	margin: 0 auto;
}
div#header h1 a {
	display: block;
	width: 113px;
	height: 50px;
	background: url(../../../../images/sp/logo.png) no-repeat;
	background-size: 113px 50px;
	text-indent: -9999em;
	z-index: 2;
}
div#header h2 {
	display: none;
}

/* ======================================================
 * 1-5. Nav
 * =================================================== */
div#nav {
	position: fixed;
	bottom: 0;
	right: 0;
	width: 100%;
	background: #fff;
	overflow: hidden;
	z-index: 99;
}
div#nav ul li {
	display: inline;
	float: left;
	width: 20%;
	text-align: center;
}
div#nav ul li img {
	width: 94%;
	height: auto;
	border: solid 1px #E87400;
}
div#nav ul li span{
	display: none;
}

div#nav ul li ul {
	display: none;
}

/* ======================================================
 * 1-6. footer
 * =================================================== */
#footer a.pagetop {
	display: none;
}
div#copy {
	padding-bottom: 50px;
}

/* ****************************************************************************
 *
 * 2. Contents
 *
 * ***************************************************************************/
/* ======================================================
 * 2-1. Toppage
 * =================================================== */
/*----------------------
  トップ動画
------------------------*/
div#flexslider {
	position: relative;
	width: 100%;
	height: auto;
	overflow: hidden;
	z-index: 0;
}
div#slider {
	width: 100%;
	height: auto;
	background: linear-gradient(#f2ebdf, #fff);
    background : -webkit-linear-gradient(top, #f2ebdf, #fff);
	box-shadow: 0 5px 5px #ccc;
	-webkit-box-shadow: 0 5px 5px #ccc;
	-moz-box-shadow: 0 5px 5px #ccc;
}
div#slider img {
	width: 100%;
	height: auto;
}

/* SNS */
#top_sns {
	width: 100%;
	height: auto;
	padding-top: 20px;
	margin: 0 auto;
	overflow: hidden;
}
#top_sns .fb .fb-page{
	width: 100%;
	margin: 0 auto;
}
#top_sns .fb {
}
#top_sns .tw {
	padding: 10px 0;
}
#top_sns .insta {
	height: 100px;
}

/* バナー */
#top_banner li {
	position: relative;
	background: #fff;
}
#top_banner li img {
	width: 100%;
	height: auto;
}
#top_banner ul.info li {
	border-top: solid 1px #8C4600;
}

/* ======================================================
 * 2-2. Common
 * =================================================== */
#page {
	clear: both;
	position: relative;
	width: 98%;
	padding-top: 10px;
	margin: 0 1%;
	overflow: hidden;
}
#page h3 {
	padding: 15px 0;
	margin-bottom: 30px;
	border-bottom: dotted 3px #008633;
	color: #008633;
	text-align: center;
	font: bold 30px/150% 'Anton', sans-serif;
}
#page h3 span {
	font-size: 14px;
	line-height: 20px;
}
#page h3 span:before {
	content: "\A";
	white-space: pre;
/*	content: "～";
	margin-left: 10px; */
}
/*#page h3 span:after {
	content: "～";
}*/
#page h4 {
	padding: 15px 0;
	margin-bottom: 15px;
	color: #713800;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
#page h4.ttl {
	border-bottom: solid 1px #713800;
	text-align: left;
}
#page h5 {
	padding: 10px 0;
	color: #008633;
	font-weight: bold;
}
#page img {
	max-width: 100%;
}

#page .section {
	width: 96%;
	margin: 0 auto 50px auto;
/*	margin-bottom: 50px; */
}

#page .w100 {
	width: 100%;
}

.btn a,
a.btn {
	display: block;
	width: 200px;
	padding: 10px 0;
	background: #00A241;
	background: linear-gradient(#00A241, #008836);
	background : -webkit-linear-gradient(top, #00A241, #008836);
	color: #fff;
	text-align: center;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
	box-sizing: border-box;
}
a.btn {
	margin: 10px auto 0 auto;
}

/* ======================================================
 * 2-3. Menu
 * =================================================== */
.menu .col3 {
	padding: 15px 0;
	border-top: dotted 1px #ccc;
	text-align: center;
	overflow: hidden;
	box-sizing: border-box;
}
.menu .section {
	margin-bottom: 0 !important;
}
.menu .col3 img {
	width: 90%;
	height: auto;
}
.menu .col3 dl {
	width: 100%;
	overflow: hidden;
}
.menu .col3 dl dt {
	display: inline;
	float: left;
	width: 50%;
	padding-right: 10px;
	text-align: right;
	box-sizing: border-box;
}
.menu .col3 dl dd {
	display: inline;
	float: left;
	width: 50%;
	font-size: 120%;
	font-weight: bold;
}
.menu_burger .col3 dl dt {
	width: 70% !important;
}
.menu_burger .col3 dl dd {
	width: 30% !important;
}
.menu div.memo {
	width: 90%;
	padding: 5px 0;
	margin: 5px auto 0 auto;
	border-top: dotted 3px #ccc;
	text-align: center;
}

/* メニューナビ */
ul.menu_nav {
	width: 100%;
	padding-bottom: 30px;
	overflow: hidden;
}
ul.menu_nav li {
	display: inline-block;
	float: left;
	width: 33.333%;
	text-align: center;
	box-sizing: border-box;
}
ul.menu_nav li img {
	display: inline-block;
	width: 90%;
	height: auto;
	padding: 10px;
	border: solid 3px #713800;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	box-sizing: border-box;
}
ul.menu_nav li a.active img {
	border: solid 3px #008633;
}
ul.menu_nav li p {
	padding-bottom: 10px;
	font-weight: bold;
	text-align: center;
}

/* アレルギー・原材料情報 */
ul#allergen {
	clear: both;
	position: relative;
	float: left;
	left: 50%;
	padding-top: 30px;
}
ul#allergen li {
	position: relative;
	left: -50%;
	display: inline;
	float: left;
	padding: 0 3px;
	margin-bottom: 5px;
}
ul#allergen li a {
	width: auto;
	min-width: 140px;
}

/* ======================================================
 * 2-4. Campaign
 * =================================================== */
.campaign .section {
	padding: 0 !important;
	margin: 0 !important;
}

/* ======================================================
 * 2-5. Shop
 * =================================================== */
#mapList {
	width: 100%;
	margin-bottom: 20px;
	overflow: hidden;
}
#page h5 {
	padding: 10px 0;
	color: #008633;
	font-weight: bold;
}
#map_canvas {
	width: 100%;
	height: 300px;
	margin-bottom: 20px;
}

/* 一覧 */
#mapList table {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#mapList th,
#mapList td {
	display: list-item;
	list-style: none;
	padding: 10px 0 10px 0;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
}
#mapList th {
	padding-left: 0;
	background: #FFFAED;
	font-weight: bold;
}
#mapList tr.ttl th {
	display: none;
}
#mapList th.shop {
	padding-left: 10px;
	border-left: solid 5px #B38658;
}
#mapList td.time span:before {
	content: "営業時間／";
}

/* 地図ナビ */
#tabnav {
	margin-bottom: 10px;
	overflow: hidden;
}
#tabnav li {
	display: inline-block;
	float: left;
	width: 50%;
	border-right: solid 2px #fff;
	border-bottom: solid 2px #fff;
	box-sizing: border-box;
}
#tabnav li:nth-child(even){
	border-right: none;
}
#tabnav li a {
	display: block;
	padding: 10px 0;
	background: linear-gradient(to bottom, #E87400, #FF8F1F);
	color: #fff;
	font-size: 110%;
	text-align: center;
}
#tabnav li.current-cat a {
	background: linear-gradient(to bottom, #008836, #00A241);
}
.shop a.tel {
	display: inline-block;
	padding-left: 16px;
	margin: 5px 0;
	background: url(../../../../images/common/ico_tel_s.png) no-repeat center left;
	font: bold 13px/100% Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}


/* ======================================================
 * 2-6. PrivacyPolicy
 * =================================================== */
.privacy .section ul {
	padding: 20px 0;
}
.privacy .section ul li {
	padding: 5px 0;
}
.privacy .section ol li {
	margin-left: 30px;
	list-style-type: decimal !important;
}


/* ======================================================
 * 2-7. Company
 * =================================================== */
.company .section th,
.company .section td {
	display: list-item;
	list-style: none;
	width: 100%;
	border-bottom:none;
	box-sizing: border-box;
}

