@charset "utf-8";
/*-------------------------------------------------
	keyvisual
-------------------------------------------------*/
.keyvisual {
	position: relative;
	margin-bottom: 80px;
}

.keyvisual__thumb-img {
	position: relative;
	width: 100%;
	height: 100%;
}

.keyvisual__txt {
	position: absolute;
	width: 211px;
	top: 60%;
	left: 50%;
	transform: translate(-50%, -50%);
}

@media screen and (max-width:768px) {
	.keyvisual {
		margin-bottom: 25px;
	}

	.keyvisual__thumb-img {
		padding-top: 60px;
	}

	.keyvisual__txt {
		width: 35%;
		top: 70%;
	}
}

/*-------------------------------------------------
	wineList
-------------------------------------------------*/
.wine__list {
	width: 65%;
	max-width: 960px;
	margin: 0 auto;
}

.wine__list-ttl {
	text-align: center;
	padding: 10px 0;
	background: #f97c3f;
}

.wine__list-ttl .wine__list-ttl--img1 {
	width: 27% !important;
	vertical-align: baseline;
}

.wine__list-ttl .wwine__list-ttl--img2 {
	width: 33% !important;
	vertical-align: baseline;
}

.wine__list-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 50px auto;
	max-width: 800px;
}

.wine__list-box:last-child {
	margin-bottom: 100px;
}

.wine__list-img {
	position: relative;
	width: 40%;
	height: 100%;
}

.wine__list-img:before {
	content: "";
	display: block;
	padding-top: 100%;
}

.wine__list-img img {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: auto;
	width: auto;
	max-width: 100%;
	max-height: 100%;
}

.wine__list-item {
	width: 60%;
}

.wine__item-name {
	margin-bottom: 10px;
	font-size: 20px;
	font-weight: bold;
	line-height: 150%;
}

.wine__item-en {
	width: auto;
	height: 17px;
	margin-bottom: 10px;
}

.wine__item-en img {
	height: 100%;
	vertical-align: baseline;
}

.wine__item-taste,
.wine__item-country,
.wine__item-description {
	font-size: 15px;
	line-height: 140%;
}

.wine__item-capacity {
	margin-bottom: 15px;
	font-size: 16px;
}

.wine__item-description {
	margin-bottom: 10px;
}

.wine__item-note {
	font-size: 12px;
	letter-spacing: -1px;
}

@media screen and (max-width:640px) {
	.wine__list {
		width: 100%;
	}

	.wine__list-ttl {
		margin-bottom: 30px;
		padding: 6px 0;
	}

	.wine__list-ttl .wine__list-ttl--img1 {
		width: 39% !important;
	}

	.wine__list-ttl .wwine__list-ttl--img2 {
		width: 49% !important;
	}

	.wine__list-box {
		display: block;
		width: 86%;
		margin: 0 auto 70px;
	}

	.wine__list-box:last-child {
		margin-bottom: 75px;
	}

	.wine__list-img {
		width: 90%;
		margin: 0 auto 30px;
	}

	.wine__list-item {
		width: 100%;
	}

	.wine__list-item dl {
		width: 95%;
		margin: 0 auto 20px;
	}

	.wine__item-name {
		font-size: 15px;
	}

	.wine__item-taste,
	.wine__item-country,
	.wine__item-description {
		font-size: 12px;
	}

	.wine__item-capacity {
		margin-bottom: 8px;
		font-size: 13px;
	}
}