/*--------------------------------------------
	Welcart 
--------------------------------------------*/
.widget_welcart_calendar th {
	background: var(--brand-earth-color);
}

.custom_opt_wrap {
	display: flex;
	margin-bottom: 15px;
	align-items: center;
	gap: 15px;
}
.custom_opt_title {
	font-weight: bold;
}
div#img-box:before {
	content: "タップで拡大表示";
	text-align: center;
	display: block;
}
#itempage .itemsubimg {
	position: relative;
	max-height: 180px;
	margin: 3% 0 0;
	transition: all .5s;
}
#itempage .itemsubimg:before {
	content:'';
	width: 100%;
	height: 60%;
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	background: linear-gradient(to bottom, transparent, var(--brand-natural-color) 80%);
}
#itempage .itemsubimg.open:before{
	background:none;
}
#itempage .itemsubimg div {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
#itempage .itemsubimg .more_picture {
	position: absolute;
	bottom: 15%;
	left: 10%;
	right: 10%;
	background: #FFF;
	max-width: 150px;
	padding: 5px;
	margin: auto;
	text-align: center;
	border: 1px solid #1c1c1c;
	cursor: pointer;
	justify-content: center;
}
#itempage .itemsubimg.open .more_picture {
	display: none;
}
#itempage .itemsubimg a {
	margin: 0;
	float: unset;
	display: block;
	width: calc(25% - (5px / 4 * 3));
	position: relative;
	overflow: hidden;
}
#itempage .itemsubimg a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
#itempage .itemsubimg img {
	object-fit: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
}
select {
	background-color: #FFF;
}
#toTop {
	position: fixed;
	right: 5%;
	bottom: 5%;
}
.assistance_item li .detail h4{
	height:unset;
}
.lum-lightbox-inner img{
	min-height:75%;
}
p.item_name {
	margin-bottom: .5em;
}
.assist_price {
	font-family: "Rubik", "Zen Old Mincho", serif, sans-serif;
	text-align: right;
}
.slit a {
	position: relative;
	overflow: hidden;
	display:block;
}
.slit a:before {
	content: "";
	display: block;
	padding-top: 100%;
}
.slit a img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#itempage .item-info {
	padding-top: 0;
}
.item-description {
	clear: both;
}
.widget_welcart_bestseller .itemimg{
	float:unset;
	width:100%!important;
}
.widget_welcart_bestseller .itemname,.widget_welcart_bestseller .itemprice{
	width:100%;
}
@media only screen and (max-width:420px){
	.detail-box {
		background: #fdffc6;
		padding: 10px;
		margin: auto -3% 5%;
	}
}
.incart-btn a {
	background-color: var(--brand-accent-color);
}
