@import url("common.css");
/* ****************************************************************************
 *
 * 1. Common
 *
 * ***************************************************************************/
/*----------------------
  ページリンク
------------------------*/
ul#pagelink {
	padding: 20px 0;
	font-weight: bold;
	overflow: hidden;
}
li.oldpage {
	display: inline;
	float: right;
}
li.newpage {
	display: inline;
	float: left;
}

/* ======================================================
 * 1-4. Header
 * =================================================== */
div#header {
	position: fixed;
	width: 100%;
	height: 80px;
	background: #fff url(../../../../images/common/bg.jpg) repeat-x;
	z-index: 10;
}
div#header h1 a {
	position: absolute;
	top: 0;
	left: 10px;
	display: block;
	width: 140px;
	height: 70px;
	background: url(../../../../images/common/logo.png) no-repeat;
	background-size: 140px 70px;
	text-indent: -9999em;
	z-index: 2;
}
div#header h2 {
	display: none;
}

/* ======================================================
 * 1-5. Nav
 * =================================================== */
div#nav {
	position: relative;
	width: 100%;
	height: 70px;
	z-index: 1;
}
div#nav ul {
	position: relative;
	float: left;
	left: 50%;
}
div#nav ul li {
	position: relative;
	left: -50%;
	display: inline;
	float: left;
}
div#nav ul li a {
	display: block;
	width: 150px;
	height: 70px;
	background: url(../../../../images/common/nav.png) no-repeat;
	text-indent: -9999em;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}
div#nav ul li.menu a {
	background-position: 0 0;
}
div#nav ul li.menu a:hover,
div#nav ul li.menu a.active {
	background-position: 0 -70px;
}
div#nav ul li.campaign a {
	background-position: -150px 0;
}
div#nav ul li.campaign a:hover,
div#nav ul li.campaign a.active {
	background-position: -150px -70px;
}
div#nav ul li.shop a {
	background-position: -300px 0;
}
div#nav ul li.shop a:hover,
div#nav ul li.shop a.active {
	background-position: -300px -70px;
}
div#nav ul li.contact,
div#nav ul li.top {
	display: none;
}

/* subnavi */
div#nav ul li ul {
	display: none;
	position: absolute;
	top: 70px;
	left: -150px;
	width: 450px;
	padding: 10px;
	background: #713800;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radiusr-bottomright: 5px;
	-moz-border-radiusr-bottomleft: 5px;
	 border-bottom-right-radius: 5px;
	 border-bottom-left-radius: 5px;
}
* html #nav ul li ul {
	line-height: 0;
} /* IE6 "fix" */
div#nav ul a {
	zoom: 1;
} /* IE6/7 fix */

div#nav ul li ul li {
	position: relative;
	left: 0;
	display: inline-block;
	float: left;
	width: 150px;
	height: auto;
	border: solid 2px #fff;
	background: #fff;
	text-align: center;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
	box-sizing: border-box;
}
div#nav ul li ul li:hover {
	border: solid 2px #FF8F1F;
}
div#nav ul li ul li a {
	width: 100%;
	height: auto;
	background: none;
	text-decoration: none;
	text-indent: 0;
}
div#nav ul li ul li p {
	text-align: center;
}
div#nav ul li ul li img {
	width: 90%;
	height: auto;
}


/* ======================================================
 * 1-6. footer
 * =================================================== */
/*----------------------
  TEL
------------------------*/
div#tel {
	clear: both;
	width: 950px;
	margin: 0 auto;
	padding: 30px 0;
}
div#tel img {
	width: 100%;
	height: auto;
}

/*----------------------
  ページトップ
------------------------*/
#footer a.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
	width: 50px;
	height: 50px;
	background: url(../../../../images/common/pagetop.png) no-repeat;
	text-indent: -9999em;
}
#footer a.pagetop:hover {
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}

/* ****************************************************************************
 *
 * 2. Contents
 *
 * ***************************************************************************/
/* ======================================================
 * 2-1. Toppage
 * =================================================== */
/*----------------------
  トップ動画
------------------------*/
div#flexslider {
	position: relative;
	width: 100%;
	height: auto;
	padding: 80px 0 10px 0;
	margin-bottom: 20px;
	overflow: hidden;
	z-index: 0;
}
div#slider {
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	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%;
	padding: 20px 0;
	background: url(../../../../images/toppage/bg_sns.jpg);
	overflow: hidden;
}
#sns_inner {
	width: 950px;
	margin: 0 auto;
}
#top_sns .fb {
	display: inline-block;
	float: left;
	width: 470px;
	padding-right: 10px;
}
#top_sns .tw {
	display: inline-block;
	float: right;
	width: 470px;
	padding: 0 5px;
	box-sizing: border-box;
}
/*
#top_sns .insta {
	display: inline-block;
	float: right;
	width: 265px;
	height: 200px;
	padding: 0 5px;
	border: solid 1px #ccc;
	box-sizing: border-box;
}*/

