@charset "UTF-8";


/*========================================

  会社概要

========================================*/
#com_page_top .photo {
	background-image:url(../img/ttl_img_pc.jpg);
}

.sec_innr table {
	margin-top:100px;
}

.sec_innr table td a {
	color:#b81c2b;
	text-decoration:underline;
}

.sec_innr table td a:hover {
	opacity:.7;
}

.sec_innr .map {
	margin-top:100px;
}

.sec_innr .gmap {
	position:relative;
	width:100%;
	height:0;
	padding-top:40%;
}

.sec_innr .gmap iframe {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
}



@media screen and (max-width: 767px) {
	.sec_innr table {
		margin-top:10vw;
	}


	.sec_innr .map {
		margin-top:5vw;
	}

	.sec_innr .gmap {
		padding-top:80%;
	}
}
