@charset "utf-8";

html {
	scroll-behavior: auto;
}



/*
pagetitle
*/
.page-title {
	background-image: url(../img/topimage_store.jpg);
}


table {
	th {
		&::after {
			position: absolute;
			left: 0;
			top: 13px;
			width: 10px;
			height: 10px;
			background-color: var(--green01);
			content: "";
			background-color: var(--green02);
			@media (width <= 800px) {
				top: 7px;
			}
		}
	}
}


.store {
	margin-bottom: 180px;
	@media (width <= 800px) {
		margin-bottom: 64px;
	}
}
.store-detail {
	display: flex;
	justify-content: space-between;
	width: 100%;
	max-width: 1100px;
	margin: 0 auto 90px;
	@media (width <= 800px) {
		display: block;
		padding: 0 20px;
		margin-bottom: 20px;
	}
	.l-detail {
		width: 42.3%;
		@media (width <= 800px) {
			width: 100%;
		}
		h2 {
			color: var(--black);
			font-size: 28px;
			line-height: 1.46;
			border-bottom: 1px solid var(--green01);
			padding-bottom: 14px;
			margin-bottom: 20px;
			@media (width <= 800px) {
				font-size: 20px;
			}
		}
	}
	.r-detail {
		width: 50%;
		@media (width <= 800px) {
			display: none;
		}
	}
	.detail-img-content {
		position: relative;
		width: 100%;
		@media (width <= 800px) {
			margin-bottom: 40px;
		}
		.detail-img {
			position: relative;
			width: 100%;
			z-index: 0;
			img {
				width: 100%;
			}
		}
		.bg-store {
			position: absolute;
			z-index: 1;
			&.bgs01 {
				left: 18px;
				bottom: -30px;
				@media (width <= 800px) {
					left: 20px;
					bottom: -20px;
					width: 38px;
				}
			}
			&.bgs02 {
				right: 20px;
				bottom: -30px;
				@media (width <= 800px) {
					width: 36px;
					bottom: -20px;
				}
			}
		}
	}
}
.accessmap {
	max-width: 1100px;
	margin: 0 auto 234px;
	@media (width <= 800px) {
		padding: 0 20px;
		margin-bottom: 34px;
	}
}

.store-content {
	display: flex;
	width: 100%;
	gap: 0 5.4%;
	margin-bottom: 150px;
	@media (width <= 800px) {
		display: block;
		padding: 0 20px;
		margin-bottom: 40px;
	}
	&:nth-child(even) {
		flex-direction: row-reverse;
		.store-img {
			@media (width <= 800px) {
				margin-left: 0;
			}
		}
		.cap {
			@media (width <= 800px) {
				text-align: left;
			}
		}
	}
	&:last-child {
		margin-bottom: 0;
	}
	.l-store {
		width: 44.6%;
		@media (width <= 800px) {
			display: none;
		}
	}
	.r-store {
		width: 42.3%;
		@media (width <= 800px) {
			width: 100%;
		}
		h3 {
			color: var(--green01);
			font-size: 28px;
			line-height: 1.5;
			padding-left: 25px;
			margin-bottom: 40px;
			@media (width <= 800px) {
				font-size: 20px;
				padding-left: 16px;
				margin-bottom: 16px;
			}
			&::before {
				position: absolute;
				left: 0;
				top: 50%;
				translate: 0 -50%;
				content: "";
				width: 10px;
				height: 100%;
				border-radius: 9999px;
				background-color: var(--yellowgreen01);
				@media (width <= 800px) {
					width: 6px;
				}
			}
		}
		.content-text {
			display: block;
			p,
			ul,
			ol {
				margin-bottom: 30px;
			}
		}
	}
	.store-img {
		width: 100%;
		margin-bottom: 16px;
		@media (width <= 800px) {
			width: calc(100% + 40px);
			margin-left: -40px;
			margin-bottom: 10px;
		}
		img {
			width: 100%;
		}
	}
	.cap {
		margin-bottom: 0;
		@media (width <= 800px) {
			font-size: 14px;
			text-align: right;
		}
	}
	.store-img-sp {
		display: none;
		@media (width <= 800px) {
			display: block;
			margin-bottom: 40px;
		}
	}
}


/* staff */
.staff {
	background-color: var(--yellowgreen02);
	border-radius: 100px 100px 0 0;
	padding: 145px 0 536px;
	@media (width <= 800px) {
		border-radius: 30px 30px 0 0;
		padding: 50px 0 110px;
	}
}
.staff-content {
	display: flex;
	flex-wrap: wrap;
	gap: 100px 4%;
	width: 100%;
	@media (width <= 800px) {
		gap: 25px 6%;
	}
	.staff-detail {
		width: 21.8%;
		@media (width <= 800px) {
			width: 46.6%;
		}
	}
}
.staff-detail {
	display: block;
	text-decoration: none;
	.staff-img {
		width: 100%;
		margin: 0 auto 24px;
		@media (width <= 800px) {
			margin-bottom: 20px;
		}
		img {
			width: 100%;
			height: 240px;
			object-fit: cover;
			@media (width <= 800px) {
				height: 41.6vw;
			}
		}
	}
	.staff-kana {
		font-size: 14px;
		margin-bottom: 5px;
		@media (width <= 800px) {
			font-size: 12px;
		}
	}
	.staff-name {
		font-size: 28px;
		font-weight: 700;
		line-height: 1.5;
		margin-bottom: 10px;
		@media (width <= 800px) {
			font-size: 20px;
			margin-bottom: 8px;
		}
	}
	.departmentlist {
		display: flex;
		flex-wrap: wrap;
		gap: 10px;
		border-bottom: 1px dashed var(--green01);
		padding-bottom: 20px;
		margin: 0 0 25px;
		@media (width <= 800px) {
			margin-bottom: 15px;
			padding-bottom: 10px;
		}
		li {
			display: inline-flex;
			font-weight: 700;
			background-color: var(--yellow01);
			border-radius: 9999px;
			padding: 1px 12px;
			@media (width <= 800px) {
				padding: 0 10px;
			}
		}
	}
	.qualification-title {
		color: var(--green01);
		font-size: 18px;
		font-weight: 700;
		margin-bottom: 8px;
		@media (width <= 800px) {
			font-size: 16px;
		}
	}
	.staff-qualification {
		line-height: 1.875;
		@media (width <= 800px) {
			font-size: 14px;
			line-height: 1.71;
		}
	}
}
