@charset "UTF-8";

.main img {
	width: 100%;
}

.label_text{
margin:20px;
padding:20px 0px 10px 0px;
font-size: 1.4rem;
}

.customer {
font-size:1.8rem;
border: solid 1px;
border-color: #cccccc;
margin:20px;
padding:20px;
}

.customer .tel {
font-size:2.5rem;
}

.tel-2 {
padding-top: 7px;
padding-bottom: 7px;
}

.customer_btn{
	display: block;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 1em;
	padding-bottom: 1em;
	border: 1px solid #ccc;
	border-radius: 80px;
	-webkit-transition: all .4s;
	-moz-transition: all .4s;
	-ms-transition: all .4s;
	-o-transition: all .4s;
	transition: all .4s;
	text-align: center;
}

.brandlist {
	text-align: center;
}
.brandlist__title-h2 {
	/*padding-bottom: 12px;*/
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 2.4rem;
	font-weight: normal;
}
.brandlist__title-h2 span {
	display: block;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.4rem;
	color: #e52a74;
}
.brandlist__title-h2:before {
	content: '';
	display: inline-block;
	width: 16px;
	height: 20px;
	background-image: url('/share/img/icon-star.png');
	background-position: left top;
	background-repeat: no-repeat;
	background-size: 12px 14px;
}

.products {}
.products_ttl {
	position: relative;
	padding-top: 25px;
	padding-bottom: 20px;
	font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", sans-serif;
	font-size: 2.0rem;
	font-weight: normal;
	text-align: center;
	background: rgb(255,243,248);
	background: -moz-linear-gradient(top, rgb(255,243,248) 0%, rgb(255,255,255) 100%);
	background: -webkit-linear-gradient(top, rgb(255,243,248) 0%,rgb(255,255,255) 100%);
	background: linear-gradient(to bottom, rgb(255,243,248) 0%,rgb(255,255,255) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff3f8', endColorstr='#ffffff',GradientType=0 );
}
.products_ttl span {
	display: block;
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.2rem;
	color: #e52a74;
}
.products_ttl:before {
	content: '';
	display: block;
	position: absolute;
	top: -6px;
	left: 20px;
	width: 76px;
	height: 76px;
	/*background-image: url('../img/products_makeup_ill.png');*/
	background-position: center;
	background-repeat: no-repeat;
	background-size: 100%;
}
.makeup .products_ttl:before {
	background-image: url('../img/products_makeup_ill.png');
}
.facecare .products_ttl:before {
	background-image: url('../img/products_facecare_ill.png');
}
.bodycare .products_ttl:before {
	background-image: url('../img/products_bodycare_ill.png');
}
.depilationcare .products_ttl:before {
	background-image: url('../img/products_depilationcare_ill.png');
}
.bathadditive .products_ttl:before {
	background-image: url('../img/products_bathadditive_ill.png');
}

.products__itemlist {
	display: flex;
	flex-wrap: wrap;
	justify-content: left;
	margin-right: 5px;
	margin-left: 5px;
}
.products__itemlist li {
	width: 50%;
	padding: 8px;
}
.products__itemlist li a {
	display: block;
	position: relative;
}
.products__itemlist li a img {}
.products__itemlist li a p {
	position: absolute;
	width: 100%;
	height: 50px;
	bottom: 6px;
	font-size: 1.4rem;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
