/* CSS Document */

/*
	font-family: heisei-mincho-stdn,serif;
	font-family: montserrat, sans-serif; 
*/

#tantrux{
	color: #77645F;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	box-sizing: border-box;
	line-height: 1.6;
}

#tantrux h2{
	font-size: 70px;
	font-weight: 400;
	font-family: montserrat, sans-serif; 
}

#tantrux h2 span{
	font-size: 16px;
	display: block;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
}


#tantrux #hero{
	/*position: relative;*/
	margin-bottom: 80px;
}

/*#tantrux #hero p img{
	object-fit: cover;
	height: 900px;
	width: 100%
}

#tantrux #hero dl{
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 56%;
	font-family: heisei-mincho-stdn,serif;
	letter-spacing: 5px;
	width: 43%;
}

#tantrux #hero dl dt{
	font-size: 22px;
	line-height: 1.8;
	
}

#tantrux #hero dl h1{
	font-family: montserrat, sans-serif; 
	font-style: normal;
	font-size: 80px;
	margin: 20px 0 5px;
	font-weight: 300;
}

#tantrux #hero dl span{
	font-size: 14px;
}

#tantrux #hero dd img{
	margin-top: 30px;
}*/

#tantrux #hero h3{
	background: #F5F5F5;
	padding: 15px 0;
}

#tantrux .product{
	width: 90%;
	max-width: 1000px;
	margin: auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#tantrux .product p.kaihatsu{
	width: 100%;
	font-size: 24px;
	text-align: center;
	margin: 0 auto 50px auto;
		font-family: heisei-mincho-stdn,serif;

}



#tantrux .product .box{
	width: /*46%*/28%;
	vertical-align: top;
}


#tantrux .product .box img{
	max-height: 265px;
}
#tantrux .product .item-peel {
	margin-top: 110px;
}


#tantrux .product .item-peel img{
	max-height: 150px;
}



#tantrux .product .box dl{
	margin-top: 30px;
}

#tantrux .product .box dt{
	font-size: 20px;
	font-weight: bold;
}

#tantrux .product .box dt span{
	font-size: 14px;
	font-weight: normal;
	background-color: #FFEEED;
	padding: 10px 15px;
	margin-top: 15px;
	display: block;
}

#tantrux .product .box dd{
	margin: 10px 0;
}

#tantrux .product .box .btn{
	background: #77645F;
	margin-top: 20px;
}

#tantrux .product .box .btn a{
	display: block;
	color: #fff;
	padding: 15px 0;
}

#tantrux .item_about a {
    color: #fff;
    background: #77645F;
    display: block;
    text-align: center;
    padding: 8px 0;
    margin-top: 10px;
    max-width: 300px;
}

#tantrux #spec dd a {
    color: #fff;
    background: #77645F;
    display: block;
    text-align: center;
    padding: 8px 0;
    margin-top: 25px;
    max-width: 300px;
    font-size: 18px;
}

#tantrux .plus .inner .btn a {
    color: #77645F;
    background: #fff;
    display: block;
    text-align: center;
    padding: 10px 0;
    margin-top: 10px;
    font-size: 18px;
}

#tantrux .faq a {
    text-decoration: underline;
    display: inline-block;
    margin-top: 15px;
}


@media only screen and (max-width:1000px) { 
	#tantrux #hero p img{
		height: 770px;
		object-position:45%;
	}

	#tantrux #hero dl{
		left:47%;
		letter-spacing: 5px;
		width: 50%;
		margin-top: 20px;
	}

	#tantrux #hero dl h1{
		font-size: 65px;
		margin: 10px 0 5px;
	}

	#tantrux #hero dl span{
		font-size: 14px;
	}

	#tantrux #hero dd img{
		margin-top: 30px;
	}

}

@media only screen and (max-width:720px) { 
	
	#tantrux #hero p img{
		object-fit: contain;
		height: auto;
		/*object-position:45%;*/
	}

	#tantrux #hero dl{
		display: none;
	}

}






@media only screen and (max-width:630px) { 
	#tantrux h2{
		font-size: 50px;
	}

	#tantrux .product .box dt{
		font-size: 18px;
	}

	#tantrux .product .box dd{
		font-size: 14px;
	}

	#tantrux .product p.kaihatsu{
	font-size: 18px;
		text-align: left;
}
		#tantrux .product p.kaihatsu br{
			display: none;
	}


}




