/*slider*/
.slider {
  margin-top: 5px;
  display: block;
  margin: 0 auto;
}

.bx-pager {
  margin: 0;
  padding: 0;
}

.bx-wrapper {
  margin-bottom: 0 !important;
}

.bx-wrapper .bx-viewport {
  left: -1px !important;
  border: 1px solid #b2a487 !important;
  margin: 0 auto !important;
  background: #fff;
}

.bx-pager-item {
}

/* news */

.top_news .content-wrap{
	background:#fff;
	zoom:1;
	overflow:auto;
	margin-bottom:4em;
}

.top_news h2.ttl-h2{
	padding:1em 0 0.5em 0;
	border-bottom:1px solid #ccc;
	margin:0;
  text-align: center;
}


.top_news dl{
	padding:1em 1.5em;
	margin-bottom:0;
	font-size:13px;
}

.top_news dl dt{
}

.top_news dl dd{
	margin-bottom:0.5em;
}


/* freespace */
.news {
  border-style: double none;
  /*border-color: #b2a487;*/
  max-width: 900px;
  padding: 18px 0 10px 0;
  margin: 0 auto;
  margin-top: 5em;
}

.news-inner {
  max-width: 1050px;
  /*margin-top: 10px;
  margin-bottom: 10px;*/
  padding-left: 5px;
  color: #5d5d5d;
}

.free-space {
  max-width: 900px;
  margin-top: 10px;
  margin-bottom: 3em;
  padding-left: 5px;
  color: #5d5d5d;
}

/* recommernd */
.recommend-items {
  margin-top: 3em;
}

#header-global-nav{
	margin-bottom:3em;
}

/* facebook and slider wrapper */
.top_cnts{
	position:relative;
	height:520px;
}

/* shopbanner */
.top_shopbanner{
	position:absolute;
	left:20px;
	bottom:40px;
	z-index:9999;
}

/* facebook */
.fb{
	position:absolute;
	left:20px;
	bottom:70px;
}


/* titlelogo for top only */
.logo-top .shop-name{
	position:absolute;
  top: 95px;
  right: 55px;
  margin: auto;
  width: 100px;
	z-index:9999;
	display:block;
	text-align:right;
}


@media screen and (max-width: 767px) {
	br {display: none;}
}

	.media br{display:block}

/* facebook */

/* スマホ用 */
@media screen and (max-width: 767px) {
	.fb-container {
		width: 100%;
		max-width: 500px;
		margin:0 auto;
	}
}
 
/* PC用 */
@media screen and (min-width: 768px) {
	.fb-container {
		width: auto;
	}
}
