@charset "UTF-8";
/*=============================================
 * body
 *=============================================*/
body {
	color: #1f0e00;
	font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	min-width: inherit;
	max-height: 100%;
	line-height: 28px;
	font-size: 14px;
	cursor: auto;
	letter-spacing: 0;
	word-spacing: normal;
	background: url(../img/shared/bgbody.jpg) repeat center top;
}
.navOpen {
	overflow-y: hidden;
	height: 100vh;
	-webkit-overflow-scrolling: touch;
}
.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;
}
/*=============================================
 * header
 *=============================================*/
header .logo {
	position: absolute;
	top: 3px;
	left: 3px;
	width: 20%;
	z-index: 100;
}
header #belt {
	position: fixed;
	left: 0;
	top: 0;
	color: #fff;
	width: 100%;
	z-index: 9999;
}
header #hd_top {
	background: #5B5B5B;
	position: absolute;
	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);
	z-index: 99;
	width: 60px;
	right: 0;
}
header h1 {
	font-size: 11px;
	line-height: 14px;
	text-align: center;
	font-weight: normal;
	display: none;
}
/*====================== nav ====================== */
header .navBtn .txt_nav {
	font-weight: bold;
	color: #000;
}
header .navBtn {
	right: 3px;
	left: auto;
	bottom: auto;
	top: 3px;
	padding: 5px 13px 25px 13px;
	background: url(../img/shared/bgbody.jpg);
	z-index: 10;
}
header .navBtn .icon_c {
	width: 100%;
}
header .topnavi {
	position: absolute;
	bottom: 3px;
	right: 5px;
	height: 54px;
}
header .topnavi li {
	display: inline-block;
	position: relative;
	width: 60px;
	vertical-align: top;
}
header .topnavi li a {
	color: #fff;
	font-size: 11px;
	line-height: 23px;
	text-align: center;
	display: block;
	height: 100%;
	padding-top: 5px;
	width: 100%;
	border-left: 1px dotted white;
}
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/bgbody.jpg);
	padding-top: 70px;
}
header .menu_toggle a {
	color: #1f0e00;
}
header .menu_toggle li {
	border-bottom: 1px solid #1f0e00;
}
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;
	overflow: hidden;
}
header .line {
	background: url(../img/shared/header_line.jpg) repeat-x center top;
	height: 10px;
	border: none;
}
.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: 60;
}
.bx-controls-direction {
	left: 0;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -20px;
	width: 100%;
	z-index: 60;
}
.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;
}
.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　　　　　          */
/*=============================================*/
footer {
	background: url(../img/shared/bgft.jpg) repeat center top;
	overflow: hidden;
	font-size: 13px;
	line-height: 19px;
	padding-bottom: 75px;
}
footer .shopinfo {
	padding: 5% 1.5%;
	position: relative;
}
footer .vcard {
	padding: 0 1.5%;
	margin-bottom: 25px;
}
footer .vcard dd {
	padding-left: 20px;
}
footer .vcard ul li {
	text-align: center;
	margin-bottom: 10px;
}
#f_logo {
	margin: 0 auto 25px;
	width: 18%;
}
#f_tel {
	width: 64%;
	margin: 0 auto 25px auto;
}
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;
}
footer .link p {
	width: 45%;
	min-width: 170px;
	max-width: 210px;
	margin: 10px auto;
	padding: 0 6px;
	line-height: 30px;
}
footer .link p a {
	border: solid 1px #1f0e00;
	border-radius: 5px;
	display: block;
	font-size: 13px;
	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 {
	line-height: 44px;
	font-size: 10px;
	letter-spacing: 3px;
	text-align: center;
}
#pagetop {
	bottom: 70px;
}
.mb0 {
	margin-bottom: 0;
}
.mb5 {
	margin-bottom: 5px;
}
.mb10 {
	margin-bottom: 10px;
}
.mb15 {
	margin-bottom: 15px;
}
.mb20 {
	margin-bottom: 20px;
}
.mb25 {
	margin-bottom: 25px;
}
.mb30 {
	margin-bottom: 30px;
}
.pb0 {
	padding-bottom: 0;
}
.pb5 {
	padding-bottom: 5px;
}
.pb10 {
	padding-bottom: 10px;
}
.pb15 {
	padding-bottom: 15px;
}
.pb20 {
	padding-bottom: 20px;
}
.tc {
	text-align: center;
}
.tl {
	text-align: left;
}
.tr {
	text-align: right;
}
/*=============================================*/
/*                   　ft_group 　　　          */
/*=============================================*/
#ft_group {
	position: fixed;
	opacity: 0;
	z-index: -9999;
	bottom: 0;
	left: 0;
	right: 0;
	color: #000;
	background-color: #f3ebeb;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-webkit-transition: all .5s ease;
}
.has_nav #ft_group {
	position: fixed;
	z-index: 99;
	opacity: 1;
}
#ft_group .box {
	padding: 5px 0;
	background: url(../img/shared/bgbody.jpg) repeat center top;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	line-height: 1.7;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border: 2px solid #1f0e00;
	position: relative;
}
.ft_contact_tel dd {
	font-size: 18px;
}
.ft_contact_tel .icon-phone-1:before {
	padding-right: 10px;
}
.contact_gr .ft_contact_tel dd {
	font-size: 14px;
}
.contact_gr .fl, .contact_gr .fr {
	width: 49%;
}
.contact_gr .ft_contact_mail {
	font-size: 14px !important;
	line-height: 20px !important;
}
.ft_contact_mail:after {
	content: '\f105';
	font-size: 15px;
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	position: absolute;
	right: 12px;
	top: 50%;
	transform: translateY(-50%);
}
#ft_group .box .icon-mail-alt {
	font-size: 14px;
}
#ft_group .box .icon-mail-alt:before {
	font-size: 14px;
	padding-right: 10px;
}
.js_full {
	position: relative;
	margin: 0 -2%;
/*	overflow: hidden;
	padding-top: calc(51% + 30px );	
	height: auto;
*/

}
.js_full .bx-pager {
	position: static;
	padding-top: 10px;
}
.js_full .js_in {
	padding: 0 15%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}
