@charset "UTF-8";
/*--------------------------------------------------------------
#category_title
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#category_title {
		background: url("image/title_ground.jpg") center no-repeat;
		background-size: cover;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {

	#category_title {
		background: url("image/title_ground.jpg") center no-repeat;
		-webkit-background-size: 100% auto;
		background-size: 100% auto;
	}

}


/*--------------------------------------------------------------
#outline_area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#outline_area {
		margin: 0;
		padding: 30px 0;
		background: url("../../../image/ground_3.png") top center no-repeat;
		-webkit-background-size: 110% auto;
		background-size: 110% auto;
		position: relative;
	}
	
	#outline_area a:link {
		color: #4AA775;
		text-decoration: none;
	}
	
	#outline_area a:visited {
		color: #4AA775;
		text-decoration: none;
	}
	
	#outline_area a:hover, #outline_area a:active, #outline_area a:focus {
		text-decoration: underline;
	}

}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#outline-area {
		margin: 0;
		padding: 50px 0;
		background: url("../../../image/ground_3.png") top center no-repeat;
		-webkit-background-size: 1485px auto;
		background-size: 1485px auto;
		position: relative;
	}
	
	
}



/*--------------------------------------------------------------
#access_area
--------------------------------------------------------------*/

/* mobile */
@media (min-width: 300px) {
	
	#access_area {
		margin: 0;
		padding: 30px 0;
		position: relative;
	}
	
	.map_area {
		margin: 0;
		padding: 80px 0;
		position: relative;
		background: #E6F2F1;
	}
	
	.wrap {
		margin: 0;
		padding: 0;
		position: relative;
		width: 100%;
		height: 350px;
	}
	
	.wrap iframe {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 350px;
		background: rgba(255,255,255,0.5);
		box-sizing: border-box;
		padding: 15px;
	}
	
	.map_area p {
		margin: 30px 0 0 0;
		padding: 0;
		text-align: center;
	}
	
	.chou {
		margin: 0;
		padding: 0;
		position: absolute;
		top: -20px;
		left: 3%;
		width: 90px;
	}
	
	.flower {
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: -20px;
		right: 5%;
		width: 150px;
	}
}

/* Small than tablet */
@media (min-width: 768px) {
	

	
}


/* Larger than tablet */
@media (min-width: 992px) {
	
	#access_area {
		margin: 0;
		padding: 50px 0;
	}
	
	.wrap {
		margin: 0 auto;
		position: relative;
		width: 900px;
	}
	
	.map_area {
		margin: 0;
		padding: 130px 0;
		position: relative;
		background: #E6F2F1;
	}
	
	.map_area p {
		margin: 50px 0 0 0;
		padding: 0;
		text-align: center;
	}
	
	.chou {
		margin: 0;
		padding: 0;
		position: absolute;
		top: 0;
		left: 10%;
		width: 120px;
	}
	
	.flower {
		margin: 0;
		padding: 0;
		position: absolute;
		bottom: 0;
		right: 3%;
		width: 175px;
	}
}