@media only screen and (max-width:420px) { 
	#tantrux .product .box{
	width: 100%;
		margin-bottom: 50px;

}

	#tantrux h2{
		font-size: 40px;
	}

	#tantrux .product .box img{
		max-height: 180px;
	
	}
	#tantrux .product .item-peel {
    margin-top: 0px;
}
	
	#tantrux .product .item-peel img{
		width: 150px;
		margin-top: 0px;
    
}
}








#tantrux .onayami{
	background: #9FA5BF;
	margin: 80px auto 100px;
	padding-top: 60px;
}

#tantrux .onayami dl{
	color: #fff;
	margin-bottom: 30px;
	font-family: heisei-mincho-stdn,serif;
	line-height: 1.8;
}

#tantrux .onayami dt{
	font-size: 35px;
}

#tantrux .onayami dd{
	font-size: 48px;
}

#tantrux .onayami ul{
	width: 90%;
	max-width: 650px;
	background: #fff;
	padding: 80px 0;
	margin: 0 auto 100px;
}

#tantrux .onayami ul li{
	width: 80%;
	max-width: 440px;
	text-align: left;
	background: url("../../img/special/tantrux/check.jpg") no-repeat;
	padding-left: 30px;
	margin: 0 auto 25px;
	font-size: 20px;
	color: #666F99;
}

#tantrux .onayami p{
	margin-bottom: -40px;
}

#tantrux .onayami .how{
	background: #fff;
	padding-top: 100px;
}

#tantrux .onayami .how .inner{
	width: 90%;
	max-width: 740px;
	margin: auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
}

#tantrux .onayami .how .inner p{
	font-size: 40px;
	margin: 0;
	font-family: heisei-mincho-stdn,serif;
	text-align: left;
}

#tantrux .onayami .how .inner span{
	font-size: 50px;
	margin-left: 50px;
	background: linear-gradient(rgba(255,255,255,0) 55%, #FFEEED 0%)

}

#tantrux .for{
	position: relative;
}

#tantrux .for .image img{
	object-fit: cover;
	height: 800px;
	object-position: 72%;
}

#tantrux .for .inner{
	position:absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 12%;
	width: 80%;
	max-width: 550px;
}

#tantrux .for .inner dl{
	font-family: heisei-mincho-stdn,serif;
	font-size: 20px;
}

#tantrux .for dd{
	font-size: 40px;
	margin: 30px auto;
}

#tantrux .for p{
	width: 80%;
	margin: auto;
	line-height: 2;
}


@media only screen and (max-width:630px) { 
	#tantrux .onayami dt{
		font-size: 22px;
	}

	#tantrux .onayami dd{
		font-size: 28px;
	}

	#tantrux .onayami ul{
		padding: 50px 0;
		margin-bottom: 70px;
	}

	#tantrux .onayami p{
		margin-bottom: -30px;
	}

	#tantrux .onayami .how .inner{
		display:block;
	}

	#tantrux .onayami .how .inner p{
		font-size: 35px;
	}

	#tantrux .onayami .how .inner p:last-child{
		margin-bottom: 50px;
	}

	#tantrux .onayami .how .inner span{
		font-size: 40px;
	}

	#tantrux .for .image img{
		height: 620px;
		object-position: 80%;
	}

	#tantrux .for .inner{
		left: 5%;
		width: 90%;
	}

	#tantrux .for .inner dl{
		font-size: 15px;
		text-shadow:2px 2px 10px #fff;
	}

	#tantrux .for dd{
		font-size: 26px;
		margin: 20px auto;
	}

	#tantrux .for p{
		width: 90%;
		text-shadow:2px 2px 10px #fff , -2px -2px 7px #fff;
		/*text-shadow:2px 2px 10px #fff ,
					-2px 2px 10px #fff ,
					2px -2px 10px #fff ,
					-2px -2px 10px #fff;*/
	}
}




