@charset "Shift_JIS";

/* 要素リセット */
body{
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'メイリオ' , Meiryo, 'ヒラギノ角ゴ Pro W3' , 'Hiragino Kaku Gothic Pro' , 'ＭＳ Ｐゴシック' , 'Osaka' , sans-serif;
    color: #333333; /* 標準文字色 */
    background-color:#efefef;
background-attachment: fixed;
}
html,body{
    width: 100%;
}


/* 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-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    position: relative;
	background:#efefef;
    width: 1327px;
	background-image : url(../img/Yb_shop_bg.png);
    background-repeat:no-repeat;
    background-position: 120% 0%;
}

#hpb-header{
    height: 	147px;
    overflow: hidden;
    margin-top: -1px;
    margin-right: auto;
    margin-bottom: 0px;
    margin-left: auto;
    padding-top: 0px;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
    position:absolute;
	width:100%;
	background:#FFFFFF;

}

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

#hpb-headerMain{
    height:auto;
    overflow: hidden;
	margin-left:260px;
	background:#FFFFFF;
}

#hpb-headerLogo{
    width:100px;
	height:100px;
	top:47px;
	left:190px;
    position:fixed;
	z-index:999;
}

#hpb-footer{
    clear: both;
    width: 100%;
	margin:0;
    padding-top: 0px;
    z-index: 1;
    position: relative;
    height: 200px;
	background:#fbe03d;
}

#hpb-inner{
    width: 880px;
	margin:0 auto;
	background:#11D4C0;
}

#hpb-wrapper{
    width: 900px;
	height:auto;
	margin-top:179px;
	margin-right:25px;
    float: left;
}

 #hpb-title{
	 display:block;
	 margin:0;

 }

#hpb-main{
    width: 900px;
font-size:16px;

}


#hpb-aside{
	width: 0px;
	height: auto;
	margin-top: 179px;
	float: left;
	background: #fbe03d;
}

/* ナビゲーション */

#hpb-nav{
    height: 100px;
	background:#fbe03d;
    overflow: hidden;
	width:100%;
	position:fixed;
	top:47px;
	left:0px;
	z-index:400;
}


/* サイドブロック内パーツ */
/* バナー */

#banner{
	background:#FBE03D;
	margin-top:30px;
}

#banner ul{
	margin:0;
	padding:0;
    list-style-type: none;
}


#banner li{
	display:block;
	width: 180px;
	height: 50px;
	margin-right:auto;
	border-radius:4px;
}

#banner li a:link, #banner li a:visited{
	display:block;
	color: #333;
	width:150px;
    height: 50px;
    line-height:50px;
	margin-left:20px;
    text-align: left;
    text-decoration: none;
	font-size:0.9em;
	font-weight:normal;
	background:#fbe03d;
}
#banner li a:hover{
	display:block;
	width:190px;
    line-height:50px;
    color: #FFF;
	margin-left:-10px;
    text-align: left;
    text-decoration: none;
	font-weight:lighter;
	background:#a6aeb5;
	text-indent:30px;
}

#banner li a:active{
	display:block;
	color: #333;
	width:190px;
    height: 50px;
    line-height:50px;
    text-align: left;
    text-decoration: none;
	font-weight:lighter;
	background:#a6aeb5;
}

/* 店舗情報 */

#shopinfo{
    width: 180px;
	margin-top:50px;
	padding:5px;
}
#shopinfo h3{
    display: none;
}

#shopinfo h4{

    text-align: left;
    font-size: 1.1em;
    line-height: 16px;
    font-weight: normal;
	padding-left:10px;
	margin-bottom:10px;
    color:#00abd0;
	font-family:"ＭＳ ゴシック", "MS Gothic", "Osaka−等幅", Osaka-mono, monospace;/* フォントファミリーは仮設定 */
}

#shopinfo p{
    text-align: left;
	color:#00ABD0;
}
/*--------------------------------------------------------
  デザイン設定
--------------------------------------------------------*/
/* コンテンツ配置領域 */
/* トップページメインイメージ */

.hpb-top-image #hpb-title{
}

.hpb-layoutset-01 #hpb-title h2{
	    width: 900px;
    height: 365px;
    margin-top: 0px;
    margin-bottom: 21px;
    margin-left: 0;
    margin-right: 0;
    text-align: left;
    text-indent: -9999px;
    overflow: hidden;
	background-image : url(../img/Yb_mainbanner.png);
	border:1px solid #fbe03d;
}

.hpb-layoutset-02 #hpb-title h2{
	color:#FFFFFF;
	margin:0;
	padding-bottom:20px;
}

.hpb-layoutset-02 #hpb-title h2 span.en{
	font-size:1.5em;
	margin-left:5px;
}

