/*管理画面調整用*/

.gjs-dashed .sliderControl * {
	position: static !important;
	padding: 0 !important;
	height: auto;
}

.gjs-dashed .sliderControl .carousel-item {
	width: 32%;
	margin: 1.2% 0.6% 0;
	display: block;
	opacity: 1;
	padding: 7px !important;
}

.gjs-dashed .sliderControl .carousel-inner {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.gjs-dashed .sliderControl .indicator {
	padding: 7px !important;
}

/*表示側*/


.indicator:hover {
    cursor: pointer;
}

.carousel-control-prev {
    left: -16px !important;
    width: auto !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.carousel-control-next {
    right: -16px !important;
    width: auto !important;
    top: 50% !important;
    bottom: auto !important;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}

.carousel-indicators .active {
	opacity: .8;
}

.indicator{
	transition: .5s;
	padding: 72.73% 0 0;
	width: 100%;
	position: relative;
}

.indicator:hover{
	opacity: .7;
	transition: .5s;
}


.indicator > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.carousel-indicators {
	position: static;
	margin: 5px 0 0;
	flex-wrap: wrap;
	justify-content: flex-start;
	grid-template-columns: repeat(5, 1fr);
	gap: 6px;
	display: grid;
}

.carousel-item > img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

.carousel-inner {
	padding: 0px 0 72.73%;
	overflow: visible;
	margin: 0 auto;
	height: 0;
}

.carousel-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	width: auto;
	height: 100%;
}

.afterCarouselInner {
	margin: 75px 0 0 0 !important;
	padding: 0 0 66.9%;
	overflow: visible;
}

.carousel-control-next-icon,
.carousel-control-prev-icon {
	display: inline-block;
	width: 31px;
	height: 31px;
	-webkit-background-size: 100%;
	background-size: 100%;
	background-repeat: no-repeat;
	background-position: center center;
	border-radius: 50%;
}

.carousel-control-prev-icon {
    background-image: url(/system_panel/uploads/images/slider_prev_icon.svg);
}

.carousel-control-next-icon {
    background-image: url(/system_panel/uploads/images/slider_next_icon.svg);
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

@media screen and (min-width: 768px) {

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

.carousel-control-prev {
    left: -42px !important;
    width: auto !important;
}

.carousel-control-next {
    right: -42px !important;
    width: auto !important;
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

} /* min-width: 768px ここまで */

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */