@charset "utf-8";
/* ショールーム予約案内
-------------------------------------------------- */
#topicpath a:link, #topicpath a:active, #topicpath a:visited{
	color: #55698a;
	text-decoration: underline;
}
#header {
	height: auto;
}
#content{
	background-image: none;
}
#topicpath{
	font-family: "ＭＳ Ｐゴシック", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "Osaka";
	background: #f9f9f4;
	color: #4f4946;
	letter-spacing: 0.1em;
}
.topicpath_inner{
	width: 960px;
	margin: 0 auto;
	padding: 8px 0;
	text-align: left;
}
.hdg_lv2 {
	margin: -10px 0 16px;
	padding: 14px;
	background: #e9e4da;
	font-size: 22px;
	font-weight: bold;
	color: #434343;
	letter-spacing: 2px;
}
.txt-normal {
	font-size: 16px;
	line-height: 2;
}
.txt-normal .txt-normal_time {
	display: block;
	padding: 15px 0;
	letter-spacing: 3.8px;
	color: #213e6d;
	font-weight: 600;
}
.txt-normal.txt-normal--intro {
	padding-right: 438px;
}
.txt-title {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.6px;
	border-bottom: 1px solid #deddcf;
	padding: 11px 0;
	margin-bottom: 10px;
}
.area_title {
	margin-bottom: 10px;
	border-left : 4px solid #deddcf;
	padding: 6px 0 6px 15px;
	font-weight: bold;
	font-size: 16px;
	text-align: left;
	letter-spacing: 0.05em;
}
.box-showroom {
	margin: 24px 0 140px;
	padding: 30px 0;
	position: relative;
	background: #f4f2ea;
	z-index: 1;
}
.box-showroom:before {
	position: absolute;
	content: "";
	width: 258px;
	height: 181px;
	right: 54px;
	top: -180px;
	z-index: -1;
	background: url(/common/images/reservation/pct_girl_model.png);
	background-repeat: no-repeat;
	background-size: 258px 181px;
}
.box-showroom__inner {
	width: 95%;
	margin: 0 auto;
}
.box-showroom ul {
	width: 100%;
	margin-top: 20px;
	padding: 5px 0;
	overflow: hidden;
	text-align: center;
}
.box-showroom ul li {
	padding: 10px;
	float: left;
	width: 281px;
}
.box-showroom ul li a {
	padding: 20px 0;
	background: url(/common/images/reservation/btn_sr_bg.png) no-repeat;
	background-size: 280px 100px;
	display: block;
}
.box-showroom ul li a:hover {
	opacity: 0.7;
	text-decoration: none;
}
.box-showroom ul li span {
	padding: 6px 0;
	display: block;
	color: #213e6d;
}

@-moz-document url-prefix() {
	.box-showroom ul li span {
		padding: 0 0;
	}
}

.box-showroom .showroom_name {
	font-size: 20px;
	font-weight: bold;
	letter-spacing: 1.8px;
}
.box-showroom .showroom_name .icn_link{
	padding-left: 10px;
	line-height: 20px;
	position: relative;
	top: 2px;
}

span.showroom_name.two_lines {
    line-height: 18px;
    margin-top: -3px;
    margin-bottom: -7px;
}