/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}
body {
	line-height:1;
}

main, article, aside, dialog, figure, footer, header,
hgroup, nav, section {
	display:block;
}

nav ul {
	list-style:none;
}

blockquote, q {
	quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content:'';
	content:none;
}

a {
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

ins {
	background-color:#ff9;
	color:#000;
	text-decoration:none;
}

mark {
	background-color:#ff9;
	color:#000;
	font-style:italic;
	font-weight:bold;
}

del {
	text-decoration: line-through;
}

abbr[title], dfn[title] {
	border-bottom:1px dotted #000;
	cursor:help;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

hr {
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #cccccc;
	margin:1em 0;
	padding:0;
}

input, select {
	vertical-align:middle;
}

/*======================================================================
	Copyright (c) 2011, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.com/yui/license.html
	version: 2.9.0

    Font-size Adjustment

    77%   =  10px    |    123.1%  =  16px    |    167%  =  22px
    85%   =  11px    |    131%    =  17px    |    174%  =  23px
    93%   =  12px    |    138.5%  =  18px    |    182%  =  24px
    100%  =  13px    |    146.5%  =  19px    |    189%  =  25px
    108%  =  14px    |    153.9%  =  20px    |    197%  =  26px
    116%  =  15px    |    161.6%  =  21px    |
======================================================================*/

body { font:13px/1.231 arial, helvetica, clean, sans-serif; *font-size:small;
*font:x-small
}
select,
input,
textarea,
button { font:99% arial, helvetica, clean, sans-serif }
table { font-size:inherit; font:100% }
pre,
code,
kbd,
samp,
tt { font-family:monospace; *font-size:108%;
line-height:100% }

/********************
float fix
********************/
.clearfix:after { /*--for modorn brouser--*/
	content: ".";
	display: block;
	line-height: 0;
	clear: both;
	height: 0;
	color: transparent;
	visibility: hidden;
}

.clearfix{ /*--IE 5.5-7--*/
	zoom:1;
}

/********************
hide outline
********************/
a, a img {
	outline: 0;
	overflow:hidden;
}
html {
	position: relative;
	min-width: 1160px;
}
body {
	color: #170d0e;
	width: 100%;
/*	font-family: tbudgothic-std, sans-serif;
	font-weight: 400;
	font-style: normal;*/
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
}

@media all and (-ms-high-contrast: none) {
  body {font-family: "メイリオ", Meiryo, sans-serif; } 
}
header{
	width:1130px;
	height: 100px;
	box-sizing:border-box;
	margin:0 auto;
	position:absolute;
	z-index:100;
	top:0;
	left:50%;
	margin-left:-565px;
}
header h1{
	padding: 5px 0 0 0px;
	width: 515px;
	height: 87px;
	float:left;
	font-family: tbudmincho-std, sans-serif;
}
header h1:after{
	contents:"";
	display:block;
	clear:both;
}
header h1 span{
	display:block;
	font-size:16px;
	padding:30px 0 0 0;
	text-shadow: 
	    #fff 2px 0px,  #fff -2px 0px,
	    #fff 0px -2px, #fff 0px 2px,
	    #fff 2px 2px , #fff -2px 2px,
	    #fff 2px -2px, #fff -2px -2px,
	    #fff 1px 2px,  #fff -1px 2px,
	    #fff 1px -2px, #fff -1px -2px,
	    #fff 2px 1px,  #fff -2px 1px,
	    #fff 2px -1px, #fff -2px -1px;
}
header h1 span strong{
font-size:22px;
}
header h1 a{
	display: block;
	width: 113px;
	height: 100%;
float:left;
margin:0 15px 0 0;
	text-indent: -9999px;
	background: url('https://image.raku-uru.jp/01/8241/110/logo_1590659236509_1592360101430.png') no-repeat;
}
#gnav {
	width:240px;
	float:right;
}

#gnav ul{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	width:100%;
	padding:25px 0 0 0;
}
#gnav ul li{
	flex:none;
	width:60px;
	margin:0 0 0 0px;
}
#gnav ul a{
	display: flex;
	justify-content: center;
	align-items: center;
	background:#fff;
	width:50px;
	height:50px;
	border-radius:50%;
	text-align:center;
	color: #170d0e;
	font-size:15px;
	font-weight:bold;
	text-decoration: none;
	box-sizing:border-box;
}
#gnav ul a span{
	display: flex;
	justify-content: center;
	align-items: center;
	text-align:center;
	width:100%;
	height:35px;
}
#gnav ul a:hover{
	color:#45b9b0;
}
#main{
	width:1160px;
	margin:0 auto 50px;
	line-height:1.8em;