.hpb-layoutset-02 #hpb-title h2 span.ja{
	display:none;
}



/* トップページ デザイン定義 */

#toppage
{
}

#toppage p{
	background:#FFFFFF;
	color:#333333;
	line-height:30px;
	padding:10px 20px 10px 20px;
}

#toppage p.large{
    clear: both;
	font-size:1.6em;
    font-weight: normal;
	line-height:1.5em;
	background:#FFFFFF;
	color:#00abd0;
	display:block;
	padding:20px;
}


#hpb-main #toppage h3{
	width:880px;
	height:20px;
    float: left;
    margin-bottom:10px;
	padding:10px 0;
    text-align: left;
    font-size: 1.17em;
    color: #353535;
    font-weight:normal;
	border-left:#fbe03d 20px solid;
	background:none;
}

#toppage h3 span.ja{
    display:none;
}

#toppage h3 span.en{
    padding-top: 0;
    padding-right: 0;
    padding-left: 6px;
    padding-bottom: 0;
    text-transform: uppercase;
    display: block;
    float: left;
    width: 250px;
    font-size: 1.2em;
    letter-spacing: 1px;
    font-weight: normal;
}

/* 商品情報 */
#hpb-wrapper #toppage-item .itemlist{
	margin-top:50px;

}


#hpb-wrapper #toppage-item .item{
	padding:30px 0 0 0 ;
	margin-top:10px;
    margin-bottom: 10px;
    width: 323px;
    float: left;
	background:#D2D2D2;
}

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

#hpb-wrapper #toppage-item .itemlist .item img{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    display: block;
	border:3px solid #fbe03d;
}

#hpb-wrapper #toppage-item .itemlist .item .itemdata{
    width: 250px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 14px;
}

#hpb-wrapper #toppage-item .itemlist .item .itemdata h4{
    font-size: 1.5em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/* フォントファミリーは仮設定 */
	color:#00abd0;
	margin:5px 0px;
}

#hpb-wrapper #toppage-item .itemlist .item .itemdata h5{
    color: #FFFFFF;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /* フォントファミリーは仮設定 */
	margin:15px 0;
}

#hpb-wrapper #toppage-item .itemlist .item .itemdata p{
    padding-top: 10px;
    padding-left: 0px;
    padding-bottom: 50px;
    padding-right: 0px;
	color:#222222;
	background:#D2D2D2;
}

/* 以下レイアウト02 */

.hpb-layoutset-02 #hpb-wrapper #item .itemlist .item img{
    margin-top: 0;
    margin-right: auto;
    margin-bottom: 0;
    margin-left: auto;
    display: block;
	border:3px solid #fbe03d;
}


.hpb-layoutset-02 #item .itemlist .item .itemdata{
	width: 160px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding:10px 5px 5px 5px;
	text-align: left;
	background-color:#FFFFFF;
}

.hpb-layoutset-02 #item .itemlist .item .itemdata p{
    margin: 0;
    padding:0;
    text-align: left;
	color:#222222;
	padding:0 5px 5px 5px;
}
.hpb-layoutset-02 #hpb-wrapper .itemlist .item .itemdata h4{
    font-size: 1.2em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;/* フォントファミリーは仮設定 */
	color:#00abd0;
}

.hpb-layoutset-02 #hpb-wrapper .itemlist .item .itemdata h5{
    color: #a6aeb5;
	font-size:0.9em;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; /* フォントファミリーは仮設定 */
	margin:10px 0;
}


/* 新着情報 */
#toppage-t{
	height:auto;
	padding-top:30px;
}


#hpb-wrapper #hpb-main #toppage-t dl{
	margin-top:50px;

}
#hpb-wrapper #hpb-main #toppage-t dl dt{
	color:#00ABD0;
	width: 150px;
	display:block;
	height:50px;
	text-align: center;
	line-height: 65px;
	margin-right: 20px;
	list-style-type: none;
	padding-bottom:10px;
	overflow:hidden;
}
#hpb-wrapper #hpb-main #toppage-t dl dd{
	display:block;
	height:50px;
	line-height:65px;
	background:#D2D2D2;
	color:#222222;
	margin-bottom:3px;
}
#hpb-wrapper #hpb-main #toppage-t dl dt:first-child + dd{
    border-top: none;
}
hr{
    color: #fbe03d;
}


/* お問い合わせ */
#contactus p.large{
    clear: both;
	font-size:1.2em;
    font-weight: normal;
	color:#353535;
	padding:20px;
	margin-bottom:30px;
}

#recruit p.large{
    clear: both;
	font-size:1.2em;
    font-weight: normal;
	color:#353535;
	padding:20px;
	margin-bottom:30px;
}

