.page-ph {
	background-image: url("../images/access/page-ph.jpg");
}
/* --------------------------------------------------- */
#sec01 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	z-index: 2;
}
#sec01 .ggmap {
    position: relative;
    padding-bottom: 40%;
    height: 0;
    overflow: hidden;
	margin-bottom: 40px;
}
.ggmap iframe {
    position: absolute;
    left: 0;
    width: 100%;
	top: -150px;
	height: calc(100% + 150px + 150px);
}
#sec01 .inner {
	max-width: 1100px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#sec01 .box {
	width: 49%;
	border: #1E44A3 1px solid;
	padding: 30px 30px 10px;
	background-color: #fff;
}
#sec01 .box .ttl {
	color: #1E44A3;
	font-size: 1.3em;
	font-weight: 600;
	letter-spacing: 2px;
	margin-bottom: 20px;
	text-align: center;
}
#sec01 .box img {
	display: block;
	margin-bottom: 15px;
}
#sec01 .box p {
	margin-bottom: 15px;
}
#sec01 .box p strong {
	display: block;
	color: #1E44A3;
	font-size: 1.1em;
	font-weight: 600;
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	#sec01 .ggmap {
        padding-bottom: 100%;
        margin-bottom: 20px;
    }
	#sec01 .inner {
		width: 90%;
		display: block;
	}
	#sec01 .box {
		width: 100%;
		margin-bottom: 10px;
		padding: 20px 20px 10px;
	}
	#sec01 .box p {
        margin-bottom: 10px;
    }
}
/* --------------------------------------------------- */
#sec02 {
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


