@charset "UTF-8";


section.blog{
	color:#666464;
	margin-top:164px;
	font-family: Century Gothic,CenturyGothic,AppleGothic,sans-serif;
}
section.blog .contents{
	display:block;
	margin-bottom:30px;
	color:#666464;
}
section.blog .contents .image{
	margin:0 5px;
	height:240px;
	background-size:cover;
	background-position: center center;
	position:relative;
}
section.blog .contents:hover{
	opacity:0.8;
	text-decoration: none;
}
section.blog .text_area{
	height:80px;
	margin:10px 10px 30px;
}
section.blog p{
	margin:0 0 10px;
}
section.blog p.category,
section.blog p.date,
section.blog p.comment{
	font-size:10px;
}
section.blog p.title{
	font-weight:lighter;
}

section.access{
	color:#666464;
	margin-top:186px;
}



.gmap{
	width:100%;
	background-color:#efefef;
	margin-bottom:70px;
	max-height: 620px;
}
.gmap:before {
	content:"";
	display:block;
	padding-top:60%;
}

@media screen and (max-width: 767px) {
	.image{
		height:auto !important;
		overflow: hidden;
	}
	.image:after{
		content:"";
		display:block;
		padding-top:100%;
	}
	section.blog .text_area{
		height:80px;
		margin:10px 10px 30px;
	}
	#slider{
		margin-top:50px;
	}
}

@media screen and (max-width: 414px) {
	.gmap:before {
		content:"";
		display:block;
		padding-top:100%;
	}
}
