@charset "UTF-8";
/*SP→PC*/

/*＝＝＝フォント＝＝＝*/
.showroom .cardo {
	font-family: "Cardo", serif;
	font-weight: 400;
}


.showroom {
	background: #EFEFEF;
}

.showroom img {
	width: 100%;
}

.showroom .inner {
	width: 94%;
	max-width: 1160px;
	margin: 0 auto;
}

.showroom .center {
	text-align: center;
}

.showroom h3 {
	text-align: center;
	font-size: 50px;
	line-height: 1;
	margin-bottom: 60px;
}

.showroom #sec04 h3 {
    margin-bottom: 100px;
}

.showroom .subText {
	font-size: 16px;
	line-height: 30px;
	margin-bottom: 100px;
}

.flexBox {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.flexBoxReverse {
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}

.mainVisual {
	position: relative;
	margin-bottom: 200px;
}

.mainVisual .mainPhoto {
	width: 100%;
}

.mainVisual h1 {
	position: absolute;
	bottom:-80px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 150px;
	line-height: 1;
	color:#282828;
}

#sec01 {
	padding-bottom: 190px;
}

#sec01 h2 {
	text-align: center;
	font-size: 40px;
	margin-bottom: 40px;
}

#sec01 .text {
	font-size: 18px;
	text-align: center;
	line-height: 2.8em;
}

#sec02 {
	position: relative;
	background: -webkit-linear-gradient(left, #fff 93.75%, transparent 93.75%, transparent);
	background: linear-gradient(to right, #fff 93.75%, transparent 93.75%, transparent);
	padding: 215px 0 200px;
}

#sec02:before {
	content:"";
	position: absolute;
	width: 95.31%;
	height: 5px;
	top:-15px;
	background: #fff;
}

#sec02 .floorMap {
	margin-bottom: 120px;
}

#sec02 .list01 {
	margin-bottom: 20px;
}

#sec02 .list01 > div {
	width: 31%;
	margin-bottom: 80px;
}

#sec02 .list01 .photo {
	margin-bottom: 22px;
}

#sec02 .list01 .photo img {
    border-radius: 5px;
}

#sec02 .list01 .title,#sec02 .list02 .title {
	color: #4C5870;
	font-size:22px;
	margin-bottom: 25px;
	line-height: 1;
}

#sec02 .list01 .text {
	font-size:16px;
	line-height: 26px;
	margin-bottom: 20px;
}

#sec02 .manufacturer {
    justify-content: flex-start;
}

#sec02 .manufacturer li {
    font-size: 14px;
	border-radius: 50px;
	border:1px solid #A0A0A0;
	padding: 0 10px;
	margin-right: 8px;
}

#sec02 .list02 > div {
	width:50%;
	position: relative;
	padding-bottom: 30px;
}

#sec02 .list02 > div:nth-child(even) {
	padding-left: 30px;
}

#sec02 .list02 > div:nth-child(odd) {
	padding-right: 30px;
}

#sec02 .list02 > div:first-child,#sec02 .list02 > div:nth-child(2) {
	margin-bottom: 30px;
}

#sec02 .list02 > div:first-child:before,#sec02 .list02 > div:nth-child(2):before {
	content:"";
	position: absolute;
	bottom:0;
	border-bottom: 1px solid #000;
	width: calc(100% - 30px);
}

#sec02 .list02 > div:first-child:before {
	left:0;
}

#sec02 .list02 > div:nth-child(2):before {
	right:0;
}

#sec02 .list02 > div:first-child:after,#sec02 .list02 > div:nth-child(3):after {
	content:"";
	position: absolute;
	right:0%;
	top:0;
	border-right: 1px solid #000;
	height: calc(100% - 30px);
}

#sec03 {
	position: relative;
	background: -webkit-linear-gradient(right, #E1E1E1 93.75%, transparent 93.75%, transparent);
	background: linear-gradient(to left, #E1E1E1 93.75%, transparent 93.75%, transparent);
	padding: 215px 0 200px;
	margin-bottom: 230px;
}

#sec03:before{
	content:"NEW";
	position: absolute;
	color:#fff;
	font-size: 216px;
	font-style: italic;
	top: -157px;
    right: 30px;
}

