@charset "utf-8";
/* 共有ベース定義
-----------------------------------------------	*/

body {
	text-align: left;
	color: #fff;
	cursor: auto;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "メイリオ", Meiryo, "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-size: 14px;
	line-height: 32px;
	letter-spacing: 0.05em;
	min-width: 1000px;
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	position: relative;
}
*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}
/* 強調 */
strong {
	font-weight: bold;
}
#container_bg {
	width: 100%;
	min-width: 1000px;
	position: relative;
	background: url(../img/shared/bg_shared.png) top center repeat-y;
	overflow: hidden;
}
.wrap {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}
.shadow-img{
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);
}
/*=============================================*/
/*                 テキスト 変更のみ            */
/*=============================================*/

.txt_default {
	color: #a49b83;
}
.txt_cleam {
	color: #faddaf;
}
.txt_red {
	color: #620000;
}
.txt_brwn {
	color: #7e5e4f;
}
.txt_min {
	font-size: 80%;
	letter-spacing: 1px;
}
.txt_middle {
	font-size: 95%;
}
.txt_big {
	font-size: 120%;
}
.txt_max {
	font-size: 140%;
}
.shadw2 {
	-webkit-box-shadow: #BEBEBE 3px 3px 10px;
	-moz-box-shadow: #BEBEBE 3px 3px 10px;
	box-shadow: #BEBEBE 3px 3px 10px;
	behavior: url(pie/PIE.htc);
}
/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/


/* header (top)*/
#header {
	position: relative;
	z-index: 111;
	padding-top: 17px;
	padding-bottom: 18px;
}
#header  .btn_fiexd{
	position: fixed;
	top: 263px;
	right: 0;
}
#header  .btn_fiexd a:hover{
	opacity: 0.8;
}
#header #logo{
	float: left;
	margin: 11px 20px 0 0;
}
#header h1{
	float: left;
	width: 36%;
	line-height: 20px;
	padding-top: 8px;
}
#header .head_right{
	float: right;
	margin-right: 28px;
	text-align: right;
}
#header .head_right .tel{
	padding-right: 6px;
}
#headerInner {
	width: 1000px;
	margin: auto;
	height: 240px;
	position: relative;
}
#header .nav-fixed.fixed {
    pointer-events: visible;
    opacity: 1;
    transition: 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 150;
}
#header .nav-fixed {
    position: absolute;
    background:url("../img/shared/bg_nav.jpg") repeat center top;
	padding: 13px 0 7px 0;
    width: 100%;
    z-index: 3000;
    top: 0;
    left: 0;
    opacity: 0;
    pointer-events: none;
}
.nav-fixed.fixed {
  position: fixed;
  top: 0;
}
.nav-fixed .tel_fix{
	position: absolute;
    top: 10px;
    right: -7px;
}

.nav-fixed .btn_reserve_fix a{
	position: absolute;
    top: 5px;
    right: 280px;
    width: 120px;
	display: block;
	color:#fff;
	text-align: center;
	font-size: 16px;
	background-color: #af2719;
	border-radius: 10px;
	padding: 10px 0;
	text-decoration: none !important;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 1px;
    box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .5);
}

.nav-fixed .btn_reserve_fix a:hover{
    	text-decoration:none;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	opacity:0.8;
}

.nav-fixed .nav-fl{
	width: 625px;
}
.nav-fixed .nav-fl a{
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
	text-decoration: none;
	margin-right: 43px;
}
.nav-fixed .nav-fl a + a:before {
	content: "";
	background: #9d9c9c;
	height: 16px;
	width: 1px;
	position: absolute;
	top: 4px;
	left: -23px;
}
.nav-fixed .nav-fl a:nth-child(7):before{
	display: none;
}
.nav-fixed .nav-fl a.active,
.nav-fixed a:hover{
    text-decoration: underline;
}
/*=============================================*/
/*    ナビゲーション部（グローバル）   */
/*=============================================*/

#globalNav {
	display: flex;
}

/*=============================================*/
/*                100%メイン囲み   top           */
/*=============================================*/
#content {
	background: url(../img/shared/bg_content.jpg) top center repeat;
	width: 1000px;
	margin: 10px auto;
	position: relative;
}
.section {
	width: 1000px;
	margin: 0px auto;
	position: relative;
	display: block;
	clear: both;
}
/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/
	
