@charset "UTF-8";

hgroup
{
	text-align: left;
	margin: 0 auto;
}

hgroup p
{
	margin-bottom: 0;
}

.sale .page-titleimg
{
	background-image: url(../img/sale/sale-top.webp);
	background-position: center bottom
}


@media screen and (max-width:500px)
{
	.sale .page-titleimg
	{
		background-image: url(../img/sale/sale-top-sp.webp)
	}
}

.sale .search h2
{
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	color: var(--bl);
}

.sale .search h2 img
{
	width: 40px;
	margin-right: 10px;
}

.sale .list
{
	background: var(--lbl);
	padding: 60px 0;
	margin-top: 20px
}

.sale .list .container
{
	max-width: 1000px
}

.sale .list .item
{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px
}

.sale .list .item li
{
	position: relative;
	background: #fff;
	width: 23.5%;
	margin-right: 2%;
	margin-bottom: 20px
}

.sale .list .item li:nth-child(4n)
{
	margin-right: 0
}

.sale .list .item .items.is-hidden
{
	display: none
}

.sale .item li .new,
.sale .item li .down
{
	position: absolute;
	content: '';
	top: 5px;
	right: 5px;
	width: 60px;
	height: 25px;
	line-height: 25px;
	background-color: var(--red);
	font-size: 1.2rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	letter-spacing: .1em;
	display: block
}

.sale .list .item li .contract
{
	position: absolute;
	content: '';
	top: 70px;
	left: 0;
	right: 0;
	margin: auto;
	width: 100px;
	height: 30px;
	line-height: 30px;
	background-color: rgba(0, 0, 0, .6);
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	display: block
}

.sale .list .item li a:hover
{
	opacity: 1
}

.sale .list .item li .img:hover
{
	opacity: .9
}

.sale .list .item li img
{
	width: 100%;
	height: 160px;
	object-fit: cover
}

.sale .list .item li img.campaign
{
	position: absolute;
	top: 138px;
	left: 0;
	right: 0;
	margin: auto;
	width: 177.73px;
	height: 29.03px;
}

.sale .list .item li .detail
{
	padding: 10px
}

.sale .list .item li .detail p.classification
{
	display: inline-block;
	border: 1px solid #000;
	font-size: 1.1rem;
	letter-spacing: 0;
	padding: 0 6px
}

.sale .list .item li .detail h3
{
	font-size: 1.4rem;
	line-height: 1.3;
	font-weight: 500;
	padding-top: .5em;
	padding-bottom: .5em
}

.sale .list .item li .detail h3:hover
{
	text-decoration: underline
}

.sale .list .item li .adress
{
	font-size: 1.15rem;
	line-height: 1.5;
}

.sale .list .item li .price
{
	font-size: 1.6rem;
	color: var(--bl);
	font-weight: 500;
}

.sale .list .item li .price span
{
	font-size: 1.2rem;
	color: var(--bl);
	font-weight: 400;
}

.sale .list .item li .tag
{
	margin-top: 5px;
	line-height: 1.1;
}

.sale .list .item li .tag a
{
	font-size: 1.1rem;
	display: inline-block;
	letter-spacing: 0;
	margin-right: .8em;
	margin-bottom: 5px;
	color: #959c95;
	text-decoration: underline;
}

.sale .list .item p.none
{
	width: 100%;
	text-align: center;
	font-size: 1.6rem;
	font-weight: 500;
}

.sale .list .category
{
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	margin-top: 20px;
}

.sale .list .category li
{
	margin-right: 1.4%;
	background: #fff;
	border: 1px solid var(--bl);
	margin-bottom: 10px;
	border-radius: 4px;
}

.sale .list .category li.current
{
	background: var(--bl);

}

.sale .list .category li a
{
	padding: 6px 15px;
	text-align: center;
	color: var(--bl);
}

.sale .list .category li.current a
{
	color: #fff
}

.sale .list .category li a span
{
	font-size: 12px;
	display: inline-block;
	background: var(--lbl);
	color: var(--bl);
	padding: 1px 3px;
	text-align: center;
	line-height: 1
}

.search .more.is-btn-hidden
{
	display: none
}

