﻿@charset "utf-8";
@import 'fontello.css';
@import 'jquery.bxslider.css';
@import 'font-awesome.min.css';

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

body {
	color: #000000;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 15px;
	line-height: 28px;
	letter-spacing: 0;
	background: #fff;
	min-width: 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: auto;
}
/*=============================================
 * header
 *=============================================*/

/*=============================================
 * key
 *=============================================*/
#key{
    position: relative;
}
/*=============================================
 * container
 *=============================================*/

#container {
}
/*=============================================
 * #socialbuttons
 *=============================================*/

#socialbuttons {
	margin: 0 auto;
    text-align: center;
}
/*=============================================
 * footer
 *=============================================*/

#footer {
	border-top: 3px solid #000;
	width: 100%;
	position: relative;
	font-size: 15px;
	line-height: 20px;
	letter-spacing: 0.5px;
	color: #000;
	padding-bottom:100px;
}

#footer .logo {
	padding-top: 30px;
    text-align: center;
}
#footer .tel {
	padding: 20px 0;
}
#footer .ft_info{
}
#footer .ft_info h3{
	font-size: 18px;
    font-weight: bold;
    padding: 0 10px 10px;
    text-align: center;
    line-height: 30px;
}
#footer .ft_info dl{
	font-weight: bold;
    padding: 0 10px 15px;
}
#footer .ft_info dt{
	float: left;
    width: 30%;
}
#footer .ft_info dd{
	float: left;
    width: 70%;
}
#footer .nav {
	line-height:35px;
	font-weight: bold;
	font-size: 15px;
	padding: 9px 0px 0;
	letter-spacing: 0.5px;
	color: #000;
	position: relative;
	text-align: center;
}
#footer .nav li {
	padding-left: 0;
}
#footer .nav li a {
	padding: 0 6px;
	position: relative;
}
#footer .nav li + li {
}
#footer .nav li + li:before {
	content: '>';
}

.pcbtn{
	padding:10px;
	text-align: center;
	margin:10px auto;
}
/*=============================================
 * copyright
 *=============================================*/
#pagetop {
	right: 10px;
	bottom: 10px;
}
#pagetop img {
    width: 55px;
    height: auto;
}
address {
	color: #000;
	font-size: 17px;
    padding: 16px 0 20px;
	letter-spacing: 0.4px;
	line-height: 25px;
	text-align: center;
	position: relative;
	margin: 0 auto;
}
address span{
	position: relative;
z-index: 1;
	background: #fff;
	padding:  0 8px;
}
address:after{
	border-top: 3px solid #000;
	width: 100%;
	position: absolute;
	top: 26px;
	right: 0;
	content: '';
}


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

.text_center {
	text-align: center;
}
.ml_0 {
	margin-left: 0px !important;
}
.strong {
	font-weight: bold;
}
.text_right {
	text-align: right;
}
#socialbuttons > * {
	margin: 0 7px;
}
.w_500 {
	width: 500px;
}
.w_50pc {
	width: 50%;
}
#map{
	height: 500px;
	width: 100%;
}
.w_320{
	width: 320px;
}
.w_277{
	width: 277px;
}
.w_480{
	width: 480px;
}
.w_405{
	width: 405px;
}
.w_460{
	width: 460px;
}
.listitem dl {
	border-bottom: 2px solid #000;
	position: relative;
	padding: 48px 0 9px 142px;
	margin-bottom: 11px;
	line-height: 42px;
}
.listitem dl dt {
	font-size: 25px;
}
.listitem dl dd.price {
	padding-top: 6px;
	padding-left: 15px;
}
.listmenu {
	line-height: 35px;
	letter-spacing: 0.5px;
}
.listmenu dt {
	float: left;
	position: relative;
	padding-left: 20px;
}
.listmenu dt:before {
	background: url(../img/menu/icon.png) no-repeat center top;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 12px;
	left: 4px;
	content: '';
}
.listmenu dd {
	float: right;
	text-align: right;
}
/*header*/
header{
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 999999;
    background: #fff;padding-top: 5px;
    border-top: 1px solid #000;
}
header .navBtn {
    display: block;
    cursor: pointer;
    text-align: center;
    font-size: 11px;
    line-height: 18px;
    color:#644734;
}
header .navBtn span {
    display: block;
    height: 3px;
    width: 60%;
    margin:0 auto;
    background: #000;
    -webkit-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    transition: all .5s ease-in-out;
    margin-top: 8px;
}
header .navBtn span:nth-of-type(2), 
header .navBtn span:nth-of-type(3) {
    margin-top: 5px;
}

header .navBtn span:nth-of-type(3) {
    margin-bottom:5px;
}

