/* ==============================
	Office Page
	営業所・アクセス一覧
============================== */

/* ------------------------------
	Office Nav（エリアアンカー）
------------------------------ */
.office-nav {
	margin-bottom: 40px;
}
.office-nav__list {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 5px 15px;
	padding: 15px 20px;
	background: #F5F5F5;
}
.office-nav__item {
	width: calc((100% - 15px) / 2);
}
.office-nav__link {
	position: relative;
	display: inline-block;
	padding-left: 20px;
	font-size: 1.4rem;
}
.office-nav__link::before {
	content:'';
	position: absolute;
	top: 50%;
	left: 0;
	width: 10px;
	height: 10px;
	transform: translateY(-50%);
	background-image: url("../img/common/arrow-anchor.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

/* ------------------------------
	Office List（エリア別リスト）
------------------------------ */
.office {
	margin-bottom: 80px;
}
.office-list {
}

/* ------------------------------
	Office Group（エリアごと）
------------------------------ */
.office-group {
	margin-bottom: 40px;
}
.office-group__title {
	margin-bottom: 20px;
	padding: 4px 0 4px 10px;
	border-left: 3px solid #EF8125;
	border-bottom: 1px solid #4C4948;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
	letter-spacing: .05rem;
}
.office-group__list {
}
.office-group__item {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #C6C6C6;
}

/* ------------------------------
	Office Branch（拠点）
------------------------------ */
.office-item__name {
	margin-bottom: 5px;
	font-size: 1.4rem;
	font-weight: 500;
}
.office-item__body {
	font-size: 1.4rem;
	font-weight: 400;
}
.office-item__info {
}
.office-item__address {
}
.office-item__tel {
	display: flex;
}
.office-item__fax {
	display: flex;
}
.office-item__map {
	display: flex;
	justify-content: flex-end;
}
.office-item__map a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 30px;
	padding: 0 15px;
	background: #9F9D9D;
	color: #fff;
	font-size: 1.3rem;
}

/* ------------------------------
	Access from Station（難波だけ）
------------------------------ */
.office-item__station {
	background: #F5F5F5;
	margin-top: 20px;
	padding: 15px 20px;
}
.office-item__station-title {
	margin-bottom: 5px;
	font-size: 1.4rem;
	font-weight: 500;
}
.office-item__station-list {
	display: flex;
	flex-wrap: wrap;
	gap: 5px 20px;
}
.office-item__station-item {
}
.office-item__station-link {
	font-size: 1.2rem;
	font-weight: 400;
	text-decoration: underline;
}
/* ==============================
	PC
============================== */
@media screen and (min-width: 1024px) {
	.office-nav {
		margin-bottom: 80px;
	}
	.office-nav__list {
		gap: 10px 30px;
		padding: 15px 35px;
	}
	.office-nav__item {
		width: auto;
	}
	.office-nav__link {
		padding-left: 22px;
		font-size: 1.6rem;
	}
	.office-nav__link::before {
		width: 12px;
		height: 12px;
	}
	.office {
		margin-bottom: 180px;
	}
	.office-list {
	}
	.office-group {
	}
	.office-group__title {
		margin-bottom: 30px;
		padding: 5px 0 5px 14px;
		font-size: 2rem;
		letter-spacing: .1rem;
	}
	.office-group__list {
		margin-bottom: 80px;
	}
	.office-group__item {
		display: flex;
		align-items: center;
		gap: 30px;
		margin-bottom: 30px;
		padding-bottom: 30px;
	}
	.office-item__name {
		min-width: 320px;
		margin-bottom: 0;
		font-size: 1.8rem;
	}
	.office-item__body {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: flex-end;
		gap: 20px;
		width: calc(100% - 350px);
		font-size: 1.6rem;
	}
	.office-item__info {
	}
	.office-item__address {
	}
	.office-item__tel {
	}
	.office-item__fax {
	}
	.office-item__map {
	}
	.office-item__station {
		width: 100%;
		margin-top: 0;
	}
	.office-item__station-title {
		margin-bottom: 6px;
		font-size: 1.6rem;
	}
	.office-item__station-list {
	}
	.office-item__station-item {
	}
	.office-item__station-link {
		font-size: 1.4rem;
	}
}
