@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: #333333; /* 標準文字色 */
    background-color: #ffe8e8;
    background-image : url(bodybg_5F.jpg);
    background-repeat: repeat-x;
    background-position: center top;
}
/* 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: 1060px;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
    background-image : url(containerBg_5F.png);
    background-repeat: repeat-y;
    background-position: center top;
}

#hpb-header{
    height: 100px;
    background-image : url(headerBg_5F.png);
    background-repeat: no-repeat;
    background-position: center bottom;
}

#hpb-inner{
    position: relative;
    padding-top: 0;
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: 0;
    width: 850px;
    background-image : url(innerBg_5F.png);
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 105px;
}

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

#hpb-wrapper{
    width: 655px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    float: right;
    min-height: 500px;
}

* html #hpb-wrapper{
    height: 500px; /* for IE6 */
}

#hpb-title{
    width: 655px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
}

#hpb-main{
    width: 655px;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: left;
}

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

#hpb-footer{
    background-image : url(footerbg_5F.png);
    background-position: center bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
    clear: both;
    position: relative;
    width: 880px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}

#hpb-nav{
    width: 175px;
    margin-top: 0px;
    margin-right: auto;
    margin-bottom: 12px;
    margin-left: 0;
    padding-top: 3px;
}


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

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

/* ナビゲーション */
#hpb-nav ul{
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 34px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    background-image : url(mainmenubg_5F_01.gif);
    background-repeat: no-repeat;
    background-position: center top;
    list-style-type: none;
    width: 175px;
}

#hpb-nav li{
    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;
    text-align: center;
    height: 40px;
    overflow: hidden;
}

#hpb-nav li a{
    display: block;
    height: 40px;
    line-height: 46px;
}

#hpb-nav li span.en{
    display: none;
}

#hpb-nav li span.ja{
    font-size: 14px;
}



#hpb-nav a:link{
    color: #8D3B3B;
    text-decoration: none;
    background-image : url(mainmenu_5F_01.png);
    background-position: left center;
    background-repeat: no-repeat;
    font-weight: bold;
}
#hpb-nav a:visited{
    color: #8D3B3B;
    text-decoration: none;
    background-image : url(mainmenu_5F_01.png);
    background-position: center left;
    background-repeat: repeat-y;
    font-weight: bold;
}
#hpb-nav a:hover{
    background-image : url(mainmenu_5F_01_on.png);
    background-position: center left;
    background-repeat: repeat-y;
    color: #a7631b;
    font-weight: bold;
    text-decoration: none;
}
#hpb-nav a:active{
    background-image : url(mainmenu_5F_01_on.png);
    background-position: center left;
    background-repeat: repeat-y;
    color: #a7631b;
    font-weight: bold;
    text-decoration: none;
}

/* バナー */

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

/* 店舗情報 */
#shopinfo{
    margin-left: auto;
    width: 175px;
}


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

#pagetop{
    margin-top: 10px;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    padding-top: 20px;
    text-align: right;
}

#pagetop a{
    /* ページの先頭へのリンク設定 */
    display: block;
    margin-left: auto;
    margin-right: 0;
    width: 79px;
    height: 20px;
    overflow: hidden;
    background-image : url(returnTop_5F.png);
    background-position: center left;
    background-repeat: no-repeat;
    text-align: left;
    text-indent: -9999px;
}

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

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-container{
		width: 100%;
    background-image: none;
		background-color: #ffffff;
	}
	#hpb-header{
		height: auto;
    background-image: none;
		padding-bottom: 10px;
	}
	#hpb-inner{
		width: 100%;
    background-image: none;
		padding-left: 0;
	}
	#hpb-wrapper{
		width: 100%;
		float: none;
    min-height: 0;
	}
	#hpb-title{
		width: 100%;
	}
	#hpb-main{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
    padding-top: 0;
		padding-bottom: 20px;
	}
	.hpb-layoutset-02 #hpb-main{
		padding-top: 10px;
	}
	#hpb-aside{
		width: 96%;
		margin-left: auto;
	}
	#hpb-footer{
		background-image:none;
		width: 100%;
		margin-top: 0;
		border-top-width: 2px;
		border-top-style: solid;
		border-top-color: #f29696;
	}
	#hpb-nav{
		width: 100%;
		margin-bottom: 0;
		padding-top: 0;
		background-color: #fdfdfd;
		border-top-width: 2px;
		border-top-style: solid;
		border-top-color: #f8f8f8;
		border-bottom-width: 2px;
		border-bottom-style: solid;
		border-bottom-color: #f8f8f8;
	}
	
	/*--------------------------------------------------------
		デザイン設定
	--------------------------------------------------------*/
	/* ナビゲーション */
	#hpb-nav ul{
    padding-top: 0;
    background-image: none;
		width: 100%;
		display: none;
	}
	#hpb-nav ul.toggled-on{
		display: block;
	}
	#hpb-nav li{
    text-align: left;
    height: auto;
		border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #f8f8f8;
	}
	#hpb-nav li a{
    height: auto;
		line-height: 1.4;
		padding-top: 10px;
		padding-left: 10px;
		padding-bottom: 10px;
		padding-right: 10px;
	}
	#hpb-nav li span.ja{
		display: block;
	}
	#hpb-nav a:link{
		background-image: none;
	}
	#hpb-nav a:visited{
		background-image: none;
	}
	#hpb-nav a:hover{
		background-image: none;
		background-color: #fef2d9;
	}
	#hpb-nav a:active{
		background-image: none;
		background-color: #fef2d9;
	}
	
	/* バナー */
	#banner ul{
		margin-right: auto;
		margin-left: auto;
		max-width: 100%;
		box-sizing: border-box;
	}
	
	/* 店舗情報 */
	#shopinfo{
		margin-right: auto;
		max-width: 100%;
		box-sizing: border-box;
	}

	/*--------------------------------------------------------
		共通パーツデザイン設定
	--------------------------------------------------------*/
	#pagetop a{
		max-width: 100%;
	}
	
	
}


