#dammy {
	display: block;
	overflow: hidden;
	background: url('../images/') no-repeat;
	padding: 40px 0 0;
	width: 216px;
	height: 0!important;
}

/*
=================================== */
.top_area1 {
	background-color: #ffdcae;
}

.marea_block {
	margin:0 auto 30px;
	padding:0 20px;
	max-width: 350px;
}

.gallery_block {
	margin:0 auto 30px;
}

.gallery_block p a {
	display: block;
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.marea_block li {
	margin:0 0 5px;
	text-align: center;
	line-height:1.1;
	font-size:2.6rem;
	font-family: junegull, sans-serif;
	font-weight: 700;
}

.marea_block li:last-child {
	margin-bottom:0;
}

.marea_block li a {
	color:#53311E;
}

@media screen and (min-width: 768px) {

	/*
	=================================== */
	.marea_block {
		position: relative;
	}

	.marea_block {
		margin:0;
		padding:0;
		width:500px;
		max-width: 500px;
	}

	.gallery_block {
		margin:0;
	}

	.marea_block ul {
		position: absolute;
		left:560px;
		bottom:0;
		width:500px;
	}

	.marea_block li {
		margin:0 0 10px;
		text-align: left;
		font-size:4.6rem;
	}

	.top_area2 .block1 {
		padding-bottom:10px;
	}
}