@charset "utf-8";
/* header
------------------------------------------------ */
header {
	position: relative;
}

.header_wrap {
	background: url(../images/common/h_bg.png) repeat center 0;
}

.header_block {
	width: 1024px;
	height: 85px;
	margin: 0 auto;
	text-align: left;
	position: relative;
}

.h_box_lf {
	width: 547px;
	float: left;
}

.h_box_ri {
	width: 433px;
	float: right;
}

.h_logo {
	width: 191px;
	float: left;
	padding: 23px 0 0 0;
}

.h_logo img {
	vertical-align: top;
}

.h_main_txt_box {
	width: 322px;
	float: right;
	padding: 23px 0 0 0;
}

.h_main_txt {
	font-size: 18px;
	text-align: center;
	line-height: 120%;
/*
	font-weight: 600;
*/
	font-weight: 500;
}

.h_main_txt_clr {
	color: #CC0066;
}

.h_main_txt_sub {
	font-size: 14px;
}



.h_tel_box {
	float: right;
	padding: 15px 0 0 0;
}

.h_tel_img img {
	vertical-align: top;
}

.h_tel_txt {
	font-size: 14px;
	color: #000000;
	line-height: 100%;
	padding: 5px 33px 0 0;
	text-align: right;
}


.h_img {
	position: absolute;
	top: 0;
	right: 205px;
	z-index: 1;
}

.h_img img {
	vertical-align: top;
}

.h_wrap_btm {
	position: absolute;
	top: 85px;
	left: 0;
	background: url(../images/common/h_wrap_btm_bg.png) repeat-x center 0;
	width: 100%;
	height: 21px;
	z-index: 1;
}




/* gnavi
------------------------------------------------ */
.gnavi_area {
	background: url(../images/common/gnavi_bg.png) repeat center 0;
}

.gnavi_block {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}

/* content
------------------------------------------------ */
.content {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
}

/* footer
------------------------------------------------ */
footer {
	background: #663300;
}

.footer_block {
	width: 1024px;
	margin: 0 auto;
	text-align: left;
	color: #FFFFFF;
	font-size: 14px;
	position: relative;
	padding: 21px 0 5px 0;
}

.f_address {
	padding: 0 320px 0 16px;
}

.f_copy {
	position: absolute;
	top: 21px;
	right: 22px;
}

/* 追従メニュー
------------------------------------------------ */
.menu_reserv {
	position: fixed;
	right: 0;
	bottom: 100px;
}

