@charset "UTF-8";
/* CSS Document */

#booth{
	width:980px;
	margin: 30px auto;
	font-size: 16px;
	position: relative;
	min-height: 500px;
}
#booth h1{
	min-height: 63px;
	text-align: left;
	padding:15px 0 0 0;
	font-size: 26px;
	color: #dd5c07;
}
#booth .search{
	position: absolute;
	right: 0;
	top:100px;
	border-left: 1px solid #dd5c07;
	padding: 30px 15px 15px 15px;
	
}
#booth .copy{
	color: #FF0000;
}
#booth .search h3{
	text-align: center;
	font-size: 18px;
}
#booth ul.search-box{
	margin: 10px 0;
}
#booth ul.search-box li{
	padding: 15px 0;
	font-weight: bold;
}
#booth ul.search-box li p{
}
#booth ul.search-box form input[type="submit"] {
	display: inline-block;
	width: 35px;
	height: 35px;
	background: url(../img2023/btn_search.png) left top no-repeat;
	-webkit-background-size: 27px 32px;
	background-size: 27px 32px;
	text-indent: -9999px;
	border: none;
	position: relative;
	margin: 0;
	top: 2px;
	cursor:pointer;
}
#booth ul.search-box form input[type="text"] {
	width: 275px;
}

#booth ul.list li span.num,
#booth ul.list li p.name{
	float: left;
	height: 70px;
	padding: 5px 0 5px 10px;
}
#booth ul.list li span.num{
	border-right:1px solid #dd5c07;
	min-width: 85px;
		display: -webkit-flex;
 	display: flex;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
 -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
 justify-content: center; /* 横方向中央揃え */
}
#booth ul.list li p.name{
		display: -webkit-flex;
 	display: flex;
 	-webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
 align-items: center; /* 縦方向中央揃え */
}
#booth ul.list li{
	border-bottom: 1px solid #dd5c07;
	font-size: 20px;
	margin: 5px 0;
}
#booth ul.list li a{
	color: #000;
}
#booth ul.list li:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#booth .list-wrap{
	width: 550px;
}
#booth .pager .wp-pagenavi span{
	padding: 10px;
}
#booth .pager .wp-pagenavi a{
	padding: 10px;
}


