<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* 共有ベース定義
-----------------------------------------------	*/

body {
	text-align: left;
	color: #000000;
	cursor: auto;
	font: normal normal 85%/1.45 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	letter-spacing: 0em;
	word-spacing: normal;
	min-width: 1100px;
	background: url("../../index.html");
}
*: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("../../index.html");
}
.mincho {
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.tax{
	font-size:140%!important;
	color:#733500!important;
	font-weight:bold!important;
}

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

/*全体のリンク*/
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 {
	min-width: 1100px;
	width: 100%;
	overflow: hidden;
}
.inner {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}
.section {
	display: block;
	width: 1000px;
	position: relative;
	clear: both;
	margin: 0 auto;
}
/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/

/* header */
#header {
	background: url("../../index.html") repeat-x center top;
	min-width: 1100px;
	width: 100%;
}
#header_inner {
	background: #614c3f;
	height: 78px;
	position: fixed;
	width: 100%;
	min-width: 1100px;
	z-index: 98
}
#header h1 {
	color: #c5c5c5;
	float: left;
	font-size: 12px;
	line-height: 48px;
	width: 600px;
	height: 38px;
}
#header .logo_header {
	background: #fff none repeat scroll 0 0;
	float: left;
	position: fixed;
	z-index: 99;
	height: 100%;
}
#header .logo_header img {
	padding: 100px 0 0 0;
}
#header .tel_header {
	float: right;
	padding: 16px 0 0 0;
}
#header ul {
	float: left;
}
#header ul li {
	float: left;
	text-decoration: none;
}
#header ul li a {
	text-decoration: none;
}
#key {
	text-align: center;
	width: 100%;
	min-width: 1100px;
}
#key .bxslider li img {
	width: 100%;
}
#key .btn_key {
	bottom: 168px;
	left: 475px;
	position: absolute;
	z-index: 99;
	cursor: pointer
}
/*=============================================*/
/*                   container          */
/*=============================================*/

	
div#container {
	min-width: 1100px;
	width: 100%
}
/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/
	
#footer {
	background: url("../../index.html") no-repeat center top;
	min-width: 1100px;
	width: 100%;
	color: #504c48;
}
#footer .logo_footer {
	padding: 40px 0 11px 339px;
}
#footer .tel_footer {
	padding: 0 0 23px 355px;
}
#footer ul {
	text-align: center;
	padding: 12px 0 0;
}
#footer ul li {
	color: #ffffff;
	display: inline;
	font-size: 12px;
	line-height: 23px;
}
#footer ul li a {
	color: #ffffff;
	font-size: 12px;
	line-height: 23px;
	text-decoration: none;
	padding: 0 8px 0 3px;
}
#footer .txt_footer {
	text-align: left;
	padding: 5px 0 34px 0;
	width: 1000px
}
#footer .txt_footer dl {
	color: #887938;
	font-size: 13px;
	line-height: 17px;
	background: url("../img/share/line_01.jpg") no-repeat center bottom;
	padding: 9px 0 9px 170px;
}
#footer .txt_footer dt {
	float: left;
	width: 70px;
}
#footer .txt_footer dd {
	float: left;
}
#footer .footer_nav {
	background: #614c3f;
	height: 45px;
}
#footer .footer_add {
	background: #afafb0;
	height: 27px;
}
#footer .footer_add img {
	padding: 8px 0 0 11px
}
#footer .nav_footer li a:hover, div#footer .nav_footer li a:active {
	text-decoration: underline;
}
/* ナビゲーション部（フッター）
-----------------------------------------------	*/


address {
	padding: 0 0 0 0;
	text-align: center;
	width: 1000px;
}
#socialbuttons {
	text-align: center;
	width: 1000px;
	margin: 0 auto;
	padding: 17px 0 14px 0px;
}
/*=============================================*/
/*               回り込み                  */
/*=============================================*/


.f_left {
	float: left;
}
.f_right {
	float: right;
}
/*=============================================*/
/*               画像回り込み                  */
/*=============================================*/

img.imgleft {
	float: left;
	margin-right: 15px;
}
img.imgright {
	float: right;
	margin-left: 15px;
}
img.margin_b {
	margin-bottom: 10px;
}
#socialbuttons div {
	float: left;
	margin-right: 4px;
}
#socialbuttons .twitter {
	width: 100px;
	margin-right: 4px;
}
/* =========================================================
	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;
}
.text_center {
	text-align: center;
}
.border_none {
	border: none !important;
}
/*=============================================*/
/*                 マージン            */
/*=============================================*/
.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 !important;
}
.m_b25 {
	margin-bottom: 25px;
}
.m_b30 {
	margin-bottom: 30px;
}
.m_b35 {
	margin-bottom: 35px !important;
}
.m_b40 {
	margin-bottom: 40px;
}
.m_b45 {
	margin-bottom: 45px;
}
.m_b50 {
	margin-bottom: 50px;
}
.m_b55 {
	margin-bottom: 55px;
}
.m_b60 {
	margin-bottom: 60px;
}
.m_b65 {
	margin-bottom: 65px;
}
.m_b70 {
	margin-bottom: 70px;
}
.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_l65 {
	margin-left: 65px;
}
.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;
}
.p_t74 {
	padding-top: 74px;
}
.p_t82 {
	padding-top: 82px;
}
/*=============================================*/
/*                 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;
}

.red{
	color:#C00;
}

#sp_botan a{
    border:1px #3F3F3F 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: #887938; 
}</pre></body></html>