@charset "UTF-8";

/* PC・SP */

.main_img{	
	padding-top: 45%;
	background-image: url("../images/access_main_img.jpg");
	background-size: cover;
	margin-bottom: 80px
}

.access_container{
	max-width: 800px;
	width: 100%;
	margin: 0 auto 120px auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
}

.access_box{
	width: 380px;
	height: 400px;
}

#g_map{
	display: block;
	font-size: 20px;
	color: #1C5C46;
	margin-top: 20px
}

#dry_flower{
	width: 300px;
	height: auto;
	position: absolute;
	bottom:-70px;
	right:30px;
	z-index: -5;
}
/* Sp */

@media screen and (max-width: 725px ){

.main_img{	
	padding-top: 44%;
	background-image: url("../images/access_main_img_sp.jpg");
}
	
.access_container{
	width: 335px;
	height: auto;
	margin: 0 auto 80px auto;
}

#dry_flower{
	width: 180px;
	height: auto;
	bottom:0px;
	right:30px;
}

}