@charset "Shift_JIS";

/* 要素リセット */

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

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
    width: 960px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
	background-color:#ffffff;
	border-right-width:1px;
	border-right-style:solid;
	border-right-color:#cdcdcd;
	border-bottom-width:1px;
	border-bottom-style:solid;
	border-bottom-color:#cdcdcd;
	border-left-width:1px;
	border-left-style:solid;
	border-left-color:#cdcdcd;
}

#hpb-header{
    height: 135px;
    background-image : url(headerBg_7Fb_01.png);
    background-repeat: no-repeat;
    background-position: center top;
}

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

#hpb-inner{
    width: 937px;
    margin-top: 3px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    zoom: 1;
}

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

.hpb-layoutset-01 #hpb-wrapper{
    width: 650px;
    float: left;
    margin-top: 290px;
	margin-left:7px;
}
.hpb-layoutset-02 #hpb-wrapper{
    width: 650px;
    float: left;
    margin-top: 20px;
	margin-left:7px;
}

.hpb-layoutset-01 #hpb-title
{
}

.hpb-layoutset-02 #hpb-title
{
}

.hpb-layoutset-01 #hpb-main{
    text-align: left;
    width: 650px;
}
.hpb-layoutset-02 #hpb-main{
    text-align: left;
    width: 650px;
}

#hpb-aside{
    width: 260px;
    float: right;
}

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

.hpb-layoutset-01 #hpb-aside{
    margin-top: 295px;
}
.hpb-layoutset-02 #hpb-aside{
    margin-top: 20px;
}


#banner
{
}

#shopinfo{
    width: 254px;
    margin-left: 0;
    position:relative;
}

#hpb-footer{
    width: 100%;
    clear: both;
    margin-top:16px;
}

#hpb-nav{
    position: absolute;
    left: -11px;
    top: -44px;
}

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

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

/* ナビゲーション */
#hpb-nav ul{
    display: block;
    width: 960px;
    height: 29px;
    overflow: hidden;
    border-top-width:1px;
    border-top-style:solid;
    border-top-color:#be9f76;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    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;
    float: left;
}


#hpb-nav li a{
    display: block;
    height: 29px;
    padding-left:27px;
    padding-right:18px;
    border-right-width:1px;
    border-right-style:solid;
    border-right-color:#be9f76;
    background-image : url(mainmenu_7Fb_01.png);
    background-position:left top;
    background-repeat:no-repeat;
    line-height: 29px;
    overflow: hidden;
    text-align: left;
}

#hpb-nav li span.en{
    display: none;
}
#hpb-nav li span.ja{
    font-size: 14px;
    font-weight: bold;
}

#hpb-nav a:link{
    color: #ffffff;
    text-decoration: none;
}
#hpb-nav a:visited{
    color: #ffffff;
    text-decoration: none;
}
#hpb-nav a:hover{
    text-decoration: none;
    color: #ffffff;
    background-image : url(mainmenu_7Fb_01_on.png);
}
#hpb-nav a:active{
    text-decoration: none;
    color: #ffffff;
    background-image : url(mainmenu_7Fb_01_on.png);
}

#hpb-nav #nav-toppage a:hover, #hpb-nav #nav-toppage a:active
{
}

#hpb-nav #nav-access a:hover, #hpb-nav #nav-access a:active
{
}

/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
/* メインイメージ高さ */
.hpb-layoutset-01 #hpb-title h2{
    width:937px;
    height: 271px;
    margin-top:0;
    margin-bottom: 0;
    text-indent: -9999px;
    background-image : url(mainimg_7Fb_011.png);
    background-position: top center;
    background-repeat: no-repeat;
    position:absolute;
    left:0;
    top:0;
    
}

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

/* =======================================================
  レスポンシブル設定
======================================================= */
@media screen and (max-width: 568px) {

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
		box-sizing: border-box;
	}
	#hpb-header{
		height: auto;
    background-image: none;
		background-color: #a97e43;
		padding-bottom: 10px;
	}
	#hpb-inner{
		width: 100%;
    margin-top: 0;
	}
	.hpb-layoutset-01 #hpb-wrapper{
		width: 100%;
    float: none;
    margin-top: 0;
		margin-left: 0;
	}
	.hpb-layoutset-02 #hpb-wrapper{
    width: 100%;
    float: none;
    margin-top: 0;
		margin-left: 0;
	}
	.hpb-layoutset-01 #hpb-main{
		width: 96%;
		padding-bottom: 20px;
    margin-top: 0;
		margin-left: auto;
    margin-bottom: 0;
		margin-right: auto;
	}
	.hpb-layoutset-02 #hpb-main{
		width: 96%;
		padding-bottom: 20px;
    margin-top: 0;
		margin-left: auto;
    margin-bottom: 0;
		margin-right: auto;
	}
	#hpb-aside{
		max-width: 96%;
		float: none;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	.hpb-layoutset-01 #hpb-aside{
		margin-top: 0px;
	}
	.hpb-layoutset-02 #hpb-aside{
		margin-top: 0px;
	}
	#banner{
		max-width: 100%;
	}
	#shopinfo{
		max-width: 100%;
	}
	#hpb-footer{
    margin-top: 0;
	}
	#hpb-nav{
		position: relative;
    left: 0;
    top: 0;
	}
	/*--------------------------------------------------------
		デザイン設定
	--------------------------------------------------------*/
	
	/* ナビゲーション */
	#hpb-nav ul{
    display: none;
    width: 100%;
		height: auto;
		border-top: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}	
	#hpb-nav li{
		float: none;
	}
	#hpb-nav li a{
		height: auto;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
    border-right: none;
    background-image: none;
		line-height: 1.4;
	}
	#hpb-nav a:hover{
		background-image: none;
	}
	#hpb-nav a:active{
		background-image: none;
	}
	/*--------------------------------------------------------
		共通パーツデザイン設定
	--------------------------------------------------------*/
	/* メインイメージ高さ */
	.hpb-layoutset-01 #hpb-title h2{
    width: 100%;
    height: 165px;
		background-size: contain;
    position: relative;
	}
	
}

