@charset "utf-8";

/*管理画面調整用*/
.sliderControl * {
	position: static !important;
	padding: 0 !important;
}

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

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

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

/*表示側*/
.indicator{
	transition: .5s;
	/* border: 1px solid #CCC; */
	padding: 0 0 14% 0;
	margin: 0 0.5%;
	width: 19%;
	position: relative;
}

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

.indicator:nth-of-type(n + 6) {
	margin: 1% 0.5% 0;
}

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

.carousel-indicators {
	position: static;
	margin: 10px -0.5% 0;
	flex-wrap: wrap;
	justify-content: flex-start;
}

.carousel-indicator {
	width: 20%;
	position: relative;
	height: 0;
	padding: 0 0 15%;
	cursor: pointer;
	transition: 0.3s;
}

.carousel-item {
	position: relative;
	padding: 0 0 66.9%;
}

.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: 0 0 75%;
	overflow: hidden;
}

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

.cate {
    font-size: 13px;
    border: solid 1px #111;
    display: inline-block;
    line-height: 1.6;
    padding: 5px 15px 4px;
    min-width: 140px;
    text-align: center;
    margin: 0 auto 10px;
}

.price {
    line-height: 1.3;
    font-size: 18px;
    margin: 0 0 10px;
}

.productTxtAr .tit {
    margin: 0 0 10px;
}

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

.carousel-indicator:hover {
    opacity: 0.7;
    transition: 0.3s;
}




/* 20240314@kajwiara追加分 */
.carousel-item>span {
    display: block;
    position: absolute;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
}

.carousel-item>img:empty+span {
    display: none;
}

.productMenuAnker {
    max-width: 1140px;
    margin: 0 auto;
}

.productMenuAnker > section {
	/* max-width: 1080px; */
	/* width: 100%; */
	/* margin: -20px auto 0 auto; */
	/* display: flex; */
	/* flex-wrap: wrap; */
}

.productAnkerBx {
	width: 50%;
    padding: 0 15px 0 15px;
    margin: 20px 0 0 0;
}

.productMain {
    max-width: 1140px;
    margin: 0 auto;
}

.innerProductWrap {
    margin: 0 auto;
    padding: 20px 15px;
    border-bottom: 1px solid #D36A93;
    padding: 40px 0;
}

.productTxtAr {
	margin: 30px auto 0;
}

.txtBx {
    line-height: 1.6;
    margin: 0 0 10px;
}

.contentBx {
    margin: 35px auto 0;
    line-height: 1.6;
}

.pdfBx {
    margin: 20px auto 0;
}

.pdfBx > a {
    display: block;
    max-width: 200px;
    margin: 0 auto;
    text-align: center;
    border: solid 1px #D36A93;
    color: #D36A93;
    padding: 3px 10px 4px;
}

.pdfBx > a:hover {
    color: #fff;
    background: #D36A93;
}

/*カテゴリー*/

.productMenuAnker section {
    /* display: flex; */
    /* justify-content: flex-start; */
}

.cateItem {
    /* width: 50%; */
    /* padding: 0 10px; */
    /* margin-top: 10px; */
}

	.productMenuAnker section {
	    display: grid;
	    grid-template-columns: repeat(2,1fr);
	    gap: 10px;
	}


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

	.productAnkerBx {
        width: 33.3%;
	}
	
	.innerProductWrap {
		display: flex;
		justify-content: space-between;
		flex-direction: row;
		padding: 80px 15px;
	}
	
	.carousel {
		width: 36.8%;
	}
	
	.productTxtAr {
		width: 60%;
		margin: 0;
	}
		

	.pdfBx {
		margin: 20px auto 0;
	}
	
	.pdfBx > a {
		margin: 0 0 0 auto;
	}

	/*カテゴリー*/

	.productMenuAnker section {
	    display: grid;
	    grid-template-columns: repeat(4,1fr);
	    gap: 20px;
	}
	
	.cateItem {
	    /* width: 33.3%; */
	}

	
}