header .navBtn i{
    position:absolute;
    left:0;
    right:0;
    bottom:3px;
    font-size: 11px;
    color: #000;
}
/* ナビゲーションアイコン：アクティブ */
.navOpen .navBtn span:nth-of-type(1) {
    -webkit-transform: translateY(8px) translateX(0) rotate(45deg);
    -ms-transform: translateY(8px) translateX(0) rotate(45deg);
    transform: translateY(8px) translateX(0) rotate(45deg);
}
.navOpen .navBtn span:nth-of-type(2) {
    margin-top: 6px;
    opacity: 0;
    -webkit-transform: translateY(8px);
    -ms-transform: translateY(8px);
    transform: translateY(8px);
}
.navOpen .navBtn span:nth-of-type(3) {
    -webkit-transform: translateY(-8px) translateX(0) rotate(-45deg);
    -ms-transform: translateY(-8px) translateX(0) rotate(-45deg);
    transform: translateY(-8px) translateX(0) rotate(-45deg);
}
header .button-toggle {
    color: #fff;
    cursor: pointer;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0px;
    width: 60px;
}
header .button-toggle span {
    background: #000 none repeat scroll 0 0;
    display: block;
    height: 4px;
    margin-top: 5px;
}
header .menu_toggle {
    display: none;
    position: fixed;
    width: 100%!important;
    bottom: 77px;
    right: 0;
    overflow-y: auto;
    color: #999;
    z-index: 9999999;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
header .menu_toggle ul {
    padding: 0;
    list-style-type: none;
    list-style-position: outside;
}
header .menu_toggle li {
    position: relative;
    padding: 3px 5px;
    border-bottom: 1px solid rgba(0,0,0,0.1);
    clear: both;
}
header .menu_toggle li span {
    padding-left: 10px;
}
header .menu_toggle li span:before{
    font-size: 20px;
}
header .menu_toggle a {
    display: block;
    color: #333;
    text-decoration: none;
    line-height: 16px;
    font-size: 15px;
}
header .menu_toggle ul li a {
    display: block;
    padding: 15px 0 15px 10px;
}
header .menu_toggle ul li a:after {
    content: '\f105';
    font-family: "fontello";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 1em;
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    right: 12px;
    top: 50%;
    margin-top: -7px;
}
header .menu_toggle .last {
    background-color: #5a0000;
}
header .close_btn,
header .close_btn1,
header .close_btn2{
    width: 100%;
    height: 40px;
    padding-top: 1px;
    cursor: pointer;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    display: block;
    letter-spacing: 0.1em;
    line-height: 40px;
    text-align: center;
    background-color: #ccc;
    z-index: 100;
}
header .close_btn span,
header .close_btn1 span,
header .close_btn2 span{
    font-size: 24px;
}
#wrapper .logo {
    background:url(../img/shared/header_bg.jpg) top center no-repeat;
    background-size:cover;
    padding:5px 0;
}

header #belt {
}

header #hd_top {
    position: relative;
    height: 54px;
    top:0;
    left:0;
    right:0;
    z-index:1000;
}

header h1 {
    overflow:hidden;
    text-align: center;
    font-size: 10px !important;
    line-height: 15px;
    padding-bottom: 3px;
    color: #000;
}
/*====================== nav ====================== */

header .topnavi {
    position: absolute;
    bottom: 0px;
    right: 0px;
    top:0;
    left:0;
}
header .topnavi li {
    float:left;
    position: relative;
    vertical-align: top;
    border-left: 1px solid #000;
    height:100%;
    box-sizing: border-box; 
}
header .topnavi li{
    width: 25%;
}
header .topnavi li:first-child{
    width: 25%;
}
header .topnavi li:first-child{border-left:none;}
header .topnavi li a {
    text-align: center;
    display: block;
    padding: 10px 0 0;
    color: #000;
    font-size: 11px;
}
header .topnavi li a:before{
    font-size: 16px;
}
header .topnavi li a:hover {
    text-decoration: none;
}
#header .logo a {
    width: 70px;
    text-align: left;
    padding-left: 10px;
}
#header .logo a img {
    width: 100%;
}
header .topnavi li a[class^="icon-"]:before {
    display: block;
    width: 100%;
    padding-bottom: 4px;
    font-size: 19px;
    font-weight: normal;
}
header .topnavi li.btn_navi1{
    color:#000;
    line-height: 20px;
    text-align: center;
    padding: 9px 0 0;
    font-size: 11px;
}
header .topnavi li.btn_navi2{
    color:#6c9a9a;
}
header .menu_toggle {
    background:#ededed;
}
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;
}

header .topnavi li.btn_name span{
    display: inline-block;
    margin-bottom: 7px;
}
header .topnavi li.btn_name span:before{
    font-size: 15px;
}
.bx-wrapper .bx-viewport {
    -moz-box-shadow: none!important;
    -webkit-box-shadow: none!important;
    box-shadow: none!important;
    border: none!important;
    left: 0!important;
    background: none!important;
    -webkit-transform: translatez(0);
    -moz-transform: translatez(0);
    -ms-transform: translatez(0);
    -o-transform: translatez(0);
    transform: translatez(0);
}

.bx-wrapper .bx-controls-direction a {
    width: 40px;
    height: 40px;
}

.bx-wrapper .bx-controls-direction a.bx-prev {
    background: url('../img/shared/la.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    left: 0px;
}

.bx-wrapper .bx-controls-direction a.bx-next {
    background: url('../img/shared/ra.png') no-repeat center;
    -webkit-background-size: cover;
    background-size: cover;
    right: 0px;
}
#pagetop img {
    width: 45px;
}
.pl0{
    padding-left: 0 !important;
}
.seemore {
    font-size: 19px;
    padding: 8px 0;
    text-align: center;
}
.text-right{
    text-align: right !important;
}
.text-center {
    text-align: center !important;
}
.yellow {
    color:#a4841c;
}
.red {
    color:#7b1c1c;
}
.logo_header{
    width: 60px;
    margin-left: 10px;
    position: absolute;
    left: 0;
    top: 5px;
    z-index: 99;
}

/*-予約ウィジェット-*/

.reservation{
	width:90%;
	text-align:center;
	border: 4px solid #000;
	padding-top:5px;
	margin:20px auto 20px;
}
.reservation .tc-header{
	text-align:center !important;
	color:#000 !important;
}


#webyoyaku a{
	position: fixed;
	top:20px;
	right:1px;
	-ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
	font-size: 13px;
	display: block;
	background-color: #961d12;
	padding: 10px 7px;
	color: #fff;
	letter-spacing: 5px;
	text-decoration: none;
	border:solid 1px #FFF;
	z-index: 9999;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}