

.pc {
	display: block;
}
.pc_inlineBlock {
	display: inline-block;
}
.sp {
	display: none;
}
.sp_inlineBlock {
	display: none;
}

@media screen and (max-width: 991px) {
	.pc {
		display: none;
	}
	.pc_inlineBlock {
		display: none;
	}
	.sp {
		display: block;
	}
	.sp_inlineBlock {
		display: inline-block;
	}

}


.swiper-slide {
	background: #ddd;
	max-height: 400px;
	overflow: hidden;
}
.swiper-slide img {
	width: 100%;
	height: auto;
}
.swiper-wrapper {
	margin-top: 10px;
}
.swiper-button-prev:before ,
.swiper-button-next:before {
	display: none!important;
}

#TenantDetail {
	display: flex;
	margin: 30px 0 60px;
	flex-wrap: wrap;
	justify-content: space-between;
}
#TenantDetail .TenantPh {
	width: 30%;
}
#TenantDetail .TenantPh img {
	width: 100%;
    height: auto;
}
@media screen and (max-width: 767px) {
    #TenantDetail .TenantPh {
    	width: 100%;
    }
}
#TenantDetail .Contact {
	width: 65%;
	border: 45px solid #f8f8f8;
	padding: 60px;
}
@media screen and (max-width: 991px) {
    #TenantDetail .Contact {
    	width: 100%;
    	border: 20px solid #f8f8f8;
    	margin-top: 40px;
    }
}
#TenantDetail .Contact ul {
	margin-left: 0;
	margin-bottom: 30px;
}
#TenantDetail .Contact ul li {
	border-top: 1px solid #ddd;
	list-style: inside;
	padding: 8px 2px;
}
#TenantDetail .Contact ul li span {
	color: #000000;
}
#TenantDetail .Contact ul li.kome {
	list-style: none;
}
#TenantDetail .Contact ul li.kome:before {
	content: "※";
	margin-right: .8em;
}
#TenantDetail .Contact ul li:last-of-type{
	border-bottom: 1px solid #ddd;
}
#TenantDetail .Contact .tel {
    padding: 0 1em;
    text-align: center;
    margin-top: 10px;
}
#TenantDetail .Contact .mail {
    padding: 0 1em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 0px;
}
#TenantDetail .Contact .tel svg ,
#TenantDetail .Contact .mail svg {
	margin-top: -8px;
}
#TenantDetail .Contact .tel a {
	font-size: 1.3em;
	color: #fff;
	text-decoration: none;
	line-height: 1.5;
	width: 80%;
	padding: 4px 14px;
    margin-top: 0;
    text-align: center;
    display: inline-block;
    background-color: #009144;
    border-radius: 100px;
    transition: 0.5s;
}
#TenantDetail .Contact .mail a {
	font-size: 1.2em;
	color: #fff;
	text-decoration: none;
	line-height: 1.5;
	width: 80%;
	padding: 4px 14px;
    margin-top: 0;
    text-align: center;
    display: inline-block;
    background-color: #F78D00;
    border-radius: 100px;
    transition: 0.5s;
}
@media screen and (max-width: 991px) {
	#TenantDetail .Contact .tel a ,
    #TenantDetail .Contact .mail a {
    	width: 100%;
    }
}
#TenantDetail .Contact .tel a:hover {
	background-color: #18a65b ;
	transition: 0.5s;
}
#TenantDetail .Contact .mail a:hover {
	background-color: #fba738 ;
	transition: 0.5s;
}

@media screen and (max-width: 767px) {
    #TenantDetail {
    	display: block;
    }
}

#TenantInfo {
	margin: 30px 0 60px;
}
#TenantInfo dl {
	display: flex;
	flex-wrap: wrap;
}
#TenantInfo dl dt {
	width: 20%;
	background: #eef0f2;
	padding: 8px 14px;
	border-right: #fff 1px solid;
	border-bottom: #fff 1px solid;
}
#TenantInfo dl dd {
	width: 80%;
	background: #f8f8f8;
	padding: 8px 14px;
	margin: 0;
	border-bottom: #fff 1px solid;
}

