@charset "utf-8";
/* CSS Document */


/*　メニューバー マウスオーバーでテキストを変更 */
.coloron:hover{
    color: #00BE46;
    text-decoration: none;
	border-top:3px solid #D40003;
	}
	
.footer_coloron:hover{
    color: #00BE46;
    text-decoration: none;
	}
	

#access{
	margin-top:0px;
	padding-top:90px;
	}

#gibier,#contact{
	margin-top:-110px;
	padding-top:160px;
	}
	
#form{
	margin-top:-110px;
	padding-top:70px;
	}
	




/*　    ページトップ　    */

#page-top {
    position: fixed;
    bottom: 80px;
    right: 20px;
    font-size: 80%;
	font-weight:bold;
}
#page-top a {
    background: #999;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding:10px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #666666;
}


/*　    スクロール表示　    */
.bg_scroll01 {
	height: 400px;
	background-image:url(../img/scroll_bg.jpg);
	background-size: cover;
	background-attachment: fixed;
	background-repeat: no-repeat;
	z-index: 1;
	border-bottom:5px solid #7E2F28;
	border-top:5px solid #7E2F28;
	overflow:hidden;
	clear:both;
}
 

/*  カリメロ　住所  */

.footer_address{
	width:1000px;
	overflow:hidden;
	margin:40px auto;
	}

.contact dl {
	overflow: hidden;
	margin-top:0;
}

.contact dt {
	float: left;
	line-height: 180%;
	clear: both;
	border-top: 1px dashed #000;
	padding: 0 10px;
	box-sizing: border-box;
}

.contact dd {
	float: left;
	line-height: 180%;
	padding: 0 10px;
	border-top: 1px dashed #000;
	box-sizing: border-box;
}


.li35{
	line-height: 35px;
	padding: 10px;
	}





/*    画像　ホバー   */
.maskimg {
	width:			480px;
	height:			260px;
	overflow:		hidden;
	margin:			0;
	position:		relative;
}

.maskimg a:hover img {
	opacity:1.5;
  }

.maskimg .caption {
	font-size:		35px;
	text-align:   center;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:			#fff;
	padding-top:		80px;
}
.maskimg .mask {
	width:			100%;
	height:			100%;
	position:		absolute;
	top:			0;
	left:			0;
	background-color:	rgba(53, 130, 55, 0.37);
	-webkit-transition:	all 0.4s ease;
	transition:		all 0.4s ease;
	-webkit-transform:	scale(0);	/* 大きさを０にして表示しない */
	transform:		scale(0);
}
.maskimg:hover .mask {
	-webkit-transform:	scale(1);	/* 大きさを１にして表示する */
	transform:		scale(1);
}



/*  instafeed */
#instafeed{
    width:1000px;
    margin:30px auto 50px;
    text-align: left;
    font-size:0;
	padding:0;
}
#instafeed li{
    display: inline-block;
    width:200px;
    margin:0;
    vertical-align: top;
    font-size:14px;
    line-height: 1.4;
	position:relative;
	float:left;

}

#instafeed li:nth-child(3n){
    margin-right: 0;
}
#instafeed li img{
	display: block;
    width:200px;
}




/*　    マップ　    */
#map {
 width: 100%;
 height: 300px;
}

.map{
	width:100%;
	height:440px;
	border-bottom:6px solid #003C00;
	border-top:6px solid #003C00;
	}
