﻿@charset "utf-8";

img {
    vertical-align: bottom;
    text-align: center;
    margin: 0 auto;
    max-width: 100%;
}

div#T_article {
	max-width: 1040px;
	margin: auto auto;
	min-width: auto;
	background: #f7f3ec;
	padding: 0;
}

#T_article p,
#T_article i{
	font-size: 14px;
	/*margin-bottom: 30px;*/
	text-align: left;
}

#T_article h1 {
	font-size: 32px;
}

#T_article h2 {
	font-size: 28px;
	font-weight: bold;
}

#T_article h3 {
	font-size: 24px;
}

#T_article h4 {
	font-size: 22px;
}

#T_article h5 {
	font-size: 20px;
}

#T_article button {
	-webkit-appearance: none;
	-moz-appearance: none;
	border: none;
}

/*SP時に表示する*/
#T_article .visible-sp {
	display: none;
}
/*SP時に非表示する*/
#T_article .hidden-sp {
	display: block;
}

/*PC時に表示する*/
#T_article .visible-pc {
	display: block;
}
/*PC時に非表示する*/
#T_article .hidden-pc {
	display: none;
}


/*商品詳細エリア*/
#T_article .section_product {
	/* background: #f7f1ec; */
}

#T_article .s_product_top {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	padding-top: 30px;
	color: #41210f;
	background: url(../img/lawrence/lawrence_bg_border.png) repeat-x left top;
	margin-bottom: 40px;
}

#T_article .s_product_top_inner {
	background: url(../img/lawrence/lawrence_bg_border.png) repeat-x left bottom;
	padding-bottom: 30px;
}

#T_article .s_product_features01 {
	color: #fff;
	padding: 50px 50px 70px;
    background: url(../img/lawrence/lawrence_bg_s-top.png)#41210f repeat-x left bottom;
    background-size: 50px;
}

#T_article .s_product_features01 li:first-child {
	padding-bottom: 25px;
	margin-bottom: 25px;
	border-bottom: 1px solid #fff;
}

#T_article .s_product_features01 h2 {
	margin-bottom: 15px;
	text-align: left;
}

#T_article .s_product_features01 h2 span {
	font-size: 21px;
}

#T_article .s_product_features01 h2 img {
	width: 54px;
	margin: 0 10px;
}

#T_article ul.s_product_features02 {
	padding: 40px 20px;
}

#T_article .s_product_features02 li {
	margin: 0 15px;
}

#T_article .s_product_features02 h3 {
	background: #41210f;
	color: #fff;
	text-align: center;
	padding: 8px 0;
}

#T_article .s_product_features02 p {
	padding: 20px 5px 0;
	text-align: left;
}


/*動画紹介エリア*/
#T_article .section_movie {
	margin-top: 40px;
	padding: 55px 50px 40px;
	background: url(../img/lawrence/lawrence_bg_s-top.png)#5a3e2f repeat-x left top;
	background-size: 50px;
}

#T_article .section_movie h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #FFF;
	background: url(../img/lawrence/lawrence_bg_border.png) repeat-x left bottom;
	padding-bottom: 30px;
}

#T_article .section_movie h3 {
    text-align: center;
    margin-bottom: 30px;
    color: #FFF;
    font-weight: bold;
}

#T_article .s_movie_list {
	overflow: hidden;
}

#T_article .s_movie_list_01,
#T_article .s_movie_list_02 {
	width: 48%;
}

#T_article .s_movie_list_01 {
	float: left;
	margin-right: 2%;
	margin-top: 30px;
}
#T_article .s_movie_list_02 {
	float: left;
	margin-left: 2%;
}

#T_article .section_movie ul {
    width: 94%;
    margin: 0 auto;
}

#T_article .button_wrap{
	margin: 0 0 15px 0;
}
#T_article .button-default,
#T_article .button-primary {
	width: 100%;
    -ms-flex-align: center;
    -ms-flex-pack: center;
    -webkit-appearance: none;
    -webkit-box-align: center;
    -webkit-box-pack: center;
    -webkit-box-sizing: inherit;
    -webkit-transition: all 100ms ease;
    transition: all 100ms ease;
    align-items: center;
    border-radius: 5px;
    box-sizing: border-box;
    cursor: pointer;
    display: -ms-inline-flexbox;
    display: -webkit-inline-box;
    display: inline-flex;
    font-size: 12px;
    height: 50px;
    justify-content: left;
    line-height: 1.5;
    min-width: 240px;
    padding: 5px 30px 5px 60px;
    position: relative;
    text-align: left;
    text-decoration: none;
    vertical-align: middle;
}
#T_article .button-default {
    background: #fff;
    color: #000;	
}
#T_article .button-primary {
    background: #fc7e09;
    color: #fff;
}
#T_article .button-default:before,
#T_article .button-primary:before {
    background: #fff;
    border-radius: 50%;
    color: #fc7e09;
    content: ">";
    font-family: 'nisshin' !important;
    font-size: 12px;
    height: 20px;
    left: 30px;
    line-height: 1.5;
    margin-left: -10px;
    margin-right: 10px;
    padding: 5px;
    position: absolute;
    text-align: center;
    top: 10px;
    width: 20px;
}

