@charset "UTF-8";
/* CSS Document */

.naru_cont {
	width:980px;
	margin:0 auto;
	padding:80px 0 130px 0;
}

.profile {
	width:630px;
	margin:0 auto;
}
.profile h1 {
	color:#898989;
	font-size:30px;
	font-size:3rem;/* =30px */
	line-height:36px;
	line-height:3.6rem;/* =36px */
	font-weight:bold;
	margin-bottom:50px;
}

.profile_info {
	display: -webkit-flex; /*横並びに*/
	display: flex; /*横並びに*/
	width:630px;
	margin-bottom:96px;
}
.profile_info div:first-child {
	width:350px;
	margin-right:35px;
}
.profile_info div:first-child img {
	border:1px solid #c0c0c0;
}
.profile_info div:last-child {
	width:245px;
	background:url(../../naru/img/profile_bg.png) no-repeat bottom right;
}
.profile_info div:last-child h2 {
	font-size:30px;
	font-size:3rem;/* =30px */
	line-height:36px;
	line-height:3.6rem;/* =36px */
	font-weight:bold;
	margin-bottom:20px;
}
.profile_info div:last-child p {
	font-size:16px;
	font-size:1.6rem;/* =16px */
	line-height:20px;
	line-height:2rem;/* =20px */
	font-weight:bold;
}

.line {
	width:800px;
	margin:0 auto 50px auto;
}
.line h1 {
	font-size:18px;
	font-size:1.8rem;/* =18px */
	line-height:22px;
	line-height:2.2rem;/* =22px */
	font-weight:bold;
	margin-bottom:30px;
}
.line_item {
	width:800px;
	margin:0 auto;
}
.line_item ul {
	width:800px;
}
.line_item li {
	float:left;
	width:100px;
}
.line_item li img {
	width:100%;
}

.goods {
	clear:both;
	width:970px;
}
.goods h1 {
	text-align:center;
	width:214px;
	height:122px;
	margin:0 auto;
	color:#fff;
	font-size:16px;
	font-size:1.6rem;/* =16px */
	line-height:122px;
	line-height:12.2rem;/* =122px */
	font-weight:bold;
	background-color:#ea5413;
	border-radius: 107px 107px 107px 107px / 61px 61px 61px 61px;
}

.washcloth {
	display: -webkit-flex; /*横並びに*/
	display: flex; /*横並びに*/
	width:870px;
	margin:0 auto;
	padding:40px 0;
}
.washcloth p {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:22px;
	line-height:2.2rem;/* =22px */
	font-weight:bold;
	margin-bottom:10px;
}
.washcloth div:first-child {
	width:220px;
}
.washcloth div:nth-child(2) {
	width:220px;
	margin:0 65px;
}
.washcloth div:last-child {
	width:300px;
	text-align:center;
}
.t_shirt-img {
	width:245px;
	margin-top:70px;
}

.t_shirt {
	display: -webkit-flex; /*横並びに*/
	display: flex; /*横並びに*/
	width:970px;
	margin:0 auto;
}
.t_shirt div {
	width:322px;
	text-align:center;
}
.t_shirt p {
	font-size:14px;
	font-size:1.4rem;/* =14px */
	line-height:22px;
	line-height:2.2rem;/* =22px */
	font-weight:bold;
	margin-bottom:10px;
}
