@charset "utf-8";
/*------------------------------------------------
	/sp/beauty/relax/recipe/ styles
--------------------------------------------------*/

div {
	margin: 0;
	padding: 0;
}
a {
	outline: none;
}

img	{border:0px; margin:0px;}

.clearfix:after	{height:0px; visibility:hidden; content: "."; display:block; clear:both;}
.clearfix {zoom: 1;}
.mt10 {margin-top: 10px !important;}
.mb8 {margin-bottom: 8px !important;}
.mb15 {margin-bottom: 15px !important;}
.mr15 {margin-right: 15px !important;}
.pt25 {padding-top: 25px !important;}
.pb15 {padding-bottom: 15px !important;}
.pb25 {padding-bottom: 25px !important;}
.tac {text-align: center !important;}
.curp {cursor: pointer !important;}
.rover a:hover IMG		{opacity:0.7; filter: alpha(opacity=70);/*ie*/}

.image-replace {
	display:block;
	text-indent:-9999px;
	overflow: hidden;
}

#tab-container {
	margin-bottom: 22px;
	padding-top: 22px;
}


/*------------------------------------------------
	共通
--------------------------------------------------*/

.fluid-image {
	max-width: 100%;
	height: auto;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.js-accordion-content {
	display: none;
}
.js-accordion-content.is-init-opened {
	display: block;
}


/*------------------------------------------------
	/sp/beauty/relax/recipe/index.html
--------------------------------------------------*/
.relax_box_lead{
	background-image: url(/sp/beauty/relax/recipe/images/index_main_bg.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 20px 20px;
	width: 100%;
	height: 157px;
	padding: 0;
	position: relative;
}
.relax_box_lead::after {
	content: "";
	background: url('/sp/beauty/relax/recipe/images/index_main_line.png') center center no-repeat;
	background-size: cover;
	width: 100%;
	height: 4px;
	position: absolute;
	bottom: -20px;
	left: 0;
	right: 0;
}

.relax_box_lead h1{
	text-indent: -9999em;
	overflow: hidden;
}
.index_box_recipe_title{
	margin: 0 -10px;
}
#index_box_recipe {
	background-image: url(/sp/beauty/relax/recipe/images/index_box_body.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 100%;
	margin: 42px 0 23px;
}
#index_box_recipe_inner {
	background-image: url(/sp/beauty/relax/recipe/images/index_box_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom -5px;
	background-size: 100%;
	padding: 0 10px 15px;
}
#index_box_list {
	padding: 13px 10px 0;
}

#index_box_list h2 {
	background-image: url(/sp/beauty/relax/recipe/images/recipe_tit_list.png);
	background-repeat: no-repeat;
	background-size: contain;
	text-indent: -9999em;
	width: 100%;
	height: 24px;
}
#index_box_list h3{
	margin: 20px 0 10px;
}
#index_box_list ul + ul{
	margin-top: 25px;
}
#index_box_list li {
	line-height: 1.2;
	background-color: #faf9f2;
	letter-spacing: normal;
	margin-bottom: 6px;
	padding: 4px 10px 4px 5px;
	border: solid 1px #f2f2f2;
	border-radius: 3px;
	cursor: pointer;
	display: flex;
	align-items: center;
	width: 100%;
	box-sizing: border-box;
}
#index_box_list li img {
	width: 45px;
	height: auto;
	box-sizing: border-box;
}
#index_box_list li span {
	padding-left: 14px;
	box-sizing: border-box;
	width: calc(100% - 45px);
}
#index_box_list li a{
	position: relative;
	display: block;
	padding-left: 10px;
	color: #411b31;
	font-size: 12px;
	text-decoration: underline;
	line-height: 1.5;
}
#index_box_list li a::before {
	content: '';
	background-image: url(/sp/beauty/relax/recipe/images/a_02.gif);
	background-repeat: no-repeat;
	background-size: cover;
	width: 6px;
	height: 5px;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}

