@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------
	feature list
------------------------------------------------------------*/
.container-box {
  background-color: #f8f8f8;
  border-radius: 30px;
  padding:  70px;
  max-width: 1100px;
  margin: 0 auto 100px;
}

.section-feature .column-wrapper {
  display: flex;
  flex-direction: row-reverse;
  align-items: flex-start;
}
.list-wrapper {
  display: flex;
	align-items: center;
	max-width: 1100px;
	padding: 0 0 70px 20px;
}
.list-number img {
  width: 70px;
	padding-right: 20px;
}
.list-text h3 {
  text-align: left;
  margin: 0;
}
.section-feature .column-text {
	margin: 0 90px 0 0;
}
.section-feature {
 margin-bottom: 120px;
}
.section-feature .column-wrapper {
	padding: 0;
}
.section-feature .column-img {
	width: 30%;
}
@media(max-width:1024px){
	.container-box {
		padding: 35px;
		margin: 0 20px 60px;
	}
	.section-feature {
		margin-bottom: 70px;
	
	}
	.list-wrapper {
		padding: 0 0 35px 20px;
	}
	.list-number img {
		width: 45px;
	}
	
	.section-feature .column-img {
		width: 40%;
	}
}

	
	@media(max-width:480px){
		
		.section-feature .container-box {
		margin: 0 15px 25px;
		padding: 20px 15px 30px;
	}
		
		.section-feature.container-box:first-child {
    margin-top: 30px;
}
		.list-wrapper {
		display: flex;
		flex-direction: column;
			padding: 0;
	}
	.section-feature .column-wrapper {
		display: flex;
		flex-direction: column;
	
	}
		.section-feature .column-img {
			width: 100%;
			padding: 30px 0;
		}
	.section-feature .column-text {
		margin:0 auto ;
		text-align: left;
	}
	.list-number {
		padding: 0;
		width: 40px;
		
	}

	.list-text .br{ 
		display: none;
		
	
	}
		.section-feature {
			margin-bottom: 60px;
			
		}
	

	}
	

/*------------------------------------------------------------
	よもぎ種類
------------------------------------------------------------*/
	.herb-wrapper {
  display: flex;
  justify-content: center;
  max-width: 1100px;
	margin: 50px auto 0;
}
.herb-wrapper .inner-box {
	display: flex;
		flex-direction: column;
  width: 22%;
  padding: 20px;
  margin-right: 45px;
  background-color: #fff;
	
}

.herb-wrapper .inner-box:last-child {
  margin-right: 0;
}
.blend-name {
  border-bottom: 1px dashed #cc0059;
}
.box-text {
  padding-top: 10px;
}
@media(max-width:1024px){
	

	.herb-wrapper {
		margin: 35px auto 0;
	 
}
	}
	
@media(max-width:480px){
	
		.herb-wrapper {
			display: flex;
			flex-direction: column;
			margin-top: 30px;
		}
		.herb-wrapper .inner-box {
			width: 80%;
			max-width: 450px;
			margin: 15px auto;
		}
	.herb-wrapper .inner-box:last-child {
		margin: 15px auto;
	}
	.herb-wrapper  .box-text {
		text-align: left;
	}
}
	
