@charset "utf-8";
/*=============================================
 * body
 *=============================================*/

body {
	min-width: inherit;
	max-height: 100%;
	color: #ffffff;
	font: normal normal 14px/1.8em "游明朝", YuMincho, "ＭＳ 明朝", "MS Mincho", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", serif;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background: url(../img/shared/bg.jpg) repeat center top;
}
.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;
}
.block::after {
	clear: both;
	content: "";
	display: block;
}
.block p {
	margin: 0 2.5%;
	padding-bottom: 10px;
}
.normal {
	padding: 0 !important;
	margin: 0 !important;
}
/*=============================================
 * header
 *=============================================*/

header #belt {
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 9999;
}
header #hd_top {
	background: url(../img/shared/line.jpg) repeat-x center bottom, url(../img/shared/bg_head.jpg) repeat-x center top;
	position: relative;
	box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.26);
	height: 85px;
	z-index: 99;
}
header h1 {
	font-size: 11px;
	line-height: 14px;
	text-align: right;
	font-weight: normal;
	color: #FFF;
	padding: 3px 5px 0 0;
}
header #logo {
	position: absolute;
	top: 6px;
	left: 0;
}
/*====================== nav ====================== */

header .topnavi {
	position: absolute;
	bottom: 3px;
	right: 68px;
	height: 54px;
}
header .topnavi li {
	display: inline-block;
	position: relative;
	width: 60px;
	vertical-align: top;
}
header .topnavi li a {
	color: #f0ecdb;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 40px;
	width: 100%;
	border-right: 1px dotted rgba(255,255,255,0.7);
}
header .topnavi li a:hover {
	text-decoration: none;
}
header .topnavi li a[class^="icon-"]:before {
	display: block;
	width: 100%;
	padding-bottom: 4px;
	font-size: 19px;
	font-weight: normal;
}
header .menu_toggle {
	background: url(../img/shared/bg.jpg) repeat center bottom;
}
header .menu_toggle.nav-style01 {
	top: 0px;
	right: -100%;
	display: block;
	transition: all 0.5s ease 0s;
}
.navOpen .menu_toggle.nav-style01 {
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	right: 0;
}
/*====================== end nav ====================== */

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


header #key {
	position: relative;
	z-index: 500;
	overflow: hidden;
	margin-top: 85px;
}
.bx-wrapper {
	position: relative;
}
.bx-wrapper .bx-pager {
	color: #ffee00;
	font-family: Arial;
	font-size: 0.85em;
	font-weight: bold;
	text-align: center;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	line-height: 10px;
	bottom: 5%;
	left: 0;
	position: absolute;
	right: 0;
	width: 100%;
	z-index: 999;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	z-index: 999;
}
.bx-wrapper .bx-controls-direction a {
	color: #e75a5a;
	font-family: "fontello";
	font-size: 40px;
	height: 40px;
	line-height: 40px;
	outline: 0 none;
	position: absolute;
	text-indent: -9999px;
	top: 0%;
	width: 26px;
	z-index: 99;
}
.bx-prev::after {
	content: "";
	left: 11px;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-next::after {
	content: "";
	left: 0;
	position: absolute;
	text-indent: 0;
	top: 0;
}
.bx-prev {
	position: absolute;
	top: 0;
	left: 0;
}
.bx-next {
	position: absolute;
	top: 0;
	right: 0;
}
.bx-wrapper .bx-pager .bx-pager-item, .bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background-color: #000;
	border-radius: 5px;
	display: block;
	height: 10px;
	margin: 0 5px;
	outline: 0 none;
	text-indent: -9999px;
	width: 10px;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #be0900 none repeat scroll 0 0;
}
/*====================== end nav ====================== */


/*=============================================*/
/*                   　footer　　　　　          */
/*=============================================*/
#face_book {
	width: 310px;
	margin: auto;
	height: 280px;
	background: #FFF;
}
footer {
	overflow: hidden;
	line-height: 24px;
	padding-top: 20px;
}
footer .shopinfo {
	padding: 0% 1.5%;
	position: relative;
}
footer ul {
	padding: 0 2%;
}
footer ul li {
	padding-bottom: 10px;
	text-align: center;
}
#f_logo {
	margin: 0 auto 5px;
	width: 145px;
}
#f_tel {
	width: 265px;
	margin-bottom: 10px;
}
footer .banner li {
	float: left;
	width: 32%;
	padding: 0 0.5%;
}
footer .link {
	margin: 0 auto 0;
	text-align: center;
	width: 100%;
	font-weight: normal;
	padding-bottom: 5px;
}

