@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: #666666; /* 標準文字色 */
    background-color: #ffffff;
}
/* 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;
}

#hpb-header{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    height: 72px;
}

#hpb-inner{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 38px;
    padding-bottom: 30px;
    position: relative;
    zoom: 1;
}

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

#hpb-wrapper{
    width: 678px;
    float: right;
}

* html #hpb-wrapper{
    width: 675px; /* for IE6 */
}


.hpb-layoutset-01 #hpb-title{
    width: 675px;
    height: 275px;
    margin-left: auto;
}

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

#hpb-main{
    width: 665px;
    text-align: left;
    margin-left: auto;
    margin-right: auto;
}

.hpb-layoutset-01 #hpb-main{
    padding-top: 10px;
}

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

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

#banner{
    margin-bottom: 20px;
}

#shopinfo{
    width: 200px;
    margin-left: auto;
    margin-right: auto;
}

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

#hpb-nav{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 900px;
    height: 25px;
    overflow: hidden;
    border-top-width: 2px;
    border-top-style: solid;
    border-top-color: #C12437;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #C12437;
}


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

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

/* ナビゲーション */
#hpb-nav ul{
    margin-top: 0;
    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: 180px;
    float: left;
}


#hpb-nav li a{
    display: block;
    height: 25px;
    line-height: 26px;
    overflow: hidden;
    text-align: left;
    padding-left: 40px;
    padding-right: 10px;
    background-position: center left;
    background-repeat: repeat-x;
    font-size: 12px;
}

#hpb-nav li span.en{
    float: right;
    font-size: 10px;
    color: #da7d89;
}

#hpb-nav li span.ja{
    padding-right: 10px;
}

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



/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/
/* メインイメージ高さ */
.hpb-layoutset-01 #hpb-title h2{
    height: 273px;
}

/* shopinfo設定 */

#shopinfo h4{
    color: #666666;
}
/* コンテンツタイトル背景 */

/* フッター内パーツデザイン */
#hpb-footerMain{
    background-color: #C12437;
}

#hpb-footerMain p{
    /* コピーライト文字設定 */
    height: 23px;
    font-size: 0.8em;
    text-align: center;
    line-height: 23px;
    margin-bottom: 0;
    color: #ffffff;
}

#hpb-footerExtra1{
    margin-top: -50px;
}

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

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
	}
	#hpb-header{
		height: auto;
		padding-bottom: 10px;
	}
	#hpb-inner{
		padding-top: 0;
		padding-bottom: 0;
	}
	#hpb-wrapper{
		width: 100%;
		float: none;
	}
	.hpb-layoutset-01 #hpb-title{
		width: 100%;
		height: auto;
	}
	#hpb-main{
		width: 96%;
		padding-bottom: 20px;
	}
	.hpb-layoutset-01 #hpb-main{
		padding-top: 0;
	}
	.hpb-layoutset-02 #hpb-main{
		padding-top: 10px;
	}
	#hpb-aside{
		width: 96%;
		float: none;
		padding-bottom: 20px;
		margin-left: auto;
		margin-right: auto;
	}
	#banner{
		max-width: 100%;
	}
	#shopinfo{
		max-width: 100%;
	}
	#hpb-footer{
		padding-top: 0;
	}
	#hpb-nav{
		position: relative;
		width: 100%;
		height: auto;
	}
	/*--------------------------------------------------------
		デザイン設定
	--------------------------------------------------------*/
	
	/* ナビゲーション */
	#hpb-nav ul{
		display: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}	
	#hpb-nav li{
		width: 100%;
		float: none;
	}
	#hpb-nav li a{
		height: auto;
		line-height: 1.4;
		text-align: left;
		padding-top: 10px;
		padding-bottom: 10px;
		background-position: center left;
		background-repeat: no-repeat;
	}
	#hpb-nav li span.en{
		float: none;
		display: block;
	}
	#hpb-nav li span.ja{
		padding-right: 0;
	}
	
	/*--------------------------------------------------------
		共通パーツデザイン設定
	--------------------------------------------------------*/
	/* メインイメージ高さ */
	.hpb-layoutset-01 #hpb-title h2{
		height: 230px;
	}
	
	/* フッター内パーツデザイン */
	#hpb-footerMain p{
		height: auto;
		line-height: 1.4;
		margin-top: 0px;
		word-break:break-all;
	}
	#hpb-footerExtra1{
		margin-top: 0;
	}

}