#T_article .button-default:before {
    background: #fc7e09;
    color: #fff;
}
#T_article .button-primary:before {
    background: #fff;
    color: #fc7e09;
}
#T_article .button-default:hover {
    background: #fc7e09;
    color: #fff;
}
#T_article .button-primary:hover {
    background: #fff;
    color: #000;
}

#T_article .button-default:hover:before {
    background: #fff;
    color: #fc7e09;
}
#T_article .button-primary:hover:before {
    background: #fc7e09;
    color: #fff;
}
#T_article .mov-mt {
    margin-top:40px;
}


/*POPダウンロードエリア*/
#T_article .section_pop {
	margin-top: 40px;
	padding: 55px 50px 40px;
	background: url(../img/lawrence/lawrence_bg_s-top.png)#5a3e2f repeat-x left top;
	background-size: 50px;
}
#T_article .section_pop h2 {
    text-align: center;
    margin-bottom: 30px;
    color: #FFF;
	background: url(../img/lawrence/lawrence_bg_border.png) repeat-x left bottom;
	padding-bottom: 30px;
}
#T_article .s_pop_list {
	overflow: hidden;
}
#T_article .s_pop_list_wrap {
	display: inline-block;
	float: left;
	width: 90%;
	margin: 0 5% 60px;
}
#T_article .s_pop_list_01 {
	display: inline-block;
	float: left;
	width: 30%;
}
#T_article .s_pop_list_02 {
	display: inline-block;
	float: left;
	width: 30%;
	margin: 0 5% 0 5%;
}
#T_article .pop-mt {
    margin-top:40px;
}
#T_article .pop_text {
	font-size: 17px;
	line-height: 150%;
	color: #FFFFFF;
	text-align: left;
	margin: 0 50px 10px;
}

#T_article .pop_button_wrap{
	width: 30%;
	margin: 30px 35% 30px;
	display: inline-block;
	float: none;
}


/*POPダウンロードページ*/

#T_article .section_dl_01 {
	margin-top: 0px;
	padding: 55px 50px 40px;
}
#T_article .section_dl_02 {
	margin-top: 0px;
	padding: 55px 50px 40px;
	background-image: url(../img/lawrence/lawrence_bg_s-top.png), url(../img/lawrence/lawrence_bg_s-top.png);
	background-color: #5a3e2f;
	background-position: left top, left bottom;
	background-repeat: repeat-x, repeat-x;
	background-size: 50px, 50px;
}
#T_article .s_dl_list {
	overflow: hidden;
}
#T_article .s_dl_list_wrap {
	float: left;
	width: 90%;
	margin: 0 5% 30px;
}
#T_article .s_dl_list_01 {
	float: left;
	width: 45%;
	margin: 0 10% 0 0;
}
#T_article .s_dl_list_02 {
	float: left;
	width: 45%;
	margin: 0;
}
#T_article .dl-mt {
    margin-top:0px;
}
#T_article .dl_text {
	font-size: 17px;
	line-height: 150%;
	color: #FFFFFF;
	text-align: left;
	margin: 20px 0 10px;
}
#T_article .dl_text2  {
	color: #5a3e30;
}

#T_article .dl_button_wrap{
	width: 80%;
	margin: 25px 10% 10px;
	float: none;
	display: inline-block;
}




/*レシピ詳細エリア*/

#T_article .link_text{
    margin-top: 40px;
    text-align: center;
}
#T_article .link_text > a::before {
    content: ">";
    speak: none;
    font-style: normal;
    font-weight: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    position: absolute;
    top: 7px;
    left: 0px;
    width: auto;
    height: 11px;
    color: rgb(252, 126, 9);
    font-size: 1.1rem;
    font-family: nisshin !important;
    font-variant: normal;
    margin: auto;
    background: none;
}

#T_article .section_recipe {
	margin-top: 80px;
	padding: 0 50px 80px;
}

