@charset "utf-8";
.mvArea{
	width: 100%;
	height: 240px;
	background: url("../../img/modelroom/mv.jpg") top center / cover;
	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.mvArea img{
	max-width: 375px;
}
.model{
	padding: 120px 5% 20px;
	background: #fff url("../../img/modelroom/model_bg.png") no-repeat top right / 60% auto;
	color: #000;
}
.model_ttl{
	font-size: 40px;
	text-align: center;
	margin-bottom: 50px;
}
.model_txt{
	font-size: 16px;
	line-height: 2;
	text-align: center;
	margin-bottom: 120px;
}
.model_box{
	display: block;
	width:70%;
	margin: 0 auto;
}

.modelroomGallery {
    position: relative;
    z-index: 0;
}
.modelroom_concept {
    width: 94%;
    max-width: 1200px;
    margin: 125px auto 0;
}
.modelroom_concept h3 {
    width: 94%;
    max-width: 820px;
    margin: auto;
}
.modelroom_concept img {
    width: 100%
}
#slideshow {
    margin: 0 auto;
    width: 1000px;
    text-align: left;
}
#slideshow div {
    width: 1000px;
    height: 640px;
    overflow: hidden;
    position: relative;
}
#slideshow div div {
    top: 0;
    left: 0;
    position: absolute;
}
#slideshow div div img{
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
}

#slideshow .active {
    filter: alpha(opacity=100) !important;
    -moz-opacity: 1 !important;
    opacity: 1 !important;
}
.thumBox {
    width: 1000px;
    background-color: rgba(0, 0, 0, 0.6);
    margin: 0 auto;
}
.thumBox ul {
    width: 1000px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 0px;
    margin: auto;
    background: #ffffff;
}
.thumBox ul::after{
    content: "";
    display: block;
    clear: both;
}
.thumBox ul li {
    float: left;
    margin-left: 12px;
    width: 100px;
}
.thumBox ul li:first-child{margin-left: 0;}

.thumBox ul li img {
    width: 100%;
    height: auto;
    cursor: pointer;
}

.model_caption{max-width: 1000px;
    margin: auto;
    padding-top: 120px;
    font-size: 10px;}

@media screen and (max-width: 1024px) { 
	.sale{
		background: linear-gradient(180deg, #fff 0%, #fff 23%, #f0f0f0 23%, #f0f0f0 100%);
		background:-moz-linear-gradient(180deg, #fff 0%, #fff 23%, #f0f0f0 23%, #f0f0f0 100%); /* Firefox */
		background:-webkit-linear-gradient(180deg, #fff 0%, #fff 23%, #f0f0f0 23%, #f0f0f0 100%);/* safari Chrome */
		background:linear-gradient(180deg, #fff 0%, #fff 23%, #f0f0f0 23%, #f0f0f0 100%); /* IE */
	}
	.award{
		padding: 60px 5%;
	}
}
@media screen and (max-width: 750px) { 
	.mvArea{
		height: 200px;
	}
	.model{
		padding: 60px 5% 20px;
		background: #fff url(../../img/modelroom/model_bg.png) no-repeat top right / 80% auto;
	}
	.model_ttl{
		font-size: 22px;
		margin-bottom: 40px;
	}
	.model_ttl02{
		font-size: 18px;
		margin-bottom: 20px;
	}
	.model_txt{
		font-size: 15px;
		margin-bottom: 30px;
	}
	.model_box{
		width:100%;
		margin: 0 auto;
	}
     #slideshow{
        width: 320px;
        height: auto;
        margin: auto;
    }
    #slideshow div{
        width: 320px;
        height: 205px;
        margin: auto;
    }
    #slideshow div img{
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }
    .thumBox{
        width: 100%;
    }
    .thumBox ul{
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-justify-content: space-between; /* Safari */
  justify-content:         space-between;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }
    .thumBox ul li{
        width: calc((100% - 30px)/3);
        float: none;
        margin-left: 0;
        margin-bottom: 10px;
    }
    .thumBox ul::after{
    content: "";
    display: none;
    clear: both;
}
	.model_caption {
    padding-top: 60px;
}
}