@charset "UTF-8";

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

hgroup p
{
	margin-bottom: 0;
}

.page-titleimg
{
	background-image: url(../img/building/top.webp)
}

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

.build-list .about
{
	text-align: center;
	padding: 0 0 55px;
}

.build-list .about h2
{
	font-size: 2.5rem;
	font-weight: 500;
	padding-bottom: 40px
}

.build-list .about p
{
	padding-bottom: .8em;
	line-height: 1.9;
	font-size: 1.7rem
}

.build-list .btn-bk
{
	margin: 18px auto 0
}

@media screen and (max-width:999px)
{
	.build-list .about
	{
		padding: 0;
	}

	.build-list .about h2
	{
		font-size: 1.8rem;
		padding-bottom: 15px
	}

	.build-list .about p
	{
		font-size: 1.5rem
	}

	.build-list .btn-bk
	{
		margin: 9px auto 0
	}
}

.search
{
	margin-bottom: 70px;
	background: var(--lbl);
	padding-top: 50px;
}

.search h2
{
	font-size: 2.5rem;
	font-weight: 500;
	color: var(--bl);
	display: flex;
	align-items: center;
	justify-content: center;
}

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

.search .container
{
	max-width: 1000px
}

.search .list-item
{
	padding: 45px 0;
	clear: both;
	width: 100%;
	overflow: hidden;
	z-index: -1
}

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

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

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

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

.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
}

.search .list-item .item li .new
{
	position: absolute;
	content: '';
	top: 0;
	right: 0;
	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
}

.search .list-item .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
}

.search .list-item .item li a:hover
{
	opacity: 1
}

.search .list-item .item li .img:hover
{
	opacity: .9
}

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

.search .list-item .item li .detail
{
	padding: 10px
}

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

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

.search .list-item .item li .adress
{
	font-size: 1.15rem;
	color: #000
}

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

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

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

.search .list-item .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
}

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

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

.search .list-item .category li
{
	margin-right: 1.4%;
	background: #fff;
	margin-bottom: 10px
}

.search .list-item .category li a
{
	padding: 6px 15px;
	text-align: center;
	color: var(--bl);
	background: #fff;
	border: 1px solid var(--bl);
	border-radius: 4px;
}

.search .list-item .category li.current a
{
	color: #fff;
	background: var(--bl);
	border-radius: 4px;
}

.search .list-item .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
}

.research
{
	margin-top: 100px;
}

.research h2
{
	margin-bottom: 30px;
}

@media screen and (max-width:999px)
{
	.search
	{
		margin-top: 40px;
		margin-bottom: 35px
	}

	.search h2
	{
		text-align: center;
		justify-content: center;
		font-size: 2rem;
		padding-bottom: 15px;
		margin-bottom: 0
	}

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

	.search .list-item
	{
		padding: 0 0 20px
	}

	.search .list-item .category
	{
		margin-bottom: 10px;
	}

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

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

	.search .list-item .cat
	{
		font-size: 1.7rem;
		padding-bottom: .5em;
		color: var(--bl);
	}

	.search .list-item .item
	{
		justify-content: space-between;
		margin-bottom: 0
	}

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

	.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
	}

	.search .list-item .item li img
	{
		height: 90px
	}

	.search .list-item .category li
	{
		margin-right: 10px
	}

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

.build-list .detail-more .flex
{
	display: flex;
	justify-content: space-between
}

.build-list .detail-more .flex a
{
	display: block;
	width: 47%
}

.build-list .detail-more .flex a figcaption
{
	position: absolute;
	top: -60px;
	left: 0;
	right: 0;
	margin: auto;
	width: 340px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: var(--brown-d);
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff
}

.build-list .detail-more .flex a img
{
	margin-bottom: 8px
}

.build-list .detail-more .bottom
{
	width: 704.02px;
	margin: 0 auto
}

@media screen and (max-width:999px)
{
	.build-list .detail-more .flex
	{
		flex-wrap: wrap
	}

	.build-list .detail-more .flex a
	{
		width: 100%
	}

	.build-list .detail-more .flex a img
	{
		width: 100%
	}
}

#modelroom
{
	margin-bottom: 100px;
}

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

#buildItem
{
	padding-top: 37px;
	padding-bottom: 150px
}

#buildItem hgroup
{
	display: block;
	width: 100%;
}

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

#buildItem .info
{
	position: relative;
	display: block;
	margin: 0 30px 30px;
	background: var(--green);
	color: #fff;
	font-size: 1.7rem;
	padding: 1em 1em;
	text-align: center;
	text-decoration: underline
}

#buildItem .info::after
{
	position: absolute;
	content: '';
	left: 0;
	right: 0;
	margin: auto;
	bottom: -12px;
	width: 32px;
	height: 12px;
	background-image: url(../img/building/arrow-info.svg);
	background-size: cover
}

@media screen and (max-width:999px)
{
	#buildItem .info
	{
		margin: 0 auto 15px;
		font-size: 1.5rem;
		text-align: left;
		line-height: 1.4
	}
}

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

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

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