@media only screen and (max-width:420px) { 
	#tantrux .onayami dt {
		font-size: 18px;
	}
	#tantrux .onayami dd {
		font-size: 25px;
	}

	#tantrux .onayami ul li{
		font-size: 17px;
	}

	#tantrux .onayami .how .inner p {
		font-size: 30px;
	}

	#tantrux .onayami .how .inner span {
		font-size: 35px;
	}

	#tantrux .for .inner dt br{
		display: none;
	}

	#tantrux .for dd {
		font-size: 22px;
	}

	#tantrux .for p{
		font-size: 17px;
	}

	#tantrux .for p br{
		display: none;
	}



}











#tantrux #oil{
	margin-bottom: 50px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 50px;
}




#tantrux .item_about{
	max-width: 1000px;
	width: 90%;
	margin: 80px auto;
}

#tantrux .item_about h2{
	letter-spacing: 2px;
	font-size: 50px;
}

#tantrux .item_about h2 span{
	font-size: 20px;
}

#tantrux .item_about .inner{
	display:flex;
	flex-wrap:wrap;
	justify-content: space-between;
	align-items:center;
}

#tantrux .item_about .inner p{
	width: 34%;
}

#tantrux .item_about .inner dl{
	width: 62%;
	text-align: left;
}

#tantrux .item_about .inner dt{
	font-size: 32px;
	font-family: heisei-mincho-stdn,serif;
}

#tantrux .item_about .inner dd{
	width: 90%;
	margin-top: 30px;
}
#tantrux .item_about .inner dl span{
	font-size: 12px;
}
#tantrux .item_about .inner dd span{
	display: block;
	font-size: 12px;
	margin-top: 10px;
}

#tantrux .item_about .pouch{
    max-width: 800px;
    background: #FFEEED;
    padding: 50px 30px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    margin: 50px auto;
}

#tantrux .item_about .pouch dl{
    width: 67%;
    max-width: 400px;
    margin-left: 8%;
    text-align: left;
}

#tantrux .item_about .pouch dl dt{
    font-size: 24px;
}

#tantrux .item_about .pouch dl dd p{
    font-size: 34px;
    width: 100%;
    font-family: heisei-mincho-stdn,serif;
    margin: 5px auto 15px;
}


#tantrux .item_about .pouch .image{
    width: 25%;
}

@media only screen and (max-width:1000px) { 
	 #tantrux .item_about .inner dt{
		font-size: 30px;
	}
}


@media only screen and (max-width:420px) { 
	#tantrux .item_about h2 {
		font-size: 36px;
	}

	#tantrux .item_about .inner{
		display:block;
	}
	
		#tantrux .item_about .inner img{
			max-width: 100px;
	}
	#tantrux #peel .item_about .inner img{
			max-width: 200px;
	}

	#tantrux .item_about .inner p{
		width: 100%;
		max-width: 150px;
		margin: 0 auto 30px;
	}
	
	#tantrux #peel .item_about .inner p{
		width: 100%;
		max-width: 200px;
		margin: 0 auto 30px;
	}

	#tantrux .item_about .inner dl{
		width: 100%;
		margin: 0 auto;
	}

	#tantrux .item_about .inner dt{
		font-size: 21px;
	}

	#tantrux .item_about .inner dd{
		width: 100%;
		margin-top: 20px;
	}
    #tantrux .item_about .pouch{
        padding: 50px 30px;
        display: block;
        margin: 30px auto;
        padding: 30px;
    }
    #tantrux .item_about .pouch .image{
        width: 65%;
        margin: 0 auto 20px;
    }
    #tantrux .item_about .pouch .image img{
        max-height: 180px;
    }
   #tantrux .item_about .pouch dl{
        width: 100%;
        max-width: none;
        margin:0 auto;
        text-align: center;
    }

    #tantrux .item_about .pouch dl dt{
        font-size: 18px;
    }

    #tantrux .item_about .pouch dl dd p{
        font-size: 28px;
        margin: 0 auto 10px;
    }



}



#tantrux .approach{
	position: relative;
}

#tantrux .approach img{
	object-fit: cover;
	height: 630px;
}

#tantrux .approach h2{
	width: 90%;
	max-width: 1000px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: left;
}

#tantrux .approach_inner{
	width: 90%;
	max-width: 1000px;
	margin: 80px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#tantrux .approach_inner .box{
	width: 30%;
	font-family: heisei-mincho-stdn,serif;
}