#TenantCta {
	margin: 30px 0 60px;
}
#TenantCta .Cta {
	background-color: #eef0f2;
	border-radius: 6px;
}
#TenantCta .Cta h4 {
	background-color: #888;
	text-align: center;
	font-weight: bold;
	color: #fff;
	padding: 10px;
	margin: 0;
	line-height: 1.4;
	border-radius: 6px 6px 0 0;
}
#TenantCta .Cta .CtaCont {
	padding: 18px 20px 20px;
}
#TenantCta .Cta .CtaCont .Charge {
    display: flex;
    justify-content: center;
    align-items: center;
}
#TenantCta .Cta .CtaCont .Charge .Icon {
    width: 48px;
    height: 48px;
    margin-right: 24px;
    background: #c4cad0 url(../img/icon_store.svg) no-repeat center center / 50%;
    border-radius: 50%;
 }
#TenantCta .Cta .CtaCont .Charge dl dd {
	margin: 0;
}
#TenantCta .Cta .CtaCont .TelMail {
	display: flex;
	justify-content: center;
}

#TenantCta .Cta .CtaCont .TelMail .tel ,
#TenantCta .Cta .CtaCont .TelMail .mail {
    padding: 0 1em;
    text-align: center;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 32%;
}
@media screen and (max-width: 991px) {
	#TenantCta .Cta .CtaCont .TelMail .tel ,
    #TenantCta .Cta .CtaCont .TelMail .mail {
    	width: 76%;
    	margin-right: auto;
    	margin-left: auto;
    }
}
#TenantCta .Cta .CtaCont .TelMail .tel svg ,
#TenantCta .Cta .CtaCont .TelMail .mail svg {
	margin-top: -8px;
}

#TenantCta .Cta .CtaCont .TelMail .tel a ,
#TenantCta .Cta .CtaCont .TelMail .mail a {
	color: #fff;
	text-decoration: none;
	line-height: 1.5;
	width: 96%;
	padding: 10px 14px;
	margin-top: 0;
  text-align: center;
  display: inline-block;
  border-radius: 100px;
  transition: 0.5s;
}

#TenantCta .Cta .CtaCont .TelMail .tel a {
	font-size: 1.3em;
    background-color: #009144;
}
#TenantCta .Cta .CtaCont .TelMail .mail a {
	font-size: 1.2em;
    background-color: #F78D00;
}
#TenantCta .Cta .CtaCont .TelMail .tel a:hover {
	background-color: #18a65b ;
	transition: 0.5s;
}
#TenantCta .Cta .CtaCont .TelMail .mail a:hover {
	background-color: #fba738 ;
	transition: 0.5s;
}
#TenantDetail .Contact .tel .atesaki {
	font-size: .7em;
}

@media screen and (max-width: 1199px) {
	#TenantDetail .Contact {
		padding: 20px;
	}
}

@media screen and (max-width: 767px) {
	#TenantCta .Cta .CtaCont .TelMail {
		display: block;
	}
}
@media screen and (max-width: 640px) {
	#TenantDetail .TenantPh {
		width: 100%;
	}
	#TenantDetail .Contact {
		width: 100%;
		margin-top: 30px;
	}
	#TenantDetail .Contact .tel a ,
	#TenantDetail .Contact .mail a  {
		width: 100%;
	}
	#TenantInfo dl {
		display: block;
	}
	#TenantInfo dl dt,
	#TenantInfo dl dd {
		width: 100%;
	}
	#TenantCta .Cta .CtaCont .Charge {
		flex-direction: column;
	}
	#TenantCta .Cta .CtaCont .TelMail .tel,
	#TenantCta .Cta .CtaCont .TelMail .mail {
		width: 100%;
	}
}

.Tenant__TenpoComment {
	/*margin: 0 1%;*/
	padding: 15px 20px;
	background-color: #f7f5f1;
	border-radius: 4px;
}


