@charset "utf-8";
/* 共有ベース定義
-----------------------------------------------	*/
body {
	background: url(../img/shared/body.jpg) repeat center top;
	text-align: left;
	color: #000000;
	cursor: auto;
	font: normal normal 13px/1.5em Verdana, "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	letter-spacing: 0.1em;
	word-spacing: normal;
	min-width: 1000px;
	max-height: 100%;
	-webkit-text-size-adjust: 100%;
}
.mincho {
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
.hari {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif !important;
}
.f_eng {
	font-family: Georgia, "Times New Roman", Times, serif
}
#wrapper {
	width: 100%;
	min-width: 1000px;
	overflow: hidden;
}
*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}
/* 強調 */
strong {
	font-weight: bold;
}
a {
	color: #270900;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
/*=============================================*/
/*                 テキスト 変更のみ            */
/*=============================================*/


.shadw_img {
	-webkit-box-shadow: 0px 0px 8px #3a3734;
	-moz-box-shadow: 0px 0px 8px #3a3734;
	box-shadow: 0px 0px 8px #3a3734;
}
.shadw {
	-webkit-box-shadow: 0px 0px 8px #3a3734;
	-moz-box-shadow: 0px 0px 8px #3a3734;
	box-shadow: 0px 0px 8px #3a3734;
}
/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/

/* header (top)*/
#header {
	width: 100%;
	height: 851px;
	position: relative;
	-moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}
#top {
	position: relative;
	height: 204px;
	top: 0;
	left: 0;
	z-index: 999;
}
#header .tel {
	position: absolute;
	top: 0px;
	right: 0;
}
#key {
	width: 100%;
	height: 749px;
	position: absolute;
	top: 0;
	z-index: 998;
}
#logo {
	position: absolute;
	left: 399px;
	top: 0;
}
h1 {
	position: absolute;
	left: 0;
	letter-spacing: 1px;
	top: 17px;
	color: #FFFFFF;
	font-size: 12px;
}
#key h2 {
	position: absolute;
	bottom: 0;
	right: 0;
}
#key .content {
	height: 749px;
}
/*=============================================*/
/*    ナビゲーション部（グローバル）   */
/*=============
================================*/


#nav {
	width: 100%;
	bottom: 20px;
	position: absolute;
	left: 0;
}
#globalNav {
	width: 1000px;
	margin: auto;
}
#globalNav li {
	float: left;
}
#globalNav li, #globalNav a {
	display: block;
}
/*=============================================*/
/*                100%メイン囲み   top           */
/*=============================================*/
#container {
	position: relative;
}
.content {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.content_1 {
	width: 1100px;
	margin: 0 auto;
	position: relative;
}
/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/



#footer {
	width: 100%;
	color: #000000;
	min-width: 1000px;
	position: relative;
	background: #FFFFFF;
	padding-top: 1px;
}
#footer .bg {
	background: url(../img/shared/ft_top.png) no-repeat center top;
	background-size: 100% auto;
	margin-top: -30px;
}
#footer .content {
	position: relative;
}
#footer .logo {
	padding-top: 22px;
}
#footer .tel_ft {
	margin-left: 29px;
}
#footer dl {
	text-align: left;
	color: #000000;
	width: 469px;
	font-size: 14px;
	letter-spacing: 0px;
	padding-bottom: 5px;
}
#footer dt {
	float: left;
	width: 80px;
}
#footer dd {
	float: left;
	text-align: left;
	line-height: 21px;
}
#footer .txt {
	color: #000000;
	font-size: 14px;
	letter-spacing: 0px;
}
#footer .cl01 {
	padding-top: 34px;
	padding-left: 305px;
}
#footnav li a:hover {
	text-decoration: underline;
}
#footnav {
	width: 670px;
	padding-top: 71px;
	padding-left: 165px;
}
#footnav li {
	display: inline;
	background: url(../img/shared/icon.jpg) no-repeat left 5px;
	font-size: 15px;
}
#footnav li a {
	text-decoration: none;
	padding: 0 9px;
}
#footer .copy {
	padding-top: 39px;
	padding-bottom: 63px;
	color: #333333;
	text-align: center;
	font-size: 12px;
	background: url(../img/shared/ft_3.png) repeat center top;
}
#footer .bg_01 {
	background: url(../img/shared/ft_center.jpg) repeat-x center 594px;
}