#T_article .section_recipe h2 {
    text-align: center;
    margin-bottom: -10px;
}

#T_article .s_recipe_detail {
	margin-top: 50px;
    background: url(../img/lawrence/lawrence_bg_s-top_b.png)#fdfbf9 repeat-x left top;
    box-shadow: 0 0 5px #d6d6d6;
    background-size: 50px;
}

#T_article .s_recipe_detail_top {
	padding: 55px 50px 40px;
}

#T_article .s_recipe_detail_top_txt {
	padding-left: 40px;
	padding-top: 10px;
}

#T_article .s_recipe_detail_top_txt h3 {
	text-align: center;
    margin-bottom: 10px;
    background: url(../img/lawrence/lawrence_bg_border_b.png)repeat-x left top;
    padding-top: 15px;
    color: #41210f;
    font-weight: bold;
}

.s_recipe_detail_description {
    background: url(../img/lawrence/lawrence_bg_border_b.png)repeat-x left top;
    padding-top: 30px;
}

#T_article .s_recipe_detail_top_image {
	background: #ffffff;
    border: 1px solid #e8e8e8;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    padding: 7px;
}

#T_article .s_recipe_detail_top_image img {
  border-radius: 2px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  width: 100%;
}

#T_article .s_recipe_detail_main {
	padding: 0 50px;
}

#T_article .s_recipe_detail_main_inner {
	margin-bottom: 40px;
}

#T_article .s_recipe_detail_main dt h4 {
	margin-bottom: 10px;
	padding: 4px 0;
}

#T_article .s_recipe_detail_main dt h4 span {
    background: #41210f;
    color: #fff;
    padding: 4px 15px;
}

#T_article .s_recipe_detail_main h5 {
    margin-bottom: 10px;
	padding: 4px 0;
}


#T_article .s_recipe_detail_main dd {
	font-size: 16px;
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: flex;
	justify-content: space-between;
}

#T_article .s_recipe_detail_main dd.process {
	font-size: 16px;
	border-bottom: 1px dotted #000;
	padding-bottom: 5px;
	margin-bottom: 10px;
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: flex-start;
	-ms-flex-pack: flex-start;
	justify-content: flex-start;
}

#T_article .s_recipe_detail_btn {
	border-top: 1px solid #fff;
	outline: none;
	display: block;
	cursor: pointer;
	width: 100%;
	font-size: 16px;
	padding: 15px 5px;
	position: relative;
	color: #fff;
	background: #f97e26;
    -webkit-transition: all 100ms ease;
}

#T_article .s_recipe_detail_btn:hover {
	border-top: 1px solid #7d593b;
	color: #000;
	background: #fff;
}

#T_article .s_recipe_detail_btn_icn,
#T_article .s_recipe_detail_btn_icn:after {
	display: inline-block;
	font-size: 0;
	line-height: 0;
	background: #fff;
	width: 15px;
	height: 2px;
	position: absolute;
}

#T_article .s_recipe_detail_btn_icn {
	right: 20px;
	top: 25px;
}
#T_article .s_recipe_detail_btn_icn:after {
	content: "";
	right: 0;
	transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transition: transform .15s ease-out;

}
#T_article .s_recipe_detail_btn:hover .s_recipe_detail_btn_icn,
#T_article .s_recipe_detail_btn:hover .s_recipe_detail_btn_icn:after {
	background: #f97e26;
}

#T_article .is-open .s_recipe_detail_btn_icn:after{
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
}

@media screen and (min-width: 769px){

#T_article .grd_1 { width: 8.33333333333%; }
#T_article .grd_2 { width: 16.6666666667%; }
#T_article .grd_3 { width: 25%; }
#T_article .grd_4 { width: 33.3333333333%; }
#T_article .grd_5 { width: 41.6666666667%; }
#T_article .grd_6 { width: 50%; }
#T_article .grd_7 { width: 58.3333333333%; }
#T_article .grd_8 { width: 66.6666666667%; }
#T_article .grd_9 { width: 75%; }
#T_article .grd_10 { width: 83.3333333333%; }
#T_article .grd_11 { width: 91.6666666667%; }
#T_article .grd_12 { width: 100%; }


/*商品詳細エリア*/
#T_article .s_product_features01_detail {
	display: flex;
}

#T_article .s_product_features01_txt {
    margin-right: 40px;
}

#T_article .s_product_features01_figure {
    margin-top: 15px;
}

#T_article ul.s_product_features02 {
	display: flex;
	padding: 50px 35px;
}

