@charset "Shift_JIS";

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

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

/*--------------------------------------------------------
  レイアウト設定
--------------------------------------------------------*/
#hpb-container{
	margin:0 auto;
	margin-top: -1px;
	background:#FFFFFF;
	border-right: #FFABA5 1px solid;
	border-left: #FFABA5 1px solid;
	width:880px;
}

#hpb-header{
    width: 880px;
    height: 100px;
	margin:0 auto;
	background: #FFABA5;
	background-image : url(3N_icon1.png);
	background-repeat:repeat-y;
	background-position: 99% 100%;
	clear:both;
}

#hpb-header::before{
    content: ".";
    clear: both;
    height: 20px;
    display: block;
	visibility:hidden;

}


#hpb-inner{
	width:877px;
	margin:0 auto;
	position:relative;
} 

#hpb-wrapper{
    width: 600px;
	height:auto;
	margin:0 0 0 20px;
	padding-top:10px;
	padding-bottom:10px;
	float:left;
}

#hpb-main{
    width: 570px;
	margin:0 auto 0 20px;
    text-align: left;
    padding:120px 0px 0px 0px;
	clear:both;
}

.hpb-layoutset-02 #hpb-main{
    width: 570px;
	margin:0 auto 0 40px;
    text-align: left;
    padding:150px 0px 0px 0px;
	float:left;
}

#hpb-aside{
	margin:0;
	width:250px;
	height:auto;
	padding-top:350px;
	float:left;
	}

#shopinfo{
	width:190px;
	height:auto;
	min-height:130px;
    padding:5px;
	margin:10px auto 25px auto;
	background-image : url(3N_border.png);
    background-repeat: repeat;
	clear:both;
}
/* ----------------------------------------------
メニュー部分
---------------------------------------------- */

#hpb-nav{
	width:100%;
	height:50px;
	margin:0 auto;
	position:absolute;
	top:10px;
	overflow:hidden;
}
/* ----------------------------------------------
メインバナー部分
---------------------------------------------- */
#hpb-title{
	margin:0 auto;
	position:relative;
	left:0px;
	top:60px;
	width:840px;
    height: 245px;
	background-image : url(3N_mainbanner.png);
    background-position: top center;
    background-repeat: no-repeat;
	border-radius:30px;
	z-index:0;
}

#hpb-title h2{
    margin: 0 auto;
	padding:10px 0px 10px 10px;
	text-align:left;
	position:absolute;
	font-size:24px;
	top:260px;
	left:19px;
	color:#89c997;
	background-image : url(3N_border.png);
	min-width:565px;
}


#hpb-title h2 span.ja{
	font-size:1.1em;
	color:#EF857D;
	font-weight:bolder;
}

#hpb-title h2 span.en{
	font-size:16px;
	color:#EF857D;
	font-weight:lighter;
	margin-left:5px;
}

/* ----------------------------------------------
フッター
---------------------------------------------- */

#hpb-footer{
   clear: both;
	width: 880px;
	height:100px;
	margin-top:0;
    margin-bottom:0;
    margin-right: auto;
    margin-left: auto;
	padding-top:0;
	padding-bottom:0;
	background:#FFABA5;
	clear:both;
}

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


/* ナビゲーション */
 #hpb-nav ul{
	list-style-type: none;
	overflow: hidden;
	margin:0px;
	padding:0 0 0 15px;
	width:840px;
	height:50px;
 }
#hpb-nav li{
    display: block;
	position:relative;
	left:3px;
    width: 139px;
	margin:0px;
	 float: left;
    height: 50px;
    overflow: hidden;
	border-right:1px solid #666;
}

#hpb-nav li:last-child{
    display: block;
	position:relative;
	left:3px;
    width: 139px;
	margin:0px;
	 float: left;
    height: 50px;
    overflow: hidden;
	border-right:1px solid #FFFFFF;
}


#hpb-nav li a{
    display: block;
    text-align: center;
}

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

#hpb-nav li span.ja{
	display: block;
	font-size: 12px;
	line-height: 50px;
	padding-top: 0px;
	color: #482808;
	font-weight: bold;
	border-color: #7C7C7C;
}

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


#hpb-nav a:link{
    text-decoration: none;
}
#hpb-nav a:visited{
    text-decoration: none;
}
#hpb-nav a:hover{
    text-decoration: none;
	background:#FFABA5;
	color:#FFFFFF;
}
#hpb-nav a:active{
    text-decoration: none;
	color:#FFFFFF;
}

#hpb-nav #nav-toppage a{
    background-position: left top;
}
#hpb-nav #nav-access a{
    background-position: right top;
}

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

#shopinfo{
    margin-top: 10px;
}

#pagetop{
	height:auto;
	float:left;
	font-size:12px;
	margin:50px 0px;
	position:relative;
	z-index:100;
}

#pagetop a:link, a:visited{
	color:#FFABA5;
	text-decoration:none;
	background-image : url(3N_icon2.png);
    background-position: left center;
    background-repeat: no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
}

