@charset "utf-8";

body {
	color: #111;
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
	font-size: 21px;
	line-height: 1.7;
	text-align: justify;
	width: 100vw;
	height: 100vh;
}

.font-400 {
font-family: din-condensed, sans-serif;
font-weight: 400;
font-style: normal;
}

.font-300 {
font-family: din-condensed, sans-serif;
font-weight: 300;
font-style: normal;
}

a {
	text-decoration: none;
}


/* clearfix */

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

.clearfix:before {
　　　　content: "";
	display: block;
	clear: both;
}

.clearfix {
	display: block;
}

#wrap {
	padding: 40px;
	margin: 0 auto;
}




header {
	margin: 0 0 80px;
	text-align: center;
	position: relative;
}

header h1 {
	display: inline-block;
	padding: 30px 20px;
	font-size: 48px;
	line-height: 0;
	border: 3px solid #111;
	background: #111;
	color: #fff;
	letter-spacing: 0.1em;
	position: relative;
	z-index: 100;
}

header hr {
	width: 100%;
	height: 3px;
	background: #111;
	position: absolute;
	top: 50%;
	border: none;
	margin: -1px 0 0;
	z-index: 1;
}

h2 {
	margin: 0 0 20px;
	text-align: center;
}

h2 img {
	width: 50%;
	margin: 0 auto 10px;
}


.desc {
	padding: 0 0 0 20px;
	margin: 0 0 40px;
	border-left: 1px solid #111;
}

section {
	margin: 0 0 60px;
}

section ul li {
	margin: 0 0 60px;
}

section ul li .image img {
	width: 200px;
	margin: 0 auto;
}

section ul li .head {
	width: 100%;
	display: table;
	margin: 0 0 15px;
	vertical-align: middle;
}



#drink section ul li .head h3 {
	font-family: din-condensed, sans-serif;
	font-weight: 400;
	font-style: normal;
	font-size: 64px;
}


#drink section ul li .head h3 span {
	display: block;
	margin: -24px 0 0;
	font-size: 24px;
	font-weight: normal;
	font-family: -apple-system, BlinkMacSystemFont, "游ゴシック体", YuGothic, "Yu Gothic M", "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN W3", HiraKakuProN-W3, "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "Helvetica Neue", HelveticaNeue, Helvetica, Arial, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

section ul li .head .price {
	display: table-cell;
	width: 20%;
	text-align: right;
	font-size: 64px;
}

section ul li .head .price span {
	border-bottom: 2px solid #111;
}

section ul li p {
	font-weight: bold;
}


















