@charset "utf-8";

.gmap {
  width: 100%;
  height: 100vw;
  overflow: hidden;
  margin: 0 auto 20px;
  max-height:500px;
}
.gmap iframe {
  width: 100%;
  height: 100vw;
  max-height:500px;
}

.mapWrap{
	display:flex;
	justify-content: space-between;
	align-items: center;
	font-size: 14px;
	flex-wrap: wrap;
	gap: 10px;
}
.mapWrap .cBtn02{
	width:150px;
}


.accUnit01{
	background: #fff;
	padding:20px;
	margin-bottom:20px;
}
.accUnit01 .ttl01{
	font-size: 16px;
	border-bottom:1px solid rgba(60,50,40,0.3);
	padding-bottom: 10px;
	margin-bottom:20px;
	font-weight: normal;
}
.accUnit01 .txtwrap{
	text-align: left;
	font-size: 14px;
}
@media (min-width:768px) {
	.accUnit01{
		display: flex;
		justify-content: center;
		align-items: stretch;
		padding:20px 0;
	}
	.accUnit01 .ttl01{
		width:140px;
		text-align: center;
		border-bottom:0;
		border-right:1px solid rgba(60,50,40,0.3);
		padding-bottom: 0;
		margin-bottom:0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.accUnit01 .txtwrap{
		width:860px;
		padding:20px;
	}
}