@charset "UTF-8";

/* 240112検索ボックス */
.box.condition{
	box-sizing: content-box;
	background-color: #e0e0e0;
}
.box.condition h2{
	font-size: 21px !important;
	text-align: center;
	font-weight: bold;
	color: #a61275;
}
.box.condition h2 small{
	font-size: 13px;
	display: block;
	font-weight: normal;
	margin-top: 10px;
	color: #000;
}
.box.condition form{
	margin: 0 auto;
}
.box.condition form div{
	height: 36px;
	/* margin-right: 26px; */
	position: relative;
}
.box.condition form div.button:after, .box.condition form div.space:after {
	display: none
}
.box.condition form div button, .box.condition form div select{
	margin: auto;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	left: 0px;
	right: 0px;
	z-index: 0;
}
.box.condition form div select{
	border-radius: 8px;
	border-color: #c2c2c2;
	font-size: 16px;
	/* -webkit-appearance: none;  */
	/* background-image: linear-gradient(50deg, transparent 47%, gray 50%), linear-gradient(135deg, gray 50%, transparent 50%); */
	background-position: 115px 12px, 125px 12px;
	background-size: 10px 10px,10px 10px;
	background-repeat: no-repeat;
}
.box.condition form option{
	border-radius: 4px;
	background-color: #e8e3e9;
}

.box.condition form div button{
	color: #fff;
	background-color: #b51180;
	border: none;
}
@media(min-width:769px){
	.box.condition{
		margin-bottom: 60px;
		padding: 34px 0 72px 0;
	}   
	.box.condition h2{
		margin-bottom: 32px;
	}
	.box.condition form{
		/* width: 728px; */
		display: flex;
		justify-content: center;
	}
	
	.box.condition h2{
		margin-bottom: 32px;
	}
	.box.condition h2 small{
		font-size: 13px;
	}
	.box.condition form div{
		width: 170px;
	}   
	.box.condition form div{
		/* float: left; */
	}
	.box.condition form div::after{
		content: "×";
		font-size: 16px;
		text-align: center;
		line-height: 36px;
		position: absolute;
		top: 0px;
		right: -28px;
		display: block;
	}   
	.box.condition form div:nth-child(2)::after{
		content: "×";
		font-size: 16px;
		text-align: center;
		line-height: 36px;
		position: absolute;
		top: 0px;
		right: -57px;
		display: block;
	}
	.box.condition .area{
		margin-right: 40px;
	}
	.box.condition .category{
		margin-right: 70px;
	}
	.box.condition .space{
		margin-right: 20px;
	}
	.box.condition .category select{
		width: 200px;
	}
	.box.condition form div select{
		font-size: 13px;
		border-radius: 4px;
		width: 170px;
	}

	.box.condition form .button{
		width: 95px;
	}
	.box.condition form div button{
		border-radius: 4px;
	}   
	.box.condition form div button{
		margin: 0px;
		width: 95px;
		height: 34px;
		padding: 0px;
		font-size: 13px;
	}
	
	
}
@media(max-width:768px){
	.box.condition{
		margin-bottom: 33px;
		padding: 30px 0 50px 0;
	}   
	.box.condition h2{
		font-size: 14px;
		margin-bottom: 20px;
	}
	.box.condition h2 small{
		font-size: 11px;
	}

	.box.condition form div{
		width: 100%;
		margin-top: 5px;
	}   
	.box.condition form div select{
		color: #000;
		font-size: 12px;
		/* max-width: 325px; */
		border-radius: 8px;
		width: 86%;
	}   

	.box.condition form div button{
		border-radius: 8px;
	}   

	.box.condition form div button{
		font-size: 15px;
		max-width: 250px;
		height: 40px;
		font-size: 15px;
		margin: 15px auto 0;
		padding: 0px;
	}

}

/* 追従お問い合わせ */
.fixed_btn{
	transform: all .3s;
	position: fixed;
	z-index: 999;
}
.fixed_btn a{
	position: relative;
	font-weight: bold;
	color: #fff;
	display: block;
	background-color: #b51180;
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}
.fixed_btn a::before{
	position: absolute;
	display: block;
}

@media(min-width:769px){
	.fixed_btn{
		right: 0%;
		top: 35%;
	}   
	.fixed_btn a{
		writing-mode: vertical-rl;
		font-size: 16px;
		display: block;
		padding: 84px 30px 30px 30px;
	}
	.fixed_btn a::before{
		content: url(../images/mel_btn.png);
		top: 25px;
		left: 50%;
		transform: translate(-50%);
		display: block;
		width: 49px;
		height: 49px;
	}
	
	
}
@media(max-width:768px){
	.fixed_btn{
		right: 8px;
		bottom: 11%;
	}   
	.fixed_btn a{
		font-size: 13px;
		display: block;
		padding: 15px 30px 15px 40px;
		border-top-right-radius: 8px;
		border-bottom-right-radius: 8px;    
	}
	.fixed_btn a::before{
		content: url(../images/mel_btn_sp.png);
		top: 9px;
		left: 3%;
		width: 29px;
		height: 29px;
	}
	.fixed_btn a::after{
		content: url(../images/mel_arrow_sp.png);
		position: absolute;
		top: 15px;
		right: 9px;
		width: 17px;
		height: 17px;
	}

}




/* 240115検索結果ページ（新規） */
.l-inner{
	margin: 0 auto;
}

.box.list h2{
/*  font-weight: 700;*/
	border-bottom: 3px solid #e7e7e7;
}
.box.list{
	padding-bottom: 40px;
}
.box.list .list_items .list_item h3{
	color: #000;
	position: relative;
	font-weight: 700;
}
.box.list .list_items .list_item h3 span{
	color: #a61275;
}
/* .box.list .list_items .list_item h3:after{
	content: "";
	width: 100%;
	height: 2px;
	display: block;
	position: absolute;
	bottom: 1px;
	left: 0px;
	scroll-margin-inline-end: 0;
	background-color: #c9151e;
} */
.box.list .search{
	text-align: center;
	background-color: #e0e0e0;
	color: #a61275;
	display: block;
	font-weight: bold;
}


table{
	border-collapse: collapse;
	border-spacing: 0;
}
.box.list .list_items .list_item table{
	width: 100%;
	margin-bottom: 40px;
}
.box.list .list_items .list_item table th{
	text-align: center;
	padding: 15px;
	font-size: 12px;
	font-weight: 700;
	background-color: #f5dded;
	border: 1px solid #f5dded;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
}
.box.list .list_items .list_item table .name{
	text-align: center;
}
.box.list .list_items .list_item table th.category{
	width: 230px;
}
.box.list .list_items .list_item table th.floor, #list .box.list .list_items .list_item table th.space{
	width: 110px;
}
.box.list .list_items .list_item table th.inquiry{
	width: 190px;
}
.box.list .list_items .list_item table td{
	text-align: center;
	padding: 45px 10px;
	border: 1px solid #ccc;
}
.box.list .list_items .list_item table td:nth-last-child(1) {
	width: 110px;
}
.box.list .list_items .list_item table td:nth-last-child(2) {
	width: 120px;
}
.box.list .list_items .list_item table td:nth-last-child(3) {
	width: 240px;
}


/* .box.list .list_items .list_item .name.mega{
	background-image: url(../images/tenant_logo.jpg);
	text-align: left;
} */
.box.list .list_items .list_item .name.mega {
	text-align: left;
}
.box.list .list_items .list_item .name.mega h4{
	position: relative;
	font-weight: bold;
}
.box.list .list_items .list_item .name.mega h4 img{
	object-fit: cover;
	position: absolute;
}
.box.list .list_items .list_item .name{
	text-align: left;
	vertical-align: top;
	background-repeat: no-repeat;
}
/* .box.list .list_items .list_item table td button{
	padding: 0;
	background-color: transparent;
	border: none;
} */


.area_group{
	margin-bottom: 25px;
}
.box.list .list_items .list_item .cat_group{
	border-top: dashed 1px #a0a0a0;
	padding-left: 10px;
	padding-bottom: 20px;
	display: flex;
	flex-wrap: wrap;
}
.box.list .list_items .list_item .cat_group:first-of-type{
	border: none;
}
.box.list .list_items .list_item .shop_group{
	border-top: solid 1px #333333;
	border-bottom: solid 1px #333333;
}
.box.list .list_items .list_item .shop_group + .shop_group{
	border-top: none;
}
.box.list .list_items .list_item .shop_group li{
	width: 100%;
	padding-top: 12px;
	display: flex;
	align-items: center;
}
.box.list .list_items .list_item .shop_group li + li {
	width: 50%;
}
.box.list .list_items .list_item .shop_group li .cat{
	font-size: 11px;
	font-weight: bold;
	background-color: #f2d7ea;
	border-radius: 6px;
	padding: 4px 8px;
}
.box.list .list_items .list_item .shop_group li .cat_in{
	font-size: 12px;
	padding-left: 12px;
}


