@charset "utf-8";
/* CSS Document */


/*------------------------------------

	事務所案内 about

------------------------------------*/
.office{
	display: flex;
	margin-bottom: 50px;
}

.office>div,
.office>div img{
	width: 570px;
	height: auto;
}

.office>div img{
	object-fit: cover;
	width: 100%;
	height: 100%;
}

.office .text{
	background-color: var(--blue);
	letter-spacing: 0.05em;
	padding: 30px 50px;
}

.office .text p{
	font-size: 2.4rem;
	font-weight: 700;
	font-family: var(--mincho);
	margin-bottom: 20px;
}

.office .text p.sig {
	font-weight:bold;
	font-family: var(--gothic);
	color:#000;
	font-size:1.6rem;
}

.office .text address{
	display: flex;
  flex-wrap: wrap;
	margin-bottom: 20px;
}

.office .text address .bold{
	width: 60px;
}

.office .text address div:not(.bold){
	width: 410px;
}

.office .text div,
.office .text dl{
	color: #000;
}

.office .text div{
	margin-bottom: 10px;
}

.office .text dt{
	display: inline-block;
	background-color: #fff;
	font-size: 1.4rem;
	border: 1px solid var(--navy395);
	padding: 6px 50px;
	margin-bottom: 15px;
}

.office .text dt,
.office .text dd{
	font-weight: 700;
}

.office .text dd{
	margin-bottom: 8px;
}

.office_img{
	display: flex;
	justify-content: space-between;
	margin-bottom: 100px;
}

.office_img>div,
.office_img>img{
	width: 547px;
	height: auto;
}

.access{
	background-color: var(--blue);
	padding: 100px 0;
}

.access .map{
	width: 100%;
	position: relative;
	padding-top: 39.47%;
	margin-bottom: 60px;
}

.access .map iframe{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.access .parking{
	display: flex;
	background-color: #fff;
}

.access .parking div,
.access .parking img{
	width: 570px;
	height: auto;
}

.access .parking_info{
	align-self: center;
	letter-spacing: 0.05em;
	padding-left: 50px;
}

.access .parking_info p{
	color: #000;
	font-weight: 700;
}

.access .parking_info p:first-of-type{
	font-size: 2.4rem;
	font-weight: 700;
	font-family: var(--mincho);
	color: var(--navy395);
	margin-bottom: 20px;
}




/*------------------------------------------------------------------------------------
		スマホ
------------------------------------------------------------------------------------*/



@media screen and (max-width:750px){
	
	
	
/*------------------------------------

	事務所案内 about(SP)

------------------------------------*/
	.office{
		display: block;
		margin-bottom: 50px;
	}

	.office>div,
	.office>div img{
		max-width: 570px;
		width: 100%;
		height: auto;
		margin: auto;
	}
	
	.office>div img{
		object-fit: cover;
		width: 100%;
		height: 100%;
	}

	.office .text{
		background-color: var(--blue);
		letter-spacing: 0.05em;
		padding: 30px 20px;
	}

	.office .text p{
		font-size: 2rem;
		font-weight: 700;
		font-family: var(--mincho);
		margin-bottom: 20px;
	}

	.office .text address{
		display: flex;
		flex-wrap: wrap;
		margin-bottom: 20px;
	}

	.office .text address .bold{
		width: 55px;
	}

	.office .text address div:not(.bold){
		width: calc(100% - 55px);
	}

	.office .text div,
	.office .text dl{
		color: #000;
	}

	.office .text div{
		margin-bottom: 10px;
	}

	.office .text dt{
		display: inline-block;
		background-color: #fff;
		font-size: 1.4rem;
		border: 1px solid var(--navy395);
		padding: 6px 50px;
		margin-bottom: 15px;
	}

	.office .text dt,
	.office .text dd{
		font-weight: 700;
	}

	.office .text dd{
		margin-bottom: 8px;
	}

	.office_img{
		display: block;
		margin-bottom: 60px;
	}
	
	.office_img>div{
		margin: 0 auto 10px;
	}
	
	.office_img>div,
	.office_img img{
		max-width: 570px;
		width: 100%;
		height: auto;		
	}

	.access{
		background-color: var(--blue);
		padding: 60px 0;
	}

	.access .map{
		width: 100%;
		position: relative;
		padding-top: min(100%, 350px);
		margin-bottom: 60px;
	}

	.access .map iframe{
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

	.access .parking{
		display: block;
		background-color: #fff;
	}

	.access .parking,
	.access .parking div,
	.access .parking img{
		max-width: 570px;
		width: 100%;
		height: auto;
		margin: auto;
	}

	.access .parking_info{
		align-self: center;
		letter-spacing: 0.05em;
		padding: 20px;
	}

	.access .parking_info p{
		color: #000;
		font-weight: 700;
	}

	.access .parking_info p:first-of-type{
		font-size: 2rem;
		font-weight: 700;
		font-family: var(--mincho);
		color: var(--navy395);
		margin-bottom: 20px;
	}

	
	
	
	
	
}
