
/* --------------------------------------------------- */
#sec01 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 100px;
}
#sec01 .inner {
	position: relative;
}
#sec01 .txt {
	width: 80%;
	margin-bottom: 30px;
}
#sec01 .ph {
	width: 135px;
	position: absolute;
	right: 0;
	top: 0;
}
#sec01 .name {
	font-size: 12px;
}
#sec01 .name span {
	display: inline-block;
	margin-left: 20px;
	font-size: 15px;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	#sec01 {
        margin: 0 auto 70px;
    }
	#sec01 .txt {
		width: 100%;
	}
	#sec01 .ph {
		width: 120px;
		position: static;
		margin: 0 0 0 auto;
	}
	#sec01 .name {
		text-align: right;
		font-size: 10px;
		position: absolute;
		right: 130px;
		bottom: 0;
	}
	#sec01 .name span {
		display: block;
		text-align: right;
		margin-left: 0;
		font-size: 14px;
	}
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 100px;
}
#sec02 .data-list {
}
#sec02 .data-list li {
	width: 100%;
	display: table;
	margin-bottom: 5px;
	font-size: .9em;
	line-height: 160%;
	border-bottom: #aaa 1px solid;
}
#sec02 .data-list li p {
	display: table-cell;
	vertical-align: middle;
	padding: 15px 25px;
}
#sec02 .data-list li p:first-child {
	width: 220px;
	text-align: center;
	position: relative;
	padding: 15px 0px;
}
#sec02 .data-list li p:first-child br {
	display: none;
}
#sec02 .data-list li p:first-child::after {
	content: "";
	width: 1px;
	height: 15px;
	background-color: #aaa;
	position: absolute;
	right: 0;
	bottom: 0;
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	#sec02 {
        margin: 0 auto 70px;
    }
	#sec02 .data-list li p {
        display: table-cell;
        vertical-align: middle;
        padding: 12px 0px 12px 15px;
    }
	#sec02 .data-list li p:first-child {
		width: 120px;
		text-align: left;
		padding: 12px 0px;
	}
	#sec02 .data-list li p:first-child br {
		display: block;
	}
}
/* --------------------------------------------------- */
#sec03 {
	width: 100%;
	margin: 0;
}
#sec03 .ttl-style07 {
	max-width: 1200px;
	width: 90%;
	margin: 0 auto 30px;
}
.ggmap {
	width: 100%;
	position: relative;
	height: 600px;
	overflow: hidden;
}
.ggmap iframe {
    position: absolute;
    left: 0;
    width: 100%;
    top: -150px;
	height: calc(100% + 150px + 150px);
}
@media screen and (max-width: 900px) {
}
@media screen and (max-width: 680px) {
	.ggmap {
		height: 350px;
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */


