@charset "utf-8";

/* 共有ベース定義
-----------------------------------------------	*/

body {
	text-align: left;
	color: #270900;
	cursor: auto;
	font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
	font-size: 15px;
	line-height: 34px;
	letter-spacing: 0em;
	word-spacing: normal;
	min-width: 1000px;
	-webkit-text-size-adjust: 100%;
	background: url(../img/share/body_bg.jpg);
}

*:first-child+html img { vertical-align: top; }

* html img { vertical-align: top; }

/* 強調 */
strong { font-weight: bold; }

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*=============================================*/
/*                 テキスト 変更のみ            */
/*===========================================*/

.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 3px 10px #baab89;
	-moz-box-shadow: 0px 3px 10px #baab89;
	box-shadow: 0px 3px 10px #baab89;
}

.mincho { font-family: "ヒラギノ明朝 Pro W4", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif; }

/*=============================================*/
/*                テキストリンク設定           */
/*=============================================*/

/*全体のリンク*/
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: 1000px;
	width: 100%;
	overflow: hidden;
}

.inner {
	width: 1000px;
	position: relative;
	margin: 0 auto;
}

/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/

/* header */
#header {
	background: url(../img/share/header_bg.png) repeat-x center top;
	min-width: 1000px;
	width: 100%;
	height: 900px;
}

#header .header_inner { height: 260px; }

#header h1 {
	color: #986c4d;
	font-size: 13px;
	left: 5px;
	line-height: 28px;
	position: absolute;
	top: 31px;
}

#header .logo_header { padding-top: 58px; }

#header .tel_header { }

#header ul.nav {
	background: url(../img/share/border.gif) repeat-y right top;
	position: absolute;
	top: 14px;
	left: 475px;
	width: 525px;
	height: 229px;
}

#header ul.nav li {
	background: url(../img/share/border.gif) repeat-y left top;
	float: left;
	text-decoration: none;
	min-height: 229px;
}

#header ul.nav li a { text-decoration: none; }

#key {
	height: 640px;
	text-align: center;
	width: 100%;
	min-width: 1000px;
}

/*=============================================*/
/*                   container          */
/*=============================================*/

div#container {
	min-width: 1000px;
	width: 100%
}

/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/
	
#footer {
	min-width: 1000px;
	width: 100%;
	height: 612px;
	background: url(../img/share/footer_rp.jpg) repeat-x center bottom;
	border-top: 1px solid #c19d7c;
}

#footer .logo_footer {
	margin: 0 0 0 110px;
	padding: 56px 0 35px;
}

#footer .ft_col01 {
	position: absolute;
	top: 55px;
	left: 655px;
}

#footer .ft_col01 .tel_footer { padding-top: 8px; }

#footer .ft_col01 .ft_txt01 {
	position: absolute;
	top: 383px;
	left: 0;
	text-align: center;
	font-size: 13px;
	line-height: 22px;
	color: #270900;
	width: 100%;
}

#footer .tel_footer { }

#footer ul.nav_footer {
	left: -19px;
	position: absolute;
	text-align: center;
	top: 562px;
}

#footer ul.nav_footer li {
	color: #ecddc5;
	display: inline
}

#footer ul.nav_footer li a {
	color: #ecddc5;
	font-size: 14px;
	line-height: 30px;
	padding: 0 21px 0 18px;
	text-decoration: none;
}

#footer .txt_footer {
	font-size: 13px;
	line-height: 22px;
	color: #270900;
}

#footer .txt_footer dl { margin-bottom: 20px; }

#footer .txt_footer dl dt {
	float: left;
	width: 80px;
}

#footer .txt_footer dl dd {
	float: left;
	width: 500px;
}

#footer .txt_footer dl dd ul { margin-left: 20px; }

#footer .txt_footer dl dd ul li { }

#footer .nav_footer li a:hover, div#footer .nav_footer li a:active { text-decoration: underline; }

/* ナビゲーション部（フッター）
-----------------------------------------------	*/


address {
	position: absolute;
	top: 585px;
	left: 782px;
}

#socialbuttons {
	position: absolute;
	top: 557px;
	right: 0;
    display: flex;
    justify-content: center;
}

/*=============================================*/
/*               画像回り込み                  */
/*=============================================*/

#socialbuttons div { display: inline-block }

/* =========================================================
	CLEAR
========================================================= */
.clear { clear: both !important; }

/* 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;
}

.fixatt { background-attachment: inherit !important; }


.txt{
    font-weight: 600;
    margin: -10px auto;
}


.cookie a{
 font-size: 10px;
 text-align: center;
 color: #270900;
 display: block;
 text-decoration: none;
}