@charset "utf-8";
/* CSS Document */

#pagettl.aboutus {
	background-image: url("img/ttlbg_aboutus.jpg");
}

.staff-list li {
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -ms-align-items: flex-start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
	box-sizing: border-box;
	padding-bottom: 30px;
}
.staff-list li + li {
	padding-top: 31px;
	background: url("img/line_dot.png") no-repeat top center;
}
.staff-img {
	width: 200px;
}
.staff-txt {
	width: 510px;
}
.staff-txt dt {
	font-size: 28px;
	font-weight: bold;
	padding-bottom: 14px;
	border-bottom: 1px solid #d9cdc6;
	margin: 0 auto 10px;
}
.staff-txt dt span {
	font-size: 18px;
	font-weight: normal;
	display: block;
	margin-left: 0;
}
.staff-txt dd p {
	font-size: 16px;
	line-height: 1.875em;
}
.staff-txt dd p  + p {
	margin-top: 14px;
}
.staff-lic {
	display: block;
	background-color: #a57517;
	border-radius: 15px;
	width: 120px;
	box-sizing: border-box;
	padding: 6px;
	line-height: 1em;
	text-align: center;
	color: #fff;
}
.staff-btn {
	text-align: center;
	margin: 10px auto 90px;
}

.salon-img {
	margin: 25px auto;
	text-align: center;
}
.salon-info {
	margin: 25px auto 70px;
}
.salon-info dt {
	font-size: 30px;
	font-weight: lighter;
	margin-bottom: 20px;
}
.salon-info dt span {
	font-size: 18px;
}
.salon-info table {
	width: 100%;
	border-top: 1px solid #d9cdc6;
}
.salon-info th {
	background-color: #fbf7f0;
	border-bottom: 1px solid #d9cdc6;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
	padding: 10px 20px;
	width: 170px;
}
.salon-info td {
	border-bottom: 1px solid #d9cdc6;
	box-sizing: border-box;
	text-align: left;
	font-size: 16px;
	padding: 10px 20px;
}

.access-info {
	margin: 30px auto;
}
.access-info dt {
	background-color: #a57517;
	box-sizing: border-box;
	color: #fff;
	line-height: 40px;
	padding: 5px 16px;
}
.access-info dt img {
	vertical-align: middle;
	display: inline-block;
	padding-right: 10px;
}
.access-info dd {
	font-size: 16px;
  line-height: 2em;	
	padding: 14px 0 20px;
}
.access-att {
	font-size: 14px;
	line-height: 1.3em;
}
.access-contact {
	text-align: center;
	color: #961e1e;
	width: 100%;
	margin: 0 auto;
	background-color: #fcf0f1;
	padding: 4px;
	font-size: 16px;
}