@charset "utf-8";


/* 共有ベース定義
-----------------------------------------------	*/

body {
	text-align:left;
	color: #000;
	cursor: auto;
	font: normal normal 14px/28px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	word-spacing:normal;
	min-width:1100px;
  	-webkit-text-size-adjust: 100%;
	background: url(../img/shared/bg.jpg) repeat center top;
}

*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}

/* 強調 */
strong {
	font-weight: bold;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}



/*=============================================*/
/*                 テキスト 変更のみ            */
/*==========================
=================*/

.txt_default{color:#7f7b5b;}
.txt_red{color:#a01006;}



.txt_min{font-size:85%;}
.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(../css2/pie/PIE.htc);
	}

/*=============================================*/
/*                テキストリンク設定           */
/*=============================================*/

/*全体のリンク*/
a:link { color: #897800 text-decoration: underline;}
a:visited,a:active { color: #695c03; text-decoration: underline;}
a:hover { color: #b5a00e; text-decoration:underline;}


/*=============================================*/
/*                100%メイン囲み              */
/*=============================================*/

div#wrapper{
	width:100%;
	padding:0;
	margin:0;
	min-width:1100px;
}

.section, .inner{
	display:block;
	width:1000px;
	position:relative;
	clear:both;
	margin:0 auto;
}

/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/

/* header */
#header{
	width: 100%;
	position:relative;
	min-width:1100px;
	background: url(../img/shared/bg_head.jpg) repeat-x center top;
	height: 803px;
}

#header div.inner{
	height: 183px;
	position: relative;
	z-index: 100;
}

h1{
	color: #000000;
	font-size: 13px;
	line-height: 24px;
	font-family:Meiryo;
	width: 405px;
	position: absolute;
	top: 25px;
	left: 11px;
}

#logo{
	position: absolute;
	top: 0px;
	left: 415px;
	z-index: 100;
}

#tel{
	position: absolute;
	top: 0px;
	right: 0;
	z-index: 100;
}

#header div.inner ul{
	width: 1000px;
	position: absolute;
	left: 0;
	top: 73px;
}

#header div.inner ul li{
	float: left;
	position: relative;
}

#header div.inner ul li ul{
	top: 50px;
	padding-top: 7px;
	left: 2px;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	transition: all 0.3s ease;
	opacity:0;
}

#header div.inner ul li:hover ul{
	  opacity:1;
	  top: 110px;
}

#header div.inner ul li ul li{
	margin-bottom: 1px;
	background: #f7e9d1;
	white-space:nowrap;
	width: 100%;
	
}
#header div.inner ul li ul li a{
	color:#000;
	font-weight: bold;
	text-decoration: none;
	padding:5px 1em;
	display: block;
}
#header div.inner ul li ul li a:hover{
	background:#ccab7e;
}
.ntn_ml{
	margin-left: 160px;
}

#header div.inner .sub02{
	width:9em;
}
#header div.inner .sub03{
	width:14em;
}
#header div.inner .sub04{
	width:6em;
}
#header div.inner .sub05{
	width:9em;
}
#header div.inner .sub06{
	width:6em;
}


#key{
	width: 100%;
	min-width: 1000px;
	text-align: center;
	display: block;
	position: relative;
	z-index: 10;
	padding-top: 10px;
	height: 625px;
	background: url(../img/shared/bg_slide.png) repeat-x center top;
}

#container{
	width: 100%;
	position:relative;
	min-width:1100px;
	z-index:0;
}


div#contents{
	width: 100%;
	position:relative;
	min-width:1100px;
}

/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/

div#footer{
	width:100%;
	clear:both;
	display:block;
	min-width:1100px;
	background: url(../img/shared/bg_ft.jpg) repeat;
}

#footer_box{
	background: url(../img/shared/line_s.jpg) repeat-x;
}

div#footer .inner{
	background: url(../img/shared/bg_inner.png) no-repeat top center;
}

#logo_ft{
	float: left;
	margin-right: 45px;
	margin-bottom: -9px;
}

#footer_info{
	float: left;
	width: 390px;
	padding-top: 48px;
	line-height: 26px;
	margin-right: 38px;
}

#footer_info dt{
	font-weight: bold;
	font-size: 16px;
	line-height: 28px
}

#footer_info dd span{
	padding-left: 8px;
	display: block;
}

.ft_nav{
	float: left;
	width: 370px;
	padding-top: 30px;
	line-height: 26px;
}

.ft_nav li{
	float: left;
	width: 180px;
}

.ft_nav li a{
	display: block;
	color: #000;
	text-decoration: none;
}

.ft_nav li a:hover{
	text-decoration: underline;
}

.ft_nav li a img{
	padding-top: 15px;
}


/* ナビゲーション部（フッター）
-----------------------------------------------	*/

address{
	text-align: center;
	height: 59px;
	background: url(../img/shared/bg_address.png) repeat-x;
	position: relative;
	z-index: 10;
	clear: both;
}

/*=============================================*/
/*               回り込み                  */
/*=============================================*/


.f_left {
     float:left;
}

.f_right {
     float:right;
}

/*=============================================*/
/*               画像回り込み                  */
/*=============================================*/

/* =========================================================
	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;
	font-size:0px !important;
}

.text_c{
	text-align:center;
}

.b_none{
	border:none !important;
}
.b_t{
	border-top: 1px solid #ddbc90;
}
.b_b{
	border-bottom: 1px solid #ddbc90;
}


/*=============================================*/
/*                 マージン            */
/*=============================================*/
.marR0{
	margin-right:0 !important;}
.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_40{padding-top:40px;}
.p_t50{padding-top:50px;}


/*　-------------------------------------------------------------------------------------
スマホ閲覧時スマホサイト誘導ボタン
-------------------------------------------------------------------------------------　*/
#sp_botan a{
	border:1px #471703 solid;
	padding:25px 5px;
	text-align:center;
	font-size:32px;
	color:#FFFFFF;
	display:block;
	text-decoration:none;
font-family:"ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
background: #712606;
}


