@charset "UTF-8";
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;

}
:focus {
	outline: 0 !important;
	text-decoration: none !important;
}
html, body {
	margin: 0 !important;
	padding: 0;
}
html {
	scroll-behavior: smooth;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}

input, textarea {
	max-width: 100%;
	font-size: inherit;
	font-family: inherit;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a img {
	border: none;
}
img {
	border: none;
	max-width: 100%;
	height: auto;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, main, time {
	display: block;
}
a {
	color: #414143;
	text-decoration: none;
}
a:hover, a:active {
	
	text-decoration: none;
	opacity: .8;
}
h1, h2, h3, h4, h5, h6, span {
	margin:0px;
	padding:0px;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	line-height: 1.3;
}
figure {
	max-width: 100%;
}
/*page
----------------------------------------------------*/
html {
	scroll-behavior: smooth;
}
body {
	margin:0px;
	padding:0px;
	background-color: #fff;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: normal;
	color: #414143;
	text-decoration: none;
	line-height: 1.7;
}
.fl {
	float:left;
}
.fr {
	float:right;
}
.bold{
	font-weight: bold;
}
.mobile {
	display: none !important;
}
.pc{
	display: block;
}
.relative {
	position: relative;
}
input, textarea {
	border: 1px solid #d8d8d8;
	padding: 3px 10px;
}
a:hover img {
	opacity: 0.8;
}
.background-pink{
	background-color: #C79595;
}
.mobi-lp{
	display: none !important;
}
.pc-lp{
	display: block !important;
}
.color-pink{
	color: #C79595;
}
.container-lp{
	max-width: 1000px;
	/*padding: 0 15px;*/
	margin: 0 auto;
	position: relative;
}
.container-2{
	max-width: 800px;
	padding: 0 15px;
	margin: 0 auto;
	position: relative;
}
.box-tit-header img{
	width: 100%;
	height: 100%;
	display: block;
}
.box-descr-header img{
	display: block;
	margin:  auto;
}
.box-descr-header {
	padding: 40px 0;
}
.box-tit-header{
	padding-top:  30px;
	border: 5px solid #c79595;
	padding-left: 30px;
}
.sec-recipe{
	padding-top: 140px;
	background: #F7F0F0;
}
#sec-recipe-03{
	padding-bottom:  200px;
}
.tit-recipe {
	padding: 16px 0;
	border-top: 5px solid #c79595;
	text-align: left;
	display: flex;
	align-items: center;
}
/*.sec-recipe:nth-child(2) .tit-recipe{
	padding-bottom: 36px;
}*/
.tit-num,
.tit-text{
	display: inline-block;
}
.tit-num .num,
.tit-num .vol,
.subtit-text{
	display: block;
}
.tit-num {
	padding: 0 15px 0 0;
	border-right: 1px solid #C79595;
	color: #C79595;
	font-weight: bold;
	margin: 0;
}
.tit-num .vol{
	font-size:  20px;
	margin-bottom:  -14px;
}
.tit-num .num{
	font-size:  55px;
}
.tit-text {
	font-size: 25px;
	font-weight: bold;
	color: #000000;
	padding-left: 20px;
	margin:  0;
}
.tit-text .subtit-text{
	color:  #231916;
	font-size:  18px;
	font-weight: 500;
	margin-bottom: 18px;
}
.box-img-recipe img{
	width: 100%;
}
.box-link{
	margin-top:  45px;
}
.link-btn-page {
	max-width: 370px;
	background-color: #DB0000;
	display: block;
	color: #fff !important;
	font-weight: bold;
	font-size: 21px;
	text-align: center;
	border-radius: 4px;
	margin:  auto;
	padding:  13px 0;
}
.link-btn-page:hover{
	color:  #fff !important;
}

#authors-lp{
	padding:  75px 0 65px 0;
}
#authors-lp .title_author{
	font-size:  20px;
	font-weight: bold;
	margin-bottom:  26px;
}
.list-authors {
	display: flex;
	margin-bottom: 10px;
	border: 1.5px solid #00000026;
	padding: 20px 30px;
	border-radius: 4px;
}
.avt-author {
	max-width: 110px;
}
.img-cirlce {
	border-radius: 50%;
}
.info-author {
	width: calc(100% - 110px);
	margin-left: 20px;
	color: #231F20;
	text-align: left;
}
.info-author p:nth-child(1) {
	margin-top: 5px;
}
.info-author p:nth-child(1) > span {
	display: block;
	font-weight: bold;
	margin-bottom: 10px;
}
.link_insta_author {
	text-align: right;
	margin-top: 10px;
}
.link_insta_author a {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	color: #231F20;
}
.link_insta_author .fa-instagram {
	font-size: 20px;
	margin-right: 5px;
}
.link_insta_author span {
	font-weight: bold;
}
#info_footer{
	font-size: 30px;
	font-weight: bold;
	text-align:  center;
	color:  #fff;
}
#info_footer p{
	text-align: center;
}
#info_footer .box-cont{
	padding:  65px 0 50px 0;
}
#footer_lp{
	padding:  25px 0;
}
#footer_lp p{
	text-align: center;
	font-size:  18px;
	color:  #C79595;
}
#sec-tit-vol-page{
	padding-top:  0;
	margin-bottom: 20px;
}
#sec-tit-vol-page .tit-recipe{
	border-top:  none;
}
.wrap-recipe-relation {
	display: flex;
	flex-wrap: wrap;
}
#recipe_relation {
	padding: 85px 0;
	background: #F7F0F0;
}
#recipe_relation .sec-recipe{
	padding: 0 0 50px 0;
	width: 50%;
}
#recipe_relation .tit-num .vol {
	font-size: 11px;
	margin-bottom: -12px;
}
#recipe_relation .tit-num .num {
	font-size: 30px;
}
#recipe_relation .tit-text {
	font-size: 11px;
	font-weight: bold;
	color: #000000;
	padding-left: 15px;
	line-height: 24px;
}
#recipe_relation .main-tit{
	line-height: 20px;
}
#recipe_relation .tit-text .subtit-text{
	font-size:  12px;
	margin-bottom: 5px;
	line-height: 15px;
}
/*page vol*/
.main_content_single {
	padding-bottom: 30px;
	margin-bottom:  30px;
}
.list_recipe_item {
	padding-bottom: 65px;
	text-align: left;
}
.list_recipe_item h3 {
	background: #ebebeb;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
}
.list_recipe_item h3 img {
	padding-right: 15px;
}
.list_recipe_item .recipe_img_inredients {
	padding: 10px 0 15px;
}
.list_recipe_item .row {
	margin-left: -5px;
	margin-right: -5px;
}
.list_recipe_item .ingredients_title {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}
.ingredients_title span.portions_title {
	font-size: 13px;
	color: #333;
	font-weight: normal;
	padding-left: 5px;
}
.col-ingredients .ingredients_excerpt table {
	width: 100%;
}
.col-ingredients .ingredients_excerpt table tr:first-child {
	border-top: 1px solid #E0E0E0;
}
.col-ingredients .ingredients_excerpt table tr {
	border-bottom: 1px solid #E0E0E0;
}
.col-ingredients .ingredients_excerpt table tr th {
	text-align: left;
	padding: 10px 0px 10px 0px !important;
	width: inherit;
}
.col-ingredients .ingredients_excerpt table tr td {
	text-align: right;
	padding: 10px 0px 10px 0px !important;
}
.col_recipe_content table th, .col_recipe_content table td {
	border: none;
	background: none;
	padding: 0 !important;
}
.list_recipe_item [class*="col-"], .list_recipe_item [class*="col-"] {
	padding-left: 5px;
	padding-right: 5px;
}
.list_recipe_item .recipe_img_inredients .col-ingredients {
	padding-left: 10px;
}

