@charset "UTF-8";
/*------------------------------------
トップイメージ-------------------------*/
.ex {
	color: #fff;
	position: absolute;
}
.fv {
	position: relative;
}
/* スクロールダウンの位置 */
.scroll {
	position: absolute;
	right: 50%;
	bottom: 6%;
}
/* 線のアニメーション部分 */
.scroll::before {
	animation: scroll 2s infinite;
	background-color: #000;
	content: "";
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	width: 1px;
}
.scroll {
	font-weight: bold;
	letter-spacing: 0.1em;
}
/* 線のアニメーション */
@keyframes scroll {
	0% {
		transform: scale(1, 0);
		transform-origin: 0 0;
	}

	50% {
		transform: scale(1, 1);
		transform-origin: 0 0;
	}

	51% {
		transform: scale(1, 1);
		transform-origin: 0 100%;
	}

	100% {
		transform: scale(1, 0);
		transform-origin: 0 100%;
	}
}
/*PC*/
@media screen and (min-width:768px) {
	.fv {
		min-width:1000px;
	}
	.fv .image{
		position: relative;
		height:100vh;
	}
	.fv .image img{
		object-fit: cover;
		object-position: top center;
		height:100%;
	}
	.fv .new {
		height: 100%;
		width: auto;
		position: absolute;
		left: 10.5%;
	}
	.ex {
		bottom: 20px;
		right: 20px;
		z-index: 10;
	  text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7);
	}
	/* 線のアニメーション部分 */
	.scroll {
		font-size: 12px;
		z-index: 10;
	}
	.scroll::before {
		bottom: -92px;
		height: 82px;
	}
}
/*SP*/
@media screen and (max-width:767px) {
	/* 線のアニメーション部分 */
	.scroll {
		bottom: 44%;
		font-size: 2.67vw;
	}
	.scroll::before {
		bottom: -11.2vw;
		height: 10.66vw;
	}
}
/*------------------------------------
メインキャッチ-------------------------*/
.head-wrap{
	background: var(--lb);
	position: relative;
}
.head-wrap .sub{
	display: block;
	font-weight:bold;
	letter-spacing: 0.05em;
}
.head-wrap p {
	font-weight: bold;
}
/*PC*/
@media screen and (min-width:768px) {
	.head-wrap {
		padding:75px 0 55px;
		text-align: center;
	}
	.head-wrap h1{
		margin-bottom: 40px;
	}
	.head-wrap .sub{
		font-size: 34px;
		margin-bottom:24px;
	}
	.head-wrap h1 img{
		width: 878px;
	}
	.head-wrap p {
		font-size: 25px;
	}
	.head-wrap .come{
		position: absolute;
		bottom: -25px;
		right: 60px;
		font-size: 10px;
	}
	.head-wrap .come{
		position: absolute;
		bottom: -25px;
		right: 60px;
		font-size: 10px;
	}
}

/*SP*/
@media screen and (max-width:767px) {
	.head-wrap {
		padding: 8vw 5.33vw 5.33vw;
		text-align: center;
	}
	.head-wrap .sub{
	font-size: 4vw;
	margin-bottom: 1.33vw;
	}
	.head-wrap h1 {
		margin-bottom: 3.2vw;
	}
	.head-wrap p {
		font-size: 3.07vw;
	}
	.head-wrap .come{
		position: absolute;
		bottom: -4.8vw;
		right: 5.33vw;
		font-size: 2.13vw;
	}
}


/*------------------------------------
インフォメーション-------------------------*/
#news {
	position: relative;
}

#news .ttl {
	text-align: center;
}

#news .news-wrap li a {
	font-weight: 600;
	text-decoration: underline;
	letter-spacing: .08em;
}
/*PC*/
@media screen and (min-width:768px) {
	.contents-wrapper{
		padding: 70px 0 0;
	}
	#news {
		padding-bottom: 60px;
	}
	#news .ttl {
		margin-bottom: 35px;
	}
	#news .ttl img{
		width: 460px;
		margin: 0 auto;
	}
	#news .news-wrap {
		font-size: 18px;
		padding-left: 168px;
	}

	#news .news-wrap li:not(:last-child) {
		margin-bottom: 10px;
	}

	#news .news-wrap li .day {
		margin-right:10px;
		min-width: 8.5em;
		display: inline-block;
	}

	#news .news-wrap li a {
		font-size: 19px;
	}
}