#tantrux .approach_inner .box p{
	font-size: 50px;
}

#tantrux .approach_inner .box p:before{
	content: "APPROACH";
	display: block;
	font-size: 15px;
	letter-spacing: 2px;
}

#tantrux .approach_inner .box dl{
	margin-top: 30px;
}


#tantrux .approach_inner .box dt{
	font-size: 24px;
}

#tantrux .approach_inner .box dt:nth-of-type(2){
	font-size: 35px;
	background: linear-gradient(rgba(255,255,255,0) 58%, #FFEEED 0%)
}

#tantrux .approach_inner .box dd{
	text-align: left;
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif";
	margin-top: 25px;
	line-height: 1.8;
}


@media only screen and (max-width:1000px) { 
	#tantrux .approach_inner .box {
		width: 32%;
	}

	#tantrux .approach_inner .box dt {
		font-size: 18px;
	}

	#tantrux .approach_inner .box dt:nth-of-type(2) {
		font-size: 26px;
		background: linear-gradient(rgba(255,255,255,0) 58%, #FFEEED 0%);
	}
}


@media only screen and (max-width:420px) { 

	#tantrux .approach h2{
		text-align: center;
	}
	#tantrux .approach img{
		height: 520px;
	}

	#tantrux h2 span br{
		display: none;
	}

	#tantrux .approach_inner{
		margin: 60px auto;
		display:block;
	}

	#tantrux .approach_inner .box{
		width: 100%;
		margin-bottom: 50px;
	}

	#tantrux .approach_inner .box dl{
		max-width: 300px;
		margin: 20px auto 0;
	}

	#tantrux .approach_inner .box dt{
		font-size: 20px;
	}

	#tantrux .approach_inner .box dt:nth-of-type(2){
		font-size: 30px;
		background: linear-gradient(rgba(255,255,255,0) 50%, #FFEEED 0%)
	}

	#tantrux .approach_inner .box dd{
		margin-top: 20px;
	}

}





#tantrux .ingredient{
	position: relative;
}

#tantrux .ingredient img{
	object-fit: cover;
	height: 630px;
}


#tantrux .ingredient h2{
	width:90%;
	max-width: 1000px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	text-align: left;
}

#tantrux .ingredient h2 p{
	float: right;
}

#tantrux .ingredient_detail{
	background: url("../../img/special/tantrux/bg.jpg") top right #E7F0E3 no-repeat;
	padding: 100px 0;
	background-size: 45%;
}

#tantrux .ingredient_detail .index{
	width: 90%;
	max-width: 1000px;
	margin: 0 auto;
	text-align: left;
}

#tantrux .ingredient_detail .index dl{
	width: 60%;
	max-width: 600px;
	line-height: 1.8;
}

#tantrux .ingredient_detail .index dt{
	font-size: 20px;
	font-family: heisei-mincho-stdn,serif;
}

#tantrux .ingredient_detail .index dt p{
	font-size: 30px;
	margin: 40px 0;
}

#tantrux .ingredient_detail .index dd{
	font-size: 16px;
}

#tantrux .ingredient_detail .inner{
	max-width: 694px;
	margin: 80px auto;
	background: #fff;
	padding: 80px 153px;
	text-align: left;
}

#tantrux .ingredient_detail .inner .ttl{
	font-size: 50px;
	border-bottom: 2px solid #77645F;
	padding-bottom: 5px;
	margin-bottom: 30px;
	font-family: heisei-mincho-stdn,serif;
	letter-spacing: 2px;
}

#tantrux .ingredient_detail .inner .ttl:before{
	content: "INGREDIENT";
	font-size: 15px;
	vertical-align: middle;
	margin-right: 15px;
}

#tantrux .ingredient_detail .inner img{
	margin-bottom: 40px;
}

#tantrux .ingredient_detail .inner dt{
	font-size: 25px;
	margin-bottom: 20px;
	font-family: heisei-mincho-stdn,serif;
}

#tantrux .ingredient_detail .inner dt span{
	font-size: 15px;
}

#tantrux .ingredient_detail .inner dd{
	margin-bottom: 20px;
}

#tantrux .ingredient_detail .inner ul{
	margin-top: 40px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	border-bottom: 1px dotted #998A87;
	padding-bottom: 30px;
	text-align: center;
}

