@charset "UTF-8";
/*========================================

  アロマセラピー

========================================*/



/* sec001 ---------------*/
#sec001 {
	padding-top: 40px;
	padding-bottom: 80px;
}

#sec001 h2 {
	position: relative;
}

#sec001 h2::before {
	position: absolute;
	top: -110px;
	left: 0;
	right: 0;
	margin: 0 auto;
	content: "";
	display: inline-block;
	width: 90px;
	height: 90px;
	background-image: url(../img/mrk_star.svg);
	background-size: contain;
	vertical-align: middle;
}

#sec001 .table_A {
	width: 820px;
	margin: 0 auto;
	margin-top: 50px;
}

#sec001 .table_A table .w01 {
	width: 110px;
}


#sec001 .box2 {
	width: 860px;
	margin: 0 auto;
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

#sec001 .box2 .txt {
	width: 450px;
}

#sec001 .box2 .txt p {
	text-align: left;
	text-align: justify;
	text-justify: inter-ideograph;
	font-size: 15px;
	line-height: 2em;
}

#sec001 .box2 .img {
	width: 370px;
}

#sec001 .box3 {
	padding-bottom: 50px;
}




@media screen and (max-width: 767px) {
	#sec001 {
		padding-top: 5vw;
		padding-bottom: 15vw;
	}

	#sec001 h2::before {
		position: absolute;
		top: -25vw;
		width: 20vw;
		height: 20vw;
	}

	#sec001 .table_A {
		width: 100%;
		margin-top: 10vw;
	}

	#sec001 .table_A table .w01 {
		width: 100%;
	}

	#sec001 .table_A table th {
		width: 20%;
	}

	#sec001 .table_A table td.last {
		border-bottom: 10vw solid #fff;
	}

	#sec001 .box2 {
		width: 86%;
		flex-direction: column-reverse;
	}

	#sec001 .box2 .txt {
		width: 100%;
		margin-top: 5vw;
	}

	#sec001 .box2 .txt p {
		font-size: 3.4vw;
	}

	#sec001 .box2 .img {
		width: 100%;
	}

	#sec001 .box3 {
		padding-bottom: 0;
	}
}



/* sec002 ---------------*/
#sec002 {
	background-image: url(../img/bg_pc.jpg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position-y: top;
}

#sec002 .innr {
	padding-top: 20vw;
}

#sec002 .box {
	width: 900px;
	margin: 0 auto;
	outline: 1px solid #ccc7a7;
	outline-offset: -10px;
	background-color: #f3f2ec;
	padding: 50px 0;
}

#sec002 .table_B table th {
	box-sizing: border-box;
}

#sec002 .table_B table td {
	box-sizing: border-box;
}


@media screen and (max-width: 767px) {
	#sec002 {
		background-image: url(../img/bg_sp.jpg);
	}

	#sec002 .innr {
		padding-top: 25vw;
	}

	#sec002 .box {
		width: 90%;
		outline-offset: -7px;
		padding: 10vw 10vw;
		box-sizing: border-box;
	}

	#sec002 .table_B table th small {
		display: block;
		font-size: 3.4vw;
	}


}