.txt-v {
	-webkit-writing-mode: vertical-rl;
	-moz-writing-mode: vertical-rl;
	-ms-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
	-webkit-text-orientation: upright;
	-moz-text-orientation: upright;
	-ms-text-orientation: upright;
	text-orientation: upright;
}
/* ナビゲーション部（フッター）
-----------------------------------------------	*/
#socialbuttons {
	padding-top: 19px;
	    padding-bottom: 19px;

}
#socialbuttons div {
	display: inline-block;
}
#socialbuttons .twitter {
	margin-right: 0;
}
.bg_all {
	background: url(../img/shared/bg_chung.png) repeat center top;
}
/* =========================================================
	CLEAR
========================================================= */
.clear {
	clear: both !important;
}
br.clear {
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	visibility: hidden;
}
/* CLEAR FIX
--------------------------------------------------------- */
.clearfix, .menu_list dl, .mn_list dl {
	zoom: 1 !important;
}/* for IE 5.5-7 */
.clearfix:after, .menu_list dl:after, .mn_list dl:after {
	content: "." !important;
	display: block !important;
	height: 0px !important;
	clear: both !important;
	visibility: hidden !important;
}
.left_col {
	float: left !important;
}
.right_col {
	float: right !important;
}
.mar0 {
	margin-right: 0 !important;
}
.center {
	text-align: center !important;
}
.nav li {
	display: inline;
}
.nav-1 li {
	display: inline;
}
.pr01 {
	padding-right: 30px !important;
}
.padt03 {
	padding-top: 11px !important;
}
.size01 {
	font-size: 30px;
}
.size02 {
	font-size: 29px;
	font-weight: normal !important;
}
.size03 {
	font-size: 25px;
	font-weight: normal !important;
}
.size04 {
	font-size: 25px;
}
.size05 {
	font-size: 19px;
	padding-bottom: 19px;
}
.pl01 {
	padding-left: 85px;
}
.pl02 {
	padding-left: 128px;
}
.pl03 {
	padding-left: 57px;
}
.pl04 {
	padding-left: 90px;
}
.pl05 {
	padding-left: 28px;
}
.pl06 {
	padding-left: 50px;
}
.pl07 {
	padding-left: 60px;
	margin-top: -8px;
}
.pl08 {
	margin-top: 23px;
}
.po_01 {
	margin-top: -37px;
	margin-left: 44px;
}
.po_02 {
	margin-left: -32px;
	margin-top: -3px;
}
.float_none {
	float: none !important;
}
.padt01 {
	padding-top: 120px !important;
}
.padt02 {
	padding-top: 25px;
}
.color_01 {
	color: #9b4135;
}
.color_02 {
	color: #9b4135;
	padding-left: 10px !important;
}
.mb01 {
	margin-bottom: 29px !important;
}
.sdt {
	font-size: 16px;
	font-weight: bold;
	font-family: "Meiryo";
}
.sdt01 {
	font-size: 24px;
	font-weight: bold;
	font-family: "Meiryo";
	color: #9b4135;
}
.pt18{
	padding-top: 18px;
	
	}
.size14{
	font-size: 14px !important;
	}
	
/*　-------------------------------------------------------------------------------------

スマホ閲覧時スマホサイト誘導ボタン
-------------------------------------------------------------------------------------　*/
#sp_botan a{
	border:1px #dedede solid;
	padding:25px 5px;
	text-align:center;
	font-size:32px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
	background: #141414; 
}