@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: #0F0F0F; /* 標準文字色 */
    background-image : url(bg_4Ba.png);
    background-position: top center;
    background-repeat: repeat-y;
}
/* 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: 900px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-image : url(254693615_2157630004413846_6203365249492774843_n.jpg);
    background-position: top center;
    background-repeat: repeat-y;
}

#hpb-header{
    height: 80px;
    background-image : url(headerBg_4Ba.png);
    background-position: top left;
    background-repeat: repeat-y;
}

#hpb-inner{
    position: relative;
    width: 100%;
}

* html .hpb-layoutset-01 #hpb-inner{
	/* for IE6 レイアウト崩れに対応するために背景にメインイメージを配置 */
	background-image : url(topimg.jpg);
	background-position: center top;
	background-repeat: no-repeat;
}

.hpb-layoutset-01 #hpb-inner{
    padding-top: 0px;
}

.hpb-layoutset-02 #hpb-inner{
    padding-top: 60px;
}

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

#hpb-wrapper{
    width: 670px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: left;
    position: relative;
    padding-bottom: 20px;
}

* html .hpb-layoutset-01 #hpb-wrapper{
    /* for IE6 */
    width: 660px;
    padding-top: 350px;
}

* html .hpb-layoutset-02 #hpb-wrapper{
    /* for IE6 */
    width: 660px;
}


#hpb-title{
    margin-top: 0;
    margin-right: auto;
    margin-left: auto;
}

* html .hpb-layoutset-01 #hpb-title{
    /* for IE6 */
    display: none;
}

.hpb-layoutset-01 #hpb-title{
    width: 900px;
    height: 287px;
    margin-right: -230px;
    margin-bottom: 70px;
}

.hpb-layoutset-02 #hpb-title{
    width: 630px;
    margin-bottom: 10px;
}

#hpb-main{
    width: 630px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    text-align: left;
}

.hpb-layoutset-02 #hpb-main{
    padding-top: 5px;
}

#hpb-aside{
    width: 228px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    float: right;
    padding-top: 0;
    padding-bottom: 20px;
}

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


#banner{
    width: 205px;
    margin-right: auto;
    margin-left: auto;
}


.hpb-layoutset-01 #hpb-aside{
    padding-top: 350px;
}

#hpb-footer{
    clear: both;
    position: relative;
    padding-top: 20px;
}

#hpb-nav{
    overflow: hidden;
    height: 42px;
    position: absolute;
    left: 0px;
    width: 900px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #80221A;
}

.hpb-layoutset-01 #hpb-nav{
    top: 287px;
}

.hpb-layoutset-02 #hpb-nav{
    top: 0px;
}

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

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

/* ナビゲーション */
#hpb-nav ul{
    display: block;
    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: inline;
    float: left;
    width: 150px;
}


#hpb-nav li a{
    display: block;
    width: 150px;
    height: 41px;
    overflow: hidden;
    text-align: center;
}

#hpb-nav li span.en{
    display: block;
    font-size: 9px;
    line-height: 10px;
    padding-top: 1px;
    text-transform: uppercase;
    color: #696969;
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
}

#hpb-nav li a:hover span.en{
    display: block;
    font-size: 9px;
    line-height: 10px;
    padding-top: 1px;
    text-transform: uppercase;
    color: #A3565F;
    font-family: Century, HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
}

#hpb-nav li span.ja{
    padding-top: 6px;
    display: block;
    font-family: HeiseiMincho, 'Hiragino Mincho Pro' , "ＭＳ 明朝" , 'MS Mincho' , serif;
    color: #FFFFFF;
    font-size: 15px;
    line-height: 16px;
}


#hpb-nav a:link{
    text-decoration: none;
    background-image : url(navBg_4Ba_01.png);
    background-position: top right;
    background-repeat: repeat-x;
}
#hpb-nav a:visited{
    text-decoration: none;
    background-image : url(navBg_4Ba_01.png);
    background-position: top right;
    background-repeat: repeat-x;
}
#hpb-nav a:hover{
    text-decoration: none;
    background-image : url(navBg_4Ba_01_on.png);
    background-position: top right;
    background-repeat: repeat-x;
}
#hpb-nav a:active{
    text-decoration: none;
    background-image : url(navBg_4Ba_01_on.png);
    background-position: top right;
    background-repeat: repeat-x;
}

/* トップページデザイン */
.hpb-layoutset-01 #hpb-title h2{
	margin-top: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
	text-indent: -9999px;
	height: 287px;
	width: 900px;
	background-image : url(topimg.jpg);
	background-position: center center;
	background-repeat: no-repeat;
}


/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
#hpb-inner #shopinfo
{
}


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

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
	}

	#hpb-header{
		height: auto;
		padding-bottom: 10px;
	}

	.hpb-layoutset-02 #hpb-inner{
		padding-top: 0;
	}

	#hpb-wrapper{
		width: 100%;
		float: none;
		padding-bottom: 0;
	}

	.hpb-layoutset-01 #hpb-title{
		width: 100%;
		height: 180px;
		margin-right: 0;
		margin-bottom: 0;
	}

	.hpb-layoutset-02 #hpb-title{
		width: 100%;
		margin-bottom: 0;
	}

	#hpb-main{
		width: 96%;
		padding-bottom: 20px;
	}

	.hpb-layoutset-02 #hpb-main{
		padding-top: 15px;
	}

	#hpb-aside{
		width: 96%;
		margin-right: auto;
		margin-left: auto;
		float: none;
	}

	.hpb-layoutset-01 #hpb-aside{
		padding-top: 0;
	}

	#hpb-footer{
		padding-top: 8px;
		border-top-color: #880D1F;
		border-top-style: solid;
		border-top-width: 1px;
	}

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

	.hpb-layoutset-01 #hpb-nav{
		top: 0;
	}

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

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

	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
	}

	#hpb-nav ul.toggled-on{
		display: block;
	}
	
	#hpb-nav li{
		float: none;
		width: 100%;
	}

	#hpb-nav li a{
		width: 100%;
		height: auto;
		text-align: left;
		padding-top: 10px;
		padding-right: 10px;
		padding-bottom: 10px;
		padding-left: 10px;
		box-sizing: border-box;
		border-top-color: #A6A6A6;
		border-top-width: 1px;
		border-top-style: solid;
	}

	#hpb-nav li span.en{
		line-height: 1.4;
	}

	#hpb-nav li a:hover span.en{
		line-height: 1.4;
	}

	#hpb-nav li span.ja{
		padding-top: 0;
		line-height: 1.4;
	}

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

	/* トップページデザイン */
	.hpb-layoutset-01 #hpb-title h2{
		height: 180px;
		width: 100%;
		background-size: contain;
		background-position: top center;
	}

}