#sec03:after {
	content:"";
	position: absolute;
	width: 95.31%;
	height: 5px;
	bottom:-15px;
	right: 0;
	background: #E1E1E1;
}

#sec03 .floorMap {
	margin-bottom: 190px;
}

#sec03 .floor {
	position: relative;
	margin-bottom: 150px;
}

#sec03 .floor.floor03 {
    margin-bottom: 290px;
}

#sec03 .floor.floor04 {
    margin-bottom: 0px;
}

#sec03 .textPhotoBox {
    max-width: 1540px;
    width: 100%;
    margin: 0 0 auto auto;
	position: relative;
	z-index: 1;
}

#sec03 .floor02 .textPhotoBox,#sec03 .floor04 .textPhotoBox {
    margin: 0 auto 0 0;
}

#sec03 .textPhotoBox > .flexBox,#sec03 .textPhotoBox > .flexBoxReverse {
	align-items: center;
}

#sec03 .textBox {
    width: 30%;
	max-width: 757px;
}

#sec03 .title {
    color: #454545;
    font-size: 22px;
    margin-bottom: 35px;
}

#sec03 .text {
    font-size: 16px;
    line-height: 2em;
}

#sec03 .textPhotoBox .text.mb35 {
    margin-bottom: 35px;
}

#sec03 .textPhotoBox .photo {
	max-width: 1040px;
	width: 67%;
}

#sec03 .textPhotoBox img {
	border-radius: 5px;
}

#sec03 .absolute {
	font-size: 160px;
	color:#EFEFEF;
	position: absolute;
	font-style: italic;
	z-index: 0;
}

#sec03 .floor01 .absolute {
	bottom: -19%;
	left: 6%;
}

#sec03 .floor02 .absolute {
	bottom: -19%;
	right: 0;
}

#sec03 .floor03 .absolute {
	bottom: -19%;
	left: 6.3%;
}

#sec03 .floor04 .absolute {
	bottom: -19%;
	right: 13%;
}

#sec03 .floor03 .flexBox:first-child {
	margin-bottom: 40px;
}

#sec03 .floor03 .flexBox.photo02 {
	justify-content: center;
}

#sec03 .floor03 .flexBox.photo02 div {
	margin-right: 40px;
}

#sec03 .floor03 .flexBox.photo02 .lastphoto {
    padding-top: 140px;
    margin-bottom: -140px;
	margin-right: 0;
}

#sec04 .flexBox {
	margin-bottom: 230px;
}

#sec04 .mapImage {
	width: 48%;
	max-width: 580px;
}

#sec04 .access {
	width: 48%;
	max-width: 520px;
}

#sec04 dt {
    border-top: 0.5px solid #282828;
	padding-top: 22px;
	color:#4C5870;
	font-size: 16px;
}

#sec04 dd {
	padding-bottom: 22px;
	font-size: 16px;
}

#sec04 dd:last-child {
    border-bottom: 0.5px solid #282828;
}

#sec04 .map {
	width: 100%;
	margin-bottom: 80px;
}

#sec04 .map iframe {
	width: 100%;
	height: 400px;
}

.breadWrap {
    margin: 10px auto 0;
	padding-bottom: 10px;
}

/*movieBox*/
.movieWrap{
	width: 90%;
	margin: auto;
}
.movieBox {
	margin: 0 auto 100px;
	width: 100%;
}
.youtube {
	position: relative;
	width: 100%;
	padding: 56.25% 0 0 0;
	margin: 10px auto;
}
.youtube iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



