@charset "utf-8";
/* ========================================================
	access.css => access用CSS
======================================================== */
/*
	section
======================================================== */
/* アクセス */
#access .map {
	float: left;
}
#access iframe {
	margin-bottom: 3px;
}

#access .info {
	margin-left: 460px;
}
#access .info dt {
	margin-bottom: 10px;
	color: #604c3f;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1;
}
#access .info dd {
	line-height: 1.4;
}
#access .info dd + dd {
	margin-top: 10px;
}
#access .info dd + dt {
	margin-top: 20px;
}
#access .info dd span {
	font-size: 11px;
	font-size: 1.1rem;
}

#contact,
#bus {
	margin-top: 55px;
}
#contact .title {
	margin-bottom: 5px;
}

@media screen and (max-width: 680px) {
	#access .map {
		float: none;
	}

	#access .info {
		margin-top: 15px;
		margin-left: 0;
	}
	#access .info dt {
		margin-bottom: 5px;
		font-size: 1.7rem;
	}
	#access .info dd + dd {
		margin-top: 5px;
	}
	#access .info dd + dt {
		margin-top: 10px;
	}

	#contact {
		margin-top: 27px;
	}
	#contact .title {
		margin-bottom: 2px;
	}
}

/*2102 バスツアー*/
.small {
	font-size: 12px;
	margin-top: 0.5em;
}

#bus .frame {
	border: 1px solid #e65b4f;
	margin-top: 15px;
	padding: 15px;
}

#bus h2 {
	margin: 55px auto 10px;
	color: #604c3f;
	font-size: 22px;
	font-weight: bold;
	line-height: 1;
	text-align: center;
}

#bus h3 {
	font-size: 18px;
	color: #e65b4f;
	margin-bottom: 0.5em;
}

#bus .btn {
	text-decoration: none;
	margin-top: 20px;
}

.suke_inner {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.suke_inner_box {
	text-align: center;
}

#bus .bus_access {
	display: flex;
	justify-content: space-between;
}

#bus .train img {
	width: 200px;
	margin: auto auto 10px auto;
	display: block;
}

#bus .train,
#bus .mymap {
	width: 48%;
}

#bus .mymap_cover {
	height: 0;
	overflow: hidden;
	padding-bottom: 81%;
	position: relative;
}

#bus .mymap_cover iframe {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}

@media screen and (max-width: 680px) {
	.suke_inner_box {
		margin: 0 auto;
	}

	.suke_inner_box:first-child {
		margin-bottom: 20px;
	}

	#bus .bus_access {
		display: block;
	}

	#bus .train,
	#bus .mymap {
		width: auto;
	}
}