div#footer {
	background: url(../img/shared/footer_bg0.png) repeat top center;
	width: 100%;
	padding-bottom: 25px;
	position: relative;
}
div#footer_sns {
	clear: both;
	background-color: #2D241F;
	height: 54px;
    padding-top: 20px
}
div#footer .content_footer {
	width: 1000px;
	margin: 0 auto;
}
div#footer .content_footer .footer_copy {
	clear: both;
	padding: 14px 0 20px;
	text-align: center;
}
div#footer .left_box {
	width: 340px;
	float: left;
	margin: 83px 0 0 80px;
}
div#footer .right_box {
	float: right;
	width: 457px;
	margin: 64px 0 4px 0;
	font-size: 13px;
	line-height: 22px;
}
div#footer .footer_list {
	margin-bottom: 22px;
}
div#footer .footer_list dt {
	float: left;
}
div#footer .footer_list dd {
	margin-left: 85px
}
div#footer .footer_list::after {
	clear: both;
}
/* ナビゲーション部（フッター）
-----------------------------------------------	*/

ul.footnav li {
	display: inline;
	zoom: 1 !important;
	color: #2d2b29;
	font-size: 12px;
	line-height: 24px;
}
ul.footnav li a {
	color: #2d2b29;
	text-decoration: none;
	margin: 0px 3px;
	font-size: 12px;
	line-height: 24px;
}
ul.footnav li a:hover, ul.footnav li a.active {
	text-decoration: underline;
}
.footer_nav{
	width: 600px;
	margin: 0 auto;
}
.footer_nav ul {
	text-align: center;
	font-size: 16px;
	line-height: 30px;
	color: #9d9c9c;
	padding-top: 10px;
	width: 100%;
	letter-spacing: 2px;
	display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.footer_nav ul li {
	padding: 0 20px;
	position: relative;
}
.footer_nav ul li a:hover {
	text-decoration: underline;
}
.footer_nav ul li a {
	color: #9d9c9c;
	text-decoration: none;
}
.footer_nav ul li + li:before {
	content: "";
	background: #9d9c9c;
	height: 16px;
	width: 1px;
	position: absolute;
	top: 4px;
	left: 0;
}
.footer_nav ul li:nth-child(6):before{
	display: none;
}
address {
    text-align: center;
	color: #9d9c9c;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 3px;
	margin-top: 15px;
}
.text-cookie{
	text-align: center;
}
.text-cookie a{
    color: #9d9c9c;
	font-size: 13px;
	line-height: 26px;
	letter-spacing: 3px;
	text-decoration: none;
}
.text-cookie a:hover{
	text-decoration: underline;
}
/* =========================================================
	CLEAR
========================================================= */
.clear {
	clear: both !important;
}
br.clear {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
/* CLEAR FIX
--------------------------------------------------------- */
.clearfix {
	zoom: 1 !important;
}/* for IE 5.5-7 */
.clearfix:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}
.left_col {
	float: left;
}
.right_col {
	float: right;
}
.price1 {
	font-weight: bold;
	color: #333f1c;
	font-size: 18px;
	font-family: Calibri;
}
.price1 span {
	font-size: 28px;
	margin-right: 2px;
}
.menuC {
	background: url(../img/shared/menu_center.jpg) repeat-y top center;
	width: 940px;
}
.menuB {
	background: url(../img/shared/menu_bottom.png) no-repeat bottom center;
	width: 940px;
}
.menuList {
	border-top: 1px solid #8b8850;
	padding-bottom: 20px;
}
.menuB .menuList {
	width: 320px;
	float: left;
	margin-right: 30px;
	border-top: 1px solid #3a543c;
	padding-bottom: 45px;
}
.menuList dl {
	border-bottom: 1px solid #8b8850;
	position: relative;
	line-height: 20px;
	padding: 12px 0px 5px 0px
}
.menuList dt {
	color: #333f1c;
}
.menuList dd {
	color: #697021;
	font-size: 12px;
}
.menuList dd.price {
	position: absolute;
	top: 12px;
	color: #333f1c;
	right: 8px;
	text-align: right;
}
.menuB .menuList dl {
	border-bottom: 1px solid #3a543c;
}
.menuB .menuList dt {
	color: #fff11a;
}
.menuB .menuList dd {
	color: #ffffff;
}
.menuB .menuList dd.price {
	color: #dbe0a6;
}
.col {
	float: left;
	width: 273px;
}
.mgr20 {
	margin-right: 20px;
}
.col h3 {
	background: url(../img/others/menu_h3.png) no-repeat top center;
	height: 36px;
	line-height: 31px;
	text-align: center;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 7px;
}
.price2 {
	border-bottom: 1px solid #8b8850;
	line-height: 33px;
	color: #333f1c;
	margin-top: 5px;
	padding-right: 8px;
	text-align: right;
}
.menuList dl.height40 {
	height: 40px;
}
.m_b05 {
	margin-bottom: 5px;
}
.m_b10 {
	margin-bottom: 10px;
}
.m_b15 {
	margin-bottom: 15px;
}
.m_b20 {
	margin-bottom: 20px;
}
.m_b25 {
	margin-bottom: 25px;
}
.m_b30 {
	margin-bottom: 30px;
}
.m_b40 {
	margin-bottom: 40px;
}
.m_b50 {
	margin-bottom: 50px;
}
.m_t05 {
	margin-top: 5px;
}
.m_t10 {
	margin-top: 10px;
}
.m_t15 {
	margin-top: 15px;
}
.m_t20 {
	margin-top: 20px;
}
.m_t25 {
	margin-top: 25px;
}
.m_t30 {
	margin-top: 30px;
}
.m_l05 {
	margin-left: 5px;
}
.m_l06 {
	margin-left: 6px;
}
.m_l07 {
	margin-left: 7px;
}
.m_l08 {
	margin-left: 8px;
}
.m_l09 {
	margin-left: 9px;
}
.m_l10 {
	margin-left: 10px;
}
.m_l20 {
	margin-left: 20px;
}
.m_r20 {
	margin-right: 20px;
}
.m_l40 {
	margin-left: 40px;
}
.m_r40 {
	margin-right: 40px;
}
.p_l05 {
	padding-left: 5px;
}
.p_l10 {
	padding-left: 10px;
}
.p_l15 {
	padding-left: 15px;
}
.p_l20 {
	padding-left: 20px;
}
.p_l25 {
	padding-left: 25px;
}
.p_l30 {
	padding-left: 30px;
}
.p_l40 {
	padding-left: 30px;
}
.p_l50 {
	padding-left: 50px;
}
.p_l65 {
	padding-left: 65px;
}
.p_r05 {
	padding-right: 5px;
}
.p_r10 {
	padding-right: 10px;
}
.p_r15 {
	padding-right: 15px;
}
.p_r20 {
	padding-right: 20px;
}
.p_r25 {
	padding-right: 25px;
}
.p_r30 {
	padding-right: 30px;
}
.p_r40 {
	padding-right: 40px;
}
.p_r50 {
	padding-right: 50px;
}
.p_t10 {
	padding-top: 10px;
}
.p_t20 {
	padding-top: 20px;
}
.p_t30 {
	padding-top: 30px;
}
.p_t40 {
	padding-top: 40px;
}
.p_t50 {
	padding-top: 50px;
}
.mar0 {
	margin: 0 !important;
}
/*=============================================
 * #socialbuttons
 *=============================================*/


#socialbuttons {
    text-align: center;
    line-height: 10px;
    display: flex;
    justify-content: center;
}
#socialbuttons > * {
	display: inline-block;
	margin: 0 7px;
}
address a {
	cursor: default;
}
.ft_tel{
	padding-left: 16px;
}
/*=============================================
 * #pagetop
 *=============================================*/

