#shopnavi{
	width: 100%;
    position: fixed;  
	top:46px;
	z-index: 10;
	background-color: #FFFFFF;
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
    border-bottom: 1px solid #b6b6b6;
	font-size: clamp(7px, 2.3vw, 10px);
}
#shopnavi a{
	margin-left: 10px;
	margin-right: 10px;
	text-decoration: none;
	color: #6B6B6B;
	z-index: 9;
}
#shopnavi .shop-label{
	margin-left: 10px;
	font-size: clamp(7px, 2.3vw, 10px);
}
#shop-btn-check {
    display: none;
}
#shop-btn-check:checked ~ .shop-back {
	left: 0;
}
.shop-back{
	width: 100%;
	height: 100%;
    position: fixed;
    top: 76px;
    left: -100%;
    z-index: 8;
	background-color: rgba(0,0,0,0.47);
    //transition: all 0.5s;
}
.shop-content {
	width: 100%;
	max-width: 360px;
    height: 100%;
    position: fixed;
    top: 76px;
    left: -100%;
    z-index: 8;
    background-color: #FFFFFF;
    transition: all 0.5s;
    border: 1px solid #b6b6b6;

	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.shop-content:after{
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #b6b6b6;
    position: absolute;
    top: -10px;
    left: 17px;
}
#shop-btn-check:checked ~ .shop-content {
	left: 0;
}
.shop-content ul {
	margin: 0px;
	padding: 0px 10px 0px 10px;
}
.shop-content ul li {
	margin: 0px;
	padding: 0px;
    border-bottom: solid 0.5px #b6b6b6;
    list-style: none;
}
.shop-content ul #space{
	height: 76px;
    border-bottom: none;
}
.shop-content ul li a, .shop-content ul li label{
	text-align: left;
    display: block;
    width: 100%;
    text-decoration: none;
    padding: 10px 0px 10px 0px;
	margin-left: 10px;
    position: relative;
}
.shop-content ul li a::before {
    content: "";
    width: 7px;
    height: 7px;
    border-top: solid 1px #b6b6b6;
    border-right: solid 1px #b6b6b6;
    transform: rotate(45deg);
    position: absolute;
    right: 25px;
    top: 14px;
}
#sd{
	display: inline-block;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
	height: 20px;
	//width: 35px;
	margin: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	border: 1px solid #b6b6b6;
	text-align: center;
	font-size: clamp(7px, 2.3vw, 10px);
}
#shop-r{
	text-align: right;
	margin-top: 3px;
	margin-right: 5px;
}
#shop-r a{
	margin: 0px;
}
#shop-r label{
	margin: 0px;
}
#shop-r IMG{
	margin: 5px;
}
.shop-content2 {
	width: 100%;
	padding: 0px;
    height: 30px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 8;
    background-color: #FFFFFF;
    transition: all 0.5s;
    border: 1px solid #b6b6b6;
}
.shop-content2:after{
    content: "";
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 5px solid #b6b6b6;
    position: absolute;
    top: -10px;
    left: 17px;
}
#shop-btn-check2:checked ~ .shop-content2 {
	top: 46px;
}
.shop-content2 INPUT{
	height: 28px;
	width: auto;
	margin: 0px;
	border-radius: 3px;
	border: 1px solid #b6b6b6;
	text-align: right;
	position: absolute;
	top: 1px;
	left: 40px;
	right: 80px;
}
.shop-content2-s{
    position: absolute;
	top: 3px;
	left: 6px;
}
.shop-content2-d{
    position: absolute;
	top: 3px;
	right: 6px;
}
.shop-content2 a{
    position: absolute;
	top: 5px;
	right: 44px;
	font-size: 14px;
}

.shop {
	width: 90%;
	display: grid;
    grid-template-columns: 1fr 248px;
	grid-gap: 10px;
	overflow: hidden;
}
.shop2 {
	width: 100%;
	overflow-x: scroll;
	-webkit-overflow-scrolling: touch;
	display: -ms-flexbox;
	display: flex;
}
.shop {
  grid-template-columns: repeat(auto-fill, minmax(130px, 1fr));
}
.shop > .items {
}
.shop2 .items {
	//width: 110px;
	max-width: 200px;
	margin-left: 20px;
	flex: 0 0 40%;
}
.shop2 .items3 {
	//width: 110px;
	max-width: 20px;
	flex: 0 0 40%;
}

.items a {
    text-decoration:none; 
}
.items IMG{
	width: 100%;
	object-fit: cover;
	aspect-ratio: 1 / 1.3;
	border-radius: 15px;
}
.items H2, .item H2{
	font-size: clamp(8px, 2.3vw, 12px);
	width: 90%;
	text-align: left;
	margin: 5%;
}

.item {
	width: 90%;
}
.item IMG{
	width: 100%;
	max-width: 300px;
	margin: 10px 10px 0px 0px;
}
.item p{
	text-align: left;
}
.item #btn{
	height: 30px;
	padding-top: 6px;
	padding-bottom: 9px;
	margin-left: 5px;
	text-align: center;
	background: #73AFC9;
	border-radius: 3px;
	border: 1px solid #73AFC9;
	transition: all.2s;
	font-size: clamp(5px, 2.3vw, 10px);
	color: #ffffff;
	text-shadow: 0 0 2px rgba(255,255,255,.6);
}
.item .sd{
	display: inline-block;
	height: 30px;
	margin: 3px;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 3px;
	border: 1px solid #b6b6b6;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	appearance: none;
	outline: none;
}

.menu-content ul li p {
	text-align: left;
	color: #ffffff;
	font-size: clamp(10px, 2.3vw, 16px);	
}

#paged, #paged2{
	width: 80%;
	min-width: 300px;
	text-align: left;
	color: #6B6B6B;
}
#paged2{
	margin-top: 25px;
	margin-bottom: 5px;
}
#paged p a, #paged2 p a, #topbox p{
	font-size: clamp(12px, 2.3vw, 18px);	
}