.search .more button
{
	cursor: pointer;
	outline: none;
	padding: 0;
	height: 70px;
	width: 70px;
	margin: 0 auto;
	display: block
}

.search .list-item .item li.is-hidden
{
	display: none
}

#item p.cat
{
	font-size: 2rem;
	font-weight: 500;
	padding-bottom: .8em;
	color: var(--bl);
	text-align: center;
}

.research
{
	margin-top: 100px;
}

@media screen and (max-width:999px)
{
	.sale .search h2
	{
		font-size: 1.8rem
	}

	.sale .search h2 img
	{
		width: 30px;
	}

	.sale .list
	{
		top: 40px;
		padding: 32px 0;
		margin-top: 10px
	}

	.sale .list .item
	{
		justify-content: space-between
	}

	.sale .list .item li
	{
		width: 48%;
		margin-right: 0
	}

	.sale .list .item li .contract
	{
		top: 35px;
		width: 90px;
		height: 30px;
		line-height: 30px;
		font-size: 1.4rem
	}

	.search .list-item .item li .new
	{
		width: 40px;
		height: 20px;
		line-height: 20px;
		font-size: 1.1rem
	}

	.search .list-item .item li .contract
	{
		top: 35px;
		width: 90px;
		height: 30px;
		line-height: 30px;
		font-size: 1.4rem
	}

	.sale .item li .new,
	.sale .item li .down
	{
		width: 40px;
		height: 20px;
		line-height: 20px;
		font-size: 1.1rem
	}

	.sale .list .item li img
	{
		height: 110px
	}

	.sale .list .item li img.campaign
	{
		width: 131.5px;
		height: 21.48px;
		top: 95px;
	}

	.sale .list .category li a
	{
		font-size: 13px;
		padding: 3px 5px 1px;
		letter-spacing: 0
	}

	.sale .list .category li a span
	{
		font-size: 11px;
		display: inline-block;
		text-align: center;
		line-height: 1
	}

	.sale .list .item p.none
	{
		font-size: 1.5rem;
	}

	.research
	{
		margin-top: 50px;
	}
}

#saleItem
{
	padding-top: 37px;
	padding-bottom: 90px
}

#saleItem .head-area
{
	margin: 0 auto 20px;
	padding: 0 30px
}

#saleItem .head-area p
{
	font-size: 2rem;
	text-align: left;
	padding-bottom: 3px;
}

#saleItem h1
{
	font-size: 2.2rem;
	font-weight: 500;
	color: var(--bl);
	display: block;
	width: 100%;
	background: #fff;
	padding: 0;
	text-align: center;
}

#saleItem h1 span.property
{
	display: inline-block;
	border: 1px solid #222;
	color: #222;
	padding: 2px 0.5em;
	font-size: 1.4rem;
	margin-right: 0.5em;
}

#saleItem h1 span.new
{
	display: inline-block;
	background: var(--red);
	color: #fff;
	padding: 2px 0.5em;
	font-size: 1.6rem;
	margin-right: 0.5em;
}

#saleItem h1 span.down
{
	display: inline-block;
	background: var(--red);
	color: #fff;
	padding: 3px 0.5em;
	font-size: 1.4rem;
	margin-right: 0.5em;
}

#saleItem .head-area .contract
{
	display: block;
	background: var(--bl);
	color: #fff;
	font-size: 1.3rem;
	padding: 2px 15px;
	width: 80px;
	text-align: center;
	margin: 0 auto 15px;
}

#saleItem .head-area .head-block
{
	margin: 20px auto 14px;
}

#saleItem .head-area hgroup p
{
	font-weight: 400;
	text-align: center;
	font-size: 1.6rem;
	padding-bottom: 20px;
}

#saleItem .head-area hgroup p .property
{
	display: inline-block;
	border: 1px solid #222;
	color: #222;
	padding: 4px 1em;
	font-size: 0.8em;
	margin-right: 1em;
}

#saleItem .head-area .head-block dl
{
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 5px
}

#saleItem .head-area .head-block dd
{
	margin-right: 15px
}

#saleItem .head-area .head-block dd a
{
	text-decoration: underline
}

#saleItem .feature-icon
{
	margin-bottom: 30px;
}

#saleItem .feature-icon ul
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