.main-color, .main-color:after, .hover-color:hover, .hover-color a:hover, ul#menu_store_primary li a:hover, a:hover {
	color: #8f0019 !important;
}
.list_recipe_item .list_method_by_item {
	padding: 15px 10px 10px 10px;
	border-top: 1px solid #eaeaea;
	border-bottom: 1px solid #eaeaea;
}
.list_recipe_item .title_method {
	font-size: 15px;
	font-weight: bold;
	padding-bottom: 10px;
}
.list_recipe_item ul.method_each li {
	padding-bottom: 10px !important;
	padding-top: 10px;
	margin-bottom: 10px;
	position: relative;
}
.list_recipe_item ul.method_each li .number_method {
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	left: 0px;
	margin-top: -2px;
	font-weight: bold;
}
.list_recipe_item ul.method_each .number_method {
	font-size: 21px;
	font-family: 'Oswald', sans-serif;
	display: block;
	float: left;
}
.col_recipe_content .list_recipe_item ul.method_each li .method_content {
	position: relative;
}
.list_recipe_item ul.method_each .method_content {
	padding-left: 40px;
	display: block;
	text-align: left;
}
/*point_content_group*/
.list_recipe_item .point_content_group {
	padding: 0 10px;
}
.point_content_group {
	border-bottom: 1px solid #eaeaea;
	padding-bottom: 10px !important;
}
.list_recipe_item .title_point, .title_author {
	padding: 10px 0;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
}
.box-author-post {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	padding: 25px 0;
	border-bottom: 1px solid #eaeaea;
}
.sub-tit-instagram {
	margin-right: 10px;
}
.avt-author-post {
	max-width: 70px;
}
.img-cirlce {
	border-radius: 50%;
}
.link-to-page {
	display: flex;
	justify-content: flex-end;
	padding-bottom: 65px;
}
.link-to-page > a {
	display: flex;
	background: #8f0019;
	max-width: 205px;
	justify-content: center;
	padding: 10px;
	color: #fff;
	border-radius: 4px;
}
.link-to-page .tit-link {
	display: block;
	margin-left: 5px;
}
.link-to-page > a:hover{
	color:  #fff !important;
}
/*end page vol*/