@media(min-width:769px){    
	.l-no{
		border-left: none !important;
	}
	.r-no{
		border-right: none !important;
	}

	.box.list h2{
		font-size: 30px;
		margin-bottom: 35px;
	}
	
	.l-inner{
		padding: 0 100px;
	}
	.tenant_txt{
		margin-bottom: 30px;
	}

	.box.list .search{
		padding: 38px;
		margin: 0 70px;
		font-size: 18px;
		margin-bottom: 40px;
	}
	
		.box.list .list_items .list_item .name.mega h4{
		font-size: 14px;
	}
	.box.list .list_items .list_item .name.mega h4 img{
		width: 50px;
		height: 50px;
		top: -8px;
		left: -60px;
	}
	.box.list .list_items .list_item h3{
		margin-bottom: 10px;
		font-size: 20px;
	}   
	.box.list .list_items .list_item .name.mega address{
		font-size: 13px;
	}
	.box.list .list_items .list_item{
		padding: 0 100px;
	}

	.box.list .list_items .list_item .name.mega{
		padding: 30px 0 0 87px;
	}
	/* .box.list .list_items .list_item .name{
		background-position: 25px 32px;
	}    */
}
@media(max-width:768px){
	.box.list h2{
		margin-bottom: 18px;
		font-size: 20px;
	}

	.l-inner{
		padding: 0 25px;
	}
	.tenant_txt{
		margin-bottom: 28px;
	}

	.box.list .search{
		padding: 17px;
		font-size: 14px;
		margin-bottom: 25px;
	}

	.box.list .list_items .list_item .name.mega h4 img{
		top: 0px;
		left: -47px;
		width: 38px;
		height: 38px;
	}

	.box.list .list_items .list_item .name.mega h4{
		font-size: 15px;
	}
	.box.list .list_items .list_item h3{
		margin-bottom: 6px;
		font-size: 16px;
	}   
	.box.list .list_items .list_item .name.mega address{
		font-size: 12px;
	}
	.box.list .list_items .list_item{
		padding: 0 25px;
	}


	.box.list .list_items .list_item .name.mega{
		padding: 15px 0 0 58px;
	}
	/* .box.list .list_items .list_item .name{
		background-position: 11px 18px;
	}    */
}



/* 240115検索結果ページ（新規） ここまで*/



#contents > figure {
	margin-top: 20px;
	max-width: 1000px;
	margin: 51px auto 0px;
	width: 84%;
}
#contents > figure img {
	width: 100%;
	height: auto;
}

.tenant-title {
	font-size: 231%;
	border-bottom: 3px solid #e6e6e6;
	letter-spacing: 2px;
	margin-top: 20px;
}
.tenant-cont {
	max-width: 940px;
	margin: 30px auto 0px;
	width: 84%;
}

.sup-cont {
	padding-left: 20px;
	margin-top: 9px;
}
.support .sup-tit {
	font-size: 154%;
	color: #b50081;
	font-weight: bold;
	letter-spacing: 1px;
}
.support .sup-txt {
	line-height: 24px;
	margin-bottom: 30px;
}
.support dl {
	position: relative;
	padding-left: 14px;
	margin-bottom: 23px;
	line-height: 24px;
}
.support dl:before {
	content: "";
	display: inline-block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #b50081;
	position: absolute;
	left: 0px;
	top: 7px;
}
.support dt {
	font-size: 124%;
	font-weight: bold;
	margin-bottom: 9px;
}

.sc-type { margin-top: 41px; }
.sc-type .sc-tit,
.recruiting .re-tit {
	font-size: 140%;
	font-weight: bold;
	position: relative;
	padding-left: 20px;
	letter-spacing: 1px;
}
.sc-type .sc-tit:before,
.recruiting .re-tit:before {
	content: "";
	width: 14px;
	height: 14px;
	background: #b50081;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	position: absolute;
	left: 0px;
	top: 19%;
}
.sc-type .sc-cont {
	margin-top: 13px;
	overflow: hidden;
}
.sc-type .sc-cont {
	padding-left: 20px;
}
.sc-type dl {
	border: 3px solid #e6e6e6;
	padding: 17px 25px;
	box-sizing: border-box;
	width: calc(100%/3.002);
	float: left;
	min-height: 429px;
	margin-top: 25px;
	vertical-align: text-top;
}
.large .sc-type dl {
	min-height: 497px;
}
.sc-type dl {
	border-right: none;
}
.sc-type dl:nth-child(2),
.sc-type dl:nth-child(4) {
	border-right: 3px solid #e6e6e6;
}
.sc-type dl:nth-child(3) {
	border-left: none;
}
.sc-type dt,
.shopping .shop-tit {
	position: relative;
	padding-left: 14px;
	font-size: 124%;
	font-weight: bold;
	margin-bottom: 10px;
}
.large .sc-type dt {
	height: 45px;
}
.sc-type dd { line-height: 24px; }
.sc-type dd img {
	width: 100%;
	height: auto;
}
.sc-type dd:nth-child(2) {
	margin: 10px 0px 12px;
}
.sc-type dt:before,
.shopping .shop-tit:before {
	content: "";
	display: inline-block;
	border-top: 4px solid transparent;
	border-bottom: 4px solid transparent;
	border-left: 7px solid #b50081;
	position: absolute;
	left: 0px;
	top: 7px;
}