#saleItem .feature-icon li
{
	width: 50px;
	margin: 0 5px;
}

@media screen and (max-width:999px)
{
	#saleItem
	{
		padding-top: 20px;
		padding-bottom: 50px
	}

	#saleItem .head-area
	{
		margin: 0 auto 15px;
		padding: 0
	}

	#saleItem .head-area hgroup p
	{
		font-size: 1.4rem;
		margin-top: 0;
		padding-bottom: 10px;
	}

	#saleItem .head-area hgroup h1
	{
		font-size: 1.6rem;
		line-height: 1.7
	}

	#saleItem .head-area .contract
	{
		font-size: 1.3rem;
		padding: 2px 10px;
		margin: 0 auto 15px
	}

	#saleItem .head-area .head-block
	{
		margin: 1em auto 2em;
		max-width: 100%;
	}

	#saleItem .head-area .head-block dl
	{
		line-height: 1.8
	}

	#saleItem .head-area .head-block dt
	{
		width: 100%
	}

	#saleItem .head-area .head-block dl.train dt
	{
		width: 100%;
	}

	#saleItem .head-area .head-block dd
	{
		width: 100%;
		margin-right: 0
	}

	#saleItem .head-area .head-block dl.train dd
	{
		width: 100%;
	}

	#saleItem .feature-icon
	{
		margin-bottom: 20px;
	}

	#saleItem .feature-icon ul
	{
		justify-content: baseline;
	}

	#saleItem .feature-icon li
	{
		margin: 0 5px 10px;
	}
}

#saleItem .free
{
	background: #fff;
	margin: 0 auto;
	padding: 0 30px;
	font-size: 1.6rem
}

#saleItem .free h2
{
	display: flex;
	border-bottom: 1px solid var(--bl);
	color: var(--bl);
	font-size: 2.2rem;
	font-weight: 500;
	justify-content: space-between;
	padding-bottom: 5px;
	padding-top: 30px;
	margin-bottom: 15px
}

#saleItem .free h3
{
	position: relative;
	padding: 1em 0 0.5em;
	font-size: 1.3em;
	font-weight: 500;
	color: var(--bl);
	padding-left: 1.2em;
}

#saleItem .free h3::before
{
	position: absolute;
	content: '';
	left: 0;
	bottom: 27%;
	width: 0.9em;
	height: 0.8em;
	background-image: url(../img/building/icon-h3.svg);
	background-repeat: no-repeat;
}

#saleItem .free p
{
	font-size: 1.6rem;
	line-height: 1.9;
	padding-bottom: .5em
}

#saleItem .free h4
{
	font-weight: 500;
	font-size: 1.1em;
	padding: 0.5em 0 0.5em;
	color: var(--bl);
}

#saleItem .free a
{
	display: inline;
	text-decoration: underline;
	color: var(--bl);
}

#saleItem .free ul
{
	list-style: disc;
	margin-left: 1.2em;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
}

#saleItem .free li
{
	padding-bottom: 0.5em;
	line-height: 1.5;
}

#saleItem .free img
{
	width: 30%
}

@media screen and (max-width:999px)
{
	#saleItem .free
	{
		padding: 0
	}

	#saleItem .free h2
	{
		margin-top: 10px;
	}

	#saleItem .free h3::before
	{
		bottom: auto;
		top: 1.5em
	}

	#saleItem .free p
	{
		line-height: 1.7;
		font-size: 1.5rem
	}

	#saleItem .point .img
	{
		display: none
	}
}

#saleItem .plan .container
{
	padding: 0 30px;
}

#saleItem .plan h2
{
	display: flex;
	border-bottom: 1px solid var(--bl);
	color: var(--bl);
	font-size: 2.2rem;
	font-weight: 500;
	justify-content: space-between;
	padding-bottom: 5px;
	padding-top: 30px;
	margin-bottom: 15px;
}

#saleItem .plan .hazard
{
	display: flex;
	flex-wrap: wrap;

}

#saleItem .plan .hazard .item
{
	width: 25%;
}

@media screen and (max-width:999px)
{
	#saleItem .plan .container
	{
		padding: 0;
	}

	#saleItem .plan h2
	{
		margin-top: 10px;
	}

	#saleItem .plan .hazard .item
	{
		width: 50%;
	}
}


