@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 .n_head_type01 {
	border-bottom: solid 1px #5c4941;
	margin-bottom:inherit;
	text-align:left;
	font-size: 23px;
	font-weight: bold;
	line-height: 1.2;
	padding: 5px 12px 5px 12px ;
	margin: 10px 0 24px 0 ;
	border-left: 8px #f86e12 solid ;
}

#T_article .n_head_type02 {
	font-size: 24px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 32px;
	text-align: center;
	margin: 20px 0;
    background: #f86e12;
    color: #fff;
    padding: 0.4em 0.5em;
}

#T_article .n_head_type03 {
	border-top: solid 2px #f8d221;
    border-bottom: solid 2px #f8d221;
	font-size: 20px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 28px;
	margin: 20px 0;
	padding: 0.4em 0.3em;
    background: #fdfaf5;
}


/*　　リンクリスト二列　　*/

#T_article .main-menu-list{
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}


#T_article .main-menu-list__item span {pointer-events:none;
color: #734e30;}

#T_article .main-menu-list__item span a,

#T_article .main-menu-list__item span a:hover {
    opacity: 0.4;
    background: #FFF;
}

#T_article .main-menu-list__item{
  flex-basis: 50%;
  margin-top: 20px;
}

#T_article .main-menu-list__item:nth-of-type(odd){
  padding-right: 10px;
}

#T_article .main-menu-list__item:nth-of-type(even){
  padding-left: 10px;
}

/*#T_article .main-menu-list__item a{
  background-color: #fff;
  border-radius: 100px;
  font-size: 1.8rem;
  line-height: 1.63;
  letter-spacing: 0.05em;
  display: block;
  text-align: center;
  text-decoration: none;
  font-family: "Noto Sans JP";
  font-weight: 400;
  padding: 8px 0;
  color: #e60020;
  position: relative;
  border: 1px solid #fff;
}*/