#add_txt{
	text-align: center;
}

footer .link_ft {
	margin: 0 2%;
	padding-bottom: 20px;
}
footer .link_ft p {
	width: 49%;
}
footer .link p {
	width: 45%;
	min-width: 170px;
	max-width: 210px;
	margin: 10px auto;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	background: #000;
	border: solid 1px rgba(255, 255, 255, 0.8);
	border-radius: 5px;
	color: #fff;
	display: block;
	font-size: 14px;
	letter-spacing: 0;
	padding: 3px 20px;
	text-align: center;
	text-decoration: none;
	box-shadow: inset 0 0 1px #a8a398;
}
footer .link .link-pc a::before {
	margin-right: 9px;
}
footer address {
	margin-top: 15px;
	/*line-height: 36px;*/
	line-height: 20px;
	border-top: 1px solid #292929;
	color: #8b8b8b;
	font-size: 11px;
	text-align: center;
}

footer address a{
 font-size: 10px;
 color: #8b8b8b;
 display: block;
 text-decoration: none;
}


.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/

#index #blog {
	background: url(../img/index/bg.jpg) no-repeat center center;
	background-size: cover;
	position: relative;
}
#index #blog h2 {
	position: relative;
	z-index: 5;
}
#index #blog #feed {
	margin: 0 2.5%;
	padding: 15px 0 20px;
}
#index #blog #feed dl {
	padding: 5px 0;
}
#index #blog #feed dl dt {
	float: left;
	color: #5e3310;
	font-weight: bold;
	padding-right: 10px;
}
#index #blog #feed dl dd {
	float: left;
	color: #000;
}
#index #lead {
	position: relative;
	padding-bottom: 30px;
}
#index #sec02, #index #sec02 {
	position: relative;
	padding-bottom: 24px;
}
#index #sec02 dl dd, #index #sec02 dl dd {
	margin: 0 2.5%;
	padding-bottom: 10px;
}
#drink #sec02 .box_shared {
	background: #000;
	border: 1px solid #575550;
	margin: 2.5%;
	padding: 10px;
	position: relative;
}
#drink #sec02 .box_shared::before {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	border: 1px solid #575550;
	content: "";
}
#drink #sec02 .box_shared dl dt {
	float: left;
}
#drink #sec02 .box_shared dl dd {
	float: right;
}
#drink #sec02 ul {
	margin: 0 2.5%;
}
#drink #sec02 ul li {
	display: inline-block;
}


#index #sec04 {
	background: #000;
	padding-bottom: 10px;
}
#beginner #sec02 dl dd {
	margin: 0 2.5%;
	padding-bottom: 10px;
}
#beginner #ac_box{
	background: url(../img/drink/bg_s.jpg) repeat center center;
	margin: 0 2.5% 15px;
	padding: 10px 0;
	display: none;
	transition:all 0.5s ease;
}

