@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,300,400,500,700,900|Port+Lligat+Sans|Questrial|Viga&subset=japanese');

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

body {
	text-align:left;
	color: #4f2301;
	cursor: auto;
	font-family: 'Noto Sans JP', sans-serif;
  font-size: 14px;
  line-height: 180%;
	letter-spacing: 0.5px;
	word-spacing:normal;
	min-width:1000px;
	background: url(../img/shared/bg.jpg) repeat top center;
}

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

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

table {
    border-collapse: collapse;
    border-spacing: 0;
}
.center{
	text-align: center;
}
/*=============================================
 * .nav-fixed
 *=============================================*/

.nav-fixed {
}
.nav-fixed.fixed {
}
.nav-target {
}
.nav-pin {
}
.nav-pin.fixed {
}

.fixed {
    position: fixed;
    top: 0;
    z-index: 1;
}

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

.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:1000px;
	background: url(../img/shared/bg_w.jpg) repeat-x center top;
}

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

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

/* header */
#header{
	width: 100%;
	position:relative;
	min-width:1000px;
	height: 765px;
	background: url(../img/shared/bg_slide.png) no-repeat center bottom;
}

#header_inner{
	width: 1000px;
	margin: auto;
	position: relative;
	height: 150px;
}

h1{
	position: absolute;
	top: 20px;
	left: 0;
	color: #747373;
	line-height: 22px;
	font-size: 12px;
	width: 500px;
}

p#logo{
	clear: both;
	text-align: center;
}

p#tel{
	float: right;
	padding-top: 16px;
	min-height:36px;
}
#head_navi{
	width:100%;
	z-index: 999 !important;
	background:url(../img/shared/bg.jpg) repeat 0 0;
}
#head_navi ul{
	width:1000px;
	margin:0 auto;
	
}

#head_navi ul li{
	float: left;
}

#key{
	height: 521px;
	width: 100%;
	min-width: 1000px;
	position: relative;
}

#container{
	width: 100%;
	position:relative;
	min-width:1000px;
/*	overflow: hidden;*/
}


div#contents{
	width: 100%;
	position:relative;
	min-width:1000px;
	padding-top: 60px;
}


/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/
	
div#footer_bg{
	width:100%;
	clear:both;
	display:block;
	min-width:1000px;
	background: url(../img/shared/bg_f.jpg) repeat-x top center;
}

div#footer{
	width:100%;
	clear:both;
	display:block;
	min-width:1000px;
	background: url(../img/shared/bg_fi.png) no-repeat top center;
}
div#footer .inner{
	height: 290px;
	position:relative;
}

#logo_ft{
	padding-top: 33px;
	float: left;
	margin-right: 40px;
}

#tel_ft{
	float: left;
	padding-top: 33px;
	margin-bottom: 5px;
}

#info_box_top{
	color: #FFF;
	float: left;
	line-height: 160%;
	width: 620px;
}

div#footer .inner ul{
	float: left;
	width: 700px;
}

div#footer .inner ul li{
	float: left;
	color: #feeba8;
	font-size: 12px;
	margin-right: 4px;
}

div#footer .inner ul li a{
	text-decoration: underline;
	color: #feeba8;
	font-size: 12px;
	margin-right: 3px;
}

div#footer .inner ul li a:hover{
	text-decoration: none;
}
#btn_ft{
	position:absolute;
	left:520px;
	top:35px;
	height:30px;
	width:200px;
	background: #491d00;
	text-align: center;
}

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

address{
	text-aligsn: center;
	position: absolute;
	bottom: 0px;
	left: 0;
	width: 1000px;
}

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


.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;
	margin-bottom: -15px;
}

/*=============================================*/
/*                 マージン            */
/*=============================================*/
.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;}

.couse_height{
	line-height: 20px;
}

/*=============================================*/
/*                 boxテキスト制御           */
/*=============================================*/
	

/* 文章左揃box
-----------------------------------------------	*/

div.txt_lhdefult p{
text-align:left;
margin-bottom:0.6em;
}


/* 文章左揃えbox　行間1.5em
-----------------------------------------------	*/

div.txt_lh_14 p{
text-align:left;
line-height:1.45em;
margin-bottom:0.5em;
}

/* 文章左揃えbox　行間1.3em
-----------------------------------------------	*/

div.txt_lh_13 p{
text-align:left;
line-height:1.3em;
margin-bottom:0.4em;
}

/* 文章右揃えbox　行間1.5em
-----------------------------------------------	*/

div.txt_rh_16 p{
text-align:right;
line-height:1.6em;
margin-bottom:0.6em;
}

.f_11{
	font-size:11px;}


/* 共通コンテンツ940
-----------------------------------------------	*/

div.contens940 {
	width:940px;
	clear:both;
	overflow:hidden;
	zoom:1 !important;
		}
	
div.contensL460 {
	width:460px;
	float:left;
		}
div.contensR460 {
	width:460px;
	float:right;
}

.let_p{
	letter-spacing:-0.2px;
}

.let_p01{
	letter-spacing:-0.5px;
}


/*　-------------------------------------------------------------------------------------

スマホ閲覧時スマホサイト誘導ボタン
-------------------------------------------------------------------------------------　*/
#sp_botan a{
	border:1px #461910 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: #d76c0d;
}

/*　-------------------------------------------------------------------------------------

英語ページぼたん
-------------------------------------------------------------------------------------　*/
ul#language{
	position:absolute;
	top:50px;
	right:0px;
	width:180px;
	height:26px;
	background:url(../img/shared/lang_bg.jpg) repeat-y top left;
}

#language li{
	float:left;
}

#head_btn{
	position:absolute;
	right:0;
	top:85px;
	height:35px;
	width:300px;
	background: #491d00;
	text-align: center;
}
#head_btn a,#btn_ft a{
	display: block;
	height:100%;
}
#head_btn a:hover,#btn_ft a:hover{
	background: #9e4d18;
	}

/*　-------------------------------------------------------------------------------------

定休日(英語バージョンもあるよ)
-------------------------------------------------------------------------------------　*/
ul#teikyu{
	position:absolute;
	top:50px;
	right:184px;
	width:109px;
	height:30px;
}

#teikyu li{
	font-family:'MingLiU';
	font-size:18px;
	font-weight:600;
	}


ul#teikyu_en{
	position:absolute;
	top:50px;
	right:184px;
	width:160px;
	height:30px;
}

#teikyu_en li{
	font-size:16px;
	font-weight:600;
	}
