body {
	color: #222;
	text-align: center;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:16px;
	margin: 0px;
	padding: 0px;
}

a {
	text-decoration:none;
	color: #222;

}

a:hover {
	text-decoration:underline;
	color: #222;

}




h1 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	line-height: 1.4em;
	text-align:center;
	margin-bottom: 10px;
}

h3 {
	font-family: 'Roboto', sans-serif;
	font-size: 30px;
	line-height: 1.4em;
	text-align:center;
	margin-bottom: 50px;
}

h2 {
	font-family: 'Roboto', sans-serif;
	font-size: 150%;
	line-height: 1.4em;
	margin-bottom: 20px;
	letter-spacing:1px;
}


h4 {
	font-family: 'Roboto', sans-serif;
	font-size: 200%;
	line-height: 1.4em;
	margin-bottom: 30px;
	float: left;
	color:#949494;
}

h5 {
	font-family: 'Roboto', sans-serif;
	font-size: 140%;
	line-height: 1.4em;
	text-align:center;
	margin-bottom: 10px;
	color: #949494;
}

.mrg_b20 { margin-bottom:20px;}
.mrg_b30 { margin-bottom:30px;}
.mrg_b40 { margin-bottom:40px;}
.mrg_b50 { margin-bottom:50px;}

	

/*========================================
   Container
  ========================================*/
#container{
	width:920px;
	margin:0 auto;
	text-align:left;
}


/*========================================
   Header
  ========================================*/
#header{
	width:100%;
	margin-bottom: 150px;
	background-color: #efeeec;
	height: auto;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: -10px;
	padding-left: 0px;
}



.header_inn {
	width:1200px;
	margin-left:auto;
	margin-right:auto;
	height: 503px;
}

#header h1{
	text-indent: -999999px;
	margin: 0px;
	padding: 0px;

}
#nav ul{
	overflow:hidden;
}
#nav ul li{
	width:25%;
	float:left;
}
#nav ul li a{
	display:block;
	width:100%;
	background:#AAA;
}
#nav ul li a:hover{
	background:#333;
	color:#FFF;
}


/*========================================
   Contents
  ========================================*/
#contents{
	width:100%;
}

/*========================================
   item area
  ========================================*/
#item_area {
	margin-bottom:150px;
}

#item_area h3 {
	font-size:88%;
	line-height:1.8em;
	text-align:center;
	font-weight: normal;

}

.item_box {
	overflow:hidden;
	_zoom: 1;
}

.item_img {
	width:460px;
	float:left;
	height: 475px;
}

.item_info {
	width:50%;
	float:right;
	box-sizing:border-box;
	padding: 50px;
}

.item_img_r {
	width:50%;
	float:right;
}

.item_info_r {
	width:50%;
	float:left;
	padding:50px;
	box-sizing:border-box;	
}

.text_en {
	font-size:63%;
	line-height:1.5em;
	margin-bottom: 5px;
}

.text_ja {
	font-size:63%;
	line-height:1.5em;
	color:#949494;
}

.icon {
	height:60px;
	border-radius:50px;
	background-color:#e7e7e7;
	margin-right:15px;
	text-align: center;
	float: left;
	padding-top: 20px;
	padding-bottom: 20px;
	font-weight: bold;
	margin-bottom: 15px;
	width: 100px;
}

/*-----------------------------
 slide img
 -----------------------------------------*/
 
.clImg{
    position:relative;
    width:460px;
	height:475px;
    margin:0 auto;
}
.clImg img {
    position:absolute;
    left:0;
    top:0;
}

/*========================================
   brand profile
  ========================================*/
#brand_profile_area {
	margin-bottom:150px;
}


#brand_profile_area ul li {
	overflow:hidden;
	_zoom: 1;
	margin-bottom:30px;
}

.brand_text {
	width:75%;
	float:right;
}


/*========================================
   shop location
  ========================================*/
#shop_location_area{
	margin-bottom:100px;
}

#shop_location_area ul li{
	width:50%;
	float:left;
	text-align:center;	
}

.site_link {
	text-align:center;
	padding:20px;
	border: 1px solid #949494;
	margin-top: 80px;
}

/*---------------------
btn
------------------------------*/

.button {
	display: inline-block;
	width: 100%;
	text-align: center;
	text-decoration: none;
	line-height: 54px;
	outline: none;
	border: 1px solid #949494;
	background-color: #ffffff;
	color: #000000;
	margin-top: 80px;
}

.button:hover {
	background-color: #efefef;
	text-decoration:none;
}

.button::before,
.button::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.button,
.button::before,
.button::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}


/*========================================
   Footer
  ========================================*/
#footer{
	padding-top: 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #949494;
	padding-bottom: 5px;
	margin-top: 5px;
}
#footer ul{
	overflow:hidden;
}
#footer li{
	float:left;
	margin:0 10px 0 0;
}