@media all and (max-width:767px) {
	
	.mainVisual {
		margin-bottom: 80px;
	}	
	
	.mainVisual h1 {
        font-size: 12vw;
        bottom: -26px;
    }
	
	.showroom h3 {
		font-size: 24px;
		margin-bottom: 30px;
	}
	
	#sec01 {
		padding-bottom: 80px;
	}
	
	#sec01 h2 {
        font-size: 20px;
		margin-bottom: 20px;
    }
	
	#sec01 .text {
		font-size: 14px;
		line-height: 2em;
	}
	
	#sec02 {
		background: -webkit-linear-gradient(left, #fff 96%, transparent 96%, transparent);
		background: linear-gradient(to right, #fff 96%, transparent 96%, transparent);
		padding: 80px 0 80px;
	}
	
	#sec02:before {
		width: 98%;
		height: 3px;
		top: -8px;
	}
	
	.showroom .subText {
		font-size: 14px;
		margin-bottom: 50px;
	}	
	
	#sec02 .floorMap {
		width: 90%;
		margin: 0 auto 60px;
	}
	
	#sec02 .list01 {
		margin-bottom: 30px;
	}

	#sec02 .list01 > div {
		width: 86%;
		margin: 0 auto 30px;
	}
	
	#sec02 .list01 > div:last-child {
		margin: 0 auto 0;
	}
	
	#sec02 .list01 .photo {
		margin-bottom: 15px;
	}
	
	#sec02 .list01 .title, #sec02 .list02 .title {
		font-size: 18px;
		margin-bottom: 15px;
	}
	
	#sec02 .list01 .text {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 15px;
	}

	#sec02 .manufacturer li {
		font-size: 12px;
		margin-bottom: 8px;
	}	

	#sec02 .list02 > div {
		width: 86%;
		margin: 0 auto 15px;
		border-bottom: 1px solid #000;
	}	
	
	#sec02 .list02 > div:last-child {
		border-bottom: none;
		padding: 0;
		margin-bottom: 0;
	}	
	
	#sec02 .list02 > div:nth-child(odd) {
		padding-right: 0;
	}
	
	#sec02 .list02 > div:first-child:before, #sec02 .list02 > div:nth-child(2):before {
		border: none;
	}	
	
	#sec02 .list02 > div:first-child:after, #sec02 .list02 > div:nth-child(3):after {
		border-right: none;
	}	
	
	#sec02 .text {
		font-size: 14px;
	}
	
	#sec02 .list02 > div:nth-child(even) {
		padding-left: 0;
	}
	
	#sec03 {
		position: relative;
		background: -webkit-linear-gradient(right, #E1E1E1 96%, transparent 96%, transparent);
		background: linear-gradient(to left, #E1E1E1 96%, transparent 96%, transparent);
		padding: 80px 0 80px;
		margin-bottom: 80px;
	}	
	
	#sec03:before {
		font-size: 80px;
		top: -35px;
		right: 20px;
	}	
	
	#sec03 .absolute {
		font-size: 12vw;
	}	
	
	#sec03 .floorMap {
		width: 90%;
		margin: 0 auto 60px;
	}
	
	#sec03 .textBox {
		width: 100%;
	}
	
	#sec03 .textPhotoBox .photo {
		width: 100%;
	}
	
	#sec03 .floor {
		width: 82%;
		margin: 0 auto 90px;
	}

	#sec03 .title {
		font-size: 18px;
		margin-bottom: 15px;
	}	

	#sec03 .text {
		font-size: 14px;
		line-height: 2em;
		margin-bottom: 30px;
	}	

	#sec03 .floor01 .absolute {
		bottom: -14%;
		left: -20px;
	}	
	
	#sec03 .floor02 .absolute {
		bottom: -10%;
		right: -6%;
	}
	
	#sec03 .floor03 .absolute {
        bottom: -5%;
        left: -17px;
    }	
	
	#sec03 .floor04 .absolute {
		bottom: -14%;
		right: -8%;
	}	

	.flexBoxReverse {
		flex-direction: column;
	}	

	#sec03 .textPhotoBox .text.mb35 {
		margin-bottom: 15px;
	}	

	#sec03 .floor03 .flexBox.photo02 .lastphoto {
		padding-top: 20px;
		margin: 0 0 0 40px;
	}	
	
	#sec03 .floor.floor03 {
		margin-bottom: 90px;
	}	
	
	#sec03:after {
		width: 98%;
		height: 3px;
		bottom: -8px;
	}

	.showroom #sec04 h3 {
		margin-bottom: 40px;
	}	
	
	#sec04 .mapImage {
		width: 80%;
		margin: 0 auto 50px;
	}	

	#sec04 .access {
		width: 90%;
		margin: 0 auto;
	}	

	#sec04 dt {
		padding-top: 15px;
		font-size: 14px;
		margin-bottom: 5px;
	}
	
	#sec04 dd {
		padding-bottom: 15px;
		font-size: 14px;
		line-height: 1.6em;
	}

	#sec04 .flexBox {
		margin-bottom: 80px;
	}	

    .breadWrap {
        margin: auto 20px 20px 20px;
    }	
	

}