#pagetop {
	opacity: 0;
	background-repeat: no-repeat;
	background-position: center;
	position: fixed;
	right: 0;
	bottom: 0;
	visibility: hidden;
	z-index: 999;
	transition:
		opacity .3s ease,
		visibility .3s ease;
	-moz-transition:
		opacity .3s ease,
		visibility .3s ease;
	-webkit-transition:
		opacity .3s ease,
		visibility .3s ease;
}
#pagetop.visible {
	opacity: 1;
	visibility: visible;
}
#pagetop.in-scroll {
	cursor: not-allowed;
}
#pagetop > * {
	opacity: 1;
	transition: opacity .3s ease;
	-moz-transition: opacity .3s ease;
	-webkit-transition: opacity .3s ease;
}
#pagetop > *:hover {
	cursor: pointer;
	opacity: .8;
}

.btn_reserve a{
	position: absolute;
    top: 0px;
    right: 310px;
    width: 110px;
	display: block;
	color:#fff;
	text-align: center;
	font-size: 14px;
	background-color: #af2719;
	border-radius: 10px;
	padding: 5px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 1px;
}
.btn_reserve a:hover{
    	text-decoration:none;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	opacity:0.8;
}

.btn_reserve_ft a{
    width: 220px;
    margin: 20px auto;
	display: block;
	color:#fff;
	text-align: center;
	font-size: 16px;
	background-color: #af2719;
	border-radius: 10px;
	padding: 10px 0;
	text-decoration: none;
	box-sizing:border-box;
	line-height: 25px;
	letter-spacing: 1px;
}
.btn_reserve_ft a:hover{
    	text-decoration:none;
	filter:alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
	-moz-opacity:0.8;
	opacity:0.8;
}
