@charset "utf-8";
/* CSS Document */

/*//////////// セクション1 ///////////////*/
.sec1 h1, .sec2 h1 {
	font-size: 1.3rem;
}

table {
	width: 100%;
}

table th, table td {
	font-weight: 500;
	line-height: 1.5em;
	padding: 1rem 0.75rem;
}

table th {
	background-color: #EFEFEF;
	width: 40%;
}

table tr {
	border-bottom: 1px dashed #e0e0e0;
}

table tr:first-child {
	border-top: 1px solid #A7A7A7;
}


@media (min-width: 576px) {
	.sec1 h1, .sec2 h1  {
		font-size: 1.35rem;
	}

	table th {
		width: 30%;
	}
}

@media (min-width: 768px) {
	table th, table td {
		padding: 1.25rem;
	}
	
	table th {
		width: 25%;
	}
}
.pmap {
	height:200px;
}

/*//////////// セクション2 ///////////////*/
.sec2 h1 {
	border-bottom: 1px solid #A7A7A7;
}

.ggmap {
	position: relative;
	padding-bottom: 76.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media (min-width: 576px) {
	.ggmap {
		padding-bottom: 56.25%;
	}
}

@media (min-width: 768px) {
	.ggmap {
		padding-bottom: 46.25%;
	}
}