.js_full .bx-viewport {
	overflow: visible !important;
}
.js_full_ext {
	padding-left: 0;
}
.js_full_ext .js_in {
	padding-left: 5%;
}
.js_full_ext img {
	width: 90%;
}
.js_full_ext .bx-prev.disabled{
	display: none;
}
.js_full_ext .bx-next.disabled{
	display: none;
}
.js_full_ext .bx-next {
	right: -18%;
}
.link-archo li {
	width: 49%;
	float: left;
	color: #fff;
	padding: 10px 5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
}
.botan {
	color: #fff;
	padding: 3px 5px;
}
.access_btn {
	background: #4C06F7;
	text-align: center;
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px;
}
.access_btn span {
	display: block;
	padding: 10px;
	cursor: pointer;
}
.copied {
	background-color: #3d2612;
	color: white;
}
/*=============================================*/
/*                   　index　　　　　          */
/*=============================================*/
#index #tori .txt {
	padding: 0 2%;
	background-image: url(../img/index/tori_bg.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}
#index #tori .btn_link {
	margin: 0 2%;
}
#index #nabe {
	background: url(../img/index/nabe_bg.jpg);
	background-size: 100%;
}
#index #nabe .txt {
	margin: 0 2%;
}
#index #sake{
	background: url(../img/index/sake_bgimg.png) no-repeat center bottom 40px,url(../img/index/sake_bg.jpg);
	-webkit-background-size: 100%;
	background-size: 100%;
}
#index #sake .txt li {
	margin-bottom: 10px;
}
#index #sake .catch {
	width: 59.4%;
	float: right;
}
#index #scene {
	padding-top: 20px;
}
#index #scene .sceneSlide {
	width: 74.6%;
	margin-top: 20px;
}
#index #scene .sceneSlide .bx-pager {
	top: -20px;
	left: 0;
	text-align: left;
}
#index #scene .sceneSlide .bx-wrapper .bx-pager.bx-default-pager a {
	background: #342929;
	border-radius: 0;
}
#index #scene .sceneSlide .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #7d0022;
}
#index #scene h2 {
	width: 22.66%;
}
#index #scene .scene_img {
	margin: 0 -2%;
}
#index #scene .scene_btn {
	width: 32.5%;
	float: right;
}
#index #rss {
	background: url(../img/index/rss_bg.png);
	background-size: 100%;
}
#index #rss .fl {
	width: 40%;
	margin-top: 50px;
}
#index #rss .fr {
	width: 60%;
}
#index #rss .fr .photo span {
	background-size: 100% !important;
}
/*=============================================*/
/*              welcome     　　　　　          */
/*=============================================*/
#welcome #lead .txt {
	margin: 0 2%;
}
#welcome #lead .txt li {
	margin-bottom: 10px;
}
#welcome #lead .leadSlide .bx-wrapper .bx-pager.bx-default-pager a {
	background: #342929;
	border-radius: 0;
}
#welcome #lead .leadSlide .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #7d0022;
}
#welcome #lead .leadSlide .bx-pager {
	position: relative;
}
#welcome #floor {
	background: url(../img/welcome/floor_bg.jpg);
	background-size: 100%;
}
#welcome #floor .col {
	position: relative;
}
#welcome #floor .col .floor_popup {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#welcome #floor .col .floor_popup .fl {
	width: 50%;
	margin-top: 35%;
}
#welcome #floor .col .floor_popup .fl .icon1 {
	width: 100%;
}
#welcome #floor .col .floor_popup .icon-down-circle:before {
	color: #fff;
	background: #7d0022;
	border-radius: 50%;
}
#welcome #floor .col .floor_popup .fr {
	width: 50%;
}
#welcome #floor .col .floor_popup .fr .icon2 {
	margin: 32% 0 0 15%;
}
#welcome #floor .col .floor_popup .fr .icon3 {
	margin: 42% 0 0 10%;
}
#welcome .remodal {
	padding: 0;
}
#welcome .remodal .remodal-close {
	top: -35px;
}
#welcome #counter {
	background: url(../img/welcome/counter_bg.jpg);
	background-size: 100%;
}
#welcome #table {
	background: url(../img/welcome/table_bg.jpg);
	background-size: 100%;
}
#welcome #room01 h3 {
	width: 33.7%;
	margin-top: -30px;
}
#welcome #room01 .box {
	background: url(../img/welcome/counter_bg.jpg);
	background-size: 100%;
	padding: 20px 0;
}
#welcome #room01 .box .room1Slider {
	margin: 0 3%;
}
#welcome #room01 .box .room1Slider ul li dl dt {
	margin-bottom: 10px;
	box-shadow: 0px 4px 27px 0px rgba(0, 0, 0, 0.25);
}
#welcome #room2 .row1 .fl {
	width: 60%;
}
#welcome #room2 .row1 .fr {
	width: 40%;
	margin-top: -100px;
}
#welcome #room2 .row2 .toggle .toggle-main {
	background: url(../img/welcome/room2_bgtoggle.jpg);
	background-size: 100%;
	padding: 15px 3% 10px 3%;
}
#welcome #room2 .row2 .toggle .toggle-main ul li {
	margin-bottom: 10px;
	font-weight: bold;
}
#welcome #room2 .row2 .toggle .toggle-main ul li span {
	font-weight: normal;
}
#welcome #room2 .row2 .toggle .toggle-main .txt1 {
	width: 40%;
	margin: auto;
}
#welcome #room2 .row3 .toggle .toggle-main {
	padding: 15px 3% 10px 3%;
	background: url(../img/welcome/room2_bgtoggle.jpg);
}
#welcome #room2 .row3 dl {
	margin-bottom: 10px;
}
#welcome #room2 .row3 dl dt {
	font-weight: bold;
}
#welcome #room2 .row3 dl dd {
	padding-left: 15px;
}
/*=============================================*/
/*                   menu  　　　　　　          */
/*=============================================*/
#menu #lead .txt {
	margin: 0 2%;
}
#menu #sozai {
	background: url(../img/menu/sozai_bg.jpg);
	background-size: 100%;
}
#menu #sozai h3 {
	margin: 0 -2%;
}
#menu #sozai .sozaiTab .tab-link li {
	width: 50%;
	position: relative;
}
#menu #sozai .icon-angle-circled-down{
	position: absolute;
	left: 50%;
	bottom: -5%;
}
#menu #sozai .icon2{
	position: absolute;
	right: 60%;
	left: auto;
	bottom: -5%;
}
#menu #sozai .toggle {
	padding: 10px 0;
	margin-top: -20%;
}
#menu #sozai .toggle .toggle-link {
	padding: 10px;
}
#menu #sozai .toggle .toggle-link:after {
	left: 40%;
	right: 0;
	text-align: left;
	color: #000;
	font-size: 20px;
}
#menu #sozai .toggle .toggle-main {
	padding: 10% 0 10px 0;
}
#menu #sozai .sozaiSlide .bx-controls-direction{
	top: 55%;
}
#menu #reco {
	padding-top: 20px;
}
#menu #reco .toggle {
	background: url(../img/welcome/room2_bgtoggle.jpg);
	padding: 10px 0;
}
#menu #reco .toggle .icon {
	padding: 10px;
}
#menu #reco .toggle .icon:after {
	left: 0;
	right: 0;
	text-align: center;
	color: #000;
	font-size: 20px;
}
#menu #reco .toggle .toggle-main {
	padding: 10px;
}
#menu #reco .row4 {
	background: url(../img/menu/reco_bg1.png) no-repeat center top, url(../img/menu/reco_bgpar.jpg) repeat center top;
	background-size: 100%;
	padding: 20px 0;
}
#menu #reco .row4 h3 {
	width: 50%;
}
#menu #reco .row4 .recoSlider{
	margin-bottom: 10px;
}
#menu #reco .row4 .recoSlider .bx-controls-direction {
	top: 40%;
}
#menu #reco .row4 .recoSlider p {
	margin-bottom: 10px;
}
#menu #reco .row4 .recoSlider dl {
	position: relative;
}
#menu #reco .row4 .recoSlider .icon-angle-circled-down{
	position: absolute;
	top: 10%;
	right: 30%;	
}
#menu #reco .row4 .recoSlider dl dt {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
}
#menu #reco .row4 .recoSlider dl dd.price {
	color: #620000;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
	position: absolute;
	bottom: 5px;
	right: 0px;
}
#menu #reco .row4 .recoSlider dl dd.price span {
	font-size: 20px;
}
#menu #reco .row5 {
	background: url(../img/menu/reco_bgpar.jpg) repeat center top;
	background-size: 100%;
}
#menu #reco .row5 .toggle .toggle-link:after {
	color: #000;
}
#menu #reco .row5 .toggle h3 {
	font-size: 20px;
	margin: 10px 0;
	padding-left: 10px;
}
#menu #reco .row5 .toggle h3:first-of-type {
	margin-top: 0;
}
#menu #reco .row5 .toggle dl {
	zoom: 1 !important;
}
#menu #reco .row5 .toggle dl:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
#menu #reco .row5 .toggle dl dt {
	float: left;
}
#menu #reco .row5 .toggle dl dd {
	color: #620000;
	font-weight: bold;
	float: right;
}
#menu #tori .toriSlider2 .bx-controls-direction {
	top: 40%;
}
#menu #tori .toriSlider2 p {
	margin-bottom: 10px;
}
#menu #tori .toriSlider2 dl {
	position: relative;
}
#menu #tori .toriSlider2 .icon-angle-circled-down{
	position: absolute;
	top: 10%;
	right: 30%;	
}
#menu #tori .toriSlider2 dl dt {
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
}
#menu #tori .toriSlider2 dl dd.price {
	color: #620000;
	font-size: 25px;
	font-weight: bold;
	letter-spacing: 2px;
	position: absolute;
	bottom: 5px;
	right: 0;
}
#menu #tori .toriSlider2 dl dd.price span {
	font-size: 20px;
}
#menu #other {
	background: url(../img/menu/other_deco.png) no-repeat center top;
	background-size: 100%;
	padding: 40px 0 30px 0;
}
#menu #other .toggle {
	border: 1px solid #000;
	padding: 10px 0;
}
#menu #other .toggle .toggle-link:after {
	color: #000;
}
#menu #other .toggle .toggle-main {
	padding: 20px;
}
#menu #other .toggle .toggle-main h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 20px;
	margin: 10px 0;
	padding-left: 10px;
}
#menu #other .toggle .toggle-main dl {
	zoom: 1 !important;
}
#menu #other .toggle .toggle-main dl:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
#menu #other .toggle .toggle-main dl dt {
	float: left;
}
#menu #other .toggle .toggle-main dl dt span {
	font-weight: bold;
}
#menu #other .toggle .toggle-main dl dd {
	color: #620000;
	font-weight: bold;
	float: right;
}
#menu #other .toggle .toggle-main dl .padl {
	padding-left: 10px;
}
/*=============================================*/
/*                 　nabe       　　　          */
/*=============================================*/
#nabe #lead .txt {
	margin: 0 2%;
}
#nabe #lead .txt span {
	color: #620000;
	text-decoration: underline;
}
#nabe #tori {
	background: url(../img/nabe/tori_bg.png);
	background-size: 100%;
	padding: 20px 0;
}
#nabe #tori .note {
	color: #620000;
}
#nabe #tori .tori_img {
	box-shadow: 2px 2px 27px 0px rgba(0, 0, 0, 0.35);
}
#nabe #tori .row1 {
	position: relative;
}
#nabe #tori .row1 .icon1 {
	position: absolute;
	right: 25%;
	bottom: 0;
}
#nabe #tori .row2 {
	position: relative;
}
#nabe #tori .row2 .icon2 {
	position: absolute;
	left: 25%;
	bottom: 0;
}
#nabe #tori .js_full{
	overflow: hidden;
}
#nabe #tori .js_full ul li dl dt {
	margin-bottom: 10px;
}
#nabe #tori .js_full ul li dl dd {
	width: 90%;
}
#nabe #tori .js_full .js_in {
	position: relative;
}
#nabe #motu .note {
	color: #620000;
}
#nabe #motu .motu_img {
	box-shadow: 2px 2px 27px 0px rgba(0, 0, 0, 0.35);
}
#nabe #motu .row1 {
	position: relative;
}
#nabe #motu .row1 .icon1 {
	position: absolute;
	right: 25%;
	bottom: 0;
}
#nabe #motu .row2 {
	position: relative;
}
#nabe #motu .row2 .icon2 {
	position: absolute;
	left: 25%;
	bottom: 0;
}
/*=============================================*/
/*                   　　drink 　　　　          */
/*=============================================*/
#drink #lead {
	background: url(../img/drink/lead_bg.jpg);
	background-size: 100%;
	padding: 20px 0;
}
#drink #lead .txt {
	margin: 10px 3% 0 3%;
}
#drink #reco .beer {
	background: url(../img/drink/reco_bg.png) no-repeat center top;
	background-size: 100%;
}
#drink #reco .beer .txt h2 {
	width: 24%;
	margin-top: 20px;
}
#drink #reco .beer .txt .txt-vertical {
	width: 76%;
	margin-top: 70px;
}
#drink #reco .beer .reco_img {
	margin: 0 -2%;
}
#drink #reco .wine {
	margin: 0 2%;
}
#drink #reco .wine .box {
	background: url(../img/drink/reco_bgline1.jpg) no-repeat center top, url(../img/drink/reco_bgline3.jpg) no-repeat center bottom, url(../img/drink/reco_bgline2.jpg) repeat-y center center;
	background-size: 100%;
	padding: 20px 0 10px 0;
}
#drink #reco .wine .box .inner {
	margin: 0 15%;
	background: url(../img/drink/reco_bgdeco.png) no-repeat center top;
	background-size: 100%;
	position: relative;
	padding: 20px 0 10px 0;
}
#drink #reco .wine .box .inner:before {
	content: "";
	position: absolute;
	top: -30%;
	left: -8%;
	background: #92887e;
	width: 1px;
	height: 160%;
}
#drink #reco .sake {
	background: url(../img/drink/reco_bg2.png) no-repeat center top;
	background-size: 100%;
}
#drink #reco .sake dl.txt dt {
	float: right;
	width: 36.9%;
	margin-top: 30px;
}
#drink #reco .sake dl.txt dd {
	float: left;
	width: 50%;
	height: 272px;
	margin-top: 150px;
}
#drink #reco .high{
	position: relative;
}
#drink #reco .high:before{
	content: "";
	position: absolute;
	top: 0;
	right: 4%;
	background: #92887e;
	width: 1px;
	height: 85%;
	z-index: -1;
 }