@media screen and (max-width: 1333px){
	
}

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

}
@media screen and (max-width: 1100px){

}
@media screen and (max-width: 997px){


}


@media screen and (max-width: 767px){
	.mobi-lp{
		display: block !important;
	}
	.pc-lp{
		display: none !important;
	}
	.box-tit-header{
		padding:  15px 0 0 15px;
	}
	.box-descr-header {
		padding: 40px 30px;
	}
	.tit-text {
		display: block;
	}
	.tit-num{
		border-right:  none;
		display: inline-block;
		padding:  0;
		margin-bottom: 0px;
	}
	.tit-num .vol, 
	.tit-num  .num{
		display: inline-block;
	}
	.tit-num .num,
	.tit-num .vol{
		font-size: 18px;
	}
	.sec-recipe {
		padding-top: 50px;
	}
	.list-authors{
		flex-direction: column;
		padding:  20px 15px;
	}
	.title_author{
		font-size:  18px;
		margin-bottom:  24px;
	}
	#sec-recipe-03 {
		padding-bottom: 40px;
	}
	.wrap-recipe-relation {
		flex-direction: column;
	}
	.wrap-recipe-relation .sec-recipe{
		margin-bottom:  20px;
	}
	.link_insta_author a{
		justify-content: flex-start;
	}
	.info-author{
		margin-top:  10px;
		margin-left: 0;
		width: 100%;
	}
	.tit-text{
		padding-left: 0;
		margin-top:  5px;
		font-size:  20px;
		line-height: 28px;
	}
	#info_footer{
		font-size:  20px;
	}
	.col-xs-6{
		width:  100% !important;
	}
	#authors-lp {
		padding: 30px 0 25px 0;
	}
	#footer_lp p{
		font-size:  15px;
	}
	#recipe_relation{
		padding:  40px 0;
	}
	.link-btn-page{
		max-width: 310px;
		font-size:  16px;
	}
	.tit-text .subtit-text{
		font-size:  16px;
		margin-bottom: 5px;
		line-height: 20px;
	}
	.box-link {
		margin-top: 20px;
	}
	#header-lp{
		padding-top:  25px;
	}
	#recipe_relation .sec-recipe{
		padding: 0;
		width: 100%;
	}
	.tit-recipe {
		flex-direction: column;
		align-items: flex-start;
	}
	/*.sec-recipe:nth-child(2) .tit-recipe{
		padding-bottom: 16px;
	}*/

}
/*end 767*/

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


}


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

}