@charset "utf-8";

/* ------------------------------------------- */
/* top */
/* ------------------------------------------- */
.edit-area.top{
	padding: 6.7rem 0 16rem;
}
@media screen and (max-width: 767px){
	.edit-area.top{
		padding: 4rem 0;
	}
}

/* common-table */
.edit-area.top .common-table.type01{
	margin-bottom: 12rem;
}
@media screen and (max-width: 767px){
	.edit-area.top .common-table.type01{
		margin-bottom: 6rem;
	}
}


.common-table.type01 .table-dl{
}
.common-table.type01 .table-dl div{
	display: flex;
	flex-wrap: wrap;
}
.common-table.type01 .table-dl div dt{
	width: 13rem;
}
.common-table.type01 .table-dl div dd{
	width: calc(100% - 15rem);
	margin-left: auto;
}



/* googlemap */
.edit-area.top .googlemap{
	margin-bottom: 3rem;
}
@media screen and (max-width: 767px){
	.edit-area.top .googlemap{
		margin-bottom: 1.6rem;
	}
}
.edit-area.top .googlemap iframe{
	display: block;
	width: 100%;
	height: 52.6rem;
	overflow: hidden;
	border-radius: 1.5rem;
}
@media screen and (max-width: 767px){
	.edit-area.top .googlemap iframe{
		height: 30rem;
		border-radius: 1rem;
	}
}