/*------------------------------------------------
	/sp/beauty/relax/recipe/xx.html
--------------------------------------------------*/
.recipe_content{
	padding: 0 10px;
}
.recipe_note {
	background-image: url(/sp/beauty/relax/recipe/images/recipe_bg_note_body.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 100%;
	margin: 16px 0 0;
}
#recipe_note_lead {
	background-image: url(/sp/beauty/relax/recipe/images/recipe_bg_note_top.gif), url(/sp/beauty/relax/recipe/images/recipe_bg_note_line.gif);
	background-repeat: no-repeat, no-repeat;
	background-position: right top, left bottom;
	background-size: 100%;
	padding: 20px 10px 16px;
}
.recipe_ingredient {
	background-image: url(/sp/beauty/relax/recipe/images/recipe_bg_note_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 13px 10px 16px;
}
.text01 {
	line-height: 1.67;
	font-size: 12px;
}
.recipe_note_lead_top{
	display: flex;
	width: 100%;
	justify-content: space-between;
}
.recipe_note_lead_top_img {
	width: 41.8%;
	box-sizing: border-box;
}
.recipe_note_lead_top_txt {
	width: 58.2%;
	box-sizing: border-box;
	padding-left: 15px;
}

.recipe_note_lead_top_txt h2 {
	font-size: 18px;
	font-weight: bold;
	letter-spacing: 0.05em;
	line-height: 1.33;
}
.recipe_note_lead_top_txt h2 span{
	color: #b49155;
	font-size: 10px;
	font-weight: normal;
	line-height: 1.35;
	display: block;
	padding: 5px 0;
}
.recipe_note_lead_bottom{
	padding-top: 14px;
}
.recipe_note_lead_bottom h3 {
	font-size: 13px;
	font-weight: bold;
	line-height: 1.67;
	letter-spacing: 0.08em;
}
.recipe_note_lead_bottom .text01{
	padding-top: 7px;
}

.recipe_ingredient h3 {
	font-size: 11px;
	line-height: 1.55;
}
.recipe_ingredient h3 span {
	font-weight: bold;
	margin-right: 0.5em;
}
.recipe_ingredient .text01 {
	font-size: 11px;
	line-height: 1.55;
	padding-top: 5px;
}
.recipe_ingredient .textnote{
	color: #999;
	font-size: 10px;
	line-height: 1.7;
	padding-top: 5px;
}

#recipe_box{
	padding: 0 10px;
}
#recipe_box h3 {
	background-repeat: no-repeat;
	background-position: left center;
	background-size: contain;
	text-indent: -9999em;
	height: 30px;
	overflow: hidden;
	width: auto;
	margin: 0 -10px;
}
#recipe_step01 h3 {
	background-image: url(/sp/beauty/relax/recipe/images/recipe_tit_step_01.png);
}
#recipe_step02 h3 {
	background-image: url(/sp/beauty/relax/recipe/images/recipe_tit_step_02.png);
}
#recipe_step03 h3 {
	background-image: url(/sp/beauty/relax/recipe/images/recipe_tit_step_03.png);
}
#recipe_step04 h3 {
	background-image: url(/sp/beauty/relax/recipe/images/recipe_tit_step_04.png);
}
#recipe_step05 h3 {
	background-image: url(/sp/beauty/relax/recipe/images/recipe_tit_step_05.png);
}
#recipe_step06 h3 {
	background-image: url(/sp/beauty/relax/recipe/images/recipe_tit_step_06.png);
}
.recipe_sec_step{
	border-bottom: dotted 1px #454545;
	padding: 20px 0;
}
.recipe_sec_step:last-child{
	border-bottom: none;
}
.recipe_sec_step_inner{
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding-top: 5px;
}
.recipe_sec_step_txt{
	width: 100%;
	box-sizing: border-box;
}
.recipe_sec_step_txt .text01{
	line-height: 1.67;
}
.recipe_sec_step_img{
	width: 196px;
	box-sizing: border-box;
	padding-top: 5px;
	padding-left: 12px;
}
.text_note{
	color: #999;
	font-size: 10px;
	text-align: right;
	padding-top: 10px;
	padding-right: 10px;
}

