/* slider */
#slider div {
  width: 1150px !important;
}

.slider {
  margin: 0 auto 100px;
  width: 1150px;
}
.slider .bx-wrapper {
  z-index: 0;
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-viewport {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  left: 0 !important;
  border: none !important;
}

.slider .bx-wrapper .bx-viewport img{
	width:100%;
}

.slider .bx-wrapper .bx-caption {
  background: #000;
  background: rgba(0, 0, 0, 0.6);
}
.slider .bx-wrapper .bx-caption span {
  font-size: 18px;
  padding: 30px;
}
.slider .bx-wrapper .bx-pager {
  padding-top: 20px !important;
  bottom: -30px !important;
}



/* ranking */
.ranking__section {
	margin-bottom:80px;
}

.ranking__section li{
	width:15% ;
	margin-right:2%;
}

.ranking__section li:nth-child(6n){
	margin-right:0;
}

.ranking__section .product-list__unit {
    margin: 0 0 10px 0;
}

.ranking__section .product-list__unit .rank-box{
	top:10px;
	left: 10px;
    margin: 0;
}

.ranking__section li img{
	max-width:100% ;
	width:100% ;
}

.ranking__section li .product-list__name {
	color:#6c3524;
	font-size:14px;
	margin-top: 0;

}

.ranking__section li .product-list__price {
	color:#cc6600;
	font-size:14px;
	text-align:center;
}


/* information */
.info__section {
	height:260px;
	margin-bottom: 0;
	overflow-x:hidden;
	overflow-y:scroll;
}

.info__section dl{
	display:table;
}

.info__section dt{
	display:table-cell;
	width:150px;
	margin:0;
}

.info__section dd{
	display:table-cell;
	width:calc(100% - 150px);
	margin:0;
}

.info {
  margin-top: 40px;
}

.info-list {
  list-style-type: none;
}

.info-list__unit {
  padding-bottom: 30px;
}

.info-list__date {
  display: block;
  padding-bottom: 10px;
}

/* top-search */
.top-search__section{
	text-align: center;
	background: #FFF0CF;
	padding-bottom:20px;
}

.top-search__section .form-search{
	position: relative;
	text-align: center;
	width:100%;
	margin-top:0;
}

.top-search__section .form-search .top-search__box {
  width: 240px;
  padding: 8px 50px 8px 10px;
  background: #fff;
  border: 1px solid #CC9966;
  color: #333;
  font-size:1.25em;
}

.top-search__section .form-search button{
	position: absolute;
	top: 5px;
	right: 30px;
	border:none;
	width:40px;
	height:30px;
	background:#fff;
}

.top-search__section a{
	display:inline-block;
	color:#6C3524;
	background:#EFCD9A;
	padding:5px 20px;
	border-radius: 10px;
}

/* maker index */
#maker {
	background:#FFF0CF;
	padding:50px 20px;
}

#maker li{
	float:left;
	display:inline-block;
	width:18%;
	margin-right:2.5%;
	margin-bottom:20px;
}

#maker li:nth-child(5n){
	margin-right:0;
}

#maker li img{
	width:100%;
}

/* shop-info */
.shop-info {
	background:#F8F5E6;
	padding:50px 20px;
}

.shop-info h4{
	font-size:18px;
	font-weight:bold;
	margin:0 0 30px 0;
}

.shop-info p{
	margin-bottom:30px;
	font-size:14px;
}

/* calendar */
.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 4px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}


.tbl_calendar {
  width:48%;
  float:left;
  margin:0 1% 5%;
}
.side_cal_memo {clear:both;margin-bottom:5%;}

