@charset "utf-8";

.catWrap {
	margin-bottom: 100px;
}

.couTitle {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4;
	margin-bottom: 20px;
}


.brownLink {
	display: inline-block;
	width: 220px;
	text-align: center;
	line-height: 1.0;
	background: #ede8db;
	color: #231815;
	text-decoration: none;
	padding: 10px 0 12px;
	border-radius: 30px;
	transition: all,.3s;
}


.brownLink:hover {
	background: #e5d8bd;
}

select.selects {
	border: 1px solid #ccc;
	padding: 10px 3%;
	width: 350px;
	box-sizing: border-box;
	font-family: inherit;
	line-height: 1.4;
	background: #fff;
}

.seleFlex {
	display: flex;
	margin-bottom: 40px;
	align-items: center;
}

.seleFlex dt {
	width: 4em;
	flex-shrink: 0;
}

.categoryTitle {
	margin-bottom: 30px;
	line-height: 1.4;
	padding: 10px 30px;
	font-size: 2.0rem;
	letter-spacing: 0.2em;
}

.categoryTitle.category01 {
	border-bottom: 1px solid #aba8dc;
	background: linear-gradient(to bottom, #aaa7dc, #fff);
}
.categoryTitle.category02 {
	border-bottom: 1px solid #ece0c8;
	background: linear-gradient(to bottom, #ecdfc7, #fff);
}
.categoryTitle.category03 {
	border-bottom: 1px solid #d5a1cf;
	background: linear-gradient(to bottom, #d7a4d1, #fff);
}

.itemWrap {
	margin-bottom: 50px;
}

.itemFlex {
	border-bottom: 1px solid #9e9e9f;
	padding-bottom: 30px;
	margin-bottom: 30px;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
}

.itemWrap .itemFlex:last-child {
	border-bottom: none;
	padding-bottom: 0;
	margin-bottom: 0;
}

.itemImg,
.itemTxt {
	width: 48%;
}

.itemTxt.wdt100 {
	width: 100%;
}

.itemTitle {
	font-size: 2.0rem;
	border-bottom: 1px solid #9e9e9f;
	padding-bottom: 10px;
	margin-bottom: 10px;
}


@media screen and (max-width: 767px){

	
	select.selects {
		width: 100%;
	}

	.seleFlex {
		display: block;
		margin-bottom: 30px;
		align-items: center;
	}

	.seleFlex dt {
		width: auto;
		margin-bottom: 5px;
	}
	

	.itemFlex {
		display: block;
	}

	.itemImg,
	.itemTxt {
		width: auto;
	}
	
	.itemImg {
		margin-bottom: 20px;
		text-align: center;
	}
	
}