#buildItem .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;
}

#buildItem .head-area .head-block
{
	margin: 20px 0 14px
}

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

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

#buildItem .head-area .head-block dt
{
	font-weight: 400
}

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

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

@media screen and (max-width:999px)
{
	#buildItem .head-area
	{
		margin: 0 auto 15px;
		padding: 0
	}

	#buildItem .head-area hgroup p
	{
		font-size: 1.4rem;
		margin-top: 0;
	}

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

	#buildItem .head-area .contract
	{
		font-size: 1.1rem;
		padding: 2px 10px;
		margin: 0 auto 5px
	}

	#buildItem .head-area .head-block
	{
		margin: 15px 0
	}

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

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

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

.gallery
{
	padding: 0 30px;
	margin-bottom: 70px
}

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

#buildItem .vr
{
	padding: 0 30px;
	margin-bottom: 50px
}

#buildItem .vr h2
{
	font-size: 2rem;
	font-weight: 500;
	text-align: center;
	background: var(--lbl);
	color: var(--bl);
	margin-top: 40px
}

#buildItem .vr iframe
{
	width: 100%;
	height: 500px
}

@media screen and (max-width:999px)
{
	#buildItem .vr
	{
		width: 85%;
		padding: 0;
		margin-bottom: 20px
	}

	#buildItem .vr h2
	{
		font-size: 1.5rem;
		margin-top: 20px
	}

	#buildItem .vr div
	{
		padding: 0
	}

	#buildItem .vr iframe
	{
		height: 50vw
	}
}

.youtube
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	padding: 0 30px
}

.youtube h2
{
	font-size: 1.6rem;
	font-weight: 500
}

.youtube .item
{
	width: 30%;
	margin: 0 1.5% 40px
}

.youtube .item iframe
{
	width: 100%;
	height: 160px
}

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

	.youtube h2
	{
		font-size: 1.4rem
	}

	.youtube .item
	{
		width: 100%;
		margin: 0 0 24px
	}

	.youtube .item iframe
	{
		width: 100%;
		height: 50vw
	}
}

#buildItem .point
{
	background: #fff;
	display: flex;
	justify-content: space-between;
	margin: 45px auto 0;
	padding: 0 30px
}

#buildItem .point .img
{
	position: relative;
	width: 273px;
	padding: 5px 30px 0 0
}

#buildItem .point .img .staff
{
	width: 100%;
	height: 200px;
	object-fit: cover
}

#buildItem .point .img a
{
	position: absolute;
	top: 170px;
	right: 40px;
	font-size: 1.3rem;
	color: #fff;
	font-weight: 500
}

#buildItem .point .img a span
{
	display: flex;
	align-items: center
}

#buildItem .point .img a span img
{
	width: 11px;
	margin-left: 3px
}

#buildItem .point .txt
{
	width: 100%
}

#buildItem .point .txt .top
{
	display: flex;
	border-bottom: 1px solid var(--bl);
	color: var(--bl);
	font-size: 2rem;
	font-weight: 500;
	justify-content: space-between;
	align-items: baseline;
	padding-bottom: 5px;
	margin-bottom: 15px
}

#buildItem .point .txt .top p
{
	font-size: 1.6rem;
	color: #504e4e;
	font-weight: 400
}

#buildItem .point .txt .bottom
{
	font-size: 1.5rem
}

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

	#buildItem .point .txt .top h2
	{
		font-size: 1.8rem
	}

	#buildItem .point .txt .top p
	{
		font-size: 1.35rem;
		text-align: right
	}
}

#buildItem .model
{
	background: #fff;
	padding: 0 30px;
}

#buildItem .model a
{
	background: var(--bl);
	padding: 0.8em 0;
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
	margin-top: 1em;
}

@media screen and (max-width:999px)
{
	#buildItem .model
	{
		padding: 0;
	}

	#buildItem .model a
	{
		padding: 0.8em 0;
		font-size: 1.4rem;
		margin-top: 0;
		letter-spacing: 0;
	}
}

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

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

#buildItem .free h3
{
	padding-top: 20px
}

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

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

#buildItem .free li
{
	padding-bottom: 1em
}

#buildItem .free img
{
	width: 30%
}

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

	#buildItem .free h2
	{
		font-size: 1.8rem
	}

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

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

#buildItem .plan
{
	padding: 50px 3%;
	margin: 30px auto 50px
}

@media screen and (max-width:999px)
{
	#buildItem .plan
	{
		padding: 25px 3%;
		margin: 15px auto 30px
	}
}

#buildItem .mddle_contact
{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	margin: 1em auto 4em;
	background: var(--bl);
	padding: 30px 0;
}

#buildItem .for-contact
{
	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: 384px;
	height: 100px;
	margin: 1em auto 4em;
	padding: 18px 0
}

#buildItem .mddle_contact .for-contact
{
	margin: 0 50px 0 0
}

#buildItem .for-contact span
{
	display: block;
	width: 100%;
	font-size: 1.4rem;
	font-weight: 400
}