@media all and (min-width:768px) and (max-width:1024px) {
	
	
	.mainVisual {
		margin-bottom: 100px;
	}	
	
	.mainVisual h1 {
		bottom: -44px;
		font-size: 70px;
	}	
	
	#sec01 h2 {
		font-size: 30px;
		margin-bottom: 20px;
	}
	
	#sec01 .text {
		font-size: 16px;
		line-height: 2em;
	}	

	#sec01 {
		padding-bottom: 80px;
	}	
	
	#sec02 {
		background: -webkit-linear-gradient(left, #fff 96%, transparent 96%, transparent);
		background: linear-gradient(to right, #fff 96%, transparent 96%, transparent);
		padding: 80px 0 80px;
	}
	
	#sec02:before {
		width: 98%;
		height: 3px;
		top: -8px;
	}
	
	.showroom h3 {
		text-align: center;
		font-size: 30px;
		line-height: 1;
		margin-bottom: 20px;
	}
	
	.showroom .subText {
		margin-bottom: 80px;
	}

	#sec02 .floorMap {
		margin: 0 auto 80px;
		width: 90%;
	}	
	
	#sec02 .list01,#sec02 .list02 {
		width: 92%;
		margin: 0 auto;
	}

	#sec02 .list01 .title, #sec02 .list02 .title {
		font-size: 18px;
		margin-bottom: 18px;
	}	
	
	#sec02 .manufacturer li {
		font-size: 12px;
		margin: 0 8px 8px 0;
	}	

	p.text {
		font-size: 16px;
	}	
	
	#sec03 {
		position: relative;
		background: -webkit-linear-gradient(right, #E1E1E1 96%, transparent 96%, transparent);
		background: linear-gradient(to left, #E1E1E1 96%, transparent 96%, transparent);
		padding: 80px 0 140px;
		margin-bottom: 80px;
	}	
	
	#sec03:before {
		font-size: 110px;
		top: -65px;
		right: 28px;
	}
	
	#sec03:after {
		width: 98%;
		height: 3px;
		bottom: -8px;
	}
	
	#sec03 .floorMap {
		margin: 0 auto 80px;
		width: 90%;
	}	
	
	#sec03 .textBox {
		width: 100%;
	}
	
	#sec03 .floor01 .textPhotoBox .photo,#sec03 .floor03 .textPhotoBox .photo {
		width: 80%;
		margin: 0 0 0 auto;
	}
	
	#sec03 .floor02 .textPhotoBox .photo,#sec03 .floor04 .textPhotoBox .photo {
        width: 80%;
        margin: 0 auto 0 0;
    }
	
	#sec03 .textPhotoBox,#sec03 .floor02 .textPhotoBox, #sec03 .floor04 .textPhotoBox {
		max-width: unset;
		width: 90%;
		margin: 0 auto;
	}	

	#sec03 .text {
		font-size: 16px;
		line-height: 2em;
		margin-bottom: 30px;
	}
	
	#sec03 .title {
		font-size: 18px;
		margin-bottom: 20px;
	}	

	#sec03 .absolute {
		font-size: 80px;
	}	
	
	#sec03 .floor {
		width: 96.48%;
		margin: 0 auto 100px;
	}
		
	#sec03 .floor01 .absolute {
        bottom: -16%;
        left: 2%;
    }
	
	.flexBoxReverse {
		flex-direction: column;
	}	

	#sec03 .floor02 .absolute {
		bottom: -16%;
		right: 0;
	}	
	
	#sec03 .floor03 .absolute {
        bottom: -6%;
        left: 3%;
    }
	
	#sec03 .floor04 .absolute {
		bottom: -16%;
		right: 0;
	}	

	#sec03 .textPhotoBox .text.mb35 {
		margin-bottom: 15px;
	}	

	#sec03 .floor03 .flexBox.photo02 .lastphoto {
		padding-top: 25px;
		margin: 0 0 0 auto;
	}	
	
	#sec03 .floor.floor03 {
		margin-bottom: 90px;
	}	
	
	#sec03 .floor03 .flexBox.photo02 div {
		margin-right: 0;
		width: 60%;
	}

	.showroom #sec04 h3 {
		margin-bottom: 70px;
	}
	
	#sec04 .flexBox {
		margin-bottom: 100px;
	}
	
	#sec04 .mapImage {
		width: 55%;
		max-width: unset;
		margin: 0 auto 40px;
	}	

	#sec04 .access {
		width: 80%;
		max-width: unset;
		margin: 0 auto;
	}
	
	.breadWrap {
		margin: 10px 10px 0;
	}	
	



}

