@charset "UTF-8";

/* --------------------------------------
slider
-------------------------------------- */
.goodsdetail_slider .loading_icon:before {
	content: url("./icon_loader.gif");
	display: block;
	text-align: center;
	color: #000;
	font-weight: bold;
	font-size: 5vw;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	margin: 45vw auto;
}

.goodsdetail_slider {
	position: relative;
	padding-top: 0;
	margin-bottom: 20px;
}
.goodsdetail_slider.loading .goods_flexslider {
	opacity: 0;
}

.goodsdetail_slider .flex-control-nav {
	display: none;
}

.goodsdetail_slider .flex-direction-nav {
	position: absolute;
	display: flex;
	justify-content: center;
	bottom: 0;
	margin: auto;
	left: 0;
	right: 0;
}

.goodsdetail_slider .flex-direction-nav li {
	margin: 0 10vw 0;
	width: 35px;
	height: 35px;
	font-size: 0;
	display: flex;
	align-items: center;
}

.goodsdetail_slider .flex-direction-nav li:last-child {
	right: 0;
}

.goodsdetail_slider .flex-direction-nav a {
	text-decoration: none;
}

.goodsdetail_slider .flex-direction-nav a:before {
	display: inline-block;
	font-size: 31px;
	opacity: 0.7 !important;
	color: #28a4ed;
}

.goodsdetail_slider .flex-direction-nav a.flex-prev:before {
	font-family: 'Material Icons' !important;
	content: '\eaa7' !important;
}

.goodsdetail_slider .flex-direction-nav a.flex-next:before {
	font-family: 'Material Icons' !important;
	content: '\eaaa' !important;
}

.goodsdetail_slider .custom_nav_number {
	width: 60px;
	text-align: center;
	margin: 10px auto;
	background: rgba(0, 0, 0, 0.5);
	border-radius: 30px;
	color: #fff;
	font-size: 0.9em;
	padding: 0.3em;
}

@media (max-width: 320px) {
	.goodsdetail_slider .flex-direction-nav a {
		margin: 10px 25vw 0;
		top: 1vw;
	}

	.goodsdetail_slider .deviceSP .flex-control-paging li a {
		width: 10px !important;
		height: 10px !important;
	}
}

/* --------------------------------------
カスタムナビ（スライド左右に矢印アイコン）
-------------------------------------- */

.goodsdetail_slider .flex-direction-nav.custom-flex-direction-nav {
	position: absolute;
	display: flex;
	justify-content: space-between;
	bottom: 0;
	top: 0;
	left: 0;
	right: 0;
	height:40px;
	margin: auto;
}
.goodsdetail_slider .flex-direction-nav.custom-flex-direction-nav li {
	margin: 0 0 0;
		width: auto; 
		height: auto; 
	font-size: 0;
	display: flex;
	align-items: center;
}

.goodsdetail_slider .flex-direction-nav.custom-flex-direction-nav a.flex-next:before {
	font-family: 'Material Icons' !important;
	content: '\e5cc' !important;
}
.goodsdetail_slider .flex-direction-nav.custom-flex-direction-nav a.flex-prev:before {
	font-family: 'Material Icons' !important;
	content: '\e5cb' !important;
}
.goodsdetail_slider .flex-direction-nav.custom-flex-direction-nav a:before {
	display: inline-block;
	font-size: 50px;
	opacity: 0.5 !important;
	color: #4a4a4a;
}