/* CSS Document */

#features{
	padding: 0;
	}

#featureLead{}
	#featureLead h3{
		color: #223a70;
		}

#featuresList{
	display: flex;
	flex-wrap: wrap;
	}
	#featuresList dl{
		position: relative;
		}
	#featuresList dt{
		position: absolute;
		left: 0;
		bottom: 0;
		width: 100%;
		padding: 1em;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,1+100 */
		background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
		color: #fff;
		line-height: 1.4em;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		z-index: 1;
		}
	#featuresList dd{}
		#featuresList dd a{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			color: transparent;
			z-index: 1;
			}

#tohokuJapan{
	position: relative;
	padding: 0.4em;
	background: #8c6239;
	border-radius: 0.4em;
	color: #fff;
	text-align: center;
	}
	#tohokuJapan i{
		display: block;
		}
		#tohokuJapan i img{
			width: 100%;
			height: auto;
			}
	#tohokuJapan span{
		display: block;
		line-height: 1em;
		}
	#tohokuJapan h4{
		line-height: 1em;
		}
	#tohokuJapan ul{
		display: flex;
		list-style: none;
		}
	#tohokuJapan a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		color: transparent;
		}


/* for all */
@media (max-width: 1199px) {
/*1199px以下*/
}
@media (max-width: 991px) {
/*991px以下*/
}


/* for mobile */
@media (max-width: 767px) {
/*767以下px*/
#tohokuJapan{}
	#tohokuJapan span{
		margin-bottom: 0.5em;
		}
	#tohokuJapan h4{
		font-size: 1.4em;
		}
}
@media (max-width: 767px) and (orientation:portrait) {
/*767px以下 縦向き*/
#featuresList{
	display: block;
	}
	#featuresList dl+dl{
		margin-top: 1em;
		}
	#featuresList .thumb{
		padding-top: 50%;
		}
#tohokuJapan{}
	#tohokuJapan i{
		padding: 0.6em 25% 1em 30%;
		}
	#tohokuJapan ul{
		flex-wrap: wrap;
		margin-top: 1em;
		}
	#tohokuJapan li{
		width: 33.33%;
		}
	#tohokuJapan .thumb{
		padding-top: 100%;
		}
}
@media (max-width: 767px) and (orientation:landscape) {
/*767px以下 横向き*/
#featuresList{
	justify-content: space-between;
	}
	#featuresList dl{
		width: calc(50% - 0.5em);
		}
		#featuresList dl:nth-of-type(n+3){
			margin-top: 1em;
			}
	#featuresList .thumb{
		padding-top: 66.66%;
		}
#tohokuJapan{
	padding-top: 1em;
	}
	#tohokuJapan i{
		float: left;
		width: 7em;
		margin-top: -0.6em;
		padding: 0.5em;
		background: #fff;
		}
	#tohokuJapan h4+div{
		clear: both;
		}
	#tohokuJapan li{
		width: calc(100% / 6);
		}
	#tohokuJapan .thumb{
		padding-top: 200%;
		}
}


/* for tablet */
@media (min-width: 768px) {
/*768px以上*/
#featuresList{}
	#featuresList .thumb{
		padding-top: 66.66%;
		}
#tohokuJapan{
	padding-top: 1.5em;
	}
	#tohokuJapan i{
		float: left;
		margin-top: -1.1em;
		background: #fff;
		}
	#tohokuJapan span{
		margin-bottom: 1em;
		}
	#tohokuJapan h4+div{
		clear: both;
		}
	#tohokuJapan li{
		width: calc(100% / 6);
		}
	#tohokuJapan .thumb{
		padding-top: 150%;
		}
}
@media (min-width: 768px) and (max-width: 991px) {
/*768px～991px*/
#featuresList{}
	#featuresList dl{
		width: calc(33.33% - 1em);
		}
		#featuresList dl:nth-of-type(3n+2){
			margin: 0 1.5em;
			}
		#featuresList dl:nth-of-type(n+4){
			margin-top: 1.5em;
			}
#tohokuJapan{}
	#tohokuJapan i{
		width: 11em;
		padding: 0.8em;
		}
	#tohokuJapan span{
		font-size: 1.1428571em;
		}
	#tohokuJapan h4{
		font-size: 1.714285em;
		}
}
@media (min-width: 768px) and (max-width: 1199px) {
/*768px～1199px*/
}


/* for PC */
@media (min-width: 992px) {
/*992px以上*/
#featuresList{}
	#featuresList dl{
		width: calc(33.33% - 1.5em);
		}
	#featuresList dl:nth-of-type(3n+2){
		margin: 0 2em;
		}
	#featuresList dl:nth-of-type(n+4){
		margin-top: 2em;
		}
#tohokuJapan{}
	#tohokuJapan i{
		width: 11em;
		padding: 0.8em;
		}
	#tohokuJapan span{
		font-size: 1.125em;
		}
	#tohokuJapan h4{
		font-size: 1.875em;
		}
}
@media (min-width: 992px) and (max-width: 1199px) {
/*992px～1199px*/
#tohokuJapan{
	margin: 0 50px;
	}
}
@media (min-width: 1200px) {
/*1200px以上*/
#tohokuJapan{
	margin: 0 150px;
	}
}


/* Edge */
@supports (-ms-ime-align:auto) {
}


/* ie */
@media all and (-ms-high-contrast: none) {
}