/*SP*/
@media screen and (max-width:767px) {
.contents-wrapper {
		padding: 12.8vw 4vw 0;
	}
	#news {
		margin-bottom: 9.33vw;
	}
	#news .ttl {
		margin-bottom: 4.27vw;
		text-align: center;
	}
	#news .ttl img{
		width: 57.6vw;
	}
	#news .news-wrap li{
		margin-bottom: 2.67vw;
	}
	#news .news-wrap span{
		display: block;
		font-size: 3.2vw;
	}
}
/*------------------------------------
飲食店&スーパーマーケット-------------------------*/

#shop-lineup h2 {
	color: var(--brown);
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
}
#shop-lineup .shop-wrap {
	display: flex;
	flex-wrap: wrap;
}
#shop-lineup .shop-wrap li{
	position: relative;
}
#shop-lineup .shop-wrap li::before,
#shop-lineup .shop-wrap li::after,
#shop-lineup .shop-wrap li .in::before,
#shop-lineup .shop-wrap li .in::after{
	position: absolute;
	content: '';
	display: block;
	z-index: -1;
}
#shop-lineup .shop-wrap li .main img {
	object-fit: cover;
}
#shop-lineup .shop-wrap li .text-wrap .logo img {
	object-fit: contain;
}
#shop-lineup .open-campaign .text-wrap {
	background: var(--lb) url(/ekism_saitamashintoshin/img/pc/opening_campaign_bg.svg) right bottom no-repeat;
	flex: 1;
}
#shop-lineup .open-campaign .box {
	display: flex;
	align-items: center;
}
#shop-lineup .open-campaign .box .ttl {
	background: #C0A68C;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: 800;
}
#shop-lineup .open-campaign .box ul li {
	display: flex;
	font-weight: 600;
}
/*PC*/
@media screen and (min-width:768px) {
	#shop-lineup {
		padding: 60px 30px;
		margin-bottom: 40px;
	}
	#shop-lineup h2 {
		font-size: 30px;
		margin-bottom: 40px;
	}
	#shop-lineup .shop-wrap {
		margin-bottom: 5px;
	}
	#shop-lineup .shop-wrap li {
		width: calc((100% - 45px) / 4);
		padding: 20px 20px 15px;
		margin-right: 15px;
		margin-bottom: 25px;
	}
	#shop-lineup .shop-wrap li:nth-child(4n){
		margin-right: 0;
	}
	#shop-lineup .shop-wrap li::before{
		border-top: 1px solid var(--brown);
		left: 0;
		top: 0;
		left: 0;
		right: 25px;
	}
	#shop-lineup .shop-wrap li::after{
		border-left: 1px solid var(--brown);
		top: 0;
		left: 0;
		right: 0;
		bottom: 20px;
	}
	#shop-lineup .shop-wrap li .in::before{
		left: 0;
		top: 20px;
		bottom: 0;
		right: 0;
		border-right: 1px solid var(--brown);
	}
	#shop-lineup .shop-wrap li .in::after{
		top: 0;
		left: 25px;
		right: 0;
		bottom: 0;
		border-bottom: 1px solid var(--brown);
	}
	#shop-lineup .shop-wrap li .floor {
		position: absolute;
		left: 10px;
		top: 10px;
		width: 35px;
		height: 35px;
	}
	#shop-lineup .shop-wrap li .main {
		width: 100%;
		height: 146px;
		margin: 0 auto 15px;
	}
	#shop-lineup .shop-wrap li .text-wrap {
		display: flex;
		align-items: center;
	}
	#shop-lineup .shop-wrap li .text-wrap .logo {
		width: 55px;
		height: 55px;
		margin-right: 8px;
	}
	#shop-lineup .shop-wrap li .text-wrap .txt {
		font-size: 12px;
		line-height: 1.25;
		font-weight: 500;
	}
	#shop-lineup .shop-wrap li .text-wrap .txt .min{
		letter-spacing: -0.08em;
	}
	#shop-lineup .shop-wrap li .text-wrap .txt .width{
		width: 50px;
		display: inline-block;
	}
	#shop-lineup .open-campaign {
		display: flex;
		align-items: stretch;
	}
	#shop-lineup .open-campaign .ttl.main {
		width: 200px;
		height: 156px;
	}
	#shop-lineup .open-campaign .ttl.main img{
		object-fit: cover;
	}
	#shop-lineup .open-campaign .text-wrap {
		background-size: 230px;
		padding: 15px;
		height: 156px;
	}
	#shop-lineup .open-campaign .box{
		align-items: stretch;
	}
	#shop-lineup .open-campaign .box:not(:last-child){
		margin-bottom: 12px;
	}
	#shop-lineup .open-campaign .box .ttl {
		width: 115px;
		font-size: 16px;
		max-height: 75px;
	}
	#shop-lineup .open-campaign .box ul {
		margin-left: 12px;
	}
	#shop-lineup .open-campaign .box ul li {
		font-size: 14px;
		line-height: 1.357;
		
	}
	#shop-lineup .open-campaign .box ul li::before{
		content: "●";
		margin-right: 5px;
	}

}
/*SP*/
@media screen and (max-width:767px) {
	#shop-lineup {
		margin-bottom:5.33vw;
	}
	#shop-lineup h2 {
		font-size: 3.6vw;
		margin-bottom: 5.33vw;
	}
	#shop-lineup .inner{
		padding: 8vw 5.33vw 5.33vw;
	}
	#shop-lineup .shop-wrap li {
		width: calc((100% - 3.33vw) / 2);
		padding: 4vw 3.8vw;
		margin-right: 3.33vw;
		margin-bottom: 4vw;
	}
	#shop-lineup .shop-wrap li:nth-child(2n){
		margin-right: 0;
	}
	#shop-lineup .shop-wrap li::before{
		border-top: 1px solid var(--brown);
		left: 0;
		top: 0;
		left: 0;
		right: 4vw;
	}
	#shop-lineup .shop-wrap li::after{
		border-left: 1px solid var(--brown);
		top: 0;
		left: 0;
		right: 0;
		bottom: 4vw;
	}
	#shop-lineup .shop-wrap li .in::before{
		left: 0;
		top: 4vw;
		bottom: 0;
		right: 0;
		border-right: 1px solid var(--brown);
	}
	#shop-lineup .shop-wrap li .in::after{
		top: 0;
		left: 4vw;
		right: 0;
		bottom: 0;
		border-bottom: 1px solid var(--brown);
	}
	#shop-lineup .shop-wrap li .floor {
		position: absolute;
		left: 2.67vw;
		top: 2.67vw;
		width: 6.67vw;
		height: 6.67vw;
	}
	#shop-lineup .shop-wrap li .main {
		width: 100%;
		height: 24vw;
		margin: 0 auto 2.67vw;
	}
	#shop-lineup .shop-wrap li .text-wrap {
		display: flex;
		align-items: center;
	}
	#shop-lineup .shop-wrap li .text-wrap .logo {
		width: 8.53vw;
		height: 8.53vw;
		margin-right: 1.33vw;
	}
	#shop-lineup .shop-wrap li .text-wrap .txt {
		font-size: 2.4vw;
		line-height: 1.25;
		font-weight: 500;
		letter-spacing: -0.04em;
	}
	#shop-lineup .shop-wrap li .text-wrap .txt .min{
		letter-spacing: -0.1em;
		font-size: 2.24vw;
	}
	#shop-lineup .shop-wrap li .text-wrap .txt .width{
		width: 9.07vw;
		display: inline-block;
	}
	#shop-lineup .open-campaign {
		width: 38.93vw;
		position: absolute;
		bottom: 8vw;
		right: 5.33vw;
	}
	#shop-lineup .open-campaign .text-wrap {
		background-size: 19.67vw;
		padding: 2.13vw 2.67vw;
	}
	#shop-lineup .open-campaign .box{
		flex-direction: column;
		align-items: normal;
	}
	#shop-lineup .open-campaign .box:not(:last-child){
		margin-bottom: 1.33vw;
	}
	#shop-lineup .open-campaign .box .ttl {
		width: 100%;
		font-size: 2.13vw;
		margin-bottom: 1.33vw;
		height: auto;
	}
	#shop-lineup .open-campaign .box ul li {
		font-size: 2.13vw;
		line-height: 1.286;
		letter-spacing: -0.09em;
	}
	#shop-lineup .open-campaign .box ul li.none{
		display: none;
	}
	#shop-lineup .open-campaign .box ul li::before{
		content: "●";
		margin-right: 1.33vw;
	}

}

