@charset "UTF-8";

/*--------------------------------------------------------------- */
/* common */
/*--------------------------------------------------------------- */
#wrapper {
		padding: 127px 0 0 0;
}

.subsection{
  margin-top: 1em;
}
.description{
  font-size: 14px;
  letter-spacing: 0.1em;
}
.description__title{
  font-size: 14px; 
  letter-spacing: 0.2em;
}


/*--------------------------------------------------------------- */
/* header */
/*--------------------------------------------------------------- */
#header01 {
	width: 960px;
	margin: 0 auto 120px;
	text-align: center;
}
#headerLogo01 {
	width: 310px;
	margin: 0 auto;
}
#headerLogo01:hover {
	opacity: 0.8;
}


/*--------------------------------------------------------------- */
/* shops */
/*--------------------------------------------------------------- */
#shops ul{
  text-align: center;
  margin-bottom: 100px;
}
  
	#shops ul li {
		position: relative;
		display: inline-block;
		margin: 0 80px;
		vertical-align: top;
	}
	#shops ul li.shop01{
  	margin-top: 25px;
	}
	#shops ul li a:hover {
		opacity: 0.8;
	}
	
	#shops ul.shop-list {
		text-align: center;
	}
	#shops ul.shop-list li{
		display: inline-block;
		margin: 0 40px;
	}
	#shops ul.shop-list li.shop01 .png {
		margin-top: 30px;
	}
	#shops ul.shop-list li.shop03 .png {
		margin-top: 45px;
	}

/*--------------------------------------------------------------- */
/* txt01 */
/*--------------------------------------------------------------- */
#txt01{
	margin: 0 0 0 146px;
	width: 281px;
	height: 30px;
	background: url(../img/txt01.png) 0 0 no-repeat;
	text-indent: -9999px;
}
#txt02{
	margin: 0 0 114px 146px;
	width: 670px;
	height: 58px;
	background: url(../img/txt02.png) 0 0 no-repeat;
	text-indent: -9999px;
}