#tantrux .ingredient_detail .inner ul li{
	width: 24%;
	font-size: 14px;
}

#tantrux .ingredient_detail .inner ul li img{
	margin-bottom: 0;
}

#tantrux .ingredient_detail .inner ul li p{
	text-align: left;
	font-family: heisei-mincho-stdn,serif;
	font-size: 18px;
}

#tantrux .ingredient_detail .inner ul:after{
	content: "";
	display: block;
	width: 24%;
}

#tantrux .ingredient_detail .inner ul:before{
	content: "";
	display: block;
	width: 24%;
    order: 1;
}

@media only screen and (max-width:1000px) { 

	#tantrux .ingredient_detail{
		background-size: 65%;
	}

	#tantrux .ingredient_detail .index{
		width: 90%;
		max-width: 1000px;
		margin: 0 auto;
		text-align: left;
	}

	#tantrux .ingredient_detail .index dl {
		width: 84%;
		max-width: none;
		background: rgba(252,252,252,0.8);
		padding: 8%;
	}

	#tantrux .ingredient_detail .index dt p{
		font-size: 28px;
		margin: 30px 0;
	}

	#tantrux .ingredient_detail .inner {
		padding: 80px 10%;
	}
}


@media only screen and (max-width:420px) { 
	#tantrux .ingredient h2 p{
		float:none;
		text-align: center;
	}

	#tantrux .ingredient img{
		height: 520px;
		object-position: 32%;
	}

	#tantrux .ingredient_detail{
		background-size: 85%;
		padding-bottom: 30px;
	}

	#tantrux .ingredient_detail .index dt{
		font-size: 18px;
	}

	#tantrux .ingredient_detail .index dt p{
		font-size: 22px;
		margin: 20px 0;
	}

	#tantrux .ingredient_detail .inner{
		width: 80%;
		padding: 20px 5% 70px;
	}

	#tantrux .ingredient_detail .inner .ttl{
		font-size: 40px;
	}

	#tantrux .ingredient_detail .inner dt{
		font-size: 20px;
	}

	#tantrux .ingredient_detail .inner ul{
		margin-top: 15px;
		padding-bottom: 20px;
		align-items:flex-start;
	}

	#tantrux .ingredient_detail .inner ul li{
		width: 30%;
		font-size: 10px;
	}

	#tantrux .ingredient_detail .inner ul li:first-child{
		width: 100%;
		margin-bottom: 10px;
	}

}














#tantrux .howto{
	width: 90%;
	max-width: 1000px;
	margin: 120px auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#tantrux .howto h3{
	width: 100%;
	font-size: 25px;
	font-family: heisei-mincho-stdn,serif;
	font-weight: 300;
	margin-bottom: 60px;
}

#tantrux .howto h3 br{
	display: none;
}

#tantrux .howto .box{
	width: 48%;
	margin-bottom: 50px;
}

#tantrux .howto .box h4{
	background: #CADEC1;
	font-size: 30px;
	color: #fff;
	padding: 10px 0;
	margin-bottom: 40px;
	font-family: montserrat, sans-serif; 
	letter-spacing: 4px;
}

#tantrux .howto .box h4 span{
	font-size: 15px;
	color: #79645F;
	font-family: heisei-mincho-stdn,serif;
	display: block;
	letter-spacing: 1px;
}

#tantrux .howto .box p{
	font-size: 23px;
	font-family: heisei-mincho-stdn,serif;
	margin: 40px 0 30px;
}

#tantrux .howto .box dt{
	border-bottom: 1px solid #796460;
	padding-bottom: 15px;
	margin-bottom: 15px;
}

#tantrux .howto .box dt br{
	display: none;
}

#tantrux .howto .box dd{
	text-align: left;
}



#tantrux .plus{
	width: 90%;
	max-width: 1000px;
	margin: 50px auto;
	background: #FFEEED;
	padding: 60px 0;
}

#tantrux .plus .inner{
	max-width: 600px;
	width: 90%;
	margin: auto;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
	flex-direction: row-reverse;
}

#tantrux .plus .inner dl{
	width: 63%;
}

#tantrux .plus .inner dt{
	font-size: 25px;
	font-family: heisei-mincho-stdn,serif;
	margin-bottom: 15px;
}

