@charset "UTF-8";

/* 下層ページ
=======================================*/
article{
	width:980px;
}

article div.wrapper{
	width:100%;
	overflow:hidden;
	padding-bottom:120px;
}

@media screen and (max-width:980px){
	article{
		width:100%;
	}
}

@media screen and (max-width:768px){
	article{
		margin-top:0;
	}
}

/* ヘッダー画像
------------------------------------*/
article > div.header{
	width:100%;
	height:auto;
}
article > div.header img{
	width:100%;
	height:auto;
	display: block;
	vertical-align: middle;
}

@media screen and (max-width:980px){
	article > div.header img{
		width:100%;
	}
}

@media screen and (max-width:768px){
	article > div.header{
		display:none;
	}
}

/* パンくずリスト
------------------------------------*/
.pankuzu_xt{
	width:100%;
	padding:25px 0;
	overflow:hidden;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	font-size:14px;
	max-width: 980px;
  margin: 0 auto;
}
.pankuzu_xt .current-item{
	color: rgb(180, 155, 70);
}
@media (max-width: 768px) {
  .pankuzu_xt {
    width: 94%;
    margin: 0 auto;
  }
}

article ul.pankuzu{
	width:100%;
	padding:25px 0;
	overflow:hidden;
	font-family:"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","游ゴシック",YuGothic,"メイリオ",Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}

article ul.pankuzu li{
	float:left;
	position:relative;
	padding-right:16px;
	margin-right:12px;
	vertical-align:middle;
	font-size:14px;
}

article ul.pankuzu li::after{
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	margin:auto;
	content:"";
	width:6px;
	height:6px;
	border-top:1px solid #000;
	border-right:1px solid #000;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
}

article ul.pankuzu li:last-child::after{
	content:none;
}

article ul.pankuzu li a{
	color:#000;
}

article ul.pankuzu li:last-child span{
	color:#B49B46;
}

/*@media screen and (max-width:768px){*/
@media screen and (max-width:980px){
	article ul.pankuzu{
		width:94%;
		margin:0 auto;
	}
}

/* フッター
------------------------------------*/
@media screen and (max-width:768px){
	footer{
		position:relative;
		top:70px;
	}
}