/*------------------------------------
渋沢MIX-------------------------*/
#shibusawa-mix h2 {
	color: var(--brown);
	font-weight: 900;
	line-height: 1.4;
	text-align: center;
}
#shibusawa-mix p {
	text-align: justify;
	line-height: 2.3;
}
#shibusawa-mix .image-area .logo {
	margin: 0 auto;
}

/*PC*/
@media screen and (min-width:768px) {
	#shibusawa-mix {
		padding: 60px 105px;
		margin-bottom: 40px;
	}
	#shibusawa-mix h2 {
		font-size: 30px;
		margin-bottom:30px;
	}
	#shibusawa-mix p {
		font-size: 17px;
		letter-spacing: -0.02em;
		margin-bottom: 30px;
	}
	#shibusawa-mix .image-area .logo {
		width: 195px;
	}
	#shibusawa-mix .link{
		text-align: center;
	}
	#shibusawa-mix .link a{
		font-size: 17px;
	}
}
/*SP*/
@media screen and (max-width:767px) {
	#shibusawa-mix{
		margin-bottom: 5.33vw;
	}
	#shibusawa-mix h2 {
		font-size: 3.6vw;
		margin-bottom: 4.8vw;
	}
	#shibusawa-mix p {
		font-size: 2.67vw;
		margin-bottom: 4vw;
		line-height: 1.778;
	}
	#shibusawa-mix .indoor {
		margin-bottom: 4vw;
	}
	#shibusawa-mix .logo {
		width: 20.26vw;
		margin: 0 auto;
	}
	#shibusawa-mix .link{
		text-align: center;
	}
	#shibusawa-mix .link a{
		font-size: 2.4vw;
		text-decoration: underline;
	}
}
/*------------------------------------
賃貸マンション入居者募集受付中
-------------------------*/
#tenants-wanted .inner{
	background: var(--lb);
}
#tenants-wanted h2 {
	color: var(--brown);
	font-weight: 900;
}
#tenants-wanted .box-wrap h3 {
	color: #fff;
	background: var(--brown);
	font-weight: 900;
	text-align: center;
}
#tenants-wanted .box-wrap .note li{
	display: flex;
	font-weight: 700;
	letter-spacing: 0;
	line-height: 1.4;
}
#tenants-wanted .cam01 .cont{
	background: #fff;
}
#tenants-wanted .cam01 .cont .ttl{
	color: var(--brown);
	font-weight: 900;
	letter-spacing: -.02em;
}
#tenants-wanted .layout-area {
	background: #fff;
}
#tenants-wanted .btn a{
	color: #fff;
	font-weight:bold;
	background:var(--brown);
}
#tenants-wanted .image-area .cap {
	display: block;
}
/* 入会キャンペーン② */
#tenants-wanted .cam02 .btn-wrap .btn a{
	background: #fff;
	border: 1px solid var(--brown);
	border-radius: 12px;
	color: var(--brown);
	font-weight: 900;
	display: flex;
	align-items: center;
	justify-content: center;
	letter-spacing: 0;
	box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.4);
}
/* 快適な住戸 */
#tenants-wanted .dwelling h2 span{
	display: block;
	color: #000;
	letter-spacing: 0;
	text-align: right;
}
#tenants-wanted .dwelling .layout-area h3{
	color: var(--brown);
	text-align: center;
	font-weight: 900;
	letter-spacing: 0;
}

