@charset "UTF-8";
/* ===================================================================
CSS information

 file name  : common.css
 author     : Ability Consultant
 style info : 基本・共通設定
=================================================================== */
#header #gnav:after {
	content: "";
	display: table;
	clear: both;
}

/* -----------------------------------------------------------
	基本設定、リンクカラーなど
----------------------------------------------------------- */
html {
	font-size: small;
	line-height: 1.5;
}

body {
	margin: 0;
	color: #313131;
	background: url(../images/common/shkbg.jpg) -60px 280px repeat-y #fcfbf7;
	-webkit-text-size-adjust: none;
	font-size: 100%;
}
.ie body {
	font-size: 98%;
}
body a {
	color: #4b4b4b;
}
body a:link, body a:visited, body a:active {
	text-decoration: underline;
}
body a:hover {
	text-decoration: none;
	color: #646464;
}
body img {
	max-width: 100%;
	-webkit-touch-callout: none;
}

body, pre, input, textarea, select {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

input, select, textarea {
	font-size: 100%;
}

.over {
	-moz-transition: opacity 200ms ease-in;
	-o-transition: opacity 200ms ease-in;
	-webkit-transition: opacity 200ms ease-in;
	transition: opacity 200ms ease-in;
}
.over:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

/* -----------------------------------------------------------
	楽天サイトバー調整
----------------------------------------------------------- */
#htlSide-A {
	float: none !important;
	position: absolute;
	left: 0;
	top: 1050px;
}

#htlMainContent {
	width: 1190px !important;
	margin-left: 0 !important;
}

#RthCustomizeW {
	width: auto !important;
}

#contents {
	width: 950px !important;
	margin-left: auto;
	margin-right: auto;
}

#footer {
	width: 950px !important;
	margin-left: 240px !important;
}

/* -----------------------------------------------------------
	#page
----------------------------------------------------------- */
#page {
	min-width: 950px;
}

/* -----------------------------------------------------------
	#header
----------------------------------------------------------- */
#header .con_header {
	position: relative;
	width: 1190px;
}
#header .con_header .box_header {
	position: absolute;
	overflow: hidden;
	width: 100%;
}
#header .con_header .box_header h2 {
	float: left;
	width: 171px;
	margin: 30px 0 0 52px;
}
#header .con_header .box_header h2 a {
	-moz-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
#header .con_header .box_header h2 a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
#header .con_header .box_header p {
	float: right;
	margin: 29px 34px 0 0;
}
#header #gnav {
	background: #0a0400;
}
#header #gnav li {
	float: left;
}
#header #gnav li:first-child a {
	padding: 18px 40px 15px;
}
#header #gnav li.reserve {
	position: relative;
	background: #612e22;
}
#header #gnav li.reserve ul {
	position: absolute;
	left: 0;
	top: 82px;
	z-index: 10000;
	width: 100%;
}
#header #gnav li.reserve ul li {
	width: 100%;
	overflow: hidden;
	height: 0;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-webkit-transition: 300ms;
	transition: 300ms;
}
#header #gnav li.reserve ul li a {
	display: block;
	padding: 9px 0;
	background: #745155;
	text-align: center;
}
#header #gnav li.reserve:hover ul li {
	overflow: visible;
	height: 32px;
	border-top: 1px solid #e2daca;
}
#header #gnav li.reserve:hover ul li:first-child {
	border-top: none;
}
#header #gnav li.christmas {
	background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzYzMDQwOSIvPjxzdG9wIG9mZnNldD0iNTAlIiBzdG9wLWNvbG9yPSIjNzcwNjBjIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjNjMwNDA5Ii8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g');
	background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #630409), color-stop(50%, #77060c), color-stop(100%, #630409));
	background: -moz-linear-gradient(top, #630409 0%, #77060c 50%, #630409 100%);
	background: -webkit-linear-gradient(top, #630409 0%, #77060c 50%, #630409 100%);
	background: linear-gradient(to bottom, #630409 0%, #77060c 50%, #630409 100%);
}
#header #gnav li a {
	display: block;
	padding: 18px 20px 15px;
	-moz-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
#header #gnav li a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}

.con_flash {
	width: 1190px;
	height: 566px;
	background: url(../images/header/bg_main.jpg) no-repeat left top;
}

.con_slide {
	width: 1190px;
	height: 670px;
	/*background: url(../images/header/bg_main.jpg) no-repeat left top;*/
}

/* -----------------------------------------------------------
	#contents
----------------------------------------------------------- */
#contents {
	position: relative;
	z-index: 10;
	padding-top: 60px;
	background: url(../images/common/bg_lower.png) no-repeat 579px top;
}

#homepage #contents {
	background: none;
}

/* -----------------------------------------------------------
	#footer
----------------------------------------------------------- */
#footer {
	position: relative;
	margin-top: 98px;
}
#footer:before {
	content: '';
	position: absolute;
	right: 5px;
	top: -92px;
	width: 365px;
	height: 131px;
	background: url(../images/footer/dec_footer.png) no-repeat left top;
}
#footer .ptop {
	position: relative;
	z-index: 10;
	text-align: right;
	margin-bottom: -1px;
}
#footer .ptop a {
	display: inline-block;
	-moz-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
#footer .ptop a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
#footer .con_footer {
	padding: 47px 0 40px;
	border-top: 1px solid #a19b96;
	border-bottom: 1px solid #433a38;
	background: #2d2523;
	text-align: center;
}
#footer .con_footer .logo {
	margin-bottom: 10px;
}
#footer .con_footer .logo a {
	-moz-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
#footer .con_footer .logo a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
#footer .con_footer .logo + p {
	color: #fff;
}
#footer .con_footer address {
	margin-top: 15px;
	color: #fff;
	line-height: 1.6;
}
#footer .con_res_inf {
	border-top: 1px solid #000;
	border-bottom: 1px solid #433a38;
	padding: 23px 0 32px;
	background: #2d2523;
	text-align: center;
}
#footer .con_res_inf p {
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	*zoom: 1;
	*display: inline;
}
#footer .con_res_inf p:first-child {
	margin-right: 45px;
}
#footer .con_res_inf p + p a {
	-moz-transition: opacity 300ms ease;
	-o-transition: opacity 300ms ease;
	-webkit-transition: opacity 300ms ease;
	transition: opacity 300ms ease;
}
#footer .con_res_inf p + p a:hover {
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
	opacity: 0.7;
}
#footer #copyright {
	padding: 13px 0 17px;
	background: #2d2523;
	text-align: center;
	color: #fff;
	font-size: 77%;
}

/* -----------------------------------------------------------
	下層共通スタイル
----------------------------------------------------------- */
/* -----------------------------------------------------------
	テーブル
----------------------------------------------------------- */
.tbl_basic {
	border-collapse: collapse;
	border-spacing: 0;
	border: 1px solid #d2c8bb;
}
.tbl_basic tr th, .tbl_basic tr td {
	padding: 12px 16px;
	border: 1px solid #d2c8bb;
	font-size: 120%;
}
.tbl_basic tr th {
	background: #d2c8bb;
	font-weight: normal;
	border-bottom: 1px solid #bcaf9d;
	color: #1d0f09;
}
