.wrap_floor_contents {
	margin: 40px 0 48px;
}

.floor_contents:first-child {
	margin-bottom: 24px;
	padding-bottom: 24px;
	border-bottom: 1px dashed #8F7E61;
}

.floor_contents {
	color: #643E2F;
	font-weight: 500;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.floor_contents .logo {
	width: 100px;
	margin-bottom: 16px;
}

.ul_access li {
	margin-bottom: 40px;
}

.ul_access li:last-child {
	margin-bottom: 0;
}

/*================= アクセス =================*/
.access {
	position: relative;
}

.access::before {
	content: "";
	display: block;
	background: url(../images/top/bg_mountain_sp.png) repeat-x;
	background-size: 100% 40px;
	width: 100%;
	height: 40px;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-transform: translateY(-100%);
	transform: translateY(-100%);
}

.google_map {
	margin-top: 48px;
}

.google_map iframe {
	width: 100%;
	display: block;
	border: 1px solid #643E2F;
	height: 33vh;
}

.google_map p {
	letter-spacing: 0.1em;
}

.google_map p span {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	color: #643E2F;
	line-height: 1.5;
}

.access_logo {
	width: 216px;
	margin: 48px 0 24px;
}

.dl_access dt {
	font-size: 18px;
	font-size: 1.8rem;
	letter-spacing: 0.2em;
	color: #643E2F;
}

.dl_access dd {
	margin-bottom: 16px;
	line-height: 1.5;
	letter-spacing: 0.1em;
}

.dl_access dd:first-of-type {
	margin-bottom: 24px;
}

.recept_time {
	font-size: 14px;
	font-size: 1.4rem;
	letter-spacing: 0.1em;
}
@media print, screen and (min-width: 769px) {
	.floor_contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.floor_contents .logo {
		min-width: 100px;
		max-width: 100px;
		margin-bottom: 0;
		margin-right: 40px;
	}
	.ul_access {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.ul_access li:nth-child(1) {
		width: 59%;
		max-width: 560px;
	}
	.ul_access li:nth-child(2) {
		width: 38%;
		max-width: 360px;
	}
	.ul_access li:nth-child(3) {
		width: 38%;
		max-width: 360px;
		margin-bottom: 0;
	}
	.ul_access li:nth-child(4) {
		width: 59%;
		max-width: 560px;
	}
	.ul_access li:last-child {
		margin-bottom: 0;
	}

	/*================= アクセス =================*/
	.access::before {
		background: url(../images/top/bg_mountain_pc.png) repeat-x;
		background-size: 100% 40px;
	}
	.access .inner_section {
		max-width: 985px;
	}
	.wrap_access_contents {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		margin-top: 48px;
	}
	.google_map {
		width: 460px;
		margin-top: 0;
	}
	.img_g_map {
		margin-bottom: 24px;
	}
	.wrap_access_right {
		width: 490px;
	}
	.access_logo {
		width: 216px;
		margin: 0 0 24px;
	}
}