#saleItem .plan h2
{}

#saleItem .mddle_contact
{
	margin: 4em auto 4em;
	background: var(--bl);
	padding: 40px 0 30px;
	text-align: center;
}

#saleItem .for-contact
{
	position: relative;
	background: #FFDC26;
	color: var(--bl);
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	width: 352px;
	height: 77px;
	margin: 0 auto 0.5em;
	padding-right: 1em;
}

#saleItem .for-contact::after
{
	position: absolute;
	content: '';
	top: 30%;
	right: 20px;
	width: 28px;
	height: 28px;
	background-image: url(../img/building/arrow-down-bl.svg);
	background-repeat: no-repeat;
	background-size: contain;
}

#saleItem .mddle_contact .txt
{
	color: #fff;
}

@media screen and (max-width:999px)
{
	#saleItem .mddle_contact
	{
		padding: 20px 0;
	}

	#saleItem .mddle_contact .for-contact
	{
		width: 320px;
		height: 60px;
		padding: 15px 5px;
		font-size: 1.8rem;
		margin: 1em auto;
	}

	#saleItem .for-contact::after
	{
		width: 20px;
		height: 20px;
		top: 35%;
	}
}

#saleItem .basic-area
{
	padding-bottom: 50px
}

#saleItem .basic-area h2
{
	position: relative;
	display: block;
	width: 6em;
	margin: 0 auto 50px;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	color: var(--bl);
}

#saleItem .basic-area h2::before
{
	position: absolute;
	content: '';
	top: 49%;
	left: -30px;
	width: 30px;
	height: 1px;
	background: var(--bl);
}

#saleItem .basic-area h2::after
{
	position: absolute;
	content: '';
	top: 49%;
	right: -30px;
	width: 30px;
	height: 1px;
	background: var(--bl);
}

#saleItem .basic-area h3
{
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 15px
}

#saleItem .basic-area h3.pt
{
	padding-top: 40px
}

#saleItem .basic-area h3 img
{
	width: 18px;
	height: 18px;
	margin-right: .5em
}

#saleItem .basic-area .basic
{
	padding: 0 30px
}

#saleItem .basic-area .basic .block
{
	width: 100%;
	padding-left: 150px;
	font-size: 1.6rem
}

#saleItem .basic-area .basic .block dl
{
	display: flex;
	margin-bottom: 1em;
	font-size: 1.6rem
}

#saleItem .basic-area .basic .block dt
{
	width: 20%
}

#saleItem .basic-area .basic .block dd
{
	width: 80%
}

#saleItem .basic-area .basic .btn-area
{
	text-align: center;
	margin-top: 70px
}

#saleItem .basic-area .basic .btn-area p
{
	position: relative;
	display: block;
	width: 22em;
	margin: 0 auto 1em;
	font-size: 1.6rem
}

#saleItem .basic-area .basic .btn-area p::before
{
	position: absolute;
	content: '/';
	top: 0;
	left: -1em;
	font-size: 2rem;
	transform: rotateY(180deg)
}

#saleItem .basic-area .basic .btn-area p::after
{
	position: absolute;
	content: '/';
	top: 0;
	right: -1em;
	font-size: 2rem
}

#saleItem .basic-area .basic .btn-area .btn-bk
{
	margin-top: 0
}

#saleItem .basic-area .kukaku ul
{
	display: flex
}

@media screen and (max-width:999px)
{
	#saleItem .basic-area
	{
		padding-bottom: 25px
	}

	#saleItem .basic-area h2
	{
		font-size: 2rem;
		margin-bottom: 20px
	}

	#saleItem .basic-area h3
	{
		font-size: 1.6rem
	}

	#saleItem .basic-area h3.pt
	{
		padding-top: 20px
	}

	#saleItem .basic-area h3 img
	{
		width: 15px;
		height: 15px
	}

	#saleItem .basic-area .basic
	{
		padding: 0
	}

	#saleItem .basic-area .basic .btn-area p
	{
		font-size: 1.3rem;
		letter-spacing: 0
	}

	#saleItem .basic-area .btn-bk
	{
		font-size: 1.4rem
	}

	#saleItem .basic-area .btn-bk::after
	{
		width: 14px;
		height: 14px;
		background-size: cover;
		top: 35%
	}

	#saleItem .basic-area .basic .block
	{
		width: 100%;
		padding-left: 0;
		font-size: 1.4rem
	}

	#saleItem .basic-area .basic .block dl
	{
		display: block;
		font-size: 1.4rem
	}

	#saleItem .basic-area .basic .block dt,
	#saleItem .basic-area .basic .block dd
	{
		width: 100%
	}

	#saleItem .basic-area .basic .btn-area
	{
		margin-top: 40px
	}
}

