@charset "UTF-8";


.contents{
	text-align: center;
	line-height: 2.5;
	letter-spacing: 1px;
}
html.sp .contents{
	line-height: 2.2;
}

.contents .pink{
	font-size: 2rem;
	font-weight: bold;
	color: #e8a2a6;
}
.contents .pink .row1{
	display: inline-block;
	line-height: 1.2;
}

.contents .p1{
	font-size: 1.6rem;
	font-weight: bold;
	margin: 40px 0 50px;
}
html.sp .contents .p1{
	text-align: justify;
}

html.sp .contents .p2{
	text-align: justify;
}

.contents .onlinestore_link{
	display: block;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1;
	color: #fff;
	background-color: #edbec2;
	border-radius: 10px;
	padding: 20px 50px;
	margin: 100px 0 10px;
}
html.sp .contents .onlinestore_link{
	font-size: 2.1rem;
	line-height: 1.3;
	padding: 20px 20px;
}
.contents .onlinestore_link span{
	display: block;
	margin: 30px 0;
}
.contents .onlinestore_chuui{
	margin: 0 0 100px;
}

.contents .bg1{
	font-size: 2rem;
	font-weight: bold;
	color: #fff;
	background-image: url(/img/about/4.jpg);
	background-size: cover;
	padding: 200px 0;
}
html.sp .contents .bg1{
	padding: 100px 0;
}

.contents p.left{
	text-align: justify;
}

.contents .daihyou{
	margin: 100px 0 0px;
}

.contents .job{
	color: #e8a2a6;
	font-weight: bold;
}

.contents .name{
	font-size: 1.6rem;
	font-weight: bold;
	margin-bottom: 30px;
}

ul.keireki{
	list-style: none;
	padding: 0;
}
ul.keireki li{
	line-height: 1.3;
	margin: 1.7rem 0;
}