#buildItem .mddle_contact .txt
{
	font-size: 13px;
	color: #fff;
}

@media screen and (max-width:999px)
{
	#buildItem .mddle_contact
	{
		margin: 1em auto 2em;
	}

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

	#buildItem .for-contact img
	{
		width: 20px;
		margin: 0 auto 5px
	}

	#buildItem .for-contact span
	{
		font-size: 1.35rem
	}

	#buildItem .mddle_contact .txt
	{
		width: 80%;
		margin-top: 1em;
	}
}

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

#buildItem .basic-area h2
{
	position: relative;
	display: block;
	width: 5em;
	height: 1.5em;
	margin: 60px auto 30px;
	font-size: 2.5rem;
	font-weight: 500;
	text-align: center;
	color: var(--bl);
}

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

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

#buildItem .basic-area h3
{
	display: flex;
	align-items: center;
	font-size: 1.8rem;
	font-weight: 500;
	margin-bottom: 15px;
	color: var(--bl);
}

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

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

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

#buildItem .basic-area .basic .block
{
	width: 575px;
	margin: 0 auto;
	font-size: 1.6rem
}

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

#buildItem .basic-area .basic .block dt
{
	width: 35%;
	font-weight: 500
}

#buildItem .basic-area .basic .block dd
{
	width: 65%
}

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

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

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

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

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

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

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

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

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

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

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

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

	#buildItem .basic-area .basic .btn-area p
	{
		font-size: 1.3rem;
		letter-spacing: 0;
		width: 20em
	}

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

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

	#buildItem .basic-area .basic .block
	{
		width: 100%;
		font-size: 1.4rem
	}

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

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

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

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

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

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

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

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

#buildItem .access .block .map
{
	width: 40%;
	height: 250px
}

#buildItem .access .block .map iframe
{
	width: 100%;
	height: 100%
}

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

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

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

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

	#buildItem .access h2
	{
		font-size: 2rem;
		margin-bottom: 20px;
		margin-top: 30px
	}

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

	#buildItem .access .block .map
	{
		width: 100%;
		height: 180px;
		margin-bottom: 15px
	}

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

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

#buildItem .neighborhood
{
	text-align: center;
	margin-top: 70px
}

#buildItem .neighborhood p
{
	position: relative;
	display: block;
	width: 22em;
	margin: 0 auto 1em;
	font-size: 1.6rem
}

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

#buildItem .neighborhood p::after
{
	position: absolute;
	content: '/';
	top: 0;
	right: -1em;
	font-size: 2rem
}

#buildItem .neighborhood img
{
	width: 564.83px
}

#buildItem .recommend
{
	margin-bottom: 70px
}

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

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

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

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

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

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

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

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

#buildItem .recommend .kukaku
{
	padding: 30px;
	border: 1px solid #959c95
}

@media screen and (max-width:999px)
{
	#buildItem .recommend
	{
		margin-bottom: 20px
	}

	#buildItem .recommend h2
	{
		font-size: 2rem;
		margin: 30px auto 20px;
	}

	#buildItem .recommend ul
	{
		justify-content: space-between
	}

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

	#buildItem .recommend .block
	{
		padding: 0
	}

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

	#buildItem .recommend .kukaku
	{
		padding: 15px
	}
}

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

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

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

#buildItem .more-area ul
{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap
}

#buildItem .more-area ul li
{
	width: 23%;
	height: 15vw;
	text-align: center
}

#buildItem .more-area ul li a
{
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
	color: #fff;
	font-size: 1.7rem;
	font-weight: 500;
	padding-top: 28%
}

#buildItem .more-area ul li:nth-child(1) a
{
	background-image: url(../img/building/other-area01.webp);
	background-size: cover
}

#buildItem .more-area ul li:nth-child(2) a
{
	background-image: url(../img/building/other-area02.webp);
	background-size: cover
}

#buildItem .more-area ul li:nth-child(3) a
{
	background-image: url(../img/building/other-area03.webp);
	background-size: cover
}

#buildItem .more-area ul li:nth-child(4) a
{
	background-image: url(../img/building/other-area04.webp);
	background-size: cover
}

@media screen and (max-width:999px)
{
	#buildItem .more-area h2
	{
		font-size: 1.8rem;
		margin-bottom: 20px;
		margin-top: 50px
	}

	#buildItem .more-area ul li
	{
		width: 48%;
		height: 110px;
		margin-bottom: 15px
	}

	#buildItem .more-area ul li:nth-child(1) a,
	#buildItem .more-area ul li:nth-child(2) a,
	#buildItem .more-area ul li:nth-child(3) a,
	#buildItem .more-area ul li:nth-child(4) a
	{
		font-size: 1.5rem;
		padding-top: 23%
	}
}

.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;
}

.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: 85%;
		height: auto
	}

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

.btn_back
{
	margin: 20px auto;
}

@media (max-width:700px)
{
	.btn_back
	{
		margin-bottom: 30px
	}
}