#pagetop a:hover{
	color:#F5E7C0;
	text-decoration:none;
	background-image : url(3N_icon2.png);
    background-position: left center;
    background-repeat: no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	padding-left:25px;
}


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

/* トップページ デザイン定義 */
.hpb-layoutset-01 #hpb-title h2{
	font-size:19px;
	margin-top:10px;

}

/* CSS Document */

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

	body{
		min-width: 100%;
	}

	/*--------------------------------------------------------
	  レイアウト設定
	--------------------------------------------------------*/
	#hpb-main{
		width: 96%;
		float: none;
		padding-top:0;
		padding-left: 0;
		padding-right:0;
		padding-bottom:0;
		margin-top:0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:0;
		position:relative;
	}
	.hpb-layoutset-01 #hpb-main,
	.hpb-layoutset-02 #hpb-main{
		padding-top: 5px;
		float:none;
		width: 96%;
		margin-top:0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:0;
	}
	.hpb-layoutset-01 #hpb-aside,
	.hpb-layoutset-02 #hpb-aside{
		position:relative;
		top: 0;
		left: 0;
		width: 100%;
		float: none;
		padding-top:0;
		padding-left: 0;
		padding-right:0;
		padding-bottom:0;
		margin-top:0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom:0px;
	}
	#hpb-nav{
		width: 100%;
		height: auto;
		overflow: hidden;
		position: relative;
		top: 0;
		left: 0;
		background-color: #FFFFFF;
		padding-top:0;
		padding-left: 0;
		padding-right:0;
		padding-bottom:0;
		margin-top:0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom:0;
		border-bottom:1px dotted #482808;
	}
	#hpb-inner{
		min-width: 200px;
		overflow: hidden;
		position: relative;
		top: 0;
		padding-top:0;
		padding-left: 0;
		padding-right:0;
		padding-bottom:0;
		margin-top:0;
		margin-left: 0;
		margin-right: 0;
		margin-bottom:0;
		width: 100%;
		background-color:transparent;
	}
	#hpb-wrapper{
		float: none;
		margin-top:0;
		margin-right: 0;
		margin-left:0;
		margin-bottom: 0;
		padding-bottom: 0;
		position: relative;
		top: 0;
		width: 100%;
		z-index: 1;
		min-height: 100px;
	}
	.hpb-layoutset-01 #hpb-container{
		background-image: none;
	}
	#hpb-header::before{
		display:none;
	}
	/*--------------------------------------------------------
	  デザイン設定
	--------------------------------------------------------*/
	/* タイトル */
	.hpb-layoutset-01 #hpb-title{
		width: 96%;
		height: 220px;
		overflow:visible;
		background-size:contain;
		position: relative;
		top: 0;
		left: 0;
		background-image : url(3N_mainbanner.png);
		background-position:center 15%;
		background-repeat:no-repeat;
	}
	.hpb-layoutset-01 #hpb-title h2{
		background-position: bottom left;
		background-repeat:repeat;
		height: auto;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		padding-left: 2%;
		padding-right:2%;
		padding-top: 5px;
		padding-bottom:5px;
		width: 96%;
		font-size:1.6em;
		position:absolute;
		top:auto;
		bottom:0;
		left:0;
		min-width:100px;
	}
	.hpb-layoutset-02 #hpb-title{
		width: 96%;
		height: auto;
		overflow:visible;
		position: relative;
		top: 0;
		left: 0;
		background-image:none;
	}
	.hpb-layoutset-02 #hpb-title h2{
		background-position: bottom left;
		background-repeat:repeat;
		height: auto;
		margin-top: 0;
		margin-left: auto;
		margin-right: auto;
		padding-left: 2%;
		padding-right:2%;
		padding-top: 5px;
		padding-bottom:5px;
		width: 96%;
		font-size:1.6em;
		position:relative;
		top:auto;
		bottom:0;
		left:0;
		min-width:100px;
	}
	/* ナビゲーション */
	#hpb-nav ul{
		float:none;
		display: none;
		height: auto;
		width:auto;
		position:relative;
		left:0;
	}
	#hpb-nav ul.toggled-on{
		display: block;
		padding-left: 0;
	}
	#hpb-nav li,
	#hpb-nav li:last-child{
		display: block;
		background-image:none;
		width:100%;
		height: auto;
		float:none;
		padding-left:0;
		border-right:none;
		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #482808;
		left:0;
	}
	#hpb-nav li a{
		background-image:none;
		display: block;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 15px;
		padding-bottom: 12px;
		margin-left:0;
		line-height: 1;
		width:100%;
		height: auto;
	}
	#hpb-nav li a span.ja{
		line-height:1;
		position:relative;
		top: 0;
		left: 0;
		width:auto;
		text-align:left;
		padding-left: 10px;
		padding-right: 10px;
	}
	#hpb-nav li a span.en{
		display:none;
	}
	
	/*トップページ*/
	#toppage p.large{
		padding:0;
		margin-bottom:10px;
	}

}