position:relative;
}
#side{
	width:136px;
	float:left;
}
#side h3{
	writing-mode: vertical-rl;
	font-size:18px;
	line-height:134px;
	height:200px;
	padding:20px 0 0 0;
	box-sizing:border-box;
	margin:0 0 20px;
}
.side_title1{
	border:1px solid #40ab9b;
}
.side_title2{
	border:1px solid #de7f23;
}
#side nav ul{
	margin:0 0 90px;
padding:0;
list-style:none;
}
#side nav ul li{

}
#side nav ul li a{
display:block;
line-height:40px;
padding:0 0 0 10px;
border-radius:5px;
box-shadow:0 2px 3px rgba(0,0,0,0.4);
margin:0 0 15px;
font-size:18px;
border:1px solid #ccc;
	color:#170d0e;
	text-decoration:none;
}
#side nav ul li a:before{

}
#side_banner ul{
	list-style:none;
}
#side_banner ul li{
	margin:0 0 20px 0;
}
#contents{
	width:1024px;
	padding:0 40px 0 54px;
	box-sizing:border-box;
	float:right;
}
footer{
	line-height:1.8em;
}
#footer1{
	padding:45px 0 50px 0;
	background:#f6f6f6;
	box-sizing:border-box;
}
#footer1 article{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	width:1140px;
	margin:0 auto;
}
#footer1 article dl{
	width:380px;
	padding:0 17px;
	box-sizing:border-box;
	flex:none;
}
#footer1 article dt{
	font-size:20px;
	padding:0px 0 18px;
	margin:0 0 30px;
	text-align:center;
	border-bottom:1px solid #9ddac4;
}
#footer1 article dd a{
	width:280px;
	color:#19543e;
	font-size:16px;
	display:block;
	border-radius:5px;
	line-height:50px;
	text-align:center;
	text-decoration:none;
	margin:0 auto;
	background:#95d4bd url('https://image.raku-uru.jp/01/8241/21/icon_more2_1590391664690.png') no-repeat right 5px center;
}
#footer2{
	background:#2b394a !important;
	color:#fff;
	padding:10px 0 50px !important;
}
#footer2 article{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display:flex;
	width:1160px;
	margin:0 auto;
	padding:30px 0 0 0;
}
#footer2 article h3{
	width:150px;
	flex:none;
	border:0 !important;
}
#footer2 address{
	font-style:normal;
	line-height:1.8em;
	font-style: normal;
	width:250px;
	padding:0px 0 30px 0px;
	box-sizing:border-box;
	flex:none;
	font-size:14px;
}
#footer2 address h3{
	margin:0 0px 5px 0;
	font-size:16px;
}
#footer_tel{
	width:280px;
}
#fnav{
	width:630px;
}
#fnav ul{
	list-style:none !important;
	display:flex;
	flex-wrap:wrap;
	padding:0 !important;
}
#fnav ul li{
	width:22% !important;
	padding:0 !important;
}
#fnav ul li:nth-child(1),
#fnav ul li:nth-child(5){
	width:24% !important;
}
#fnav ul li:nth-child(3),
#fnav ul li:nth-child(7){
	width:32% !important;
}
#fnav a{
	display:block;
	width:100%;
	box-sizing:border-box;
	color:#fff !important;
	text-decoration: none;
}
#fnav a:hover {
	text-decoration: underline;
}
.gotop{
	position: fixed;
	bottom: 50px;
	right: 20px;
	z-index: 10000;
}

.gotop a {
	display: block;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	text-align: center;
	color:#19543e;
	font-size:16px;
	display:block;
	line-height:50px;
	padding:0 10px;
	text-align:center;
	text-decoration:none;
	margin:0 auto;
	background:#95d4bd;
}

#copyright {
	padding:5px;
	text-align: right;
	font-size: 14px;
	color:#28489c;
	font-family: gloria-hallelujah, sans-serif;
	font-weight: 400;
	font-style: italic;
}
#mainimage,
#sp_mainimage{
	display:none;
}
#page_title{
	height:230px;
	margin:0 0 50px;
}
#page_title h2{
	line-height:230px;
	font-size:36px;
	width:940px;
	margin:0 auto;
}

