@charset "UTF-8";
@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:400,700&display=swap&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Oswald:400,500&display=swap');
@import url('https://fonts.googleapis.com/css?family=Anton&display=swap');


#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; width: 100%;}

/* 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: 20px 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: #580204;
}
@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/bg_inner01.gif") repeat left top;
	padding: 30px 20px 20px 20px;

}
@media only screen and (max-width: 683px) {
	#T_article .list_index {
		padding: 12px;
	}
}

#T_article .list_index_inner {
background:#e6e0d5;
	padding: 20px;
    margin-bottom: 30px;

}
@media only screen and (max-width: 683px) {
	#T_article .list_index_inner {
		padding: 10px;
        margin-bottom: 16px;
	}
}

#T_article .list_index_inner_white {
background:#fff;
	padding: 20px;
}
@media only screen and (max-width: 683px) {
	#T_article .list_index_inner_white{
		padding: 10px;
        margin-bottom: 16px
	}
}




#T_article .list_index02 {
	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_index02 {
	}
}

#T_article .list_index03 {
	background:#fde0a7 url("../img/ttl_point_under.png") no-repeat center bottom 10px;
	background-size: 90% auto;
	padding: 15px 15px 30px;
}

@media only screen and (max-width: 683px) {
	#T_article .list_index03 {
	padding: 8px 8px 15px; }
}

#T_article .list_index03 dl {
font-size: 16px;
margin: 15px 0 15px;


}
#T_article .list_index03 dl dt{	font-weight: bold; margin: 0 0 10px;}

#T_article .list_index_inner .btn {margin-top:15px;}

@media only screen and (max-width: 683px) {
#T_article .list_index03 dl {
font-size: 14px;
margin: 12px 0 12px;
}

#T_article .list_index03 dl dt{	font-weight: bold; margin: 0 0 8px;}
#T_article .list_index_inner .btn {margin:12px 0 0;}


}


/* n_head_type01 */
#T_article .n_head_type01 {
	font-size: 25px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 32px;
	border-radius: 3px;
	padding: 1em 0.6em 0.6em 1em;

	background:url("../img/bg_line.gif") repeat-x left top,url("../img/bg_ttl01.gif") repeat left top;
    margin: 0;
	color: #fff;
    width: 100%;
}

#T_article .n_head_type01 .lead {font-size: 14px; padding-right: 10px;}
#T_article .n_head_type01 span.eng {
font-size: 14px; 
font-family: 'Anton', sans-serif;
display: inline-block;
float: right;
color: #8c7964;
font-weight: normal;
margin: 5px 0 0 10px;
}

#T_article .n_head_type02 {
	font-size: 20px;
	font-weight: bold;
	font-family: 'Noto Sans JP', sans-serif;
	line-height: 32px;
	border-radius: 3px;
	padding: 0.6em 0.25em 0.6em 1em;
	background:url("../img/bg_ttl02.gif") repeat left top;
    margin: 0 0 20px;
	color: #fff;
    width: 100%;
}

@media only screen and (max-width: 683px) {
	#T_article .n_head_type01 {
		font-size: 18px;
        line-height: 26px;
        padding: 0.4em 0.6em 0.4em 0.8em;
	}
    #T_article .n_head_type01 .lead{
		display: block;
	}
#T_article .n_head_type01 span.eng {
font-size: 13px; 
margin: 0 0 0 5px;
}
	#T_article .n_head_type02 {
		font-size: 16px;
        line-height: 24px;
        padding: 0.4em 0.6em 0.4em 0.8em;
        margin: 0 0 12px;
	}
    #T_article .n_head_type02 span{
		display: block;
	}
}
/* box 2col image text */
#T_article .n_box_imagetext {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin:  0 0 0;
}
@media only screen and (max-width: 683px) {
	#T_article .n_box_imagetext {
		-webkit-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
}
#T_article .n_box_imagetext .n_box_imagetext_image {
	width: calc( 50% - 8px );
	margin: 0;
	padding: 0;
}
#T_article .n_box_imagetext_image img {
    width: 100%;
    height: auto;
    vertical-align: top;
}

#T_article .n_box_imagetext .n_box_imagetext_text {
	width: calc( 50% - 8px );
	margin: 0;
	padding: 0;
}
#T_article .n_box_imagetext .n_box_imagetext_text figcaption{
	margin: 4px 0 0;
}
@media only screen and (max-width: 683px) {
	#T_article .n_box_imagetext .n_box_imagetext_image {
		width: 100%;
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
         margin: 0 0 10px;
	}
	#T_article .n_box_imagetext_image figcaption {
		position: static;
		line-height: 1.3;
		padding: 0;
		color: #907363;
	}
	#T_article .n_box_imagetext .n_box_imagetext_text {
		width: 100%;
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		margin: 0 0 15px;
	}
}

#T_article .n_box_imagetext.n_box_imagetext_right .n_box_imagetext_image {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
   
}
#T_article .n_box_imagetext.n_box_imagetext_right .n_box_imagetext_text {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin: 0 0 0 0 ;
}
#T_article .n_box_imagetext.n_box_imagetext_left .n_box_imagetext_image {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
}
#T_article .n_box_imagetext.n_box_imagetext_left .n_box_imagetext_text {
    -webkit-order: 0;
    -ms-flex-order: 0;
    order: 0;
    margin: 0 16px 0 0;
}

