/* ------------------------------
   tasting
------------------------------ */
#tasting{
	max-width: 780px;
	margin: 15px auto 50px auto;
}
#tasting a{
	color: #FF7900;
}
#tasting h1.page-ttl{
	text-align: center;
	font-size: 32px;
	line-height: 1.5;
	color: #410000;
	font-weight:bold;
	padding:5px 0 0 60px;
	background:url("../img/ico_bottle.png") no-repeat;
	background-size: 57px 57px;
	text-align: left;
}
#tasting h2{
	font-size:28px;
	font-weight: bold;
	text-align: center;
	color: #410000;
	margin-top: 10px;
	line-height: 1.2;
	border-top:1px solid #410000;
	border-bottom:1px solid #410000;
	padding: 0.5em 0;
	}
#tasting h2 br{
	display:none;
}
#tasting h3{
	font-size: 16px;
	}

@media only screen and (max-width:979px){
	#tasting{
	width:90%;
	margin: 15px auto 30px auto;
	background: none;
	border: none;
	padding: 0;
	}
	#tasting h1.page-ttl{
	font-size: 20px;
	padding:5px 0 0 40px;
	background-size: 35px 35px;
	padding-left: 40px;
	}
	#tasting h2{
	font-size:18px;
	margin-top: 10px;
	}
	#tasting h2 br{
	display:inherit;
	}
	#tasting h3{
	font-size: 14px;
	}
}


#tasting dl.tasting-list{
	margin: 0 auto;
}
#tasting dl.tasting-list dt{
		padding: 10px 0 10px 1%;
	}
#tasting dl.tasting-list dd{
	border-bottom: 1px solid #CCC;
}
#tasting dl.tasting-list dd{
	white-space: nowrap;
}
@media only screen and (max-width:979px){
	#tasting dl.tasting-list dd{
		padding-bottom: 10px;
	}
}
@media only screen and (min-width:980px){
	#tasting dl.tasting-list{
		display: flex;
		flex-wrap: wrap;
	}
	#tasting dl.tasting-list dt{
		border-bottom: 1px solid #CCC;
		width: 80%;
	}
	#tasting dl.tasting-list dd{
		width: 19%;
	}
}
@media only screen and (min-width:640px){
	#tasting .display-sp{
		display: none;
	}
}
#tasting span.num {
    color: #410000;
    font-weight: bold;
    padding: 0.25em;
    margin-right: 0.5em;
    display: block;
}
/*
#tasting dl.tasting-list dt::before{
	color: #410000;
	font-weight: bold;
	padding: 0.25em;
	margin-right: 0.5em;
	display: block;
}
#tasting dl.tasting-list.ja dt:nth-child(1)::before{
	content: 'No.01 '
}
#tasting dl.tasting-list.ja dt:nth-child(3)::before{
	content: 'No.02 '
}
#tasting dl.tasting-list.ja dt:nth-child(5)::before{
	content: 'No.03 '
}
#tasting dl.tasting-list.ja dt:nth-child(7)::before{
	content: 'No.04 '
}
#tasting dl.tasting-list.ja dt:nth-child(9)::before{
	content: 'No.05 '
}
#tasting dl.tasting-list.ja dt:nth-child(11)::before{
	content: 'No.06 '
}
#tasting dl.tasting-list.ja dt:nth-child(13)::before{
	content: 'No.07 '
}
#tasting dl.tasting-list.ja dt:nth-child(15)::before{
	content: 'No.08 '
}
#tasting dl.tasting-list.ja dt:nth-child(17)::before{
	content: 'No.09 '
}
#tasting dl.tasting-list.ja dt:nth-child(19)::before{
	content: 'No.10 '
}
#tasting dl.tasting-list.ja dt:nth-child(21)::before{
	content: 'No.11 '
}
#tasting dl.tasting-list.ja dt:nth-child(23)::before{
	content: 'No.12 '
}
#tasting dl.tasting-list.ja dt:nth-child(25)::before{
	content: 'No.13 '
}
#tasting dl.tasting-list.ja dt:nth-child(27)::before{
	content: 'No.14 '
}
#tasting dl.tasting-list.ja dt:nth-child(29)::before{
	content: 'No.15 '
}
#tasting dl.tasting-list.ja dt:nth-child(31)::before{
	content: 'No.16 '
}

#tasting dl.tasting-list.sco dt:nth-child(1)::before{
	content: 'No.17 '
}
#tasting dl.tasting-list.sco dt:nth-child(3)::before{
	content: 'No.18 '
}
#tasting dl.tasting-list.sco dt:nth-child(5)::before{
	content: 'No.19 '
}
#tasting dl.tasting-list.sco dt:nth-child(7)::before{
	content: 'No.20 '
}
#tasting dl.tasting-list.sco dt:nth-child(9)::before{
	content: 'No.21 '
}
#tasting dl.tasting-list.sco dt:nth-child(11)::before{
	content: 'No.22 '
}
#tasting dl.tasting-list.sco dt:nth-child(13)::before{
	content: 'No.23 '
}
#tasting dl.tasting-list.sco dt:nth-child(15)::before{
	content: 'No.24 '
}
#tasting dl.tasting-list.sco dt:nth-child(17)::before{
	content: 'No.25 '
}
#tasting dl.tasting-list.sco dt:nth-child(19)::before{
	content: 'No.26 '
}
#tasting dl.tasting-list.sco dt:nth-child(21)::before{
	content: 'No.27 '
}
#tasting dl.tasting-list.sco dt:nth-child(23)::before{
	content: 'No.28 '
}
#tasting dl.tasting-list.sco dt:nth-child(25)::before{
	content: 'No.29 '
}
#tasting dl.tasting-list.sco dt:nth-child(27)::before{
	content: 'No.30 '
}*/
#tasting dl.tasting-list dt > ul.set-list{
	padding-left: 1em;
	font-size: 0.8em;
	margin-top: 0.25em;
}
#tasting dl.tasting-list dt > ul.set-list li{
	text-indent: -1em;
	padding: 0.25em;
}
#tasting dl.tasting-list dd{
	position: relative;
}
.reco{
	background: rgba(251,242,220,1.00);
}

#tasting dl.tasting-list dd .price{
	position: absolute;
	bottom: 0;
	right: 10px;
}
#tasting dl.tasting-list dd .price::after{
	content: '円'
}
ul.attention{
	padding-left: 1em;
	color: #666;
	font-size: 0.9em;
	margin-top: 15px;
}
ul.attention li{
	text-indent: -1em;
	margin-top: 0.25em;
}
.tas-catch{
	text-align: center;
    font-weight: bold;
    color: #410000;
    font-size: 30px;
    margin-top: 15px;
}
.medama{
	max-width: 628px;
	margin: 20px auto;
}
.country-ttl{
	background: #410000;
	color: #FFF;
	padding: 10px;
	margin-top: 15px;
}
.country-ttl h4{
	font-weight: bold;
	color:rgba(255,221,0,1.00);
	border-left:5px rgba(255,221,0,1.00) solid;
	padding-left: 1em;
}
.country-ttl .price-per10ml{
	text-align: right;
	font-size: 0.8em;
}
.last-copy{
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #410000;
	margin: 20px 0;
}
@media only screen and (max-width:640px){
	.tas-catch{
		font-size:4vw;
	}
	.last-copy{
		font-size:4vw;
	}
}
.area{
	color: #666;
	font-size: 0.8em;
	border:1px solid #666;
	border-radius: 12px;
	padding: 0.25em 0.5em;
}