@charset "utf-8";



/*　レスポンシブデザイン対応
======================================================*/

img {
	max-width:100%;
	height:auto;
}



/*　hx
======================================================*/

h1 {
	display:none;
}

h2 {
	height:45px;
	margin-bottom:20px;
	background:url(../images/t_back.png) repeat-x;
	background-position:left bottom;
}
.home h2 {
	height:45px;
	margin-bottom:5px;
	background:none;
}

h3 {
	margin-bottom:20px;
}

.no_bg {
	background:none;
}



/*　リンク
======================================================*/

a:link,
a:visited {
	color:#FFAB57;
	text-decoration:underline;
}
a:hover{
	text-decoration:none;
}
a span {
	visibility:hidden;
}
a {
	outline:none;
}



/*　body
======================================================*/

body {
	color:#808080;
	background:URL(../images/body_bg.png) #ffffff;
}



/*　ヘッダー
======================================================*/

#header {
	width:100%;
	height:60px;
	margin:0 0 0 0;
	background:#ffffff;
	opacity:0.9;
	border-bottom:1px solid #DBBEAC;
	position:fixed;
	top:0;
	z-index:10;
}
#header_inner {
	width:960px;
	height:60px;
	margin:0 auto 0 auto;
	position:relative;
}

/*　電話番号　*/

#logo_header {
	position:absolute;
	top:10px;
	left:0px;
}


/*　SP版
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:768px) {

	/*　ヘッダー
	===================================================================*/

	#header {
		width:100%;
		height:110px;
		margin:0 0 0 0;
		background:#ffffff;
		opacity:0.9;
		border-bottom:1px solid #DBBEAC;
		position:relative;
		z-index:10;
	}
	#header_inner {
		width:95%;
		height:110px;
		position:relative;
	}

	/*-----------------------------------------*/

	#tel_header {
		display:none;
	}
	#logo_header {
		width:115px;
		height:auto;
		margin:0 auto;
		position:relative;
		top:10px;
	}
	#contact_header {
		display:none;
	}

}



/*　グローバルナビ
======================================================*/

#gnavi_inner {
	width:810px;
	height:60px;
	position:absolute;
	top:0;
	left:150px;
}

#gnavi_inner a,
#gnavi_inner a:visited {
	width:135px;
	height:60px;
	text-decoration:none;
}

/*----------------------------------------*/

#gn_01 a {
	display:block;
	background:url(../images/gnavi.png) no-repeat 0px 0px;
	float: left;
}
#gn_01 a:hover {
	background-position:0px -60px;
}
li#gn_01.current a {
	background-position:0px -60px;
}

#gn_02 a {
	display:block;
	background:url(../images/gnavi.png) no-repeat -135px 0px;
	float:left;
}
#gn_02 a:hover {
	background-position:-135px -60px;
}
li#gn_02.current a {
	background-position:-135px -60px;
}

#gn_03 a {
	display:block;
	background:url(../images/gnavi.png) no-repeat -270px 0px;
	float:left;
}
#gn_03 a:hover {
	background-position:-270px -60px;
}
.post-type-archive-staff li#gn_03 a,
.single-staff li#gn_03 a {
	background-position:-270px -60px;
}

#gn_04 a {
	display: block;
	background:url(../images/gnavi.png) no-repeat -405px 0px;
	float:left;
}
#gn_04 a:hover {
	background-position:-405px -60px;
}
.post-type-archive-style li#gn_04 a,
.single-style li#gn_04 a {
	background-position:-405px -60px;
}

#gn_05 a {

	display:block;
	background:url(../images/gnavi.png) no-repeat -540px 0px;
	float:left;
}
#gn_05 a:hover {
	background-position:-540px -60px;
}
li#gn_05.current a {
	background-position:-540px -60px;
}

#gn_06 a {

	display:block;
	background:url(../images/gnavi.png) no-repeat -675px 0px;
	float:left;
}
#gn_06 a:hover {
	background-position: -675px -60px;
}
li#gn_06.current a {
	background-position:-675px -60px;
}

/*----------------------------------------*/

#sp_menu {/* SP版メニューボタン */
	display:none;
}
#sp_navi {/* SP版アコーディオンメニュー */
	display:none;
}

/*----------------------------------------*/


