/**
 * Corporate Tenant, Online Shopping & Vending Machine Business Page Styles
 * (テナント・ネット通販・自動販売機事業)
 *
 * Mobile-first: base styles for 400px, desktop overrides via media queries.
 *
 * Font: Noto Sans JP (Regular 400, Bold 700), Reddit Sans (SemiBold 600)
 * Text color: #333333
 * Corporate green: #6BB529
 * Background: #F3F8E7
 * Content width: 1100px (desktop centered)
 *
 * @package Okayama
 */



.page-corporate-tenant {
	background-color: #f3f8e7;
}



.tenant-hero {
	position: relative;
	padding: 40px 20px 0;
	overflow: hidden;
}

.tenant-hero__inner {
	position: relative;
	z-index: 1;
}

.tenant-hero__text {
	text-align: center;
	margin-bottom: 24px;
}

.tenant-hero__title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 28px;
	font-weight: 700;
	color: #333;
	line-height: 1.6;
	margin: 0 0 2px;
}

.tenant-hero__subtitle-en {
	font-family: 'Reddit Sans', sans-serif;
	font-size: 16px;
	font-weight: 600;
	color: #6bb529;
	line-height: 1.6;
	margin: 0;
	text-transform: uppercase;
}

.tenant-hero__images {
	display: flex;
	gap: 16px;
	justify-content: center;
}

.tenant-hero__image-wrap {
	width: 172px;
	height: 181px;
	border-radius: 40% 60% 55% 45% / 55% 40% 60% 45%;
	overflow: hidden;
	border: 2px solid #6bb529;
	flex-shrink: 0;
}

.tenant-hero__image-wrap--right {
	border-radius: 55% 45% 40% 60% / 45% 55% 45% 55%;
}

.tenant-hero__image {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.tenant-hero__decoration {
	position: absolute;
	top: -40px;
	right: -60px;
	width: 300px;
	pointer-events: none;
	z-index: 0;
}

.tenant-hero__decoration-img {
	width: 100%;
	height: auto;
}



.tenant-content {
	padding: 80px 20px 0;
	display: flex;
	flex-direction: column;
	gap: 80px;
}




.tenant-section {
	padding-top: 40px;
}

.tenant-section:first-child {
	padding-top: 0;
}


.tenant-list {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
	font-weight: 400;
	color: #333;
	line-height: 1.6;
	margin-bottom: 24px;
}

.tenant-list__heading {
	margin: 0 0 4px;
}

.tenant-list__items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.tenant-list__items li::before {
	content: '・';
}


.tenant-pb-photo {
	margin-top: 16px;
}

.tenant-pb-photo__img {
	max-width: 258px;
	height: auto;
	display: block;
}


.tenant-ec-logo {
	margin-bottom: 16px;
}

.tenant-ec-logo__img {
	max-width: 280px;
	height: auto;
	display: block;
}


.tenant-ec-link {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: 400;
	color: #333;
	line-height: 2;
	text-decoration: none;
	margin-bottom: 24px;
	transition: opacity 0.3s ease;
}

.tenant-ec-link:hover {
	opacity: 0.7;
}

.tenant-ec-link__arrow {
	flex-shrink: 0;
	width: 20px;
	height: 20px;
}



@media (min-width: 768px) {

	.tenant-hero {
		padding: 80px var(--corp-pad-side) 0;
	}

	.tenant-hero__inner {
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
	}

	.tenant-hero__text {
		text-align: left;
		margin-bottom: 0;
		padding-top: 60px;
	}

	.tenant-hero__title {
		font-size: 40px;
		margin-bottom: 6px;
	}

	.tenant-hero__images {
		gap: 24px;
	}

	.tenant-hero__image-wrap {
		width: 240px;
		height: 253px;
	}

	.tenant-hero__decoration {
		top: -80px;
		right: -40px;
		width: 500px;
	}


	.tenant-content {
		padding: 80px var(--corp-pad-side) 0;
		gap: 100px;
	}


	.tenant-section {
		padding-top: 56px;
	}


	.tenant-list {
		font-size: 14px;
		margin-bottom: 32px;
	}


	.tenant-ec-logo__img {
		max-width: 523px;
	}


	.tenant-ec-link {
		font-size: 16px;
		margin-bottom: 32px;
	}
}



@media (min-width: 1400px) {
	.tenant-hero__image-wrap {
		width: 312px;
		height: 329px;
	}
}
