@charset "utf-8";
/*==================================================
	【サブ】ページ固有のスタイル
==================================================*/
#liquor .target::before {
	background: #fff1f3;
	top: 320px;
	height: calc(100% - 320px);
}
#liquor .target .list {
	justify-content: center;
	gap: 40px;
}
#liquor .target .list .box {
	overflow: hidden;
	width: 340px;
	border-radius: 20px;
	background: #fff;
}
#liquor .target .list .box .in {
	padding: 25px 30px 15px;
}
#liquor .target .list .box .in h4 {
	font-size: 46px;
	line-height: 1;
	margin-bottom: 20px;
}
#liquor .target .list .box .in ul {
	width: 48%;
}
#liquor .target .list .box:first-of-type .in ul:first-of-type {
	width: 36%;
}
#liquor .target .list .box:first-of-type .in ul:last-of-type {
	width: 60%;
}
#liquor .target .list .box:nth-of-type(2) .in ul:first-of-type {
	width: 52%;
}
#liquor .target .list .box:nth-of-type(2) .in ul:last-of-type {
	width: 44%;
}
#liquor .target .list .box .in ul.full {
	width: 100%;
}
#liquor .target .list .box .in ul li {
	position: relative;
	padding-left: 15px;
	font-size: 110%;
	margin-bottom: 10px;
}
#liquor .target .list .box .in ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #ffb8c5;
	position: absolute;
	top: 0.8em;
	left: 0;
}
#liquor .price .date {
	margin-bottom: 50px;
	justify-content: flex-start;
}
#liquor .price .date dl {
	width: 190px;
	border: 1px solid var(--color-primary);
	display: flex;
	border-radius: 5px;
	font-size: 110%;
	margin-right: 20px;
}
#liquor .price .date dl dt {
	background: var(--color-primary);
	color: #fff;
	width: 72px;
	text-align: center;
}
#liquor .price .date dl dd {
	width: calc(100% -  72px);
	text-align: center;
	color: var(--color-primary);
}
#liquor .price h4 {
	font-size: 28px;
	margin: 30px 0 10px;
}
#liquor .price table {
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	width: 100%;
}
#liquor .price table tr:nth-of-type(odd) {
	background: #f5f3f4;
}
#liquor .price table tr th {
	font-size: 120%;
	font-weight: bold;
}
#liquor .price table tr:first-of-type th {
	background: #ffb8c5;
	color: #fff;
}
#liquor .price table tr th, #liquor .price table tr td {
	text-align: center;
	padding: 20px;
	border: 1px solid var(--color-tbl-border);
}
#liquor .point {
	position: relative;
	counter-reset: number 0;
}
#liquor .point::before {
	content: "";
	background: url(../img/bg01.png) no-repeat center / 100% auto;
	width: 344px;
	height: 336px;
	position: absolute;
	right: -70px;
	top: -10px;
	z-index: -1;
}
#liquor .point .list {
	justify-content: flex-start;
	gap: 0 70px;
}
#liquor .point ol {
	list-style: none;
}
#liquor .point ol li {
	position: relative;
	font-size: 33px;
	font-weight: bold;
	line-height: 1.2;
	padding-left: 70px;
	padding-top: 5px;
	margin-bottom: 40px;
}
#liquor .point ol li::before {
	counter-increment: number;
	content: counter(number);
	font-size: 40px;
	font-family: var(--font-zen);
	line-height: 1;
	position: absolute;
	top: 0;
	left: 0;
	background: url("../img/liquor/bg-point.png") no-repeat center;
	width: 51px;
	height: 51px;
	padding-top: 4px;
	text-align: center;
}
#liquor .point .txt {
	font-size: 38px;
}
#liquor .cannot ul.chk li {
	width: 330px;
}
#liquor .cannot ul.chk li:last-of-type {
	width: 380px;
}
@media print, screen and (min-width: 769px){ /* PCのみ */
}
@media print, screen and (min-width: 641px){ /* PC・タブレット */
}
@media only screen and (max-width: 768px) and (min-width: 641px){ /* タブレットのみ */
}
@media only screen and (max-width: 768px) {  /* タブレット以下 */
	#liquor .target::before {
		top: 200px;
		height: calc(100% - 200px);
	}
	#liquor .target .list {
		gap: 15px 2%;
	}
	#liquor .target .list .box {
		width: 32%;
	}
	#liquor .target .list .box .in {
		padding: 15px 15px 5px;
	}
	#liquor .target .list .box .in h4 {
		font-size: 25px;
		margin-bottom: 10px;
	}
	#liquor .target .list .box .in ul, #liquor .target .list .box:nth-of-type(2) .in ul:first-of-type, #liquor .target .list .box:nth-of-type(2) .in ul:last-of-type, #liquor .target .list .box:first-of-type .in ul:first-of-type, #liquor .target .list .box:first-of-type .in ul:last-of-type {
		width: 100%;
	}
	#liquor .target .list .box .in ul li {
		margin-bottom: 0;
		font-size: 100%;
	}
	#liquor .price .date {
		margin-bottom: 30px;
	}
	#liquor .price .date dl {
		margin-right: 0;
		margin-bottom: 10px;
	}
	#liquor .price table tr th, #liquor .price table tr td {
		padding: 10px;
	}
	#liquor .price table tr th {
		font-size: 110%;
	}
	#liquor .price table tr td {
		font-size: 100%;
	}
	#liquor .price table tr td:nth-of-type(2) {
		font-size: 120%;
	}
	#liquor .point .list {
		gap: 0;
		justify-content: space-between;
	}
	#liquor .point::before {
		width: 250px;
		height: 240px;
		right: -50px;
		top: 0px;
	}
	#liquor .point ol {
		width: 48%;
	}
	#liquor .point ol li {
		font-size: 20px;
		padding-left: 50px;
		padding-top: 10px;
	}
	#liquor .point ol li::before {
		font-size: 28px;
		background-size: 40px auto;
		width: 40px;
		height: 40px;
	}
	#liquor .point .txt {
		font-size: 25px;
	}
	#liquor .cannot ul.chk li {
		width: 29%;
	}
	#liquor .cannot ul.chk li:last-of-type {
		width: 40%;
	}
}
@media only screen and (max-width: 640px){ /* スマホ */
	#liquor .target .list {
		justify-content: space-between;
		gap: 10px 0;
	}
	#liquor .target .list .box {
		width: 48%;
	}
	#liquor .target .list .box:last-of-type {
		margin: 0 auto;
	}
	#liquor .target .list .box .in h4 {
		font-size: 23px;
	}
	#liquor .point ol {
		width: 100%;
	}
	#liquor .point ol li {
		margin-bottom: 15px;
	}
	#liquor .point .txt {
		font-size: 20px;
	}
	#liquor .cannot ul.chk li, #liquor .cannot ul.chk li:last-of-type {
		width: 100%;
	}
}
@media only screen and (max-width: 320px){ /* スマホ */ 
	#liquor .target .list .box .in h4 {
		font-size: 20px;
	}
	#liquor .cmn_leave_to dl dd {
		font-size: 95%;
	}
}