@charset "Shift_JIS";

/* 要素リセット */

body{
    margin: 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
    font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;
    color: #333333; /* 標準文字色 */
    background-color: #f6f1e9;
}
/* Safari用ハック 文字サイズ調整 */
/*\*/
html:\66irst-child body{
    font-size: 16px;
}
/* end */

img{
    border-top: 0;
    border-right: 0;
    border-bottom: 0;
    border-left: 0;
}

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    width: 1015px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-image : none;
    background-color: #ffffff;
}

#hpb-header{
    width: 975px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height : 125px;
    background-image : url(headerBg_7Ea-1.png);
    background-repeat: no-repeat;
    background-position: center top;
}

#hpb-header:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-inner{
    width: 975px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-bottom: 0px;
    position: relative;
}

#hpb-inner:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.hpb-layoutset-01 #hpb-wrapper{
    width: 975px;
	float: left;
}
.hpb-layoutset-02 #hpb-wrapper{
    width: 675px;
    float: right;
}

.hpb-layoutset-01 #hpb-title{
    width: 975px;
	margin-top: 65px;
}

.hpb-layoutset-02 #hpb-title{
    width: 675px;
	margin-top: 62px;
	margin-bottom: 20px;
}

#hpb-main{
    width: 675px;
    float: right;
}

.hpb-layoutset-01 #hpb-main{
    text-align: left;
    padding-top: 40px;
}

.hpb-layoutset-02 #hpb-main{
    text-align: left;
    padding-top: 30px;
}

#hpb-aside{
    float: left;
    width: 280px;
}

* html #hpb-aside{
    float: none; /* for IE6 */
}

.hpb-layoutset-01 #hpb-aside{
	position: absolute;
	top: 0px;	
	left: 0px;
    margin-top: 417px;
    padding-top: 30px;
}
.hpb-layoutset-02 #hpb-aside{
    margin-top: 63px;
}

.gmaplink{
	display: block;
	width: 250px;
	height: 30px;
	background-image: url(gmaplink.gif);
	background-repeat: no-repeat;
	text-indent: -9999px;
	margin-top: 10px;
}


#banner
{
}

#banner ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 7px;
    padding-left: 0;
    list-style-type: none;
}

#banner ul li{
	background-image: none;
	background-color: #edd9b4;
  	border-radius: 7px;
	border-style: solid;
	border-width: 2px;
	border-color: #ce8d25;
	height : 43px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding-top: 7px;
    padding-bottom: 5px;
}

#banner ul li:hover{
	opacity: 0.5;
}

#banner li a,
#banner li a:hover{
    display: block;
	height : 40px;
	line-height: 40px;
    text-align: center;
	color: #663333;
	font-size: 1.3em;
	padding-top: 3px;
	text-decoration: none;
	font-weight: bold;
}

#hpb-footer{
    width: 975px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 30px;
    clear: both;
    background-image : none;
}

#hpb-footerMain p{
	text-align: center;
}


#hpb-nav{
    position: absolute;
    left: 0px;
    width: 975px;
    height: 46px;
    overflow: hidden;
    top: 0px;
    background-color: #9c6f3f;
}

/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/

/* コンテンツ配置領域 */

/* ナビゲーション */
#hpb-nav ul{
    display: block;
    height: 46px;
    width: 975px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    list-style-type: none;
}

#hpb-nav ul:after{
    content: ".";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

#hpb-nav li{
    display: block;
    width: 195px;
    float: left;
	padding-top: 0px;
}


#hpb-nav li a{
    display: block;
    height: 46px;
    line-height: 46px;
    overflow: hidden;
    text-align: center;
}

#hpb-nav li span.en{
    display: none;
}
#hpb-nav li span.ja{
    font-size: 1.1em;
}

#hpb-nav a:link{
    color: #ffffff;
    text-decoration: none;
    background-image : url(naviBg_7Ea_01.png);
    background-repeat: no-repeat;
}
#hpb-nav a:visited{
    color: #ffffff;
    text-decoration: none;
    background-image : url(naviBg_7Ea_01.png);
    background-repeat: no-repeat;
}
#hpb-nav a:hover{
	opacity: 0.5;
/**
    color: #ffffff;
    text-decoration: none;
    background-image : url(naviBg_7Ea_01_on.png);
    background-repeat: no-repeat;
**/
}
#hpb-nav a:active{
    color: #ffffff;
    text-decoration: none;
    background-image : url(naviBg_7Ea_01_on.png);
    background-repeat: no-repeat;
}



/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
/* メインイメージ高さ */
.hpb-layoutset-01 #hpb-title h2{
    width: 975px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
	padding: 0;
    overflow: hidden;
    text-indent: -9999px;
	display: none;

}

.hpb-layoutset-01 #hpb-title img{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
}


