@charset 'utf-8';
/* CSS Document */
#textarea .top a {
  float: right;
  margin-right: 5%;
  font-size: 10px;
  color: #444;
  text-decoration: underline;
}

.midashi1 {
	position: relative;
	padding-top: 1.2em;
	padding-bottom: 1em;
	font-size: 24px !important;
	line-height: 150%;
	color: #9422a3;
	font-weight: normal;
	text-align: center;
}

/* グッズスクロールエリア */
.goodsslide {
	text-align: center;
	width: 98%;
	margin: 0 auto;
	padding-bottom: 5em;
}
.slick-slider div { transition: none; }
.goodsslide .itembox a {
	width: 100%;
	height: 100%;
	display: block;
}
.goodsslide .itembox a:hover {
	text-decoration: none !important;
	text-align: center !important;
}
.goodsslide .itembox .mg {
	margin-bottom: .5em;
}
.goodsslide .itembox .item_pict {
	width: 90%;
	height: auto;
	margin: 0 auto;
	border: 1px solid #EEEEEE;
	padding: .3em;
}
.goodsslide .itembox .item_pict:hover {
	opacity: .7;
}
.goodsslide .itembox p {
	font-size: 1em;
}
.goodsslide .itembox .item_name {
	margin-top: 1em;
	height: 60px;
}
.goodsslide .itembox .item_name:hover {
	text-decoration: none !important;
	text-align: center !important;
}
.goodsslide .itembox .item_price {
	font-weight: bold;
	color: #D80000;
}
.goodsslide .itembox .item_price:hover {
	text-decoration: none !important;
	text-align: center;
}
.goodsslide .itembox .item_detail {
	margin: 0 .5em;
	display: block;
	height: 70px;
	text-align: left;
	font-size: .9em;
}
.goodsslide .itembox .item_detail:hover {
	text-decoration: none !important;
	text-align: left;
}
.goodsslide .itembox .item_none {
	display: none;
}
.goodsslide .itembox .btn_area {
	margin: 0 .5em .9em .5em;
}
.goodsslide .itembox .btn_area:hover {
	opacity: .7;
}
.goodsslide .itembox .btn_area span {
	display: block;
	padding: .5em;
	border-radius: .3em;
	background: #ff9f32;
	color: #FFF;
	text-align: center;
}
.goodsslide .slick-prev,.goodsslide .slick-next {
	border: none;
	text-indent: -999px;
}
.goodsslide .slick-prev {
	left: 0;
	bottom: 3em;
	z-index: 100;
}
.goodsslide .slick-next {
	right: 0;
	bottom: 3em;
}
.goodsslide.slick-dotted.slick-slider {
	margin-bottom: 0;
}
.goodsslide .slick-dots {
	bottom: 0;
	margin: 0 15px;
}
.goodsslide .slick-dots li {
	text-align: center;
}
.slick-dots li button:before {
	content: "&middot;" !important;
}