#tantrux .plus .inner dd{
	text-align: left;
}

#tantrux .plus .inner dd a{
	color: #fff;
	background: #77645F;
	display: block;
	text-align: center;
	padding: 8px 0;
	margin-top: 10px;
}

#tantrux .plus .inner p{
	width: 26%;
}



@media only screen and (max-width:1000px) { 
	#tantrux .howto .box p {
		font-size: 18px;
		margin: 40px 0 30px;
	}

	#tantrux .howto .box p br{
		display: none;
	}

	#tantrux .howto .box dt{
		padding-bottom: 10px;
	}

	#tantrux .howto .box dt br{
		display: block;
	}

}

@media only screen and (max-width:670px) { 
	#tantrux .plus{
		padding: 30px 0;
	}
	#tantrux .plus .inner dd a{
		font-size: 13px;
	}

}



@media only screen and (max-width:420px) { 
	#tantrux .howto{
		margin: 80px auto;
		display:block;
	}

	#tantrux .howto h3{
		font-size: 20px;
		margin-bottom: 25px;
	}

	#tantrux .howto h3 br{
		display: block;
	}

	#tantrux .howto .box{
		width: 100%;
		margin-bottom: 50px;
	}

	#tantrux .howto h4{
		margin-bottom: 25px;
	}

	#tantrux .howto .box p{
		font-size: 18px;
		margin: 30px 0;
	}

	#tantrux .howto .box dt{
		border-bottom: 1px solid #796460;
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	#tantrux .howto .box dt br{
		display: block;
	}

	#tantrux .howto .box dd{
		text-align: left;
	}



	#tantrux .plus .inner{
		display: block;
	}

	#tantrux .plus .inner dl{
		width: 100%;
	}

	#tantrux .plus .inner dt{
		font-size: 20px;
	}

	#tantrux .plus .inner p{
		width: 100%;
		max-width: 120px;
		margin: 0 auto 30px;
	}


}























/*
ソープ用追加
-------------------------------------------------------------------------------------------*/
#soap .approach h2{
	color: #77645F;
	left: 55%;
}

#soap .approach h2 p{
	float: right;
}

#soap .bodysoap,#peel .bodysoap{
	width: 90%;
	max-width: 1000px;
	margin: 80px auto;
}

#soap .bodysoap .inner,#peel .bodysoap .inner{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

#soap .bodysoap .inner dl,#peel .bodysoap .inner dl{
	width: 40%;
	text-align: left;
}

#soap .bodysoap .inner dt,#peel .bodysoap .inner dt{
	font-size: 35px;
	font-family: heisei-mincho-stdn,serif;
	margin-bottom: 30px;
}

#soap .bodysoap .inner p,#peel .bodysoap .inner p{
	width: 55%;
}
#soap .bodysoap .inner p img,#peel .bodysoap .inner p img{
	width: 100%;
}


#soap .bodysoap .ph{
	border: 1px solid #888;
	margin-top: 80px;
	padding: 60px 30px;
	font-size: 25px;
}

#soap .bodysoap .ph img{
	margin-top: 30px;
}


#soap .ingredient_detail{
	background: url("../../img/special/tantrux/bg02.jpg") top right #FFEEED no-repeat;
	padding: 100px 0;
	background-size: 48%;
}

#soap .ingredient_detail .inner dl{
	margin-bottom: 50px;
}

#soap .ingredient_detail .inner dt{
	font-size: 33px;
	margin-bottom: 5px;
}

#soap .ingredient_detail .inner dt:first-child{
	margin-bottom: 15px;
}


#soap .ingredient_detail .inner dt span{
	background: #D68C7A;
	color: #fff;
	font-size: 18px;
	padding: 10px;
}

#soap .ingredient_detail .inner p{
	margin-right: -75px;
}

#soap .ingredient_detail .inner .relax{
	width: 100%;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin-top: 50px;
}

#soap .ingredient_detail .inner .relax dl{
	width: 44%;
}

#soap .ingredient_detail .inner .relax dt{
	font-size: 25px;
	color: #D68C7A;
	margin-bottom: 20px;
}

#soap .ingredient_detail .inner .relax p{
	width: 49%;
	margin-right: 0;
}