#beginner #sec02 .bx-pager{
	display: none;
}
#beginner #sec02 .bx-controls-direction {
    top: 35%;
}
#beginner #sec02 .bx-controls-direction a{
	color: #FFF;
}
#menu #lead {
	padding-bottom: 10px;
}
#menu #lead .toggle {
	margin-bottom: 10px;
}
#menu #sec02 {
	padding-bottom: 15px;
}
#menu #sec02 dl {
	margin: 0 2.5%;
}
#menu #sec02 dl dt span {
	font-size: 135%;
	font-weight: bold;
	padding-left: 25px;
}
#menu #sec02 .icon_01 {
	background: url(../img/menu/i01.png) no-repeat left center;
}
#menu #sec02 .icon_02 {
	background: url(../img/menu/i02.png) no-repeat left center;
}
#menu #sec02 .icon_03 {
	background: url(../img/menu/i03.png) no-repeat left center;
}
#menu #sec02 .icon_04 {
	background: url(../img/menu/i04.png) no-repeat left center;
}
#menu #sec02 .icon_05 {
	background: url(../img/menu/i05.png) no-repeat left center;
}
#menu #sec02 .icon_06 {
	background: url(../img/menu/i06.png) no-repeat left center;
}
#menu #sec02 .icon_07 {
	background: url(../img/menu/i07.png) no-repeat left center;
}
#menu #sec02 .icon_08 {
	background: url(../img/menu/i08.png) no-repeat left center;
}
#menu #sec02 .icon_09 {
	background: url(../img/menu/i09.png) no-repeat left center;
}
#menu #sec02 .icon_10 {
	background: url(../img/menu/i10.png) no-repeat left center;
}
#menu #sec02 .icon_11 {
	background: url(../img/menu/i11.png) no-repeat left center;
}
#menu #sec02 .bx-wrapper .bx-controls-direction a {
	color: #FFF;
}
#menu #sec03 .box_shared {
	background: #000;
	border: 1px solid #575550;
	margin: 2.5%;
	padding: 10px;
	position: relative;
}
#menu #sec03 .box_shared p.note {
	text-align: center;
}
#menu #sec03 .box_shared::before {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	border: 1px solid #575550;
	content: "";
}
#menu #sec03 .box_shared dl {
	text-align: center;
	padding: 6px 0;
	border-top: 1px dotted #575550;
}
#menu #sec04 .box_shared {
	background: #000;
	border: 1px solid #575550;
	margin: 2.5%;
	padding: 10px;
	position: relative;
}
#menu #sec04 .box_shared p.note {
	text-align: center;
}
#menu #sec04 .box_shared::before {
	position: absolute;
	top: -5px;
	left: -5px;
	width: 100%;
	height: 100%;
	border: 1px solid #575550;
	content: "";
}
#menu #sec04 .box_shared dl {
	padding: 6px 0;
	border-top: 1px dotted #575550;
}
#menu #sec04 .box_shared dl dt {
	float: left;
}
#menu #sec04 .box_shared dl dd {
	float: right;
	text-align: right;
}
#menu #sec04 .toggle h3 {
	border-top: 1px solid #575550;
	padding: 10px 0;
}
#menu #box_sec5 {
	background: url(../img/drink/bg_s.jpg) repeat center center;
	padding: 10px 0;
}
#menu #box_sec5 p.note {
	text-align: center;
}
#menu #box_sec5 h3 {
	border-top: 1px solid #575550;
	padding: 5px 0;
	margin: 0 2.5%;
}
#menu #box_sec5 dl {
	padding: 6px 0;
	border-top: 1px dotted #575550;
	margin: 0 2.5%;
}
#menu #box_sec5 dl dt {
	float: left;
}
#menu #box_sec5 dl dd {
	float: right;
	text-align: right;
}
#menu #box_sec5 h4 {
	text-align: center;
	font-size: 125%;
	font-weight: bold;
	margin-bottom: 10px;
	background: url(../img/menu/bg_h4.png) repeat-y center center;
	padding: 8px 0;
}

