/*
 * Á´ÂÎ
 */
@media (max-width: 980px) {
	.top-wrap{
		margin-top: -30px;
	}
}

/*
 * eyecatch
 */
.eyecatch a{
  border: 1px solid #7f4f21;
  display: block;
  transition: .3s;
}
.eyecatch a:hover{
  border: 1px solid #3daf4f;
  opacity: 0.8;
}

/*
 * slideshow
 */

.slider:hover {
    opacity: 0.8;
}


/*
 * item
 */
.item-wrap{
	overflow: hidden; 
	position: relative;
}
.item-img {
	display: block;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 40%;
	transition: 1s all;
}
.item-img:hover{
	transform: scale(1.2,1.2);
	transition: 1s all;
	cursor: pointer;
}
.item-title {
	color: #595757;
    font-weight: bold;
    font-size: 1.1em;
    line-height: 1.0em;
    background-color: #fff;
    padding: 10px 20px 10px 15px;
    border-radius: 0 30px 30px 0;
    display: inline-block;
	position: absolute;
	left: 0;
	bottom: 15px;
}
    
@media (min-width: 769px) {
	.item__section{
		margin: 0 -10px;
	}	
}
@media (max-width: 768px) {
	.item__section{
		margin: 0;
	}	
}