.topimg {
	text-align:center;
}
.topimg img {
    width: 100%;
}
.f-left {
	float:left;
}

.sign {
    text-align: right;
	font-size:18px;

}

.aisatu {
	float:left;
	width:500px;
	margin-right:20px;
	margin-bottom:100px;
}

.staff {
	display:flex;
	justify-content:space-around;
}
.staff img {width:300px;}
.staff li {text-align:center;}

.salon-date {
	width:100%;
	border:1px solid #c0c0c0;
	border-collapse: collapse;
}
.salon-date th {
	width:35%;
	background:#c0c0c0;
	font-weight:normal;
	border:1px solid #F3EFE6;
	padding:20px;
	color:#fff;

}
.salon-date tr {
	width:65%;
}
.salon-date td {
	padding:20px;
}

.salon-date tr,.salon-date td {
	border:1px solid #c0c0c0;
}
.clearfix::after {
   content: "";
   display: block;
   clear: both;
}


@media (max-width:768px) {
	.aisatu {
		float:none;
		width:100%;
		margin:0;
	}
	.salon-date tr,.salon-date th,.salon-date td {
		width:100%;
		display:block;
		border:none;
		box-sizing:border-box;
	}
	.ggmap {
position: relative;
padding-bottom: 56.25%;
padding-top: 30px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}
}