.photo{
	text-align:center;
}
#drink #lead .txt{
	background: url(../img/drink/lead_bg.png) no-repeat center bottom/100%;
	padding-bottom: 110vw;
}
#drink #sec01{
	margin-top: -10vw;
}
#drink #sec01 .row1 .txt{
	padding: 5vw 0 0 0;
}
#drink #sec01 .row2{
	padding-bottom: 5vw;
}
#drink #sec01 .row2 .cap{
	text-align: center;
	font-size: 3.5vw;
	padding-top: 2vw;
}
#drink #sec01 .row2 .toggle{
	margin:5vw 2.5% 8vw 2.5%;
}
#drink #sec01 .row2 .toggle-link{
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 5px;
}
#drink #sec01 .row2 .toggle-main dl{
	display: table;
	width: 100%;
	border-bottom:  1px dotted #888;
	padding: 5px 0;
}
#drink #sec01 .row2 .toggle-main dl>*{
	display: table-cell;
}
#drink #sec01 .row2 .toggle-main dl dt{
	width: 60%;
}
#drink #sec01 .row2 .toggle-main dl dd{
	width: 20%;
}
#drink #sec01 .row2 .toggle-main dl dd:last-child{
	text-align: right;
}
#drink #sec01 .row2 .toggle-main dl dd:nth-last-child(2){
	text-align: center;
}
#drink #sec05 h2{
	position: relative;
}
#drink #sec05 h2:before{
	content: '';
	background: url(../img/drink/s5_bg.png) no-repeat center top;
	width: 100%;
	height: 150vw;
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
}
#drink #sec05 .row1 .txt{
	padding: 3vw 0 5vw 0;
}
#drink #sec05 .toggle{
	margin:5vw 2.5% 8vw 2.5%;
}
#drink #sec05 .toggle-link{
	border-top: 1px solid #888;
	border-bottom: 1px solid #888;
	padding: 5px;	
}
#drink #sec05.toggle-main dl{
	display: table;
	width: 100%;
	border-bottom:  1px dotted #888;
	padding: 5px 0;
}
#drink #sec05 .row2 .cap{
	text-align: center;
}
#drink #sec05 .toggle-main dl{
	display: table;
	width: 100%;
	border-bottom:  1px dotted #888;
	padding: 5px 0;
}
#drink #sec05 .toggle-main dl>*{
	display: table-cell;
}
#drink #sec05 .toggle-main dl dt{
	width: 80%;
}
#drink #sec05 .toggle-main dl dd{
	text-align: right;
	width: 20%;
}
#drink #sec02 .txt{
	padding: 5vw 0;
}
#drink #sec02 {
	padding-top: 15px;
}
#drink #sec02 ul {
	margin: 0 2.5%;
	padding: 10px;
	background: url(../img/drink/bg_s.jpg) repeat center center;
}
/*
#drink #sec03 {
	padding-top: 15px;
}
#drink #sec03 ul {
	margin: 0 2.5%;
	padding: 10px;
	background: url(../img/drink/bg_s.jpg) repeat center center;
}
*/
#drink #sec03 h2{
	padding: 5vw 0 0 0;
}
#drink #sec03 p.txt{
	padding: 0 0 10vw 0;
}
#drink #sec03 .boxtxt{
	background: rgba(0,0,0,0.4);
	position: relative;
	border: 1px solid #888;
	padding: 5vw;
	box-sizing: border-box;
	margin: 0 0 10vw 3vw;
}
#drink #sec03 .boxtxt:before{
	content: '';
	border: 1px solid #888;
	top: -3vw;
	left: -3vw;
	bottom: 3vw;
	right: 3vw;
	position: absolute;
}
#drink #sec03 .boxtxt h3{
	border-top: 4px double #888;
	border-bottom: 1px solid #888;
	font-size: 4.5vw;
	text-align: center;
	padding: 2vw;
	margin-bottom: 5vw;
}
#drink #sec03 .boxtxt dl{
	display: flex;
	justify-content: space-between;
	border-bottom:  1px dotted #888;
	padding: 2vw 0;
}
#drink #sec03 .boxtxt dl:last-child{
	margin-bottom: 8vw;
}
#drink #sec04 {
	background: url(../img/drink/bg_s.jpg) repeat center center;
	padding: 15px 0 10px;
	margin-bottom: 10vw;
}
#drink #sec04 p.note {
	text-align: center;
}
#drink #sec04 .toggle {
	margin: 0 2.5%;
}
#drink #sec04 .toggle h3 {
	font-size: 135%;
	padding: 8px;
	border: 1px solid #575550;
	margin-bottom: 10px;
}
#drink #sec04 .toggle dl + dl {
	border-top: 1px dotted #575550;
}
#drink #sec04 .toggle dl {
	padding: 8px 0;
}
#drink #sec04 .toggle dl dt {
	float: left;
}
#drink #sec04 .toggle dl dd {
	float: right;
}
#drink #sec04 .toggle h4 {
	font-weight: bold;
}
#concept #lead ul {
	padding-top: 5px;
}
#concept #lead ul li {
	width: 50%;
	float: left;
}
#access #lead dl {
	margin: 0 2.5%;
	padding: 8px 0;
	border-bottom: 1px dotted #575550;
}
#access #lead dl dt {
	font-weight: bold;
}
#access #lead dl dd a {
	font-weight: bold;
	font-size: 135%;
	color: #c09629;
}
#access #sec01 {
	padding-bottom: 10px;
}

.btn_box{
	width:90%;
	margin:20px auto 0;
}
.d_btn{
	width: 49%;
	float:left;
	background-color:#7f2726;
	text-align:center;
	padding:0.5em 0;
}
.l_btn{
	width: 49%;
	float:right;
	background-color:#8d5d00;
	text-align:center;
	padding:0.5em 0;
}

#oshirase{
	background: rgba(255,255,255,0.9);
	box-shadow: 0 0 0 10px rgba(255,255,255,0.9);
	width: 90%;
    margin: 30px auto 0px;
	padding: 15px;
	border: solid 4px #c03;
	text-align:center!important;
	font-size: 18px;
	font-weight: bold;
	letter-spacing: -1px;
    color: #000000;
}

#oshirase span{
	font-size: 20px;
}