#saleItem .access
{
	padding: 20px 0 60px
}

#saleItem .access h2
{
	position: relative;
	display: block;
	width: 6em;
	margin: 0 auto 50px;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	color: var(--bl);
}

#saleItem .access h2::before
{
	position: absolute;
	content: '';
	top: 49%;
	left: -30px;
	width: 30px;
	height: 1px;
	background: var(--bl);
}

#saleItem .access h2::after
{
	position: absolute;
	content: '';
	top: 49%;
	right: -30px;
	width: 30px;
	height: 1px;
	background: var(--bl);
}

#saleItem .access .block
{
	display: flex;
	justify-content: space-between;
	font-size: 1.6rem;
	padding: 0 30px
}

#saleItem .access .block .map
{
	width: 40%
}

#saleItem .access .block .map iframe
{
	width: 100%;
	height: 250px
}

#saleItem .access .block .txt
{
	width: 55%;
	font-size: 1.4rem
}

#saleItem .access .block .txt .around
{
	margin-top: 20px
}

#saleItem .access .block .txt .around p
{
	line-height: 2;
	font-size: 1.4rem
}

@media screen and (max-width:999px)
{
	#saleItem .access
	{
		padding: 10px 0 20px
	}

	#saleItem .access h2
	{
		font-size: 2rem;
		margin-bottom: 25px
	}

	#saleItem .access .block
	{
		display: block;
		padding: 0
	}

	#saleItem .access .block .map
	{
		width: 100%;
		height: auto;
		margin-bottom: 10px
	}

	#saleItem .access .block .map iframe
	{
		height: 200px;
	}

	#saleItem .access .block .txt
	{
		width: 100%
	}

	#saleItem .access .block .txt .around p
	{
		line-height: 1.7
	}

}

#saleItem .recommend .block
{
	padding: 0 30px
}

#saleItem .recommend h2
{
	position: relative;
	display: block;
	width: 11em;
	margin: 0 auto 50px;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	color: var(--bl);
}

#saleItem .recommend h2::before
{
	position: absolute;
	content: '';
	top: 49%;
	left: -30px;
	width: 30px;
	height: 1px;
	background: var(--bl);
}

#saleItem .recommend h2::after
{
	position: absolute;
	content: '';
	top: 49%;
	right: -30px;
	width: 30px;
	height: 1px;
	background: var(--bl);
}

#saleItem .recommend h3
{
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 5px
}

#saleItem .recommend h3 img
{
	width: 18px;
	height: 18px;
	margin-right: .5em
}

#saleItem .recommend ul
{
	display: flex;
	flex-wrap: wrap
}

#saleItem .recommend ul li
{
	display: block;
	width: 32%;
	margin-right: 2%;
	margin-bottom: 15px;
	font-size: 1.4rem
}

#saleItem .recommend ul li:nth-child(3n)
{
	margin-right: 0
}

#saleItem .recommend ul li img
{
	width: 100%;
	height: 190px;
	object-fit: cover;
	margin-bottom: 5px
}

@media screen and (max-width:999px)
{
	#saleItem .recommend ul
	{
		justify-content: space-between
	}

	#saleItem .recommend ul li
	{
		width: 48%;
		margin-right: 0;
		line-height: 1.5
	}

	#saleItem .recommend h2
	{
		font-size: 2rem;
		margin-bottom: 25px
	}

	#saleItem .recommend h3
	{
		font-size: 1.6rem
	}

	#saleItem .recommend .block
	{
		padding: 0
	}

	#saleItem .recommend ul li img
	{
		height: 100px;
	}
}