/* バナー */
#top_banner {
	clear: both;
}
#top_banner ul {
	overflow: hidden;
}
#top_banner li {
	position: relative;
	background: #fff;
}
#top_banner li img {
	width: 100%;
	height: auto;
}
#top_banner ul.info li {
	display: inline;
	float: left;
	width: 33.333%;
	border-top: solid 1px #8C4600;
}
/*#top_banner li.recruit {
	display: inline;
	float: left;
	width: 50%;
	border-top: solid 1px #00A0EA;
}
#top_banner li.contact {
	display: inline;
	float: right;
	width: 50%;
	border-top: solid 1px #FCC900;
}*/

/* ======================================================
 * 2-2. Common
 * =================================================== */
#page {
	clear: both;
	position: relative;
	width: 950px;
	padding-top: 80px;
	margin: 0 auto;
	overflow: hidden;
}
#page h3 {
	padding: 15px 0;
	margin-bottom: 50px;
	border-bottom: dotted 3px #008633;
	color: #008633;
	text-align: center;
/*	font: bold 40px/60px 'Roboto', sans-serif;
	font: bold 40px/60px 'Paytone One', sans-serif;
	font: bold 40px/60px 'Frijole', sans-serif; */
	font: bold 40px/60px 'Anton', sans-serif;
}
#page h3 span {
	font-size: 16px;
	line-height: 100%;
}
#page h3 span:before {
	content: "\A";
	white-space: pre;
}
#page h4 {
	padding: 15px 0;
	margin-bottom: 15px;
	color: #713800;
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.single #page h4 {
	padding-left: 10px;
	border-left: solid 8px #713800;
	text-align: left !important;
}
#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: 100%;
	margin-bottom: 50px;
}

#page .col3 {
	display: inline;
	float: left;
	width: 33.333%;
	overflow: hidden;
}

#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;
}
.btn a:hover,
a.btn:hover {
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
	-webkit-transition: opacity .3s linear;
	-moz-transition: opacity .3s linear;
	-o-transition: opacity .3s linear;
	transition: opacity .3s linear;
}
a.btn {
	margin: 10px auto 0 auto;
}


/* ======================================================
 * 2-3. Menu
 * =================================================== */
.menu .col3 {
	min-height: 500px;
	padding: 15px 0;
	border-top: dotted 1px #ccc;
	border-right: dotted 1px #ccc;
	text-align: center;
	box-sizing: border-box;
}
.menu_burger .col3 {
	min-height: 540px !important;
}
.menu .col3 p {
	text-align: center;
}
.menu .section {
	margin-bottom: 0 !important;
}
.menu div.section:nth-of-type(3n){
	border-right: none;
}
.menu .col3 img {
	width: 90%;
	height: auto;
}
.menu .col3 dl {
	width: 100%;
	overflow: hidden;
}
.menu .col3 dl dt {
	display: inline;
	float: left;
	width: 60%;
	padding-right: 10px;
	text-align: right;
	box-sizing: border-box;
}
.menu .col3 dl dd {
	display: inline;
	float: left;
	width: 40%;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}
.menu div.memo {
	width: 90%;
	padding: 10px 0;
	margin: 10px 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: 60%;
	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 10px;
}


/* ======================================================
 * 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: 500px;
	margin-bottom: 20px;
}

/* 一覧 */
#mapList table {
	clear: both;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
}
#mapList th,
#mapList td {
	padding: 10px 0;
	border-bottom: solid 1px #ccc;
	vertical-align: middle;
	box-sizing: border-box;
}
#mapList th {
	background: #FFFAED;
}
#mapList tr.ttl th {
	border-top: solid 1px #B38658;
	border-bottom: solid 1px #B38658;
	font-weight: bold;
	text-align: center;
}
#mapList th.shop {
	width: 25%;
	padding-left: 10px;
	border-left: solid 5px #B38658;
}
#mapList td.address {
	padding: 10px 5px;
}
#mapList td.tel {
	width: 20%;
}
#mapList td.time {
	width: 12%;
}

/* 地図ナビ */
#tabnav {
	overflow: hidden;
}
#tabnav li {
	display: inline-block;
	float: left;
	width: 16.666%;
	border-right: solid 2px #fff;
	border-bottom: double 3px #6f3700;
	box-sizing: border-box;
}
#tabnav li:last-child {
	border-right: none;
}
#tabnav li a {
	display: block;
	padding: 7px 0;
	background: linear-gradient(to bottom, #E87400, #FF8F1F);
	color: #fff;
	font-size: 120%;
	text-align: center;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-top-left-radius: 5px;
	-moz-border-radiusr-topright: 5px;
	-moz-border-radiusr-topleft: 5px;
	 border-top-right-radius: 5px;
	 border-top-left-radius: 5px;
}
#tabnav li.current-cat a {
	background: linear-gradient(to bottom, #008836, #00A241);
}
#tabnav li a:hover {
	cursor: pointer;
	text-decoration: none;
	opacity: 0.7;
	-moz-opacity: 0.7;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
}
.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;
}

