@charset "utf-8";
/* CSS Document */



/**{border:solid 1px red;}*/


/*category/arrivals/contentsのアイフレームサイズ*/
#arrivals_contents {
	width: 100%;
	height: 300px;
}



/*----背景-----*/



#yokobanner {
	width: 100%;
	height:100px;
	margin:0;padding:0;
	background-image: url("https://image.rakuten.co.jp/import-lotus/cabinet/pic/imgrc0075003869.jpg");
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: center top
}






body {
  font-family: 'Josefin Sans', メイリオ, Meiryo, 游ゴシック, YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
    font-size: 13px;
	color: #555555;
	width: 100%;
	background-color: transparent !important;
	-webkit-text-size-adjust: 100%;
	margin:0;padding:0;
/*	background-image: url("https://image.rakuten.co.jp/import-lotus/cabinet/pic/imgrc0069942529.jpg");
    background-repeat: repeat-x;
    background-attachment: fixed;
    background-position: center top*/
}




/*リンク色指定*/

a:link {
color: #444444;
text-decoration: none;}
a:visited {
color: #444444;
text-decoration: none;}
a:hover {
color: #999999;
text-decoration: underline;}
a:active {/*クリック中*/
color:#444444;　
}

/*リンク半透明*/
a,a img{
	border: none;
	outline: none;
}

a:hover img{
	filter: alpha(opacity=70);
	-moz-opacity:0.7;
	opacity:0.7;
}
a img {
	border: none;	
}





/*----ガイド～ロゴ-----*/

#guide_wrap{
border-bottom: solid 3px #1B1B1B;
width:100%;
margin-bottom:30px;
padding-top:10px;
text-align:right;
background-color:#FFFFFF;
}



#guide{
    display: inline-flex;

}

#guide p {
	margin-left:10px;
	margin-right:10px;
}
	
	
#logo{
	width:100%;
    text-align: center;}
	
	
	
#shop_logo {
    display: inline-flex;
}

#shop_logo p {
	margin-left:5px;
	margin-right:5px;
}
	


#seacharea{
	width:100%;
	margin:0px auto;
	display: inline-flex;
	justify-content:center;
	 text-align: center;
}
	
#seachword{
	width:auto;

}



#seachframe{
	width: auto;
	margin-top:-1px;
	margin-left:8px;

}





/*----グローバルナビ-----*/

#menu{
  list-style-type: none;
  width: 100%;
  height: 45px;
  margin:auto;
  padding: 0;
  background: #1B1B1B;
  z-index:9999;
  position:relative;

}




#menu li{
  position: relative;
  width: 16%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}


#menu li a{
  display: block;
  margin: 0;
  padding: 15px 0 15px;
  color: #fbfbfb;
  font-size: 15px;
  text-decoration: none;
}
#menu li:hover > a{
  background: #fbfbfb;
  color: #1B1B1B;
  transition: all 0.3s;
}
#menu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  
}
#menu li ul li{
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #fbfbfb;
}
#menu li ul li a{
  padding: 13px 19px;
  background: #1B1B1B;
  text-align: left;
  font-size: 12px;

}
#menu li:hover ul li{
  overflow: hidden;
  height: 40px;
}




/*----バナースライダー-----*/

#head_wrap{
	width:100%;
	height:auto;
	margin:auto;}



#wrap_slider{
	width:100%;
	height:auto;
	margin-left:-20px;
}



p.text{
	width:220px;
	height:30px;
	text-align:left;
	margin-top:-2px;
	font-size: 11px;
	letter-spacing:0.08em;
}




