@charset "utf-8";
.content_txt {
	line-height: 1.75;
}

.content_txt>p {
	margin-bottom: 10px;
}

.content_txt>p:last-of-type {
	margin-bottom: 0;
}

.subpage_tit01 {
	margin: 60px auto 40px auto;
}

.clothes {
	margin-top: 70px;
}

.clothes_list {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 40px;
}

.clothes_list>li {
	width: 328px;
	position: relative;
	background: #fce9ed;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	margin-bottom: 35px;
	padding: 45px 32px 30px 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clothes_list>li::before {
	content: "";
	width: 100%;
	height: 13px;
	background: url(../img/service_img02.png) repeat-x left center;
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	border-radius: 10px 10px 0 0;
	-webkit-border-radius: 10px 10px 0 0;
	-moz-border-radius: 10px 10px 0 0;
}

.clothes_list>li:first-of-type,
.clothes_list>li:nth-of-type(2) {
	width: 508px;
	margin-bottom: 45px;
}

.clothes_list>li:first-of-type {
	padding-left: 210px;
}

.clothes_list>li:nth-of-type(2) {
	padding-right: 190px;
}

.clothes_example {
	position: absolute;
	display: block;
	top: 0;
	bottom: 0;
	margin: auto;
}

.clothes_list>li:first-of-type .clothes_example {
	left: 6px;
}

.clothes_list>li:nth-of-type(2) .clothes_example {
	right: -9px;
}

.clothes_tit {
	font-size: 2.4rem;
	font-weight: bold;
	margin-bottom: 12px;
}

.clothes_img {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	background: #fce9ed;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 34px 32px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.clothes_img img {
	display: block;
	margin: 0 auto;
}

.option_part {
	width: 100%;
	margin-top: 90px;
	border-radius: 100px;
	-webkit-border-radius: 100px;
	-moz-border-radius: 100px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 40px 335px 40px 68px;
	position: relative;
	background: #fce9ed;
}

.option_part:nth-of-type(even) {
	background: #eeeeee;
}

.option_part01 {
	margin-top: 110px;
}

.option_part03 {
	margin-bottom: 70px;
}

.option_part img {
	position: absolute;
	display: block;
	right: 75px;
	bottom: 15px;
}

.option_part .content_txt {
	margin-top: 10px;
}

@media only screen and (max-width: 1100px) {
	.clothes_list>li {
		width: 32%;
	}
	.clothes_list>li:first-of-type,
	.clothes_list>li:nth-of-type(2) {
		width: 48%;
	}
	.clothes_img>li {
		width: 24%;
	}
}

@media only screen and (max-width: 900px) {
	.clothes_example {
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.clothes_list>li:first-of-type{
		padding-left: 170px;
	}
	.clothes_list>li:nth-of-type(2){
		padding-right: 160px;
	}
	.clothes_list>li:first-of-type .clothes_example {
		left: -30px;
	}
	.clothes_list>li:nth-of-type(2) .clothes_example {
		right: -30px;
	}
	.clothes_tit {
		font-size: 2.4rem;
		font-weight: bold;
		margin-bottom: 12px;
	}
	.option_part {
		margin-top: 130px;
		border-radius: 150px;
		-webkit-border-radius: 150px;
		-moz-border-radius: 150px;
		padding: 110px 50px 60px 50px;
	}
	.option_part01 {
		margin-top: 140px;
	}
	.option_part img {
		width: 180px;
		right: 0;
		left: 0;
		bottom: auto;
		top: -90px;
		margin: auto;
	}
}

@media only screen and (max-width: 768px) {
	.sub_mv {
		background-image: url(../img/option_mv_sp.jpg);
	}
	.subpage_tit01 {
		margin: 40px auto 30px auto;
	}
	.clothes {
		margin-top: 50px;
	}
	.clothes_list {
		margin-top: 60px;
	}
	.clothes_list>li {
		width: 48%;
		margin-bottom: 30px;
		padding: 30px 20px;
	}
	.clothes_list>li:first-of-type,
	.clothes_list>li:nth-of-type(2) {
		width: 100%;
		margin-bottom: 80px;
	}
	.clothes_tit {
		font-size: 2.2rem;
		margin-bottom: 10px;
	}
	.clothes_img {
		justify-content: space-between;
		padding: 30px 10% 15px 10%;
	}
	.clothes_img>li {
		width: 48%;
		margin-bottom: 15px;
	}
	.option_part {
		margin-top: 120px;
		padding: 100px 40px 40px 40px;
	}
	.option_part01 {
		margin-top: 120px;
	}
	.option_part03 {
		margin-bottom: 50px;
	}
}

@media only screen and (max-width: 600px) {
	
	.clothes_img {
		padding: 20px 20px 5px 20px;
	}
	.option_part {
		border-radius: 10px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
	}
}

@media only screen and (max-width: 480px) {
	.content_txt{
		line-height: 1.6;
	}
	.subpage_tit01 {
		margin: 40px auto 30px auto;
	}
	.clothes {
		margin-top: 40px;
	}
	.clothes_list {
		display: block;
		margin-top: 40px;
	}
	.clothes_list>li {
		width: 100%;
		margin-bottom: 25px;
		padding: 30px 15px 15px 15px;
	}
	.clothes_list>li::before {
		height: 10px;
		background-size: auto 100%;
	}
	.clothes_list>li:first-of-type,
	.clothes_list>li:nth-of-type(2) {
		margin-bottom: 35px;
	}
	.clothes_list>li:first-of-type {
		padding-left: 30%;
	}
	.clothes_list>li:nth-of-type(2) {
		padding-right: 20%;
	}
	.clothes_example {
		width: 38%;
		position: absolute;
		display: block;
		top: 0;
		bottom: 0;
		margin: auto;
	}
	.clothes_list>li:first-of-type .clothes_example {
		left: -10%;
	}
	.clothes_list>li:nth-of-type(2) .clothes_example {
		right: -10%;
	}
	.clothes_tit {
		font-size: 1.8rem;
		margin-bottom: 8px;
	}
	.clothes_img {
		padding: 20px 15px 0 15px;
	}
	.option_part {
		margin-top: 100px;
		padding: 60px 15px 30px 15px;
	}
	.option_part01 {
		margin-top: 100px;
	}
	.option_part03 {
		margin-bottom: 40px;
	}
	.option_part img {
		width: 130px;
		top: -80px;
	}
}