/* ------------------------------
   tasting
------------------------------ */
#map{
	max-width: 980px;
	margin: 15px auto 50px auto;
}
#map a{
	color: #FF7900;
}
#map 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_booth.png") no-repeat;
	background-size: 52px 52px;
	text-align: left;
}
#map 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;
	}
#map h2 br{
	display:none;
}
#map h3{
	font-size: 16px;
	}


#map .btn_pdf {
    background: #410000;
    text-align: center;
    max-width: 250px;
    margin: 10px auto;
    padding: 5px 0;
}

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


@media only screen and (min-width:640px){
	#map .display-sp{
		display: none;
	}
}

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;
}