/*　SP版
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

@media screen and (max-width:768px) {

	#gnavi_inner {
		display:none;
	}
	#sp_navi {
		display:block;
		width:100%;
		height:auto;
		position:relative;
		top:35px;
	}
	#sp_navi a {
		text-decoration:none;
	}
	#sp_menu {/* SP版メニューボタン */
		width:200px;
		display:block;
		margin:0 auto;
		position:relative;
		top:30px;
	}
	#sp_navi > ul > li > a {/* カテゴリーメニュー */
		width:100%;
		height:31px;
		color:#ffffff;
		display:block;
		float:none;
		border-bottom:1px solid #ffffff;
		background:#FF9933 url(../images/icon_go.png) no-repeat;
		background-position: right 20px top 12px;
		text-align:center;
		padding-top:9px;
	}

	.accordion {
		display:none;
		width: 100%;
		height: auto;
		overflow: hidden;
	}

}



/*　アイキャッチ
======================================================*/

#eyecatch {
	width:960px;
	height:auto;
	margin:0 0 30px 0;
}



/*　スライダー
======================================================*/

#slider {
	display:none;
}
.home #slider {
	width:100%;
	height:450px;
	display:block;
}
#slider_inner {
	max-width:960px;
	height:auto;
	margin:0 auto 0 auto;
}



/*　メインコンテンツ
======================================================*/

#wrapper {
	width:100%;
}
#wrapper_inner {
	width:960px;
	padding:20px 0 50px 0;
	margin:50px auto 0 auto;
}
.home #wrapper_inner {
	width:960px;
	padding:20px 0 50px 0;
	margin:0 auto 0 auto;
}

#contents {
	width:678px;
	padding:20px 20px 50px 20px;
	background:#ffffff;
	border:1px solid #DBBEAC;
	float:right;
}


/*　SP版
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

	@media screen and (max-width:768px) {

#wrapper {
	width:100%;
}
#wrapper_inner {
	width:95%;
	padding:20px 0 50px 0;
	margin:50px auto 0 auto;
}
.home #wrapper_inner {
	width:95%;
	padding:20px 0 50px 0;
	margin:0 auto 0 auto;
}

#contents {
	width:100%;
	padding:20px 20px 50px 20px;
	background:#ffffff;
	border:1px solid #DBBEAC;
	box-sizing:border-box;
	float:none;
}

	}



/*　サイドバー
======================================================*/

#sidebar {
	width:220px;
	height:auto;
	padding:0px 0px 0px 0px;
	float:left;
}
#sidebar h2 {
	margin-bottom:5px;
}

#about {
	width:208px;
	height:338px;
	border:1px solid #DBBEAC;
	background:#ffffff;
	padding:5px;
	margin:0 0 20px 0;
}

#access {
	width:208px;
	height:338px;
	border:1px solid #DBBEAC;
	background:#ffffff;
	padding:5px;
	margin:0 0 20px 0;
}
#contact {
	width:208px;
	height:338px;
	border:1px solid #DBBEAC;
	background:#ffffff;
	padding:5px;
	margin:0 0 20px 0;
}

#about p,
#access p {
	margin:0 10px 0 10px;
}
#about a:hover,
#access a:hover,
#contact a:hover,
#recruit a:hover {
	opacity:0.7;
}

.page-template-blog #side_bnr,
.single-post #side_bnr {
	display:none;
}
#recent_post {
	display:none;
}
.page-template-blog #recent_post,
.single-post #recent_post {
	display:block;
}


/*　SP版
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

	@media screen and (max-width:768px) {

#sidebar {
	display:none;
}

	}



/*　フッター
======================================================*/

#footer {
	width:100%;
	height:98px;
	background:#ffffff;
	border-top:2px solid #DBBEAC;
}
#footer_inner {
	width:960px;
	height:80px;
	font-size:12px;
	color:#945F3F;
	padding-top:20px;
	margin:0 auto 0 auto;
}
#footer_inner a, #footer_inner a:visited {
	color:#945F3F;
	text-decoration:none;
}
#footer_inner a:hover {
	color:#945F3F;
	text-decoration:underline;
}

/*----------------------------------------*/

#footer_navi {
	text-align:center;
}

#tel_footer {
	position:absolute;
	top:70px;
	right:0px;
}

#logo_footer {
	position:absolute;
	top:0px;
	right:0px;
}

#copyright {
	text-align:center;
	position:relative;
	top:20px;
}



/*　SP版
:::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::*/

	@media screen and (max-width:768px) {

#footer {
	width:100%;
	height:48px;
	background:#ffffff;
	border-top:2px solid #DBBEAC;
}
#footer_inner {
	width:95%;
	height:50px;
	font-size:12px;
	color:#945F3F;
	padding-top:20px;
	margin:0 auto 0 auto;
}
#footer_navi {
	display:none;
}

#tel_footer {
	display:none;
}

#logo_footer {
	display:none;
}
#copyright {
	top:3px;
}

	}