#soap .howto img{
	margin-bottom: 60px;
}

#soap .howto .box dd span{
	font-size: 12px;
	display: block;
}

#soap .item{
	background: #CADEC1
}


@media only screen and (max-width:1000px) { 
	#soap .approach h2{
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
		text-align: center;
	} 

	 #soap .bodysoap .inner dl, #peel .bodysoap .inner dl{
		width: 43%;
	 }
	 #soap .bodysoap .inner dt,#peel .bodysoap .inner dt {
		font-size: 22px;
		margin-bottom: 20px;
	}

	 #soap .bodysoap .ph{
		font-size: 22px;
	}
 
}





@media only screen and (max-width:420px) { 
	#soap .bodysoap .inner{
		display: block;
	}

	#soap .bodysoap .inner dl ,#peel .bodysoap .inner dl {
		width: 100%;
		margin-bottom: 20px;
	}

	#soap .bodysoap .inner p,#peel .bodysoap .inner p {
		width: 100%;
	}

	#soap .bodysoap .inner dt ,#peel .bodysoap .inner dt {
		margin-bottom: 15px;
	
	}

	#soap .bodysoap .ph{
		margin-top: 30px;
		font-size: 16px;
		text-align: left;
		padding: 30px 20px;
	}

	#soap .bodysoap .ph img {
		margin-top: 20px;
	}

	#soap .ingredient h2 {
		text-align: center;
	}

	#soap .ingredient_detail{
		background-size: 85%;
		padding: 50px 0;
	}

	
	#soap .ingredient_detail .inner dt span {
		font-size: 16px;
	}
	#soap .ingredient_detail .inner dt {
		font-size: 23px;
		margin-bottom: 12px;
	}

	#soap .ingredient_detail .inner p {
		margin-right: -10px;
	}

	#soap .ingredient_detail .inner{
		padding-bottom: 20px;
	}

	#soap .ingredient_detail .inner .relax {
		display: block;
		margin-top: 0;
	}

	#soap .ingredient_detail .inner .relax dl {
		width: 100%;
		margin-bottom: 20px;
	}

	#soap .ingredient_detail .inner .relax dt {
		margin-bottom: 15px;
	}

	#soap .ingredient_detail .inner .relax p {
		width: 100%;
		margin-right: 0;
	}


}
























.femtech{
	position: relative;
	margin: 120px auto;
}

.femtech img{
	object-fit: cover;
	height: 628px;
}

.femtech .inner{
	width:90%;
	max-width: 730px;
	position:absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	text-align: left;
}

.femtech .inner h2{
	margin-bottom: 0;
}

.femtech .inner h3{
	font-size: 25px;
	font-weight: 300;
	font-family: heisei-mincho-stdn,serif;
	margin-bottom: 20px;
}

.femtech .inner p{
	line-height: 1.8;
}



@media only screen and (max-width:768px) { 
	.femtech img{
		height: 520px;
	}

	.femtech .inner h2{
		margin-bottom: 0;
	}

	.femtech .inner h3{
		font-size: 21px;
	}
}













/*
Q&A
------------------------------------------------------------------------------------*/
.faq{
	background:#f5f5f5;
	padding:80px 0;
	margin: 80px auto;
}


.faq .inner{
	width:92%;
	max-width:1000px;
	margin:80px auto 0;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

.faq .inner dl{
	width:48%;
	max-width:460px;
	text-align:left;
}

.faq .inner dt{
	font-size:20px;
	font-weight:bold;
	display:flex;
	align-items: center;
}

.faq .inner dt:before{
	content:"Q ";
	font-size:50px;
	margin-right:15px;
	font-family: montserrat, sans-serif;
	font-weight: 300;
}

.faq .inner dd{
	margin:10px 0 30px 65px;
	line-height:1.6;
}

@media only screen and (max-width: 789px){

	.faq .inner dt:before{
		font-size:45px;
	}
}


@media only screen and (max-width: 640px) { 
	.faq .inner{
		margin-top: 0;
	}
	.faq .inner dl{
		width:100%;
		margin:auto;
	}
	.faq .inner dt:before{
		font-size:40px;
	}
	.faq .inner dt{
		font-size:18px;
		margin-right:10px;
	}
	.faq .inner dd{
		margin:15px 0 30px 0px;
	}
}








/*
spec
------------------------------------------------------------------------------------*/
#tantrux #spec{
	width: 90%;
	max-width: 1000px;
	margin: 120px auto 160px;
}