.swiper .swiper-slide
{
	opacity: .3;
	/* 左右のスライドを薄くする */
	/*transform: scale(.8);*/
	/* 左右のスライドを小さくする */
	/*transition: .7s;*/
	/* ゆっくり小さくさせる */
}

.swiper .swiper-slide a
{
	text-align: center;
	border: 1px solid #c9c9c9;
}

.swiper .swiper-slide img
{
	height: 380px;
	width: auto;
}

.swiper .swiper-slide-active
{
	opacity: 1;
	/* 中央のスライドは薄くしない */
	transform: scale(1);
	/* 中央のスライドは小さくしない */
	z-index: 1;
	/* 中央のスライドを一番上にする */
}

.gallery
{
	margin-bottom: 25px;
}

.swiper .swiper-slide img
{
	height: 130px;
	width: auto;
}

/*サムネイル*/
.gallery .container
{
	overflow-x: scroll;
	margin-top: 15px;
}

.no-gallery
{
	display: block;
	margin: 0 auto;
	width: 400px;
	height: 350px;
	object-fit: cover;
}

@media screen and (max-width:999px)
{
	.gallery
	{
		padding: 0;
		margin-bottom: 25px
	}

	.no-gallery
	{
		width: 85%;
		height: 200px;
	}
}

.swiper-container .swiper-slide
{
	padding: 0 2px;
}

.swiper-container .swiper-slide img
{
	height: 50px;
	width: 100%;
	object-fit: cover;
}

.slider-thumbnail .swiper-slide
{
	opacity: .4;
	transition: opacity .8s;
}

.slider-thumbnail .swiper-slide.swiper-slide-thumb-active
{
	opacity: 1;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev,
.swiper-button-next
{
	height: 35px;
	width: 35px;
}

.swiper-button-prev
{
	right: auto;
	left: 7%;
}

.swiper-button-next
{
	right: 7%;
	left: auto;
}

/* 前へ次への矢印カスタマイズ */
.swiper-button-prev::after,
.swiper-button-next::after
{
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	height: 35px;
	margin: auto;
	width: 35px;
}

/* 前への矢印カスタマイズ */
.swiper-button-prev::after
{
	background-image: url(../img/common/arrow-slider-left.png);
}

/* 次への矢印カスタマイズ */
.swiper-button-next::after
{
	background-image: url(../img/common/arrow-slider-right.png);
}

/* 画像サイズ調整 */
.swiper-slide img
{
	height: auto;
	width: 100%;
}

@media (min-width:500px)
{
	.swiper-container .swiper-slide img
	{
		height: 60px;
	}
}

@media (min-width:737px)
{
	.gallery
	{
		margin-bottom: 50px;
	}

	.swiper .swiper-slide img
	{
		height: 380px;
		width: auto;
	}

	/* 前へ次への矢印カスタマイズ */
	.swiper-button-prev,
	.swiper-button-next
	{
		height: 42px;
		width: 42px;
	}

	.swiper-button-prev::after,
	.swiper-button-next::after
	{
		height: 42px;
		width: 42px;
	}

	.swiper-button-prev
	{
		right: auto;
		left: 15%;
	}

	.swiper-button-next
	{
		right: 15%;
		left: auto;
	}

	/*サムネイル*/
	.gallery .container
	{
		margin-top: 30px;
	}

	.swiper-container .swiper-slide
	{
		padding: 0 5px;
	}

	.swiper-container .swiper-slide img
	{
		height: 90px;
		width: 100%;
		object-fit: cover;
	}
}

@media (min-width:1600px)
{
	.swiper-slide img
	{
		height: 490px;
		width: auto;
	}
}

.modaal-wrapper .modaal-close
{
	position: absolute;
	top: -50px;
	right: 0
}

@media (min-width:737px)
{
	.modaal-wrapper .modaal-close
	{
		top: 40%;
		right: -60px
	}

	.modaal-image .modaal-container
	{
		width: 80%;
		height: auto
	}

	.modaal-image .modaal-inner-wrapper
	{
		padding-top: 150px
	}
}

#modelroom
{
	margin: 100px auto;
}

@media (max-width:500px)
{
	#modelroom
	{
		margin: 50px auto;
	}

	.swiper .swiper-slide img
	{
		height: 200px;
	}
}