@charset "UTF-8";

/* TEMPLATE +++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ Retina parts */
@media only screen and (-webkit-min-device-pixel-ratio:1.5),only screen and (min-resolution:1.5dppx){

}
/* TEMPLATE Retina parts end*/


body{
	margin:0px;
	padding:0px;
	background-color:#fff;
	font-family:serif;
	}

#header_area{
	max-width:1150px;
	min-width:880px;
	height:150px;
	margin:0px;
	padding:0px;
	position:relative;
	}
	
	
#logo{
	overflow: hidden;
	}
	
	
#header_area h1 img{
	width:80px;
	height:70px;
	margin:0px;
	position:absolute;
	top:25px;
	left:45px;
	}
			

#header_area nav ul{
	display: flex;
	justify-content: center;
	margin: 50px 0px 0px 0px;
	padding: 0;
	}
	
#header_area nav ul li{
	list-style: none;
	}
	

#header_area nav ul li a{
	height:28px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
	
	
	
#n_about a{
	width:75px;
	height:28px;
	background:url(../../images/interface/about.png)no-repeat;
	-webkit-background-size:75px 28px;
	background-size:75px 28px;
	margin:0px;
	}
	
#n_collection a{
	width:95px;
	height:28px;
	background:url(../../images/interface/collection.png)no-repeat;
	-webkit-background-size:95px 28px;
	background-size:95px 28px;
	margin:0px;
	}
	
#n_collection a{
	width:95px;
	height:28px;
	background:url(../../images/interface/collection.png)no-repeat;
	-webkit-background-size:95px 28px;
	background-size:95px 28px;
	margin: 0px;
	}
	
#n_onlineshop a{
	width:95px;
	height:28px;
	background:url(../../images/interface/onlineshop.png)no-repeat;
	-webkit-background-size:95px 28px;
	background-size:95px 28px;
	margin: 0px;
	}
	
#n_journal a{
	width:80px;
	height:28px;
	background:url(../../images/interface/journal.png)no-repeat;
	-webkit-background-size:80px 28px;
	background-size:80px 28px;
	margin: 0px;
	}
	
#n_info a{
	width:95px;
	height:28px;
	background:url(../../images/interface/info.png)no-repeat;
	-webkit-background-size:95px 28px;
	background-size:95px 28px;
	margin: 0px;
	}
	
	
#n_stockist a{
	width:80px;
	height:28px;
	background:url(../../images/interface/stockist.png)no-repeat;
	-webkit-background-size:80px 28px;
	background-size:80px 28px;
	margin: 0px;
	}
		
#n_care a{
	width:80px;
	height:28px;
	background:url(../../images/interface/care.png)no-repeat;
	-webkit-background-size:80px 28px;
	background-size:80px 28px;
	margin: 0px;
	}

	
#n_about a:hover{
	background:url(../../images/interface/about_.png)no-repeat;
	-webkit-background-size:75px 27px;
	background-size:75px 27px;
	}

#n_collection a:hover{
	background:url(../../images/interface/collection_.png)no-repeat;
	-webkit-background-size:95px 28px;
	background-size:95px 28px;
	}

#n_onlineshop a:hover{
	background:url(../../images/interface/onlineshop_.png)no-repeat;
	-webkit-background-size:95px 28px;
	background-size:95px 28px;
	}

#n_journal a:hover{
	background:url(../../images/interface/journal_.png)no-repeat;
	-webkit-background-size:80px 28px;
	background-size:80px 28px;
	}
	
#n_info a:hover{
	background:url(../../images/interface/info_.png)no-repeat;
	-webkit-background-size:95px 28px;
	background-size:95px 28px;
	}
	
#n_stockist a:hover{
	background:url(../../images/interface/stockist_.png)no-repeat;
	-webkit-background-size:80px 28px;
	background-size:80px 28px;
	}	

#n_care a:hover{
	background:url(../../images/interface/care_.png)no-repeat;
	-webkit-background-size:80px 28px;
	background-size:80px 28px;
	}	
	


#header_sns {
	margin:0px ;
	padding:0px;
	list-style-type:none;
	position:absolute;
	top:75px;
	right:22px;
	}
	
#header_sns li{
	float:left;
	margin:0px 13px 0px 0px;
	}
#header_sns li img{	
	width:18px;
	vertical-align:bottom;
	}
	
	

#infomenu{
	display: none;
	overflow: hidden;
	margin:0px;
	padding:0px;
	list-style-type:none;
	position:absolute;
	top: 28px;
	left:320px;
	}

#infomenu li{
	   float:none;
	   }

#infomenu li a{
	height:28px;
	display: block;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
	}


/*info部分*/	
#info{
	max-width:1000px;
	min-width:860px;
	margin: 0px 0px 0px 145px;
	padding: 0px;
	overflow:hidden;
	background-color:#fff;
	}
	
#info ul{
	list-style-type:none;
	margin: 0px;
	padding: 0px;
	}
	
#info ul .info_{
	margin: 0px;
	padding: 0px;
	}
	
.info_ a{
	display:block;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	width:23%;
	float:left;
	padding:10px;
	margin:0px 5px 0px 0px;
	text-decoration: none;
	color:#808080;
	position:relative;
	}
	
.info_ img{
	display:block;
	width:100%;
	height:auto;
	padding:0px;
	margin:0px;
	}

.entry-category,.entry-date{
	font-size: 12px;
	text-decoration:none;
	}

.info_ .caption{
	font-size: 90%;
	text-align: center;
	padding-top: 50%;
	color: #ce0211;
	font-weight: 100; 
	}

.info_ a .mask {
	width:100%;
	height: 100%;
	position:absolute;	/* 絶対位置指定 */
	top: 0;
	left: 0;
	opacity: 0;	/* マスクを表示しない */
	background-color:	rgba(119,187,178,0.15);	/* マスクは半透明 */
	-webkit-transition:	all 1.2s ease;
	transition:		all 1.2s ease;
	}
	
.info_ a:hover .mask {
	opacity: 1;	/* マスクを表示する */
	}


#footer_area{
	min-width:860px;
	height:30px;
	margin:10px 0px 0px 0px;
	padding:0px;
	position:relative;
	}

#footer_sns{
	display:none;
	}


#footer_area small{
	display:block;
	font-size:9px;
	position:absolute;
	top:0px;
	left:45px;

	}	