#category_list h3{
	font-size:22px;
	border-bottom:1px solid #9ddac4;
	text-align:center;
	margin:0 0 40px;
}
#category_list h3 span{
	font-size:14px;
	display:block;
}
#category_list ul{
	list-style:none;
	display:flex;
	flex-wrap:wrap;
}
#category_list ul li{
	width:50%;
	margin:0 0 20px;
	flex:none;
}
#category_list ul li:nth-child(odd){
	text-align:left;
}
#category_list ul li:nth-child(even){
	text-align:right;
}
#page_title{
	background:url('https://image.raku-uru.jp/01/8241/39/h2_syousai_1590401808568.jpg') no-repeat top center;
}
.page4 #page_title{
	background:transparent;
height:80px;
}
.page4 #page_title h2{
	display:none;
}
.page5 #page_title{
	background:transparent;
height:80px;
}
.page5 #page_title h2{
	display:none;
}
.page6 #page_title{
	background:transparent;
height:80px;
}
.page6 #page_title h2{
	display:none;
}
.page6 #contents h3{
	background:url('https://image.raku-uru.jp/01/8241/129/souryou_title_1592393304326.png') no-repeat top center;
	padding:45px 0 0 0;
	font-size:25px;
	text-align:center;
	margin:0 0 40px;
}
.page6 #contents h4{
	font-size:18px;
	text-align:center;
	border-bottom:1px solid #9ddac4;
	margin:0 0 20px;

}
.page6 #contents article{
	margin:0 0 80px;
}
.page8 #page_title{
	background:transparent !important;
	height:80px;
}
.page8 #page_title h2{
	display:none;
}
.page9 #page_title{
	height: 430px !important;
	background: url(https://image.raku-uru.jp/01/8241/121/h2_1592367796291.png) no-repeat top center !important;
}
.page9 #page_title h2{
	display:none;
}
.page7 #page_title{
	background:transparent;
height:80px;
}
.page7 #page_title h2{
	display:none;
}
#hajimete h3{
	background:url('https://image.raku-uru.jp/01/8241/295/icon_hajimete_1593244432548.png') no-repeat top center;
	background-size:60px auto;
	font-size:18px;
	padding:130px 0 30px 0;
	text-align:center;
}
#hajimete h3 strong{
	font-size:25px;
	display:block;
}
#hajimete article{
	display:flex;
	margin:0 0 80px;
	padding:0 100px;
}
#hajimete article h5{
	font-size:40px;
	width:80px;
	text-align:center;
	padding:15px 0 0 0;
	flex:none;
}
#hajimete dl{
	padding:0 30px;
	width:calc(100% - 160px);
	box-sizing:border-box;
	flex:none;
}
#hajimete dt{
	font-size:25px;
	padding:0 20px;
	text-align:center;
	padding:0px 0 10px 0;
	margin:0 0 10px;
}
#hajimete dd{
	padding:0 20px;
}
#hajimete1 h5{
	color:#005293;
}
#hajimete1 dt{
	border-bottom:3px solid #005293;
}
#hajimete2 h5{
	color:#0075c1;
}
#hajimete2 dt{
	border-bottom:3px solid #0075c1;
}
#hajimete3 h5{
	color:#00a0e9;
}
#hajimete3 dt{
	border-bottom:3px solid #00a0e9;
}
#hajimete a{
	display:block;
	background:#e0753b;
	color:#fff;
	text-decoration:none;
	width:80px;
	text-align:center;
	line-height:40px;
	border-radius:5px;
}
.pdf{
	width:80px;
	flex:none;
}
#body4 #page_title{
	background:transparent;
height:80px;
}
#body4 #main h2{
	font-size:16px;
	text-align:center;
	margin:0 0 50px;
}
#body4 #main table{
	width:100%;
}
#body4 #main th,
#body4 #main td{
	padding:10px;
	border:1px solid #40ab9b;
}
#body4 #main th{
	background:#f2f8f5;
}
#body6 #page_title{
	background:transparent;
height:80px;
}
#body6 .ttl h2{
	background:url('https://image.raku-uru.jp/01/8241/129/souryou_title_1592393304326.png') no-repeat top center;
	padding:45px 0 0 0;
	font-size:25px;
	text-align:center;
	margin:0 0 40px;
}
#body6 .ttl h3{
	font-size:18px;
	text-align:center;
	border-bottom:1px solid #9ddac4;
	margin:0 0 20px;

}
#body6 .main-article table{
	width:100%;
	margin:0 0 60px;
}
#body6 .main-article th,
#body6 .main-article td{
	padding:5px;
	border:1px solid #ccc;
	vertical-align:top;
}
#body6 .main-article th{
	/*white-space:nowrap;*/
	background:#d8fbee;
}
#body6 .shipment-tbl-compact table{
	display:block;
