@charset "utf-8";
/* reset */
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, main,
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;
	word-wrap: break-word;
}
main, article, aside, details, figcaption, figure, footer, header, menu, nav, section {
	display: block;
}
html {
	overflow-y:scroll;
	font-family:'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
*, *:before, *:after {
	box-sizing: border-box;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: none;
}
input, textarea {
	margin: 0;
	padding: 0;
}
input::-webkit-input-placeholder, input:-moz-placeholder, textarea::-webkit-input-placeholder, textarea:-moz-placeholder {
	color: #888;
}
input[type="button"], input[type="submit"], input[type="search"], input[type="reset"] {
  -webkit-appearance: none;
}
ol, ul{
	list-style: none;
}
table{
	border-collapse: collapse; 
	border-spacing: 0;
	width: 100%;
}
caption, th{
	text-align: left;
}
a:focus {
	outline:none;
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
img {
	max-width:100%;
	border:none;
}
body {
	overflow:hidden;
	min-width:960px;
	background:#f1eacd;
}
#wrapper {
	position:relative;
	width:1400px;
	height:100%;
	left:50%;
	margin-left:-700px;
	color:#231815;
}
#bg_bottom {
	/* background:url(../IMGs/common/bg_bottom.png) no-repeat bottom; */
	background:url(../IMGs/common/footer.jpg) no-repeat bottom;
}
.wrap {
	width:960px;
	height:100%;
	margin:0 auto;
}
.content_headline {
	text-align:center;
	margin-bottom:30px;
}

/* reset */

/* navi */
#navi {
	padding:30px 0 25px;
}
#navi li {
	float:left;
}
#navi li a {
	display:block;
	text-decoration:none;
	font-size:14px;
	color:#625621;
	border-bottom:2px dashed #488c0c;
	margin-right:39px;
	padding:0 6px;
}
#navi li a:hover {
	border-bottom-color: #E58616;
	color: #E58616;
}
#navi .navi_contact a {
	margin-right:0;
}
/* navi */

/* side */
#side {
	width:200px;
	float:left;
	margin-bottom:150px;
}
.side_search {
	border:1px solid #aea089;
	background:url(../IMGs/common/side_bg.jpg);
	margin-bottom:20px;
	-webkit-border-radius: 8px;
	        border-radius: 8px;
}
.side_search_title {
	margin-bottom:20px;
	-webkit-border-radius: 7px 7px 0 0;
	        border-radius: 7px 7px 0 0;
}
.side_search_title.shop_page {
	-webkit-border-radius: 0;
	        border-radius: 0;
}
.side_search_content {
	padding:0 14px;
}
.side_search_content_title {
	font-size:13px;
	font-weight:bold;
	color:#2e2e2e;
	margin-bottom:8px;
	line-height:1;
}
#side form {
	border:1px solid #bfbfbf;
	margin-bottom:30px;
}
#side form:after {
	content:"";
	display:block;
	clear:both;
}
.side_keyword {
	border:none;
	float:left;
	width:128px;
	height:25px;
	margin-bottom: 20px;
}
.side_keyword_submit {
	float:right;
	width:40px;
	height:25px;
	background:url(../IMGs/common/side_search_keyword_icon.jpg);
	border:none;
	margin-bottom: 20px;
}
.side_search_genre {
	margin-bottom:30px;
}
.side_search_genre a {
	display:block;
	margin-bottom:2px;
}
.side_search_map {
	margin-bottom:30px;
}
.side_access {
	display:block;
	margin-bottom:20px;
}
.side_enjoy {
	display:block;
	margin-bottom:10px;
}
.side_today {
	display:block;
	margin-bottom:10px;
}
.side_wholesaler {
	display:block;
	margin-bottom:5px;
}
.side_new {
	display:block;
	margin-bottom:10px;
}
.facebook {
	width:200px;
	height: 240px;
	line-height:50px;
	//border:1px solid #3e3e3e;
	text-align:center;
	margin-bottom:20px;
}
.side_office {
	background:#fff;
	border:1px solid #d2d2d2;
	padding:20px 15px 16px;
}
.side_office_title {
	font-size:12px;
	color:#373737;
	line-height:1;
	margin-bottom:14px;
}
.side_office_text {
	font-size:14px;
	color:#373737;
	line-height:1.8;
	margin-bottom:10px;
}
.side_company {
	display:block;
	width:100%;
	line-height:40px;
	font-size:14px;
	color:#625621;
	text-decoration:none;
	text-align:center;
	border:1px solid #d7d1ca;
}
.sideBnr {
	margin-top:20px;
}
/* side */

/* main */
#main {
	width:720px;
	float:right;
}
/* main */

/* footer */
#footer {
	height:160px;
	margin-top:70px;
}
.footer_logo {
	display:block;
	float:left;
	width:200px;
	margin-top:15px;
}
.footer_right {
	float:right;
	width:730px;
}
.footer_company {
	display:block;
	width:230px;
	line-height:58px;
	border:1px solid #c1b855;
	color:#625621;
	font-size:14px;
	letter-spacing:0.1em;
	text-decoration:none;
	text-align:center;
	margin:40px 0 12px;
}
.footer_copyright {
	font-size:10px;
	color:#68390b;
}

.center {
	width: 100%;
	text-align: center;
}



/* ##################################################### */
/* 非表示 */

.side_search,
.side_search_title,
.side_category,
.search_map {
	display: none;
}

/* ##################################################### */



.acf-map {
  width: 100%;
  height: 507px;
  border: #ccc solid 1px;
  margin: 20px 0;
}
