#drink #reco .high .txt {
	margin: 0 7%;
}
#drink #reco .high .note{
	margin: 0 5%;
}
#drink #reco .requ .price {
	width: 90%;
	margin: 0 auto;
	border-left: 5px solid #7d0022;
}
#drink #reco .requ .price dl {
	font-size: 25px;
	zoom: 1 !important;
	margin-bottom: 10px;
}
#drink #reco .requ .price dl:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
#drink #reco .requ .price dl dt {
	float: left;
	margin-left: 20px;
}
#drink #reco .requ .price dl dt span {
	font-size: 18px;
}
#drink #reco .requ .price dl dd {
	float: right;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 18px;
	color: #7d0022;
}
#drink #reco .requ .price dl dd span {
	font-size: 25px;
	font-weight: bold;
}
#drink #menu {
	background: url(../img/drink/menu_bg.png) no-repeat center top;
	background-size: 100%;
	padding: 30px 0 20px 0;
}
#drink #menu .toggle {
	border: 1px solid #92887e;
}
#drink #menu .toggle .toggle-link {
	padding: 10px;
}
#drink #menu .toggle .toggle-link:after {
	color: #000;
}
#drink #menu .toggle .toggle-main {
	padding: 10px;
}
#drink #menu .toggle h3 {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 24px;
	margin: 10px 0;
	padding-left: 10px;
}
#drink #menu .toggle dl {
	zoom: 1 !important;
}
#drink #menu .toggle dl:after {
	content: "." !important;
	clear: both !important;
	display: block !important;
	height: 0 !important;
	visibility: hidden !important;
}
#drink #menu .toggle dl dt {
	float: left;
}
#drink #menu .toggle dl dt span {
	padding-left: 15px;
}
#drink #menu .toggle dl dd {
	float: right;
	text-align: right;
	font-weight: bold;
	color: #620000;
	letter-spacing: 3px;
}
/*=============================================*/
/*                   　　access　　　　          */
/*=============================================*/
#access #info {
	background: url(../img/access/info_deco1.png) no-repeat center top;
	background-size: 100%;
	padding: 30px 0 20px 0;
}
#access #info .box {
	background: url(../img/access/info_bgbox.jpg);
	background-size: 100%;
	position: relative;
	padding: 15px;
}
#access #info .box:before {
	content: "";
	position: absolute;
	top: -80px;
	left: 0;
	background-image: url(../img/access/info_deco2.png);
	background-size: 100%;
	background-position: center top;
	background-repeat: no-repeat;
	width: 100%;
	height: 354px;
}
#access #info .box dl {
	border-bottom: 1px dotted #a39c8f;
	padding: 5px 0;
}
#access #info .box dl dd span {
	color: #c00000;
	font-weight: bold;
	font-size: 20px;
}
#access #ggmap {
	background: url(../img/access/gmap_bg.png) no-repeat center top;
	background-size: 100%;
}
#access #ggmap h2 {
	padding-top: 150px;
}
#access #ggmap #gmap {
	height: 300px;
}
#access #floor{
	background: url(../img/access/floor_bg.jpg);
	-webkit-background-size: 100%;
	background-size: 100%;
}
#access #floor .floor_img li{
	margin-bottom: 10px;
}
#access #floor .txt{
	margin: 0 2%;
}
#access #floor .txt2{
	margin: 0 8%;
}


