/* 共通 */
h2{
	font-size:24px;
	text-align:center;
	margin:0 0 10px 0;
}

.price{
	float:right;
}

/* reset */
.container {
  max-width: 100% !important;
  width:100% !important;
  padding:0 !important;
  color:#444444;
}


/*BXslider*/
.slider {
  margin-top: 5px;
  display: block;
  margin: 0 auto;
}
.slick-dots li button::before{
    content: "\f111" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight:900 !important;
}
.bx-pager {
  margin: 0;
  padding: 0;
}
.bx-wrapper .bx-pager {
    padding-top: 10px !important;
    bottom: 10px !important;
}
.bx-wrapper {
  margin-bottom: 0 !important;
}

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

.bx-pager-item {
  visibility: inherit;
}


.bx-wrapper .bx-controls-direction a{
	z-index:999 !important;
}



/*slickslider*/

.slick01, .slick02, .slick03{
	margin:0 auto;
	width:86%;
}
.slick-slide{
	margin:0 5px;
}
.slick-slider button{
    width: auto;
    height: auto;
}

.slick-dots li button::before{
    content: "\f111" !important;
    font-family: "Font Awesome 5 Free" !important;
    font-weight:900 !important;
}
.slick-prev{
	top: 25% !important;
	right:-30px !important;
}
.slick-next{
	top: 25% !important;
	left:-30px !important;
}
.slick-dotted.slick-slider {
    margin-bottom: 60px !important;
}


/* frees pace */
.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;
}


/* インフォメーション */
.top_newitem h2{
	font-size:24px;
	text-align:center;
	margin:40px 0 10px 0;
}


/* インフォメーション */
.top_information{
	background:#f5f4f1;
	padding:40px 3% 20px;
}
.top_information h2{
	font-size:24px;
	text-align:center;
	margin:0 0 10px 0;
}
.top_information ul{
	list-style:none;
	margin:0;
}
.top_information li{
	margin-bottom:15px;
}
.top_information li dt{
	margin:0;
	color:#8e835b;
	margin-bottom:10px;
}
.top_information li dd{
	margin:0;
}


/* category */
.top_category h2{
	margin:20px auto;
}
.top_category ul{
    width: 94%;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
	list-style:none;
}

.top_category li {
    width: 49%;
    margin-bottom: 30px;
}

.top_category li img{
    width:100%;
}
.top_category li a{
	display:block;
}

/* ranking */
.ranking-items li:nth-of-type(1):before{
	content:"1";
	background: #8e835b;
	color:#FFF;
	border:1px solid #8e835b;
	width:30px;
	height:30px;
	font-size:18px;
	line-height:30px;
	text-align:center;
	margin-bottom:5px;
	display:block;
}
.ranking-items li:nth-of-type(2):before{
	content:"2";
	background: #8e835b;
	color:#FFF;
	border:1px solid #8e835b;
	width:30px;
	height:30px;
	font-size:18px;
	line-height:30px;
	text-align:center;
	margin-bottom:5px;
	display:block;
}
.ranking-items li:nth-of-type(3):before{
	content:"3";
	background: #ffffff;
	color:#8e835b;
	border:1px solid #8e835b;
	width:30px;
	height:30px;
	font-size:18px;
	line-height:30px;
	text-align:center;
	margin-bottom:5px;
	display:block;
}
.ranking-items li:nth-of-type(4):before{
	content:"4";
	background: #ffffff;
	color:#8e835b;
	border:1px solid #8e835b;
	width:30px;
	height:30px;
	font-size:18px;
	line-height:30px;
	text-align:center;
	margin-bottom:5px;
	display:block;
}
.ranking-items li:nth-of-type(5):before{
	content:"5";
	background: #ffffff;
	color:#8e835b;
	border:1px solid #8e835b;
	width:30px;
	height:30px;
	font-size:18px;
	line-height:30px;
	text-align:center;
	margin-bottom:5px;
	display:block;
}

@media only screen and (max-width: 768px){
	.top_category ul li span{
		font-size:12px;
	}
	/*slickslider*/

	.slick01, .slick02, .slick03{
		width:80%;
	}
}

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