#tantrux #spec .ttl2{
	margin:-50px auto 100px;
	font-size:20px;
}

#tantrux #spec dl{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
	align-items:center;
	margin-bottom: 80px;
}

#tantrux #spec dt{
	width:26%;
}

#tantrux #spec dt img{
    max-height: 390px;
}
#tantrux #spec dd{
	width:68%;
	text-align:left;
	font-size: 14px;
}

#tantrux #spec table{
	width:100%;

}
#tantrux #spec table tr td:first-child{
	width:15%;
}

#tantrux #spec table tr{
	border-bottom:2px dotted #000;
}

#tantrux #spec table tr td{
	padding:20px 0;
}


@media only screen and (max-width: 750px) { 
#tantrux #spec .ttl2{
	margin:0 auto 50px;
}

#tantrux #spec dl{
	display:block;
}

#tantrux #spec dt{
	width:60%;
	margin:0 auto 20px;
}

#tantrux #spec dd{
	width:100%;
}

#tantrux #spec table{
	margin-top:0;
}
#tantrux #spec table tr td:first-child{
	width:21%;

}
}




#salon_index{
	margin-bottom: -10px;
}




#salon_br{
    text-align: center;
    margin: 50px 0 40px;
}

@media only screen and (max-width: 750px) { 
#tantrux #salon_br{
    width: 90%;
    text-align: center;
    margin: 20px auto 15px;
    font-size: 14px;
}
}





/*パッケージ追加*/



#tantrux #package{
    background: #EEEEEE;
    padding: 70px 0 50px;
    margin: 0 auto 100px;
    max-width: 1000px;
    font-size: 30px;
}

#tantrux #package #video{
	width:90%;
	max-width:860px;
	margin:20px auto 30px;
    font-size: 16px;
}

#tantrux #package #video video{
	width:90%;
	max-width:860px;
	margin:0 auto 10px;
}


#tantrux .package_img  {
    display: flex;
    max-width: 800px;
    margin: 0 auto 30px;
}

#tantrux #package dl{
    font-size: 16px;
    margin: 0 10px;    
}

#tantrux #package dd{
    line-height: 2;
    margin-top: 10px;
    }




@media only screen and (max-width:630px) { 

#tantrux #package{
    padding:10% 5% ;
    width: 80% ;
}

#tantrux #package #video{
    width: 100%;
    text-align: left;
}

#tantrux #package #video video{
    width: 100%;
}

#tantrux .package_img  {
    width: 100%;
}


#tantrux #package dl{
    width: 100%;
    font-size: 16px;
    text-align: left
}

#tantrux #package dd{
    line-height: 1.3;
    }

}






#movie{
	max-width: 800px;
	margin: 80px auto; 
	text-align: center;
    
    font-size: 16px;
}

#movie iframe{
	width: 100%;
	height: 500px/*600px*/;
}

@media only screen and (max-width:640px) { 
	 #movie iframe{
		height: 380px/*480px*/;
	}
}

@media only screen and (max-width:460px) { 
	 #movie iframe{
		height: 200px/*295px*/;
	}

}





/*
ピール用追加
-------------------------------------------------------------------------------------------*/
#peel .approach h2{
	color: #77645F;
	left: 55%;
}
#tantrux #peel .ingredient h2 {
	text-align: right;
}

#tantrux  #peel .ingredient_detail{
	background: url("../../img/special/tantrux/peel/sp_photo05.png") top right #FEFBD5 no-repeat;
	padding: 100px 0;
	background-size: 45%;
}
#tantrux  #peel .ingredient_detail span{
	font-size: 12px;
}

#tantrux  #peel .ingredient_detail .border{
	border: 1px solid #ccc;
	padding: 20px;
}

#tantrux  #peel  .green {
    background: #CADEC1;
}

#tantrux  .yellow {
    background: #FEFBD5;
}



@media only screen and (max-width:460px) { 
	#tantrux  #peel .ingredient_detail{
	padding: 50px 0;

}
}