/*詳細ページ*/
#booth .back{
	background: #dd5c07;
	text-align: center;
	padding:5px;
	width: 150px;
	position: absolute;
	right: 0;
	top:15px;
}
/*
#booth .next{
	width: 150px;
	margin: 0 auto;
	right: 0;
	top:15px;
}*/
#booth .back a{
	color: #FFF;
}
/*
#booth .rightbox{
	width: 260px;
	position: absolute;
	right: 0;
	top:155px;
	background: #CDC9C9;
}*/
#booth .detail{
	margin-top: 20px;
}
#booth .detail h4{
	padding: 10px 0;
	border-bottom: 1px solid #dd5c07;
	font-size: 24px;
}
#booth .detail span.num{
	text-align: center;
	padding: 10px;
	margin-right: 10px;
}
#booth ul.page-navigation{
	margin: 30px 0;
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	justify-content:center;
}
#booth ul.page-navigation li{
	width:150px;
}
#booth ul.page-navigation li.prev{
	background:url(../img2023/btn_prev.png) no-repeat left center;
	padding:15px 15px 15px 50px; 
}
#booth ul.page-navigation li.next{
	background:url(../img2023/btn_next.png) no-repeat right center;
	padding:15px 50px 15px 15px; 
	text-align: right;
}
#booth ul.booth-detail{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
	margin-top: 15px;
}
#booth ul.booth-detail li{
	width:565px;
}
#booth ul.booth-detail li:nth-child(1){
	margin-right: 15px;
}
#booth ul.booth-detail li.noimage{
	background:#E5E5E5;
	width:563px;
	height:300px;
	border: 1px solid #999;
	margin-right: 0;
}
#booth .items h5{
	font-size: 20px;
	border-bottom: 1px solid #dd5c07;
	padding: 10px 10px 10px 0;
	position: relative;
}
#booth .items h5 p{
	position: absolute;
	font-size: 14px;
	top: 15px;
	right: 0;
	text-align: right;
	color: #FF0000;
	font-weight: bold;
}
#booth .items h5 span{
	font-size: 12px;
	font-weight: normal;
	color: #000;
}
#booth .items ul li{
	margin: 15px 0;
	padding: 15px 0;
	border-bottom: 1px dotted #dd5c07;
}
#booth .items ul li::before {
    padding: 3px;
    background: #dd5c07;
    color: #FFF;
    text-align: center;
    margin-bottom: 15px;
    display: block;
    max-width: 30px;
}
#booth .items ul li:nth-child(1)::before {
    content: '1';
}
#booth .items ul li:nth-child(2)::before {
    content: '2';
}
#booth .items ul li:nth-child(3)::before {
    content: '3';
}
#booth .items ul li:nth-child(4)::before {
    content: '4';
}
#booth .items ul li:nth-child(5)::before {
    content: '5';
}
#booth .items ul li:nth-child(6)::before {
    content: '6';
}
#booth .items ul li:nth-child(7)::before {
    content: '7';
}
#booth .items ul li:nth-child(8)::before {
    content: '8';
}
#booth .items ul li:nth-child(9)::before {
    content: '9';
}
#booth .items ul li:nth-child(10)::before {
    content: '10';
}
#booth .items ul li:nth-child(11)::before {
    content: '11';
}
#booth .items ul li:nth-child(12)::before {
    content: '12';
}
#booth .items ul li:nth-child(13)::before {
    content: '13';
}
#booth .items ul li:nth-child(14)::before {
    content: '14';
}
#booth .items ul li:nth-child(15)::before {
    content: '15';
}
#booth .items ul li:nth-child(16)::before {
    content: '16';
}
#booth .items ul li:nth-child(17)::before {
    content: '17';
}
#booth .items ul li:nth-child(18)::before {
    content: '18';
}
#booth .items ul li:nth-child(19)::before {
    content: '19';
}
#booth .items ul li:nth-child(20)::before {
    content: '20';
}
#booth .items ul li:nth-child(21)::before {
    content: '21';
}
#booth .items ul li:nth-child(22)::before {
    content: '22';
}
#booth .items ul li:nth-child(23)::before {
    content: '23';
}
#booth .items ul li:nth-child(24)::before {
    content: '24';
}
#booth .items ul li:nth-child(25)::before {
    content: '25';
}
#booth .items ul li:nth-child(26)::before {
    content: '26';
}
#booth .items ul li:nth-child(27)::before {
    content: '27';
}
#booth .items ul li:nth-child(28)::before {
    content: '28';
}
#booth .items ul li:nth-child(29)::before {
    content: '29';
}
#booth .items ul li:nth-child(30)::before {
    content: '30';
}
#booth .items ul li:nth-child(31)::before {
    content: '31';
}
#booth .items ul li:nth-child(32)::before {
    content: '32';
}
#booth .items ul li:nth-child(33)::before {
    content: '33';
}
#booth .items ul li:nth-child(34)::before {
    content: '34';
}
#booth .items ul li:nth-child(35)::before {
    content: '35';
}
#booth .items ul li:nth-child(36)::before {
    content: '36';
}
#booth .items ul li:nth-child(37)::before {
    content: '37';
}
#booth .items ul li:nth-child(38)::before {
    content: '38';
}
#booth .items dl{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
	-ms-flex-pack:distribute;
}
#booth .items dl dd{
	padding-right: 10px;
}
#booth .items ul li img.country{
	width:25px;
}
#booth .items ul li .name{
	font-size:20px;
}
#booth .items ul li .open-price{
	text-align: right;
	font-size: 0.9em;
}
#booth .items ul li .datas{

}
#booth .items ul li .wrap-prices{
	text-align: right;
}
#booth .items ul li .datas .data{
	background: #fcf3e0;
	padding-top:0.5em;
	padding-left:0.5em;
	margin:0.5em 0;
}
#booth .items ul li .datas .grape{
	margin-top:0.5em;
	padding-left: 0.5em;
	font-size: 0.9em;
}
#booth .items ul li .datas .price{
	text-align: right;
	margin-bottom:0.5em;
}
#booth .items ul li .datas .price strong{
	color: #FF0000;
}
#booth .items ul li#item18249 span.mea{
	display: none;
}
#booth .items ul li .datas:after{
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#winesearchlist .name{
	width: 580px;
	display: table-cell;
	vertical-align: middle;
	font-weight: bold;
	padding: 15px 0;
	border-bottom: 1px solid #dd5c07;
}
#winesearchlist .name img.country{
	width: 30px;
}
@media only screen and (max-width: 800px) {
	#booth{
	width:90%;
	margin: 15px auto;
	font-size: 14px;
	min-height: inherit;
	position: static;
	}
	#booth .search{
	position:inherit;
	padding:30px 15px 15px 15px;
	border-left:none;
	}
	#booth ul.search-box{
	margin: 0;
}
	#booth .list-wrap{
	width:100%;
	}
	#booth ul.list li{
		font-size: 14px;
	}
	#booth ul.booth-detail{
		display: inherit;
}
	#booth ul.booth-detail li{
		width:100%;
		margin-right:0;
	}
	#booth ul.booth-detail li.noimage{
		background:#E5E5E5;
		width: 298px;
		height: 224px;
		border: 1px solid #999;
		margin-right: 0;
		margin-top: 10px;
	}
	#booth .items{
		margin-top: 20px;
	}
	#booth .items h5{
		position: static;
	}
	#booth .items h5 p{
		position: inherit;
		text-align: left;
	}
	#booth .items ul li .datas p{
	float:none;
}
	#booth .items ul li .datas p.data{
	width:100%;	
}
#booth .items ul li .datas p.price{
	text-align: right;
	width:100%;
}
	#booth .back{
	position:inherit;
}
	#booth ul.search-box form input[type="text"] {
	width: 180px;
}
#booth ul.list li span.num{
	width:8%;
	padding:2%;
	min-width: inherit;
}
#booth ul.list li p.name{
	width: 83%;
	padding: 2%;
}
.items ul li#item27549 dl dd:first-child,
.items ul li#item27550 dl dd:first-child,
.items ul li#item27551 dl dd:first-child,
.items ul li#item27552 dl dd:first-child,
.items ul li#item27553 dl dd:first-child,
.items ul li#item27554 dl dd:first-child,
.items ul li#item27555 dl dd:first-child,
.items ul li#item27556 dl dd:first-child,
.items ul li#item27557 dl dd:first-child,
.items ul li#item27558 dl dd:first-child,
.items ul li#item27559 dl dd:first-child,
.items ul li#item27560 dl dd:first-child,
.items ul li#item27561 dl dd:first-child,
.items ul li#item27562 dl dd:first-child,
.items ul li#item27563 dl dd:first-child,
.items ul li#item27564 dl dd:first-child,
.items ul li#item27565 dl dd:first-child,
.items ul li#item27566 dl dd:first-child,
.items ul li#item27567 dl dd:first-child,
.items ul li#item27568 dl dd:first-child,
.items ul li#item27569 dl dd:first-child,
.items ul li#item27570 dl dd:first-child,
.items ul li#item27571 dl dd:first-child,
.items ul li#item27572 dl dd:first-child,
.items ul li#item27573 dl dd:first-child,
.items ul li#item27574 dl dd:first-child,
.items ul li#item27575 dl dd:first-child,
.items ul li#item27576 dl dd:first-child,
.items ul li#item27577 dl dd:first-child,
.items ul li#item27578 dl dd:first-child,
.items ul li#item27586 dl dd:first-child,
.items ul li#item27587 dl dd:first-child,
.items ul li#item27588 dl dd:first-child

 {
display: none;
}


}