/* コンテンツタイトル背景 */
.hpb-layoutset-02 h2
{
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {
	/* 要素リセット */
	body{
	    min-width: 100%;

	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
	    width: 100%;
		background-image: none;
		padding-top: 5px;
		border-top-color:#8f6439;
		border-top-style: solid;
		border-top-width: 5px;
	}

	#hpb-header{
	    width: 100%;
	    height: auto;
		margin-bottom: 5px;
		padding-top: 0px;
		padding-bottom: 10px;
		background-image: none;
		border: none;
	}

	#hpb-inner{
	    background-image: none;
	    width: 100%;
		padding-top: 0;
		padding-bottom: 0;
		padding-left: 0;
		padding-right: 0px;
	}

	.hpb-layoutset-01 #hpb-wrapper{
	    width: 100%;
		margin-left:auto;
		margin-right: auto;
		padding-top: 0;
		padding-left: 0:
		padding-right: 0:
		float: none;
	}

	.hpb-layoutset-02 #hpb-wrapper{
	    width: 100%;
	    float: none;
	    padding-top: 0;
	}

	#hpb-title{
		width: 100%;
	}

	#hpb-main{
		width: 100%;
		float: none;
		padding-left: 5px;
		padding-right: 5px;
		padding-bottom: 20px;
	}

	.hpb-layoutset-01 #hpb-main{
		float: none;
		width: 97%;
		margin-top: 0px;
		margin-right: auto;
		margin-left: auto;

	}

	.hpb-layoutset-02 #hpb-main{
		width: 97%;
		margin-right: auto;
		margin-left: auto;
		padding-left: 5px;
		padding-right: 5px;
	}

	#hpb-aside{
	}

	.hpb-layoutset-01 #hpb-aside{
	    width: 100%;
		position: relative;
	    float: none;
		padding-top: 0px;
	    padding-bottom: 20px;
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		clear: both;

	}

	.hpb-layoutset-02 #hpb-aside{
		width: 100%;
		float: none;
		padding-top: 0;
		padding-bottom: 20px;
		margin-top: 20px;
		margin-right: auto;
		margin-left: auto;
		position: relative;
	}

	#hpb-footer{
	    width: 100%;
	}
	#hpb-footerMain p{
	    width: 98%;
		word-break:break-all;
	}


	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/

	/* トップページ デザイン定義 */
	.hpb-layoutset-01 #hpb-title{
		position: relative;
	    width: 100%;
		margin-top:0;
		margin-right: auto;
		margin-left: auto;
	}

	.hpb-layoutset-01 #hpb-title img{
		width: 100%;
		margin-left: auto;
		margin-right: auto;
	}

	.hpb-layoutset-01 #hpb-title h2{
	    width: 100%;
	}


	.hpb-layoutset-02 #hpb-title{
		width: 100%;
		margin-top:1em;
	}

	/*--------------------------------------------------------
	  ナビゲーションデザイン設定
	--------------------------------------------------------*/

	#hpb-nav{
	    position: relative;
		top: 0;
		width: 100%;
		height: auto;
		background-color: #bb966d;
	}

	#hpb-nav ul{
    	width: 100%;
		height: auto;
		display: none;
	}

	#hpb-nav li{
    	width: 100%;
		float: none;
		border-top-color: #ffffff;
		border-top-style: solid;
		border-top-width: 1px;
	}

	#hpb-nav li a{
		height: auto;
		background-image: none;
		line-height: 1.4;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		font-weight: normal;
	}

	#hpb-nav li span.ja{
    	padding-top: 0;
		text-align: center;
		font-size: 1.1em;
	    font-weight: normal;
	}

	#hpb-nav a:link{
		background-image: none;
		background-color: #bb966d;
    	color: #ffffff;
	}
	#hpb-nav a:visited{
		background-image: none;
		background-color: #bb966d;
    	color: #ffffff;
	}
	#hpb-nav a:hover{
		background-image: none;
		background-color: #bb966d;
    	color: #ffffff;
	}
	#hpb-nav a:active{
		background-image: none;
		background-color: #bb966d;
    	color: #ffffff;
	}

	#hpb-nav h3.hpb-c-index{
		width: 100%;
		height: 50px;			
		background-image : url(btn_menu.png);
		background-position: center center;
		background-repeat: no-repeat;
		margin-left: 10px;
		margin-top: 0px;
		margin-bottom: 0px;		
		cursor: pointer;
	}

	#hpb-nav ul.toggled-on{
		background-image: none;
		display: block;
	}

	/* コンテンツ配置領域 */

	/*--------------------------------------------------------
	  共通パーツデザイン設定
	--------------------------------------------------------*/

	#banner ul li, 
	#banner ul li:hover{
		width: 98%;
		margin-left: auto;
		margin-right: auto;
	}

	.sns-box{
		width: 98%;
	｝
}
