@charset "UTF-8";

#wrapper, header, #container, footer {
    width: 100%;
}
header .inner, #container .inner, footer .inner {
    width: 1000px;
    margin: 0 auto;
}
#wrapper {
    min-width: 1000px;
}

/*======================================

	header
	
=======================================*/
header {
	background-color: #f1f0eb;
	padding-top: 15px;
}

/*==　ロゴエリア　==*/
.logoarea{
	position: absolute;
	width: 350px;
	height: 70px;
	float: left;
}

.logoarea h1{
	text-indent:100%;
	white-space:nowrap;
	overflow:hidden;
	background:url(../img-frame/header_logo.png) no-repeat 10px center;
	display: block;
}

/*==　ヘッダ　お問い合わせ　==*/
.headerlink {
	width: 412px;
	float: right;
	margin-top: 10px;
}
.header-tel{
	color: #5f5853;
	width: 232px;
	float: left;
}
.header-tel p{
	font-size: 11px;
	font-weight: bold;
}

.header-contact{
	width: 174px;
	text-align: right;
	float: right;
}


/*==　グローバルナビ　==*/
.gnav{
	margin-bottom: 30px;
}
.gnav ul{
	text-align:center;
	padding-top: 40px;
}
.gnav li{
	font-size:16px;
	line-height: 0;
	font-weight: bold;
	display:inline-block;
	padding: 0 40px;
	border-left: dashed 1px #626262;
}
.gnav li:last-child{
	border-right: dashed 1px #626262;
}
.gnav li a {
	color: #4c4948;
	position: relative;
	display: inline-block;
	padding:15px 0;
	text-decoration: none;
}
/*==========　ナビの色　==========*/
.gnav li a:hover {
	color: #f39618;
}
.gnav li a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  -webkit-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #f39618;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.gnav li a:hover::after {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}


/*======================================

	container
	
=======================================*/

.sec{
	padding-bottom: 40px;
}

/*======================================

	footer
	
=======================================*/
.footer {
	color: #ffffff;
	background-color: #da8f1a;
	background-image: url(../img-frame/bg_footer.png);
	background-repeat: repeat-x;
	background-position: center bottom;
}

/*==========　フッタのフロートをじ囲む　==========*/
.footerinfo-box{
	height: 160px;
	padding: 20px 0;
	background-image: url(../img-frame/line_footer.png);
	background-repeat: no-repeat;
	background-position: left 590px	 center;
}

/*==========　フッタの左　==========*/
.L-footer{
	width: 610px;
	float: left;
}
/*==========　フッタの右　==========*/
.R-footer{
	width: 340px;
	float: right;
}

/*==========　フッタの左　内容　==========*/
.add{
	width: 320px;
	float: left;
}
.btn-contact{
	width: 280px;
	float: right;
}
.footer h1 {
	margin-bottom: 15px;
}
.L-footer p {
	font-size: 13px;
	line-height: 1.6;
}
.L-footer ul {
	font-size: 14px;
	line-height: 1.5;
	margin: 30px 0;
}
.L-footer li {
	display: inline-block;
	margin: 0 10px;
}

/*==========　フッタの右　内容　==========*/
.R-footer ul {
	margin: 14px 0 0 0;
	width: 150px;
	float: left;
}
.R-footer li {
	padding-left: 22px;
	font-size: 12px;
	line-height: 1;
	margin-bottom: 15px;
	background: url(../img-frame/footer_arrow.png) no-repeat left center;
}
.R-footer li a {
	color: #ffffff;
}
.R-footer li a:hover {
	text-decoration: underline;
}

/*==========　コピーライト　==========*/
p.copyright {
	text-align: center;
	font-size: 13px;
	line-height: 1;
	margin: 16px 0;
}