#privacy p.large{
    clear: both;
	font-size:1.2em;
    font-weight: normal;
	color:#353535;
	padding:20px;
	margin-bottom:30px;
}
/*--------------------------------------------------------
  共通パーツデザイン設定
--------------------------------------------------------*/

/* ナビゲーション */

#hpb-nav ul{
    	list-style-type: none;
    	overflow: hidden;
    	margin:0px;
    	padding:0 0 0 500px;
	width:700px;
	height:100px;
}

#hpb-nav li{
    display:block;
	width: 150px;
	height:100px;
	margin:0px;
    float: left;
    overflow: hidden;
	text-align:center;
	position:relative;
	font-size:16px;
}


#hpb-nav li a:link{
    display:block;
	width: 150px;
	height:100px;
	color:#333333;
}

#hpb-nav li a:visited{
    display:block;
	width: 150px;
	height:100px;
	color:#333333;
}

#hpb-nav li a:hover{
	background:#a6aeb5;
	color:#FFFFFF;
}

#hpb-nav li a:active{
	background:#a6aeb5;
	color:#FFFFFF;
}



#hpb-nav li span.ja{
	display:block;
	line-height:20px;
	position:absolute;
	top:40px;
	width:150px;
	margin:0px;
	font-size:1.0em;
}

#hpb-nav li span.en{
	line-height:5px;
	font-size:1.1em;
	position:absolute;
	top:40px;
	width:100px;
	margin:0px;
	display:none;
	text-transform:uppercase;
}


#hpb-nav li a:hover span.ja, #hpb-nav li a:active span.ja
{
}


#hpb-nav #nav-toppage a{

}
#hpb-nav #nav-access a{
}



#concept{
	margin-bottom:100px;
	min-height:550px;
}
#concept #pagetop{
    margin:200px 0 10px 0;
    padding: 0px;
    text-align: left;
	float:left;
	text-indent:-9999px;
}

/* 商品紹介ページ デザイン定義 */

#item .itemlist{
    width: 540px;
}
#item .itemlist .item{
    width: 180px;
}

/* =======================================================
  レスポンシブル設定
======================================================= */
@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;
	}
	.hpb-layoutset-01 #hpb-aside,
	.hpb-layoutset-02 #hpb-aside{
		border-top: 1px solid #FFFFFF;
		position:relative;
		top: 0;
		left: 0;
		width: 100%;
		float: none;
		padding-top:0;
		padding-left: 0;
		padding-right:0;
		padding-bottom:1px;
		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: #fbe03d;
		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-top:1px solid #ffffff;
	}
	#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-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: 100%;
		height: auto;
		position: relative;
		top: 0;
		left: 0;
	}
	.hpb-layoutset-02 #hpb-title{
		width: 100%;
		position: relative;
		top: 0;
		left: 0;
		padding-left:0;
	}

	.hpb-layoutset-01 #hpb-title h2{
		background-size:contain;
		background-repeat:no-repeat;
		background-position:center top;
		width: 100%;
		height: 200px;
		margin-top:0;
		margin-left: auto;
		margin-right: auto;
		margin-bottom:0;
		padding-left: 0;
		padding-right:0;
		padding-top: 0px;
		padding-bottom:0;
		font-size:1.6em;
		border:none;
	}
	/* ナビゲーション */
	#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{
		display: block;
		background-image:none;
		width:100%;
		height: auto;
		float:none;
		padding-left:0;
		border-top-width: 1px;
		border-top-style: dotted;
		border-top-color: #ffffff;
	}
	#hpb-nav li#nav-toppage a,
	#hpb-nav li#nav-concept a,
	#hpb-nav li#nav-itemlist a,
	#hpb-nav li#nav-company a,
	#hpb-nav li#nav-recruit a,
	#hpb-nav li#nav-access a,
	#hpb-nav li#nav-contactus a{
		width:100%;
		height:auto;
		
		background-image:none;
	}
	#hpb-nav li a{
		display: block;
		padding-left: 0px;
		padding-right: 0px;
		padding-top: 15px;
		padding-bottom: 12px;
		margin-left:0;
		line-height: 1;
		border-right: none;
		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:8px;
		margin-bottom:0px;
	}
	#toppage p.large +p{
		padding:8px;
		margin-bottom:40px;
	}

	#hpb-main #concept,
	#hpb-main #company,
	#hpb-main #recruit,
	#hpb-main #access,
	#hpb-main #contactus,
	#hpb-main #privacy{
		width: auto;
		margin-bottom:0;
		padding-bottom:0;
	}
	#hpb-wrapper #toppage-item::after{
		display:none;
	}

}