@charset "utf-8";
/* CSS Document */

a {
	text-decoration: none;
	box-sizing: content-box; /* nivo対応 */
}

a:hover {
	color: #000;
}

a:link {
	text-decoration: none;
}

a:visited {
	color: #000;
}

a:activehover {
	color: #000;
}






#contents .gallery_sp_btn{ display: none;}




.full_gallery_tile{
	position: unset;
}

.gallery_name{
	line-height: 100%;
}

.hidden{
	display: none;
}



.page_number{
	display: inline-block;
	padding: 5px 8px;
	margin: 5px 2px;
	background: #33c3BB;
	color: #FFFFFF;
}

.current_page{
	background: #eeeeee;
	color: #606060;
}

#page_number_area{
	text-align: center;
}

.atttxt{
	font-size: 80%;
	line-height: 1.2em;
	color: #F03;
	padding-left: 1em;
	text-indent: -1em;
}


header .headerInner .spBox{ z-index: 9999;}

.dispNone{ display: none;}
#gallery .gallery-menu li p{ font-family: unset; font-weight: 600;}

#gallery .gallery-menu .search-text {
	padding-top: 1rem;
	display: flex;
	flex-wrap: wrap;
}
#gallerySpMenu select{
	border: none;
	width: 100%;
	font-family: unset;
	padding: 7px 1rem;
	font-weight: 600;
	background-color: #fbfbfb;
	border: solid 1px #e9e9e9;
}

#gallery .gallery-menu .search-text #galSubBtn {
	text-align: center;
	background: #947f28;
	line-height: 1.3em;
	padding: 0px 0.5rem 3px;
	color: #FFF;
	border-top: 3px solid #AD9944;
	border-left: 3px solid #AD9944;
	border-right: 3px solid #847225;
	border-bottom: 3px solid #847225;
	margin-left: 0.2em;
}

#gallery .gallery-menu h4 span{
	font-size: 12px;
}
#gallery .gallery-menu li p{
	padding: 2px;
	border: solid 1px #ededed;
	background: linear-gradient(to bottom, #ffffff 0%, #f7f7f7d9 50%, #f7f7f7db 51%, #ffffff 100%);
	/*-webkit-box-shadow: 0px 0px 3px 1px #f3f3f3;*/
	-webkit-box-shadow: unset;
}
#gallery .gallery-menu li{
	margin-bottom: 2px;
}
#gallery .gallery-menu li label{
	vertical-align: middle;
}



#gallery .gallery-box{ align-items: center;}
#gallery .gallery-box .num{ font-weight: 500;}

#gallery .gallery-box .full_gallery_tile .gallery_no{ display: flex; margin: 8px 0;}
#gallery .gallery-box .full_gallery_tile .gallery_no li{ -webkit-box-shadow:unset; margin: 0; padding: 0 10px 0 5px; width: 40%;}
#gallery .gallery-box .full_gallery_tile .gallery_no li p{ padding: 0;}
#gallery .gallery-box .full_gallery_tile .gallery_no .receiptBox{ padding: 0 5px 0 0; width: 60%;}

#gallery .gallery-box .full_gallery_tile .gallery_no .receiptBox p{
	color: #FFF;
	padding: 2px 0 0;
	text-align: center;
	border-radius: 15px;
	font-weight: 600;
	font-size: 95%;
}
.all_order{ background-color: #33C3BB;}
.store_only{ background-color: #e07297;}

.gallery_name{ height: 34px; overflow: hidden; line-height: 17px; white-space: pre-wrap; padding: 0; font-size: 96%; font-weight: 600; margin-bottom: 5px;}



.nivo-lightbox-theme-default .nivo-lightbox-close {
	display: block;
	background: url(./close.png) no-repeat 5px 5px;
	background-color: #999;
	width: 26px;
	height: 26px;
	text-indent: -9999px;
	padding: 5px;
	opacity: 0.5;
}

@media only screen and (max-width: 979px){
	#gallery .gallery-box ul {
		text-align: center;
		display: contents;
	}

	#contents .gallery_sp_btn{ display: block; margin-bottom: 0.5em;}
	#contents .menu-open{ text-align: center;}
	#contents .menu-open span{
		padding: 6px 16px;
		border-radius: 15px;
		border: solid 1px #6b6b6b;
		box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
		cursor: pointer;
		font-weight: bold;
	}

	#gallerySpMenu.searchClose{ display: none;}
	#gallerySpMenu.searchOpen{ display: block;}

	#gallery .gallery-menu .search-text{
		width: fit-content;
	}
	#gallery .gallery-menu .search-text input{
		height: unset;
		width: 150px;
		border-radius: 3px;
		border: solid 1px #CCC;
		padding: 0.5rem;
		line-height: 1.2;
	}
	#gallery .gallery-menu .search-text #galSubBtn{
		display: flex;
		align-items: center;
		padding: 0px 0.5rem;
	}
	#gallery .gallery-menu h4 {
		font-size: 145%;
		flex-wrap: wrap;
		display: flex;
		align-items: center;
		width: fit-content;
		margin: 0.6rem auto;
	}
	#gallery .gallery-menu h4 span {
		font-size: 11px;
		margin-left: 1em;
	}
	#gallery .gallery-menu ul{
		display: flex;
		flex-wrap: wrap;
	}
	#gallery .gallery-menu li{
		width: calc((100% - 8px) / 2);
		margin: 2px;
	}

	#gallery .gallery-menu li label{
		font-size: 120%;
		width: 90%;
		padding: 1px 10px;
	}
	.gallery-menu input[type=radio] + label::before,
	.gallery-menu input[type=checkbox] + label::before{
		margin-top: -8px;
	}

	#gallery #full_gallery_list #galleryArea{
		display: flex;
		flex-wrap: wrap;
	}
	#gallery #full_gallery_list #galleryArea li.full_gallery_tile{
		width: calc(97% / 3);
		margin: 0 auto;
	}
	#gallery .gallery-box .full_gallery_tile .gallery_no .receiptBox p {
		padding: 0;
	}
	.gallery_name {
		font-size: 13px;
	}

	#gallery .nivo-lightbox-wrap{
		top: 3%;
		bottom: 3%;
		left: 6%;
		right: 6%;
	}
}


@media only screen and (max-width: 680px){

	#gallery .gallery-menu .search-text{
		width: auto;
	}
	#gallery .gallery-menu h4 {
		text-align: left;
		font-size: 145%;
		flex-wrap: wrap;
		display: flex;
		align-items: center;
		width: auto;
	}

	#gallery #full_gallery_list #galleryArea li.full_gallery_tile{
		width: calc(97% / 2);
		margin: 0 auto;
	}
}



@media only screen and (max-width: 460px){
	#gallery .gallery-menu li {
		width: 100%;
		margin: 2px 0;
	}

	#gallery .gallery-box .full_gallery_tile .gallery_no li p{ font-size: 1.5rem;}

	.gallery_name {
		font-size: 100%;
	}
}