.recipe_box_product {
	background-image: url(/sp/beauty/relax/recipe/images/recipe_box_product_body.gif);
	background-repeat: repeat-y;
	background-position: left top;
	background-size: 100%;
	margin-top: 33px;
}
.recipe_box_product h2 {
	background-image: url(/sp/beauty/relax/recipe/images/recipe_tit_product.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-size: 100%;
	text-indent: -9999em;
	height: 41px;
	overflow: hidden;
}
#recipe_product_detail {
	background-image: url(/sp/beauty/relax/recipe/images/recipe_box_product_bottom.gif);
	background-repeat: no-repeat;
	background-position: left bottom;
	background-size: 100%;
}
.recipe_product_box {
	display: flex;
	width: 100%;
	justify-content: space-between;
	padding: 15px 20px 25px;
	box-sizing: border-box;
}
.recipe_product_box_img{
	width: 41%;
	box-sizing: border-box;
}
.recipe_product_txt {
	width: 59%;
	padding-left: 18px;
	box-sizing: border-box;
}
.recipe_box_product h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 1.38;
}
.recipe_product_txt .text01 {
	font-size: 11px;
	line-height: 1.45;
	margin-bottom: 13px;
}
.link01 {
	position: relative;
	padding: 0px 0px 0px 14px;

}
.link01::before {
	content: "";
	width: 10px;
	height: 10px;
	background: url(/sp/beauty/relax/recipe/images/a_01.gif) center center no-repeat;
	background-size: cover;
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
}
.link01 a{
	color: #411b31;
	text-decoration: underline;
	font-size: 12px;
	line-height: 1.59;
}

.recipe_box_accordion #index_box_recipe{
	margin: 22px 0 28px;
}
.recipe_box_accordion #index_box_list h2{
	background-image: url(/sp/beauty/relax/recipe/images/recipe_tit_list01.png);
}
.recipe_box_accordion .index_box_list_content{
	margin-top: 15px;
}
.recipe_box_accordion #index_box_recipe_inner{
	padding-bottom: 5px;
}
.recipe_box_accordion .search-box{
	width: 100%;
	margin-bottom: 10px;
}
.recipe_box_accordion .q img{
	height: 14px;
	width: auto;
	padding-top: 1px;
}
.recipe_box_accordion .search-box .search-a li{
	background: none;
}
.recipe_box_accordion .search-box .search-a li a{
	background: none;
}
.recipe_box_accordion .search-box .search-a .a{
	padding: 10px;
}
.recipe_box_accordion .search-box .search-q{
	background: url(/sp/beauty/relax/recipe/images/recipe_accordion_tit_bg.png) no-repeat top;
	background-size: 100%;
	height: 36px;
	width: 280px;
	display: table-cell;
	padding: 0 10px;
}
.recipe_box_accordion .search-box .search-q.active .q{
	background: url(/sp/beauty/relax/recipe/images/icon-plus.png) no-repeat right center;
	background-size: contain;
	height: 17px;
}
.recipe_box_accordion .search-box .search-q .q {
	background: url(/sp/beauty/relax/recipe/images/icon-minus.png) no-repeat right center;
	background-size: contain;
	height: 17px;
}
.recipe_box_accordion .search-box .search-a{
	background: url(/sp/beauty/relax/recipe/images/recipe_accordion_cnt_bg.png) repeat-y;
	background-size: 100%;
	top: 0;
}
.recipe_box_accordion .search-box .search-a .a{
	background-image: url(/sp/beauty/relax/recipe/images/recipe_accordion_cnt_bg_bottom.png);
	background-position: left bottom;
	background-size: 100%;
}
.recipe_box_accordion #index_box_list li{
	background: #fff;
}

.gray_box{
	background: url(/sp/beauty/relax/recipe/images/bg_gray.png) top center no-repeat;
	background-size: 100%;
	margin: 0px 15px 45px;
	padding: 18px 10px;
}
.gray_box_ttl{
	color: #333;
	font-size: 12px;
	font-weight: bold;
	line-height: 1.42;
	text-align: center;
	padding-bottom: 12px;
}
.gray_box .button + .button{
	margin-top: 6px;
}
.gray_box .button img{
	width: 200px;
	height: auto;
}
#recipe_title h3 {
	font-size: 120%;
	padding-top: 15px;
	padding-left: 15px;
	color: #9D703B;
}
#recipe_title02 h3 {
	font-size: 120%;
	padding-top: 15px;
	padding-left: 15px;
	color: #9D703B;
}
