<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
    min-width: 1000px;
    /* viewport */
}



/*=============================================
 * body
 *=============================================*/

body {
    color: #000;
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-weight:500;
    font-size: 15px;
    line-height: 32px;
    letter-spacing: 0.5px;
    background: #FFF;
    min-width: inherit;
    min-height: inherit;
    max-height: 100%;
}



/*=============================================
 * fonts - DON'T EDIT
 *=============================================*/

.fnt-mincho {
    font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fnt-meiryo {
    font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.fnt-gothic {
    font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}



/*=============================================
 * .fnt - customs
 *=============================================*/

.fnt-mincho {}

.fnt-meiryo {}

.fnt-gothic {}

.fnt-garamond {}



/*=============================================
 * #wrapper
 *=============================================*/

#wrapper {
    clear: both;
    width: 100%;
    position: relative;
    overflow: hidden;
}

.wrap {
    width: 1000px;
}



/*=============================================
 * header
 *=============================================*/

#header {
    border-top: 5px solid #c7000b;
    position: relative;
}

#header #key {
    position: absolute;
    height: 805px;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

#header #key .key_txt {
    position: absolute;
    top: 646px;
    right: -5px;
}

#header .headertop {
    height: 805px;
    position: relative;
    z-index: 1;
}

#header .logo {
    padding-top: 29px;
    margin-left: -15px;
}

#header .nav2 {
    position: absolute;
    top: 131px;
    left: 385px;
}

#header .boxright {
    width: 340px;
    text-align: right;
}

#header .boxright .bnr_top {
    padding-top: 63px;
}

#header .boxright h1 {
    font-size: 12px;
    line-height: 17px;
    color: #fff;
    padding-top: 7px;
}

#header .header_bot {
    background-color: #c7000b;
}

#header .header_bot .nav {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: center;
}

#header .header_bot .nav .li_sub {
    position: relative;
}

#header .header_bot .nav .li_sub:hover .submenu {
    opacity: 1;
}

#header .header_bot .nav .li_sub .submenu {
    position: absolute;
    left: 0;
    top: 90px;
    opacity: 0;
    z-index: 2;
}


/*=============================================
 * key
 *=============================================*/

#key {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 805px;
    position: relative;
}

#key ul {
    min-height: inherit;
}

#key li {
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: inherit;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}



/*=============================================
 * container
 *=============================================*/

#container {}



/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
    text-align: center;
}



/*=============================================
 * footer
 *=============================================*/

#footer {
    border-top: 5px solid #c7000b;
    background-color: #000;
    color: #fff;
    text-align: left;
}

#footer .logo {
    text-align: center;
    padding: 67px 0 29px;
}

#footer .footer_info {
    padding-bottom: 34px;
    border-bottom: 1px solid #808080;
}

#footer .footer_info .box {
    width: 470px;
}

#footer .footer_info .box .boxtel {
    width: 470px;
    border-top: 1px solid #808080;
    border-bottom: 1px solid #808080;
    margin-bottom: 26px;
}

#footer .footer_info .box .boxtel .ttltel {
    font-size: 20px;
    line-height: 32px;
    font-weight: bold;
    text-align: center;
    padding: 14px 0 12px;
}

#footer .footer_info .box .boxtel .txttel {
    text-align: center;
    padding: 4px 0;
}
#footer .info dl { line-height:25px; margin-bottom:12px;}
#footer .info dl dt {
    width: 124px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: right;
    padding-right: 24px;
    float: left;
}

#footer .info dl dd {
    float: left;
    width: 340px;
}

#footer .boxnav .nav {
    padding-top: 40px;
    text-align: center;
    width: 570px;
}

#footer .boxnav .bnr_footer {
    padding: 15px 0 22px;
}

#footer .footer_bot {
    background-color: #fff;
    padding: 37px 0 30px;
}

#footer .web_yoyaku a {
	margin: 5px auto 20px auto;
	padding: 10px 0;
	display: block;
	color:#FFF;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background: #c7000b;
	box-sizing:border-box;
	width: 370px;
	font-weight: bold;
}


/*=============================================
 * copyright
 *=============================================*/

address {
    text-align: center;
    font-size: 11px;
    color: #000;
}

address span a{
 font-size: 10px;
 color: #000;
 display: block;
 text-decoration: none;
}


#pagetop {
    bottom: 0;
    right: 0;
}

/*=============================================
 * other
 *=============================================*/
.hvr-float {
	display: inline-block;
	vertical-align: middle;
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px transparent;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
}
.hvr-float:hover, .hvr-float:focus, .hvr-float:active {
	-webkit-transform: translateY(-8px);
	transform: translateY(-8px);
}


.m_price {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #c7000b;
	font-size:28px;
}
.m_price span {
	font-size:45px;
}

.m_price2 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: #c7000b;
	font-size:20px;
}
.m_price2 span {
	font-size:28px;
}


/*=============================================
 * toggle
 *=============================================*/


.menulist h3 {
	background:url(../img/drink/sec5-h3-01.jpg) no-repeat center top;
	width: 413px;
	text-align:center;
	padding: 20px 0 17px;
	line-height: 20px;
	color: #fff;
	font-weight: bold;
	font-size: 20px;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin-bottom: 18px;
}
.menulist h3.h3_w {
	background:url(../img/drink/sec5-h3-w.jpg) no-repeat center top;
	width: 864px;
	margin:0 auto 15px;
}
.menulist .item2{
	clear:both;
	margin:50px auto 15px;
}
.menulist .item2:first-child{
	margin:0px auto 15px;
}

.menulist dl {
	border-bottom:1px solid #000;
	line-height: 25px;
	padding:10px 0 10px;	
}
.menulist dl dt {
	float: left;	
}
.menulist dl dd {
	float: right;
	text-align:right;
	color: #c7000b;	
}
.menulist dl {
	zoom: 1 !important;
}
.menulist dl.style1 {
	border-top:1px solid #000;
}
.menulist dl:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
.menulist .fl {
	margin-left: 68px;
	width: 413px;
}
.menulist .fr {
	margin-right: 68px;
	width: 413px;
}

.menulist .box {
	margin-top: 40px;	
}
.menulist .box p {
	padding-top: 10px;
}
.menulist h4 {
	text-align:center;
	font-size:18px;
	font-weight:bold;
	border-bottom:1px solid #000;
	padding-top: 10px;
}
.toggle .toggle-link {
	position: relative;	
}
.toggle .toggle-link:before {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	content:'';
	z-index:99;
	opacity:0;	
}
.toggle.active .toggle-link:before {
	background:url(../img/drink/sec5-accor_on.png) no-repeat center top;
	opacity:1;	
}


#sp_botan a{
	border:1px #c30017 solid;
	padding:25px 5px;
	text-align:center;
	font-size:32px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	background: #c30017; 
}</pre></body></html>