@charset "UTF-8";

@media screen and (min-width : 641px){ 
#contents_area{
    min-width: 1000px;
}
}

#contents_area a{
    color: #1914B4 !important;
}

#contents_area .btn__white{
    color: #fff !important;
}

#section_footer a{
    color: #03111F !important;
}

#header a{
    opacity: 1;
}

#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(3, 10, 20, .7);
}

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

/* movie */
#background {
	position: fixed;
	width: 100%;
	height: 100%;
	background: url(../images/bg_l.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;
}

.showroom_title:before{
width: 48px;
height: 48px;
display: block;
font-size: 26px;
text-align: center;
line-height: 48px;
background-image: url(../../common/images/parts_bg_house_b.png);
background-size: 48px;
background-repeat: no-repeat;
position: relative;
bottom: -3px;
}

.showroom_title.num01:before{ content: '01';}
.showroom_title.num02:before{ content: '02';}
.showroom_title.num03:before{ content: '03';}
.showroom_title.num04:before{ content: '04';}
.showroom_title.num05:before{ content: '05';}
.showroom_title.num06:before{ content: '06';}
.showroom_title.num07:before{ content: '07';}


#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;
	margin-bottom: 80px;
	position: relative;
}

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

.showroom_info .content__list li .showroom_photo{
    height: 255px;
    margin: 0 0 15px 0;
    overflow: hidden;
}
.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;
	height: 90px;
	line-height: 44px;
}

.showroom_info .showroom_title.small{
    font-size: 18px;
}

.showroom_thumbs {
	width: 100%;
	height: auto;
}

.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 (max-width: 640px) {
    #contents_area{
        width: auto !important;
        min-width: auto !important;
    }
    
    .mainImg{
        padding: 0;
        height: auto !important; 
    }
	#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 .showroom_title{
        min-height: auto;
        height: auto;
        line-height: inherit;
    }
    
    .showroom_info .showroom_title.small{
        font-size: 17px;
        white-space: nowrap;
    }

	.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 .showroom_photo{
    	height: auto;
    }
    
	.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;
	}
}
