@charset("UTF-8");

.key-visual:after{
	background-image: url(../images/salon-key-visual.jpg);
	background-position: right center;
}

table{
	border-top: 1px solid #ccc;
	width: 100%;
}
tr{
	border-bottom: 1px solid #ccc;
}
th{
	text-align: left;
	font-size: 16px;
	font-weight: 500;
	padding: 15px;
	width: 30%;
	line-height: 2;
}
td{
	padding: 15px 0;
	width: 70%;
}
.gallery li{
	float: left;
	margin-bottom: 40px;
	width: 48%;
}
.gallery li:nth-of-type(even){
	float: right;
}
.gallery li:nth-of-type(2n+1){
	clear: left;
}
.gallery p{
	padding-top: 20px;
}
.googlemap{
	width: 100%;
	height: 450px;
	margin: 40px auto;
}
.googlemap>iframe{
	display: block;
}
.access .sec-ttl02{
	margin-bottom: 20px;
}
.access .sec-ttl02 span{
	font-size: 70%;
}
/* ++++++++++++++++++++++++responsive style++++++++++++++++++++++++++ */
@media screen and (max-width: 768px){
	th{
		display: block;
		width: 100%;
		font-size: 1.4rem;
		padding: 15px 0 0;
		padding-right: 0;
		line-height: 2;
		font-weight: 600;
	}
	td{
		padding: 15px 0;
		width: 100%;
		display: block;
	}
	.gallery li{
		margin-bottom: 20px;
	}
	.gallery p{
		padding-top: 10px;
	}
	.googlemap{
		height: calc(100vw - 30px);
		margin: 20px auto;
	}

	.access .sec-ttl02 {
	    margin-bottom: 10px;
	}
}