.recruiting {
	margin-top: 48px;
}
.map {
	width: 613px;
	height: 666px;
	background-image: url(../../common/images/shoplist/map_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100%;
	margin: 0 auto 64px;
}
.hokkaido {
	width: 100%;
	height: 100%;
	background-image: url(../../common/images/shoplist/hokkaido.png);
	background-repeat: no-repeat;
	background-size: 100%;
}
.map ol {
	width: 100%;
	height: 100%;
	position: relative;
}
.map li {
	position: absolute;
	transform: scale(0.8);
	transform-origin: center center;
}
.recruiting .map-color {
	color: #b50081;
}
.recruiting .right {
	float: right;
}
.recruiting > p {
	width: 613px;
	margin: 22px auto 4px;
	overflow: hidden;
}
.shopping .shop-cont {
	padding-left: 20px;
	padding-bottom: 30px;
}
.shopping .shop-cont ul {
	overflow: hidden;
}
.shopping .shop-cont .shop-txt {
	clear: both;
	margin-top: 18px;
}
.shopping .shop-cont .shop-btn {
	width: 100%;
	height: 77px;
	line-height: 78px;
	display: block;
	background: #b50081;
	color: #fff;
	position: relative;
	font-size: 124%;
	text-align: center;
	max-width: 388px;
	cursor: pointer;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	margin: 45px auto 40px;
	padding-right: 25px;
	box-sizing: border-box;
	transition-duration: .3s;
	-moz-transition-duration: .3s;
	-webkit-transition-duration: .3s;

}
.shopping .shop-cont .shop-btn:hover {
	background-color: #333;
}
.shopping .shop-cont .shop-btn:before {
	content: "";
	display: block;
	position: absolute;
	top: 0px;
	bottom:0px;
	margin: auto 0;
	width: 7px;
	height: 7px;
	border-top: 2.5px solid #fff;
	border-right: 2.5px solid #fff;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	right: 40px;
}
.shopping .shop-cont .shop-btn:after {
	content: "";
	width: 22px;
	height: 22px;
	border: solid 2.5px #fff;
	border-radius: 50%;
	position: absolute;
	right: 30px;
	top: 0;
	bottom: 0;
	margin: auto;
}
.shopping ul li {
	width: 49%;
	margin-bottom: 20px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}
.shopping ul li:nth-child(odd) {
	margin-right: 1.36%;
}
.shopping ul li .todetail_btn {
	display: block;
	color: #fff;
	background: #333;
	box-sizing: border-box;
	border-radius: 3px;
	position: absolute;
	margin: auto;
}
.shopping ul li .todetail_btn::before {
	content: "";
	display: block;
	position: absolute;
	margin: auto 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.shopping ul li .todetail_btn::after {
	content: "";
	border-radius: 50%;
	position: absolute;
	margin: auto;
	box-sizing: border-box;
}
.shopping ul li dl {
	border: 2px solid #e6e6e6;
	padding: 20px;
}
.shopping ul li dl dd:last-child {
	margin-top: 4px;
	font-size: 108%;
}

.shopping ul li dl dt {
	font-size: 140%;
	font-weight: bold;
	margin-bottom: 3px;
}
.shopping ul li dl dd.narrow {
	letter-spacing: -0.1px;
}
.shopping ul li dl dt span {
	font-size: 88%;
	color: #fff;
	background: #b50081;
	width: 34px;
	height: 21px;
	display: inline-block;
	text-align: center;
	margin-right: 8px;
	line-height: 22px;
	position: relative;
	bottom: 2px;
}
dd[class*="shop-"] span {
	color: #fff;
	font-size: 116%;
	font-weight: bold;
	width: 97px;
	height: 28px;
	display: inline-block;
	text-align: center;
	line-height: 30px;
	margin-right: 11px;
}
.shopping .shop-wanted {
	border: 1px solid #b50081;
}
.shopping .shop-wanted.noarea {
	border-color: #c6c6c6;
}
.shopping .shop-none {
	border: 1px solid #fff;
}
.shopping .shop-wanted span {
	background: #b50081;
}
.shopping .shop-wanted.noarea span {
	color: #000;
	width: 100%;
	font-size: 100%;
	background: #c6c6c6;
}
.shopping .shop-none span {
	background: #c6c6c6;
}
.shopping .shop-tit {
	clear: both;
	margin-top: 20px;
}

.map li.pin01 {top: 46.59%; left: 51.43%;}
.map li.pin02 {top: 58.20%; left: 49.22%;}
.map li.pin03 {top: 57.13%; left: 54.56%;}
.map li.pin04 {top: 56.41%; left: 50.78%;}
.map li.pin05 {top: 60.36%; left: 49.61%;}
.map li.pin06 {top: 62.40%; left: 45.96%;}
.map li.pin07 {top: 16.29%; left: 27.73%;}
.map li.pin08 {top: 16.77%; left: 25.39%;}
.map li.pin09 {top: 18.32%; left: 27.99%;}
.map li.pin10 {top: 21.32%; left: 31.51%;}
.map li.pin11 {top: 24.07%; left: 22.53%;}
.map li.pin12 {top: 22.16%; left: 19.40%;}
.map li.pin13 {top: 20.00%; left: 17.06%;}
.map li.pin14 {top: 26.47%; left: 33.59%;}
.map li.pin15 {top: 27.07%; left: 41.28%;}
.map li.pin16 {top: 31.86%; left: 30.08%;}
.map li.pin17 {top: 32.69%; left: 37.24%;}
.map li.pin18 {top: 35.21%; left: 23.31%;}
.map li.pin19 {top: 67.90%; left: 30.60%;}
.map li.pin20 {top: 68.74%; left: 27.08%;}
.map li.pin21 {top: 67.07%; left: 44.40%;}
.map li.pin22 {top: 71.14%; left: 38.15%;}
.map li.pin23 {top: 72.81%; left: 39.19%;}
.map li.pin24 {top: 77.37%; left: 40.63%;}
.map li.pin25 {top: 82.40%; left: 50.39%;}
.map li.pin26 {top: 77.60%; left: 31.64%;}
.map li.pin27 {top: 80.84%; left: 29.82%;}
.map li.pin28 {top: 78.92%; left: 26.30%;}
.map li.pin29 {top: 43.83%; left: 61.07%;}
.map li.pin30 {top: 55.09%; left: 70.44%;}
.map li.pin31 {top: 74.49%; left: 59.77%;}
.map li.pin32 {top: 70.78%; left: 75.78%;}
.map li.pin33 {top: 72.22%; left: 79.30%;}
.map li.pin34 {top: 72.22%; left: 85.81%;}
.map li.pin35 {top: 69.34%; left: 95.96%;}
.map li.pin36 {top: 90.42%; left: 23.05%;}
.map li.pin37 {top: 91.38%; left: 26.56%;}
.map li.pin38 {top: 64.31%; left: 45.96%;}
.map li.pin39 {top: 66.47%; left: 33.85%;}
.map li.pin40 {top: 13.77%; left: 12.50%;}

.map li:before, .map li:after {
	content: "";
	display: inline-block;
	height: 0;
	border-style: solid;
	border-color: #333;
	position: absolute;
}
.map li:before {
	border-width: 4.5px;
	border-radius: 50%;
	top: -4px;
	left: -4px;
}
.map li:after {
	width: 0;
	border-color: #333333;
}
.map li:hover:before, .map li:hover:after,
.map li.active:before, .map li.active:after {
	border-color :#b50081;
}

.map li div {
	display: inline-block;
	white-space: nowrap;
	width: auto;
	height: 20px;
	line-height: 20px;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 84%;
	vertical-align: middle;
	position: absolute;
	z-index: 3;
}
.map li div span {
	display: inline-block;
	height: 100%;
}
.map li div .number {
	width: 21px;
	border-radius: 3px 0 0 3px;
	font-size: 0px;
	vertical-align: top;
	background-image: url(../../common/images/shoplist/number.gif);
	background-repeat: no-repeat;
}
.map li div .name {
	width: auto;
	box-sizing: border-box;
	padding-left: 4px;
	padding-right: 7px;
	border: 1px solid #333;
	background-color: #fff;
	border-radius: 0 3px 3px 0;
}
.map li:hover div .name,
.map li.active div .name {
	border: 1px solid #b50081;
	background-color: #b50081;
	color: #fff;
}
.map li.pin01:after {
	border-width: 0 6px 12px 6px;
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	top: 0; left: -6px;
}
.map li.pin01 div {top: 12px; left: -38px;}

.map li.pin02:after {
	border-width: 6.5px 0 6.5px 15px;
	/*border-color: transparent transparent transparent #333333;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom: transparent;
	top: -4.5px; left: -9px;
}
.map li.pin02 div {top: -11px; right: 9px;}

.map li.pin03:after {
	border-width: 9px 15px 1px 0;
/*  border-color: transparent #333333 transparent transparent;*/
	border-top-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -8px; left: 0px;
}
.map li.pin03 div {top: -12px; left: 11px;}

.map li.pin04:after {
	border-width: 16px 8px 0 8px;
/*border-color: #333333 transparent transparent transparent;*/
	border-right-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -16px; left: -8px;
}
.map li.pin04 div {bottom: 10px; left: -38px;}

.map li.pin05:after {
	border-width: 13px 8.5px 8px 0;
/*border-color: transparent #333333 transparent transparent;*/
	border-top-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
transform: rotate(-135deg);
	top: -8px; left: 6px;
}
.map li.pin05 div {top: -17px; left: 11px;}

.map li.pin06:after {
	border-width: 6.5px 15px 6.5px 0;
/*border-color: transparent #333333 transparent transparent;*/
	border-top-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -4.5px; left: 0px;
}
.map li.pin06 div {top: -10px; left: 12px;}

.map li.pin07:after {
	border-width: 16px 12px 0 4px;
/*border-color: #333333 transparent transparent transparent;*/
	border-right-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -16px; left: -4px;
}
.map li.pin07 div {bottom: 11px; left: -7px;}

.map li.pin08:after {
	border-width: 0 14px 10px 10px;
/*border-color: transparent transparent #333333 transparent;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
transform: rotate(47deg);
	top: -17px; left: -16px;
}
.map li.pin08 div {bottom: 12px; left: -85px;}

.map li.pin09:after {
	border-width: 5px 15px 5px 0;
	/*border-color: transparent #333333 transparent transparent;*/
		border-top-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -5px; left: 0px;
}
.map li.pin09 div {top: -12px; left: 12px;}

.map li.pin10:after {
	border-width: 0 9px 16px 6px;
	/*border-color: transparent transparent #333333 transparent;*/
		border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	top: 0px; left: -6px;
}
.map li.pin10 div {top: 12px; left: -11px;}

.map li.pin11:after {
	border-width: 0 12px 10px 9px;
/*border-color: transparent transparent #333333 transparent;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
transform: rotate(-43.2deg);
	top: -2px; left: -20px;
}
.map li.pin11 div {top: -3px; right: 8px;}

.map li.pin12:after {
	border-width: 6.5px 0 6.5px 15px;
/*border-color: transparent transparent transparent #333333;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom: transparent;
	top: -6.5px; left: -13px;
}
.map li.pin12 div {top: -11px; right: 8px;}

.map li.pin13:after {
	border-width: 15px 6.5px 0 6.5px;
/*border-color: #333333 transparent transparent transparent;*/
	border-right-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -15px; left: -6.5px;
}
.map li.pin13 div {bottom: 9px; left: -46px;}

.map li.pin14:after {
	border-width: 6.5px 0 6.5px 15px;
/*border-color: transparent transparent transparent #333333;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom: transparent;
	top: -6.5px; left: -13px;
}
.map li.pin14 div {top: -11px; right: 7px;}

.map li.pin15:after {
	border-width: 0 9px 16px 6px;
	/*border-color: transparent transparent #333333 transparent;*/
		border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	top: 0px; left: -6px;
}
.map li.pin15 div {top: 13px; left: -67px;}

.map li.pin16:after {
	border-width: 6.5px 0 6.5px 15px;
/*border-color: transparent transparent transparent #333333;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom: transparent;
	top: -6.5px; left: -13px;
}
.map li.pin16 div {top: -10px; right: 8px;}

.map li.pin17:after {
	border-width: 0 9px 16px 6px;
/*border-color: transparent transparent #333333 transparent;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	top: 0px; left: -6px;
}
.map li.pin17 div {top: 12px; left: -56px;}

.map li.pin18:after {
	border-width: 0 8px 15px 8px;
/*border-color: transparent transparent #333333 transparent;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	top: 0px; left: -8px;
}
.map li.pin18 div {top: 11px; left: -44px;}

.map li.pin19:after {
	border-width: 0 8px 21px 8px;
/*border-color: transparent transparent #333333 transparent;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	top: 0px; left: -8px;
}
.map li.pin19 div {top: 19px; left: -39px;}

.map li.pin20:after {
	border-width: 0 11px 6px 11px;
/*border-color: transparent transparent #333333 transparent;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
transform: rotate(-121deg);
	top: -10px; left: -18px;
}
.map li.pin20 div {top: -22px; right: 7px;}

.map li.pin21:after {
	border-width: 0 9px 10px 12px;
/*border-color: transparent transparent #333333 transparent;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
transform: rotate(42.5deg);
	top: -2px; left: 0px;
}
.map li.pin21 div {top: -3px; left: 11px;}

.map li.pin22:after {
	border-width: 11px 15px 0px 0;
/*border-color: transparent #333333 transparent transparent;*/
	border-top-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -11px; left: 0px;
}
.map li.pin22 div {top: -16px; left: 15px;}

.map li.pin23:after {
	border-width: 0 9px 10px 11px;
/*border-color: transparent transparent #333333 transparent;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
transform: rotate(38.1deg);
	top: -3px; left: 3px;
}
.map li.pin23 div {top: -5px; left: 14px;}

.map li.pin24:after {
	border-width: 0 8px 21px 8px;
/*border-color: transparent transparent #333333 transparent;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	top: 0px; left: -8px;
}
.map li.pin24 div {top: 16px; left: -39px;}

.map li.pin25:after {
	border-width: 0 8px 21px 8px;
/*border-color: transparent transparent #333333 transparent;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	top: 0px; left: -8px;
}
.map li.pin25 div {top: 15px; left: -33px;}

.map li.pin26:after {
	border-width: 16px 8px 0 8px;
/*border-color: #333333 transparent transparent transparent;*/
	border-right-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -16px; left: -8px;
}
.map li.pin26 div {bottom: 11px; left: -33px;}

.map li.pin27:after {
	border-width: 0 8px 21px 8px;
/*border-color: transparent transparent #333333 transparent;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	top: 0px; left: -8px;
}
.map li.pin27 div {top: 15px; left: -34px;}

.map li.pin28:after {
	border-width: 6.5px 0 6.5px 15px;
/*border-color: transparent transparent transparent #333333;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-bottom: transparent;
	top: -5.5px; left: -12px;
}
.map li.pin28 div {top: -11px; right: 9px;}

.map li.pin29:after {
	border-width: 15px 8px 0 8px;
/*border-color: #333333 transparent transparent transparent;*/
	border-right-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -15px; left: -8px;
}
.map li.pin29 div {bottom: 11px; left: -32px;}

.map li.pin30:after {
	border-width: 15px 8px 0 8px;
/*border-color: #333333 transparent transparent transparent;*/
	border-right-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -15px; left: -8px;
}
.map li.pin30 div {bottom: 11px; left: -31px;}

.map li.pin31:after {
	border-width: 15px 8px 0 8px;
/*border-color: #333333 transparent transparent transparent;*/
	border-right-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -15px; left: -8px;
}
.map li.pin31 div {bottom: 9px; left: -34px;}

.map li.pin32:after {
	border-width: 15px 8px 0 8px;
/*border-color: #333333 transparent transparent transparent;*/
	border-right-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -15px; left: -8px;
}
.map li.pin32 div {bottom: 11px; left: -43px;}

.map li.pin33:after {
	border-width: 0 8px 15px 8px;
/*border-color: transparent transparent #333333 transparent;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	top: 0px; left: -8px;
}
.map li.pin33 div {top: 13px; left: -40px;}

.map li.pin34:after {
	border-width: 0 8px 15px 8px;
/*border-color: transparent transparent #333333 transparent;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
	top: 0px; left: -8px;
}
.map li.pin34 div {top: 11px; left: -20px;}

.map li.pin35:after {
	border-width: 15px 8px 0 8px;
/*border-color: #333333 transparent transparent transparent;*/
	border-right-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -15px; left: -8px;
}
.map li.pin35 div {bottom: 9px; left: -43px;}

.map li.pin36:after {
	border-width: 16px 8px 0 8px;
/*border-color: #333333 transparent transparent transparent;*/
	border-right-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -16px; left: -8px;
}
.map li.pin36 div {bottom: 12px; left: -55px;}

.map li.pin37:after {
	border-width: 16px 8px 0 8px;
/*border-color: #333333 transparent transparent transparent;*/
	border-right-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -16px; left: -8px;
}
.map li.pin37 div {bottom: 12px; left: -12px;}

.map li.pin38:after {
	border-width: 0 9px 10px 12px;
/*border-color: transparent transparent #333333 transparent;*/
	border-top-color: transparent;
	border-right-color: transparent;
	border-left-color: transparent;
transform: rotate(42.9deg);
	top: -2px; left: 0px;
}
.map li.pin38 div {top: -4px; left: 13px;}

.map li.pin39:after {
	border-width: 16px 8px 0 8px;
/*border-color: #333333 transparent transparent transparent;*/
	border-right-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -16px; left: -8px;
}
.map li.pin39 div {bottom: 14px; left: -69px;}

.map li.pin40:after {
	border-width: 16px 8px 0 8px;
/*border-color: #333333 transparent transparent transparent;*/
	border-right-color: transparent;
	border-bottom: transparent;
	border-left-color: transparent;
	top: -16px; left: -8px;
}
.map li.pin40 div {bottom: 13px; left: -32px;}

.map li.pin01 .number {background-position: 0 0;}
.map li.pin02 .number {background-position: 0 calc(100% / 39 * 1);}
.map li.pin03 .number {background-position: 0 calc(100% / 39 * 2);}
.map li.pin06 .number {background-position: 0 calc(100% / 39 * 3);}
.map li.pin07 .number {background-position: 0 calc(100% / 39 * 4);}
.map li.pin08 .number {background-position: 0 calc(100% / 39 * 5);}
.map li.pin09 .number {background-position: 0 calc(100% / 39 * 6);}
.map li.pin10 .number {background-position: 0 calc(100% / 39 * 7);}
.map li.pin11 .number {background-position: 0 calc(100% / 39 * 8);}
.map li.pin12 .number {background-position: 0 calc(100% / 39 * 9);}
.map li.pin13 .number {background-position: 0 calc(100% / 39 * 10);}
.map li.pin14 .number {background-position: 0 calc(100% / 39 * 11);}
.map li.pin15 .number {background-position: 0 calc(100% / 39 * 12);}
.map li.pin16 .number {background-position: 0 calc(100% / 39 * 13);}
.map li.pin17 .number {background-position: 0 calc(100% / 39 * 14);}
.map li.pin18 .number {background-position: 0 calc(100% / 39 * 15);}
.map li.pin19 .number {background-position: 0 calc(100% / 39 * 16);}
.map li.pin20 .number {background-position: 0 calc(100% / 39 * 17);}
.map li.pin21 .number {background-position: 0 calc(100% / 39 * 18);}
.map li.pin22 .number {background-position: 0 calc(100% / 39 * 19);}
.map li.pin23 .number {background-position: 0 calc(100% / 39 * 20);}
.map li.pin24 .number {background-position: 0 calc(100% / 39 * 21);}
.map li.pin25 .number {background-position: 0 calc(100% / 39 * 22);}
.map li.pin26 .number {background-position: 0 calc(100% / 39 * 23);}
.map li.pin27 .number {background-position: 0 calc(100% / 39 * 24);}
.map li.pin28 .number {background-position: 0 calc(100% / 39 * 25);}
.map li.pin29 .number {background-position: 0 calc(100% / 39 * 26);}
.map li.pin30 .number {background-position: 0 calc(100% / 39 * 27);}
.map li.pin31 .number {background-position: 0 calc(100% / 39 * 28);}
.map li.pin32 .number {background-position: 0 calc(100% / 39 * 29);}
.map li.pin33 .number {background-position: 0 calc(100% / 39 * 30);}
.map li.pin34 .number {background-position: 0 calc(100% / 39 * 31);}
.map li.pin35 .number {background-position: 0 calc(100% / 39 * 32);}
.map li.pin36 .number {background-position: 0 calc(100% / 39 * 33);}
.map li.pin37 .number {background-position: 0 calc(100% / 39 * 34);}
.map li.pin38 .number {background-position: 0 calc(100% / 39 * 35);}
.map li.pin39 .number {background-position: 0 calc(100% / 39 * 36);}
.map li.pin40 .number {background-position: 0 calc(100% / 39 * 37);}


@media(max-width:1200px){
	.special-cont p {
		width: 90%;
		margin: 0 auto;
	}
	.special-cont p img {
		width: 100%;
		height: auto;
	}
	#contents > figure {
		width: 92%;
	}
	.tenant-cont {
		width: 88%;
	}
	.hokkaido ol {
		height: 0;
		padding-bottom: 108.5%;
	}

}

@media(max-width:1110px){
	.sc-type dl {
		min-height: 476px;
	}
}
@media(max-width:1087px){
	.sc-type dt {
		height: 48px;
	}
}

@media(min-width:769px) and (max-width:1010px) {
	.large .shopping ul li dl dd.shop-wanted {
		height: 66px;
		position: relative;
		padding-left: 109px;
		padding-top: 10px;
		box-sizing: border-box;
		padding-right: 10px;
	}
	.large dd.shop-wanted span {
		position: absolute;
		height: 65px;
		left: 0px;
		top: 0px;
		padding-top: 18px;
		box-sizing: border-box;
	}
	.large .shopping ul li dl dd:nth-child(2) {
		height: 44px;
	}
	.large .shopping ul li dl dt {
		font-size: 128%;
	}
}
@media(min-width:769px){
	.shopping ul li .todetail_btn {
		width: 110px;
		padding: 10px 19px 9px;
		font-size: 12px;
		font-weight: bold;
		line-height: 12px;
		top: 13px;
		right: 21px;
	}
	.shopping ul li .todetail_btn::before {
		top: 0px;
		bottom: 1px;
		width: 3px;
		height: 3px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		right: 13%;
	}
	.shopping ul li .todetail_btn::after {
		width: 15px;
		height: 15px;
		border: solid 2px #fff;
		position: absolute;
		margin: auto;
		box-sizing: border-box;
		top: 0;
		bottom: 0;
		right: 8%;
		margin: auto;
	}

	.shopping .shop-cont ul:nth-child(6) li dl dt {
		padding-right: 110px;
	text-indent: -42px;
	padding-left: 42px;
	}
	.shopping .shop-cont ul:nth-child(6) li dl dt span {
		text-indent: 0;
	}

}
@media(max-width:768px){
	.tenant-title {
		font-size: 20px;
		letter-spacing: 1px;
		padding-left: 12px;
		line-height: 23px;
		border-bottom: 2px solid #e6e6e6;
		padding-bottom: 6px;
	}
	.special-cont { margin: 20px auto 40px; }
	.map, .list { float: none; }
	.map {
		width: auto;
		height: auto;
		padding-top: 9px;
		margin: 0 auto 41px;
	}
	.hokkaido { height: auto; }
	.map li { transform: scale(0.8); }

	#contents > figure {
		width: 100%;
		margin: 15px auto 0px;
	}
	.support .sup-tit {
		font-size: 18px;
		line-height: 22px;
	}
	.tenant-cont {
		margin: 15px auto 0px;
		width: 86.7%;
	}
	.support .sup-txt,
	.support dl,
	.sc-type dd,
	.shopping ul li dl dd,
	.shopping ul li dl dd:last-child,
	.sc-type .sc-cont > p {
		font-size: 12px;
		line-height: 20px;
	}
	.sup-cont {
		padding-left: 0px;
		margin-top: 14px;
	}
	.support dt {
		margin-bottom: 4px;
		font-size: 14px;
	}
	.support dl {
		margin-bottom: 21px;
	}
	.support .sup-txt {
		margin-bottom: 20px;
	}
	.sc-type dl {
		margin-top: 10px;
	}
	.sc-type dl:nth-child(n+3) {
		margin-top: 0px;
		border-top: none;
	}
	.sc-type .sc-tit, .recruiting .re-tit {
		font-size: 16px;
		padding-left: 15px;
	}
	.sc-type .sc-tit:before, .recruiting .re-tit:before {
		width: 11px;
		height: 11px;
	}
	.sc-type .sc-cont {
		margin-top: 7px;
	}
	.sc-type dl {
		width: 100%;
		border: 2px solid #e6e6e6;
	}
	.sc-type dt {
		height: auto;
		font-size: 14px;
		padding-left: 11px;
		margin-bottom: 6px;
	}
	.sc-type dl {
		min-height: 335px;
	}
	.recruiting {
		margin-top: 29px;
	}
	.recruiting > p {
		font-size: 12px;
		width: 101%;
		margin: 5px auto 4px;
		line-height: 19px;
	}
	.recruiting .right {
		float: none;
		padding-left: 1em;
	}
	.shopping .shop-tit {
		font-size: 15px;
		margin-bottom: 8px;
	}
	.sc-type dt:before, .shopping .shop-tit:before {
		top: 6px;
		border-top: 4px solid transparent;
		border-bottom: 4px solid transparent;
		border-left: 6px solid #b50081;
	}
	.shopping .shop-cont {
		padding-left: 0px;
	}
	.shopping ul li {
		width: 100%;
		margin-bottom: 10px;
	}
	.shopping ul li dl dt {
		font-size: 13px;
		margin-bottom: 0px;
	}
	.shopping ul li dl dd {
		line-height: 19px;
	}
	.shopping ul li dl dt span {
		font-size: 11px;
		width: 25px;
		height: 16px;
		line-height: 17px;
	}
	dd[class*="shop-"] span {
		font-size: 13px;
		width: 65px;
		height: 22px;
		line-height: 23px;
	}
	.shopping ul li dl {
		padding: 15px;
	}
	.shopping ul li dl dd:last-child {
		margin-top: 5px;
	}
	.shopping .shop-cont .shop-txt {
		font-size: 12px;
		line-height: 16px;
	}
	.shopping .shop-cont .shop-btn {
		font-size: 14px;
		margin: 18px auto 32px;
		height: 60px;
		line-height: 61px;
	}
	.shopping .shop-cont .shop-btn:after {
		width: 21px;
		height: 21px;
		border: solid 2px #fff;
		right: 15px;
	}
	.shopping .shop-cont .shop-btn:before {
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		right: 24px;
	}
	.support dl:before {
		top: 5px;
	}
	.shopping ul li:nth-child(odd) {
		margin-right: 0%;
	}
	.shopping ul li .todetail_btn {
		width: 26.16%;
		padding: 1.4% 2.4%;
		font-size: 0.625rem;
		line-height: 0.6rem;
		top: 13px;
		right: 17px;
	}
	.shopping ul li .todetail_btn::before {
		top: 0px;
		bottom: 1px;
		width: 3px;
		height: 3px;
		border-top: 1px solid #fff;
		border-right: 1px solid #fff;
		right: 12%;
	}
	.shopping ul li .todetail_btn::after {
		width: 11px;
		height: 11px;
		border: solid 1px #fff;
		position: absolute;
		margin: auto;
		box-sizing: border-box;
		top: 0;
		bottom: 0;
		right: 7%;
		margin: auto;
	}

	.shopping .shop-cont ul:nth-child(6) li dl dt {
		padding-right: calc(26.16% + 15px);
	text-indent: -33px;
	padding-left: 33px;
	}
	.shopping .shop-cont ul:nth-child(6) li dl dt span {
		text-indent: 0;
	}


	.sc-type .sc-cont {
		padding-left: 0px;
	}
	.sc-type .sc-cont > p {
		padding-left: 1em;
	}
	.sc-type dd:nth-child(2) {
		margin: 6px 0px 10px;
	}
	.sc-type {
		margin-top: 36px;
	}
	.sc-type dl:nth-child(4) dd {
		line-height: 18px;
	}
	.sc-type dl:nth-child(3) {
		border-left: 2px solid #e6e6e6;
	}
}

