@charset "UTF-8";

/* CSS Document */

/*==================================================

contents
=================================================*/

header.top nav a {
	color: #FFF;
}
.business-cont {
	margin-top: 5%;
}
.business-cont p {
	text-align: justify;
	text-justify: inter-ideograph;
	border-top: 3px solid #ee7500;
	margin-top: 3%;
	padding-top: 3%;
}
.business-cont p.photo {
	border-top: none;
	margin-top: 3%;
}
.business-cont p.photo span {
	display: inline-block;
	margin-top: 2%;
}
.business-cont p.att {
	width: 100%;
	max-width: 600px;
	font-size: 110%;
	text-align: center;
	border-top: none;
	background-color: #FFF;
	margin: 3% auto 0;
	padding: 2%;
}

.map-item {
	width: 100%;
	height: 500px;
	position: relative;
	overflow: hidden;
	margin: 5% 0 0;
}
.map-item iframe,
.map-item object,
.map-item embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* cf */



/* top img */

.business-cont p.photo img {
	width: 100%;
	max-width: 100%;
	height: auto;
}

@media only screen and (max-width: 768px) {
	
	.map-item {
		height: 300px;
	}
	
}

@media only screen and (max-width: 568px) {
	

}
	
@media only screen and (max-width: 480px) {
	
	
}