/* 北斗星ルーム */
#tenants-wanted .concept-room {
	background: #fff;
}
#tenants-wanted .concept-room h2 {
	width: 100%;
	letter-spacing: -.02em;
}
#tenants-wanted .concept-room .c-text {
	text-align: center;
	line-height: 1.647;
	font-weight: bold;
}
#tenants-wanted .concept-room .point {
	border: 1px solid var(--brown);
}
#tenants-wanted .concept-room .point li {
	color: var(--brown);
	display: flex;
	font-weight: 900;
	letter-spacing: 0.04em;
}
#tenants-wanted .concept-room .image-area .image .cap .ttl {
	font-weight: bold;
}
#tenants-wanted .concept-room .madori-wrap .text-wrap .ttl {
	font-weight: bold;
}
#tenants-wanted .concept-room .madori-wrap .text-wrap .ttl .min {
	display: block;
}
#tenants-wanted .concept-room table {
	border-collapse: collapse;
	border: 1px solid;
	width: 100%;
	font-weight: bold;
}
#tenants-wanted .concept-room table thead th {
	background: var(--lb);
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
	font-weight: bold;
}
#tenants-wanted .concept-room table td {
	text-align: center;
	border-right: 1px solid #000;
	border-bottom: 1px solid #000;
}

#tenants-wanted .concept-room .entry-wrap h3 {
	line-height: 1;
	font-weight: 900;
	color: var(--brown);
}
#tenants-wanted .concept-room .entry-wrap .recruiting .ttl {
	font-weight: 900;
}
#tenants-wanted .concept-room .entry-wrap .recruiting .txt {
	font-weight: 600;
}
#tenants-wanted .concept-room .entry-wrap .note li {
	display: flex;
	font-weight: 600;
	line-height: 1.4;
}
/*PC*/
@media screen and (min-width:768px) {
	#tenants-wanted{
		margin-bottom: 50px;
	}
	#tenants-wanted .inner{
		padding: 30px 55px;
	}
	#tenants-wanted h2 {
		font-size: 42px;
		margin-bottom: 14px;
	}
	#tenants-wanted .box-wrap .box{
		padding-bottom: 35px;
		margin-bottom: 35px;
		border-bottom: 1px solid var(--brown);
	}
	#tenants-wanted .box-wrap h3{
		font-size: 24px;
	}
	#tenants-wanted .box-wrap .note li{
		font-size: 10px;
	}

	/* 入会キャンペーン① */
	#tenants-wanted .cam01 h3{
		margin-bottom: 55px;
	}
	#tenants-wanted .cam01 .image{
		width: 80%;
		margin: 0 auto 25px;
	}
	#tenants-wanted .cam01 .cont{
		display: flex;
		align-items: center;
		padding: 20px 50px;
	}
	#tenants-wanted .cam01 .cont .ttl{
		font-size: 17px;
		margin-right: 35px;
	}
	#tenants-wanted .cam01 .cont .textarea{
		flex: 1;
		font-size: 12px;
		line-height: 1.5;
		letter-spacing: 0.05em;
	}
	#tenants-wanted .cam01 .note{
		margin-bottom: 10px;
	}

	/* 入会キャンペーン② */
	#tenants-wanted .cam02 h3{
		margin-bottom: 20px;
	}
	#tenants-wanted .cam02 .image{
		margin-bottom: 20px;
	}
	#tenants-wanted .cam02 .image.bank{
		width: 80%;
		margin: 0 auto 20px;
	}
	#tenants-wanted .cam02 .btn-wrap{
		display: flex;
		justify-content: space-around;
		padding-bottom: 25px;
	}
	#tenants-wanted .cam02 .btn-wrap .btn a{
		width: 275px;
		height: 70px;
		font-size: 17px;
	}
	#tenants-wanted .cam02 .note{
		font-size: 11px;
		font-weight: 600;
		letter-spacing: 0;
	}

	/* 快適な住戸 */
	#tenants-wanted .dwelling h2 {
		font-size: 34px;
		text-align: center;
		margin: 0 auto 20px;
		line-height: 1.6;
	}
	#tenants-wanted .dwelling h2 .example{
		font-size: 0.3em;
		vertical-align: top;
		display: inline-block;
		color: var(--brown);
		padding: 8px 0 0;
	}
	#tenants-wanted .dwelling h2 span{
		font-size: 10px;
	}
	#tenants-wanted .dwelling h2 span.min{
		width: 840px;
		margin: 0 auto;
	}
	#tenants-wanted .dwelling .image-area {
		display: flex;
		justify-content: space-between;
		margin-bottom: 12px;
	}
	#tenants-wanted .dwelling .image-area .image {
		width:435px;
	}
	#tenants-wanted .dwelling .image-area .image img{
		width: 100%;
		height: 300px;
		object-fit: cover;
	}
	#tenants-wanted .dwelling .image-area .cap {
		font-size: 10px;
		margin-top: 5px;
	}
	#tenants-wanted .dwelling .layout-area {
		padding: 16px 30px 30px;
		margin-bottom: 40px;
	}
	#tenants-wanted .dwelling .layout-area .inner {
		display: flex;
		margin-bottom: 15px;
		background: #fff;
		padding: 0;
	}
	#tenants-wanted .dwelling .layout-area h3{
		font-size: 19px;
		margin-bottom: 10px;
	}
	#tenants-wanted .dwelling .layout-area .block {
		width: 50%;
	}
	#tenants-wanted .dwelling .layout-area .block:first-of-type{
		padding-right: 30px;
		border-right: 1px solid var(--brown);
	}
	#tenants-wanted .dwelling .layout-area .block:last-of-type {
		padding-left: 30px;
	}
	#tenants-wanted .dwelling .btn a {
		display: block;
		text-align: center;
		font-size: 18px;
		padding: 3px 10px 7px;
		box-shadow: 3px 3px 8px 0px rgba(0, 0, 0, 0.4);
	}

	/* 北斗星ルーム */
	#tenants-wanted .concept-room {
		padding: 40px 70px 30px;
	}
	#tenants-wanted .concept-room h2 {
		font-size: 32px;
		width: auto;
		letter-spacing: 0.08em;
	}    
	#tenants-wanted .concept-room h2 span {
		font-size: 32px;
		display: inline;
		color: var(--brown);
	}
	#tenants-wanted .concept-room .c-text {
		font-size: 17px;
		margin-bottom: 20px;
	}
	#tenants-wanted .concept-room .point {
		border-radius: 15px;
		padding: 20px 50px;
		margin-bottom: 8px;
	}
	#tenants-wanted .concept-room .point li {
		font-size: 13px;
	}
	#tenants-wanted .concept-room .come {
		font-size: 10px;
		margin-bottom: 20px;
		font-weight: 600;
		letter-spacing: 0;
		text-align: end;
	}
	#tenants-wanted .concept-room .image-area {
		margin-bottom: 25px;
	}
	#tenants-wanted .concept-room .image-area .image {
		width: 365px;
	}
	#tenants-wanted .concept-room .image-area .image img {
		height: 260px;
	}
	#tenants-wanted .concept-room .image-area .image .cap .ttl {
		font-size: 15px;
	}
	#tenants-wanted .concept-room .madori-wrap {
		display: flex;
		margin-bottom: 50px;
	}
	#tenants-wanted .concept-room .madori-wrap .madori {
		width: 360px;
		margin-right: 20px;
	}
	#tenants-wanted .concept-room .madori-wrap .madori img{
		width: 100%;
		height: 100%;
		object-fit: contain;
	}
	#tenants-wanted .concept-room .madori-wrap .text-wrap {
		flex: 1;
		padding-top: 25px;
	}
	#tenants-wanted .concept-room .madori-wrap .text-wrap .ttl {
		font-size: 15px;
		margin-bottom: 30px;
		margin-left: -90px;
	}
	#tenants-wanted .concept-room .madori-wrap .text-wrap .ttl .min {
		font-size: 10px;
	}
	#tenants-wanted .concept-room table thead th {
		height: 36px;
		font-size: 11px;
	}
	#tenants-wanted .concept-room table td {
		font-size: 13px;
		height: 80px;
		line-height: 1.4;
		padding: 0 10px;
		letter-spacing: 0.04em;
	}
	#tenants-wanted .concept-room table thead th:last-child,
	#tenants-wanted .concept-room table td:last-child{
		border-right: 0;
	}
	#tenants-wanted .concept-room .entry-wrap h3 {
		font-size: 26px;
		margin-bottom: 10px;
		line-height: 1;
		font-weight: 900;
		color: var(--brown);
	}
	#tenants-wanted .concept-room .entry-wrap .recruiting {
		display: flex;
		align-items: center;
		margin-bottom: 7px;
	}
	#tenants-wanted .concept-room .entry-wrap .recruiting .ttl {
		font-size: 18px;
		margin-right: 12px;
	}
	#tenants-wanted .concept-room .entry-wrap .recruiting .txt {
		font-size: 13px;
		letter-spacing: 0;
	}
	#tenants-wanted .concept-room .entry-wrap table {
		margin-bottom: 10px;
	}
	#tenants-wanted .concept-room .entry-wrap table thead th:first-child{
		width: 150px;
	}
	#tenants-wanted .concept-room .entry-wrap table td {
		font-size: 11px;
		height: auto;
		padding: 10px;
	}
	#tenants-wanted .concept-room .entry-wrap table td:first-child{
		letter-spacing: 0.2em;
	}
	#tenants-wanted .concept-room .entry-wrap table td.left{
		text-align: left;
		font-size: 13px;
		line-height: 1.2;
	}
	#tenants-wanted .concept-room .entry-wrap table td .min{
		font-size: 11px;
	}
	#tenants-wanted .concept-room .entry-wrap table td.tel{
		display: flex;
		letter-spacing: 0;
	}
	#tenants-wanted .concept-room .entry-wrap table td.tel p{
		margin-right: 15px;
	}
	#tenants-wanted .concept-room .entry-wrap .note {
		margin-bottom: 25px;
	}
	#tenants-wanted .concept-room .entry-wrap .note li {
		font-size: 10px;
		letter-spacing: 0;
	}
	#tenants-wanted .concept-room .btn {
		margin: 0 -40px;
	}
}
/*SP*/
@media screen and (max-width:767px) {
	#tenants-wanted{
		margin-bottom: 5.33vw;
	}
	#tenants-wanted .inner{
		padding:5.33vw;
	}
	#tenants-wanted h2 {
		font-size:5.86vw;
		margin-bottom:2.67vw;
		line-height: 1.3;
	}
	#tenants-wanted .box-wrap .box{
		padding-bottom: 5.33vw;
		margin-bottom: 5.33vw;
		border-bottom: 1px solid var(--brown);
	}
	#tenants-wanted .box-wrap h3{
		font-size: 3.2vw;
	}
	#tenants-wanted .box-wrap .note li{
		font-size: 2.13vw;
	}

	/* 入会キャンペーン① */
	#tenants-wanted .cam01 h3{
		margin-bottom: 4vw;
	}
	#tenants-wanted .cam01 .image{
		width: 92%;
		margin: 0 auto 4vw;
	}
	#tenants-wanted .cam01 .note{
		margin-bottom: 2.67vw;
	}
	#tenants-wanted .cam01 .cont{
		padding: 2.67vw 4vw;
	}
	#tenants-wanted .cam01 .cont .ttl{
		font-size: 3.2vw;
	}
	#tenants-wanted .cam01 .cont .textarea{
		font-size: 2.13vw;
		line-height: 1.5;
	}

	/* 入会キャンペーン② */
	#tenants-wanted .cam02 h3{
		margin-bottom: 2.67vw;
	}
	#tenants-wanted .cam02 .image{
		margin-bottom: 2.67vw;
	}
	#tenants-wanted .cam02 .image.bank{
		width: 100%;
		margin: 0 auto 4vw;
	}
	#tenants-wanted .cam02 .btn-wrap{
		display: flex;
		justify-content: space-between;
		padding-bottom: 4vw;
	}
	#tenants-wanted .cam02 .btn-wrap .btn a{
		width: 25.33vw;
		height: 10.67vw;
		font-size: 2.13vw;
		line-height: 1.4;
		text-align: center;
	}
	#tenants-wanted .cam02 .note{
		font-size: 2.13vw;
		font-weight: 600;
		letter-spacing: 0;
		line-height: 1.4;
	}

	/* 快適な住戸 */
	#tenants-wanted .dwelling h2 {
		font-size: 5.86vw;
		margin-bottom: 2.67vw;
		line-height: 1.3;
	}
	#tenants-wanted .dwelling h2 .example{
		font-size: 0.3em;
		vertical-align: top;
		display: inline-block;
		color: var(--brown);
		padding: 1.33vw 0 0;
	}
	#tenants-wanted .dwelling h2 span{
		font-size: 2.13vw;
		padding-top: 1.33vw;
	}
	#tenants-wanted .dwelling .image-area {
		margin-bottom:3.2vw;
	}
	#tenants-wanted .dwelling .image-area .image {
		margin-bottom: 1.33vw;
	}
	#tenants-wanted .dwelling .image-area .image img{
		width: 100%;
		height: 56.67vw;
		object-fit: cover;
	}
	#tenants-wanted .dwelling .image-area .cap {
		font-size: 2.13vw;
		margin-top: 1.33vw;
		letter-spacing: -0.08em;
		text-align: end;
	}
	#tenants-wanted .dwelling .layout-area {
		padding: 0 5.33vw 5.33vw;
		margin-bottom: 5.33vw;
	}
	#tenants-wanted .dwelling .layout-area .inner {
		background: #fff;
		padding: 0;
	}
	#tenants-wanted .dwelling .layout-area h3{
		font-size: 3.73vw;
		margin-bottom: 2.67vw;
	}
	#tenants-wanted .dwelling .layout-area .block {
		padding: 5.33vw 0;
	}
	#tenants-wanted .dwelling .layout-area .block:first-of-type{
		border-bottom: 1px solid var(--brown);
		padding-bottom: 4vw;
	}
	#tenants-wanted .dwelling .btn a {
		display: block;
		text-align: center;
		font-size: 4.53vw;
		padding: 0.53vw 10px 1.06vw;
		box-shadow: .8vw .8vw 2.13vw 0px rgba(0,0,0,0.4);
	}
	
	/* 北斗星ルーム */
	#tenants-wanted .concept-room {
		padding: 4vw 5.33vw 5.33vw;
	}
	#tenants-wanted .concept-room h2 {
		text-align: center;
	}
	#tenants-wanted .concept-room h2 span{
		font-size: 4.5vw;
		color: var(--brown);
	}
	#tenants-wanted .concept-room .c-text {
		font-size: 2.93vw;
		margin-bottom: 2.67vw;
	}
	#tenants-wanted .concept-room .point {
		border-radius: 8px;
		padding: 2.67vw 4vw;
		margin-bottom: 1.33vw;
	}
	#tenants-wanted .concept-room .point li {
		font-size: 2.4vw;
		line-height: 1.4;
	}
	#tenants-wanted .concept-room .come {
		font-size: 2.13vw;
		margin-bottom: 4vw;
		font-weight: 600;
		letter-spacing: 0;
		text-align: end;
	}
	#tenants-wanted .concept-room .image-area .image {
		margin-bottom: 4vw;
	}
	#tenants-wanted .concept-room .image-area .image img {
		height: 50.67vw;
	}
	#tenants-wanted .concept-room .image-area .image .cap{
		text-align: left;
	}
	#tenants-wanted .concept-room .image-area .image .cap .ttl {
		font-size: 3.2vw;
		line-height: 1.3;
	}
	#tenants-wanted .concept-room .madori-wrap {
		margin-bottom: 5.33vw;
	}
	#tenants-wanted .concept-room .madori-wrap .madori {
		margin-bottom: 2.67vw;
	}
	#tenants-wanted .concept-room .madori-wrap .text-wrap .ttl {
		font-size: 3.2vw;
		margin-bottom: 2.67vw;
	}
	#tenants-wanted .concept-room .madori-wrap .text-wrap .ttl .min {
		font-size: 2.13vw;
		line-height: 1.4;
	}
	#tenants-wanted .concept-room table thead th {
		height: 8vw;
		font-size: 2.4vw;
		line-height: 1.2;
	}
	#tenants-wanted .concept-room table td {
		font-size: 2.4vw;
		height: 9.6vw;
		line-height: 1.4;
	}
	#tenants-wanted .concept-room table thead th:last-child,
	#tenants-wanted .concept-room table td:last-child{
		border-right: 0;
	}
	#tenants-wanted .concept-room .entry-wrap h3 {
		font-size: 26px;
		margin-bottom: 10px;
		line-height: 1.2;
	}
	#tenants-wanted .concept-room .entry-wrap .recruiting {
		margin-bottom: 1.33vw;
	}
	#tenants-wanted .concept-room .entry-wrap .recruiting .ttl {
		font-size: 3.2vw;
	}
	#tenants-wanted .concept-room .entry-wrap .recruiting .txt {
		font-size: 2.93vw;
		letter-spacing: 0;
		line-height: 1.3;
	}
	#tenants-wanted .concept-room .entry-wrap table {
		margin-bottom: 2.67vw;
	}
	#tenants-wanted .concept-room .entry-wrap table td {
		height: auto;
		padding: 1.33vw;
		white-space: nowrap;
	}
	#tenants-wanted .concept-room .entry-wrap table td.left{
		text-align: left;
		font-size: 2.4vw;
		line-height: 1.2;
		white-space: wrap;
	}
	#tenants-wanted .concept-room .entry-wrap table td .min{
		font-size: 2.13vw;
	}
	#tenants-wanted .concept-room .entry-wrap .note {
		margin-bottom: 4vw;
	}
	#tenants-wanted .concept-room .entry-wrap .note li {
		font-size: 2.4vw;
		letter-spacing: 0;
		line-height: 1.2;
	}
	#tenants-wanted .concept-room .entry-wrap .note li:last-child{
		margin-top: 1.33vw;
	}
	#tenants-wanted .dwelling .btn.none a{
		line-height: 1.3;
		padding: 1.33vw 0 1.8vw;
	}
}
/*------------------------------------
ekism（エキスム）とは
-------------------------*/
#about h2 {
	color: var(--brown);
	font-weight: 900;
	line-height: 1.4;
}
#about p {
	text-align: justify;
	line-height: 2.3;
}
/*PC*/
@media screen and (min-width:768px) {
	#about {
		margin-bottom: 40px;
	}
	#about h2 {
		font-size: 30px;
		margin-bottom: 14px;
	}
	#about .fz-small {
		font-size: 20px;
	}
	#about p {
		font-size: 17px;
		letter-spacing: -0.02em;
		width: 460px;
	}
	#about  .inner{
		padding: 60px 105px 154px;
		display: flex;
		justify-content: space-between;
		position: relative;
	}
	#about .image {
		width: 310px;
		position: absolute;
		right: 70px;
		top: 40px;
	}
}
/*SP*/
@media screen and (max-width:767px) {
	#about {
		margin-bottom: 6.66vw;
	}
	#about h2 {
		font-size:5.33vw;
		margin-bottom: 2.13vw;
	}
	#about .fz-small {
		font-size:2.67vw;
	}
	#about p{
		font-size: 3.2vw;
		margin-bottom: 4vw;
		line-height: 2;
	}
	#about .image {
		padding: 0 4vw;
	}
}
/*------------------------------------
フッター-------------------------*/
footer{
	padding: 30px 0 40px;
}
footer .logo {
	text-align: center;
}
/*PC*/
@media screen and (min-width:768px) {
	footer .logo img{
		width: 350px;
	}
}
/*SP*/
@media screen and (max-width:767px) {
	footer{
		padding:5.33vw ;
	}
	footer img{
		width:50vw;
	}
}