@media (max-width:645px){
	.map li { transform: scale(0.7); }
}
@media (max-width:570px){
	.map li { transform: scale(0.6); }
}
@media (max-width:375px){
	.map li { transform: scale(0.5); }
}
@media (max-width:360px){
	.shopping ul li dl dd.shop-wanted {
		height: 50px;
		position: relative;
		padding-left: 74px;
		padding-top: 4px;
		box-sizing: border-box;
		padding-right: 10px;
		line-height: 15px;
	}
	.shopping dd.shop-wanted span {
		position: absolute;
		height: 49px;
		left: 0px;
		top: 0px;
		line-height: 49px;
		box-sizing: border-box;
	}
}

/*******************************************************************
.tenant_recruit
********************************************************************/
/* tenant_recruit 共通 */
.tenant_recruit .url_td a {
	color: #b50081;
	border-bottom: 1px solid #b50081;
}
.tenant_recruit .corpTitle {
	position: relative;
}
.tenant_recruit .corpTitle:before {
	content: "";
	display: block;
	background: #b50081;
	position: absolute;
}
.tenant_recruit .tenant_recruit-inner {
	margin: 0 auto;
}
.tenant_recruit .table_flex_pc {
	margin: 0 auto;
	display: flex;
	justify-content: flex-start;
}
.tenant_recruit .flex_sp p:nth-child(1) {
	color: #000;
	text-align: center;
	background: #f2d7ea;
}
.tenant_recruit .flex_sp p:nth-child(2) {
	text-align: center;
	box-sizing: border-box;
}
.tenant_recruit .flex_sp .btn {
	display: block;
	color: #fff;
	text-align: left;
	margin: 0 auto;
	background: #b50081;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
}
.tenant_recruit .flex_sp .btn:before {
	content: "";
	display: block;
	position: absolute;
	margin: auto 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.tenant_recruit .flex_sp .btn:after {
	content: "";
	border-radius: 50%;
	position: absolute;
	margin: auto;
	box-sizing: border-box;
}
.tenant_recruit .flex_area {
	display: flex;
	justify-content: space-between;
}
.tenant_recruit .basic_info_flex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.tenant_recruit .basic_info_flexItem-pc {
	display: flex;
	flex-wrap: wrap;
}
.tenant_recruit .basic_info_flex .add_th,
.tenant_recruit .basic_info_flex .access_th,
.tenant_recruit .basic_info_flex .structure_th,
.tenant_recruit .basic_info_flex .parking_th,
.tenant_recruit .basic_info_flex .url_th,
.tenant_recruit .basic_info_flex .url_th,
.tenant_recruit .basic_info_flex .area02_th,
.tenant_recruit .basic_info_flex .tenants_th,
.tenant_recruit .basic_info_flex .opening_th {
	font-weight: bold;
	color: #000;
	text-align: center;
	background: #f2d7ea;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.tenant_recruit .basic_info_flex .parking_th,
.tenant_recruit .basic_info_flex .tenants_th {
	box-sizing: border-box;
}
.tenant_recruit .basic_info_flex .add_td,
.tenant_recruit .basic_info_flex .access_td {
	text-align: left;
	background: #fff;
	display: table-cell;
	vertical-align: middle;
	box-sizing: border-box;
}
.tenant_recruit .basic_info_flex .structure_td,
.tenant_recruit .basic_info_flex .parking_td,
.tenant_recruit .basic_info_flex .url_td,
.tenant_recruit .basic_info_flex .area02_td,
.tenant_recruit .basic_info_flex .tenants_td,
.tenant_recruit .basic_info_flex .opening_td {
	text-align: left;
	background: #fff;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
@media(min-width:769px){
	.tenant_recruit .url_td a {
		border-bottom: 1px solid #b50081;
	}
	.tenant_recruit .corpTitle {
		font-size: 185%;
		padding-left: 12px;
		margin-bottom: 40px;
		letter-spacing: .1em;
		border-bottom: 2px solid #e6e6e6;
	}
	.tenant_recruit .corpTitle:before {
		width: 6px;
		top: 2px;
		left: 0;
		bottom: 5px;
	}
	.tenant_recruit .tenant_recruit-inner {
		width: 1060px;
	}
	.tenant_recruit .table_flex_pc {
		width: 1000px;
	}
	.tenant_recruit .flex_sp {
		border-right: 1px solid #c6c6c6;
		border-bottom: 1px solid #c6c6c6;
	}
	.tenant_recruit .flex_sp p,
	.tenant_recruit .flex_sp div {
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tenant_recruit .flex_sp:last-child {
		border-right: none;
	}
	.tenant_recruit .flex_sp p:nth-child(1) {
		font-size: 14px;
		padding: 17px 10px 16px;
		box-sizing: border-box;
	}
	.tenant_recruit .flex_sp p:nth-child(2) {
		font-size: 14px;
		height: 110px;
		padding: 11px 20px 10px;
	}
	.tenant_recruit .flex_sp:last-child p {
		border-right: none;
	}
	.tenant_recruit .flex_sp .btn {
		width: 114px;
		font-size: 12px;
		line-height: 12px;
		padding: 10px 19px 9px;
		margin: 0 auto;
	}
	.tenant_recruit .flex_sp .btn:before {
		top: 0px;
		bottom: 1px;
		width: 4px;
		height: 4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		right: 12px;
	}
	.tenant_recruit .flex_sp .btn:after {
		width: 17px;
		height: 17px;
		border: solid 2px #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 6px;
	}
	/*.tenant_recruit .kukaku_th,
	.tenant_recruit .kukaku_td {
		width: 116px;
	}*/
	/*.tenant_recruit .image_th,
	.tenant_recruit .image_td {
		width: 205px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.tenant_recruit .image_td img {
		width: 100%;
		padding: 10px 41px;
		box-sizing: border-box;
	}*/
	/*.tenant_recruit .rent_th,
	.tenant_recruit .rent_td {
		width: 188px;
	}*/
	.tenant_recruit .area_th,
	.tenant_recruit .area_td {
		width: 395px;
	}
	.tenant_recruit .industry_th,
	.tenant_recruit .industry_td {
		width: 370px;
	}
	.tenant_recruit .floor_th,
	.tenant_recruit .floor_td {
		width: 233px;
	}
	/*.tenant_recruit .detail_th,
	.tenant_recruit .detail_td {
		width: 162px;
	}*/
	.tenant_recruit {
		font-size: 13px;
	}
	.tenant_recruit .img_area {
		width: 294px;
		margin-right: 40px;
	}
	.tenant_recruit .img_area img {
		width: 100%;
	}
	.tenant_recruit .basic_info_flex {
		width: 607px;
		margin-bottom: 30px;
	}
	.tenant_recruit .basic_info_flexItem-pc {
		width: 50%;
	}
	.tenant_recruit .basic_info_flex .add_th,
	.tenant_recruit .basic_info_flex .access_th,
	.tenant_recruit .basic_info_flex .structure_th,
	.tenant_recruit .basic_info_flex .parking_th,
	.tenant_recruit .basic_info_flex .url_th,
	.tenant_recruit .basic_info_flex .url_th,
	.tenant_recruit .basic_info_flex .area02_th,
	.tenant_recruit .basic_info_flex .tenants_th,
	.tenant_recruit .basic_info_flex .opening_th {
		width: 120px;
		height: auto;
		font-size: 14px;
		padding: 17px 0;
		border-bottom: 1px solid #c6c6c6;
	}
	.tenant_recruit .basic_info_flex .parking_th,
	.tenant_recruit .basic_info_flex .tenants_th {
		height: 119px;
	}
	.tenant_recruit .basic_info_flex .add_td,
	.tenant_recruit .basic_info_flex .access_td {
		width: 486px;
		height: auto;
		font-size: 14px;
		padding: 16px 5px 18px 10px;
		border-bottom: 1px solid #c6c6c6;
	}
	.tenant_recruit .basic_info_flex .structure_td,
	.tenant_recruit .basic_info_flex .parking_td,
	.tenant_recruit .basic_info_flex .url_td,
	.tenant_recruit .basic_info_flex .area02_td,
	.tenant_recruit .basic_info_flex .tenants_td,
	.tenant_recruit .basic_info_flex .opening_td {
		width: 183px;
		height: auto;
		font-size: 14px;
		padding: 16px 5px 18px 19px;
		border-bottom: 1px solid #c6c6c6;
	}
	.tenant_recruit .basic_info_flex .parking_td,
	.tenant_recruit .basic_info_flex .tenants_td {
		height: auto;
		padding: 11px 5px 11px 19px;
	}
	.tenant_recruit .basic_info_flex .pc-h_50 {
		height: 50px;
	}
	.tenant_recruit .map_area {
		width: 940px;
		height: 480px;
	}
}
@media(max-width:768px){
	.tenant_recruit .corpTitle {
		font-size: 0.875rem;
		letter-spacing: .1em;
		line-height: 32px;
		padding-left: 14px;
		margin-bottom: 21px;
		border-bottom: 2px solid #e6e6e6;
	}
	.tenant_recruit .corpTitle:before {
		width: 3px;
		top: 2px;
		left: 0;
		bottom: 0;
	}
	.tenant_recruit .tenant_recruit-inner {
		width: auto;
		padding: 0 3%;
	}
	.tenant_recruit .table_flex_pc {
		width: 92.85%;
		flex-wrap: wrap;
		margin-bottom: 11px;
	}
	.tenant_recruit .table_flex_pc:last-child {
		margin-bottom: 0;
	}
	.tenant_recruit .flex_sp {
		width: 100%;
		border-bottom: 1px solid #c6c6c6;
		display: flex;
		justify-content: flex-start;
	}
	.tenant_recruit .flex_sp:first-child {
		border-top: 1px solid #c6c6c6;
	}
	.tenant_recruit .flex_sp p:first-child {
		width: 40%;
		font-size: 0.75rem;
		font-weight: normal;
		padding: 3.7% 2%;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}
	.tenant_recruit .flex_sp p:last-child,
	.tenant_recruit .flex_sp div {
		width: 60%;
		font-size: 0.75rem;
		padding: 13px 20px;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
	}
	.tenant_recruit .flex_sp .btn {
		width: 100%;
		font-size: 0.75rem;
		padding: 8.5% 3.4% 8.5% 23.4%;
		margin: 0 auto;
	}
	.tenant_recruit .flex_sp .btn:before {
		top: 0px;
		bottom: 1px;
		width: 4px;
		height: 4px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		right: 12%;
	}
	.tenant_recruit .flex_sp .btn:after {
		width: 17px;
		height: 17px;
		border: solid 2px #fff;
		position: absolute;
		margin: auto;
		box-sizing: border-box;
		top: 0;
		bottom: 0;
		right: 8%;
		margin: auto;
	}
	.tenant_recruit .image_td img {
		width: calc(338px / 2);
		height: calc(250px / 2);
	}
	.tenant_recruit .detail_td a {
		width: 100%;
		font-size: 0.75rem;
		padding: 15px 13px;
		margin: 0 auto;
	}
	.tenant_recruit {
		font-size: 0.812rem;
	}
	.tenant_recruit .img_area {
		width: calc(610px / 2);
		height: auto;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.tenant_recruit .img_area img {
		width: 100%;
		margin-right: 0;
		vertical-align: bottom;
	}
	.tenant_recruit .basic_info_flex.w02 {
		border-top: 1px solid #c6c6c6;
	}
	.tenant_recruit .basic_info_flex {
		width: 100%;
		margin-bottom: 20px;
	}
	.tenant_recruit .basic_info_flexItem-pc {
		width: 100%;
	}
	.tenant_recruit .basic_info_flex .add_th,
	.tenant_recruit .basic_info_flex .access_th,
	.tenant_recruit .basic_info_flex .structure_th,
	.tenant_recruit .basic_info_flex .parking_th,
	.tenant_recruit .basic_info_flex .url_th,
	.tenant_recruit .basic_info_flex .url_th,
	.tenant_recruit .basic_info_flex .area02_th,
	.tenant_recruit .basic_info_flex .tenants_th,
	.tenant_recruit .basic_info_flex .opening_th {
		width: 32%;
		height: auto;
		font-size: 0.75rem;
		padding: 4% 0;
		border-bottom: 1px solid #c6c6c6;
		font-weight: normal;
	}
	.tenant_recruit .basic_info_flex .parking_th,
	.tenant_recruit .basic_info_flex .tenants_th {
		height: auto;
	}
	.tenant_recruit .basic_info_flex .add_td,
	.tenant_recruit .basic_info_flex .access_td {
		width: 68%;
		height: auto;
		font-size: 0.75rem;
		padding: 4.2% 9.6% 4.2% 8%;
		border-bottom: 1px solid #c6c6c6;
	}
	.tenant_recruit .basic_info_flex .structure_td,
	.tenant_recruit .basic_info_flex .parking_td,
	.tenant_recruit .basic_info_flex .url_td,
	.tenant_recruit .basic_info_flex .area02_td,
	.tenant_recruit .basic_info_flex .tenants_td,
	.tenant_recruit .basic_info_flex .opening_td {
		width: 68%;
		height: auto;
		font-size: 0.75rem;
		padding: 4.2% 9.6% 4.2% 8%;
		border-bottom: 1px solid #c6c6c6;
	}
	.tenant_recruit .basic_info_flex .parking_td,
	.tenant_recruit .basic_info_flex .tenants_td {
		height: auto;
	}
	.tenant_recruit .basic_info_flex .pc-h_50 {
		height: auto;
	}
	.tenant_recruit .map_area {
		width: 100%;
		height: calc(476px / 2);
	}
	.tenant_recruit .map_area iframe {
		border: 0;
		width: 100%;
		height: 100%;
	}
}
/*******************************************************************
.store
********************************************************************/
.store .ant {
	margin: 0 auto;
}
.store .basic_info {
	background: #e6e6e6;
}
.store .basic_info-ttl {
	font-weight: bold;
	position: relative;
}
.store .basic_info-ttl::before {
	position: absolute;
	content: "";
	background: #b50081;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}

@media(min-width:769px){
	.store .tenant-title {
		margin-bottom: 50px;
	}
	.store .ant {
		width: 1000px;
		margin-top: 14px;
	}
	.store .basic_info {
		padding: 40px 60px;
		margin: 40px 0 50px;
	}
	.store .basic_info-ttl {
		font-size: 1.125rem;
		padding-left: 1rem;
		margin-bottom: 30px;
	}
	.store .basic_info-ttl::before {
		width: 14px;
		height: 14px;
		background: #b50081;
		left: 0px;
		top: 19%;
	}
}
@media(max-width:768px){
	.store .url_td a {
		border-bottom: 1px solid #b50081;
	}
	.store .tenant-title {
		margin-bottom: 19px;
	}
	.store .ant {
		width: 86.6%;
		margin-top: 14px;
		text-indent: -1rem;
		padding-left: 2rem;
	}
	.store .basic_info {
		padding: 6.1% 9.2% 8.9%;
		margin: 8% 0 8.5%;
	}
	.store .basic_info-ttl {
		font-size: 1.125rem;
		margin-bottom: 13px;
		padding-left: 1rem;
	}
	.store .basic_info-ttl::before {
		width: 14px;
		height: 14px;
		background: #b50081;
		left: 0px;
		top: 19%;
	}
	.tenant_recruit .flex_area {
		flex-wrap: wrap;
	}
}

/*******************************************************************
.store_detail
********************************************************************/
.store_detail .store_detail-box {
	margin: 0 auto;
	box-sizing: border-box;
}
.store_detail .store_detail_ttl {
	background: #e899d1;
	color: #fff;
}
.store_detail .slide_area {
	max-width: 408px;
	position: relative;
}
.store_detail .slide_area .slick-arrow {
	top: 0;
	bottom: 0;
	width: 18px;
	height: 0;
	margin: auto 0;
	padding: 16px 0 0;
	display: block;
	position: absolute;
	background: none;
	border: none;
	z-index: 5;
	overflow: hidden;
	border-top: 2px solid #c6c6c6;
	border-right: 2px solid #c6c6c6;
}
.store_detail .slide_area .slick-prev {
	left: -20px;
	transform: rotate(-135deg);
}
.store_detail .slide_area .slick-next {
	right: -20px;
	transform: rotate(45deg);
}
.store_detail .slide_area .slideThumb {
	margin-top: 7px;
	padding: 0 30px;
	display: flex;
	flex-wrap: wrap;
}
.store_detail .slide_area .slideThumb li {
	width: 25%;
	padding: 3px;
	cursor: pointer;
	box-sizing: border-box;
	transition-duration: .3s;
	transition-property: opacity;
}
.store_detail .slide_area .slideThumb li:hover {
	opacity: .6;
}
.store_detail .slide_area img {
	width: 100%;
	vertical-align: bottom;
}
.store_detail .basic_info_flex {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.store_detail .basic_info_flex .comp_th,
.store_detail .basic_info_flex .yn_th,
.store_detail .basic_info_flex .light_th,
.store_detail .basic_info_flex .power_th,
.store_detail .basic_info_flex .capa_th,
.store_detail .basic_info_flex .supply_th,
.store_detail .basic_info_flex .drainage_th,
.store_detail .basic_info_flex .air-con_th,
.store_detail .basic_info_flex .vent_th,
.store_detail .basic_info_flex .interior_th,
.store_detail .basic_info_flex .remarks_th {
	font-weight: bold;
	color: #000;
	text-align: center;
	background: #f2d7ea;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}
.store_detail .basic_info_flex .comp_td,
.store_detail .basic_info_flex .yn_td,
.store_detail .basic_info_flex .light_td,
.store_detail .basic_info_flex .power_td,
.store_detail .basic_info_flex .remarks_td {
	text-align: left;
	background: #fff;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.store_detail .basic_info_flexItem-pc {
	display: flex;
	flex-wrap: wrap;
}
.store_detail .basic_info_flex .capa_td,
.store_detail .basic_info_flex .supply_td,
.store_detail .basic_info_flex .drainage_td,
.store_detail .basic_info_flex .air-con_td,
.store_detail .basic_info_flex .vent_td,
.store_detail .basic_info_flex .interior_td {
	text-align: left;
	background: #fff;
	box-sizing: border-box;
	display: flex;
	justify-content: flex-start;
	align-items: center;
}
.store_detail .basic_info {
	background: #e6e6e6;
}
.store_detail .basic_info-ttl {
	font-weight: bold;
	position: relative;
}
.store_detail .basic_info-ttl::before {
	position: absolute;
	content: "";
	background: #b50081;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
}
.store_detail .basic_info_flex .add_td {
	width: 100%;
	height: auto;
	background: transparent;
}
.store_detail .store_detail-box .detail-box_btn {
	display: block;
	color: #fff;
	font-weight: bold;
	text-align: left;
	margin: 0 auto;
	background: #b50081;
	border-radius: 5px;
	box-sizing: border-box;
	position: relative;
}
.store_detail .store_detail-box .detail-box_btn::before {
	content: "";
	display: block;
	position: absolute;
	margin: auto 0;
	transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}
.store_detail .store_detail-box .detail-box_btn::after {
	content: "";
	border-radius: 50%;
	position: absolute;
	margin: auto;
	box-sizing: border-box;
}


@media(min-width:769px){
	.store_detail .tenant-title {
		margin-bottom: 41px;
	}
	.store_detail .store_detail-box {
		width: 1120px;
		border: 2px solid #b50081;
		padding: 62px 30px 62px;
		margin-bottom: 60px;
	}
	.store_detail .store_detail_ttl {
		padding: 15px 30px;
		margin-bottom: 40px;
		font-size: 28px;
		line-height: 28px;
	}
	.store_detail .store_detail-box .flex_area {
		width: 1000px;
		margin: 0 auto;
	}
	.store_detail .basic_info_flex .comp_th,
	.store_detail .basic_info_flex .yn_th,
	.store_detail .basic_info_flex .light_th,
	.store_detail .basic_info_flex .power_th,
	.store_detail .basic_info_flex .capa_th,
	.store_detail .basic_info_flex .supply_th,
	.store_detail .basic_info_flex .drainage_th,
	.store_detail .basic_info_flex .air-con_th,
	.store_detail .basic_info_flex .vent_th,
	.store_detail .basic_info_flex .interior_th,
	.store_detail .basic_info_flex .remarks_th {
		width: 114px;
		/* height: 50px; */
		font-size: 14px;
		padding: 17px 0;
		border-bottom: 1px solid #c6c6c6;
	}
	.store_detail .basic_info_flex .comp_td,
	.store_detail .basic_info_flex .yn_td,
	.store_detail .basic_info_flex .light_td,
	.store_detail .basic_info_flex .power_td,
	.store_detail .basic_info_flex .remarks_td {
		width: 416px;
		/* height: 50px; */
		font-size: 14px;
		padding: 16px 5px 18px 23px;
		border-bottom: 1px solid #c6c6c6;
	}
	.store_detail .basic_info_flexItem-pc {
		width: 50%;
		height: auto;
	}
	.store_detail .basic_info_flex .capa_td,
	.store_detail .basic_info_flex .supply_td,
	.store_detail .basic_info_flex .drainage_td,
	.store_detail .basic_info_flex .air-con_td,
	.store_detail .basic_info_flex .vent_td,
	.store_detail .basic_info_flex .interior_td {
		width: 151px;
		/* height: 50px; */
		font-size: 14px;
		padding: 16px 5px 18px 23px;
		border-bottom: 1px solid #c6c6c6;
	}
	.store_detail .basic_info {
		padding: 40px 60px;
		margin: 62px 0 60px;
	}
	.store_detail .basic_info-ttl {
		font-size: 18px;
		padding-left: 1rem;
		margin-bottom: 29px;
		line-height: 18px;
	}
	.store_detail .basic_info-ttl::before {
		width: 14px;
		height: 14px;
		background: #b50081;
		left: 0px;
		top: 0;
		bottom: 0;
	}
	.store_detail .basic_info_flex {
		margin-bottom: 0;
	}
	.tenant_recruit .basic_info_flex.w02 {
		width: 530px;
		border-top: 1px solid #c6c6c6;
	}
	.store_detail .basic_info_flex .add_td {
		font-size: 16px;
		line-height: 18px;
		padding: 0 0 21px 0;
	}
	.store_detail .basic_info_flex .tenants_th,
	.store_detail .basic_info_flex .tenants_td {
		height: auto;
	}
	.store_detail .basic_info_flex .url_th,
	.store_detail .basic_info_flex .url_td {
		height: 119px;
	}
	.store_detail .store_detail-box .detail-box_btn {
		width: 370px;
		font-size: 18px;
		padding: 25px 25px 28px 58px;
		margin-top: 41px;
		line-height: 18px;
	}
	.store_detail .store_detail-box .detail-box_btn::before {
		top: 0px;
		bottom: 0;
		width: 6px;
		height: 6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		right: 33px;
	}
	.store_detail .store_detail-box .detail-box_btn::after {
		width: 22px;
		height: 22px;
		border: solid 2px #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 25px;
	}

}
@media(max-width:768px){
	.store_detail .tenant-title {
		margin-bottom: 19px;
	}
	.store_detail .store_detail-box {
		width: auto;
		border: 1px solid #b50081;
		padding: 6% 3.57% 8.85%;
		margin: 0 3.7%;
	}
	.store_detail .store_detail_ttl {
		padding: 3.5% 4.92% 3.23%;
		margin-bottom: 20px;
		font-size: 1.062rem;
		line-height: 28px;
	}
	.store_detail .store_detail-box .flex_area {
		width: auto;
		margin: 0 auto;
	}
	.store_detail .slide_area {
		width: calc(650px / 2);
		max-width: 100%;
		/*height: calc(481px / 2);*/
		margin-bottom: 20px;
	}
	.store_detail .slide_area .slick-slider {
		padding: 20px 20px 0;
	}
	.store_detail .slide_area .slick-prev {
		left: 0;
	}
	.store_detail .slide_area .slick-next {
		right: 0;
	}
	.store_detail .basic_info_flex .comp_th,
	.store_detail .basic_info_flex .yn_th,
	.store_detail .basic_info_flex .light_th,
	.store_detail .basic_info_flex .power_th,
	.store_detail .basic_info_flex .capa_th,
	.store_detail .basic_info_flex .supply_th,
	.store_detail .basic_info_flex .drainage_th,
	.store_detail .basic_info_flex .air-con_th,
	.store_detail .basic_info_flex .vent_th,
	.store_detail .basic_info_flex .interior_th,
	.store_detail .basic_info_flex .remarks_th {
		width: 32.9%;
		height: auto;
		font-size: 0.75rem;
		padding: 4.1% 0;
		border-bottom: 1px solid #c6c6c6;
	}
	.store_detail .basic_info_flex .comp_td,
	.store_detail .basic_info_flex .yn_td,
	.store_detail .basic_info_flex .light_td,
	.store_detail .basic_info_flex .power_td,
	.store_detail .basic_info_flex .remarks_td {
		width: 67.1%;
		height: auto;
		font-size: 0.75rem;
		padding: 2.4% 1% 2.7% 3.4%;
		border-bottom: 1px solid #c6c6c6;
	}
	.store_detail .basic_info_flexItem-pc {
		width: 100%;
	}
	.store_detail .basic_info_flex .capa_td,
	.store_detail .basic_info_flex .supply_td,
	.store_detail .basic_info_flex .drainage_td,
	.store_detail .basic_info_flex .air-con_td,
	.store_detail .basic_info_flex .vent_td,
	.store_detail .basic_info_flex .interior_td {
		width: 67.1%;
		height: auto;
		font-size: 0.75rem;
		padding: 2.4% 1% 2.7% 3.4%;
		border-bottom: 1px solid #c6c6c6;
	}
	.store_detail .basic_info {
		padding: 6.1% 9.2% 8.9%;
		margin: 8.2% 0 8.5%;
	}
	.store_detail .basic_info-ttl {
		font-size: 0.875rem;
		padding-left: 1rem;
		margin-bottom: 14px;
	}
	.store_detail .basic_info-ttl::before {
		width: 14px;
		height: 14px;
		background: #b50081;
		left: 0px;
		top: 19%;
	}
	.store_detail .basic_info_flex {
		margin-bottom: 0;
	}
	.store_detail .basic_info_flex .add_td {
		font-size: 0.75rem;
		padding: 0 0 21px 0;
	}
	.store_detail .basic_info_flex .tenants_th,
	.store_detail .basic_info_flex .tenants_td {
		height: auto;
	}
	.store_detail .basic_info_flex .url_th,
	.store_detail .basic_info_flex .url_td {
		height: auto;
	}
	.store_detail .store_detail-box .detail-box_btn {
		width: 84%;
		font-size: 0.875rem;
		padding: 5.5% 5.5% 5.8% 10%;
		margin-top: 20px;
		line-height: 0.875rem;
	}
	.store_detail .store_detail-box .detail-box_btn::before {
		top: 0px;
		bottom: 0;
		width: 6px;
		height: 6px;
		border-top: 2px solid #fff;
		border-right: 2px solid #fff;
		right: 33px;
	}
	.store_detail .store_detail-box .detail-box_btn::after {
		width: 22px;
		height: 22px;
		border: solid 2px #fff;
		position: absolute;
		top: 0;
		bottom: 0;
		right: 25px;
	}
	.store_detail .tenant_recruit-inner {
		margin-top: 11.5%;
	}
}
