﻿@charset "UTF-8";

.wine {
	width: 95%;
	
}
.wine h4{
	font-size: 70px;
	letter-spacing: 0.2em;
	font-family: "The Nautigal", cursive;
  font-weight: 700;
  font-style: normal;
  margin-bottom: 20px;
  position: relative;
 	z-index: 2;
}
.wine h4::after{
	font-family: serif;
	font-style: italic;
	font-size: 80px;
	position: absolute;
	top: -20px;
	left: 130px;
	text-shadow:1px 1px 5px #666666;
	z-index: -1;
}
.wine .tinto h4::after{
	content:"赤";
	color: #ff000033;
}
.wine .blanco h4::after{
	content:"白";
	color: #ffff0033;
}
.wine h4::before{
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 4em;
	border-bottom: 1px solid #333;
}
.wine dl{
	width: 96%;
	
}
.wine dt{
	font-size: 1.25rem;
	font-weight: bold;
	margin-bottom: 20px;
}
.wine .tinto dt,
.wine .tinto h4{
	text-shadow: 2px 2px 5px #ff00ff88;
}
.wine .blanco dt,
.wine .blanco h4{
	text-shadow: 2px 2px 3px #ffd70088;
}
.wine dd{
	font-size: 1rem;
	padding-left: 10%;
	padding-right: 16px;
	line-height: 1.2em;
}
.wine .about{
	margin-bottom: 8px;
}
.wine .price{
	margin-bottom: 40px;
}
