/*管理画面調整用*/

.gjs-dashed .indicator:hover {
    cursor: pointer;
}

.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;
}

/*表示側*/

.info-slider-box .carousel-item img {
    border-radius: 8px;
    overflow: hidden;
}

.info-slider-box .indicator {
    border-radius: 8px;
    overflow: hidden;
}

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

.indicator{
	transition: .5s;
	border: 1px solid #CCC;
	padding: 0 0 16.1% 0;
	margin: 0.5%;
	width: 32.3%;
	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: 10px -0.5% 0;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.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 100%;
	overflow: hidden;
	margin: 0 auto;
	height: 0;
	background: rgb(253, 248, 249);
	background: linear-gradient(119deg, rgba(253, 248, 249, 0.91) 0%, rgba(248, 241, 237, 0.91) 50%, rgba(233, 251, 253, 0.91) 100%);
}

.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: 30px;
	height: 30px;
	-webkit-background-size: 60% 60%;
	background-size: 60% 60%;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: rgba(30,30,30,0.1);
	outline: #000000;
	border-radius: 50%;
	border: 1px solid rgba(30,30,30,0);
}

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

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

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

.indicator{
	width: 24%;
}

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

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

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