@charset "utf-8";
/* 共有ベース定義
-----------------------------------------------	*/

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴシックPro", "ＭＳ ゴシック", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	text-align:left;
	color: #f4e5af;
	cursor: auto;
	word-spacing:normal;
	min-width:1000px;
	letter-spacing: 1px;
	font-size: 13px;
	line-height: 25px;
}
.font_mincho{
	font-family: "ヒラギノ明朝 Pro W6", "Hiragino Mincho Pro", "HGS明朝E", "ＭＳ Ｐ明朝", serif;
}
.font_meiryo{
	font-family: "Meiryo";
}
#wrapper{
	width:100%;
	min-width:1000px;
	clear:both;	
	overflow: hidden;
}

*:first-child+html img {
	vertical-align: top;
}
* html img {
	vertical-align: top;
}
/* 強調 */
strong {
	font-weight: bold;
}
a{
	color: #d4c096;
	text-decoration: none;
}
/*=============================================*/
/*                ヘッド部分                   */
/*=============================================*/

#header {
    min-width:1000px;
    width: 100%;
	position: relative;
}
#headerInner{
	width: 1000px;
	margin: 0 auto;
	position: relative;
	height: 610px;
}
#key_ttl{
	position: absolute;
	bottom: 23px;
	left: 0;
}
#key_ttl > h1{
	padding-top: 4px;
}
#key_btn{
	position: absolute;
	width: 100%;
	text-align: center;
	bottom: 0;
}
#belt{
	background: url("../img/shared/bg_nav.jpg") repeat-x scroll center top ;
	height: 75px;
	position: relative;
    z-index: 2;
}
#beltCenter{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
#logo{
	width: 160px;
	margin-right: 37px;
}
#globalNav{
	width: 715px;
}
#globalNav li{
	float: left;
}
.btn_instagram{
	position: absolute;
	right: 27px;
	top: 19px;
}
.socialbuttons{
	position: absolute;
	top: 19px;
	right: 1px;
}
.socialbuttons:hover{
	opacity: 0.8;
}
h1{
	color: #9f8676;
	font-size: 10px;
	line-height: 20px;
	letter-spacing: 0.3px;
}

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

div#container {
	clear:both;
	min-width:1000px;
	background: url("../img/shared/bg_container.jpg") repeat scroll center top ;
	width: 100%;
	margin:auto;
}
#content{
	width: 1000px;
	margin: 0 auto;
}

/*=============================================*/
/*                   フッターメニュー          */
/*=============================================*/
#footer {
  background: url("../img/shared/bg_ft.jpg") repeat-x scroll center top;
  min-width:1000px;
  width: 100%;
}
#footerInner{
	width:1000px;
	position: relative;
	margin: 0 auto;
	height: 550px;
}
#ft_gNav{
	height: 80px;
}
#ft_gNav li{
	float: left;
	line-height: 30px;
	padding-left: 27px;
	padding-right: 20px;
	padding-top: 28px;
}
#gNav1{
	margin-left: 180px;
}
#ft_gNav li + li{
	background: url("../img/shared/ft_icon.jpg") no-repeat scroll left 40px;
}
#ft_logo{
	padding-top: 48px;
	padding-bottom: 20px;
}
#footer .btn_instagram,
#footer .socialbuttons{
	top: 27px;
}
#footer .number_phone{
	color: #f4e5af;
}
address{
	padding-top: 24px;
}
#topcontrol{
	z-index: 3000;
}


/* 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;
}

.center{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
.text_center{
	text-align: center;
}
.text_right{
	text-align: right;
}
.col_l{
	float: left;
}
.col_r{
	float: right;
}
.lh_30{
	line-height: 30px;
}
.w_500{
	width: 500px;
}
.color_1{
	color: #2c1102;
}
.f_bold{
	font-weight: bold;
}
.w_320{
	width: 320px;
}
.mgl0{
	margin-left: 0px !important;
}
.pdb_20{
	padding-bottom: 20px;
}
.w_300{
	width: 300px;
}


#text_box{
	width:700px;
	margin:0px auto 20px auto;
	padding:20px 0;
    border: double 3px #dd471f;
	background-color: #FFFFFF;
}
#text_box p.ttl{
	font-size:26px;
	margin-bottom: 8px;
	letter-spacing: 2px;
	text-align:center;
	line-height:40px;
	color:#000;
	font-weight: bold;
}
#text_box p.txt{
	text-align:center;
	font-size:17px;
	line-height:32px;
	color:#000;
}

#text_box .botan a{
	width: 500px;
	margin: 2px auto 30px auto;
	padding: 15px 0;
	display: block;
	color:#fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	background-color: #000000;
	border-bottom: 2px solid #4A4A4A;
	box-sizing:border-box;
	font-weight: bold;
}