@charset "utf-8";

/*===========================================================
Modal
===========================================================*/

.modal-content {
    background: url(/system_panel/uploads/images/body-bg.jpg) repeat-y, center / cover;
    border-radius: 0 !important;
}

.modal-backdrop.fade.show {
    z-index: 9999;
}

.modal, .modal-open {
    padding-right: 0 !important;
}

.staffItemWr {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
}

.inModalBody {
    padding: 25px;
}

.gallery-img-frame {
	width: 100%;
	height: 0;
	padding-top: 100%;
	background: #fff;
	position: relative;
}

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

.modalCloseBtn {
    margin: 30px auto 0;
}

.intModal01 {
    max-width: 96%;
    width: 96%;
    margin: 1rem auto 1rem auto;
    max-width: 400px;
}

.inDetailSliderBox {
    max-width: 580px;
    width: 100%;
	margin: 0 auto;
}

.gallery-date {
	display: inline-block;
    margin: 0 2% 0 0;
    font-size: clamp(12px, calc(0.75rem + ((1vw - 3.75px) * 0.3883)), 18px);
    font-family: "Lato", sans-serif;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #736F67;
}

.gallery-cate {
	display: inline-block;
	width: auto;
	margin: 0 0 15px;
	padding: 2px 10px;
	letter-spacing: 0.05em;
	color: var(--tertiary);
    border: 1px solid var(--tertiary);
	font-size: 16px;
}

.product-item .staffMainItemBox {
    transition: all .5s;
    margin: 0 auto;
    width: 100%;
    max-width: 375px;
}

.modalCloseBtn {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 220px;
    width: 100%;
    height: 50px;
    color: var(--base-body-color);
    background: var(--secondary);
    border-radius: 100vmax;
    transition: .3s;
    cursor: pointer;
    margin: 0 auto;
    font-size: 20px;
}

.modalCloseBtn:hover {
    color: var(--base-body-color);
    filter: brightness(1.2);
	transition: .3s;
}

.staffBtnSet {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    margin: 30px auto 0;
    flex-direction: column;
}



/*-----*/

.indicator{
	transition: .5s;
	border: 1px solid #CCC;
	padding: 0 0 100% 0;
	width: 100%;
	position: relative;
}

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

.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: auto;
	height: auto;
}

.carousel-indicators {
	position: static;
	display: grid;
	grid-template-columns: repeat(5, 1fr);
	gap: 5px;
	margin: 5px auto 0;
	width: 100%;
}

.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-item {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	max-width: 100%;
	max-height: 100%;
	width: auto;
	height: auto;
}

/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
@media screen and (min-width:544px) {
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */
/* ★★★★★★★★★★★★★★★★★★★★★★★★★★★★★★ */

/*===========================================================

===========================================================*/
.product-item .staffMainItemBox {
    max-width: 100%;
}
/*===========================================================
category
===========================================================*/

.gallery-btn-area section {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
}

/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */
} /* min-width: 544px ここまで */
/* ☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆☆ */

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

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

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

.gallery-area section {
	grid-template-columns: repeat(3, 1fr);
}

.intModal01 {
    max-width: 1000px;
}

.inModalBody {
    padding: 30px;
}

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

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

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

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

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

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

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

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

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