@charset "UTF-8";

#T_article {
	min-width: 0;
	box-sizing: border-box;
    padding: 20px;
    background: #fff;
}
@media only screen and (max-width: 683px) {
	#T_article{
	padding: 0;
	}
}
#T_article * {
	box-sizing: border-box;
}

/* tag style */
#T_article img {vertical-align: bottom;}

/* page style */

#T_article .T_article_body {
	margin: 0 auto;
	max-width: 1000px;
}

#T_article .mv img {
max-width: 100%;
/*	background-image: url("../img/spring_item_main.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	padding: 36% 0 0;*/
}

#T_article .mv_lead {
	text-align: center;
	padding: 15px 20px;
   border-bottom: solid 1px #580204;
    border-left: solid 1px #580204;
    border-right: solid 1px #580204;
}
@media only screen and (max-width: 683px) {
	#T_article .mv_lead {
		padding: 12px 12px;
	}
}

#T_article .mv_lead p {
	font-weight: bold;
	font-size: 20px;
	line-height: 28px;
	color: #4b290e;
}
@media only screen and (max-width: 683px) {
	#T_article .mv_lead p {
		font-size: 12px;
         line-height: 1.3;
	}
}

#T_article .list_index {
background:url("../img/recipe_bg.gif") repeat left top;
	padding: 20px;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: flex-start;
	-ms-flex-pack: start;
	justify-content: flex-start;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
}
@media only screen and (max-width: 683px) {
	#T_article .list_index {
		padding: 12px;
	}
}


@media print, screen and (min-width: 684px) {
	#T_article .list_index > li {
		width: calc( ( 100% - 40px ) / 3 - 1px );
		margin: 0 0 20px 20px;
	}
	#T_article .list_index > li:nth-child(3n+1) {margin-left: 0;}
}
@media only screen and (max-width: 683px) {
	#T_article .list_index > li {
		width: calc( ( 100% - 12px ) / 2 - 1px );
		margin: 0 0 6px 6px;
	}
	#T_article .list_index > li:nth-child(odd) {margin-left: 0;}
}

#T_article .list_index > li > a {
	display: block;
	height: 100%;
}
#T_article .list_index > li > a:hover {opacity: 0.8;}

/*#T_article .list_index_head {}*/
#T_article .list_index_image {}
#T_article .list_index_image img {
	width: 100%;
	height: auto;
}
/*#T_article .list_index_footer {}*/
/*#T_article .list_index_btn {}*/

#T_article .T_article_footer {text-align: center; margin: 30px 0;}
#T_article .T_article_footer > a {}
#T_article .T_article_footer > a > img { max-width: 100%}


/* utility style */
@media print, screen and (min-width: 684px) {
	#T_article .pc_disp {}
	#T_article .sp_disp {display: none;}
}
@media only screen and (max-width: 683px) {
	#T_article .pc_disp {display: none;}
	#T_article .sp_disp {}
}

@media print {
.l-header {
    position: absolute;
    }
/*  body {
      width: 1040px;
  }*/
}


/*リンクボタンの設定を新規追加*/

#T_article .features__btn{
  text-align: center ;
  margin: 0 ;
  padding: 10px 30px 20px;
  background-image: url("../img/recipe_bg.gif");
}



#T_article .features__btn a{
  display: block;
  border: 6px inset #762724;
  width: 440px;
  max-width: 100%;
  background-color: #4b0e0b;
  font-size: 1.3em;
  line-height: 1.48;
  color: #fff;
  box-sizing: border-box;
  text-decoration: none;
  border-radius: 20px;
  padding: 10px 0;
  margin: 0 auto ;
  /*border: none;*/
  font-family: "Noto Sans JP";
}

#T_article .features__btn a:hover{
  opacity: 0.75;
 }

#T_article .features__btn a img{
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 10px;
}



/*ボタンにリンクマーク設定*/
#T_article .features__btn a::before{
  content: "＞";
  width: 20px;
  height: 20px;
  padding-right: 8px;
  font-size: 10px;
}

#T_article .features__btn2 a::before{
  content: "＞";
  width: 20px;
  height: 20px;
  padding-right: 8px;
  font-size: 10px;
}



#T_article .list_index02 {
  background:url("../img/recipe_bg.gif") repeat left top;
  padding-bottom: 30px ; }
#T_article .list_index02 > a {}
#T_article .list_index02 > a > img { max-width: 100%}
#T_article .list_index02 > a > p { color: #5c4941}



#T_article .n_head_type01 {
	background-image: url("../img/recipe_bg.gif");
	text-align: center ;
	color: #3e5d5b ;
	font-size: 25px;
	font-weight: bold;
	line-height: 1.2;
	/*border-left: 5px #272f6f solid;*/
	padding: 30px 12px 5px 12px;
}

