/*森が追加 Start*/

/* マーカーのCSSは「共通」に書いてます*/

.top__block::after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  margin: 2em auto 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #ccc;
}

.slider .bx-wrapper .bx-caption span {
  font-family: dnp-shuei-gothic-gin-std,'Avenir','Helvetica Neue','Helvetica','Arial','Hiragino Sans','ヒラギノ角ゴシック',YuGothic,'Yu Gothic','メイリオ',Meiryo,'ＭＳ Ｐゴシック','MS PGothic';
  font-weight: 400;
  font-style: normal;
}

.top-info {
  max-width: 720px; 
  margin: 0 auto; 
  /*padding: 0 5%;*/
  display:block; 
  text-align:center; 
  font-size:120%; 
  line-height:2;
}

.adventCalendar {
  /*max-width: 720px;
  margin: 2em auto -2em; 
  padding: 0 15%;*/
}

.product-list__price {
  color: #909090;
}

/*@media (max-width: 768px) {
  .bx-caption {
    padding: 0;
  }
}*/

@media (min-width: 960px) {
  .carousel-box {
	width:			400px;
	height:			300px;
  }
  .carousel-box .carousel-box-caption {
	font-size:		160%;
	text-align: 		center;
	padding-top:		35px;
	color:			#fff;
  }
}
.carousel-box {
	/*width:			400px;*/
	/*height:			300px;*/
	overflow:		hidden;
	margin:			0;
	position:		relative;	/* 相対位置指定 */
}
.carousel-box .carousel-box-caption {
	/*font-size:		160%;*/
	text-align: 		center;
	/*padding-top:		35px;*/
	color:			#fff;
}
.carousel-box .carousel-box-mask {
	width:			100%;
	height:			100%;
	position:		absolute;	/* 絶対位置指定 */
	top:			0;
	left:			0;
	opacity:		0;	/* マスクを表示しない */
	background-color:	rgba(0,0,0,0.4);	/* マスクは半透明 */
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
}
.carousel-box:hover .carousel-box-mask {
	opacity:		1;	/* マスクを表示する */
}

/*森が追加 End*/

.section__block--top-page {
  max-width: 1100px;
}

.slider {
  margin-top: 0;
}
.slider .bx-wrapper {
  margin-bottom: 0;
}
.slider .bx-wrapper .bx-caption {
  text-align: center;
  top: 0;
  bottom: auto;
}

#slider img {
  display: block;
  margin: 0 auto;
}

.banner__section {
  margin-top: 2px;
}

.news__lists {
  list-style-type: none;
  margin: 0 0 2em;
}

.news__list {
  margin-bottom: .5em;
}

.news__date {
  margin-right: 1em;
}
