.wow {
	animation-name: fadeInDown;
	-webkit-animation-name: fadeInDown;
	animation-duration: 1.5s;
	-webkit-animation-duration: 1.5s;
    animation-fill-mode: both;
    -webkit-animation-fill-mode: both;
	animation-duration: 1s;
	-webkit-animation-duration: 1s;	
}
#articleInfo8 .item {
	padding: 10px 0 200px;
	position:relative;
	margin-bottom: 50px;
	position: relative;
    z-index: 2;
}
#articleInfo8 .item .itembg{
	position:absolute;
	z-index:1;
	width:100%;
	bottom:0;
	left:0;
	-webkit-filter: contrast(0.8);
	transition:all ease-in-out 0.6s;
}
#articleInfo8 .item:hover .itembg{
	-webkit-filter: contrast(1);
}
#articleInfo8 .item .box {
	overflow: hidden;
	padding-bottom: 70px;
}

#articleInfo8 .item:nth-child(2n) .box {
	background-position: right bottom;
}

#articleInfo8 .item .box > div {
	float: left;
	width: 25%;
}

#articleInfo8 .item:nth-child(2n) .box > div {
	float: right;
}

#articleInfo8 .item .box .rightBox {
	margin: 0 0 0 5%;
	width: 70%;
}

#articleInfo8 .item:nth-child(2n) .box .rightBox {
	margin: 0 5% 0 0;
}

#articleInfo8 .item .box .sign {
	color: #9f7849;
	-webkit-writing-mode: vertical-lr;
	writing-mode: vertical-lr;
	letter-spacing: 2px;
}

#articleInfo8 .item:nth-child(2n) .box .sign {
	-webkit-writing-mode: vertical-rl;
	writing-mode: vertical-rl;
}

#articleInfo8 .item .box .sign h4 {
	margin: 0 50px;
	font-size: 24px;
	color: #090059;
	letter-spacing: 0.2em;
	transition:all ease-in-out 0.3s;
}
#articleInfo8 .item:hover .box .sign h4 {
	letter-spacing: 0;
}
#articleInfo8 .item .box .sign p {
	margin-top: 3px;
}

#articleInfo8 .item .box .rightBox {
	overflow: hidden;
}

#articleInfo8 .item .box .rightBox article {
	margin-bottom: 40px;
	line-height: 250%;
	font-size: 14px;
}

#articleInfo8 .item .box .rightBox ul.info ,
#articleInfo8 .item .box .rightBox .gMap {
	float: left;
	width: 45%;
}

#articleInfo8 .item:nth-child(2) .box .rightBox ul.info ,
#articleInfo8 .item:nth-child(2) .box .rightBox .gMap {
	float: right;
}

#articleInfo8 .item .box .rightBox ul.info li {
	margin: 10px 0;
	padding-left: 20px;
}

#articleInfo8 .item .box .rightBox ul.info li:first-child {
	padding-left: 0;
	font-size: 18px;
	color: #9f7849;
}

#articleInfo8 .item .box .rightBox ul.info li:nth-child(2) {
	background: url(/images/10/article/icon-info01.png) no-repeat 0 0;
}

#articleInfo8 .item .box .rightBox ul.info li:nth-child(3) {
	background: url(/images/10/article/icon-info02.png) no-repeat 0 0;
}

#articleInfo8 .item .box .rightBox ul.info li:nth-child(4) {
	background: url(/images/10/article/icon-info03.png) no-repeat 0 0;
}

#articleInfo8 .item .box .rightBox ul.info li:nth-child(5) {
	background: url(/images/10/article/icon-info04.png) no-repeat 0 0;
}

#articleInfo8 .item .box .rightBox .gMap {
	margin: 0 0 0 3%;
	width: 52%;
	-webkit-filter: contrast(0.8);
	transition:all ease-in-out 0.5s;
}
#articleInfo8 .item:hover .box .rightBox .gMap {
	-webkit-filter: contrast(1);
}
#articleInfo8 .item:nth-child(2) .box .rightBox .gMap {
	margin: 0 3% 0 0;
}

#articleInfo8 .item .box .rightBox .gMap iframe {
	width: 100%;
	height: 300px;
}


/************ = 適應性 = ************/
/* +width:768 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 768px) {
	#articleInfo8 .item .box {
		padding-bottom: 0;
	}
	#articleInfo8 .item .box > div ,
	#articleInfo8 .item:nth-child(2n) .box > div ,
	#articleInfo8 .item .box .rightBox ,
	#articleInfo8 .item:nth-child(2n) .box .rightBox {
		margin: 15px 0;
		float: none;
		width: 100%;
	}
	#articleInfo8 .item .box .sign ,
	#articleInfo8 .item:nth-child(2n) .box .sign {
		-webkit-writing-mode: initial;
		writing-mode: initial;
	}
	#articleInfo8 .item .box .sign h4 ,
	#articleInfo8 .item .box .sign p {
		margin: 10px 0;
	}
	#articleInfo8 .item .box ,
	#articleInfo8 .item:nth-child(2n) .box {
		background: none;
	}
	#articleInfo8 .item .box .rightBox article {
		margin-bottom: 10px;
	}
}


/* +width:640 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 640px) {
	#articleInfo8 .item .box .rightBox ul.info ,
	#articleInfo8 .item .box .rightBox .gMap {
		margin: 10px 0;
		float: none;
		width: 100%;
	}
	#articleInfo8 .item .itembg,
	#articleInfo8 .item .box .rightBox .gMap{
		-webkit-filter: contrast(1);
	}
}

/* +width:480 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 480px) {
	#articleInfo8 .item .itembg{
		position: initial;
	}
	#articleInfo8 .item {
		padding: 10px 0;
	}
}

/* +width:450 ↓
*----------------------------------------------------------------------------*/
@media screen and (max-width: 450px) {
}