#T_article .n_box_imagetext_sp {margin: 15px 0 0;}
#T_article .n_box_imagetext_sp .n_box_imagetext_image,
#T_article .n_box_imagetext_sp .n_box_imagetext_text {width: auto;}
#T_article .n_box_imagetext_sp .n_box_imagetext_text {padding: 15px 0 0;}
@media only screen and (max-width: 683px) {
	#T_article .n_box_imagetext_sp {
		display: -ms-flexbox;
		display: -webkit-flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-flex-wrap: nowrap;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		-webkit-justify-content: space-between;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-align-content: stretch;
		-ms-flex-line-pack: stretch;
		align-content: stretch;
		-webkit-align-items: flex-start;
		-ms-flex-align: start;
		align-items: flex-start;
		margin: 15px 0 0;
	}
	#T_article .n_box_imagetext_sp .n_box_imagetext_image,
	#T_article .n_box_imagetext_sp .n_box_imagetext_text {width: 50%;}
	#T_article .n_box_imagetext_sp.n_box_imagetext_right .n_box_imagetext_image {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		padding: 0 8px 0 0;
		margin: 0;
	}
	#T_article .n_box_imagetext_sp.n_box_imagetext_right .n_box_imagetext_text {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 0 0 8px;
	}
	#T_article .n_box_imagetext_sp.n_box_imagetext_left .n_box_imagetext_image {
		-webkit-order: 1;
		-ms-flex-order: 1;
		order: 1;
		padding: 0 0 0 8px;
		margin: 0;
	}
	#T_article .n_box_imagetext_sp.n_box_imagetext_left .n_box_imagetext_text {
		-webkit-order: 0;
		-ms-flex-order: 0;
		order: 0;
		padding: 0 8px 0 0;
	}
}

#T_article .n_box_images {
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: nowrap;
	-ms-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: stretch;
	-ms-flex-line-pack: stretch;
	align-content: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	margin: 15px 0 0;
}
#T_article .n_box_images:first-child {margin-top: 0;}
#T_article .n_box_images > figure {
	width: calc( ( 100% - 16px ) / 2 );
	margin: 0 0 0 16px;
	position: relative;
}
#T_article .n_box_images > figure:nth-child(odd) {margin-left: 0;}
#T_article .n_box_images > figure:only-child {
	max-width: 800px;
	width: 100%;
	margin: 0 auto;
}

#T_article .n_box_images > figure img {
	width: 100%;
	height: auto;
}
#T_article .n_box_images > figure > figcaption{
	position: static;
	line-height: 1.3;
	padding: 0;
	margin: 6px 0 0;
    color: #907363;
    font-size: 14px;
}
#T_article .n_box_imagetext > figure > figcaption {
	position: static;
	line-height: 1.3;
	padding: 0;
	margin: 6px 0 0;
    color: #907363;
    font-size: 14px;
}

#T_article a:hover img {opacity: 0.8;}


/*#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%}




/* ----------------- Start 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 {}
}

#T_article .fL{ float:left;}
#T_article .fR{ float:right;}

#T_article .fwB{ font-weight:bold; }
#T_article .fsS{font-size:80%;}
#T_article .fsM{font-size:100%;}
#T_article .fsL{font-size:120%;}
#T_article .fsLL{font-size:140%;}

#T_article .fs12{font-size:12px;}
#T_article .fs13{font-size:13px;}
#T_article .fs14{font-size:14px;}
#T_article .fs15{font-size:15px;}
#T_article .fs16{font-size:16px;}
#T_article .fs17{font-size:17px;}
#T_article .fs18{font-size:18px;}
#T_article .fs19{font-size:19px;}
#T_article .fs20{font-size:20px;}

#T_article .lineH1{line-height:1;}
#T_article .lineH11{line-height:1.1;}
#T_article .lineH12{line-height:1.2;}
#T_article .lineH13{line-height:1.3;}
#T_article .lineH14{line-height:1.4;}
#T_article .lineH15{line-height:1.5;}
#T_article .lineH16{line-height:1.6;}
#T_article .lineH17{line-height:1.7;}
#T_article .lineH18{line-height:1.8;}

#T_article .inline{display:inline;}
#T_article .inlineB{display:inline-block}
#T_article .block{display:block;}

#T_article .vaTb{ vertical-align:text-bottom;}
#T_article .vaTm{ vertical-align:middle;}

#T_article .taC{ text-align:center;}
#T_article .taL{ text-align:left;}
#T_article .taR{ text-align:right;}

#T_article .pA10{ padding:10px;}
#T_article .pA15{ padding:15px;}
#T_article .pA20{ padding:20px;}
#T_article .bgcolor01 {background: #f8f5e9;}

#T_article .color_red {color: #ee3d29;}
#T_article .color_blue {color: #0000ff;}

#T_article .fs_size_xl {font-size: 200%;}
#T_article .fs_size_l {font-size: 150%;}
#T_article .ff_serif {font-family: serif;}
#T_article .ff_sans {font-family: sans-serif;}

#T_article .mB00{margin-bottom:0px;}
#T_article .mB05{margin-bottom:5px;}
#T_article .mB10{margin-bottom:10px;}
#T_article .mB15{margin-bottom:15px !important;}
#T_article .mB20{margin-bottom:20px;}
#T_article .mB25{margin-bottom:25px;}
#T_article .mB30{margin-bottom:30px;}
#T_article .mB40{margin-bottom:40px;}
#T_article .mB50{margin-bottom:50px;}

#T_article .width-auto img {
	width:auto;
	max-width:100%;
}



/* Clear */
#T_article .hrclear { clear:both; visibility:hidden; }
.clearfix:after { content:" "; display:block; clear:both; height:0; visibility:hidden; }
.clearfix { display:inline-block; }
/* for macIE \*/
* html .clearfix { height:1%; }
.clearfix { display:block; }
@media print {
.l-header {
    position: absolute;
    }
/*  body {
      width: 1040px;
  }*/
}