@charset "UTF-8";
#lead h2, .shop_info dt {
	font-family: "a-otf-midashi-go-mb31-pr6n", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}

#lead, .showroom_about {
	background-color: rgba(60, 55, 54, 0.64);
}

.shop_info, .showroom_info {
	background-color: rgba(255, 255, 255, 0.9);
	color: #3C3736;
}

/* movie */
#background {
	position: fixed;
	width: 100%;
	background: url(../images/movie/bg.jpg) no-repeat center/cover;
	z-index: -1;
}

#background.showroom {
	/*background: url(../images/movie/bg2.jpg) no-repeat center/cover;*/
}

#headerSub {
	position: static;
}

#mainMovie {
	width: 100%;
	max-width: 1920px;
	position: relative;
}

#mainMovie > iframe {
	display: block;
}

.mainImg {
	width: 100%;
	height: 620px;
	z-index: -1;
	background-image: url("../images/showroom_bg.jpg");
	background-size: cover;
	display: block;
	padding: 200px 0 48px;
}

.mainImg.mainImg__showroom {
	background-image: none;
}

#mainMovie .showroom_title {
	display: none;
	color: #fff;
	position: absolute;
	right: 50px;
	bottom: 10px;
}

#mainMovie .showroom_title .showroom_title_name {
	font-size: 12px;
	margin-right: 6px;
}

#mainMovie .showroom_title .showroom_title_num {
	display: inline-block;
	font-size: 16.62px;
	width: 30px;
	height: 26px;
	background-size: 30px 26px;
	background-position: 0 0;
	background-image: url("../images/ldkware_frame_w.png");
	line-height: 29px;
	position: relative;
	top: -2px;
}

#lead {
	padding-top: 90px;
	padding-bottom: 80px;
}

#lead h2 {
	font-size: 29px;
	line-height: 1.9;
	margin-bottom: 20px;
}

.shop_info, .showroom_info {
	padding-top: 40px;
	padding-bottom: 20px;
	text-align: center;
}

.shop_info {
	margin-top: 450px;
}

.shop_info .content {
	display: inline-block;
	text-align: left;
}

.showroom_info .content {
	display: table;
	text-align: left;
	padding-bottom: 20px;
	padding-top: 10px;
}

.showroom_info .content .content__left {
	display: table-cell;
	vertical-align: top;
}

.showroom_info .content .content__right {
	display: table-cell;
	vertical-align: top;
	text-align: right;
	padding-top: 94px;
}

.showroom_info .content .content__right p {
	width: 370px;
	text-align: left;
	margin: 0 0 0 auto;
}

.shop_info dt, .showroom_info dt {
	font-size: 23px;
	line-height: 1.4;
	margin-bottom: 10px;
}

.showroom_about .content {
	padding: 40px 0;
}

.showroom_about_logo {
	padding: 20px 0;
}

.showroom_about_content {
	display: table;
	width: 100%;
}

.showroom_about_title {
	font-size: 36px;
	font-weight:bold;
	line-height: 1.3;
	display: table-cell;
	vertical-align: top;
	width: 57%;
}

.showroom_about_caption {
	display: table-cell;
	vertical-align: top;
	width: 43%;
}

.showroom_info .content__list {
	width: 100%;
}

.showroom_info .content__list li {
	display: inline-block;
	width: 450px;
	margin-right: 144px;
	vertical-align: top;
	min-height: 500px;
	margin-bottom: 80px;
	position: relative;
}

.showroom_info .content__list li.new .showroom_photo:before {
	content: '';
	width: 62px;
	height: 62px;
	background-image: url("../images/showroom_new.png");
	background-size: 62px 62px;
	background-repeat: no-repeat;
	position: absolute;
	right: -40px;
	top: 38px;
	display: block;
}

.showroom_info .content__list li:nth-child(2n){
	margin-right: 0;
}

.showroom_info .showroom_title {
	font-size: 23px;
}

.showroom_thumbs {
	width: 100%;
}

.showroom_thumbs img {
	float: left;
	margin: 0 20px 20px 0;
}

.showroom_thumbs p {
	font-size: 13px;
	line-height: 1.5;
}

.showroom_text {
	margin-bottom: 20px;
}

.showroom_photo {
	margin-bottom: 10px;
}

/* responsive */
@media (min-width: 1000px) {
	#background {
		background-image: url(../images/movie/bg_l.jpg);
	}
	#background.showroom {
		background-image: url(../images/showroom_bg.jpg);
	}
}

@media (max-width: 850px) {
	.mainImg {
		width: 100%;
		height: auto;
		z-index: -1;
		background-image: url("../images/showroom_bg.jpg");
		background-size: cover;
		display: block;
		padding: 0px;
	}

	#lead {
		padding-top: 50px;
		padding-bottom: 40px;
	}
	#lead .colL {
		float: none;
	}
	#lead .colR {
		float: none;
		margin-top: 30px;
	}

	.shop_info, .showroom_info {
		padding-top: 20px;
		padding-bottom: 20px;
		text-align: center;
	}

	.shop_info {
		margin-top: 450px;
	}

	.showroom_info .content, .showroom_about .content {
		display: block;
		text-align: left;
		padding-bottom: 20px;
		width: calc(100% - 40px);
	}

	.showroom_info .content .content__left {
		display: block;
		vertical-align: top;
	}

	.showroom_info .content .content__right {
		display: block;
		vertical-align: top;
		text-align: left;
		padding-top: 20px;
	}

	.showroom_info .content .content__right p {
		width: auto;
		text-align: left;
		margin: 0 0 0 auto;
	}

	.shop_info dt, .showroom_info dt {
		font-size: 23px;
		line-height: 1.4;
		margin-bottom: 10px;
	}

	.showroom_info .content__list li {
		clear: both;
		display: block;
		width: 100%;
		margin: 0 auto 80px;
	}

	.showroom_info .content__list li:nth-child(2n) {
		margin-right: auto;
	}

	.showroom_photo img, .showroom_photo iframe {
		width: 100%;
	}

	.showroom_info .content__list li.new .showroom_photo:before {
		right: 0;
		top: -15px;
	}

	.showroom_about_content, .showroom_about_title, .showroom_about_caption {
		display: block;
		width: 100%;
	}

	.showroom_info .content {
		padding-top: 40px;
	}

	.showroom_text {
		margin-bottom: 10px;
	}

}

@media (max-width: 350px) {
	#lead h2 {
		font-size: 26px;
		line-height: 1.4;
		margin-bottom: 20px;
	}
	.shop_info dt, .showroom_info dt {
		font-size: 20px;
	}
	#mainMovie .showroom_title {
		display: none;
	}
}
