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

  デトックス ホットストーン

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



@media screen and (max-width: 767px) {
	.com_hero_h1 h1 {
		font-size: 5.6vw;
		letter-spacing: 0;
	}
}



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

#sec001 h3 {
	width: 260px;
	margin: 0 auto;
	font-size: 17px;
	letter-spacing: 1px;
	border-radius: 35px;
	border: 1px solid #c6bd99;
	margin-top: 50px;
	padding: 1.2em 0;
}

#sec001 h4 {
	font-size: 22px;
	margin-top: 60px;
	padding-bottom: 20px;
}

#sec001 h4.mtl {
	margin-top: 100px;
}

#sec001 .box {
	display: flex;
	justify-content: space-between;
	width: 900px;
	margin: 0 auto;
	margin-top: 40px;
}

#sec001 .box .txt {
	width: 440px;
	text-align: left;
}

#sec001 .box .txt h5 {
	position: relative;
	font-size: 18px;
	letter-spacing: 2px;
	background-color: #f3f2ec;
	padding: 12px 25px;
	margin-bottom: 1em;
}

#sec001 .box .txt h5 span::before {
	position: absolute;
	content: "";
	top: 8px;
	left: 10px;
	display: block;
	width: 2px;
	height: 34px;
	background-color: #c6bd99;
}

#sec001 .box .txt p {
	font-size: 15px;
	line-height: 2em;
	text-align: justify;
	text-justify: inter-ideograph;
	padding: 0 .5em;
}

#sec001 .box .photo {
	width: 430px;
}

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

	#sec001 h3 {
		width: 65vw;
		margin: 0 auto;
		font-size: 4.5vw;
		border-radius: 9vw;
		margin-top: 15vw;
	}

	#sec001 h4 {
		font-size: 4.5vw;
		line-height: 1.6em;
		margin-top: 10vw;
		padding-bottom: 0;
	}

	#sec001 h4.mtl {
		margin-top: 20vw;
	}

	#sec001 .box {
		flex-direction: column;
		width: 86%;
		margin-top: 10vw;
	}

	#sec001 .box_re {
		flex-direction: column-reverse;
	}

	#sec001 .box .txt {
		width: 100%;
		margin-bottom: .3em;
	}

	#sec001 .box .txt h5 {
		font-size: 4.3vw;
		margin-bottom: .7em;
	}

	#sec001 .box .txt p {
		font-size: 3.5vw;
		line-height: 1.8em;
	}

	#sec001 .box .photo {
		width: 100%;
	}

	#sec001 .box_re .photo {
		margin-bottom: 2vw;
	}
}



/* 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 caption {
	font-size: 20px;
	letter-spacing: 1px;
	margin-bottom: .8em;
}

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

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

#sec002 .table_B table .w01 {
	width: 360px;
	box-sizing: border-box;
}

#sec002 .table_B table td span {
	background: linear-gradient(transparent 80%, #e2db27 70%);
}

@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;
		padding: 10vw 10vw;
	}

	#sec002 .table_B table {
		width: 100%;
		margin: 0 auto;
	}

	#sec002 .table_B table caption {
		font-size: 4vw;
		margin-bottom: .8em;
	}

	#sec002 .table_B table th {
		width: 100%;
	}

	#sec002 .table_B table td {
		width: 100%;
	}

	#sec002 .table_B table .w01 {
		width: 100%;
	}
}