/*動画紹介エリア*/
#T_article .section_movie ul {
    width: 88%;
}

/*POPダウンロードエリア*/

/*POPダウンロードページ*/


/*レシピ詳細エリア*/
#T_article .s_recipe_detail_top {
	display: flex;
}

#T_article .s_recipe_detail_main_inner {
	display: flex;
}

#T_article .s_recipe_detail_main_inner dl:nth-child(odd) {
    margin-right: 30px;
}

#T_article .s_recipe_detail_main_inner dl:nth-child(even) {
    margin-left: 30px;
}

}


@media screen and (max-width: 768px){

#T_article p,
#T_article i{
	font-size: 14px;
	/* margin-bottom: 30px; */
}

#T_article h1 {
	font-size: 22px;
}

#T_article h2 {
	font-size: 20px;
}

#T_article h3 {
	font-size: 18px;
}

#T_article h4 {
	font-size: 17px;
}

#T_article h5 {
	font-size: 16px;
}

/*SP時に表示する*/
#T_article .visible-sp {
	display: block;
}
/*SP時に非表示する*/
#T_article .hidden-sp {
	display: none;
}

/*PC時に表示する*/
#T_article .visible-pc {
	display: none;
}
/*PC時に非表示する*/
#T_article .hidden-pc {
	display: block;
}

#T_article {
	width: auto;
	/* padding: 0 20px; */
}

/*商品詳細エリア*/
#T_article .s_product_top {
	font-size: 20px;
	padding-top: 30px;
	margin-bottom: 30px;
}

#T_article .s_product_features01 {
	padding: 35px 30px 60PX;
}

#T_article .s_product_features01 h2 span {
	font-size: 16px;
}

#T_article .s_product_features01 h2 img {
	width: 42px;
}

#T_article .s_product_features01_txt {
    margin-bottom: 35px;
}

#T_article ul.s_product_features02 {
    padding: 35px 30px;
}

#T_article .s_product_features02 li {
	margin: 0 0 35px 0;
}

#T_article .s_product_features02 li:last-child {
	margin: 0 0 0 0;
}

/*動画紹介エリア*/
#T_article .section_movie {
	margin-top: 30px;
	padding: 45px 30px;
}

#T_article .s_movie_list_01,
#T_article .s_movie_list_02 {
	width: 100%;
	float: none;
	margin: 0;
}
    
#T_article .button-default,
#T_article .button-primary {
    font-size: 11px;
    padding: 5px 20px 5px 50px;
}

#T_article .s_movie_list_01 {
	margin-bottom: 35px;
}


/*POPダウンロードエリア*/

#T_article .section_pop {
	margin-top: 30px;
	padding: 45px 30px;
}
#T_article .s_pop_list_wrap {
	width: 90%;
	margin: 0 5% 30px;
}
#T_article .s_pop_list_01 {
	width: 100%;
	float: none;
	margin: 0 0 30px;
}
#T_article .s_pop_list_02 {
	width: 100%;
	float: none;
	margin: 0 0 30px;
}
#T_article .pop-mt {
    margin-top:40px;
}
#T_article .pop_text {
	font-size: 14px;
	margin: 0 0 10px;
}

#T_article .pop_button_wrap{
	width: 90%;
	margin: 0px 5% 10px;
	float: none;
}




/*POPダウンロードページ*/

#T_article .section_dl {
	margin-top: 30px;
	padding: 45px 30px;
}
#T_article .s_dl_list_wrap {
	width: 90%;
	margin: 0 5% 0px;
}
#T_article .s_dl_list_01 {
	width: 100%;
	float: none;
	margin: 0 0 30px;
}
#T_article .s_dl_list_02 {
	width: 100%;
	float: none;
	margin: 0 0 30px;
}
#T_article .dl-mt {
    margin-top: 0px;
}
#T_article .dl_text {
	font-size: 14px;
	margin: 20px 0 10px;
}

#T_article .dl_button_wrap{
	width: 100%;
	margin: 20px 0 10px;
	float: none;
}





/*レシピ詳細エリア*/
#T_article .section_recipe {
	margin-top: 60px;
	padding: 0 30px 50px;
}

#T_article .s_recipe_detail_top {
    padding: 45px 25px 30px;
}

#T_article .s_recipe_detail_top_txt {
	padding-left: 0;
	padding-top: 25px;
}

#T_article .s_recipe_detail_main {
	padding: 0 30px;
}

#T_article .s_recipe_detail_main_inner dl {
	margin-top: 10px;
	margin-bottom: 30px;
}

}