@media all and (min-width:1025px) and (max-width:1539px)  {

	.mainVisual h1 {
		font-size: 11vw;
	}	
	
	#sec02 {
		background: -webkit-linear-gradient(left, #fff 95%, transparent 95%, transparent);
		background: linear-gradient(to right, #fff 95%, transparent 95%, transparent);
	}
	
	#sec02:before {
		width: 97%;
	}
	
	#sec02 .list01,#sec02 .list02 {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#sec02 .manufacturer li {
		margin-bottom: 8px;
	}	


	#sec03 {
		background: -webkit-linear-gradient(right, #E1E1E1 95%, transparent 95%, transparent);
		background: linear-gradient(to left, #E1E1E1 95%, transparent 95%, transparent);
	}	
		
	#sec03:after {
		width: 97%;
	}
		
	#sec03 .floorMap,#sec02 .floorMap {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
	}
	
	#sec03 .textBox {
        width: 44%;
        max-width: unset;
        padding: 0 3% 0 7%;
    }
	
	#sec03 .floor02 .textBox,#sec03 .floor04 .textBox {
        padding: 0 3% 0 3%;
    }
	
	#sec03 .textPhotoBox .photo {
		max-width: unset;
		width: 56%;
	}	
	
	#sec03 .absolute {
		font-size: 7.6vw;
	}	
	
	#sec03 .floor04 .absolute {
		bottom: -22%;
	}	
	
	#sec03 .textPhotoBox,#sec03 .floor02 .textPhotoBox, #sec03 .floor04 .textPhotoBox {
		margin: 0 auto 0;
	}
	
	#sec03 .floor03 .flexBox.photo02 {
		justify-content: center;
	}	
	
	/*movieBox*/
	.movieWrap{
		max-width: 1160px;
		margin: auto;
	}
	.movieBox {
		margin: 0 auto 200px;
		width: 60%;
	}

}

@media all and (min-width:1540px) and (max-width:1700px)  {

	#sec02 {
		background: -webkit-linear-gradient(left, #fff 95%, transparent 95%, transparent);
		background: linear-gradient(to right, #fff 95%, transparent 95%, transparent);
	}
	
	#sec02:before {
		width: 97%;
	}
	
	#sec03 {
		background: -webkit-linear-gradient(right, #E1E1E1 95%, transparent 95%, transparent);
		background: linear-gradient(to left, #E1E1E1 95%, transparent 95%, transparent);
	}	
		
	#sec03:after {
		width: 97%;
	}
		
	#sec03 .textBox {
        width: 44%;
        max-width: unset;
        padding: 0 3% 0 7%;
    }
	
	#sec03 .floor02 .textBox,#sec03 .floor04 .textBox {
        padding: 0 3% 0 3%;
    }
	
	#sec03 .textPhotoBox .photo {
		max-width: unset;
		width: 56%;
	}	
	
	/*movieBox*/
	.movieWrap{
		max-width: 1160px;
		margin: auto;
	}
	.movieBox {
		margin: 0 auto 200px;
		width: 60%;
	}

}


@media all and (min-width: 1700px) {
	/*movieBox*/
	.movieWrap{
		max-width: 1160px;
		margin: auto;
	}
	.movieBox {
		margin: 0 auto 200px;
		width: 60%;
	}
}

@media all and (min-width:1921px) {
	#sec03 .floor03 .flexBox.photo02 {
		justify-content: flex-start;
	}	
	
	#sec03 .textPhotoBox {
		margin: 0 auto;
	}

	#sec03 .floor02 .textPhotoBox,#sec03 .floor04 .textPhotoBox {
		margin: 0 auto 0;
	}
	


}