<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* body */
h2{
	margin-top:155px;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: center;
	justify-content: center;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: center;
	-webkit-align-items: center;
	width:100%;
	background: transparent url("../img/page_ttl_bg.jpg") no-repeat scroll center center;
	background-size:cover;
}

#option{
	background: #f6f1d6;
	background: -moz-linear-gradient(top, #f6f1d6 0%, #fefdf9 100%);
	background: -webkit-linear-gradient(top, #f6f1d6 0%,#fefdf9 100%);
	background: linear-gradient(to bottom, #f6f1d6 0%,#fefdf9 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f1d6', endColorstr='#fefdf9',GradientType=0 );
	background-size:100% 300px;
	background-repeat:no-repeat;
	border-bottom:1px solid #bcbcbc;
	padding-bottom: 20px;
}

#option .nav{
	padding-top:80px;
	margin:0 auto 40px;
	max-width:1000px;
	min-width:1000px;
	text-align:center;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
#option .nav li{
	width:185px;
}
#option section .container{
	margin:0 auto;
	max-width:1000px;
	min-width:1000px;
	padding:20px 0 0;
	text-align:center;
}
#option section p{
	font-size: 16px;
	line-height: 100%;
	margin: 20px auto 40px;
}
#option section ul{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	flex-flow: row wrap;
	-webkit-flex-flow: row wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
#option section ul li{
	width:320px;
	margin:0 20px 40px 0;
	text-align:center;
}
#option section ul li:nth-child(3n),
#option section ul li:last-child{
	margin-right:0;
}
#option section ul li h4{
	font-size:16px;
	border-bottom:1px solid #bcbcbc;
	padding:15px 0 8px;
	margin-bottom:10px;
	text-shadow:1px 1px 0 rgba(0,0,0,0.4);
}
#option section ul li .price{
	font-size:16px;
	line-height:100%;
}

section#drink{
	border-top:1px solid #bcbcbc;
	background: transparent url("../img/drink_bg.jpg") repeat scroll center center;
}
section#drink .container{
	margin:0 auto;
	max-width:1000px;
	min-width:1000px;
	text-align:center;
	padding-bottom:100px;
	color:#333333;
}
section#drink h3{
	padding:60px 0 20px;
}
section#drink .drink{
	background: transparent url("../img/drink_bg.png") repeat-y scroll center center;
}
section#drink .drink &gt; ul{
	padding:40px;
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row-reverse nowrap;
	-webkit-flex-flow: row-reverse nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
}
section#drink .drink li.menu{
	width:480px;
	text-align:left;
}
section#drink .drink li.menu li,
section#drink .drink li.menu h4{
	font-size:16px;
}
section#drink .drink li.menu h4{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: center;
	-webkit-align-items: center;
	overflow: hidden;
	position: relative;
	white-space: nowrap;
	margin-bottom:15px;
	line-height:100%;

}
section#drink .drink li.menu h4:after{
	background-color: #d6cb4c;
	content: "";
	display: block;
	height: 4px;
	margin-left: 20px;
	width: 100%;
	margin-top:-2px;
}
section#drink .drink li.menu ul{
	margin-bottom:30px;
}
section#drink .drink li.menu div:last-child ul{
	margin-bottom:0;
}
section#drink .drink li.menu div:last-child ul li:last-child{
	margin-bottom:0;
}
section#drink .drink li.menu ul li{
	display:flex;
	-js-display:flex;
	display:-webkit-flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	flex-flow: row nowrap;
	-webkit-flex-flow: row nowrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	padding-bottom:10px;
	border-bottom:1px dotted #bcbcbc;
	margin-bottom:10px;
}

section#drink .drink li.photo{
	width:400px;
	text-align:left;
}
section#drink .drink li.photo img:nth-child(1){
	margin-bottom:20px;
}

/* font-size */
.font-l #option section p,
.font-l #option section ul li h4,
.font-l #option section ul li .price{
	font-size:18px;
}
.font-s #option section p,
.font-s #option section ul li h4,
.font-s #option section ul li .price{
	font-size:14px;
}

/* background-color */
.bg-bl #option section ul li h4{
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}
.bg-bl #option{
	background: #3333BE;
	background: -moz-linear-gradient(top, #3333BE 0%, #00008b 100%);
	background: -webkit-linear-gradient(top, #3333BE 0%,#00008b 100%);
	background: linear-gradient(to bottom, #3333BE 0%,#00008b 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3333BE', endColorstr='#00008b',GradientType=0 );
	background-size:100% 300px;
	background-repeat:no-repeat;
}
.bg-ye #option section ul li h4{
	text-shadow: 1px 1px 0 rgba(0,0,139,0.4);
}
.bg-ye #option{
	background: #FFFF33;
	background: -moz-linear-gradient(top, #FFFF33 0%, #ffff00 100%);
	background: -webkit-linear-gradient(top, #FFFF33 0%,#ffff00 100%);
	background: linear-gradient(to bottom, #FFFF33 0%,#ffff00 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#FFFF33', endColorstr='#ffff00',GradientType=0 );
	background-size:100% 300px;
	background-repeat:no-repeat;
}
.bg-bk #option section ul li h4{
	text-shadow: 1px 1px 0 rgba(255,255,255,0.4);
}
.bg-bk #option{
	background: #666666;
	background: -moz-linear-gradient(top, #666666 0%, #333333 100%);
	background: -webkit-linear-gradient(top, #666666 0%,#333333 100%);
	background: linear-gradient(to bottom, #666666 0%,#333333 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#666666', endColorstr='#333333',GradientType=0 );
	background-size:100% 300px;
	background-repeat:no-repeat;
}

/* ------------------------------------------------------------------------- *
 *	PC (Low Res) : 1020px &gt; 0
/* ------------------------------------------------------------------------- */
@media print,screen and (max-width: 1020px) {
	#option .nav{
		margin:0 10px;
		min-width:980px;
	}
}
</pre></body></html>