font-size:13px;
}
#body6 .shipment-tbl-compact tbody{
	display:flex;
	flex-wrap:wrap;
}
#body6 .shipment-tbl-compact tbody tr{
	width:25%;
	flex:none;
	display:flex;
}
#body6 .shipment-tbl-compact table th{
	width:40% !important;
	display:block;
}
#body6 .shipment-tbl-compact table td{
	width:60% !important;
	display:block;
}
.souryou tr th{
	font-size:90%;
	font-weight:normal;

}
.souryou td{
	font-size:90%;
}
.souryou thead tr:nth-child(1) td{
	text-align:center;
}
.souryou thead tr:nth-child(2){
	background:#efefef;
}
.souryou tbody tr:nth-child(even){
	background:#d5fbff;
}
.souryou tbody td{
	text-align:center;
}
.souryou tbody tr td:first-child{
	text-align:left !important;
}
.cool{
	background:#ffffff;
	vertical-align:bottom !important;
}
.souryou .cool span{
	display:inline-block;
	margin:0px 0 0 5px;
	width:30px;
	height:15px;
	background:#d5fbff;
	vertical-align:middle !important;
}

#pay h2{
	background:url('https://image.raku-uru.jp/01/8241/136/title_shiharai_1592403604812.png') no-repeat top center;
	padding:55px 0 40px 0;
	font-size:25px;
	text-align:center;
}
#pay h3{
	font-size:18px;
	text-align:center;
	border-bottom:1px solid #9ddac4;
	margin:0 0 20px;

}
#pay section{
	margin:0 0 80px;
}
#pay section article{
	padding:0 0px;
}
#pay section article ul{
	padding:0 0 0 30px;
}
.page5 table th,
.page5 table td{
	padding:10px;
	border:1px solid #ccc;
}
.page5 table td{
	text-align:right;
}
#chumon h3{
	font-size:25px;
	text-align:center;
	padding:60px 0 30px;
	background:url(https://image.raku-uru.jp/01/8241/294/midashi_gochumon_1593242408185.png) no-repeat top center;
}
#chumon h4{
	font-size:18px;
	text-align:center;
	border-bottom:1px solid #9ddac4;
	padding:60px 0 10px;
	margin:0 0 15px;
}
#chumon h5{
	font-size:16px;
	color:#de7f23;
	padding:20px 0 10px;
}
.drink_comment{
	margin:0 0 80px;
}
.drink_comment article{
	padding:20px 0;
	display:flex;
}
.drink_comment article dt{
	border-bottom: 1px solid #9ddac4;
	color:#00a662;
	padding:0 0 10px;
	margin:0 0 10px;
	font-size:16px;
}
.drink_comment article dl:nth-child(1){
	width:50%;
	padding:0 2% 0 4%;
	box-sizing:border-box;
}
.drink_comment article dl:nth-child(2){
	width:50%;
	padding:0 4% 0 2%;
	box-sizing:border-box;
}
#seasonal h4{
	font-size:25px;
	text-align:center;
	margin:0 0 20px;
}
#seasonal article ul{
	list-style:none;
	display:flex;
}
#seasonal article ul li{
	width:50%;
	text-align:center;
	flex:none;
}
.payment-content{
	margin:0 0 30px;
}
@media screen and (min-width: 601px) {
	.pc_only{
		
	}
	.sp_only{
		display:none !important;
	}
}
@media screen and (max-width: 600px) {
	.pc_only{
		display:none !important;
	}
	.sp_only{
		display:block;
	}
	html{
		min-width: initial !important;
	}
	header{
		width:100% !important;
		height:60px !important;
		padding:5px !important;
		position:fixed !important;
		box-sizing:border-box;
		top:0 !important;
		left:0 !important;
		margin:0 !important;
		z-index:999;
	}
	header h1{
		width:80px !important;
		float:left;
		box-sizing:border-box;
	}
	header h1 a{
		width:100% !important;
		height:100% !important;
		background:transparent !important;
		text-indent:0 !important;
	}
	header h1 img{
		width:100%;
		height:auto;
	}
	.bx-wrapper{
		height:auto !important;
		margin:0 0 20px !important;
	}
	.comment{
		padding:0 !important;
	}
	#hnav{
		width:120px;
		z-index:1000;
		float:right;
		padding:10px 0 0 0;
	}
	#hnav li{
		width:50px;
		box-sizing:border-box;
		float:left;
		margin:0 0 0 10px;
	}
	#hnav li img{
		display:block;
		width:100%;
		height:auto;
	}
	#sp_gnav{
		position: absolute;
		display: none;
		width: 100%;
		padding:60px 0px 0 0px;
		box-sizing:border-box;
		top:0px;
		left:0;
		z-index: 10000;
		background:rgba(255,255,255,0.95);
	}
	#nav_close{
		width:50px;
		position:absolute;
		top:10px;
		right:10px;
	}
	#nav_close img{
		display:block;
		width:100%;
		height:auto;
	}
	#sp_gnav ul{
	}
	#sp_gnav ul li{
	}
	#sp_gnav1 a{
		display:block;
		border-radius:5px;
		background:#fff;
		color:#564d43;
		text-align:center;
		width:100%;
		line-height:35px;
		box-sizing:border-box;
		text-decoration:none;
		box-shadow:0 0 2px rgba(0,0,0,0.6);
		margin:0 0 10px;
	}
	#sp_gnav2 a{
		display:block;
		border-radius:5px;
		background:#fff;
		color:#564d43;
		text-align:center;
		width:100%;
		line-height:35px;
		box-sizing:border-box;
		text-decoration:none;
		box-shadow:0 0 2px rgba(0,0,0,0.6);
	}
	#sp_gnav1{
		background:#ebf7f0 url('https://image.raku-uru.jp/01/8241/272/sp_icon_item_1593080761424.png') no-repeat top 5px left 5px;
		background-size:30px auto;
		padding:50px 10px 10px;
		box-sizing:border-box;
	}
	#sp_gnav2{
		padding:10px 0;
		display:flex;
		flex-wrap:wrap;
		box-sizing:border-box;
	}
	#sp_gnav2 li{
		width:50%;
		padding:0 1% 10px;
		box-sizing:border-box;
		font-size:12px;
	}
	#main{
		width:100% !important;
	}
	#main img{
		max-width:100%;
		height:auto;
	}
	#contents{
		width:100% !important;
		padding:0 3% !important;
		box-sizing:border-box !important;
	}
	#footer2 article{
		display:block !important;
	}
	#footer2 h3{
		display:none;
	}
	#footer_tel{
		width:100% !important;
		padding:0 0 0 10px !important;
		box-sizing:border-box;
	}
	footer address{
		width:100% !important;
		box-sizing:border-box !important;
		padding:0 0 0 10px !important;
	}
	footer article{
		width:100% !important;
		box-sizing:border-box;
	}
	#fnav{
		display:none;
	}
	.gotop{
		bottom: 20px !important;
		right: 10px !important;
	}

	.gotop a {
		line-height:40px !important;
	}
	#copyright {
		font-size: 12px !important;
	}
	#side{
		display:none;
	}
	#page_title{
		height:230px !important;
		background-size:auto 100% !important;
	}
	#pay section article{
		padding:0 !important;
		overflow-x:hidden;
	}
	.drink_comment{
		margin:0 0 40px;
	}
	.drink_comment article{
		display:block;
	}
	.drink_comment article dl{
		width:100% !important;
		padding:0 20px !important;
		box-sizing:border-box;
	}
	.drink_comment article dd{
		margin:0 0 10px;
	}
	#seasonal h4{
		font-size:18px !important;
	}
	#seasonal article ul{
		display:block !important;
	}
	#seasonal article ul li{
		width:100% !important;
		margin:0 0 20px;
	}
	#hajimete article{
		display:block !important;
		padding:0 !important;
		margin:0 0 50px !important;
	}
	#hajimete article h5{
		padding:0 0 15px 0 !important;
		width:100% !important;
	}
	#hajimete dl{
		width:100% !important;
		padding:0 !important;
	}
	.pdf{
		width:70%;
		margin:10px auto;
	}
	.pdf a{
		width:100% !important;
	}
	.page8 #page_title,
	#body4 #page_title,
	.page7 #page_title,
	.page5 #page_title,
	.page6 #page_title,
	#body6 #page_title{
		height:80px !important;
	}
	.about-tbl th,
	.about-tbl td{
		display:block;
	}
	.about-tbl td th,
	.about-tbl td td{
		display:table-cell;
	}
	.table_wrap{
		width:100%;
		overflow-x:auto;
	}
	.table_wrap:before{
		content:"下記の表は横スクロールできます。";
		text-align:right;
		display:block;
	}
	.table_wrap table{
		width:300% !important;
	}
	.page9 #page_title{
		height: 230px !important;
		background: url(https://image.raku-uru.jp/01/8241/121/h2_1592367796291.png) no-repeat top center !important;
		background-size:auto 100% !important;
	}
}
.fixed{
	position: fixed;
	top: 0;
}
