/* --------------------main------------------- */
/* visit-top */
.visit-top{
	padding: 40px 0 30px;
	margin-bottom: 30px;
}
.visit-top__ttl{
	font-size: 50px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
/* realshop */
.realshop{
	margin-bottom: 30px;
}
.realshoplist{
	margin-top: 20px;
}
.realshoplist li{
	width: 30%;
	margin-right: 5%;
	margin-bottom: 30px;
}
.realshoplist li:nth-of-type(3n){
	margin-right: 0;
}
.realshop__img,
.realshop__img img{
	width: 100%;
}
.realshop__img img{
	border: 3px solid #000;
}
.realshop__name{
	margin-top: 10px;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
}
/* post */
.post{
	padding-bottom: 80px;
}
.postlist li{
	margin-bottom: 40px;
}
.postlist__img{
	width: 35%;
	margin-right: 30px;
}
.postlist__img img{
	width: 100%;
}
.postlist__txt{
	flex: 1;
}
.postlist__ttl{
	font-size: 21px;
	margin-bottom: 20px;
	font-weight: bold;
	font-family: 'Roboto', sans-serif;
}
.post__date{
	font-size: 15px;
}
.btn{
	text-align: center;
	border: 3px solid #000;
	width: 15%;
	margin: 40px auto 0;
}
.btn a{
	display: block;
	padding: 10px 0px 8px;
	font-weight: bold;
}
.btn a:hover{
	background: #000;
	color: #fff;
}
.aboutus-subtxt{
	margin: 15px 0 30px;
}







